aboutsummaryrefslogtreecommitdiff
path: root/procps (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| * smemcap: keep outputting by ignoring transient processes, take twoDenys Vlasenko2018-08-301-1/+1
| * smemcap: keep outputting by ignoring transient processesAndre Goddard Rosa2018-08-261-0/+4
| * uptime: add -s supportDenys Vlasenko2018-08-031-6/+24
| * extend fractional duration support to "top -d N.N" and "timeout"Denys Vlasenko2018-08-031-6/+8
* | Merge branch 'busybox'Ron Yorston2018-07-251-1/+1
|\|
| * restore documentation on the build config languageKartik Agaram2018-06-061-1/+1
* | Merge branch 'busybox' into mergeRon Yorston2018-04-021-1/+1
|\|
| * top: fix "warning: unused variable new_mask"Denys Vlasenko2018-03-191-1/+1
* | Merge branch 'busybox' into mergeRon Yorston2018-03-151-16/+28
|\|
| * top: much faster cursor key navigation by avoiding process rescanDenys Vlasenko2018-03-071-6/+19
| * top: do unsigned rather than signed division in do_stats()Denys Vlasenko2018-03-071-3/+4
| * top: handle much larger VSZ valuesDenys Vlasenko2018-03-071-7/+5
* | Remove fake signal-handling codeRon Yorston2018-03-011-0/+2
* | Merge branch 'busybox' into mergeRon Yorston2018-02-133-3/+8
|\|
| * *: make "argc UNUSED_PARAM" consistentDenys Vlasenko2018-01-082-2/+2
| * randomconfig fixesDenys Vlasenko2017-12-311-1/+6
* | Merge branch 'busybox' into mergeRon Yorston2017-11-031-29/+23
|\|
| * free: no longer include common_bufsiz.hDenys Vlasenko2017-10-051-1/+0
| * free: make it NOFORKDenys Vlasenko2017-10-051-28/+23
* | Merge branch 'busybox' into mergeRon Yorston2017-09-2711-27/+30
|\|
| * regularize format of source file headers, no code changesDenys Vlasenko2017-09-188-20/+13
| * *: use ESC define instead of "\033"; use ESC[m instead of ESC[0mDenys Vlasenko2017-09-133-7/+12
| * kill: add '--' option to separate options from argumentsRon Yorston2017-08-281-0/+5
* | 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-2216-180/+160
|\|
| * 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
| * *: stop using atexit in non-debug build: saves ~260 in bss with muslDenys Vlasenko2017-08-162-6/+9
| * top: switch to malloced "globals".Denys Vlasenko2017-08-161-7/+6
| * 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-087-16/+13
| * free,stat: make NOEXECDenys Vlasenko2017-08-073-3/+14
| * users,w,who,uptime,renice: make NOEXECDenys Vlasenko2017-08-071-1/+1
| * nameif: make it NOEXECDenys Vlasenko2017-08-061-0/+1
| * pstree: make it NOEXECDenys Vlasenko2017-08-052-13/+14
| * sysctl: make it NOEXECDenys Vlasenko2017-08-051-1/+1
| * sysctl: recognize ";comment" and "<whitespace>#comment" linesDenys Vlasenko2017-08-051-3/+4
| * libbb: make trim() return pointer to terminating NULDenys Vlasenko2017-08-051-4/+8
| * sysctl: fix file parsing, do not require -w for VAR=VALDenys Vlasenko2017-08-051-18/+33
| * pmap: tweak help text, show usage if no params are givenDenys Vlasenko2017-08-041-1/+2
| * getopt32: factor out code to treat all args as optionsDenys Vlasenko2017-08-042-5/+5
| * new NOFORKs: pwdx,kill[all5],ttysize,realpath,readlink NOEXECs: date,resizeDenys Vlasenko2017-08-032-6/+7
* | Merge branch 'busybox' into mergeRon Yorston2017-07-292-6/+7
|\|
| * ps: tweak outdated comment, no code changesDenys Vlasenko2017-07-291-5/+0
| * ps: implement -o sidDenys Vlasenko2017-07-291-0/+6
| * ash: allow "trap NUM [SIG]..." syntaxDenys Vlasenko2017-07-251-1/+1