summaryrefslogtreecommitdiff
path: root/lib/names.c
Commit message (Expand)AuthorAgeFilesLines
* Use `Device ABCD' instead of `Unknown device ABCD'.Martin Mares2008-02-121-8/+8
* Split handling of the ID list to several files.Martin Mares2008-02-111-618/+6
* Implemented control options and the caching logic.Martin Mares2008-02-111-59/+267
* 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-111-3/+4
|\
| * Fixed a bug in displaying of zlib errors.Martin Mares2008-02-111-4/+5
* | Avoid pointer signedness warnings.Martin Mares2008-02-111-2/+3
* | Merge with git+ssh://git.ucw.cz/home/mj/GIT/pciutils.gitMartin Mares2008-02-111-2/+2
|\ \ | |/
| * When calling gzopen(), use "rb" file mode instead of "r".Martin Mares2007-08-271-3/+3
* | The first try at using DNS for resolving ID's.Martin Mares2007-02-131-14/+101
|/
* Get rid of bzero().Martin Mares2007-02-061-1/+1
* Added support for compressed pci.ids.Martin Mares2006-09-091-8/+57
* Cleaned up usage of `char' and `byte'.Martin Mares2006-09-091-14/+14
* Better displaying of unknown subclasses.Martin Mares2006-06-031-1/+1
* Fixed formatting of programming interfaces.Martin Mares2006-06-031-10/+15
* Introduced the -nn switch.Martin Mares2006-06-031-126/+108
* HotfixMartin Mares2006-05-051-1/+1
* New names.cMartin Mares2006-05-051-214/+361
* Removed $Id$Martin Mares2006-05-051-2/+0
* Gluing CVS and TLA history: A bug fix which wasn't tracked.Martin Mares2006-05-051-1/+1
* Changed all my email addresses to mj@ucw.cz.Martin Mares2006-05-051-2/+2
* End-of-line comments are no longer supported. Hashes are now perfectly valid inMartin Mares2006-05-051-12/+3
* (pci_lookup_name): When printing unknown subsystem vendor or deviceMartin Mares2006-05-051-4/+4
* Fixed a couple of bugs in the AIX port and added several new ID's.Martin Mares2006-05-051-3/+3
* Chat when the subsystem ID is the same as device ID and just printMartin Mares2006-05-051-1/+6
* Fixed printing of unknown subsystem ID's.Martin Mares2006-05-051-3/+3
* Reorganized the pci.ids file. Subsystems are listed under devices, classesMartin Mares2006-05-051-72/+125
* When device ID lookup fails, return hexadecimal device ID instead of vendor ID.Martin Mares2006-05-051-3/+3
* Rewrote the PCI Utilities. All PCI configuration space access has beenMartin Mares2006-05-051-0/+289