1. 653c85f Merge remote-tracking branch 'origin/upstream' by Inna Palant · 6 months ago main master
  2. eb0dea9 Third-Party Import of: https://gitlab.freedesktop.org/xorg/lib/libpciaccess by Mark Yacoub · 6 months ago upstream
  3. f73f4ca vgaarb: Check snprintf return value by José Expósito · 1 year, 4 months ago
  4. 2ec2576 libpciaccess 0.18.1 by Alan Coopersmith · 1 year, 5 months ago upstream/libpciaccess-0.18.1
  5. ad7e9cb meson: allow building static library, not just shared by Alan Coopersmith · 1 year, 6 months ago
  6. 04271a9 libpciaccess 0.18 by Alan Coopersmith · 1 year, 7 months ago upstream/libpciaccess-0.18
  7. c74d0a4 Remove autotools build by Alan Coopersmith · 1 year, 11 months ago
  8. 6cd5a4a Fix compilation warnings when building against hurd-amd64. by Flavio Cruz · 2 years, 1 month ago
  9. d353a96 Initial empty repository by Inna Palant · 2 years, 2 months ago emu-dev
  10. 03d0b46 gitlab-ci: remove unnecessary call to `meson configure` by Dylan Baker · 2 years, 2 months ago
  11. c047e86 gitlab-ci: don't bother to configure meson for the version check by Dylan Baker · 2 years, 2 months ago
  12. abd305d gitlab-ci: use `meson setup` by Dylan Baker · 2 years, 2 months ago
  13. 8980a39 Try fopen(".../pci.ids", "re") on Solarish systems as well by Alan Coopersmith · 2 years, 5 months ago
  14. cde74b5 Remove "All rights reserved" from Oracle copyright notices by Alan Coopersmith · 2 years, 5 months ago
  15. e6a9c2d FreeBSD: Remove sparc64 code by Emmanuel Vadot · 2 years, 5 months ago
  16. 7f7d124 FreeBSD: Fallback to /usr/share/misc/pci_vendors by Emmanuel Vadot · 2 years, 5 months ago
  17. 833c86c linux_sysfs: Use pwrite/pread instead of 64bit versions by Khem Raj · 2 years, 9 months ago
  18. 935f0b4 libpciaccess 0.17 by Alan Coopersmith · 2 years, 11 months ago upstream/libpciaccess-0.17
  19. d193fa6 hurd: Fix pci_device_hurd_map_legacy by Samuel Thibault · 3 years ago
  20. 361356b Add pci_device_disable() function by Moritz Fischer · 3 years, 1 month ago
  21. a8abf91 Delete redundant symbols ';' by zhanghongtao · 3 years, 1 month ago
  22. ab475c6 Add header protection macro in linux_devmem.h by zhanghongtao · 3 years, 1 month ago
  23. b8de959 pci_sys set NULL after free by zhanghongtao · 3 years, 1 month ago
  24. f93c0da Add parentheses to the macro definition by zhanghongtao · 3 years, 1 month ago
  25. 1fa5d4b Add support for building on macOS w/o X11, using endian code from "portable_endian.h"... by Satadru Pramanik · 3 years, 2 months ago
  26. 22a93f8 configure.ac: Use pkg-config to find zlib dependency info by Alan Coopersmith · 3 years, 5 months ago
  27. 0ae6270 gitlab CI: stop requiring Signed-off-by in commits by Alan Coopersmith · 3 years, 5 months ago
  28. 831b467 Obtain correct value of is_64 and is_prefetchable PCI device fields by Chester Gillon · 3 years, 5 months ago
  29. 28d6dd7 gitlab CI: add a basic build test for both autotools and meson by Alan Coopersmith · 3 years, 5 months ago
  30. 465aecd meson: install man page in mandir/man1/, not mandir/1/ by Alan Coopersmith · 3 years, 5 months ago
  31. 5cf85c2 Fix spelling/wording issues by Alan Coopersmith · 3 years, 5 months ago
  32. 9ad16d4 Build xz tarballs instead of bzip2 by Alan Coopersmith · 3 years, 5 months ago
  33. 21aa2bf Hurd: Fix initialization order by Joan Lledó · 3 years, 6 months ago
  34. 4ef1660 hurd: Don't necessarily look up _SERVERS_BUS_PCI by Damien Zammit · 3 years, 6 months ago
  35. 740d2f2 hurd: Restore initialization order by Samuel Thibault · 3 years, 8 months ago
  36. 3e0d1cd hurd: Implement device memory mapping by Joan Lledó · 3 years, 8 months ago
  37. 9c01fdd x86: Sort devices by B/D/F due to recursive scan by Damien Zammit · 4 years, 5 months ago
  38. 50e7de7 hurd: device_open(pci), /servers/bus/pci fallback by Damien Zammit · 4 years, 5 months ago
  39. b4bde8f missed library installation in meson by Petr Ovtchenkov · 4 years, 9 months ago
  40. f51e2f1 autoconf: Add meson files to dist tarball by Dylan Baker · 4 years, 10 months ago
  41. 89fcd71 Add a meson build system by Dylan Baker · 4 years, 10 months ago
  42. 1ebcfe9 hurd: Fix map_dev_mem from non-zero address by Samuel Thibault · 5 years ago
  43. b82b779 hurd: Fix letting map_dev_mem map anywhere by Samuel Thibault · 5 years ago
  44. 790ef98 hurd: Add missing round up size in map_dev_mem by Samuel Thibault · 5 years ago
  45. 3e5ae79 x86: Remove probe during create, other backends don't do this by Damien Zammit · 5 years ago
  46. 9effa77 x86: Remove mapping of regions during probe - otherwise remapping later fails by Damien Zammit · 5 years ago
  47. b37ffbd x86: Use gnumach device instead of /dev/mem on GNU systems && factorise ifdefs by Damien Zammit · 5 years ago
  48. 6c0eebd hurd_pci: Use __pci_conf_ variants of pci_conf_ by Damien Zammit · 5 years ago
  49. 1a7dab7 pciaccess.pc.in: add Libs.Private by Fabrice Fontaine · 5 years ago
  50. 73901e7 Hurd: avoid using the deprecated RPC pci_get_ndevs() by Joan Lledó · 6 years ago
  51. fbd1f0f libpciaccess 0.16 by Adam Jackson · 6 years ago upstream/libpciaccess-0.16
  52. f834c15 x86: Use MAP_SHARED for memory/rom region mmap && fix mode by Damien Zammit · 6 years ago
  53. 1d71669 linux: Don't try to include <sys/io.h> on arm by Adam Jackson · 6 years ago
  54. 726e27b libpciaccess 0.15 by Adam Jackson · 6 years ago upstream/libpciaccess-0.15
  55. 53e53b0 Fix pci_device_get_bridge_info() for multifunction bridges by Lichao Mu · 6 years ago
  56. 640f114 Use recursive scan bus by Damien Zammit · 6 years ago
  57. 95fbfee Add better probe cmds for non-VGA roms and regions on x86 by Damien Zammit · 6 years ago
  58. 048fe06 New module for the Hurd by Damien Zammit · 6 years ago
  59. 6e38372 freebsd_pci: remove old probe method by Niclas Zeising · 6 years ago
  60. e8c7e46 freebsd_pci: format freebsd_pci_methods by Niclas Zeising · 6 years ago
  61. b40f387 freebsd_pci: Add has_kernel_driver function by Niclas Zeising · 6 years ago
  62. baa4084 freebsd_pci: Remove unused variable by Niclas Zeising · 6 years ago
  63. 976e661 freebsd_pci: Make this work on sparc64 by Niclas Zeising · 6 years ago
  64. a1b528c freebsd_pci: update legacy I/O for new architectures by Niclas Zeising · 6 years ago
  65. b6de3c4 freebsd_pci: Fix types in write functions by Niclas Zeising · 6 years ago
  66. 735c8a5 Don't check for struct pci_io.pi_sel.pc_domain by Niclas Zeising · 6 years ago
  67. 4fef4d2 freebsd_pci: Try to conform to uniform style by Niclas Zeising · 6 years ago
  68. 404f6aa freebsd: Add !legacy open_device_io implementation by Conrad Meyer · 6 years ago
  69. fbed5d2 Update configure.ac bug URL for gitlab migration by Alan Coopersmith · 7 years ago
  70. d30934e Update README for gitlab migration by Alan Coopersmith · 7 years ago
  71. 44f3dd0 linux: Set number of devices to 0 in case of error by Olivier Fourdan · 7 years ago
  72. 13854f6 libpciaccess 0.14 by Adam Jackson · 8 years ago upstream/libpciaccess-0.14
  73. a167bd6 linux: support 32 bit PCI domains (v3) by Stephen Hemminger · 8 years ago
  74. 4f1ac52 libpciaccess 0.13.5 by Emil Velikov · 8 years ago upstream/libpciaccess-0.13.5
  75. 9b9d26c configure.ac: set AC_CONFIG_AUX_DIR by Emil Velikov · 8 years ago
  76. 504a65a configure.ac: remove AC_CONFIG_SRCDIR macro by Emil Velikov · 8 years ago
  77. fe556c4 use cached devinfo snapshots, remove unnecessary di_init() by Henry Zhao · 8 years ago
  78. 0bd248f probe should not hold pci nexus drivers open by Henry Zhao · 8 years ago
  79. 85a484b Revert "linux_sysfs: include <limits.h> for PATH_MAX" by Emil Velikov · 8 years ago
  80. e787ec2 autogen: add default patch prefix by Mihail Konev · 9 years ago
  81. cdb2bfc autogen.sh: use quoted string variables by Emil Velikov · 9 years ago
  82. f46a7a8 autogen.sh: use exec instead of waiting for configure to finish by Peter Hutterer · 9 years ago
  83. 73db249 linux sysfs: retrieve vendor, device... info via separate sysfs files by Emil Velikov · 9 years ago
  84. 099489b Ignore 32-bit domains by Keith Busch · 9 years ago
  85. 201d1a7 device-name: handle calloc failure in insert() by arsharma · 9 years ago
  86. af2fdf1 vgaarb: add a the trailing NULL character on read(vgaarb_fd) by arsharma · 9 years ago
  87. c1de5dc libpciaccess: Fix incorrect format specification by Chuck Tuffli · 10 years ago
  88. 8ea3af6 linux_sysfs: include <limits.h> for PATH_MAX by Felix Janda · 10 years ago
  89. 42240dc autogen.sh: pass --force to autoreconf, quote string variables by Emil Velikov · 10 years ago
  90. e99c005 chmod a-x README.cygwin by Adam Jackson · 10 years ago
  91. 6bd2f7f linux_sysfs.c: Include <limits.h> for PATH_MAX by Felix Janda · 10 years ago
  92. 765e0a3 Fix quoting issue. by Thomas Klausner · 10 years ago
  93. b14696a Include config.h before anything else in *.c by Julien Cristau · 10 years ago
  94. bbd1acd libpciaccess 0.13.4 by Alan Coopersmith · 10 years ago upstream/libpciaccess-0.13.4
  95. d0c53bd Bug 89151: Fix build on NetBSD/alpha and NetBSD/sparc64. by Tobias Nygren · 11 years ago
  96. 1972e92 Check for __linux__ instead of linux during compilation by Eero Tamminen · 11 years ago
  97. ed340ab Include config.h before any other headers. by Emil Velikov · 11 years ago
  98. 6329ef9 Add missing guards around config.h inclusion by Chih-Wei Huang · 11 years ago
  99. e42ee2a Include the POSIX fcntl.h instead of sys/fcntl.h by Emil Velikov · 11 years ago
  100. f99c2e4 libpciaccess 0.13.3 by Alan Coopersmith · 11 years ago upstream/libpciaccess-0.13.3