2008-11-21 |
Martin Mares | Released as -alpha2.
|
commit | commitdiff | tree |
2008-11-21 |
Martin Mares | Split lspci to multiple source files.
|
commit | commitdiff | tree |
2008-11-21 |
Ben Hutchings | In verbose mode, display contents of VPD if possible
|
commit | commitdiff | tree |
2008-11-21 |
Ben Hutchings | Add implementation of read_vpd() method for sysfs
|
commit | commitdiff | tree |
2008-11-21 |
Ben Hutchings | Add PCI 2.2 VPD register definitions
|
commit | commitdiff | tree |
2008-11-21 |
Ben Hutchings | Add pci_read_vpd() function and internal read_vpd(...
|
commit | commitdiff | tree |
2008-11-12 |
Yu Zhao | Added a test case for the ATS capability.
|
commit | commitdiff | tree |
2008-11-11 |
Martin Mares | Released as 3.1.0-alpha1.
|
commit | commitdiff | tree |
2008-11-11 |
Martin Mares | Updated library ABI with proper versioning.
|
commit | commitdiff | tree |
2008-11-11 |
Martin Mares | setpci: Document the new syntax.
|
commit | commitdiff | tree |
2008-11-11 |
Martin Mares | setpci: Fixed a silly bug in parsing of options.
|
commit | commitdiff | tree |
2008-11-11 |
Martin Mares | setpci: Cleaned up reporting of parse errors.
|
commit | commitdiff | tree |
2008-11-11 |
Martin Mares | setpci: Decorate trace() with PCI_PRINTF.
|
commit | commitdiff | tree |
2008-11-11 |
Martin Mares | setpci: Even better tracing messages.
|
commit | commitdiff | tree |
2008-11-11 |
Martin Mares | setpci: Do not request read-write access when in demo...
|
commit | commitdiff | tree |
2008-11-11 |
Martin Mares | setpci: Better tracing and reporting of runtime errors.
|
commit | commitdiff | tree |
2008-11-11 |
Martin Mares | Use PCI_CAP_xxx internally in setpci.
|
commit | commitdiff | tree |
2008-11-11 |
Martin Mares | Renumbered PCI_CAP_xxx to start with 1.
|
commit | commitdiff | tree |
2008-11-11 |
Martin Mares | Implemented `setpci --dumpregs'.
|
commit | commitdiff | tree |
2008-11-11 |
Martin Mares | Exit correctly after `setpci --version'.
|
commit | commitdiff | tree |
2008-11-10 |
Martin Mares | Let setpci support capabilities.
|
commit | commitdiff | tree |
2008-11-10 |
Martin Mares | Moved the new field at the end of struct pci_dev to...
|
commit | commitdiff | tree |
2008-11-10 |
Martin Mares | Added library functions for accessing PCI capabilities.
|
commit | commitdiff | tree |
2008-11-10 |
Martin Mares | Added xstrdup() to the common utility functions.
|
commit | commitdiff | tree |
2008-11-10 |
Martin Mares | More splitting of the argument parser.
|
commit | commitdiff | tree |
2008-11-10 |
Martin Mares | Coding style cleanup: `for(...)' wants a space.
|
commit | commitdiff | tree |
2008-11-10 |
Martin Mares | Split parsing of options in setpci to multiple functions.
|
commit | commitdiff | tree |
2008-11-10 |
Yu Zhao | Added dumping of the Address Translation Services capability.
|
commit | commitdiff | tree |
2008-11-09 |
Martin Mares | Let the maintainer script use plain Git instead of...
|
commit | commitdiff | tree |
2008-11-09 |
Martin Mares | Released as 3.0.3.
|
commit | commitdiff | tree |
2008-11-09 |
Martin Mares | Updated pci.ids to the current snapshot.
|
commit | commitdiff | tree |
2008-11-09 |
Martin Mares | Let `lspci -k' display subsystem names.
|
commit | commitdiff | tree |
2008-11-09 |
Martin Mares | Fixed building on Cygwin.
|
commit | commitdiff | tree |
2008-11-09 |
Carl-Daniel Hailfinger | Decode HT 1.02 in the same way as HT 1.03.
|
commit | commitdiff | tree |
2008-11-09 |
Max Asbock | Fix printing of PCIE AER capability.
|
commit | commitdiff | tree |
2008-11-09 |
Alon Bar-Lev | Better support for cross-compiling.
|
commit | commitdiff | tree |
2008-11-09 |
Martin Mares | Fix spelling of MSI.
|
commit | commitdiff | tree |
2008-10-13 |
Martin Mares | Updated pci.ids to the today's snapshot from the new...
|
commit | commitdiff | tree |
2008-09-19 |
Martin Mares | Forgot to bump the version number.
|
commit | commitdiff | tree |
2008-09-19 |
Martin Mares | Fixed a minor bug in lib/configure and released as...
|
commit | commitdiff | tree |
2008-09-11 |
Martin Mares | Released as v3.0.1.
|
commit | commitdiff | tree |
2008-09-11 |
Martin Mares | Updated pci.ids to the most recent snapshot.
|
commit | commitdiff | tree |
2008-08-26 |
Martin Mares | Added a Cygwin port.
|
commit | commitdiff | tree |
2008-08-26 |
Martin Mares | Call wget with --no-timestamping.
|
commit | commitdiff | tree |
2008-08-26 |
Martin Mares | Use the visibility attributes only when building a...
|
commit | commitdiff | tree |
2008-08-26 |
Martin Mares | libresolv is not available on BSD systems, but they...
|
commit | commitdiff | tree |
2008-08-26 |
Martin Mares | Use h_errno instead of _res.h_errno.
|
commit | commitdiff | tree |
2008-08-26 |
Martin Mares | Fix printing the MSI capability.
|
commit | commitdiff | tree |
2008-08-26 |
Zhao, Yu | Single Root I/O Virtualization capability support
|
commit | commitdiff | tree |
2008-08-26 |
Zhao, Yu | Alternative Routing-ID Interpretation capability support
|
commit | commitdiff | tree |
2008-08-26 |
Zhao, Yu | Access Control Services capability support
|
commit | commitdiff | tree |
2008-08-26 |
Zhao, Yu | Advanced Error Reporting capability support
|
commit | commitdiff | tree |
2008-08-26 |
Zhao, Yu | PCI Express Device, Link and Slot 2 capabilities support
|
commit | commitdiff | tree |
2008-08-26 |
Martin Mares | Added test cases for new PCIE capabilities.
|
commit | commitdiff | tree |
2008-08-26 |
Martin Mares | Let filters accept vendor and device 0xffff.
|
commit | commitdiff | tree |
2008-08-26 |
Martin Mares | We have a new linux-pci mailing list.
|
commit | commitdiff | tree |
2008-08-26 |
Martin Mares | By mistake, we were setting PCI_USE_DNS on Linux automatically.
|
commit | commitdiff | tree |
2008-04-10 |
Martin Mares | Updated API and ABI version and released as 3.0.0.
|
commit | commitdiff | tree |
2008-02-20 |
Martin Mares | Merge with git+ssh://git.ucw.cz/home/mj/GIT/pciutils...
|
commit | commitdiff | tree |
2008-02-20 |
Martin Mares | Do not choke on file names containing spaces.
|
commit | commitdiff | tree |
2008-02-20 |
Martin Mares | ID domain names now end with `.pci'.
|
commit | commitdiff | tree |
2008-02-20 |
Martin Mares | Released as 2.99.1-alpha2.
|
commit | commitdiff | tree |
2008-02-20 |
Martin Mares | Changed the default domain for the DNS resolver.
|
commit | commitdiff | tree |
2008-02-18 |
Martin Mares | Released as 2.99.1-alpha1.
|
commit | commitdiff | tree |
2008-02-18 |
Martin Mares | Added symbol versioning to the shared library.
|
commit | commitdiff | tree |
2008-02-18 |
Martin Mares | When installing the shared library, create the appropriate...
|
commit | commitdiff | tree |
2008-02-18 |
Martin Mares | Use `libpci.so.X.Y.Z' instead of `libpci-X.Y.Z.so'.
|
commit | commitdiff | tree |
2008-02-17 |
Martin Mares | Changelogged the build system changes.
|
commit | commitdiff | tree |
2008-02-17 |
Martin Mares | Control symbol exports in libpci.
|
commit | commitdiff | tree |
2008-02-17 |
Martin Mares | Added example to .gitignore.
|
commit | commitdiff | tree |
2008-02-17 |
Martin Mares | Example: Add lookup of names.
|
commit | commitdiff | tree |
2008-02-17 |
Martin Mares | Example: Print device address including domain.
|
commit | commitdiff | tree |
2008-02-17 |
Martin Mares | Example: always print the base addresses as longs.
|
commit | commitdiff | tree |
2008-02-17 |
Martin Mares | Moved the example program from lib/example.c to example.c.
|
commit | commitdiff | tree |
2008-02-17 |
Martin Mares | Including config.mk twice is not necessary.
|
commit | commitdiff | tree |
2008-02-17 |
Martin Mares | Added infrastructure for building libpci as a shared...
|
commit | commitdiff | tree |
2008-02-17 |
Martin Mares | Cleanup of the Makefile system.
|
commit | commitdiff | tree |
2008-02-17 |
Martin Mares | Enable the i386-ports method on Linux/x86_64 as well.
|
commit | commitdiff | tree |
2008-02-17 |
Martin Mares | Added ChangeLog for the all changes on the network...
|
commit | commitdiff | tree |
2008-02-13 |
Martin Mares | Unify usage of u8 vs. byte.
|
commit | commitdiff | tree |
2008-02-13 |
Martin Mares | The automatic test for zlib searches in /usr/local...
|
commit | commitdiff | tree |
2008-02-13 |
Martin Mares | Use <stdint.h> for precise integer types if the compiler...
|
commit | commitdiff | tree |
2008-02-13 |
Martin Mares | Do not forget pcilib.7 in `make uninstall'.
|
commit | commitdiff | tree |
2008-02-13 |
Martin Mares | Added man pages to .gitignore.
|
commit | commitdiff | tree |
2008-02-13 |
Martin Mares | Last few items from the DNS TODO list solved, releasing...
|
commit | commitdiff | tree |
2008-02-13 |
Martin Mares | Use LDLIBS for all libraries on which libpci depends.
|
commit | commitdiff | tree |
2008-02-13 |
Martin Mares | ns_parserr() and friends are not portable, so implement...
|
commit | commitdiff | tree |
2008-02-13 |
Martin Mares | Call res_init() only once.
|
commit | commitdiff | tree |
2008-02-13 |
Martin Mares | The `-s' (strip) option passed to `install' can be...
|
commit | commitdiff | tree |
2008-02-13 |
Martin Mares | Do not forget to create the man7 directory.
|
commit | commitdiff | tree |
2008-02-12 |
Martin Mares | Push to the public GIT tree when releasing.
|
commit | commitdiff | tree |
2008-02-12 |
Martin Mares | Bump the API version (the new API is not cast in stone...
|
commit | commitdiff | tree |
2008-02-12 |
Martin Mares | Merge with git+ssh://git.ucw.cz/home/mj/GIT/pciutils.git
|
commit | commitdiff | tree |
2008-02-12 |
Martin Mares | Released as 2.2.10.
|
commit | commitdiff | tree |
2008-02-12 |
Martin Mares | Use `Device ABCD' instead of `Unknown device ABCD'.
|
commit | commitdiff | tree |
2008-02-12 |
Martin Mares | Clean up freeing of the ID tables.
|
commit | commitdiff | tree |
2008-02-12 |
Martin Mares | Updated the README: mention DNS mode.
|
commit | commitdiff | tree |
2008-02-12 |
Martin Mares | Improved man pages. Parts related to the library moved...
|
commit | commitdiff | tree |
2008-02-12 |
Martin Mares | Tidy up help texts on usage.
|
commit | commitdiff | tree |
2008-02-12 |
Martin Mares | The `-P' option has been removed.
|
commit | commitdiff | tree |
next |