summaryrefslogtreecommitdiff
path: root/procps/top.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* make sure ps/top output what they claim: vsz, not rss ... down the line we sh...Mike Frysinger2007-02-081-21/+21
* suppress warnings about easch <applet>_main() havingDenis Vlasenko2007-02-031-0/+1
* Trailing whitespace removal over entire treeDenis Vlasenko2007-01-111-1/+1
* done a dozen of randconfig test. guess what? ALL failed...Denis Vlasenko2006-12-301-1/+4
* replace /proc scanning code by more versatile one.Denis Vlasenko2006-11-051-51/+93
* top: improve CPU% calculationDenis Vlasenko2006-11-051-35/+39
* PID should be stored in pid_t, not int or long.Denis Vlasenko2006-11-011-4/+5
* top: batch mode should output all processesDenis Vlasenko2006-10-271-8/+4
* add open_read_close() and similar stuffDenis Vlasenko2006-10-141-1/+1
* attempt to regularize atoi mess.Denis Vlasenko2006-10-081-4/+4
* dnsd fix; option_mask32 added. dnsd needs more love.Denis Vlasenko2006-10-061-6/+5
* getopt_ulflags -> getopt32.Denis Vlasenko2006-10-031-2/+2
* top: add support for -b, -n <iterations>Denis Vlasenko2006-09-291-19/+28
* top: fixed wrong comment, made error message more clearDenis Vlasenko2006-09-091-10/+6
* Remove bb_ prefixes from xfuncs.c (and a few other places), consolidateRob Landley2006-08-031-17/+4
* Make another warning go away.Rob Landley2006-06-301-1/+0
* Top was catching sigterm (and fumbling sigint) so it could reset the terminalRob Landley2006-06-281-5/+2
* - move #include busybox.h to the very top so we pull in the configBernhard Reutner-Fischer2006-06-021-1/+1
* Consolidate #include <sys/time.h> so libbb.h does it.Rob Landley2006-05-271-2/+0
* - make it C89 compatible; Declarations in the middle of a function is of courseBernhard Reutner-Fischer2006-05-191-3/+4
* Fix allbareconfig.Rob Landley2006-05-041-11/+5
* From Denis Vlasenko:Rob Landley2006-04-241-223/+177
* - patch from Denis Vlasenko to add and use bb_xchdir()Bernhard Reutner-Fischer2006-04-121-3/+2
* add last terminal line"Vladimir N. Oleynik"2006-02-151-6/+12
* restore change by Denis Vlasenko: file_to_buf must vary fast, best if inline"Vladimir N. Oleynik"2006-02-141-8/+7
* Cleanups from Denis Vlasenko.Rob Landley2006-02-131-162/+162
* removed warning "comparison between signed and unsigned". Added ATTRIBUTE_UNU..."Vladimir N. Oleynik"2006-01-301-7/+7
* just whitespaceTim Riker2006-01-251-5/+5
* getopt -> getopt_ulflags. noticed by Rob Sullivan"Vladimir N. Oleynik"2005-11-291-13/+9
* ENABLE_FEATURE_TOP_CPU_USAGE_PERCENTAGE->CONFIG_FEATURE_TOP_CPU_USAGE_PERCENTAGE"Vladimir N. Oleynik"2005-09-161-16/+16
* FEATURE->ENABLE_FEATURE loses one for 'top' applet"Vladimir N. Oleynik"2005-09-141-16/+16
* some portability fixes by rmh in Bug 395Mike Frysinger2005-08-271-2/+0
* touchup syntaxMike Frysinger2005-07-301-10/+13
* A patch from Takeharu KATO to update/fix SE-Linux support.Rob Landley2005-05-031-4/+0
* Patch from Bernhard Fischer to make a bunch of symbols staticEric Andersen2005-04-161-1/+1
* remove a cut/paste mistake, i better get some sleep.Glenn L McGrath2004-09-141-20/+0
* Apply patch from Felipe Kellermann to simlify logic of sort functions.Glenn L McGrath2004-09-141-26/+24
* Larry Doolittle writes:Eric Andersen2004-04-141-2/+2
* Remove trailing whitespace. Update copyright to include 2004.Eric Andersen2004-03-151-10/+10
* Splitting statements with #define's can cause trouble for crossGlenn L McGrath2003-12-081-7/+5
* Paul Mundt (lethal) writes:Eric Andersen2003-10-111-12/+48
* Be entirely consistant when using ioctl(0, TIOCGWINSZ, &winsize)Eric Andersen2003-09-151-12/+9
* Patch from Russell Coker:Eric Andersen2003-07-031-0/+4
* 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
* last_patch58 from vodz:Eric Andersen2002-09-301-292/+583
* 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
* Add a new top appletEric Andersen2002-09-171-0/+408