2008-11-10 |
Martin Mares | Moved the new field at the end of struct pci_dev to... |
tree | commitdiff |
2008-11-10 |
Martin Mares | Added library functions for accessing PCI capabilities. |
tree | commitdiff |
2008-11-10 |
Martin Mares | Coding style cleanup: `for(...)' wants a space. |
tree | commitdiff |
2008-11-10 |
Yu Zhao | Added dumping of the Address Translation Services capab... |
tree | commitdiff |
2008-11-09 |
Martin Mares | Fixed building on Cygwin. |
tree | commitdiff |
2008-11-09 |
Alon Bar-Lev | Better support for cross-compiling. |
tree | commitdiff |
2008-11-09 |
Martin Mares | Fix spelling of MSI. |
tree | commitdiff |
2008-09-19 |
Martin Mares | Fixed a minor bug in lib/configure and released as... |
tree | commitdiff |
2008-08-26 |
Martin Mares | Added a Cygwin port. |
tree | commitdiff |
2008-08-26 |
Martin Mares | Use the visibility attributes only when building a... |
tree | commitdiff |
2008-08-26 |
Martin Mares | libresolv is not available on BSD systems, but they... |
tree | commitdiff |
2008-08-26 |
Martin Mares | Use h_errno instead of _res.h_errno. |
tree | commitdiff |
2008-08-26 |
Zhao, Yu | Single Root I/O Virtualization capability support |
tree | commitdiff |
2008-08-26 |
Zhao, Yu | Alternative Routing-ID Interpretation capability support |
tree | commitdiff |
2008-08-26 |
Zhao, Yu | Access Control Services capability support |
tree | commitdiff |
2008-08-26 |
Zhao, Yu | Advanced Error Reporting capability support |
tree | commitdiff |
2008-08-26 |
Zhao, Yu | PCI Express Device, Link and Slot 2 capabilities support |
tree | commitdiff |
2008-08-26 |
Martin Mares | Let filters accept vendor and device 0xffff. |
tree | commitdiff |
2008-08-26 |
Martin Mares | By mistake, we were setting PCI_USE_DNS on Linux automa... |
tree | commitdiff |
2008-04-10 |
Martin Mares | Updated API and ABI version and released as 3.0.0. v3.0.0 |
tree | commitdiff |
2008-02-20 |
Martin Mares | Merge with git+ssh://git.ucw.cz/home/mj/GIT/pciutils... |
tree | commitdiff |
2008-02-20 |
Martin Mares | Changed the default domain for the DNS resolver. |
tree | commitdiff |
2008-02-18 |
Martin Mares | Released as 2.99.1-alpha1. |
tree | commitdiff |
2008-02-18 |
Martin Mares | Added symbol versioning to the shared library. |
tree | commitdiff |
2008-02-18 |
Martin Mares | Use `libpci.so.X.Y.Z' instead of `libpci-X.Y.Z.so'. |
tree | commitdiff |
2008-02-17 |
Martin Mares | Control symbol exports in libpci. |
tree | commitdiff |
2008-02-17 |
Martin Mares | Moved the example program from lib/example.c to example.c. |
tree | commitdiff |
2008-02-17 |
Martin Mares | Including config.mk twice is not necessary. |
tree | commitdiff |
2008-02-17 |
Martin Mares | Added infrastructure for building libpci as a shared... |
tree | commitdiff |
2008-02-17 |
Martin Mares | Cleanup of the Makefile system. |
tree | commitdiff |
2008-02-17 |
Martin Mares | Enable the i386-ports method on Linux/x86_64 as well. |
tree | commitdiff |
2008-02-13 |
Martin Mares | Unify usage of u8 vs. byte. |
tree | commitdiff |
2008-02-13 |
Martin Mares | The automatic test for zlib searches in /usr/local... |
tree | commitdiff |
2008-02-13 |
Martin Mares | Use <stdint.h> for precise integer types if the compile... |
tree | commitdiff |
2008-02-13 |
Martin Mares | Use LDLIBS for all libraries on which libpci depends. |
tree | commitdiff |
2008-02-13 |
Martin Mares | ns_parserr() and friends are not portable, so implement... |
tree | commitdiff |
2008-02-13 |
Martin Mares | Call res_init() only once. |
tree | commitdiff |
2008-02-12 |
Martin Mares | Bump the API version (the new API is not cast in stone... |
tree | commitdiff |
2008-02-12 |
Martin Mares | Merge with git+ssh://git.ucw.cz/home/mj/GIT/pciutils.git |
tree | commitdiff |
2008-02-12 |
Martin Mares | Use `Device ABCD' instead of `Unknown device ABCD'. |
tree | commitdiff |
2008-02-12 |
Martin Mares | Clean up freeing of the ID tables. |
tree | commitdiff |
2008-02-12 |
Martin Mares | Annotate printf-like functions with format checking... |
tree | commitdiff |
2008-02-12 |
Martin Mares | Introduced API for selection of access methods. |
tree | commitdiff |
2008-02-12 |
Martin Mares | Replaced the method_params array by library parameters. |
tree | commitdiff |
2008-02-12 |
Martin Mares | Moved functions related to parameters to params.c. |
tree | commitdiff |
2008-02-12 |
Martin Mares | Renamed `net.cache_path' to `net.cache_name', it's... |
tree | commitdiff |
2008-02-12 |
Martin Mares | Parameters now have help texts. |
tree | commitdiff |
2008-02-12 |
Martin Mares | Settings of the resolving and caching mechanism are... |
tree | commitdiff |
2008-02-12 |
Martin Mares | Added a simple infrastructure for setting of arbitrary... |
tree | commitdiff |
2008-02-12 |
Martin Mares | Moved functions related to initialization and cleanup... |
tree | commitdiff |
2008-02-11 |
Martin Mares | Writes to the cache file are no longer racy. |
tree | commitdiff |
2008-02-11 |
Martin Mares | Merge with git+ssh://git.ucw.cz/home/mj/GIT/pciutils.git |
tree | commitdiff |
2008-02-11 |
Martin Mares | Merge with git+ssh://master.kernel.org/pub/scm/utils... |
tree | commitdiff |
2008-02-11 |
Martin Mares | Use DNS on all architectures except AIX. |
tree | commitdiff |
2008-02-11 |
Martin Mares | Merge with git+ssh://git.ucw.cz/home/mj/GIT/pciutils.git |
tree | commitdiff |
2008-02-11 |
Martin Mares | Fixed a typo. |
tree | commitdiff |
2008-02-11 |
Martin Mares | Split handling of the ID list to several files. |
tree | commitdiff |
2008-02-11 |
Martin Mares | Implemented control options and the caching logic. |
tree | commitdiff |
2008-02-11 |
Martin Mares | BSD needs <netinet/in.h>. |
tree | commitdiff |
2008-02-11 |
Martin Mares | Merge with git+ssh://git.ucw.cz/home/mj/GIT/pciutils.git |
tree | commitdiff |
2008-02-11 |
Martin Mares | Fixed a bug in displaying of zlib errors. |
tree | commitdiff |
2008-02-11 |
Martin Mares | Avoid pointer signedness warnings. |
tree | commitdiff |
2008-02-11 |
Martin Mares | Merge with git+ssh://git.ucw.cz/home/mj/GIT/pciutils.git |
tree | commitdiff |
2007-11-29 |
Martin Mares | Squashed compiler warnings about code with no effect |
tree | commitdiff |
2007-10-19 |
Martin Mares | Moved -lz from LDFLAGS to LDLIBS. |
tree | commitdiff |
2007-10-19 |
Martin Mares | Added a missing dependency. |
tree | commitdiff |
2007-10-19 |
Martin Mares | Added two more capability ID's gathered from various... |
tree | commitdiff |
2007-10-19 |
Martin Mares | Removed all traces of the syscall access method, which... |
tree | commitdiff |
2007-10-19 |
Martin Mares | Include capabilities from PCI 3.0 specs. |
tree | commitdiff |
2007-10-14 |
Martin Mares | Removed extraneous braces. |
tree | commitdiff |
2007-10-05 |
Martin Mares | Support domains on FreeBSD. Contributed by Marius Strobl. |
tree | commitdiff |
2007-10-05 |
Martin Mares | Fully decode PCI Express capability. Most of the PCIE... |
tree | commitdiff |
2007-10-05 |
Martin Mares | More bits of PCIE capability decoding. |
tree | commitdiff |
2007-09-12 |
Martin Mares | Extended the fbsd-device backend to run on Dragonfly... |
tree | commitdiff |
2007-09-03 |
Martin Mares | Resurrected the Windows port. |
tree | commitdiff |
2007-08-31 |
Martin Mares | Allow to override ar and ranlib. |
tree | commitdiff |
2007-08-27 |
Martin Mares | When calling gzopen(), use "rb" file mode instead of... |
tree | commitdiff |
2007-06-20 |
Martin Mares | Added a missing file from the previous commit. |
tree | commitdiff |
2007-06-20 |
Martin Mares | Generate and install files for pkg-config. |
tree | commitdiff |
2007-06-20 |
Martin Mares | Rewritten i386-io-hurd.h. |
tree | commitdiff |
2007-02-14 |
Martin Mares | Added PCI/PCI-X to PCI-Express Bridge type. |
tree | commitdiff |
2007-02-13 |
Martin Mares | The first try at using DNS for resolving ID's. |
tree | commitdiff |
2007-02-06 |
Martin Mares | Get rid of bzero(). |
tree | commitdiff |
2007-02-06 |
Martin Mares | Work-around for Solaris tr. |
tree | commitdiff |
2007-02-06 |
Martin Mares | <stdint.h> for Solaris. |
tree | commitdiff |
2006-09-17 |
Martin Mares | Fixed a couple of bugs in the dump backend. |
tree | commitdiff |
2006-09-09 |
Martin Mares | Updated PCI_LIB_VERSION. |
tree | commitdiff |
2006-09-09 |
Martin Mares | Moved all system-dependent decisions from Makefile... |
tree | commitdiff |
2006-09-09 |
Martin Mares | Don't check Linux kernel version. |
tree | commitdiff |
2006-09-09 |
Martin Mares | Whitespace cleanup of all source files. |
tree | commitdiff |
2006-09-09 |
Martin Mares | Added support for compressed pci.ids. |
tree | commitdiff |
2006-09-09 |
Martin Mares | Added .gitignore files. |
tree | commitdiff |
2006-09-09 |
Martin Mares | Cleaned up usage of `char' and `byte'. |
tree | commitdiff |
2006-09-09 |
Martin Mares | PCI_CLASS_DOCKING_OTHER should be 0x0a80, not 0x0a01. |
tree | commitdiff |
2006-09-09 |
Martin Mares | Added PCI_CLASS_xxx constants for all classes currently... |
tree | commitdiff |
2006-08-01 |
Martin Mares | Fixed a silly typo. |
tree | commitdiff |
2006-07-30 |
Martin Mares | Added a missing rule for obsd-device.o. |
tree | commitdiff |
2006-07-30 |
Martin Mares | Added support for MSI per-vector masking. |
tree | commitdiff |
2006-07-30 |
Martin Mares | Added support for the `bridge subsystem ID' capability. |
tree | commitdiff |
2006-07-30 |
Martin Mares | i386-*: Cleaned up printing of initialization errors. |
tree | commitdiff |
next |