Age | Commit message (Expand) | Author |
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-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-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-05-09 | delint | Theo de Raadt |
2004-05-09 | spaces | Theo de Raadt |
2004-05-07 | Check poll revents for error. | 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-08-21 | use poll | Theo de Raadt |
2003-07-07 | protos | Theo de Raadt |
2003-06-19 | o get rid of strecpy() and use strlcpy() and/or snprintf() instead. | Todd C. Miller |
2003-06-18 | SIGWINCH is always here | Theo de Raadt |
2003-06-18 | remove unused variables | Theo de Raadt |
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-13 | readable code | Theo de Raadt |
2003-06-12 | cleanup; ok deraadt | Peter Valchev |
2002-07-15 | license change from William LeFebvre <wnl@groupsys.com>; top is now BSD | Theo de Raadt |
2002-06-14 | spelling; from Brian Poole <raj@cerias.purdue.edu> | Todd T. Fries |
2002-04-21 | Add support for fractional delay values. Useful for fast updates | Hugh Graham |
2002-02-16 | Part one of userland __P removal. Done with a simple regexp with some minor ... | Todd C. Miller |
2001-11-19 | kill more registers | Mike Pechkin |
2001-11-17 | volatile sig_atomic_t | Theo de Raadt |
2001-11-11 | Add 'S' to interactive mode to toggle the display of system | Federico G. Schwindt |
2001-09-05 | select correctly, and on the right file descriptors too! | Theo de Raadt |
2001-09-04 | Replace the deprecated BSD sigsetmask/sigblock/sigpause functions with their ... | Todd C. Miller |
2001-07-27 | abort if stdout use ever produces EOF. before, top was one of those nasty | Theo de Raadt |
2001-07-17 | -Wall cleanup; ok deraadt | Peter Valchev |
2001-01-18 | remove signal races, using flags | Theo de Raadt |
2000-12-22 | use strtoul() instead of atoi() | Theo de Raadt |
2000-11-21 | errno saving inside really crummy signal handlers | Theo de Raadt |
2000-10-04 | Fixes a format string error in the kill (k) command; vort@wiretapped.net | Todd C. Miller |
1999-05-23 | getopt(3) returns -1, not EOF | Aaron Campbell |
1997-08-22 | First sweep. Prototype, type fixes, long fixes, mostly compiles with | Jason Downs |
1997-08-14 | top 3.4, with a few changes. Still needs more work. | Jason Downs |