summaryrefslogtreecommitdiff
path: root/libbb/procps.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* libbb: make xrealloc_vector zero out the realloc'ed tailDenis Vlasenko2008-08-041-4/+4
* libbb: [x]fopen_for_{read,write} introduced and used.Denis Vlasenko2008-07-211-1/+1
* pidof/killall: allow find_pid_by_name to find runningDenis Vlasenko2008-07-171-9/+8
* libbb: introduce and use xrealloc_vectorDenis Vlasenko2008-07-081-4/+4
* *: introduce and use FAST_FUNC: regparm on i386, otherwise no-onDenis Vlasenko2008-06-271-9/+9
* libbb: fix wrong sscanf count check (affects pidof etc)Denis Vlasenko2008-04-251-1/+1
* *: add -Wunused-parameter; fix resulting breakageDenis Vlasenko2008-03-171-2/+2
* ps: add conditional support for -o [e]timeDenis Vlasenko2008-01-051-2/+5
* trivial typo fixDenis Vlasenko2007-09-291-1/+1
* pgrep,pkill: new applets by Loic Grenie <loic.grenie@gmail.com>Denis Vlasenko2007-09-291-1/+10
* remove if() which is always trueDenis Vlasenko2007-09-291-2/+1
* more "if (p) free(p)" fixes; fix a typo in commentDenis Vlasenko2007-09-281-12/+6
* top: TOPMEM feature - 's(how sizes)' command. +2.5k when enabled,Denis Vlasenko2007-09-081-0/+73
* ps: fix RSS parsing (rss field in /proc/PID/stat is in pages, not bytes)Denis Vlasenko2007-08-261-4/+15
* bb_getpwuid, bb_getgrgid: change order of arguments to more intuitive one;Denis Vlasenko2007-07-271-2/+3
* stray trailing tabs removedDenis Vlasenko2007-07-191-2/+2
* remove accumulated stray trailing whitespaceDenis Vlasenko2007-07-171-1/+1
* top,ps: improve /proc/PID/cmdinfo reading codeDenis Vlasenko2007-06-301-1/+34
* killall, pidof: use argv0 for process matching tooDenis Vlasenko2007-06-301-15/+22
* procps: shrink /proc scanning code a bitDenis Vlasenko2007-06-301-16/+22
* remove extra ')'Denis Vlasenko2007-06-211-1/+1
* top,ps: 'stringify' tty only when needed. -60 bytes.Denis Vlasenko2007-06-191-18/+6
* top: speedup if tty info is not requestedDenis Vlasenko2007-06-191-1/+3
* top,ps: reduce CPU usage in decimal conversion (optional)Denis Vlasenko2007-06-191-2/+53
* top: add config option and code for global CPU % displayDenis Vlasenko2007-06-101-2/+9
* ps: fix -Z (by Yuichi Nakamura <ynakam@hitachisoft.jp>)Denis Vlasenko2007-06-061-1/+10
* procps: remove all global variablesDenis Vlasenko2007-04-191-1/+1
* ps: add -o tty and -o rss supportDenis Vlasenko2007-04-191-7/+23
* make sure ps/top output what they claim: vsz, not rss ... down the line we sh...Mike Frysinger2007-02-081-11/+5
* ls: use get_cached_username/groupnameDenis Vlasenko2007-01-191-3/+3
* Trailing whitespace removal over entire treeDenis Vlasenko2007-01-111-1/+1
* safe_strtoXX interface proved to be a bit unconvenient.Denis Vlasenko2006-11-271-1/+2
* tar: sanitize option handlingDenis Vlasenko2006-11-241-32/+32
* tar: small fixes:Denis Vlasenko2006-11-241-15/+19
* tar: cache [ug]id->username/groupname mappings. Cuts down amountDenis Vlasenko2006-11-241-18/+48
* replace /proc scanning code by more versatile one.Denis Vlasenko2006-11-051-90/+171
* top: improve CPU% calculationDenis Vlasenko2006-11-051-7/+0
* Unneeded code removed, usused field "unsigned pscpu" removedDenis Vlasenko2006-11-011-4/+4
* PID should be stored in pid_t, not int or long.Denis Vlasenko2006-11-011-1/+2
* add open_read_close() and similar stuffDenis Vlasenko2006-10-141-8/+2
* small style fixesDenis Vlasenko2006-10-121-1/+2
* Remove bb_ prefixes from xfuncs.c (and a few other places), consolidateRob Landley2006-08-031-1/+1
* decuddle () from for/if/whileMike Frysinger2006-07-121-14/+14
* Fix http://bugs.busybox.net/view.php?id=906 which could cause failures in top.Rob Landley2006-06-271-1/+2
* comment all fieldsMike Frysinger2006-06-071-4/+4
* add reference to proc(5)Mike Frysinger2006-06-071-0/+1
* - remove emacs layout block as suggested by Robert P.J. DayBernhard Reutner-Fischer2006-05-191-10/+1
* Portability tweak from Shaun Jackman, don't include asm/page.h directly.Rob Landley2006-04-251-1/+1
* - add and use bb_opendir(), bb_xopendir().Bernhard Reutner-Fischer2006-04-121-3/+1
* Robert P. Day removed 8 gazillion occurrences of "extern" on functionRob Landley2006-03-061-1/+1