aboutsummaryrefslogtreecommitdiff
path: root/libbb/procps.c
AgeCommit message (Expand)Author
2020-12-30libbb/procps: smaller global data for username/groupname cacheDenys Vlasenko
2020-12-29randomconfig fixesDenys Vlasenko
2020-12-14libbb: add and use infrastructure for fixed page size optimizationDenys Vlasenko
2020-06-29procps: code shrinkMartin Lewis
2018-12-31pmap: make 32-bit version work better on 64-bit kernelsDenys Vlasenko
2017-10-05whitespace and comment format fixes, no code changesDenys Vlasenko
2017-02-02ps: avoid -o stat to contain spaces. Closes 9631Denys Vlasenko
2015-10-24pmap: fix bogus {no such process} comm field textDenys Vlasenko
2015-10-13libbb: introduce kernel-style BUILD_BUG_ON()Denys Vlasenko
2015-07-19libbb: add a function to make a copy of a region of memoryRon Yorston
2015-07-13Removes stray empty line from codeManinder Singh
2015-03-12libbb: introduce and use is_prefixed_with()Denys Vlasenko
2013-01-14whitespace cleanup. no code changesDenys Vlasenko
2012-10-02top/ps: argv0:"gdm-session-worker [pam/gdm-password]" == comm:"gdm-session-wor"Denys Vlasenko
2012-09-06top: fix "last CPU" parsingDenys Vlasenko
2012-02-28libbb/procps.c: make fast_strtoul_10() stop on '\n' tooDenys Vlasenko
2012-02-28libbb/procps.c: make fast_strtoul_10() stop on '\n' tooDenys Vlasenko
2012-02-02tweak comment, no code changesDenys Vlasenko
2011-08-28top: fix CPU% for thread display. Closes 4081Denys Vlasenko
2011-06-18libbb/read_cmdline: prepend {comm} if different from argv0. Closes 3835.Denys Vlasenko
2011-06-18procps: remove PSSCAN_STAT define, users were using it incorrectlyDenys Vlasenko
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