aboutsummaryrefslogtreecommitdiff
path: root/procps/ps.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* ps: add support for CPU and elapsed time columnsRon Yorston2017-09-011-3/+4
* ps: add parent process id as a supported columnRon Yorston2017-08-311-3/+3
* Merge branch 'busybox' into mergeRon Yorston2017-08-221-117/+68
|\
| * ps: fix build failure if FEATURE_PS_TIME is disabledRon Yorston2017-08-221-1/+3
| * ps: allow ps config options if minips is enabledKang-Che Sung2017-08-221-8/+8
| * klibc-utils: new applets: resume, nuke, minipsDenys Vlasenko2017-08-181-1/+4
| * ps: improve TIME column for large times: showing "14453:50" is not goodDenys Vlasenko2017-08-101-9/+36
| * ps: make it NOEXECDenys Vlasenko2017-08-101-2/+1
| * ps: stop using AT_CLKTCK, there are more standard waysDenys Vlasenko2017-08-101-95/+10
| * getopt32: remove opt_complementaryDenys Vlasenko2017-08-081-3/+5
| * pstree: make it NOEXECDenys Vlasenko2017-08-051-11/+13
| * getopt32: factor out code to treat all args as optionsDenys Vlasenko2017-08-041-2/+3
* | Merge branch 'busybox' into mergeRon Yorston2017-07-291-5/+6
|\|
| * ps: tweak outdated comment, no code changesDenys Vlasenko2017-07-291-5/+0
| * ps: implement -o sidDenys Vlasenko2017-07-291-0/+6
* | Merge branch 'busybox' into mergeRon Yorston2017-07-241-9/+9
|\|
| * config: deindent all help textsDenys Vlasenko2017-07-211-8/+8
| * Update menuconfig items with approximate applet sizesDenys Vlasenko2017-07-181-1/+1
* | Merge branch 'busybox' into mergeRon Yorston2017-02-081-11/+13
|\|
| * Assorted warning fixes and added a comment, no code changesDenys Vlasenko2017-01-161-1/+7
| * Big cleanup in config help and descriptionDenys Vlasenko2017-01-101-10/+6
* | Merge branch 'busybox' into mergeRon Yorston2016-11-291-0/+49
|\|
| * Convert all procps/* applets to "new style" applet definitionsDenys Vlasenko2016-11-231-0/+49
* | Merge branch 'busybox' into mergeRon Yorston2016-07-071-2/+1
|\|
| * getopt32: add new syntax of 'o:+' and 'o:*' for -o NUM and -o LISTDenys Vlasenko2016-07-061-2/+1
* | Merge branch 'busybox' into mergeRon Yorston2016-05-161-2/+3
|\|
| * *: add most of the required setup_common_bufsiz() callsDenys Vlasenko2016-04-211-1/+1
| * libbb: make bb_common_bufsiz1 1 kbyte, add capability to use bss tail for itDenys Vlasenko2016-04-211-1/+2
* | Merge branch 'busybox' into mergeRon Yorston2015-10-311-2/+2
|\|
| * libbb: factor out code which queries screen widthDenys Vlasenko2015-10-231-2/+2
* | Merge branch 'busybox' into mergeRon Yorston2015-07-141-5/+7
|\|
| * ps: fix SEGV on narrow screens. closes 8176Denys Vlasenko2015-07-011-5/+7
* | ps: exclude more unused codeRon Yorston2014-03-231-0/+6
* | Merge branch 'busybox' into mergeRon Yorston2014-01-021-6/+3
|\|
| * Make smart_ulltoa return pointer to end (allows for code shink in callers)Denys Vlasenko2013-09-061-6/+3
* | Merge branch 'busybox' into mergeRon Yorston2013-02-071-15/+18
|\|
| * ps: seconds_since_boot: uint64_t -> ulongDenys Vlasenko2013-01-261-4/+1
| * ps: fix sscanf format specifier (%l); make uptime unsignedDenys Vlasenko2013-01-221-15/+21
* | Merge branch 'busybox' into mergeRon Yorston2012-10-101-3/+3
|\|
| * ps: fix build failure in !DESKTOP caseDenys Vlasenko2012-09-251-3/+3
* | Merge branch 'busybox' into mergeRon Yorston2012-09-071-11/+29
|\|
| * ps: use separate get_uptime() and make it work on non-linux tooMichael Tokarev2012-06-131-11/+29
* | Merge commit 'c0cae52662ccced9df19f19ec94238d1b1e3bd71' into mergeRon Yorston2012-03-231-17/+91
|\|
| * ps: fix for !FEATURE_PS_LONG buildCristian Ionescu-Idbohrn2011-09-291-0/+2
| * ps: with -l, show STIME tooFlemming Madsen2011-09-271-16/+21
| * ps: add support for -l for !DESKTOPDenys Vlasenko2011-09-261-18/+85
* | Merge commit 'd84b175cb6948eb17f847313bf912174e2f934e1' into mergeRon Yorston2012-03-221-0/+3
|\|
| * *: work around sysinfo.h versus linux/*.h problemsDenys Vlasenko2011-07-261-0/+3
* | Merge commit '066f39956641300c1e5c6bfe6c11a115cea3e2cf' into mergeRon Yorston2012-03-221-16/+14
|\|
| * procps: remove PSSCAN_STAT define, users were using it incorrectlyDenys Vlasenko2011-06-181-12/+11