Age | Commit message (Collapse) | Author | |
---|---|---|---|
1999-06-26 | fix typos in FILES section, some more cleanup; shinobi@monkey.org | Aaron Campbell | |
1999-06-16 | Fixed i386 -> __i386__ | Marc Espie | |
1999-06-05 | - remove trailing white space | Aaron 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-22 | Merge for new vmswap code largely from netbsd. | Tobias Weingartner | |
1999-05-16 | Cleanup 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-24 | cpu -> CPU | Aaron Campbell | |
1999-02-19 | Xr | Theo de Raadt | |
1998-12-19 | move Act Free field over one | Theo de Raadt | |
1998-11-22 | now "Total" column can shrink | kstailey | |
1998-09-27 | usr.bin/ man page cleanups, n-s | Aaron Campbell | |
1998-09-01 | more man page fixes; aaron@ug.cs.dal.ca | Theo de Raadt | |
1998-07-24 | -lcurses, not termcap/termlib | Todd C. Miller | |
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 | |
1998-02-11 | Fixed innocuous typo | David Leonard | |
1998-01-05 | trust restored a bit more | Theo de Raadt | |
1997-12-19 | careful | Theo de Raadt | |
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-12-15 | fix curses first | 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-11-04 | simple SIGWINCH handler; deals only with window size changes >= 80x24 | kstailey | |
1997-09-21 | $OpenBSD$ | Theo de Raadt | |
1997-08-25 | when getting interrupt, clean up curses only if curses was active | Theo de Raadt | |
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> | |||
1997-07-25 | #if __STDC__ --> #ifdef __STDC__ | Michael Shalayeff | |
1997-07-15 | initxxx() routines return 1 on success, not zero. | kstailey | |
(ob-theo-style-commit-comment: "Argh! *sigh* not-nice!") | |||
1997-07-15 | keyboard() does not return an int | kstailey | |
1997-06-23 | Cleanup by Theo and myself. CMDLINE changed to long to make | Todd C. Miller | |
command line work on 64bit platforms. This is somewhat bogus and is really just a temporary workaround (there may be a curses bug). | |||
1997-06-16 | You can't store a double in an int and then do tests for the fractional part | kstailey | |
miss thing! Also, make more sensitive to digital decay. Now "<<<" will show up in load average display. | |||
1997-04-01 | zap extra XXX if swap goes down; paul@wit387304.student.utwente.nl | Theo de Raadt | |
1997-02-04 | display CPU stats on iostat screen even if diskless | kstailey | |
1997-01-31 | stop crash from walking off end of malloc'd page. i hunted this bug before | Theo de Raadt | |
and didn't find it. fix from paul@wit387304.student.utwente.nl | |||
1997-01-31 | need string.h | Theo de Raadt | |
1997-01-17 | r?index -> strr?chr | Todd C. Miller | |
1997-01-15 | getopt(3) returns -1 when out of args, not EOF, whee! | Todd C. Miller | |
1997-01-06 | Allow device names to be four characters (eg mcd0 or acd0). -moj | Mats O Jansson | |
1996-12-22 | Deal with _POSIX_SAVED_IDS when relinquishing privileges | Thorsten Lockert | |
1996-12-20 | support four letter device names | Jason Downs | |
1996-08-08 | Clarify usage printout | Niklas Hallqvist | |
1996-08-06 | _POSIX2_LINE_MAX errbuf for kvm_openfiles() | Theo de Raadt | |
1996-08-06 | whoops | Theo de Raadt | |
1996-08-06 | avoid buf oflows | Theo de Raadt | |
1996-07-27 | refresh screen better; freebsd pr#1425; from fn | Theo de Raadt | |
1996-07-25 | buffer overflow prevention | Theo de Raadt | |