summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Try fopen(".../pci.ids", "re") on Solarish systems as wellHEADmasterAlan Coopersmith2023-03-251-2/+0
* Remove "All rights reserved" from Oracle copyright noticesAlan Coopersmith2023-03-253-3/+3
* FreeBSD: Remove sparc64 codeEmmanuel Vadot2023-03-253-59/+7
* FreeBSD: Fallback to /usr/share/misc/pci_vendorsEmmanuel Vadot2023-03-241-0/+3
* linux_sysfs: Use pwrite/pread instead of 64bit versionsKhem Raj2022-12-151-2/+2
* libpciaccess 0.17libpciaccess-0.17Alan Coopersmith2022-10-172-3/+4
* hurd: Fix pci_device_hurd_map_legacySamuel Thibault2022-08-233-14/+56
* Add pci_device_disable() functionMoritz Fischer2022-08-114-2/+25
* Delete redundant symbols ';'zhanghongtao2022-08-011-1/+1
* Add header protection macro in linux_devmem.hzhanghongtao2022-08-011-0/+5
* pci_sys set NULL after freezhanghongtao2022-08-012-0/+3
* Add parentheses to the macro definitionzhanghongtao2022-08-011-3/+3
* Add support for building on macOS w/o X11, using endian code from "portable_e...Satadru Pramanik2022-06-211-0/+18
* configure.ac: Use pkg-config to find zlib dependency infoAlan Coopersmith2022-04-071-6/+5
* gitlab CI: stop requiring Signed-off-by in commitsAlan Coopersmith2022-04-061-1/+1
* Obtain correct value of is_64 and is_prefetchable PCI device fieldsChester Gillon2022-04-031-3/+3
* gitlab CI: add a basic build test for both autotools and mesonAlan Coopersmith2022-04-021-0/+180
* meson: install man page in mandir/man1/, not mandir/1/Alan Coopersmith2022-04-021-2/+2
* Fix spelling/wording issuesAlan Coopersmith2022-04-025-6/+6
* Build xz tarballs instead of bzip2Alan Coopersmith2022-04-021-1/+1
* Hurd: Fix initialization orderJoan Lledó2022-03-141-10/+12
* hurd: Don't necessarily look up _SERVERS_BUS_PCIDamien Zammit2022-02-151-6/+17
* hurd: Restore initialization orderSamuel Thibault2022-01-091-12/+14
* hurd: Implement device memory mappingJoan Lledó2022-01-083-36/+148
* x86: Sort devices by B/D/F due to recursive scanDamien Zammit2021-04-131-0/+27
* hurd: device_open(pci), /servers/bus/pci fallbackDamien Zammit2021-04-051-47/+74
* missed library installation in mesonPetr Ovtchenkov2020-12-021-2/+3
* autoconf: Add meson files to dist tarballDylan Baker2020-11-024-2/+12
* Add a meson build systemDylan Baker2020-11-025-0/+295
* hurd: Fix map_dev_mem from non-zero addressSamuel Thibault2020-09-101-1/+2
* hurd: Fix letting map_dev_mem map anywhereSamuel Thibault2020-09-101-1/+1
* hurd: Add missing round up size in map_dev_memSamuel Thibault2020-09-101-1/+6
* x86: Remove probe during create, other backends don't do thisDamien Zammit2020-08-271-4/+0
* x86: Remove mapping of regions during probe - otherwise remapping later failsDamien Zammit2020-08-271-10/+3
* x86: Use gnumach device instead of /dev/mem on GNU systems && factorise ifdefsDamien Zammit2020-08-271-42/+87
* hurd_pci: Use __pci_conf_ variants of pci_conf_Damien Zammit2020-08-271-2/+2
* pciaccess.pc.in: add Libs.PrivateFabrice Fontaine2020-08-221-0/+1
* Hurd: avoid using the deprecated RPC pci_get_ndevs()Joan Lledó2019-12-271-62/+91
* libpciaccess 0.16libpciaccess-0.16Adam Jackson2019-07-171-1/+1
* x86: Use MAP_SHARED for memory/rom region mmap && fix modeDamien Zammit2019-07-121-8/+6
* linux: Don't try to include <sys/io.h> on armAdam Jackson2019-07-111-1/+1
* libpciaccess 0.15libpciaccess-0.15Adam Jackson2019-07-111-1/+1
* Fix pci_device_get_bridge_info() for multifunction bridgesLichao Mu2019-07-111-1/+1
* Use recursive scan busDamien Zammit2019-07-111-71/+11
* Add better probe cmds for non-VGA roms and regions on x86Damien Zammit2019-07-111-59/+285
* New module for the HurdDamien Zammit2019-07-116-152/+813
* freebsd_pci: remove old probe methodNiclas Zeising2019-07-101-163/+0
* freebsd_pci: format freebsd_pci_methodsNiclas Zeising2019-07-101-0/+6
* freebsd_pci: Add has_kernel_driver functionNiclas Zeising2019-07-101-0/+19
* freebsd_pci: Remove unused variableNiclas Zeising2019-07-101-1/+0