Age | Commit message (Collapse) | Author | |
---|---|---|---|
2004-01-08 | Convert to kvm_getproc2(); ok deraadt@ | Todd C. Miller | |
2003-12-17 | - add -w to options description | Jason McIntyre | |
- document default refresh interval - sync usage() with SYNOPSIS inspired by PR 3608; ok deraadt@ | |||
2003-12-17 | remove old -M and -N; 3608 | Theo de Raadt | |
2003-10-16 | duh | Michael Shalayeff | |
2003-10-15 | also print the uvmexp.zeropages if there is space in vm screen | Michael Shalayeff | |
2003-09-02 | escape punctuation; | Jason McIntyre | |
ok deraadt@ | |||
2003-07-25 | remove some non-existent information from vmstat section; | Jason McIntyre | |
from Hans-Joerg Hoexer (PR 3367) | |||
2003-07-10 | add missing includes | David Krause | |
ok deraadt@ tedu@ | |||
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-15 | ^Z Stop systat -> ^Z Suspend systat; | Jason McIntyre | |
from Okan Demirmen; ok millert@ | |||
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 | |
2003-02-02 | When disk activity exceeds 100kB/s divide length of bar by 10s and report | Henning Brauer | |
factor on RHS screen. from netbsd (dsl@) ok theo | |||
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-10-29 | idle time is shown as ` ' not ` )'. | Jason Wright | |
2002-08-04 | kvm gid revocation earlier | Theo de Raadt | |
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-06-18 | revoke privs after kvm_openfiles | Theo de Raadt | |
2002-06-09 | Use sysctl for mbstat | Angelos D. Keromytis | |
2002-04-29 | Fix 32bit int oflow when there is > 2GB vm; peters AT telia DOT net | Todd C. Miller | |
2002-02-19 | We live in an ANSI C world. Remove lots of gratuitous #ifdef __STDC__ cruft. | Todd C. Miller | |
2002-02-18 | more "char c = getchar(); if (c == EOF) ..." balony | Theo de Raadt | |
2002-02-17 | A couple temporary workarounds for vax toolchain bugs. | Hugh Graham | |
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-28 | remove unused var | Eric Jackson | |
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-09 | Since all our arches have /dev/ksyms, replace rigid mentions of the kernel | Miod Vallat | |
being /bsd with more correct terms, and remove /bsd and /dev/kmem from the FILES section if they were there. | |||
2001-11-06 | New vm includes. | Artur Grabowski | |
2001-09-04 | Replace the deprecated BSD sigsetmask/sigblock/sigpause functions with their ↵ | Todd C. Miller | |
POSIX counterparts. | |||
2001-08-28 | Add information on number/percentage of namei calls missed the cache. | Tobias Weingartner | |
millert@ ok. | |||
2001-08-12 | #(endif|else) foo is incorrect, make it #endif /* foo */ | Heikki Korpela | |
deraadt@ ok | |||
2001-08-11 | update one of the outdated lists in here; andrew.hoerter@NeuStar.com | Theo de Raadt | |
2001-07-28 | Wall cleanup | Peter Valchev | |
2001-06-27 | UVM is no longer an option | Artur Grabowski | |
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> | |||
2001-04-20 | systat does not use /dev/drum | Todd C. Miller | |
2000-11-09 | Change all option list specifications to ".Bl -tag -width Ds". Most man | Aaron Campbell | |
pages just needed their -width parameter tweaked to "Ds", which provides a nice width of 6 constant characters. For consistency more than anything. | |||
2000-09-03 | Boring... Add :L modifier to all tweakable variables tests. | Marc Espie | |
Closes PR 1246 | |||
2000-07-10 | Bail if getch() returns ERR. In ncurses < 5.1 getch() incorrectly | Todd C. Miller | |
returned 0 on EOF (due to a side effect of how curses buffers reads). | |||
2000-07-07 | fixed formatting in numlabels; danh | Theo de Raadt | |
2000-06-18 | Mark kernel threads as system processes. Make ps hide them by default, | Niklas Hallqvist | |
show them with -k. Do not try to show RSS based values for them as they mess up column alignment. vmstat -f now shows kernel threads separately from rforks too. |