index
:
lib/libpciaccess
kettenis
master
obsd
obsd-multihead-fix
vga-arbiter
PCI bus access library
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
Age
Commit message (
Expand
)
Author
2015-02-12
Check for __linux__ instead of linux during compilation
Eero Tamminen
2015-02-12
Include config.h before any other headers.
Emil Velikov
2015-02-12
Add missing guards around config.h inclusion
Chih-Wei Huang
2015-02-12
Include the POSIX fcntl.h instead of sys/fcntl.h
Emil Velikov
2014-09-29
Use PCIOCREADMASK on OpenBSD.
Mark Kettenis
2014-08-30
Implement the kernel_has_driver() method for NetBSD.
Matthew Green
2014-07-03
Solaris: Fix fd leak in pci_device_solx_devfs_map_range()
Alan Coopersmith
2014-02-11
Fix IO access functions on linux+sysfs.
Marcin Ko?cielnicki
2014-01-31
Fix a compilation error on GNU Hurd platforms.
Samuel Pitoiset
2014-01-27
Windows/Cygwin: Add support through the WinIo library
Samuel Pitoiset
2013-07-06
pci_device_solx_devfs_probe: implicit conversion changes signedness warnings
Alan Coopersmith
2013-07-06
Solaris: Remove #defines for Ultra 45 southbridge device ids
Alan Coopersmith
2013-07-06
pci_device_solx_devfs_read: fix sign conversion/comparison warnings
Alan Coopersmith
2013-07-06
Support more pci functions on NetBSD.
Thomas Klausner
2013-07-06
Fix build on NetBSD-4.
Thomas Klausner
2013-07-06
Enable boot_vga support only if WSDISPLAYIO_GET_BUSID is defined.
Thomas Klausner
2013-06-24
pci_id_file_open: move variable inside the #ifndef that uses it
Alan Coopersmith
2013-06-11
Update NetBSD support.
Thomas Klausner
2013-06-11
Move 'const' to correct place, so it has meaning.
Thomas Klausner
2013-06-07
Protect config.h like usual.
Thomas Klausner
2013-06-07
Bug 63583 - add legacy IO routines for FreeBSD
Alan Coopersmith
2013-03-09
Solaris: probe improvement
Henry Zhao
2013-01-15
Solaris: Add domain support for sparc platform
Henry Zhao
2013-01-03
PCI: set correct mask value when matching for bridges.
Egbert Eich
2012-10-21
libpciaccess: sparc rom read fix
Henry Zhao
2012-10-21
libpciaccess: implementation of boot_vga in Solaris
Henry Zhao
2012-10-12
libpciaccess: fix memory usage errors
Mark Logan
2012-05-31
Implement legacy io & map for x86 backend
Samuel Thibault
2012-04-23
Solaris: refactor pci_device_solx_devfs_map_range to reduce code duplication
Alan Coopersmith
2012-04-23
Solaris: Implement map_legacy & legacy_io functions
Alan Coopersmith
2012-04-09
Bump to 0.13.1
libpciaccess-0.13.1
Julien Cristau
2012-04-04
Fix pci_io_handle allocation routines.
Matthieu Herrb
2012-03-14
Fix openbsd_pci.c:pci_device_vgaarb_set_target();
Thordur Bjornsson
2012-03-05
linux: Fix out[bwl] macros on non-I/O architectures
Adam Jackson
2012-02-27
Use O_CLOEXEC for internal file descriptors
Adam Jackson
2012-02-27
linux: Don't use /dev/port
Adam Jackson
2012-02-24
Use correct type for pci_id file accessor functions
Mathias Krause
2012-02-08
solx_devfs.c: fix gcc warnings about casting away const when reading data
Alan Coopersmith
2012-02-08
Close pci.ids file when bailing out because realloc failed
Alan Coopersmith
2012-02-08
Solaris: reorder functions to remove need for lots of static prototypes
Alan Coopersmith
2012-01-03
OpenBSD: Implement map_legacy and legacy_io
Mark Kettenis
2011-11-28
delete_io_handle: fix deletion of last handle
Daniel Drake
2011-11-19
Add VGA Arbiter support for OpenBSD.
Mark Kettenis
2011-11-19
OpenBSD: Indicate that devices need access to legacy VGA resources.
Mark Kettenis
2011-11-17
Solaris: improve support for sparc platform
Henry Zhao
2011-10-24
libpciaccess: close mtrr fd on pci_cleanup
Nithin Nayak Sujir
2011-10-14
Solaris: Give better error on realloc failure
Alan Coopersmith
2011-10-11
linux sysfs: Fix read-write access in map_legacy
Jeremy Huddleston
2011-10-07
Update library version to reflect new API
Jeremy Huddleston
2011-10-07
linux: Implement map_legacy
Adam Jackson
[next]