| Age | Commit message (Expand) | Author |
| 2019-11-30 | Use .Sy, not .Em, for bold-faced WARNING of impending doom. | riastradh |
| 2016-09-27 | apply the previous typo in another place as well. | mrg |
| 2016-09-27 | Sort sections. Formatting nitpicks. Fix typo. | wiz |
| 2016-09-25 | add some examples: "pcictl pci0 list" and "pcictl pci0 list -N". | mrg |
| 2016-09-24 | introduce a better pci_drvname() and PCI_IOC_DRVNAME as pciio_drvnameonbus() | mrg |
| 2014-09-10 | Fix pasto. | wiz |
| 2014-09-10 | Sternly advise against `pcictl read/write'. Use .Cm, not .Nm, while here. | riastradh |
| 2014-09-01 | read and write commands for pcictl, from riastradh@ and wiz@ | manu |
| 2014-08-31 | Sort options. | wiz |
| 2014-08-31 | add -N option to print the driver name as returned by pci_drvname(3). | mrg |
| 2014-08-26 | Use more appropriate macro for command line command argument. | wiz |
| 2011-08-30 | static + __dead | joerg |
| 2011-02-25 | make pcictl pci0 list dump all busses by default, unless a bus number is | jmcneill |
| 2011-02-25 | Add quoting for minus, for PostScript output. | wiz |
| 2011-02-25 | Today I learned that 'pcictl pci0 list -b -1' lists devices on all busses. | jmcneill |
| 2009-07-04 | make functions static | cegger |
| 2009-07-04 | remove unused global variable. | cegger |
| 2009-07-04 | use EXIT_FAILURE in places I missed in previous. | cegger |
| 2009-07-04 | - use EXIT_FAILURE, EXIT_SUCCESS | cegger |
| 2009-04-18 | Fix WARNS=4 issues (-Wsign-compare -Wextra) | lukem |
| 2009-03-09 | Fix preamble to match order set out by mdoc(7). Discussed with wiz. | joerg |
| 2007-02-08 | Make the output of 'list -n' aligned by always printing 8 hex digits. | hubertf |
| 2007-01-29 | Xref drvctl(8), bump date | hubertf |
| 2006-10-03 | New sentence, new line. | wiz |
| 2006-10-01 | Add "list -n" to print ID and class numerical, instead of resolving to strings: | hubertf |
| 2006-08-24 | avoid very long loop when you run pcictl on a PCI bus which has no devices on... | bsh |
| 2004-04-24 | Update for new pci_devinfo(3) signature. | kleink |
| 2004-01-05 | Homogenize usage messages: make the 'usage' word all lowercase, as this seems | jmmv |
| 2003-08-18 | fix typo. | yyamano |
| 2002-07-20 | sweep of errx/warnx, remove unnecessary trailing \n | grant |
| 2001-11-08 | Don't abuse opendisk(3) to open PCI bus devices which are no disks. This | tron |
| 2001-09-17 | use strtol instead of atoi to catch non numeric values | joda |
| 2001-09-15 | By poppular demand, don't wildcard "bus" on the "list" command | thorpej |
| 2001-09-14 | Fix missing : in a getopt() string. | thorpej |
| 2001-09-13 | pcictl(8) -- a program for frobbing the PCI bus, and also an example | thorpej |