2015-05-01 10:38:42 by Thomas Klausner | Files touched by this commit (3) |
Log message:
Update to 0.13.4:
Alan Coopersmith (1):
libpciaccess 0.13.4
Chih-Wei Huang (1):
Add missing guards around config.h inclusion
Eero Tamminen (1):
Check for __linux__ instead of linux during compilation
Emil Velikov (2):
Include the POSIX fcntl.h instead of sys/fcntl.h
Include config.h before any other headers.
Tobias Nygren (1):
Bug 89151: Fix build on NetBSD/alpha and NetBSD/sparc64.
|
2015-03-21 23:35:46 by Greg Troxel | Files touched by this commit (2) |
Log message:
Fix configure to compile on i386.
We are carrying a patch for configure to include -li386 on i386/i486,
but the upstream script is missing the [] intended to match multiple
subfamilies, and hence does not match. This commit just adds in the
missing [], enabling compilation to succeed on i386, and not changing
anything on !i386.
|
2015-02-15 07:05:30 by Tobias Nygren | Files touched by this commit (2) |
Log message:
Fix build on non-x86. Submitted upstream.
|
2015-02-14 06:52:11 by Taylor R Campbell | Files touched by this commit (1) |
Log message:
libpciaccess should work on all NetBSD ports, provided -lpci.
|
2015-02-04 07:59:46 by Thomas Klausner | Files touched by this commit (4) |
Log message:
Update to 0.13.3:
libpciaccess is used by the Xorg server to interface with the appropriate
routines for finding and using PCI bus devices on various operating systems.
This release provides a number of platform-specific improvements for various
platforms, including Linux, Solaris, OpenBSD, NetBSD, and Hurd, plus the
addition of some support for Cygwin.
Alan Coopersmith (3):
Enable use of __attribute__((deprecated)) with Solaris Studio 12.4 compiler
Solaris: Fix fd leak in pci_device_solx_devfs_map_range()
libpciaccess 0.13.3
Marcin Ko?cielnicki (1):
Fix IO access functions on linux+sysfs.
Mark Kettenis (1):
Use PCIOCREADMASK on OpenBSD.
Matthew Green (1):
Implement the kernel_has_driver() method for NetBSD.
Samuel Pitoiset (2):
Windows/Cygwin: Add support through the WinIo library
Fix a compilation error on GNU Hurd platforms.
Thomas Klausner (2):
Fix zlib handling on NetBSD.
Improve NetBSD i386 detection.
|
2014-08-10 08:35:30 by Richard PALO | Files touched by this commit (3) |
Log message:
Solaris: Fix fd leak in pci_device_solx_devfs_map_range() as in upstream patch:
http://cgit.freedesktop.org/xorg/lib/libpciaccess/commit/?id=1654a0462723b3b75d7a4a20bedfc653cc3e1f1a
Revision bump to pick it up...
|
2014-07-13 15:00:33 by OBATA Akio | Files touched by this commit (1) |
Log message:
libpciacess on NetBSD-5 is missing linkage with libz whereas using it.
|
2014-04-29 08:18:42 by OBATA Akio | Files touched by this commit (2) |
Log message:
Add builtin support for libpciaccess.
|
2013-12-21 12:05:23 by Jonathan Perkin | Files touched by this commit (3) |
Log message:
Add support for Darwin. Patch from nixpkgs.
|
2013-08-07 12:12:43 by Mark Davies | Files touched by this commit (2) |
Log message:
Re-add match on i[3-9]86* from previous version of patch so that matches
NetBSD/i386 (which is being reported as i486--netbsdelf)
|