summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Simplified pci_fill_info() and friendsfill-infoMartin Mares2022-01-217-98/+66
* Another try at choosing the default compilerMartin Mares2022-01-211-1/+5
* lspci: Improvements to PCIe link speed downgrade reportingMartin Mares2022-01-211-8/+11
* pci.h: The error callback is now declared with PCI_NONRETMartin Mares2022-01-212-2/+2
* types.h: Introduced PCI_NONRETMartin Mares2022-01-211-1/+3
* lspci: Update tests files with VF 10-Bit Tag RequesterDongdong Liu2022-01-213-6/+6
* lspci: Decode VF 10-Bit Tag RequesterDongdong Liu2022-01-212-4/+6
* lspci: Bus mapping works in non-zero domainMartin Mares2022-01-212-5/+7
* Makefile: don't hardcode gccVladimír Čunát2022-01-211-1/+1
* libpci: i386-io-windows.h: Mute false-positive warningPali Rohár2022-01-011-0/+1
* i386-ports: Do not mark pci_access in conf12_cleanup() as unusedPali Rohár2022-01-011-1/+1
* lib: Fix definition of strcasecmp() for PCI_OS_WINDOWSPali Rohár2021-12-281-1/+1
* compat/getopt: Fix compatibility with non-GNU C libraryPali Rohár2021-12-282-10/+23
* pciutils: Do not include compat/getopt.h on MinGW32 >= 3.0Pali Rohár2021-12-281-1/+14
* Add PCIe 3.0+ decoding of the LnkCtl2 Compliance Preset/De-emphasis fieldLennert Buytenhek2021-12-282-3/+32
* ls-tree: Fix handling of truncated linesMartin Mares2021-12-281-9/+14
* i386-ports: Added missing #include <string.h>Martin Mares2021-12-281-0/+1
* Makefile: Add compat/getopt.h into PCIINC dependency listPali Rohár2021-12-281-0/+1
* README: Add a note on C99Martin Mares2021-12-271-1/+2
* Renamed maint/RELEASE to appease case-insensitive filesystemsMartin Mares2021-12-271-0/+0
* lspci: Show Slot Power Limit values above EFhPali Rohár2021-12-271-8/+22
* libpci: Fix intel_sanity_check() functionPali Rohár2021-12-261-0/+1
* lspci: Print buses of multibus PCI domain in ascending orderPali Rohár2021-12-262-4/+9
* intel_cleanup_io() no longer returns a valueMartin Mares2021-12-269-20/+14
* dump: Allow more leading zeros in dump line numberPali Rohár2021-12-261-1/+3
* README: Update information how to compile Windows portPali Rohár2021-12-261-0/+7
* win32: Remove old config.h and config.mk filesPali Rohár2021-12-262-19/+0
* configure: Generate config files for PCI_OS_WINDOWSPali Rohár2021-12-261-3/+9
* Makefile: Add new option COMPAT_GETOPTPali Rohár2021-12-261-2/+8
* Makefile: Append EXEEXT variable to executable filename rulesPali Rohár2021-12-263-9/+14
* Factored out initialization of name list pathMartin Mares2021-12-261-7/+21
* libpci: For PCI_OS_WINDOWS allows to load pci.ids from executable directoryPali Rohár2021-12-262-1/+26
* libpci: i386-io-windows.h: Enable I/O access via native NT ProcessUserModeIOP...Pali Rohár2021-12-262-30/+1185
* libpci: i386-io-windows.h: Fix definitions of I/O port functions for UCRT, CR...Pali Rohár2021-12-261-1/+69
* libpci: i386-io-windows.h: Skip I/O setup on 16/32-bit non-NT systemsPali Rohár2021-12-261-0/+11
* Cleaned up previous commitMartin Mares2021-12-261-4/+4
* Fix the primitive system dependency discovery for Darwin systemsLaurin-Luis Lehning2021-12-261-2/+4
* Man pages: clarify pci.ids locationRobert Elliott2021-12-263-2/+7
* update-pciids man page: add cross-referencesRobert Elliott2021-12-261-1/+6
* man pages: update cross-references to pci.idsRobert Elliott2021-12-261-1/+1
* Makefile: Update uninstall target to match all install* targetsMartin Mares2021-12-261-1/+10
* add missing symlinks to libraries in install-lib targetAlex Domingo2021-12-261-0/+2
* Makefile: fix for parallel builds (make -j)Zachary T Welch2021-12-261-1/+1
* HWDB: Handle NULL returned by udev_list_entry_get_*Martin Mares2021-12-261-2/+9
* Fix malloc error handling when pci_access is not fully initializedMartin Mares2021-12-261-27/+29
* lspci: Add PCIe 6.0 data rate (64 GT/s) supportGustavo Pimentel2020-12-061-0/+4
* HWDB: Fixed memory leakMartin Mares2020-12-061-0/+1
* Merge branch 'master' of https://github.com/nmoinvaz/pciutilsMartin Mares2020-12-061-1/+1
|\
| * Fixed MSAN errnum use-of-uninitialized value warning. gzerror is not guarante...Nathan Moinvaziri2020-11-201-1/+1
* | Merge branch 'master' of https://github.com/rohit-mundra/pciutilsMartin Mares2020-12-061-1/+2
|\ \