summaryrefslogtreecommitdiff
path: root/procps/top.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* fixes revealed by randomconfig runDenis Vlasenko2007-10-161-1/+3
* add -fvisibility=hidden to CC flags, mark XXX_main functionsDenis Vlasenko2007-10-111-1/+1
* introduce bb_putchar(). saves ~1800 on uclibc (less on glibc).Denis Vlasenko2007-09-271-3/+3
* introduce safe_poll (fixes a problem in top)Denis Vlasenko2007-09-271-1/+1
* top: small fix for command line wrappingDenis Vlasenko2007-09-081-2/+2
* top: get rid of on-stack variable buffers, use permanent one.Denis Vlasenko2007-09-081-21/+24
* top: add sizeof(G) check; fix styleDenis Vlasenko2007-09-081-31/+17
* top: TOPMEM feature - 's(how sizes)' command. +2.5k when enabled,Denis Vlasenko2007-09-081-53/+382
* top: another readability fixDenis Vlasenko2007-08-291-3/+2
* top: don't wait before final bailout (try top -b -n1).Denis Vlasenko2007-08-291-37/+22
* top: use poll instead of select for waiting on one descriptorDenis Vlasenko2007-08-281-20/+19
* *: compile fixes for 64-bit buildDenis Vlasenko2007-08-231-29/+27
* don't pass argc in getopt32, it's superfluousDenis Vlasenko2007-08-181-1/+1
* assorted fixes for breakage found by randomconfigDenis Vlasenko2007-08-171-27/+29
* top: nested function allows us to reuse some codeDenis Vlasenko2007-07-151-53/+57
* top: make "100%" case less ugly, and shrink code while at itDenis Vlasenko2007-07-151-20/+42
* top: simpler loadavg processingDenis Vlasenko2007-07-151-14/+10
* top: truncate usernames to 8 charsDenis Vlasenko2007-07-151-1/+1
* top,ps: improve /proc/PID/cmdinfo reading codeDenis Vlasenko2007-06-301-12/+10
* killall, pidof: use argv0 for process matching tooDenis Vlasenko2007-06-301-3/+9
* top: on user suggestion make percentile calculations configurable. -56 bytes ...Denis Vlasenko2007-06-111-37/+63
* top: improve global CPU percentage (smaller & faster code)Denis Vlasenko2007-06-101-6/+14
* top: add config option and code for global CPU % displayDenis Vlasenko2007-06-101-16/+42
* usage.c: remove reference to busybox.hDenis Vlasenko2007-05-261-1/+1
* procps: remove all global variablesDenis Vlasenko2007-04-191-29/+48
* style fixes, no code changesDenis Vlasenko2007-04-161-1/+2
* 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