aboutsummaryrefslogtreecommitdiff
path: root/procps/top.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* usage.c: remove reference to busybox.hvda2007-05-261-1/+1
* procps: remove all global variablesvda2007-04-191-29/+48
* style fixes, no code changesvda2007-04-161-1/+2
* make sure ps/top output what they claim: vsz, not rss ... down the line we sh...vapier2007-02-081-21/+21
* suppress warnings about easch <applet>_main() havingvda2007-02-031-0/+1
* Trailing whitespace removal over entire treevda2007-01-111-1/+1
* done a dozen of randconfig test. guess what? ALL failed...vda2006-12-301-1/+4
* replace /proc scanning code by more versatile one.vda2006-11-051-51/+93
* top: improve CPU% calculationvda2006-11-051-35/+39
* PID should be stored in pid_t, not int or long.vda2006-11-011-4/+5
* top: batch mode should output all processesvda2006-10-271-8/+4
* add open_read_close() and similar stuffvda2006-10-141-1/+1
* attempt to regularize atoi mess.vda2006-10-081-4/+4
* dnsd fix; option_mask32 added. dnsd needs more love.vda2006-10-061-6/+5
* getopt_ulflags -> getopt32.vda2006-10-031-2/+2
* top: add support for -b, -n <iterations>vda2006-09-291-19/+28
* top: fixed wrong comment, made error message more clearvda2006-09-091-10/+6
* Remove bb_ prefixes from xfuncs.c (and a few other places), consolidatelandley2006-08-031-17/+4
* Make another warning go away.landley2006-06-301-1/+0
* Top was catching sigterm (and fumbling sigint) so it could reset the terminallandley2006-06-281-5/+2
* - move #include busybox.h to the very top so we pull in the configaldot2006-06-021-1/+1
* Consolidate #include <sys/time.h> so libbb.h does it.landley2006-05-271-2/+0
* - make it C89 compatible; Declarations in the middle of a function is of coursealdot2006-05-191-3/+4
* Fix allbareconfig.landley2006-05-041-11/+5
* From Denis Vlasenko:landley2006-04-241-223/+177
* - patch from Denis Vlasenko to add and use bb_xchdir()aldot2006-04-121-3/+2
* add last terminal linevodz2006-02-151-6/+12
* restore change by Denis Vlasenko: file_to_buf must vary fast, best if inlinevodz2006-02-141-8/+7
* Cleanups from Denis Vlasenko.landley2006-02-131-162/+162
* removed warning "comparison between signed and unsigned". Added ATTRIBUTE_UNU...vodz2006-01-301-7/+7
* just whitespacetimr2006-01-251-5/+5
* getopt -> getopt_ulflags. noticed by Rob Sullivanvodz2005-11-291-13/+9
* ENABLE_FEATURE_TOP_CPU_USAGE_PERCENTAGE->CONFIG_FEATURE_TOP_CPU_USAGE_PERCENTAGEvodz2005-09-161-16/+16
* FEATURE->ENABLE_FEATURE loses one for 'top' appletvodz2005-09-141-16/+16
* some portability fixes by rmh in Bug 395vapier2005-08-271-2/+0
* touchup syntaxvapier2005-07-301-10/+13
* A patch from Takeharu KATO to update/fix SE-Linux support.landley2005-05-031-4/+0
* Patch from Bernhard Fischer to make a bunch of symbols staticandersen2005-04-161-1/+1
* remove a cut/paste mistake, i better get some sleep.bug12004-09-141-20/+0
* Apply patch from Felipe Kellermann to simlify logic of sort functions.bug12004-09-141-26/+24
* Larry Doolittle writes:andersen2004-04-141-2/+2
* Remove trailing whitespace. Update copyright to include 2004.andersen2004-03-151-10/+10
* Splitting statements with #define's can cause trouble for crossbug12003-12-081-7/+5
* Paul Mundt (lethal) writes:andersen2003-10-111-12/+48
* Be entirely consistant when using ioctl(0, TIOCGWINSZ, &winsize)andersen2003-09-151-12/+9
* Patch from Russell Coker:andersen2003-07-031-0/+4
* Major coreutils update.mjn32003-03-191-10/+10
* Patch last_pach62 from vodz. This patch moves all the /proc parsingandersen2002-10-221-147/+23
* last_patch58 from vodz:andersen2002-09-301-292/+583
* don't leak FILEsandersen2002-09-201-0/+3