]> mj.ucw.cz Git - pciutils.git/shortlog
pciutils.git
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.
2008-02-11 Martin MaresWrites to the cache file are no longer racy.
2008-02-11 Martin MaresMerge with git+ssh://git.ucw.cz/home/mj/GIT/pciutils.git
2008-02-11 Martin MaresAdded options for controlling the DNS query modes.
2008-02-11 Martin MaresMerge with git+ssh://master.kernel.org/pub/scm/utils...
2008-02-11 Martin MaresCleaned up the list of options.
2008-02-11 Martin MaresUse DNS on all architectures except AIX.
2008-02-11 Martin MaresMerge with git+ssh://git.ucw.cz/home/mj/GIT/pciutils.git
2008-02-11 Martin MaresFixed a typo.
2008-02-11 Martin MaresSplit handling of the ID list to several files.
2008-02-11 Martin MaresImplemented control options and the caching logic.
2008-02-11 Martin MaresBSD needs <netinet/in.h>.
2008-02-11 Martin MaresMerge with git+ssh://git.ucw.cz/home/mj/GIT/pciutils.git
2008-02-11 Martin MaresFixed a bug in displaying of zlib errors.
2008-02-11 Martin MaresAvoid pointer signedness warnings.
2008-02-11 Martin MaresAdded a simple utility for generating the DNS zone...
2008-02-11 Martin MaresMerge with git+ssh://git.ucw.cz/home/mj/GIT/pciutils.git
2008-01-07 Martin MaresAdded quiet mode (-q). Clean up uncompressed files...
2007-11-29 Martin MaresSquashed compiler warnings about code with no effect
2007-11-06 Martin MaresReleased as 2.2.9.
2007-11-06 Martin MaresFinished support for displaying of kernel drivers/modules.
2007-11-02 Martin MaresImplemented searching for kernel modules. Works, but...
2007-11-02 Martin MaresFirst attempt at printing Linux driver names.
2007-10-19 Martin MaresMoved -lz from LDFLAGS to LDLIBS.
2007-10-19 Martin MaresAdded a missing dependency.
2007-10-19 Martin MaresReleased as 2.2.8.
2007-10-19 Martin MaresAdded two more capability ID's gathered from various...
2007-10-19 Martin MaresUpdated TODO.
2007-10-19 Martin MaresAdded a couple of test cases.
2007-10-19 Martin MaresDocument obsd_device back-end.
2007-10-19 Martin MaresRemoved all traces of the syscall access method, which...
2007-10-19 Martin MaresBig code cleanup.
2007-10-19 Martin MaresDecode the Debug port capability (per EHCI 0.96 spec).
2007-10-19 Martin MaresIncomplete decoding of several capabilities is marked...
2007-10-19 Martin MaresInclude capabilities from PCI 3.0 specs.
2007-10-19 Martin MaresUpdate class codes to reflect PCI 3.0.
2007-10-14 Martin MaresRemoved extraneous braces.
2007-10-12 Martin MaresCapability loop detection introduced 2.2.7 did not...
2007-10-05 Martin MaresReleased as 2.2.7.
2007-10-05 Martin MaresSupport domains on FreeBSD. Contributed by Marius Strobl.
2007-10-05 Martin MaresDecode a couple of bits of traditional registers, which...
2007-10-05 Martin MaresFully decode PCI Express capability. Most of the PCIE...
2007-10-05 Martin MaresDetect and report loops in capability lists.
next