aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/systat
Commit message (Expand)AuthorAgeFilesLines
* Consistently use __inline instead of __inline__ as the former is an empty macroStefan Farfeleder2004-07-041-1/+1
* Deal with double whitespace.Ruslan Ermilov2004-07-031-6/+6
* Mechanically kill hard sentence breaks.Ruslan Ermilov2004-07-021-40/+79
* Removed trailing whitespace.Ruslan Ermilov2004-07-021-1/+1
* Bring in mbuma to replace mballoc.Bosko Milekic2004-05-311-41/+12
* Include <sys/proc.h> for the definition of PS_INMEM instead ofBruce Evans2004-04-141-3/+2
* Fix the easy warnings:David Malone2004-03-096-40/+27
* Demangled vendor ids. Fixed misplaced FreeBSD id.Bruce Evans2004-02-251-6/+9
* Backed out rev.1.6. A bogus include was added to work around breakage ofBruce Evans2004-02-251-2/+0
* Put libdevstat before libkvm, because the former depends on the latter.Ruslan Ermilov2004-02-041-2/+2
* Make systat -net aware of compressed time_wait sockets.Mike Silbersack2003-12-241-3/+11
* Copy cur's snap_time to last when refreshing statistics. Fixes problemTim J. Robbins2003-11-011-0/+2
* Use 'k' as suffix for KiloPoul-Henning Kamp2003-10-241-1/+1
* When a numeric field overflows its width, try formatting the number inPoul-Henning Kamp2003-10-202-6/+5
* Add ip6 and icmp6 displays to systat.David Malone2003-08-017-1/+632
* Let libdevstat calculate the device-busy % instead of home-rolling.Poul-Henning Kamp2003-04-091-13/+5
* Run a revision of the devstat interface:Poul-Henning Kamp2003-03-152-15/+15
* mdoc(7) police: Scheduled sweep.Ruslan Ermilov2003-02-241-2/+1
* Add #include <sys/resource.h>Poul-Henning Kamp2003-02-163-0/+3
* Remove #include <sys/dkstat.h>Poul-Henning Kamp2003-02-164-4/+0
* Make 'sysctl vm.vmtotal' work properly using updated patch from Hiten.Matthew Dillon2003-01-111-1/+1
* Add "ifstat" display:Poul-Henning Kamp2003-01-048-2/+785
* When we close a display, mark it as not-initialized so that we willPoul-Henning Kamp2003-01-041-0/+1
* Back out rev 1.20; getbsize(3)'s original interface has been restored.Mike Barcroft2002-12-301-3/+1
* english(4) police.Jens Schweikhardt2002-12-271-2/+2
* Adjust for getbsize argument type change.Mark Murray2002-10-231-1/+3
* Remove unneeded function prototypes.Mark Murray2002-10-231-3/+0
* Widen struct sockbuf's sb_timeo member to int from short. WithJohn Polstra2002-07-241-4/+4
* ^Z suspends any and all programs that don't do anything special aboutGiorgos Keramidas2002-07-151-3/+0
* ^Z doesn't "stop" systat, but it "suspends" it.Giorgos Keramidas2002-07-151-1/+1
* debug.{numvnodes,freevnodes} moved to vfs.Dag-Erling Smørgrav2002-06-061-2/+2
* Replace /kernel with /boot/kernel/kernel.Josef Karthauser2002-05-091-2/+2
* 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