aboutsummaryrefslogtreecommitdiff
path: root/libbb/procps.c
AgeCommit message (Expand)Author
2011-03-01libbb: make user/group name cache strings longer (~27 chars)Denys Vlasenko
2011-01-07suppress "'fast_strtol_10' defined but not used" warningDenys Vlasenko
2010-12-05pstree: new applet. +1664 bytesLauri Kasanen
2010-09-19fix build failure for pmapDan Fandrich
2010-08-28pmap: new applet. +1k.Alexander Shishkin
2010-08-16*: make GNU licensing statement forms more regularDenys Vlasenko
2009-09-22pidof/killall: fix bug 625 (kernel threads get stale "binary name")Denys Vlasenko
2009-09-19ps,top: add an option to show threads. +260 bytes of codeDenys Vlasenko
2009-09-12fix read_cmdline API and a small buglet where "[comm]" may be too narrowDenys Vlasenko
2009-09-11top, ps: do not output trailing spacesDenys Vlasenko
2009-07-29make find_pid_by_name look at /proc/PID/exe tooAlexander Shishkin
2009-07-03ps: conditionally support additional -o FIELDsDenys Vlasenko
2009-04-21*: mass renaming of USE_XXXX to IF_XXXXDenis Vlasenko
2008-12-02libbb: password/group function helpers rewritten by Tito:Denis Vlasenko
2008-09-25top: optional SMP support by Vineet Gupta (vineetg76 AT gmail.com)Denis Vlasenko
2008-08-04libbb: make xrealloc_vector zero out the realloc'ed tailDenis Vlasenko
2008-07-21libbb: [x]fopen_for_{read,write} introduced and used.Denis Vlasenko
2008-07-17pidof/killall: allow find_pid_by_name to find runningDenis Vlasenko
2008-07-08libbb: introduce and use xrealloc_vectorDenis Vlasenko
2008-06-27*: introduce and use FAST_FUNC: regparm on i386, otherwise no-onDenis Vlasenko
2008-04-25libbb: fix wrong sscanf count check (affects pidof etc)Denis Vlasenko
2008-03-17*: add -Wunused-parameter; fix resulting breakageDenis Vlasenko
2008-01-05ps: add conditional support for -o [e]timeDenis Vlasenko
2007-09-29trivial typo fixDenis Vlasenko
2007-09-29pgrep,pkill: new applets by Loic Grenie <loic.grenie@gmail.com>Denis Vlasenko
2007-09-29remove if() which is always trueDenis Vlasenko
2007-09-28more "if (p) free(p)" fixes; fix a typo in commentDenis Vlasenko
2007-09-08top: TOPMEM feature - 's(how sizes)' command. +2.5k when enabled,Denis Vlasenko
2007-08-26ps: fix RSS parsing (rss field in /proc/PID/stat is in pages, not bytes)Denis Vlasenko
2007-07-27bb_getpwuid, bb_getgrgid: change order of arguments to more intuitive one;Denis Vlasenko
2007-07-19stray trailing tabs removedDenis Vlasenko
2007-07-17remove accumulated stray trailing whitespaceDenis Vlasenko
2007-06-30top,ps: improve /proc/PID/cmdinfo reading codeDenis Vlasenko
2007-06-30killall, pidof: use argv0 for process matching tooDenis Vlasenko
2007-06-30procps: shrink /proc scanning code a bitDenis Vlasenko
2007-06-21remove extra ')'Denis Vlasenko
2007-06-19top,ps: 'stringify' tty only when needed. -60 bytes.Denis Vlasenko
2007-06-19top: speedup if tty info is not requestedDenis Vlasenko
2007-06-19top,ps: reduce CPU usage in decimal conversion (optional)Denis Vlasenko
2007-06-10top: add config option and code for global CPU % displayDenis Vlasenko
2007-06-06ps: fix -Z (by Yuichi Nakamura <ynakam@hitachisoft.jp>)Denis Vlasenko
2007-04-19procps: remove all global variablesDenis Vlasenko
2007-04-19ps: add -o tty and -o rss supportDenis Vlasenko
2007-02-08make sure ps/top output what they claim: vsz, not rss ... down the line we sh...Mike Frysinger
2007-01-19ls: use get_cached_username/groupnameDenis Vlasenko
2007-01-11Trailing whitespace removal over entire treeDenis Vlasenko
2006-11-27safe_strtoXX interface proved to be a bit unconvenient.Denis Vlasenko
2006-11-24tar: sanitize option handlingDenis Vlasenko
2006-11-24tar: small fixes:Denis Vlasenko
2006-11-24tar: cache [ug]id->username/groupname mappings. Cuts down amountDenis Vlasenko