libpciaccess: Changes to 'refs/tags/libpciaccess-0.17'

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Tue Oct 18 01:46:53 UTC 2022


Tag 'libpciaccess-0.17' created by Alan Coopersmith <alan.coopersmith at oracle.com> at 2022-10-18 01:46 +0000

libpciaccess-0.17
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v2

iQIcBAABCgAGBQJjTgWIAAoJEM/fFIgoxkKnYIsP/j0asvRnc0FcwR3WZ7f+IPZo
gcBk1h6rHR/fHTkTAzqmbG/jQ206k0kHtyQpvUpXnWvLH2fswf724wWFSvcS36uA
WeWYzt/JOnUnc3eqvteFTdKv/cUGY/Wl/5Y9QxIGBTRn43DwqEPHEaRM6GB6OWB/
TK8E74htyxfVAM8BY9Tz7Mtn8j+S6YYdAWeFhKGeN0q9ZN6v0NNzIPBlHbBabPo5
sCaakVIseBvlw4HlWyQI/9UDlE2S6a9QusR2Fh4O29+qizAjhJ8TRj/8rBhiSiG6
TQPuDAgZVoqTmD2be4jthdUsY4x7dzb6fSIuzwI+eg3f4zLL4pMt7nA9vlvAxXNK
dxbmV0gQT/dr1hCh2qHLDNr3ALBaME7KglODnu3SpDVw/vdjY8jl3+q2uZfJLEld
l/lMJPuUOlOJ8ZN3PvTAEpd0gweA764wE0JTYEbcyh91g/VxxhzD1GvhC5PHx3hZ
LFGaWFNyp3j2Ikp8SZvc3O+advq8yuxcgxfMTYkivB7zCwwbJmudEeL8HZza8q/s
jHinAb3P9AmxnrapL0O6M9FaDWxHaJqovxym8kpvwWyaVqD2M2pAJcfArUS9tL6A
ATJAX2DyZ1Dhz4OZlA+plNV6K7smrpTVBFiGq7kIGX2Z+h5AwDwt4we4fhSkKPqP
QZ/5EaHdyFmPpQOH17Cs
=y2qT
-----END PGP SIGNATURE-----

Changes since libpciaccess-0.16:
Alan Coopersmith (7):
      Build xz tarballs instead of bzip2
      Fix spelling/wording issues
      meson: install man page in mandir/man1/, not mandir/1/
      gitlab CI: add a basic build test for both autotools and meson
      gitlab CI: stop requiring Signed-off-by in commits
      configure.ac: Use pkg-config to find zlib dependency info
      libpciaccess 0.17

Chester Gillon (1):
      Obtain correct value of is_64 and is_prefetchable PCI device fields

Damien Zammit (7):
      hurd_pci: Use __pci_conf_ variants of pci_conf_
      x86: Use gnumach device instead of /dev/mem on GNU systems && factorise ifdefs
      x86: Remove mapping of regions during probe - otherwise remapping later fails
      x86: Remove probe during create, other backends don't do this
      hurd: device_open(pci), /servers/bus/pci fallback
      x86: Sort devices by B/D/F due to recursive scan
      hurd: Don't necessarily look up _SERVERS_BUS_PCI

Dylan Baker (2):
      Add a meson build system
      autoconf: Add meson files to dist tarball

Fabrice Fontaine (1):
      pciaccess.pc.in: add Libs.Private

Joan Lledó (3):
      Hurd: avoid using the deprecated RPC pci_get_ndevs()
      hurd: Implement device memory mapping
      Hurd: Fix initialization order

Moritz Fischer (1):
      Add pci_device_disable() function

Petr Ovtchenkov (1):
      missed library installation in meson

Samuel Thibault (5):
      hurd: Add missing round up size in map_dev_mem
      hurd: Fix letting map_dev_mem map anywhere
      hurd: Fix map_dev_mem from non-zero address
      hurd: Restore initialization order
      hurd: Fix pci_device_hurd_map_legacy

Satadru Pramanik (1):
      Add support for building on macOS w/o X11, using endian code from "portable_endian.h"...

zhanghongtao (4):
      Add parentheses to the macro definition
      pci_sys set NULL after free
      Add header protection macro in linux_devmem.h
      Delete redundant symbols ';'

---
 .gitlab-ci.yml          |  180 ++++++++++++++++++++++
 Makefile.am             |    5 
 README.md               |    2 
 configure.ac            |   18 +-
 include/pciaccess.h     |    5 
 man/Makefile.am         |    5 
 man/meson.build         |   32 +++
 meson.build             |  134 ++++++++++++++++
 meson_options.txt       |   37 ++++
 pciaccess.pc.in         |    1 
 scanpci/Makefile.am     |    2 
 scanpci/meson.build     |   25 +++
 src/Doxyfile            |    2 
 src/Makefile.am         |    2 
 src/common_interface.c  |   28 +++
 src/common_io.c         |    2 
 src/freebsd_pci.c       |    2 
 src/hurd_pci.c          |  388 +++++++++++++++++++++++++++++++++++++-----------
 src/linux_devmem.h      |    5 
 src/linux_sysfs.c       |   23 ++
 src/meson.build         |   68 ++++++++
 src/netbsd_pci.c        |    1 
 src/pci_tools.h         |    6 
 src/pciaccess_private.h |    1 
 src/x86_pci.c           |  184 +++++++++++++++-------
 src/x86_pci.h           |   10 -
 26 files changed, 998 insertions(+), 170 deletions(-)
---


More information about the xorg-commit mailing list