summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
11 daysvgaarb: Check snprintf return valueHEADmasterJosé Expósito1-0/+11
2024-03-23libpciaccess 0.18.1libpciaccess-0.18.1Alan Coopersmith1-1/+1
2024-03-14meson: allow building static library, not just sharedAlan Coopersmith2-2/+2
2024-02-04libpciaccess 0.18libpciaccess-0.18Alan Coopersmith1-1/+1
2023-10-17Remove autotools buildAlan Coopersmith9-489/+3
2023-07-31Fix compilation warnings when building against hurd-amd64.Flavio Cruz1-3/+3
2023-06-21gitlab-ci: remove unnecessary call to `meson configure`Dylan Baker1-2/+1
2023-06-21gitlab-ci: don't bother to configure meson for the version checkDylan Baker1-5/+1
2023-06-21gitlab-ci: use `meson setup`Dylan Baker1-4/+4
2023-03-25Try fopen(".../pci.ids", "re") on Solarish systems as wellAlan Coopersmith1-2/+0
2023-03-25Remove "All rights reserved" from Oracle copyright noticesAlan Coopersmith3-3/+3
2023-03-25FreeBSD: Remove sparc64 codeEmmanuel Vadot3-59/+7
2023-03-24FreeBSD: Fallback to /usr/share/misc/pci_vendorsEmmanuel Vadot1-0/+3
2022-12-15linux_sysfs: Use pwrite/pread instead of 64bit versionsKhem Raj1-2/+2
2022-10-17libpciaccess 0.17libpciaccess-0.17Alan Coopersmith2-3/+4
2022-08-23hurd: Fix pci_device_hurd_map_legacySamuel Thibault3-14/+56
2022-08-11Add pci_device_disable() functionMoritz Fischer4-2/+25
2022-08-01Delete redundant symbols ';'zhanghongtao1-1/+1
2022-08-01Add header protection macro in linux_devmem.hzhanghongtao1-0/+5
2022-08-01pci_sys set NULL after freezhanghongtao2-0/+3
2022-08-01Add parentheses to the macro definitionzhanghongtao1-3/+3
2022-06-21Add support for building on macOS w/o X11, using endian code from "portable_e...Satadru Pramanik1-0/+18
2022-04-07configure.ac: Use pkg-config to find zlib dependency infoAlan Coopersmith1-6/+5
2022-04-06gitlab CI: stop requiring Signed-off-by in commitsAlan Coopersmith1-1/+1
2022-04-03Obtain correct value of is_64 and is_prefetchable PCI device fieldsChester Gillon1-3/+3
2022-04-02gitlab CI: add a basic build test for both autotools and mesonAlan Coopersmith1-0/+180
2022-04-02meson: install man page in mandir/man1/, not mandir/1/Alan Coopersmith1-2/+2
2022-04-02Fix spelling/wording issuesAlan Coopersmith5-6/+6
2022-04-02Build xz tarballs instead of bzip2Alan Coopersmith1-1/+1
2022-03-14Hurd: Fix initialization orderJoan Lledó1-10/+12
2022-02-15hurd: Don't necessarily look up _SERVERS_BUS_PCIDamien Zammit1-6/+17
2022-01-09hurd: Restore initialization orderSamuel Thibault1-12/+14
2022-01-08hurd: Implement device memory mappingJoan Lledó3-36/+148
2021-04-13x86: Sort devices by B/D/F due to recursive scanDamien Zammit1-0/+27
2021-04-05hurd: device_open(pci), /servers/bus/pci fallbackDamien Zammit1-47/+74
2020-12-02missed library installation in mesonPetr Ovtchenkov1-2/+3
2020-11-02autoconf: Add meson files to dist tarballDylan Baker4-2/+12
2020-11-02Add a meson build systemDylan Baker5-0/+295
2020-09-10hurd: Fix map_dev_mem from non-zero addressSamuel Thibault1-1/+2
2020-09-10hurd: Fix letting map_dev_mem map anywhereSamuel Thibault1-1/+1
2020-09-10hurd: Add missing round up size in map_dev_memSamuel Thibault1-1/+6
2020-08-27x86: Remove probe during create, other backends don't do thisDamien Zammit1-4/+0
2020-08-27x86: Remove mapping of regions during probe - otherwise remapping later failsDamien Zammit1-10/+3
2020-08-27x86: Use gnumach device instead of /dev/mem on GNU systems && factorise ifdefsDamien Zammit1-42/+87
2020-08-27hurd_pci: Use __pci_conf_ variants of pci_conf_Damien Zammit1-2/+2
2020-08-22pciaccess.pc.in: add Libs.PrivateFabrice Fontaine1-0/+1
2019-12-27Hurd: avoid using the deprecated RPC pci_get_ndevs()Joan Lledó1-62/+91
2019-07-17libpciaccess 0.16libpciaccess-0.16Adam Jackson1-1/+1
2019-07-12x86: Use MAP_SHARED for memory/rom region mmap && fix modeDamien Zammit1-8/+6
2019-07-11linux: Don't try to include <sys/io.h> on armAdam Jackson1-1/+1