| Commit message (Expand) | Author | Age | Files | Lines |
* | o De-register local vars. | maxim | 2006-04-16 | 1 | -6/+4 |
* | o Trim EOL whitespaces and tabs, replace eight w/s by tabs. | maxim | 2006-04-16 | 1 | -20/+20 |
* | o Implement Solaris-like -x flag: show extended disk statistics. | maxim | 2006-04-16 | 2 | -15/+136 |
* | Interlink systat(1), iostat(8) and vmstat(8) through their SEE ALSO | keramida | 2005-05-26 | 1 | -0/+1 |
* | Expand *n't contractions. | ru | 2005-02-13 | 1 | -1/+1 |
* | Sort sections. | ru | 2005-01-18 | 1 | -2/+2 |
* | Put libdevstat before libkvm, because the former depends on the latter. | ru | 2004-02-04 | 1 | -2/+2 |
* | Remove MAINTAINER= lines in the makefiles for camcontrol, iostat, libcam | ken | 2003-06-14 | 1 | -2/+0 |
* | style.Makefile(5) | obrien | 2003-04-04 | 1 | -1/+2 |
* | Run a revision of the devstat interface: | phk | 2003-03-15 | 1 | -7/+5 |
* | Add #include <sys/resource.h> | phk | 2003-02-16 | 1 | -0/+1 |
* | Remove #include <sys/dkstat.h> | phk | 2003-02-16 | 1 | -1/+0 |
* | english(4) police. | schweikh | 2002-12-27 | 1 | -4/+4 |
* | MFS: Spelling: s/transfered/transferred/ | trhodes | 2002-12-12 | 1 | -1/+1 |
* | Use essentially the same formatting of the CPU stats percentages as in | bde | 2002-08-18 | 1 | -1/+1 |
* | Include <nlist.h> for nlist interfaces instead of depending on namespace | bde | 2002-08-18 | 1 | -0/+1 |
* | The .Nm utility | charnier | 2002-07-14 | 1 | -5/+12 |
* | Replace /kernel with /boot/kernel/kernel. | joe | 2002-05-09 | 1 | -3/+3 |
* | Redo patch in 1.22 such that the header printing is reset when the | guido | 2001-09-26 | 1 | -19/+16 |
* | Don't do unsafe activities in the syscall handler. | kris | 2001-09-01 | 1 | -4/+18 |
* | Bring in some iostat fixes that bde reminded me about. These fixes were | ken | 2001-08-23 | 2 | -95/+125 |
* | mdoc(7) police: markup nits. | ru | 2001-08-07 | 1 | -5/+12 |
* | Make use of the new features of libdevstat to allow iostat to work on | tmm | 2001-08-04 | 3 | -94/+151 |
* | Perform a major cleanup of the usr.sbin Makefiles. | obrien | 2001-07-20 | 1 | -3/+4 |
* | Remove whitespace at EOL. | dd | 2001-07-15 | 1 | -8/+8 |
* | mdoc(7) police: removed HISTORY info from the .Os call. | ru | 2001-07-10 | 1 | -1/+1 |
* | mdoc(7) police: remove extraneous .Pp before and/or after .Sh. | dd | 2001-07-09 | 1 | -1/+0 |
* | Removed -I${.CURDIR}/.../sys from CFLAGS. | ru | 2001-05-18 | 1 | -1/+0 |
* | - Backout botched attempt to introduce MANSECT feature. | ru | 2001-03-26 | 1 | -0/+1 |
* | Set the default manual section for usr.sbin/ to 8. | ru | 2001-03-20 | 1 | -2/+1 |
* | mdoc(7) police: split punctuation characters + misc fixes. | ru | 2001-02-01 | 1 | -1/+6 |
* | Prepare for mdoc(7)NG. | ru | 2000-12-27 | 1 | -6/+6 |
* | mdoc(7) police: removed history info from the .Os FreeBSD call. | ru | 2000-12-14 | 1 | -1/+1 |
* | Properly check malloc(3) return values | jedgar | 2000-12-01 | 1 | -3/+8 |
* | mdoc(7) police: use the new features of the Nm macro. | ru | 2000-11-20 | 1 | -12/+12 |
* | Remove bogus include, as per style(9). | asmodai | 2000-04-30 | 1 | -2/+0 |
* | Back out previous commit minus spelling fixes. Should have asked maintainer | charnier | 2000-01-24 | 2 | -37/+29 |
* | Rework use of Nm. | charnier | 2000-01-23 | 2 | -31/+39 |
* | $Id$ -> $FreeBSD$ | peter | 1999-08-28 | 2 | -2/+2 |
* | Various man page cleanup: | mpp | 1999-08-15 | 1 | -3/+3 |
* | Per Ken's request, back out my last change to this file. iostat's man | imp | 1999-06-24 | 1 | -2/+2 |
* | Two getopts related nits: | imp | 1999-06-24 | 1 | -2/+2 |
* | Add a MAINTAINER line to modules that I maintain. | ken | 1999-06-18 | 1 | -0/+2 |
* | Change the devstat generation number from an int to a long. The int-sized | ken | 1998-09-20 | 1 | -4/+5 |
* | Fix style bugs introduced by Matt Dillon in his previous, unreviewed | ken | 1998-09-16 | 2 | -10/+11 |
* | Fixed segfault when more then four devices are specified (improper free), | dillon | 1998-09-16 | 2 | -13/+26 |
* | Update system to new device statistics code. | gibbs | 1998-09-15 | 3 | -277/+796 |
* | Use err(3). | charnier | 1997-09-19 | 1 | -6/+10 |
* | Remove -I/sys and add -I${.CURDIR}/../../sys | guido | 1997-07-13 | 1 | -1/+1 |
* | compare return value from getopt against -1 rather than EOF, per the final | imp | 1997-03-31 | 1 | -1/+1 |