summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * | Added a simple infrastructure for setting of arbitrary parameters.Martin Mares2008-02-124-2/+96
| * | Moved functions related to initialization and cleanup to init.c.Martin Mares2008-02-123-178/+194
| * | More TODO.Martin Mares2008-02-111-0/+1
| * | Removed a forgotten merge conflict marker.Martin Mares2008-02-111-1/+0
| * | Documented the DNS query switches.Martin Mares2008-02-112-2/+24
| * | Die if DNS queries are requested, but not available.Martin Mares2008-02-111-0/+6
| * | Writes to the cache file are no longer racy.Martin Mares2008-02-112-3/+26
| * | Merge with git+ssh://git.ucw.cz/home/mj/GIT/pciutils.gitMartin Mares2008-02-112-4/+6
| |\ \ | | |/
| | * Cleaned up the list of options.Martin Mares2008-02-113-25/+25
| * | Added options for controlling the DNS query modes.Martin Mares2008-02-112-26/+45
| * | Merge with git+ssh://master.kernel.org/pub/scm/utils/pciutils/pciutils.gitMartin Mares2008-02-111-1/+1
| |\ \ | | |/
| | * Merge with git+ssh://git.ucw.cz/home/mj/GIT/pciutils.gitMartin Mares2008-02-112-4/+11
| | |\
| | * | Fixed a typo.Martin Mares2008-02-111-1/+1
| * | | Use DNS on all architectures except AIX.Martin Mares2008-02-114-14/+46
| * | | Split handling of the ID list to several files.Martin Mares2008-02-118-621/+722
* | | | Do not choke on file names containing spaces.Martin Mares2008-02-201-1/+1
|/ / /
* | | Implemented control options and the caching logic.Martin Mares2008-02-114-69/+296
* | | BSD needs <netinet/in.h>.Martin Mares2008-02-111-0/+1
* | | Merge with git+ssh://git.ucw.cz/home/mj/GIT/pciutils.gitMartin Mares2008-02-112-5/+8
|\ \ \ | | |/ | |/|
| * | Fixed a bug in displaying of zlib errors.Martin Mares2008-02-112-4/+11
| |/
* | Avoid pointer signedness warnings.Martin Mares2008-02-111-2/+3
* | Added a simple utility for generating the DNS zone with ID's.Martin Mares2008-02-111-0/+52
* | Merge with git+ssh://git.ucw.cz/home/mj/GIT/pciutils.gitMartin Mares2008-02-1128-576/+2202
|\ \ | |/
| * Added quiet mode (-q). Clean up uncompressed files left by previousMartin Mares2008-01-073-6/+37
| * Squashed compiler warnings about code with no effectMartin Mares2007-11-292-1/+6
| * Released as 2.2.9.Martin Mares2007-11-063-4/+6
| * Finished support for displaying of kernel drivers/modules.driversMartin Mares2007-11-063-28/+94
| * Implemented searching for kernel modules. Works, but needs cleanup.Martin Mares2007-11-021-58/+192
| * First attempt at printing Linux driver names.Martin Mares2007-11-021-0/+35
| * Moved -lz from LDFLAGS to LDLIBS.Martin Mares2007-10-194-2/+14
| * Added a missing dependency.Martin Mares2007-10-191-1/+1
| * Released as 2.2.8.Martin Mares2007-10-192-2/+4
| * Added two more capability ID's gathered from various ECN's.Martin Mares2007-10-194-4/+15
| * Updated TODO.Martin Mares2007-10-191-6/+17
| * Added a couple of test cases.Martin Mares2007-10-192-0/+575
| * Document obsd_device back-end.Martin Mares2007-10-191-2/+7
| * Removed all traces of the syscall access method, which no longer exists.Martin Mares2007-10-191-5/+1
| * Big code cleanup.Martin Mares2007-10-192-204/+216
| * Decode the Debug port capability (per EHCI 0.96 spec).Martin Mares2007-10-192-1/+11
| * Incomplete decoding of several capabilities is marked with <?>.Martin Mares2007-10-193-32/+48
| * Include capabilities from PCI 3.0 specs.Martin Mares2007-10-192-0/+5
| * Update class codes to reflect PCI 3.0.Martin Mares2007-10-192-5/+25
| * Removed extraneous braces.Martin Mares2007-10-144-33/+16
| * Capability loop detection introduced 2.2.7 did not work properly withMartin Mares2007-10-122-1/+6
| * Released as 2.2.7.Martin Mares2007-10-052-2/+17
| * Support domains on FreeBSD. Contributed by Marius Strobl.Martin Mares2007-10-051-14/+25
| * Decode a couple of bits of traditional registers, which are extendedMartin Mares2007-10-051-13/+22
| * Fully decode PCI Express capability. Most of the PCIE extended capabilitiesMartin Mares2007-10-052-59/+179
| * Detect and report loops in capability lists.Martin Mares2007-10-052-0/+19
| * More bits of PCIE capability decoding.Martin Mares2007-10-052-2/+18