aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/systat
Commit message (Expand)AuthorAgeFilesLines
* Use `The .Nm utility'Philippe Charnier2002-04-201-2/+3
* Remove previously unneeded and now incorrect cast of user_from_uid()David Malone2002-04-131-7/+7
* unifdef __STDC__Warner Losh2002-03-231-16/+1
* remove __PWarner Losh2002-03-227-111/+111
* Remove NO_WERRORs and WARNS=n's. To be revisited after GCC3.Mark Murray2002-02-081-1/+0
* WARNS=2 fixes with NO_WERROR set, as there are some header issuesMark Murray2001-12-1222-404/+437
* Remove the 'irq' string from the irqN part of the "interrupts" display.Mark Murray2001-12-011-2/+10
* Add #include <net/route.h> in order to get this to compile.Jonathan Lemon2001-11-221-0/+2
* Compensate for "Compensate for header dethreading" by backing it out.Bruce Evans2001-10-101-1/+0
* Remove greatly outdated comment that systat(1) takes 2-10% of the CPU time.Maxim Sobolev2001-10-091-1/+0
* Re-enable mbtypes statistics in the mbuf allocator. I disabled theseBosko Milekic2001-09-301-32/+31
* Convert systat(1) to use the new devstat interface.Kenneth D. Merry2001-09-063-53/+46
* - Do not handle the per-CPU containers in mbuf code as though the cpuidsBosko Milekic2001-07-261-8/+5
* Remove whitespace at EOL.Dima Dorfman2001-07-151-8/+8
* mdoc(7) police: removed HISTORY info from the .Os call.Ruslan Ermilov2001-07-101-1/+1
* mdoc(7) police: sort SEE ALSO xrefs (sort -b -f +2 -3 +1 -2).Ruslan Ermilov2001-07-061-3/+3
* Make sure to try hw.ncpu if kern.smp.cpus doesn't exist (i.e. on UP) whenBosko Milekic2001-06-231-1/+2
* Introduce numerous SMP friendly changes to the mbuf allocator. Namely,Bosko Milekic2001-06-221-22/+54
* Replace a use of the hw.nintr sysctl as it has just gone away, castThomas Moestl2001-06-013-6/+11
* Display -tcp w/o load average so that all statistics fits on a 80x25 screen.Ruslan Ermilov2001-05-312-3/+3
* Show TCP checksum failures with -tcp display.Ruslan Ermilov2001-05-311-0/+3
* Mark error() as __printflike() and fix a non-exploitable format stringKris Kennaway2001-05-252-2/+2
* Fix the error buffer passed to kvm_openfiles to have a length ofThomas Moestl2001-05-251-2/+4
* Removed -I${.CURDIR}/.../sys from CFLAGS.Ruslan Ermilov2001-05-181-1/+0
* Compensate for header dethreading.Mark Murray2001-05-011-0/+1
* numdirtybuffers is an int, not a long.Andrew Gallatin2001-03-291-1/+1
* Get rid of setgid kmem for systat, and while being there, fix some bugsThomas Moestl2001-03-2310-151/+397
* Don't attempt to parse %cAndrey A. Chernov2001-03-211-2/+7
* Count and show incoming UDP datagrams with no checksum.Ruslan Ermilov2001-03-131-18/+20
* mdoc(7) police: split punctuation characters + misc fixes.Ruslan Ermilov2001-02-011-2/+8
* Catch up to new proc flags.John Baldwin2001-01-241-1/+1
* My bad, committed the submitted patch rather than the fixed patch.Poul-Henning Kamp2000-12-301-2/+3
* Use macro API to <sys/queue.h>Poul-Henning Kamp2000-12-301-31/+16
* Prepare for mdoc(7)NG.Ruslan Ermilov2000-12-191-1/+1
* o Fix up includes which built due to excessive nested including in theRobert Watson2000-12-171-6/+5
* Change the proc information returned from the kernel so that itKirk McKusick2000-12-121-10/+6
* Correct int/long type mismatch in the proper place this time. freevnodesAndrew Gallatin2000-12-021-2/+2
* fix another int/long type mismatch. This one was causing pigs toAndrew Gallatin2000-12-011-1/+1
* fix int/long type mismatches found on alphaAndrew Gallatin2000-12-011-4/+4
* o Make systat/vmstat.c use sysctl() to retrieve cp_time, bufspace,Robert Watson2000-11-251-29/+50
* o make systat/pigs.c use syctl() to retrieve cp_time, fscale, and ccpuRobert Watson2000-11-251-27/+32
* o Make systat/iostat.c use sysctl() to retrieve cp_time instead ofRobert Watson2000-11-251-23/+9
* o Make systat use sysctl() to retrieve hz and stathz, instead ofRobert Watson2000-11-251-19/+14
* mdoc(7) police: use the new features of the Nm macro.Ruslan Ermilov2000-11-201-3/+3
* Remove obsolete /dev/drum referencesChris D. Faulhaber2000-10-291-2/+1
* Remove unneded -ltermcapAndrey A. Chernov2000-09-161-2/+3
* Quick Fix: swap.c doesn't appear to actually need <sys/conf.h>, so removePeter Wemm2000-08-241-1/+0
* Fix systat to use the kern.ipc.mbtypes sysctl instead of referencing aAlfred Perlstein2000-07-151-34/+44
* Duh! get the scaling right.Poul-Henning Kamp2000-06-011-3/+3
* Rescale the IOstat bars, modern disks are faster than old disks.Poul-Henning Kamp2000-06-011-2/+2