summaryrefslogtreecommitdiffstats
path: root/usr.bin/systat
Commit message (Expand)AuthorAgeFilesLines
* Put libdevstat before libkvm, because the former depends on the latter.ru2004-02-041-2/+2
* Make systat -net aware of compressed time_wait sockets.silby2003-12-241-3/+11
* Copy cur's snap_time to last when refreshing statistics. Fixes problemtjr2003-11-011-0/+2
* Use 'k' as suffix for Kilophk2003-10-241-1/+1
* When a numeric field overflows its width, try formatting the number inphk2003-10-202-6/+5
* Add ip6 and icmp6 displays to systat.dwmalone2003-08-017-1/+632
* Let libdevstat calculate the device-busy % instead of home-rolling.phk2003-04-091-13/+5
* Run a revision of the devstat interface:phk2003-03-152-15/+15
* mdoc(7) police: Scheduled sweep.ru2003-02-241-2/+1
* Add #include <sys/resource.h>phk2003-02-163-0/+3
* Remove #include <sys/dkstat.h>phk2003-02-164-4/+0
* Make 'sysctl vm.vmtotal' work properly using updated patch from Hiten.dillon2003-01-111-1/+1
* Add "ifstat" display:phk2003-01-048-2/+785
* When we close a display, mark it as not-initialized so that we willphk2003-01-041-0/+1
* Back out rev 1.20; getbsize(3)'s original interface has been restored.mike2002-12-301-3/+1
* english(4) police.schweikh2002-12-271-2/+2
* Adjust for getbsize argument type change.markm2002-10-231-1/+3
* Remove unneeded function prototypes.markm2002-10-231-3/+0
* Widen struct sockbuf's sb_timeo member to int from short. Withjdp2002-07-241-4/+4
* ^Z suspends any and all programs that don't do anything special aboutkeramida2002-07-151-3/+0
* ^Z doesn't "stop" systat, but it "suspends" it.keramida2002-07-151-1/+1
* debug.{numvnodes,freevnodes} moved to vfs.des2002-06-061-2/+2
* Replace /kernel with /boot/kernel/kernel.joe2002-05-091-2/+2
* Use `The .Nm utility'charnier2002-04-201-2/+3
* Remove previously unneeded and now incorrect cast of user_from_uid()dwmalone2002-04-131-7/+7
* unifdef __STDC__imp2002-03-231-16/+1
* remove __Pimp2002-03-227-111/+111
* 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
OpenPOWER on IntegriCloud