summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Update library version to reflect new APIJeremy Huddleston2011-10-071-1/+1
* linux: Implement map_legacyAdam Jackson2011-10-071-0/+52
* Add map_legacy interfaceAdam Jackson2011-10-072-0/+48
* Strip trailing whitespaceAlan Coopersmith2011-09-1615-623/+623
* linux: Fix a crash in populate_devicesAdam Jackson2011-08-031-1/+1
* linux: Only set errno after an errorChris Wilson2011-06-041-2/+6
* Solaris support for multiple PCI segments (domains)John Martin2011-03-301-62/+88
* Fix detection of multi-function cardsBryce Harrington2010-12-141-2/+2
* Revert "Don't try to use bogus bridge data"Jesse Barnes2010-12-061-4/+0
* Sun's copyrights belong to Oracle nowAlan Coopersmith2010-11-212-2/+2
* include: add a Makefile to install and distribute header fileGaetan Nadon2010-10-031-5/+0
* config: replace INCLUDES, which is deprecated, with AM_CPPFLAGSGaetan Nadon2010-10-031-2/+1
* config: provide a makefile for scanpci man pagesGaetan Nadon2010-10-031-44/+0
* config: provide a makefile for scanpci dev toolGaetan Nadon2010-10-033-221/+0
* Fix long standing MTRR bug.Thomas Hellstrom2010-07-211-0/+1
* pciaccess: fix use after free.Dave Airlie2010-07-121-2/+2
* Let libtool handle library flags for scanpci on SolarisAlan Coopersmith2010-06-191-5/+1
* vgaarb: read back vga count when setting new decodingTiago Vignatti2010-06-161-0/+7
* vgaarb: decode should send new information to the kernelTiago Vignatti2010-06-161-1/+1
* Delay allocation of agp_info so we don't leak it on prior errorsAlan Coopersmith2010-06-041-6/+6
* libpciaccess x86 backendSamuel Thibault2010-02-104-0/+676
* Update Sun license notices to current X.Org standard formAlan Coopersmith2010-01-142-53/+20
* Fix I/O handle array allocator to work for devices past the firstAdam Jackson2009-12-141-5/+5
* Fix pci_device_open_io() to actually return something usefulAdam Jackson2009-12-141-0/+2
* I/O port access routinesAdam Jackson2009-12-095-40/+417
* Add pci_device_get_parent_bridge()Adam Jackson2009-12-021-0/+40
* .gitignore: use common defaults with custom section # 24239Gaetan Nadon2009-10-221-7/+1
* shutup stupid gcc warning, strtok_r ignores the first parameterlibpciaccess-0.10.9Dave Airlie2009-09-251-1/+1
* vgaarb: fix newbie typoTiago Vignatti2009-09-181-3/+0
* vgaarb: check for fd before close itTiago Vignatti2009-09-181-0/+6
* Free return value from scandir instead of leaking it.Keith Packard2009-09-171-0/+4
* vgaarb: check pci_sys exists before initing vga arbDave Airlie2009-09-021-0/+4
* pciaccess: bump to 0.10.8libpciaccess-0.10.8Dave Airlie2009-08-311-1/+1
* pciaccess: fix vga arb stubsThomas Klausner2009-08-311-1/+1
* libpciaccess: bump to 0.10.7 for vga arb interface additionlibpciaccess-0.10.7Dave Airlie2009-08-281-1/+1
* Merge branch 'vga'Dave Airlie2009-08-283-1/+82
|\
| * vgaarb: update stub interfaceDave Airlie2009-08-281-11/+17
| * Revert "vgaarb: delete stub functions"Dave Airlie2009-08-282-0/+75
| * Revert "vgaarb: fix pci_device_vgaarb_get_info() return value."vga-arbiterTiago Vignatti2009-08-261-1/+1
* | Merge remote branch 'origin/vga-arbiter'Dave Airlie2009-08-215-0/+370
|\ \ | |/
| * vgaarb: fix pci_device_vgaarb_get_info() return value.Tiago Vignatti2009-08-161-1/+1
| * vgaarb: fix indentation and remove trailing white spacesTiago Vignatti2009-08-161-48/+49
| * vgaarb: delete stub functionsTiago Vignatti2009-08-162-75/+0
| * pciaccess: make linux rom reading fallback optionalDave Airlie2009-08-061-0/+5
| * vgaarb: add vga count + resource accessorDave Airlie2009-08-031-0/+9
| * vgaarb: more api changes + cleanupDave Airlie2009-08-031-14/+24
| * vgaarb: change API to target taking a device + lock/unlock not taking oneDave Airlie2009-07-312-59/+114
| * vgaarb: add support for targetting default deviceDave Airlie2009-07-311-3/+9
| * vgaarb: clean up debug outputDave Airlie2009-07-311-3/+5
| * Merge remote branch 'main/master' into vga-arbiterDave Airlie2009-07-311-0/+4
| |\