]> git.ipfire.org Git - thirdparty/pciutils.git/shortlog
thirdparty/pciutils.git
2008-11-11  Martin Maressetpci: Better tracing and reporting of runtime errors.
2008-11-11  Martin MaresUse PCI_CAP_xxx internally in setpci.
2008-11-11  Martin MaresRenumbered PCI_CAP_xxx to start with 1.
2008-11-11  Martin MaresImplemented `setpci --dumpregs'.
2008-11-11  Martin MaresExit correctly after `setpci --version'.
2008-11-10  Martin MaresLet setpci support capabilities.
2008-11-10  Martin MaresMoved the new field at the end of struct pci_dev to...
2008-11-10  Martin MaresAdded library functions for accessing PCI capabilities.
2008-11-10  Martin MaresAdded xstrdup() to the common utility functions.
2008-11-10  Martin MaresMore splitting of the argument parser.
2008-11-10  Martin MaresCoding style cleanup: `for(...)' wants a space.
2008-11-10  Martin MaresSplit parsing of options in setpci to multiple functions.
2008-11-10  Yu ZhaoAdded dumping of the Address Translation Services capab...
2008-11-09  Martin MaresLet the maintainer script use plain Git instead of...
2008-11-09  Martin MaresReleased as 3.0.3. v3.0.3
2008-11-09  Martin MaresUpdated pci.ids to the current snapshot.
2008-11-09  Martin MaresLet `lspci -k' display subsystem names.
2008-11-09  Martin MaresFixed building on Cygwin.
2008-11-09  Carl-Daniel... Decode HT 1.02 in the same way as HT 1.03.
2008-11-09  Max AsbockFix printing of PCIE AER capability.
2008-11-09  Alon Bar-LevBetter support for cross-compiling.
2008-11-09  Martin MaresFix spelling of MSI.
2008-10-13  Martin MaresUpdated pci.ids to the today's snapshot from the new...
2008-09-19  Martin MaresForgot to bump the version number. v3.0.2
2008-09-19  Martin MaresFixed a minor bug in lib/configure and released as...
2008-09-11  Martin MaresReleased as v3.0.1. v3.0.1
2008-09-11  Martin MaresUpdated pci.ids to the most recent snapshot.
2008-08-26  Martin MaresAdded a Cygwin port.
2008-08-26  Martin MaresCall wget with --no-timestamping.
2008-08-26  Martin MaresUse the visibility attributes only when building a...
2008-08-26  Martin Mareslibresolv is not available on BSD systems, but they...
2008-08-26  Martin MaresUse h_errno instead of _res.h_errno.
2008-08-26  Martin MaresFix printing the MSI capability.
2008-08-26  Zhao, YuSingle Root I/O Virtualization capability support
2008-08-26  Zhao, YuAlternative Routing-ID Interpretation capability support
2008-08-26  Zhao, YuAccess Control Services capability support
2008-08-26  Zhao, YuAdvanced Error Reporting capability support
2008-08-26  Zhao, YuPCI Express Device, Link and Slot 2 capabilities support
2008-08-26  Martin MaresAdded test cases for new PCIE capabilities.
2008-08-26  Martin MaresLet filters accept vendor and device 0xffff.
2008-08-26  Martin MaresWe have a new linux-pci mailing list.
2008-08-26  Martin MaresBy mistake, we were setting PCI_USE_DNS on Linux automa...
2008-04-10  Martin MaresUpdated API and ABI version and released as 3.0.0. v3.0.0
2008-02-20  Martin MaresMerge with git+ssh://git.ucw.cz/home/mj/GIT/pciutils...
2008-02-20  Martin MaresDo not choke on file names containing spaces.
2008-02-20  Martin MaresID domain names now end with `.pci'.
2008-02-20  Martin MaresReleased as 2.99.1-alpha2.
2008-02-20  Martin MaresChanged the default domain for the DNS resolver.
2008-02-18  Martin MaresReleased as 2.99.1-alpha1.
2008-02-18  Martin MaresAdded symbol versioning to the shared library.
2008-02-18  Martin MaresWhen installing the shared library, create the appropri...
2008-02-18  Martin MaresUse `libpci.so.X.Y.Z' instead of `libpci-X.Y.Z.so'.
2008-02-17  Martin MaresChangelogged the build system changes.
2008-02-17  Martin MaresControl symbol exports in libpci.
2008-02-17  Martin MaresAdded example to .gitignore.
2008-02-17  Martin MaresExample: Add lookup of names.
2008-02-17  Martin MaresExample: Print device address including domain.
2008-02-17  Martin MaresExample: always print the base addresses as longs.
2008-02-17  Martin MaresMoved the example program from lib/example.c to example.c.
2008-02-17  Martin MaresIncluding config.mk twice is not necessary.
2008-02-17  Martin MaresAdded infrastructure for building libpci as a shared...
2008-02-17  Martin MaresCleanup of the Makefile system.
2008-02-17  Martin MaresEnable the i386-ports method on Linux/x86_64 as well.
2008-02-17  Martin MaresAdded ChangeLog for the all changes on the network...
2008-02-13  Martin MaresUnify usage of u8 vs. byte.
2008-02-13  Martin MaresThe automatic test for zlib searches in /usr/local...
2008-02-13  Martin MaresUse <stdint.h> for precise integer types if the compile...
2008-02-13  Martin MaresDo not forget pcilib.7 in `make uninstall'.
2008-02-13  Martin MaresAdded man pages to .gitignore.
2008-02-13  Martin MaresLast few items from the DNS TODO list solved, releasing...
2008-02-13  Martin MaresUse LDLIBS for all libraries on which libpci depends.
2008-02-13  Martin Maresns_parserr() and friends are not portable, so implement...
2008-02-13  Martin MaresCall res_init() only once.
2008-02-13  Martin MaresThe `-s' (strip) option passed to `install' can be...
2008-02-13  Martin MaresDo not forget to create the man7 directory.
2008-02-12  Martin MaresPush to the public GIT tree when releasing.
2008-02-12  Martin MaresBump the API version (the new API is not cast in stone...
2008-02-12  Martin MaresMerge with git+ssh://git.ucw.cz/home/mj/GIT/pciutils.git
2008-02-12  Martin MaresReleased as 2.2.10.
2008-02-12  Martin MaresUse `Device ABCD' instead of `Unknown device ABCD'.
2008-02-12  Martin MaresClean up freeing of the ID tables.
2008-02-12  Martin MaresUpdated the README: mention DNS mode.
2008-02-12  Martin MaresImproved man pages. Parts related to the library moved...
2008-02-12  Martin MaresTidy up help texts on usage.
2008-02-12  Martin MaresThe `-P' option has been removed.
2008-02-12  Martin MaresAnnotate printf-like functions with format checking...
2008-02-12  Martin MaresAdded an option for selection of access methods.
2008-02-12  Martin MaresIntroduced API for selection of access methods.
2008-02-12  Martin MaresReplaced the method_params array by library parameters.
2008-02-12  Martin MaresMoved functions related to parameters to params.c.
2008-02-12  Martin MaresRenamed `net.cache_path' to `net.cache_name', it's...
2008-02-12  Martin MaresAdded options for setting of library parameters.
2008-02-12  Martin MaresParameters now have help texts.
2008-02-12  Martin MaresSettings of the resolving and caching mechanism are...
2008-02-12  Martin MaresAdded a simple infrastructure for setting of arbitrary...
2008-02-12  Martin MaresMoved functions related to initialization and cleanup...
2008-02-11  Martin MaresMore TODO.
2008-02-11  Martin MaresRemoved a forgotten merge conflict marker.
2008-02-11  Martin MaresDocumented the DNS query switches.
2008-02-11  Martin MaresDie if DNS queries are requested, but not available.
next