]> git.ipfire.org Git - thirdparty/pciutils.git/history - setpci.c
maint/README: git push --tags is done by push-to-public
[thirdparty/pciutils.git] / setpci.c
2024-02-26  Alexey Kardashevskiyls-ecaps: Add decode support for IDE Extended Capability
2023-12-08  Martin MarešMerge pull request #146 from alexisgrytalms/master
2023-06-18  Martin MaresUpdate license comments and added SPDX license identifiers
2022-10-30  Martin MaresMerge remote-tracking branch 'pali/win32-dll'
2022-10-30  Martin MaresMerge remote-tracking branch 'pali/win32-readeflags'
2022-10-30  Martin MaresMerge remote-tracking branch 'pali/setpci-register...
2022-10-30  Pali Rohársetpci: Check if standard register on device exist
2022-06-14  Pali Rohársetpci: Define CAPABILITIES register
2020-09-02  Sean V Kelleypciutils: Add decode support for RCECs
2020-02-23  Martin Maressetpci: Added an option to skip the bus scan if possible
2018-11-12  Bjorn Helgaassetpci: Add capability names
2018-11-12  Daniel Schaefersetpci: Pluralize 'capability' in error if needed
2018-10-14  Daniel SchaeferEnable setpci to target n-th capability of id
2016-10-03  Martin MaresMerge branch 'l1pm'
2016-09-26  Charles.Rose@dell.comsetpci: fix length of SUBSYSTEM_VENDOR_ID
2016-05-14  Martin MaresMerge branch 'dpc'
2016-05-14  Keith BuschAdd support for Downstream Port Containment
2013-04-01  Martin Maressetpci: ~0UL should be ~0U, no longs are involved anymore
2010-12-04  Martin MaresMoved #include <unistd.h> to pciutils.h and avoid it...
2010-12-04  Martin MaresBe ISO C89 compliant (still needed for MSVC)
2009-02-01  Martin MaresOne more fix for the syntax error checks in setpci...
2009-01-30  Martin Maressetpci: Fixed a typo in parsing of values, causing...
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 MaresImplemented `setpci --dumpregs'.
2008-11-11  Martin MaresExit correctly after `setpci --version'.
2008-11-10  Martin MaresLet setpci support capabilities.
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-02-20  Martin MaresMerge with git+ssh://git.ucw.cz/home/mj/GIT/pciutils...
2008-02-12  Martin MaresMerge with git+ssh://git.ucw.cz/home/mj/GIT/pciutils.git
2008-02-12  Martin MaresTidy up help texts on usage.
2008-02-12  Martin MaresAnnotate printf-like functions with format checking...
2008-02-11  Martin MaresMerge with git+ssh://git.ucw.cz/home/mj/GIT/pciutils.git
2008-02-11  Martin MaresCleaned up the list of options.
2006-05-31  Martin Maresdie() now uses the right program name when printing...
2006-05-31  Martin MaresDon't crash when an invalid width is specified.
2006-05-05  Martin MaresAdded support for 4096-byte extended configuration...
2006-05-05  Martin MaresPreliminary support for PCI domains
2006-05-05  Martin MaresRemoved "Linux" from the package name
2006-05-05  Martin Maressetpci: -D should not disable reading
2006-05-05  Martin MaresBetter error messages
2006-05-05  Martin MaresIntroduced NONRET macro
2006-05-05  Martin MaresSupport masking in setpci
2006-05-05  Martin MaresRemoved $Id$
2006-05-05  Martin MaresChanged all my email addresses to mj@ucw.cz.
2006-05-05  Martin MaresDon't crash when -s or -d is not given an argument.
2006-05-05  Martin MaresDon't forget to increment address after writing single...
2006-05-05  Martin MaresRewrote the PCI Utilities. All PCI configuration space...
2006-05-05  Martin MaresOops, the test for glibc version was wrong :-|
2006-05-05  Martin MaresDon't include <syscall-list.h> on glibc >= 2.1, since...
2006-05-05  Martin Maresglibc 2.1.x defines pread()/pwrite() in its include...
2006-05-05  Martin MaresFixed problems with glibc 1.99 on PPC. Thanks, Geert.
2006-05-05  Martin MaresDefine SYS_(pread|pwrite) as __NR_\1 on glibc systems...
2006-05-05  Martin Marespread()/pwrite() now should work even with glibc on...
2006-05-05  Martin MaresPCIutils 1.03.
2006-05-05  Martin MaresIntermediate version of pciutils.