aboutsummaryrefslogtreecommitdiff
path: root/procps/top.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* Be entirely consistant when using ioctl(0, TIOCGWINSZ, &winsize)Eric Andersen2003-09-151-12/+9
| | | | | to ensure proper fallback behavior on, i.e. serial consoles. -Erik
* Patch from Russell Coker:Eric Andersen2003-07-031-0/+4
| | | | | I've attached my latest SE Linux patch for busybox against the latest CVS version of busybox.
* Major coreutils update.Manuel Novoa III2003-03-191-10/+10
|
* Patch last_pach62 from vodz. This patch moves all the /proc parsingEric Andersen2002-10-221-147/+23
| | | | code into libbb so it can be shared by ps, top, etc, saving over 1.5k.
* last_patch58 from vodz:Eric Andersen2002-09-301-292/+583
| | | | | | | Ok. I generate patch for include to busybox-devel my work with top (original author give me maintaining) and telnetd (my support and unofficial maintaining) applets. Docs changes also: added awk, netstat, time applets to list ;)
* don't leak FILEsEric Andersen2002-09-201-0/+3
|
* Commit vodz's patch, plus a tweak to change TracePid to TracerPid. Now0_60_4Manuel Novoa III2002-09-181-19/+20
| | | | works on i386 (2.4.19) and arm (2.4.6).
* Add a new top appletEric Andersen2002-09-171-0/+408
-Erik