aboutsummaryrefslogtreecommitdiff
path: root/procps (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-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
* | Merge branch 'busybox' into mergeRon Yorston2017-07-2420-103/+130
|\|
| * pgrep: fix "pgrep -v -P1"; also allow matching of comm - closes 10086Denys Vlasenko2017-07-211-10/+37
| * config: deindent all help textsDenys Vlasenko2017-07-2120-72/+72
| * Update menuconfig items with approximate applet sizesDenys Vlasenko2017-07-1819-22/+22
* | Merge branch 'busybox' into mergeRon Yorston2017-07-182-12/+28
|\|
| * pgrep: implement -aDenys Vlasenko2017-06-261-6/+16
| * pgrep: fix pgrep -flx "sleep 11" - saw "sleep 11" processes as "sleep 11 "Denys Vlasenko2017-06-261-5/+11
| * fix "ifdef ENABLE_foo": should always be "#if ENABLE_foo"Denys Vlasenko2017-06-151-1/+1
* | Use %I64* formats with MinGW instead of %ll* formatsJohannes Schindelin2017-07-182-2/+2
* | Merge branch 'busybox' into mergeRon Yorston2017-05-292-153/+5
|\|
| * fix errors found with make_single_applets.shDenys Vlasenko2017-04-121-5/+5
| * Sort more misplaced applets into coreutils or util-linuxDenys Vlasenko2017-04-121-148/+0
* | Merge branch 'busybox' into mergeRon Yorston2017-02-0811-76/+92
|\|
| * *: add comment about APPLET_ODDNAME formatDenys Vlasenko2017-01-292-1/+3
| * make --help texts smallerDenys Vlasenko2017-01-211-1/+1
| * Assorted warning fixes and added a comment, no code changesDenys Vlasenko2017-01-162-1/+11
| * Move FEATURE_USE_TERMIOS config option to two applets which use itDenys Vlasenko2017-01-112-15/+31
| * libbb: consolidate the code to set termios unbuffered modeDenys Vlasenko2017-01-112-15/+5
| * top: FEATURE_USE_TERMIOS shouldn't control reading of screen sizeDenys Vlasenko2017-01-111-4/+0
| * Big cleanup in config help and descriptionDenys Vlasenko2017-01-104-17/+13
| * kill: optimizations for single-applet buildKang-Che Sung2017-01-092-21/+28
| * kill: need not build kill.c when ash's job control is offKang-Che Sung2017-01-092-6/+2
| * hush: kill builtin and kill %jobspec supportDenys Vlasenko2017-01-082-2/+4