aboutsummaryrefslogtreecommitdiff
path: root/procps
AgeCommit message (Expand)Author
2018-10-30free: add 'available' memory if provided by the kernelGuillermo Rodriguez
2018-08-30smemcap: keep outputting by ignoring transient processes, take twoDenys Vlasenko
2018-08-26smemcap: keep outputting by ignoring transient processesAndre Goddard Rosa
2018-08-03uptime: add -s supportDenys Vlasenko
2018-08-03extend fractional duration support to "top -d N.N" and "timeout"Denys Vlasenko
2018-06-06restore documentation on the build config languageKartik Agaram
2018-03-19top: fix "warning: unused variable new_mask"Denys Vlasenko
2018-03-07top: much faster cursor key navigation by avoiding process rescanDenys Vlasenko
2018-03-07top: do unsigned rather than signed division in do_stats()Denys Vlasenko
2018-03-07top: handle much larger VSZ valuesDenys Vlasenko
2018-01-08*: make "argc UNUSED_PARAM" consistentDenys Vlasenko
2017-12-31randomconfig fixesDenys Vlasenko
2017-10-05free: no longer include common_bufsiz.hDenys Vlasenko
2017-10-05free: make it NOFORKDenys Vlasenko
2017-09-18regularize format of source file headers, no code changesDenys Vlasenko
2017-09-13*: use ESC define instead of "\033"; use ESC[m instead of ESC[0mDenys Vlasenko
2017-08-28kill: add '--' option to separate options from argumentsRon Yorston
2017-08-22ps: fix build failure if FEATURE_PS_TIME is disabledRon Yorston
2017-08-22ps: allow ps config options if minips is enabledKang-Che Sung
2017-08-18klibc-utils: new applets: resume, nuke, minipsDenys Vlasenko
2017-08-16*: stop using atexit in non-debug build: saves ~260 in bss with muslDenys Vlasenko
2017-08-16top: switch to malloced "globals".Denys Vlasenko
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