summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2012-02-27Use O_CLOEXEC for internal file descriptorsAdam Jackson9-28/+59
2012-02-27linux: Don't use /dev/portAdam Jackson1-13/+50
2012-02-24Use correct type for pci_id file accessor functionsMathias Krause1-2/+2
2012-02-08solx_devfs.c: fix gcc warnings about casting away const when reading dataAlan Coopersmith1-4/+4
2012-02-08Close pci.ids file when bailing out because realloc failedAlan Coopersmith1-1/+2
2012-02-08Solaris: reorder functions to remove need for lots of static prototypesAlan Coopersmith1-201/+174
2012-01-03OpenBSD: Implement map_legacy and legacy_ioMark Kettenis2-2/+152
2011-11-28delete_io_handle: fix deletion of last handleDaniel Drake1-3/+8
2011-11-19Add VGA Arbiter support for OpenBSD.Mark Kettenis2-5/+139
2011-11-19OpenBSD: Indicate that devices need access to legacy VGA resources.Mark Kettenis1-0/+4
2011-11-17Solaris: improve support for sparc platformHenry Zhao1-48/+217
2011-10-24libpciaccess: close mtrr fd on pci_cleanupNithin Nayak Sujir1-1/+11
2011-10-14Solaris: Give better error on realloc failureAlan Coopersmith1-2/+3
2011-10-11linux sysfs: Fix read-write access in map_legacyJeremy Huddleston1-1/+1
2011-10-07Update library version to reflect new APIJeremy Huddleston1-1/+1
2011-10-07linux: Implement map_legacyAdam Jackson1-0/+52
2011-10-07Add map_legacy interfaceAdam Jackson2-0/+48
2011-09-16Strip trailing whitespaceAlan Coopersmith15-623/+623
2011-08-03linux: Fix a crash in populate_devicesAdam Jackson1-1/+1
2011-06-04linux: Only set errno after an errorChris Wilson1-2/+6
2011-03-30Solaris support for multiple PCI segments (domains)John Martin1-62/+88
2010-12-14Fix detection of multi-function cardsBryce Harrington1-2/+2
2010-12-06Revert "Don't try to use bogus bridge data"Jesse Barnes1-4/+0
2010-11-21Sun's copyrights belong to Oracle nowAlan Coopersmith2-2/+2
2010-10-03include: add a Makefile to install and distribute header fileGaetan Nadon1-5/+0
2010-10-03config: replace INCLUDES, which is deprecated, with AM_CPPFLAGSGaetan Nadon1-2/+1
2010-10-03config: provide a makefile for scanpci man pagesGaetan Nadon1-44/+0
2010-10-03config: provide a makefile for scanpci dev toolGaetan Nadon3-221/+0
2010-07-21Fix long standing MTRR bug.Thomas Hellstrom1-0/+1
2010-07-12pciaccess: fix use after free.Dave Airlie1-2/+2
2010-06-19Let libtool handle library flags for scanpci on SolarisAlan Coopersmith1-5/+1
2010-06-16vgaarb: read back vga count when setting new decodingTiago Vignatti1-0/+7
2010-06-16vgaarb: decode should send new information to the kernelTiago Vignatti1-1/+1
2010-06-04Delay allocation of agp_info so we don't leak it on prior errorsAlan Coopersmith1-6/+6
2010-02-10libpciaccess x86 backendSamuel Thibault4-0/+676
2010-01-14Update Sun license notices to current X.Org standard formAlan Coopersmith2-53/+20
2009-12-14Fix I/O handle array allocator to work for devices past the firstAdam Jackson1-5/+5
2009-12-14Fix pci_device_open_io() to actually return something usefulAdam Jackson1-0/+2
2009-12-09I/O port access routinesAdam Jackson5-40/+417
2009-12-02Add pci_device_get_parent_bridge()Adam Jackson1-0/+40
2009-10-22.gitignore: use common defaults with custom section # 24239Gaetan Nadon1-7/+1
2009-09-25shutup stupid gcc warning, strtok_r ignores the first parameterlibpciaccess-0.10.9Dave Airlie1-1/+1
2009-09-18vgaarb: fix newbie typoTiago Vignatti1-3/+0
2009-09-18vgaarb: check for fd before close itTiago Vignatti1-0/+6
2009-09-17Free return value from scandir instead of leaking it.Keith Packard1-0/+4
2009-09-02vgaarb: check pci_sys exists before initing vga arbDave Airlie1-0/+4
2009-08-31pciaccess: bump to 0.10.8libpciaccess-0.10.8Dave Airlie1-1/+1
2009-08-31pciaccess: fix vga arb stubsThomas Klausner1-1/+1
2009-08-28libpciaccess: bump to 0.10.7 for vga arb interface additionlibpciaccess-0.10.7Dave Airlie1-1/+1
2009-08-28Merge branch 'vga'Dave Airlie3-1/+82