summaryrefslogtreecommitdiff
path: root/procps
Commit message (Expand)AuthorAgeFilesLines
* help text: replace [OPTIONS] with actual options (if not too long)Denys Vlasenko2020-12-132-2/+2
* decrease paddign: gcc-9.3.1 slaps 32-byte alignment on arrays willy-nillyDenys Vlasenko2020-11-302-2/+2
* free: code shrinkDenys Vlasenko2020-11-271-4/+12
* avoid using strok - eliminates use of hidden global variableDenys Vlasenko2020-10-061-1/+1
* build system: drop PLATFORM_LINUXRon Yorston2020-08-133-3/+0
* randomconfig fixesDenys Vlasenko2020-06-231-0/+2
* nmeter: add %T (zero-based timestamp) formatDenys Vlasenko2020-06-101-14/+54
* sysctl: do report EACCES errors on writeDenys Vlasenko2020-06-091-3/+6
* suppress a few "unused function" warningsDenys Vlasenko2019-10-251-5/+0
* top: do not use previous colleced data wheh "h" toggles threads displayDenys Vlasenko2019-08-111-1/+4
* nmeter: do not clamp down %Nc to minimum of 10 (think nmeter "%`nproc`c")Denys Vlasenko2019-08-061-5/+5
* libbb: reduce the overhead of single parameter bb_error_msg() callsJames Byrne2019-07-025-6/+6
* free: include SReclaimable in cached valueLukas Rusak2019-06-251-13/+17
* ps: ensure fields are separated by at least one space, closes 11826Denys Vlasenko2019-05-031-1/+1
* top: provide cmdline argument '-H' to enable thread scanning by defaultThomas De Schampheleire2019-04-041-4/+15
* watch: support fractional -n SECDenys Vlasenko2019-03-121-5/+12
* top: tweak --helpDenys Vlasenko2019-02-271-3/+2
* sysctl: fix compatibility with procps sysctlAaro Koskinen2019-02-081-2/+26
* sysctl: do slash/dot conversions only on name, not value partDenys Vlasenko2019-02-081-3/+5
* sysctl: on EIO ("sysctl net.ipv6.conf.all.stable_secret") set nonzero exitcodeDenys Vlasenko2019-02-081-0/+1
* sysctl: avoid stat() on every item if in -w modeDenys Vlasenko2019-02-081-6/+10
* sysctl: allow setting empty valuesDenys Vlasenko2019-02-081-2/+4
* pmap: make 32-bit version work better on 64-bit kernelsDenys Vlasenko2018-12-311-1/+7
* config: update size informationDenys Vlasenko2018-12-2815-16/+16
* free: ensure there is a least one space between numbersDenys Vlasenko2018-11-271-3/+3
* free: add 'available' memory if provided by the kernelGuillermo Rodriguez2018-10-301-23/+36
* smemcap: keep outputting by ignoring transient processes, take twoDenys Vlasenko2018-08-301-1/+1
* smemcap: keep outputting by ignoring transient processesAndre Goddard Rosa2018-08-261-0/+4
* uptime: add -s supportDenys Vlasenko2018-08-031-6/+24
* extend fractional duration support to "top -d N.N" and "timeout"Denys Vlasenko2018-08-031-6/+8
* restore documentation on the build config languageKartik Agaram2018-06-061-1/+1
* top: fix "warning: unused variable new_mask"Denys Vlasenko2018-03-191-1/+1
* top: much faster cursor key navigation by avoiding process rescanDenys Vlasenko2018-03-071-6/+19
* top: do unsigned rather than signed division in do_stats()Denys Vlasenko2018-03-071-3/+4
* top: handle much larger VSZ valuesDenys Vlasenko2018-03-071-7/+5
* *: make "argc UNUSED_PARAM" consistentDenys Vlasenko2018-01-082-2/+2
* randomconfig fixesDenys Vlasenko2017-12-311-1/+6
* free: no longer include common_bufsiz.hDenys Vlasenko2017-10-051-1/+0
* free: make it NOFORKDenys Vlasenko2017-10-051-28/+23
* regularize format of source file headers, no code changesDenys Vlasenko2017-09-188-20/+13
* *: use ESC define instead of "\033"; use ESC[m instead of ESC[0mDenys Vlasenko2017-09-133-7/+12
* kill: add '--' option to separate options from argumentsRon Yorston2017-08-281-0/+5
* 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