]> mj.ucw.cz Git - pciutils.git/history - lib
Improved reporting of NUMA nodes
[pciutils.git] / lib /
2015-09-14 Matthew WilcoxReport NUMA node in lspci -v
2015-04-16 Lucas StachFix broken backward compat struct translation for pci...
2015-04-09 Martin MaresReleased as 3.3.1.
2015-04-09 Felix Jandapread.h: Remove support for libc5
2015-01-22 Martin MaresFixed memory allocation bug in name cache path code
2014-12-12 Martin MaresFix small memory leak in names-cache
2014-11-10 Martin MaresUpdated PCI_LIB_VERSION
2014-11-02 Martin MaresBackward ABI compatibility for new filters and pci_fill...
2014-11-02 Matthew Wilcoxlspci: Add ability to filter by class code
2014-11-02 Martin MaresConfigure: HWDB is specific for Linux
2014-11-01 Martin MaresRewritten support for UDEV's HWDB
2014-11-01 Tom Gundersenlibpci: pci_id_lookup - add udev/hwdb support
2014-11-01 Martin MaresWork around problems with symbol versioning in globally...
2014-11-01 Martin MaresDevice labels must be requested via PCI_FILL_LABELS
2014-11-01 Martin MaresDarwin: Yet more renaming
2014-11-01 Martin MaresDarwin: More renames
2014-11-01 Martin MaresDarwin: Renamed to darwin.c
2014-11-01 Martin MaresDarwin: Re-indent to match the rest of libpci and updat...
2014-11-01 Martin MaresBetter work-around for missing symbol versioning on...
2014-11-01 Richard YaoFix building shared libraries on Darwin
2014-11-01 Martin MaresFix whitespace errors
2014-11-01 Richard YaoImport initial Darwin Support from Apple
2014-11-01 Martin MaresFix endianity detection on Solaris
2014-11-01 Bjorn Helgaaslspci: Correct Root Capabilities "CRS Software Visibili...
2014-11-01 Martin MaresClean up reading of device labels
2014-11-01 Thomas Renningerlspci: Show device name as exported by BIOS (sysfs...
2014-11-01 Martin Mares<asm/io.h> does not exist any more
2014-11-01 Martin MaresDo not forget to include <stdio.h>
2014-02-25 Martin Mareslspci: Decode ASPMOptComp bit in LnkCap register
2013-11-10 Martin Maressysfs: Do not warn on incomplete slot addresses
2013-11-10 Bjorn Helgaaslspci: Clarify "PCIe-to-PCI/PCI-X" desc and Bridge...
2013-06-11 David Boxlspci: Add L1 PM Substate capability reporting
2013-04-20 Matthew Wilcoxlspci: Display CardBus bridge capabilities
2013-04-01 Marek Cruzlib/configure: match all freebsd os's
2013-04-01 Martin MaresSquash an unused variable warning
2013-04-01 Martin MaresConfigure: pkg-config can be overridden by $PKG_CONFIG
2013-04-01 Martin MaresOn newer Linux systems, use libkmod to look up kernel...
2013-04-01 Martin MaresUse symbol versioning for our new member of struct...
2013-04-01 Martin MaresDetection of module aliases (Linux sysfs only)
2012-12-06 Martin MaresFixed logic error in pci_open()
2012-06-12 Mika WesterbergDisplay whether LTR/OBFF are supported and enabled
2012-05-28 Aaron Sierralspci: zero address in IO isn't always unassigned
2011-11-14 Ville SkyttäFix check whether dump.name was given
2011-11-08 Martin MaresAdd PCIe Gen 3 speeds and link status fields
2011-10-02 Martin MaresTruncate names which are too long
2011-10-02 Martin Marespkg-config: Use Libs.private for libraries needed for...
2011-05-18 Martin MaresTPH and LTR capability reporting
2010-12-04 François RevolBeOS and Haiku ports
2010-12-04 François RevolAvoid unsupported printf format attribute when building...
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
next