aboutsummaryrefslogtreecommitdiff
path: root/libbb/procps.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge commit '1_19_4' into merge_1_19Ron Yorston2012-03-221-15/+19
|\
| * Apply post-1.19.0 patches, bump version to 1.19.11_19_1Denys Vlasenko2011-08-281-15/+19
* | Merge commit '066f39956641300c1e5c6bfe6c11a115cea3e2cf' into mergeRon Yorston2012-03-221-4/+40
|\|
| * libbb/read_cmdline: prepend {comm} if different from argv0. Closes 3835.Denys Vlasenko2011-06-181-3/+32
| * procps: remove PSSCAN_STAT define, users were using it incorrectlyDenys Vlasenko2011-06-181-1/+8
* | Merge commit '19311bfa7b8e8c6effa9c375de9b0eb4338bee12' into mergeRon Yorston2012-03-221-7/+7
|\|
| * libbb: make user/group name cache strings longer (~27 chars)Denys Vlasenko2011-03-011-7/+7
* | Merge commit '8d0e0cdadf726beab28ccdc7d69738c1534e1f74' into mergeRon Yorston2012-03-211-1/+3
|\|
| * suppress "'fast_strtol_10' defined but not used" warningDenys Vlasenko2011-01-071-1/+3
* | Merge remote-tracking branch 'upstream/master'Nguyễn Thái Ngọc Duy2011-01-041-0/+2
|\|
| * pstree: new applet. +1664 bytesLauri Kasanen2010-12-051-0/+2
* | Merge commit '06f719fd79fe15ce6fd5431bc58fcb22851de24d^'Nguyễn Thái Ngọc Duy2011-01-041-1/+1
|\|
| * fix build failure for pmapDan Fandrich2010-09-191-1/+1
* | win32: reimplement procps_scan()Nguyễn Thái Ngọc Duy2010-09-151-0/+3
|/
* pmap: new applet. +1k.Alexander Shishkin2010-08-281-52/+108
* *: make GNU licensing statement forms more regularDenys Vlasenko2010-08-161-1/+1
* pidof/killall: fix bug 625 (kernel threads get stale "binary name")Denys Vlasenko2009-09-221-62/+71
* ps,top: add an option to show threads. +260 bytes of codeDenys Vlasenko2009-09-191-0/+25
* fix read_cmdline API and a small buglet where "[comm]" may be too narrowDenys Vlasenko2009-09-121-3/+4
* top, ps: do not output trailing spacesDenys Vlasenko2009-09-111-0/+2
* make find_pid_by_name look at /proc/PID/exe tooAlexander Shishkin2009-07-291-6/+12
* ps: conditionally support additional -o FIELDsDenys Vlasenko2009-07-031-2/+38
* *: mass renaming of USE_XXXX to IF_XXXXDenis Vlasenko2009-04-211-1/+1
* libbb: password/group function helpers rewritten by Tito:Denis Vlasenko2008-12-021-6/+6
* top: optional SMP support by Vineet Gupta (vineetg76 AT gmail.com)Denis Vlasenko2008-09-251-7/+26
* 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