summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2011-10-07configure.ac: Bump version to 0.12.901libpciaccess-0.12.901Jeremy 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 Jackson3-0/+56
2011-09-16Strip trailing whitespaceAlan Coopersmith18-632/+632
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 Martin2-63/+89
2011-02-03config: comment, minor upgrade, quote and layout configure.acGaetan Nadon1-36/+34
2011-02-02libpciaccess 0.12.1libpciaccess-0.12.1Alan Coopersmith1-1/+1
2011-01-28config: replace deprecated AC_HELP_STRING with AS_HELP_STRINGGaetan Nadon1-2/+2
2011-01-13config: remove AC_PROG_CC as it overrides AC_PROG_C_C99Alan Coopersmith1-1/+0
2011-01-13config: replace deprecated AM_CONFIG_HEADER with AC_CONFIG_HEADERSAlan Coopersmith1-3/+8
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 Coopersmith3-3/+3
2010-10-15config: use LDADD to obtain appropriate dependenciesGaetan Nadon1-1/+1
2010-10-03include: add a Makefile to install and distribute header fileGaetan Nadon4-6/+3
2010-10-03config: replace INCLUDES, which is deprecated, with AM_CPPFLAGSGaetan Nadon1-2/+1
2010-10-03config: provide a makefile for scanpci man pagesGaetan Nadon4-7/+41
2010-10-03scanpci.c: remove offending whitespace as reported by git diffGaetan Nadon1-5/+5
2010-10-03config: provide a makefile for scanpci dev toolGaetan Nadon7-8/+34
2010-08-21config: upgrade AC_DEFINE_DIR to AX_DEFINE_DIRGaetan Nadon2-15/+15
2010-07-21libpciaccess 0.12.0 - bump version for releaselibpciaccess-0.12.0Dave Airlie1-1/+1
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-03-29config: update AC_PREREQ statement to 2.60Gaetan Nadon1-1/+1
2010-03-29config: remove the pkgconfig pc.in file from EXTRA_DISTGaetan Nadon1-1/+1
2010-02-10libpciaccess x86 backendSamuel Thibault5-0/+680
2010-01-17COPYING: add Red Hat's copyright noticeJulien Cristau1-0/+1
2010-01-14Update Sun license notices to current X.Org standard formAlan Coopersmith3-82/+21
2009-12-14libpciaccess 0.11.0libpciaccess-0.11.0Adam Jackson1-1/+1
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 Jackson6-40/+436
2009-12-02Add pci_device_get_parent_bridge()Adam Jackson2-0/+42
2009-11-27Makefile.am: add ChangeLog and INSTALL on MAINTAINERCLEANFILESGaetan Nadon1-0/+1
2009-10-28INSTALL, NEWS, README or AUTHORS files are missing/incorrect #24206Gaetan Nadon4-239/+6
2009-10-27Deploy the new XORG_DEFAULT_OPTIONS #24242Gaetan Nadon1-6/+5
2009-10-26Makefile.am: ChangeLog not required: EXTRA_DIST or *CLEANFILES #24432Gaetan Nadon1-2/+1
2009-10-22.gitignore: use common defaults with custom section # 24239Gaetan Nadon2-20/+62
2009-09-25shutup stupid gcc warning, strtok_r ignores the first parameterlibpciaccess-0.10.9Dave Airlie1-1/+1
2009-09-25libpciaccess 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