Age | Commit message (Expand) | Author |
2007-02-04 | actully use a default value when we say so. from Mark Lumsden | Otto Moerbeek |
2007-02-04 | long and long long is not the same on 32 bits archs | Otto Moerbeek |
2007-01-10 | - use .Sq for single characters, rather than .Dq | Jason McIntyre |
2007-01-05 | tidy & sort help display | Otto Moerbeek |
2007-01-05 | add new g command to interactive help; from Mark Lumsden | Otto Moerbeek |
2007-01-03 | Missing 'T' in interactive command list. From Mark Lumsden. | Otto Moerbeek |
2007-01-03 | Add a 'g' command to only show processes having a string in their | Otto Moerbeek |
2007-01-02 | top(1) doesn't use any math.h function, so do not include math.h and | Otto Moerbeek |
2006-12-27 | Also provide 'C' as a command line arg. From Mark Lumsden <mark at cyodesigns | Otto Moerbeek |
2006-11-29 | Do not test for processes being swapped out since this can't happen anymore. | Miod Vallat |
2006-09-20 | Recommit memory leak fix. | Ray Lai |
2006-04-29 | use calloc(3) instead of malloc(3) to allocate cpu state structs; it's | Otto Moerbeek |
2006-03-04 | Show the CPU state %'s on first display as well. "looks good" deraadt@ | Otto Moerbeek |
2006-03-04 | Handle signals in non-interactive mode. "looks good" deraadt@ | Otto Moerbeek |
2005-12-21 | Userland programs should include <errno.h> not <sys/errno.h> | Todd C. Miller |
2005-12-05 | oops: forgot to remind tedu to add -T to SYNOPSIS too... | Jason McIntyre |
2005-12-04 | support for toggling thread viewing. | Ted Unangst |
2005-10-07 | sync help message with reality: sort acceptes keyword "pri" | Hans-Joerg Hoexer |
2005-09-06 | pesky comma; | Jason McIntyre |
2005-09-06 | make some of the stat utility pages reference each other; | Jason McIntyre |
2005-07-01 | NUL-terminate the screen buffer in u_process(), since it is passed to | Jared Yanovich |
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 |
2005-06-08 | Multi-cpu support for top. Each cpu now gets its own stats line. | Todd C. Miller |
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 |
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 |
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 |
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 |
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 |
2003-09-19 | commands.c: add `o' and `S' to internal help, sort options | Jason McIntyre |
2003-09-02 | escape punctuation; | Jason McIntyre |
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 |