summaryrefslogtreecommitdiffstats
path: root/usr.bin/systat
Commit message (Expand)AuthorAgeFilesLines
* Remove NO_WERRORs and WARNS=n's. To be revisited after GCC3.markm2002-02-081-1/+0
* WARNS=2 fixes with NO_WERROR set, as there are some header issuesmarkm2001-12-1222-404/+437
* Remove the 'irq' string from the irqN part of the "interrupts" display.markm2001-12-011-2/+10
* Add #include <net/route.h> in order to get this to compile.jlemon2001-11-221-0/+2
* Compensate for "Compensate for header dethreading" by backing it out.bde2001-10-101-1/+0
* Remove greatly outdated comment that systat(1) takes 2-10% of the CPU time.sobomax2001-10-091-1/+0
* Re-enable mbtypes statistics in the mbuf allocator. I disabled thesebmilekic2001-09-301-32/+31
* Convert systat(1) to use the new devstat interface.ken2001-09-063-53/+46
* - Do not handle the per-CPU containers in mbuf code as though the cpuidsbmilekic2001-07-261-8/+5
* Remove whitespace at EOL.dd2001-07-151-8/+8
* mdoc(7) police: removed HISTORY info from the .Os call.ru2001-07-101-1/+1
* mdoc(7) police: sort SEE ALSO xrefs (sort -b -f +2 -3 +1 -2).ru2001-07-061-3/+3
* Make sure to try hw.ncpu if kern.smp.cpus doesn't exist (i.e. on UP) whenbmilekic2001-06-231-1/+2
* Introduce numerous SMP friendly changes to the mbuf allocator. Namely,bmilekic2001-06-221-22/+54
* Replace a use of the hw.nintr sysctl as it has just gone away, casttmm2001-06-013-6/+11
* Display -tcp w/o load average so that all statistics fits on a 80x25 screen.ru2001-05-312-3/+3
* Show TCP checksum failures with -tcp display.ru2001-05-311-0/+3
* Mark error() as __printflike() and fix a non-exploitable format stringkris2001-05-252-2/+2
* Fix the error buffer passed to kvm_openfiles to have a length oftmm2001-05-251-2/+4
* 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
OpenPOWER on IntegriCloud