aboutsummaryrefslogtreecommitdiff
path: root/procps/ps.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* ps: increase length of 'comm' fieldRon Yorston2023-08-291-0/+4
* Merge branch 'busybox' into mergeRon Yorston2023-07-131-1/+1
|\
| * Update applet size estimatesDenys Vlasenko2023-07-101-1/+1
* | Merge branch 'busybox' into mergeRon Yorston2021-10-131-14/+18
|\|
| * ps: fix -o pid=PID,args interpreting entire "PID,args" as headerDenys Vlasenko2021-10-071-14/+18
* | win32: add uptime to sysinfo(2), enable uptime appletRon Yorston2021-02-191-3/+1
* | Merge branch 'busybox' into mergeRon Yorston2021-01-141-1/+1
|\|
| * decrease paddign: gcc-9.3.1 slaps 32-byte alignment on arrays willy-nillyDenys Vlasenko2020-11-301-1/+1
* | Merge branch 'busybox' into mergeRon Yorston2020-08-231-1/+0
|\|
| * build system: drop PLATFORM_LINUXRon Yorston2020-08-131-1/+0
* | build system: reinstate PLATFORM_LINUXRon Yorston2020-08-031-0/+1
* | Merge branch 'busybox' into mergeRon Yorston2019-05-271-1/+1
|\|
| * ps: ensure fields are separated by at least one space, closes 11826Denys Vlasenko2019-05-031-1/+1
* | ps: add support for the args columnRon Yorston2019-01-081-4/+2
* | ps: add user and group columnsRon Yorston2019-01-081-5/+1
* | ps: bring code marginally more into line with upstreamRon Yorston2018-11-271-3/+3
* | 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
|\|