aboutsummaryrefslogtreecommitdiff
path: root/libbb/procps.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'busybox' into mergeRon Yorston2021-01-141-31/+20
|\
| * libbb/procps: smaller global data for username/groupname cacheDenys Vlasenko2020-12-301-28/+17
| * randomconfig fixesDenys Vlasenko2020-12-291-1/+1
| * libbb: add and use infrastructure for fixed page size optimizationDenys Vlasenko2020-12-141-2/+2
* | Merge branch 'busybox' into mergeRon Yorston2020-07-091-2/+10
|\|
| * procps: code shrinkMartin Lewis2020-06-291-2/+10
* | Merge branch 'busybox' into mergeRon Yorston2019-01-101-4/+4
|\|
| * pmap: make 32-bit version work better on 64-bit kernelsDenys Vlasenko2018-12-311-4/+4
* | Merge branch 'busybox' into mergeRon Yorston2017-11-031-1/+0
|\|
| * whitespace and comment format fixes, no code changesDenys Vlasenko2017-10-051-1/+0
* | Merge branch 'busybox' into mergeRon Yorston2017-02-081-10/+14
|\|
| * ps: avoid -o stat to contain spaces. Closes 9631Denys Vlasenko2017-02-021-10/+14
* | Merge branch 'busybox' into mergeRon Yorston2015-10-311-3/+5
|\|
| * pmap: fix bogus {no such process} comm field textDenys Vlasenko2015-10-241-3/+5
* | Merge branch 'busybox' into mergeRon Yorston2015-10-131-3/+1
|\|
| * libbb: introduce kernel-style BUILD_BUG_ON()Denys Vlasenko2015-10-131-3/+1
* | Merge branch 'busybox' into mergeRon Yorston2015-08-041-2/+1
|\|
| * libbb: add a function to make a copy of a region of memoryRon Yorston2015-07-191-2/+1
* | Merge branch 'busybox' into mergeRon Yorston2015-07-141-1/+0
|\|
| * Removes stray empty line from codeManinder Singh2015-07-131-1/+0
* | Merge branch 'busybox' into mergeRon Yorston2015-03-141-6/+6
|\|
| * libbb: introduce and use is_prefixed_with()Denys Vlasenko2015-03-121-6/+6
* | ps: exclude more unused codeRon Yorston2014-03-231-2/+2
* | Merge branch 'busybox' into mergeRon Yorston2013-02-071-1/+1
|\|
| * whitespace cleanup. no code changesDenys Vlasenko2013-01-141-1/+1
* | Merge branch 'busybox' into mergeRon Yorston2012-10-101-0/+2
|\|
| * top/ps: argv0:"gdm-session-worker [pam/gdm-password]" == comm:"gdm-session-wor"Denys Vlasenko2012-10-021-0/+2
* | Merge branch 'busybox' into mergeRon Yorston2012-09-071-1/+1
|\|
| * top: fix "last CPU" parsingDenys Vlasenko2012-09-061-1/+1
* | Merge branch 'busybox' into mergeRon Yorston2012-03-231-7/+9
|\|
| * libbb/procps.c: make fast_strtoul_10() stop on '\n' tooDenys Vlasenko2012-02-281-4/+5
| * libbb/procps.c: make fast_strtoul_10() stop on '\n' tooDenys Vlasenko2012-02-281-1/+2
| * tweak comment, no code changesDenys Vlasenko2012-02-021-3/+3
* | Merge commit 'c0cae52662ccced9df19f19ec94238d1b1e3bd71' into mergeRon Yorston2012-03-231-15/+19
|\|
| * top: fix CPU% for thread display. Closes 4081Denys 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