summaryrefslogtreecommitdiff
path: root/usr.bin/top/top.c
AgeCommit message (Expand)Author
2004-10-07introduce -p option and p command to only show a single process.Otto Moerbeek
2004-09-14ARGSUSED before signal handler with unused signoTheo de Raadt
2004-05-09delintTheo de Raadt
2004-05-09spacesTheo de Raadt
2004-05-07Check poll revents for error.Todd C. Miller
2003-11-01process signals at the right time. also handle stdin failure better;Theo de Raadt
2003-09-19commands.c: add `o' and `S' to internal help, sort optionsJason McIntyre
2003-08-21use pollTheo de Raadt
2003-07-07protosTheo de Raadt
2003-06-19o get rid of strecpy() and use strlcpy() and/or snprintf() instead.Todd C. Miller
2003-06-18SIGWINCH is always hereTheo de Raadt
2003-06-18remove unused variablesTheo de Raadt
2003-06-16Add missing #include <err.h>Todd C. Miller
2003-06-16use warnx(); millert okTheo de Raadt
2003-06-15use uid_t and fix some sign compare warnings; OK krw@ and deraadt@Todd C. Miller
2003-06-13readable codeTheo de Raadt
2003-06-12cleanup; ok deraadtPeter Valchev
2002-07-15license change from William LeFebvre <wnl@groupsys.com>; top is now BSDTheo de Raadt
2002-06-14spelling; from Brian Poole <raj@cerias.purdue.edu>Todd T. Fries
2002-04-21Add support for fractional delay values. Useful for fast updatesHugh Graham
2002-02-16Part one of userland __P removal. Done with a simple regexp with some minor ...Todd C. Miller
2001-11-19kill more registersMike Pechkin
2001-11-17volatile sig_atomic_tTheo de Raadt
2001-11-11Add 'S' to interactive mode to toggle the display of systemFederico G. Schwindt
2001-09-05select correctly, and on the right file descriptors too!Theo de Raadt
2001-09-04Replace the deprecated BSD sigsetmask/sigblock/sigpause functions with their ...Todd C. Miller
2001-07-27abort if stdout use ever produces EOF. before, top was one of those nastyTheo de Raadt
2001-07-17-Wall cleanup; ok deraadtPeter Valchev
2001-01-18remove signal races, using flagsTheo de Raadt
2000-12-22use strtoul() instead of atoi()Theo de Raadt
2000-11-21errno saving inside really crummy signal handlersTheo de Raadt
2000-10-04Fixes a format string error in the kill (k) command; vort@wiretapped.netTodd C. Miller
1999-05-23getopt(3) returns -1, not EOFAaron Campbell
1997-08-22First sweep. Prototype, type fixes, long fixes, mostly compiles withJason Downs
1997-08-14top 3.4, with a few changes. Still needs more work.Jason Downs