]> mj.ucw.cz Git - pciutils.git/shortlog
pciutils.git
2008-12-12 Martin MaresReleased as -alpha3. v3.1-alpha3
2008-12-12 Martin MaresMan: Mention that the sysfs backend supports physical...
2008-12-12 Alex ChiangDisplay physical slot information in lspci -v
2008-12-12 Bjorn Helgaaslspci: fix "suprise" typo
2008-12-12 Yu ZhaoFix ATS capability error in lspci
2008-11-22 Martin MaresIgnore NUL character at the end of VPD strings.
2008-11-22 Martin MaresAccompany VPD items with human-readable names.
2008-11-22 Martin MaresCopyright is held by Solarflare, not Ben personally
2008-11-22 Martin MaresUpdated Matthew's address.
2008-11-21 Martin MaresDecode VPD fully only with -vv or higher.
2008-11-21 Martin MaresReleased as -alpha2. v3.1-alpha2
2008-11-21 Martin MaresSplit lspci to multiple source files.
2008-11-21 Ben HutchingsIn verbose mode, display contents of VPD if possible
2008-11-21 Ben HutchingsAdd implementation of read_vpd() method for sysfs
2008-11-21 Ben HutchingsAdd PCI 2.2 VPD register definitions
2008-11-21 Ben HutchingsAdd pci_read_vpd() function and internal read_vpd(...
2008-11-12 Yu ZhaoAdded a test case for the ATS capability.
2008-11-11 Martin MaresReleased as 3.1.0-alpha1. v3.1-alpha1
2008-11-11 Martin MaresUpdated library ABI with proper versioning.
2008-11-11 Martin Maressetpci: Document the new syntax.
2008-11-11 Martin Maressetpci: Fixed a silly bug in parsing of options.
2008-11-11 Martin Maressetpci: Cleaned up reporting of parse errors.
2008-11-11 Martin Maressetpci: Decorate trace() with PCI_PRINTF.
2008-11-11 Martin Maressetpci: Even better tracing messages.
2008-11-11 Martin Maressetpci: Do not request read-write access when in demo...
2008-11-11 Martin Maressetpci: Better tracing and reporting of runtime errors.
2008-11-11 Martin MaresUse PCI_CAP_xxx internally in setpci.
2008-11-11 Martin MaresRenumbered PCI_CAP_xxx to start with 1.
2008-11-11 Martin MaresImplemented `setpci --dumpregs'.
2008-11-11 Martin MaresExit correctly after `setpci --version'.
2008-11-10 Martin MaresLet setpci support capabilities.
2008-11-10 Martin MaresMoved the new field at the end of struct pci_dev to...
2008-11-10 Martin MaresAdded library functions for accessing PCI capabilities.
2008-11-10 Martin MaresAdded xstrdup() to the common utility functions.
2008-11-10 Martin MaresMore splitting of the argument parser.
2008-11-10 Martin MaresCoding style cleanup: `for(...)' wants a space.
2008-11-10 Martin MaresSplit parsing of options in setpci to multiple functions.
2008-11-10 Yu ZhaoAdded dumping of the Address Translation Services capab...
2008-11-09 Martin MaresLet the maintainer script use plain Git instead of...
2008-11-09 Martin MaresReleased as 3.0.3. v3.0.3
2008-11-09 Martin MaresUpdated pci.ids to the current snapshot.
2008-11-09 Martin MaresLet `lspci -k' display subsystem names.
2008-11-09 Martin MaresFixed building on Cygwin.
2008-11-09 Carl-Daniel... Decode HT 1.02 in the same way as HT 1.03.
2008-11-09 Max AsbockFix printing of PCIE AER capability.
2008-11-09 Alon Bar-LevBetter support for cross-compiling.
2008-11-09 Martin MaresFix spelling of MSI.
2008-10-13 Martin MaresUpdated pci.ids to the today's snapshot from the new...
2008-09-19 Martin MaresForgot to bump the version number. v3.0.2
2008-09-19 Martin MaresFixed a minor bug in lib/configure and released as...
2008-09-11 Martin MaresReleased as v3.0.1. v3.0.1
2008-09-11 Martin MaresUpdated pci.ids to the most recent snapshot.
2008-08-26 Martin MaresAdded a Cygwin port.
2008-08-26 Martin MaresCall wget with --no-timestamping.
2008-08-26 Martin MaresUse the visibility attributes only when building a...
2008-08-26 Martin Mareslibresolv is not available on BSD systems, but they...
2008-08-26 Martin MaresUse h_errno instead of _res.h_errno.
2008-08-26 Martin MaresFix printing the MSI capability.
2008-08-26 Zhao, YuSingle Root I/O Virtualization capability support
2008-08-26 Zhao, YuAlternative Routing-ID Interpretation capability support
2008-08-26 Zhao, YuAccess Control Services capability support
2008-08-26 Zhao, YuAdvanced Error Reporting capability support
2008-08-26 Zhao, YuPCI Express Device, Link and Slot 2 capabilities support
2008-08-26 Martin MaresAdded test cases for new PCIE capabilities.
2008-08-26 Martin MaresLet filters accept vendor and device 0xffff.
2008-08-26 Martin MaresWe have a new linux-pci mailing list.
2008-08-26 Martin MaresBy mistake, we were setting PCI_USE_DNS on Linux automa...
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.
next