]> mj.ucw.cz Git - pciutils.git/history - lib
Improved formatting of PCIe port/slot capabilities
[pciutils.git] / lib /
2010-01-24 Martin MaresUpdated (c) years.
2010-01-23 Martin MaresDecoding of the SATA HBA capability
2010-01-23 Martin MaresDecoding of the Vendor-Specific Capabilities (both...
2010-01-23 Martin MaresDecoding of the Root Complex Link capability
2010-01-23 Martin MaresDecoding of the Virtual Channel capability
2010-01-16 Martin MaresAvoid unaligned accesses to extended capabilities.
2009-09-29 Martin MaresFixed freeing of capabilities.
2009-09-16 Martin MaresDo not include <pwd.h> et al. unless PCI_USE_DNS
2009-08-21 Martin MaresMerge branch 'master' of git+ssh://git.ucw.cz/home...
2009-08-14 Matthew WilcoxMake Physical Slot work for multifunction cards
2009-08-10 Martin MaresFixed FILE leak in the dump back-end
2009-07-04 Martin MaresFixed compilation of GNU/kFreeBSD
2009-07-04 Martin MaresMerge branch 'master' of git+ssh://git.ucw.cz/home...
2009-07-04 Yu Zhaolspci: support PCI Advanced Features capability
2009-06-29 Martin Maresproc: Work around broken /proc/bus/pci/ on some archite...
2009-06-29 Matthew Wilcoxsysfs: Avoid warnings when the slot address is missing.
2009-05-03 Michael S. TsirkinMake MSI-X table size match the spec
2009-04-13 Martin MaresDocument that pci_dev->base_addr[] contains addresses...
2009-02-25 Yu ZhaoSupport PM No_Soft_Reset bit in lspci
2009-01-30 Martin Maresconfigure: Set LC_ALL globally.
2009-01-29 Mike Frysinger$(PCILIB): respect $(LDFLAGS) when linking
2009-01-18 Martin MaresReleased as 3.1.0. v3.1.0
2009-01-18 Yu ZhaoFix inconsistent bus centric view between the sysfs...
2009-01-16 Martin MaresFixed configure to work with Cygwin on Windows Vista.
2008-12-30 Yu ZhaoFix base address flags when using sysfs method
2008-12-13 Martin MaresA fix of the previous cleanup.
2008-12-13 Martin Maressysfs: Cleaned up caching of file descriptors.
2008-12-13 Martin MaresCleaned up detection of physical slots.
2008-12-13 Martin MaresSlots: use strcpy instead of sprintf.
2008-12-12 Alex ChiangDisplay physical slot information in lspci -v
2008-12-12 Yu ZhaoFix ATS capability error in lspci
2008-11-22 Martin MaresUpdated Matthew's address.
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-11 Martin MaresUpdated library ABI with proper versioning.
2008-11-11 Martin MaresRenumbered PCI_CAP_xxx to start with 1.
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 MaresCoding style cleanup: `for(...)' wants a space.
2008-11-10 Yu ZhaoAdded dumping of the Address Translation Services capab...
2008-11-09 Martin MaresFixed building on Cygwin.
2008-11-09 Alon Bar-LevBetter support for cross-compiling.
2008-11-09 Martin MaresFix spelling of MSI.
2008-09-19 Martin MaresFixed a minor bug in lib/configure and released as...
2008-08-26 Martin MaresAdded a Cygwin port.
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 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 MaresLet filters accept vendor and device 0xffff.
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 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 MaresUse `libpci.so.X.Y.Z' instead of `libpci-X.Y.Z.so'.
2008-02-17 Martin MaresControl symbol exports in libpci.
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-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 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-12 Martin MaresBump the API version (the new API is not cast in stone...
2008-02-12 Martin MaresMerge with git+ssh://git.ucw.cz/home/mj/GIT/pciutils.git
2008-02-12 Martin MaresUse `Device ABCD' instead of `Unknown device ABCD'.
2008-02-12 Martin MaresClean up freeing of the ID tables.
2008-02-12 Martin MaresAnnotate printf-like functions with format checking...
2008-02-12 Martin MaresIntroduced API for selection of access methods.
2008-02-12 Martin MaresReplaced the method_params array by library parameters.
2008-02-12 Martin MaresMoved functions related to parameters to params.c.
2008-02-12 Martin MaresRenamed `net.cache_path' to `net.cache_name', it's...
2008-02-12 Martin MaresParameters now have help texts.
2008-02-12 Martin MaresSettings of the resolving and caching mechanism are...
2008-02-12 Martin MaresAdded a simple infrastructure for setting of arbitrary...
2008-02-12 Martin MaresMoved functions related to initialization and cleanup...
2008-02-11 Martin MaresWrites to the cache file are no longer racy.
2008-02-11 Martin MaresMerge with git+ssh://git.ucw.cz/home/mj/GIT/pciutils.git
2008-02-11 Martin MaresMerge with git+ssh://master.kernel.org/pub/scm/utils...
2008-02-11 Martin MaresUse DNS on all architectures except AIX.
2008-02-11 Martin MaresMerge with git+ssh://git.ucw.cz/home/mj/GIT/pciutils.git
2008-02-11 Martin MaresFixed a typo.
2008-02-11 Martin MaresSplit handling of the ID list to several files.
2008-02-11 Martin MaresImplemented control options and the caching logic.
2008-02-11 Martin MaresBSD needs <netinet/in.h>.
2008-02-11 Martin MaresMerge with git+ssh://git.ucw.cz/home/mj/GIT/pciutils.git
2008-02-11 Martin MaresFixed a bug in displaying of zlib errors.
2008-02-11 Martin MaresAvoid pointer signedness warnings.
2008-02-11 Martin MaresMerge with git+ssh://git.ucw.cz/home/mj/GIT/pciutils.git
next