aboutsummaryrefslogtreecommitdiff
path: root/procps
AgeCommit message (Expand)Author
2021-02-03libbb: introduce and use fputs_stdoutRon Yorston
2021-01-05pmap: fix column width, closes 13431Denys Vlasenko
2020-12-30libbb: introduce and use xgettimeofday(), do not truncate 64-bit time_t in sh...Denys Vlasenko
2020-12-13help text: replace [OPTIONS] with actual options (if not too long)Denys Vlasenko
2020-11-30decrease paddign: gcc-9.3.1 slaps 32-byte alignment on arrays willy-nillyDenys Vlasenko
2020-11-27free: code shrinkDenys Vlasenko
2020-10-06avoid using strok - eliminates use of hidden global variableDenys Vlasenko
2020-08-13build system: drop PLATFORM_LINUXRon Yorston
2020-06-23randomconfig fixesDenys Vlasenko
2020-06-10nmeter: add %T (zero-based timestamp) formatDenys Vlasenko
2020-06-09sysctl: do report EACCES errors on writeDenys Vlasenko
2019-10-25suppress a few "unused function" warningsDenys Vlasenko
2019-08-11top: do not use previous colleced data wheh "h" toggles threads displayDenys Vlasenko
2019-08-06nmeter: do not clamp down %Nc to minimum of 10 (think nmeter "%`nproc`c")Denys Vlasenko
2019-07-02libbb: reduce the overhead of single parameter bb_error_msg() callsJames Byrne
2019-06-25free: include SReclaimable in cached valueLukas Rusak
2019-05-03ps: ensure fields are separated by at least one space, closes 11826Denys Vlasenko
2019-04-04top: provide cmdline argument '-H' to enable thread scanning by defaultThomas De Schampheleire
2019-03-12watch: support fractional -n SECDenys Vlasenko
2019-02-27top: tweak --helpDenys Vlasenko
2019-02-08sysctl: fix compatibility with procps sysctlAaro Koskinen
2019-02-08sysctl: do slash/dot conversions only on name, not value partDenys Vlasenko
2019-02-08sysctl: on EIO ("sysctl net.ipv6.conf.all.stable_secret") set nonzero exitcodeDenys Vlasenko
2019-02-08sysctl: avoid stat() on every item if in -w modeDenys Vlasenko
2019-02-08sysctl: allow setting empty valuesDenys Vlasenko
2018-12-31pmap: make 32-bit version work better on 64-bit kernelsDenys Vlasenko
2018-12-28config: update size informationDenys Vlasenko
2018-11-27free: ensure there is a least one space between numbersDenys Vlasenko
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