summaryrefslogtreecommitdiff
path: root/usr.bin/systat
AgeCommit message (Expand)Author
2003-02-28intrcnt's are ints not longs (at least according to the new kern.intrcnt stuff)Jason Wright
2003-02-02When disk activity exceeds 100kB/s divide length of bar by 10s and reportHenning Brauer
2002-12-16Make systat(1), iostat(8) and vmstat(8) automatically update their diskThierry Deval
2002-10-29idle time is shown as ` ' not ` )'.Jason Wright
2002-08-04kvm gid revocation earlierTheo de Raadt
2002-06-19mark which nlist[] kmem entries are not needed in the sysctl case, and which areTheo de Raadt
2002-06-18ANSITheo de Raadt
2002-06-18revoke privs after kvm_openfilesTheo de Raadt
2002-06-09Use sysctl for mbstatAngelos D. Keromytis
2002-04-29Fix 32bit int oflow when there is > 2GB vm; peters AT telia DOT netTodd C. Miller
2002-02-19We live in an ANSI C world. Remove lots of gratuitous #ifdef __STDC__ cruft.Todd C. Miller
2002-02-18more "char c = getchar(); if (c == EOF) ..." balonyTheo de Raadt
2002-02-17A couple temporary workarounds for vax toolchain bugs.Hugh Graham
2002-02-16Part one of userland __P removal. Done with a simple regexp with some minor ...Todd C. Miller
2002-02-16Some disk names are longer than 4. Cope with that.Thierry Deval
2001-12-07move back. pvalchev -- the bug was quite obscureTheo de Raadt
2001-12-07back out latest changes which cause problems on alpha/sparc64 untilPeter Valchev
2001-11-28remove unused varEric Jackson
2001-11-23fix signal races. use sysctl() instead of kvm where possible, and then KNFTheo de Raadt
2001-11-19kill more registersMike Pechkin
2001-11-18slightly expand the Csw/Trp/Sys/Int/Sof spacingTheo de Raadt
2001-11-09Since all our arches have /dev/ksyms, replace rigid mentions of the kernelMiod Vallat
2001-11-06New vm includes.Artur Grabowski
2001-09-04Replace the deprecated BSD sigsetmask/sigblock/sigpause functions with their ...Todd C. Miller
2001-08-28Add information on number/percentage of namei calls missed the cache.Tobias Weingartner
2001-08-12#(endif|else) foo is incorrect, make it #endif /* foo */Heikki Korpela
2001-08-11update one of the outdated lists in here; andrew.hoerter@NeuStar.comTheo de Raadt
2001-07-28Wall cleanupPeter Valchev
2001-06-27UVM is no longer an optionArtur Grabowski
2001-06-27UVM is no longer an optionArtur Grabowski
2001-06-22use strlcpy vs strncpy+a[len-1]='\0'lebel
2001-05-04handle kvm_nlist() failing, from pr#1798.Eric Jackson
2001-04-20systat does not use /dev/drumTodd C. Miller
2000-11-09Change all option list specifications to ".Bl -tag -width Ds". Most manAaron Campbell
2000-09-03Boring... Add :L modifier to all tweakable variables tests.Marc Espie
2000-07-10Bail if getch() returns ERR. In ncurses < 5.1 getch() incorrectlyTodd C. Miller
2000-07-07fixed formatting in numlabels; danhTheo de Raadt
2000-06-18Mark kernel threads as system processes. Make ps hide them by default,Niklas Hallqvist
2000-06-04Fix one-byte overflow; millert@ okAaron Campbell
2000-05-24correct type to be passed to IN6_ARE_ADDR_EQUAL macro.Jun-ichiro itojun Hagino
2000-03-23More pedantic man page formatting insanity, lalalaAaron Campbell
2000-03-23Fix some formatting problems I missed before.Aaron Campbell
2000-03-11Various cleanups and standardizations.Aaron Campbell
2000-03-06Some section re-ordering.Aaron Campbell
2000-02-22_total is no longer a symbol in the kernelTheo de Raadt
2000-01-05IPv6 support. commands under "netstat" are all IPv6-aware.Jun-ichiro itojun Hagino
1999-12-08Fix compile conflict with the new IPv6 code (namespace pollution).Angelos D. Keromytis
1999-10-28Add newline to the end of Makefile to unbreak non-uvm buildsArtur Grabowski
1999-10-26Fix printing of interrupts with UVM.Artur Grabowski
1999-10-26support UVM. (much code from NetBSD)Artur Grabowski