[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

libpciaccess: Changes to 'refs/tags/libpciaccess-0.10.3-1'



Tag 'libpciaccess-0.10.3-1' created by Julien Cristau <jcristau@debian.org> at 2008-07-13 13:05 +0000

Tagging upload of libpciaccess 0.10.3-1 to unstable.

Changes since libpciaccess-0.10-1:
Adam Jackson (3):
      Linux: Fail gracefully on machines without PCI.
      libpciaccess 0.10.2
      libpciaccess 0.10.3

Alan Coopersmith (3):
      Initialize err to 0 in pci_device_solx_devfs_map_range
      Add pci_system_solx_devfs_create prototype to pciaccess_private.h
      Fix lint warnings in solx_devfs.c

Brice Goglin (1):
      Misc fixes to debian/control and debian/copyright

Danny van Dyk (1):
      Fix function prototypes for C++

Dave Airlie (2):
      linux: add pci_device_enable entrypoint and sysfs support for it
      pciaccess: bump to 0.10.1

Eric Anholt (1):
      Catch and recover from yet another linux kernel bug in mprotect.

Hasso Tepper (1):
      Add DragonFly BSD support

Julien Cristau (7):
      solaris: add pci_tools.h to OS_SUPPORT
      Add watch file.
      Merge tag 'libpciaccess-0.10.3' into debian-unstable
      autoreconf and update changelogs for new upstream
      Bump shlibs and update symbols file.
      Suggest pciutils, which provides the pci.ids list.
      Prepare changelog for upload

Keith Packard (1):
      Kludge around linux bug and turn off write-through and cache-disable bits

Mark Kettenis (1):
      OpenBSD support for libpciaccess.

Stuart Bennett (1):
      Bug #13988: Fix reads from "0"-sized ROMs.

---
 ChangeLog                    |  108 +++++++++++
 aclocal.m4                   |    2 
 configure                    |   92 ++++++---
 configure.ac                 |    8 
 debian/changelog             |   14 +
 debian/control               |    5 
 debian/copyright             |    8 
 debian/libpciaccess0.shlibs  |    2 
 debian/libpciaccess0.symbols |    2 
 debian/watch                 |    2 
 include/pciaccess.h          |   12 +
 ltmain.sh                    |    2 
 src/Makefile.am              |    8 
 src/Makefile.in              |   13 -
 src/common_init.c            |   13 +
 src/common_interface.c       |   21 ++
 src/common_iterator.c        |    3 
 src/common_map.c             |    1 
 src/linux_devmem.c           |    2 
 src/linux_sysfs.c            |   66 +++++-
 src/openbsd_pci.c            |  406 +++++++++++++++++++++++++++++++++++++++++++
 src/pciaccess_private.h      |    4 
 src/solx_devfs.c             |   14 -
 23 files changed, 729 insertions(+), 79 deletions(-)
---


Reply to: