Age | Commit message (Expand) | Author |
2007-09-01 | malloc(n * m) -> calloc(n, m); from zinovik | Theo de Raadt |
2007-02-25 | use the 1 line load line from 'systat vm' on all the other displays, giving | Theo de Raadt |
2006-11-13 | fix macro abuse leading to stray numbers in the vm display. | Otto Moerbeek |
2006-04-14 | remove comments that says we dont count intr time and remove some code that | David Gwynne |
2006-04-14 | show cpu time spent in interrupts. ive been wanting this for years. | David Gwynne |
2006-03-31 | spacing | Theo de Raadt |
2006-03-31 | fairly simple cleanup, lots of testing done | Theo de Raadt |
2006-03-28 | give more space to the memory columns in vm page; deraadt@ ok | Michael Shalayeff |
2005-09-28 | - when we run out of static kernel map entries, grab a fresh page using | Pedro Martelletto |
2005-04-04 | nlist.h not needed | Theo de Raadt |
2004-09-23 | adapt to KERN_INTRCNT_CNT returning a quad, from danh (imported now to | Theo de Raadt |
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 |
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 |
2004-05-22 | with modern disks data transfers rates above 10000 kByte/s are seen | Henning Brauer |
2004-04-23 | don't print stats until they're stable, prevents seeing weird stuff in | Ted Unangst |
2004-02-15 | 'split' command for iostat mode | Ted Unangst |
2004-02-15 | new arg to disk_unbusy, to record separate read/write statistics. | Ted Unangst |
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 |
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 |
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 |
2002-02-16 | Some disk names are longer than 4. Cope with that. | Thierry Deval |
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 |
2001-11-23 | fix signal races. use sysctl() instead of kvm where possible, and then KNF | Theo de Raadt |
2001-11-19 | kill more registers | Mike Pechkin |
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 |
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 |
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 |
1998-06-12 | fix vm load display | Marco S Hyman |
1997-12-19 | comment this strncpy is safe | Theo de Raadt |