summaryrefslogtreecommitdiffstats
path: root/usr.bin/top/commands.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Replace "boolean.h" with <stdbool.h>kn2019-10-081-5/+5
* annoying whitespace die die diederaadt2017-03-151-4/+4
* unsigned char for ctypederaadt2013-11-281-6/+6
* Allow top to accept tab characters as input in interactive modelum2010-04-011-13/+25
* Fix pointer usage with the renice and kill error message structure. Pointer was used without allocating memory. ok beck@ otto@lum2010-03-231-22/+45
* Instead of using hand-crafted redraws minimizing screen updates, use curses.otto2007-05-291-67/+5
* Use sys_signame[] from libc instead of creating a top-specificmillert2007-02-231-8/+4
* more refinements for the interactive commands section; ok ottojmc2007-02-141-5/+5
* document how signalling via `k' works, after some help from theo and miod;jmc2007-02-091-19/+19
* sync somewhat to the man page;jmc2007-02-091-19/+19
* Compact help screen a bit so it fits in 24 lines again. Based on aotto2007-02-061-7/+3
* Introducing the '+' interactive command to reset all filters.otto2007-02-041-1/+2
* tidy & sort help displayotto2007-01-051-15/+11
* add new g command to interactive help; from Mark Lumsdenotto2007-01-051-1/+2
* support for toggling thread viewing.tedu2005-12-041-1/+2
* sync help message with reality: sort acceptes keyword "pri"hshoexer2005-10-071-2/+2
* add a 'C' command ) that toggles the display of the full cmdline;markus2005-06-171-1/+2
* introduce -p option and p command to only show a single process.otto2004-10-071-2/+3
* errno struct member -> err; ok millert@marc2004-06-271-7/+7
* spacesderaadt2004-05-091-2/+2
* commands.c: add `o' and `S' to internal help, sort optionsjmc2003-09-191-5/+4
* some cleanings recommended by lintderaadt2003-06-201-2/+2
* properly typecast to uid_t the return value of proc_owner() and reportjfb2003-06-171-3/+6
* use uid_t and fix some sign compare warnings; OK krw@ and deraadt@millert2003-06-151-3/+5
* readable codederaadt2003-06-131-317/+241
* cleanup; ok deraadtpvalchev2003-06-121-46/+26
* strcat -> strlcat fix. ok tedu@, deraadt@tdeval2003-04-061-35/+22
* license change from William LeFebvre <wnl@groupsys.com>; top is now BSDderaadt2002-07-151-5/+22
* strlcatderaadt2002-05-291-2/+3
* Part one of userland __P removal. Done with a simple regexp with some minor hand editing to make comments line up correctly. Another pass is forthcoming that handles the cases that could not be done automatically.millert2002-02-161-7/+7
* kill more registersmpech2001-11-191-18/+18
* First sweep. Prototype, type fixes, long fixes, mostly compiles withdownsj1997-08-221-23/+30
* top 3.4, with a few changes. Still needs more work.downsj1997-08-141-0/+511