aboutsummaryrefslogtreecommitdiff
path: root/procps
AgeCommit message (Expand)Author
2017-08-10ps: improve TIME column for large times: showing "14453:50" is not goodDenys Vlasenko
2017-08-10ps: make it NOEXECDenys Vlasenko
2017-08-10ps: stop using AT_CLKTCK, there are more standard waysDenys Vlasenko
2017-08-08getopt32: remove opt_complementaryDenys Vlasenko
2017-08-07free,stat: make NOEXECDenys Vlasenko
2017-08-07users,w,who,uptime,renice: make NOEXECDenys Vlasenko
2017-08-06nameif: make it NOEXECDenys Vlasenko
2017-08-05pstree: make it NOEXECDenys Vlasenko
2017-08-05sysctl: make it NOEXECDenys Vlasenko
2017-08-05sysctl: recognize ";comment" and "<whitespace>#comment" linesDenys Vlasenko
2017-08-05libbb: make trim() return pointer to terminating NULDenys Vlasenko
2017-08-05sysctl: fix file parsing, do not require -w for VAR=VALDenys Vlasenko
2017-08-04pmap: tweak help text, show usage if no params are givenDenys Vlasenko
2017-08-04getopt32: factor out code to treat all args as optionsDenys Vlasenko
2017-08-03new NOFORKs: pwdx,kill[all5],ttysize,realpath,readlink NOEXECs: date,resizeDenys Vlasenko
2017-07-29ps: tweak outdated comment, no code changesDenys Vlasenko
2017-07-29ps: implement -o sidDenys Vlasenko
2017-07-25ash: allow "trap NUM [SIG]..." syntaxDenys Vlasenko
2017-07-21pgrep: fix "pgrep -v -P1"; also allow matching of comm - closes 10086Denys Vlasenko
2017-07-21config: deindent all help textsDenys Vlasenko
2017-07-18Update menuconfig items with approximate applet sizesDenys Vlasenko
2017-06-26pgrep: implement -aDenys Vlasenko
2017-06-26pgrep: fix pgrep -flx "sleep 11" - saw "sleep 11" processes as "sleep 11 "Denys Vlasenko
2017-06-15fix "ifdef ENABLE_foo": should always be "#if ENABLE_foo"Denys Vlasenko
2017-04-12fix errors found with make_single_applets.shDenys Vlasenko
2017-04-12Sort more misplaced applets into coreutils or util-linuxDenys Vlasenko
2017-01-29*: add comment about APPLET_ODDNAME formatDenys Vlasenko
2017-01-21make --help texts smallerDenys Vlasenko
2017-01-16Assorted warning fixes and added a comment, no code changesDenys Vlasenko
2017-01-11Move FEATURE_USE_TERMIOS config option to two applets which use itDenys Vlasenko
2017-01-11libbb: consolidate the code to set termios unbuffered modeDenys Vlasenko
2017-01-11top: FEATURE_USE_TERMIOS shouldn't control reading of screen sizeDenys Vlasenko
2017-01-10Big cleanup in config help and descriptionDenys Vlasenko
2017-01-09kill: optimizations for single-applet buildKang-Che Sung
2017-01-09kill: need not build kill.c when ash's job control is offKang-Che Sung
2017-01-08hush: kill builtin and kill %jobspec supportDenys Vlasenko
2017-01-08ash: fix "kill %1" not working if CONFIG_ASH is disabledKang-Che Sung
2016-12-23Make it possible to select "sh" and "bash" aliases without selecting ash or hushDenys Vlasenko
2016-12-03top: fix help text: with !TERMIOS, no keys are affected top outputDenys Vlasenko
2016-11-28Code style fixes, no code changesDenys Vlasenko
2016-11-23Make killall and killall5 selecatable independent from killDenys Vlasenko
2016-11-23Convert all procps/* applets to "new style" applet definitionsDenys Vlasenko
2016-08-19top: move free(prev_hist) out of signal pathDenys Vlasenko
2016-07-06getopt32: add new syntax of 'o:+' and 'o:*' for -o NUM and -o LISTDenys Vlasenko
2016-04-22*: slap on a few ALIGN1/2s where appropriateDenys Vlasenko
2016-04-21*: hopefully all setup_common_bufsiz() are in placeDenys Vlasenko
2016-04-21*: add most of the required setup_common_bufsiz() callsDenys Vlasenko
2016-04-21libbb: make bb_common_bufsiz1 1 kbyte, add capability to use bss tail for itDenys Vlasenko
2016-03-15nmeter: reinstate and document -d-1Denys Vlasenko
2016-03-15nmeter: remove undocumented %NNNd specifierDenys Vlasenko