]> mj.ucw.cz Git - pciutils.git/history - setpci.c
setpci: Even better tracing messages.
[pciutils.git] / setpci.c
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.