Age | Commit message (Collapse) | Author | |
---|---|---|---|
2005-09-06 | pesky comma; | Jason McIntyre | |
2005-09-06 | make some of the stat utility pages reference each other; | Jason McIntyre | |
idea from a mail to misc@ from simon dassow; | |||
2005-07-01 | NUL-terminate the screen buffer in u_process(), since it is passed to | Jared Yanovich | |
strlen() in line_buffer() (requires allocating an extra byte for it). from markus, ok deraadt | |||
2005-06-17 | replace hardcoded 128 with MAX_COLS (now 256) | Markus Friedl | |
2005-06-17 | add a 'C' command ) that toggles the display of the full cmdline; | Markus Friedl | |
with Jared Yanovich; ok deraadt | |||
2005-06-08 | Multi-cpu support for top. Each cpu now gets its own stats line. | Todd C. Miller | |
Based on work by todd@ at the hackathon. | |||
2005-05-25 | SIZE and RES are not always in kbytes | Jared Yanovich | |
2005-05-14 | sort options + sync usage(); | Jason McIntyre | |
2005-05-13 | grab bag of man page updates | Jared Yanovich | |
- sync to reality (kill first BUG, WCPU field, and ABANDONED state and add WAIT field description) - transform paragraph of field descriptions into a list - minor mdoc, spelling, capitalization nits ok & help jmc, mickey | |||
2005-04-13 | use STD{IN,OUT,ERR}_FILENO | Theo de Raadt | |
2004-12-06 | missing space; bluhm at genua.de | Markus Friedl | |
2004-11-22 | simplify loop iteration | Patrick Latifi | |
ok otto millert | |||
2004-11-17 | off-by-one in process_states[], fixes display of memory; ok deraadt, aaron | Markus Friedl | |
2004-10-07 | introduce -p option and p command to only show a single process. | Otto Moerbeek | |
From Patrick Latifi. ok deraadt@ millert@ | |||
2004-09-14 | ARGSUSED before signal handler with unused signo | Theo de Raadt | |
2004-06-27 | errno struct member -> err; ok millert@ | Marco S Hyman | |
2004-06-13 | Typos in comments and a redundant prototype. From Brian Poole via jmc@ | Otto Moerbeek | |
ok jmc@ | |||
2004-06-11 | handle the KI_NOCPU case, pointed out by markus | Theo de Raadt | |
2004-06-11 | only print /# if > 1 cpu on a machine | Theo de Raadt | |
2004-06-11 | export cpuid via kproc2, and make ps & top aware... from niklas | Theo de Raadt | |
2004-06-11 | hide top breakage, until the next commit which will do it right | Theo de Raadt | |
2004-05-10 | Describe load average and remove useless "BUG". OK deraadt@ | Todd C. Miller | |
2004-05-09 | delint | Theo de Raadt | |
2004-05-09 | spaces | Theo de Raadt | |
2004-05-07 | Check poll revents for error. | Todd C. Miller | |
2004-01-08 | Convert to kinfo_proc2; ok deraadt@ | Todd C. Miller | |
2003-11-01 | process signals at the right time. also handle stdin failure better; | Theo de Raadt | |
millert looked at it.. | |||
2003-09-19 | commands.c: add `o' and `S' to internal help, sort options | Jason McIntyre | |
top.1: sort options and SYNOPSIS add description of `o' (from Patrick Latifi) top.c: sync usage() with SYNOPSIS ok deraadt@ | |||
2003-09-02 | escape punctuation; | Jason McIntyre | |
ok deraadt@ | |||
2003-08-21 | use poll | Theo de Raadt | |
2003-07-07 | protos | Theo de Raadt | |
2003-06-20 | some cleanings recommended by lint | Theo de Raadt | |
2003-06-19 | o get rid of strecpy() and use strlcpy() and/or snprintf() instead. | Todd C. Miller | |
o make itoa() just use snprintf() o rename itoa7() to format_uid() and use snprintf() o max username len is _PW_NAME_LEN, not 8 | |||
2003-06-18 | cleanup, and now it produces KNF output | Theo de Raadt | |
2003-06-18 | SIGWINCH is always here | Theo de Raadt | |
2003-06-18 | remove unused variables | Theo de Raadt | |
2003-06-17 | properly typecast to uid_t the return value of proc_owner() and report | Jean-Francois Brousseau | |
ESRCH instead of EACCES if it returns -1 ok millert@ | |||
2003-06-16 | Add missing #include <err.h> | Todd C. Miller | |
2003-06-16 | use warnx(); millert ok | Theo de Raadt | |
2003-06-15 | use uid_t and fix some sign compare warnings; OK krw@ and deraadt@ | Todd C. Miller | |
2003-06-14 | use correct length instead of sizeof(char *) for some strl* bound values | Anil Madhavapeddy | |
millert@ ok | |||
2003-06-13 | readable code | Theo de Raadt | |
2003-06-13 | use proper varargs(3), as opposed to a hack; ok millert | Peter Valchev | |
2003-06-12 | knf | Theo de Raadt | |
2003-06-12 | cleanup; ok deraadt | Peter Valchev | |
2003-06-10 | - section reorder | Jason McIntyre | |
- COMPATIBILITY merge - macro cleanup - kill whitespace at EOL - new sentence, new line ssh pages ok markus@ | |||
2003-06-03 | terms 3 & 4 cleanup based on "terms" file | Theo de Raadt | |
2003-05-29 | -I${.CURDIR} not needed | Theo de Raadt | |
2003-04-25 | comment | Theo de Raadt | |
2003-04-25 | comment fix | Theo de Raadt | |