summaryrefslogtreecommitdiff
path: root/usr.bin/systat
AgeCommit message (Collapse)Author
2000-11-09Change all option list specifications to ".Bl -tag -width Ds". Most manAaron 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-03Boring... Add :L modifier to all tweakable variables tests.Marc Espie
Closes PR 1246
2000-07-10Bail if getch() returns ERR. In ncurses < 5.1 getch() incorrectlyTodd C. Miller
returned 0 on EOF (due to a side effect of how curses buffers reads).
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
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.
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
const checks in netstat.c.
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
1999-09-23Typo fixes.Alex Feldman
1999-06-26fix typos in FILES section, some more cleanup; shinobi@monkey.orgAaron Campbell
1999-06-16Fixed i386 -> __i386__Marc Espie
1999-06-05- remove trailing white spaceAaron Campbell
- remove arguments from .Os macros - remove arguments from .Nm macros, where appropriate - some more Dq/Sq/Ql insanity - still lots to do in the usr.bin tree... :/
1999-05-22Merge for new vmswap code largely from netbsd.Tobias Weingartner
1999-05-16Cleanup xrefs under SEE ALSO. Specifically:Alex Feldman
- Sort xrefs by section, and then alphabetically. - Add missing commas between xref items. - Remove commas from the last xref entry. - Remove duplicate entries.
1999-02-24cpu -> CPUAaron Campbell
1999-02-19XrTheo de Raadt
1998-12-19move Act Free field over oneTheo de Raadt
1998-11-22now "Total" column can shrinkkstailey
1998-09-27usr.bin/ man page cleanups, n-sAaron Campbell
1998-09-01more man page fixes; aaron@ug.cs.dal.caTheo de Raadt
1998-07-24-lcurses, not termcap/termlibTodd C. Miller
1998-07-13ftpd: sleep for an indeterminate amount for non-existant loginsTodd 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-12fix vm load displayMarco S Hyman
1998-02-11Fixed innocuous typoDavid Leonard
1998-01-05trust restored a bit moreTheo de Raadt
1997-12-19carefulTheo de Raadt
1997-12-19comment this strncpy is safeTheo de Raadt
1997-12-19proactive buffer blocksTheo de Raadt
1997-12-19bye bye sprintfTheo de Raadt
1997-12-15fix curses firstTheo de Raadt
1997-11-24Deal with the fact that PUTRATE() is a macro that contains braces bykstailey
surrounding it with braces after an ``if ()''.
1997-11-22remove unused kernel varsMichael Shalayeff
1997-11-22back out 1.8, will fix in another way.kstailey
1997-11-22Make vmstat mode display actually fit in 80x24.kstailey
Exploits fact that swap display is always blank.
1997-11-04simple SIGWINCH handler; deals only with window size changes >= 80x24kstailey
1997-09-21$OpenBSD$Theo de Raadt
1997-08-25when getting interrupt, clean up curses only if curses was activeTheo de Raadt
1997-07-29delete accidental #if 0flipk
1997-07-291) display full time string in 'vmstat' display so you can tellflipk
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>
1997-07-25#if __STDC__ --> #ifdef __STDC__Michael Shalayeff
1997-07-15initxxx() routines return 1 on success, not zero.kstailey
(ob-theo-style-commit-comment: "Argh! *sigh* not-nice!")