Age | Commit message (Collapse) | Author | |
---|---|---|---|
2004-07-09 | remove post-mortem stuff (sysctl only here) | Theo de Raadt | |
2004-06-28 | Remove special #if defined(__i386__) code from systat and vmstat. We now use | Aaron Campbell | |
sysctl to fetch interrupt counters on all architectures. Also add new '-z' flag to vmstat which means show all devices, even those that have not yet generated an interrupt. deraadt@ tholo@ drahn@ millert@ ok | |||
2004-06-11 | divide etime by ncpu | Theo de Raadt | |
2004-06-11 | oops | Theo de Raadt | |
2004-06-11 | on i386 machines, attempt to peek inside apic_intrhand[] as well, so that | Theo de Raadt | |
MP machines get interrupt counters. will be replaced by a MI subsystem one day. most code from drahn, few final bugs fixed by me | |||
2004-05-22 | with modern disks data transfers rates above 10000 kByte/s are seen | Henning Brauer | |
regularily, make the disk columns a little wider so it doesn't run into the neighboring column, theo ok | |||
2004-04-23 | don't print stats until they're stable, prevents seeing weird stuff in | Ted Unangst | |
disk columns. tested by jolan@. from pedro martelletto | |||
2004-02-15 | 'split' command for iostat mode | Ted Unangst | |
from Pedro Martelletto <pbastos@rdc.puc-rio.br> | |||
2004-02-15 | new arg to disk_unbusy, to record separate read/write statistics. | Ted Unangst | |
looked at by various, testing henning@ mcbride@ dan weeks mostly from netbsd via Pedro Martelletto <pbastos@rdc.puc-rio.br> | |||
2003-10-16 | duh | Michael Shalayeff | |
2003-10-15 | also print the uvmexp.zeropages if there is space in vm screen | Michael Shalayeff | |
2003-06-03 | Remove the advertising clause in the UCB license which Berkeley | Todd C. Miller | |
rescinded 22 July 1999. Proofed by myself and Theo. | |||
2003-04-14 | remove old comment | Theo de Raadt | |
2003-04-08 | string cleaning; ok tdeval | Theo de Raadt | |
2003-02-28 | intrcnt's are ints not longs (at least according to the new kern.intrcnt stuff) | Jason Wright | |
2002-12-16 | Make systat(1), iostat(8) and vmstat(8) automatically update their disk | Thierry Deval | |
statistics when a device is added/removed. ok deraadt@ | |||
2002-06-19 | mark which nlist[] kmem entries are not needed in the sysctl case, and which are | Theo de Raadt | |
2002-06-18 | ANSI | Theo de Raadt | |
2002-04-29 | Fix 32bit int oflow when there is > 2GB vm; peters AT telia DOT net | Todd C. Miller | |
2002-02-16 | Part one of userland __P removal. Done with a simple regexp with some minor ↵ | Todd C. Miller | |
hand editing to make comments line up correctly. Another pass is forthcoming that handles the cases that could not be done automatically. | |||
2002-02-16 | Some disk names are longer than 4. Cope with that. | Thierry Deval | |
ok deraadt@ | |||
2001-12-07 | move back. pvalchev -- the bug was quite obscure | Theo de Raadt | |
2001-12-07 | back out latest changes which cause problems on alpha/sparc64 until | Peter Valchev | |
they are fixed | |||
2001-11-23 | fix signal races. use sysctl() instead of kvm where possible, and then KNF | Theo de Raadt | |
the hell out of it; checked by miod | |||
2001-11-19 | kill more registers | Mike Pechkin | |
millert@ ok | |||
2001-11-18 | slightly expand the Csw/Trp/Sys/Int/Sof spacing | Theo de Raadt | |
2001-11-06 | New vm includes. | Artur Grabowski | |
2001-08-28 | Add information on number/percentage of namei calls missed the cache. | Tobias Weingartner | |
millert@ ok. | |||
2001-06-27 | UVM is no longer an option | Artur Grabowski | |
2001-06-22 | use strlcpy vs strncpy+a[len-1]='\0' | lebel | |
2001-05-04 | handle kvm_nlist() failing, from pr#1798. | Eric Jackson | |
Patch similar to the one submitted by <peterw@documenta.com.au> | |||
2000-02-22 | _total is no longer a symbol in the kernel | Theo de Raadt | |
1999-10-26 | Fix printing of interrupts with UVM. | Artur Grabowski | |
1999-10-26 | support UVM. (much code from NetBSD) | Artur Grabowski | |
1999-06-16 | Fixed i386 -> __i386__ | Marc Espie | |
1998-12-19 | move Act Free field over one | Theo de Raadt | |
1998-07-13 | ftpd: sleep for an indeterminate amount for non-existant logins | Todd C. Miller | |
to simulate a crypt, like login does. Use SEEK_* not L_* and kill some 0L's used in lseek while we're there. | |||
1998-06-12 | fix vm load display | Marco S Hyman | |
1997-12-19 | comment this strncpy is safe | Theo de Raadt | |
1997-12-19 | proactive buffer blocks | Theo de Raadt | |
1997-12-19 | bye bye sprintf | Theo de Raadt | |
1997-11-24 | Deal with the fact that PUTRATE() is a macro that contains braces by | kstailey | |
surrounding it with braces after an ``if ()''. | |||
1997-11-22 | remove unused kernel vars | Michael Shalayeff | |
1997-11-22 | back out 1.8, will fix in another way. | kstailey | |
1997-11-22 | Make vmstat mode display actually fit in 80x24. | kstailey | |
Exploits fact that swap display is always blank. | |||
1997-07-29 | delete accidental #if 0 | flipk | |
1997-07-29 | 1) display full time string in 'vmstat' display so you can tell | flipk | |
the difference between an inactive display and a hung machine. 2) Update the man page for 'vmstat' to reflect reality (and actually explain all those vm abbreviations). netbsd PR bin/2756 (Jonathan Stone <jonathan@DSG.Stanford.EDU> | |||
1996-12-20 | support four letter device names | Jason Downs | |
1996-06-26 | rcsid | Theo de Raadt | |
1996-06-25 | Show interrupt counts on i386. | Thorsten Lockert | |