aboutsummaryrefslogtreecommitdiff
path: root/procps (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| * 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
| * ash: fix "kill %1" not working if CONFIG_ASH is disabledKang-Che Sung2017-01-081-1/+2
* | Merge branch 'busybox' into mergeRon Yorston2017-01-042-1/+6
|\|
| * Make it possible to select "sh" and "bash" aliases without selecting ash or hushDenys Vlasenko2016-12-231-0/+2
| * top: fix help text: with !TERMIOS, no keys are affected top outputDenys Vlasenko2016-12-031-1/+4
* | Merge branch 'busybox' into mergeRon Yorston2016-11-2913-164/+198
|\|
| * Code style fixes, no code changesDenys Vlasenko2016-11-281-1/+1
| * Make killall and killall5 selecatable independent from killDenys Vlasenko2016-11-231-8/+16
| * Convert all procps/* applets to "new style" applet definitionsDenys Vlasenko2016-11-2313-158/+184
* | Merge branch busybox (up to "ash: comment out free(p) just before...")Ron Yorston2016-10-191-6/+6
|\|
| * top: move free(prev_hist) out of signal pathDenys Vlasenko2016-08-191-6/+6
* | Merge branch 'busybox' into mergeRon Yorston2016-07-074-8/+5
|\|
| * getopt32: add new syntax of 'o:+' and 'o:*' for -o NUM and -o LISTDenys Vlasenko2016-07-064-8/+5
* | Merge branch 'busybox' into mergeRon Yorston2016-05-165-14/+20
|\|