summaryrefslogtreecommitdiffstats
path: root/usr.bin/systat
Commit message (Expand)AuthorAgeFilesLines
* Removed -I${.CURDIR}/.../sys from CFLAGS.ru2001-05-181-1/+0
* Compensate for header dethreading.markm2001-05-011-0/+1
* numdirtybuffers is an int, not a long.gallatin2001-03-291-1/+1
* Get rid of setgid kmem for systat, and while being there, fix some bugstmm2001-03-2310-151/+397
* Don't attempt to parse %cache2001-03-211-2/+7
* Count and show incoming UDP datagrams with no checksum.ru2001-03-131-18/+20
* mdoc(7) police: split punctuation characters + misc fixes.ru2001-02-011-2/+8
* Catch up to new proc flags.jhb2001-01-241-1/+1
* My bad, committed the submitted patch rather than the fixed patch.phk2000-12-301-2/+3
* Use macro API to <sys/queue.h>phk2000-12-301-31/+16
* Prepare for mdoc(7)NG.ru2000-12-191-1/+1
* o Fix up includes which built due to excessive nested including in therwatson2000-12-171-6/+5
* Change the proc information returned from the kernel so that itmckusick2000-12-121-10/+6
* Correct int/long type mismatch in the proper place this time. freevnodesgallatin2000-12-021-2/+2
* fix another int/long type mismatch. This one was causing pigs togallatin2000-12-011-1/+1
* fix int/long type mismatches found on alphagallatin2000-12-011-4/+4
* o Make systat/vmstat.c use sysctl() to retrieve cp_time, bufspace,rwatson2000-11-251-29/+50
* o make systat/pigs.c use syctl() to retrieve cp_time, fscale, and ccpurwatson2000-11-251-27/+32
* o Make systat/iostat.c use sysctl() to retrieve cp_time instead ofrwatson2000-11-251-23/+9
* o Make systat use sysctl() to retrieve hz and stathz, instead ofrwatson2000-11-251-19/+14
* mdoc(7) police: use the new features of the Nm macro.ru2000-11-201-3/+3
* Remove obsolete /dev/drum referencesjedgar2000-10-291-2/+1
* Remove unneded -ltermcapache2000-09-161-2/+3
* Quick Fix: swap.c doesn't appear to actually need <sys/conf.h>, so removepeter2000-08-241-1/+0
* Fix systat to use the kern.ipc.mbtypes sysctl instead of referencing aalfred2000-07-151-34/+44
* Duh! get the scaling right.phk2000-06-011-3/+3
* Rescale the IOstat bars, modern disks are faster than old disks.phk2000-06-011-2/+2
* Don't include <sys/buf.h>phk2000-05-053-3/+0
* #include <errno.h> where needed. Kill extern int errno;.imp2000-04-141-1/+1
* Remove more single-space hard sentence breaks.sheldonh2000-03-021-1/+2
* s/curses/ncurses/nik2000-03-011-1/+1
* "Disks" is more correct than "Disks" could be.green1999-09-191-1/+1
* systat is way too comfortable with curses internals...peter1999-08-304-13/+13
* $Id$ -> $FreeBSD$peter1999-08-2818-18/+18
* Fix bad references:chris1999-08-141-3/+3
* Show dirty buffers and the percentage of time a disk was busy.des1999-07-302-14/+37
* Add $Id$, to make it simpler for members of the translation teams tonik1999-07-121-0/+1
* Tidy up references to <sys/rlist.h> and support for the old swap managementpeter1999-05-111-2/+1
* Display floats with format %*.0f instead of as "*****" if there isbde1999-03-221-1/+5
* Include discrete ozfod as well as ozfod/zfod percentage.dillon1999-02-081-7/+7
* If there are 4 or fewer disk devices, we have room to display additionaldillon1999-02-082-5/+39
* Be nice when no swap is configured in systemdillon1999-02-061-1/+11
* Fix labeling bugdillon1999-01-221-1/+3
* Make systat -swap use new kvm_swapinfo() functiondillon1999-01-221-137/+57
* revert to rev 1.29. (floppy drives will be gotten rid of another way)obrien1999-01-091-10/+1
* Add copyright and RCS/CVS Id.obrien1998-12-271-0/+28
* Update section on DK_NDRIVES (which was removed with CAM), and explainobrien1998-12-271-9/+10
* Turn the compile time option into a run-time option.obrien1998-12-272-7/+10
* Don't waste precious space on showing the performance of fdX.obrien1998-12-271-1/+9
* Quiet many compiler warnings.obrien1998-10-0810-20/+31
OpenPOWER on IntegriCloud