aboutsummaryrefslogtreecommitdiff
path: root/procps (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge busybox into mergeRon Yorston2022-02-092-2/+2
|\
| * *: slap on a few ALIGN_PTR where appropriateDenys Vlasenko2022-02-061-1/+1
| * ash,hush: fix handling of SIGINT while waiting for interactive inputDenys Vlasenko2022-01-171-1/+1
* | Merge busybox into mergeRon Yorston2022-01-132-15/+36
|\|
| * nmeter: %[md] %[mw] - dirty file-backed pages, writeback pagesDenys Vlasenko2022-01-111-11/+35
| * powertop: fix cpuid asm: ebx saving/restoring is properly done by gccDenys Vlasenko2022-01-071-4/+1
* | Merge branch 'busybox' into mergeRon Yorston2021-10-133-16/+27
|\|
| * config system: move some options closer to relevalnt tool subdirectoriesDenys Vlasenko2021-10-121-1/+8
| * ps: fix -o pid=PID,args interpreting entire "PID,args" as headerDenys Vlasenko2021-10-071-14/+18
| * *: generalize "const trick"YU Jincheng2021-10-071-1/+1
* | Merge branch 'busybox' into mergeRon Yorston2021-08-221-15/+1
|\|
| * tar,smemcap: commonalyze checksumming code for tar headerDenys Vlasenko2021-08-201-15/+1
* | Merge branch 'busybox' into mergeRon Yorston2021-06-287-48/+64
|\|
| * free: implement -hDenys Vlasenko2021-06-181-29/+51
| * lsof: print fd# tooDenys Vlasenko2021-06-161-1/+1
| * *: more --help tweaksDenys Vlasenko2021-06-151-2/+2
| * *: --help tweaksDenys Vlasenko2021-06-142-2/+2
| * *: more --help tweakingDenys Vlasenko2021-06-131-6/+6
| * *: more --help tweaks, mostly expanding ts --helpDenys Vlasenko2021-06-131-2/+2
| * *: --help tweaksDenys Vlasenko2021-06-131-1/+1
* | win32: add uptime to sysinfo(2), enable uptime appletRon Yorston2021-02-191-3/+1
* | free: implement sysinfo(2) and enable free(1)Ron Yorston2021-02-181-0/+15
* | Merge branch 'busybox' into mergeRon Yorston2021-02-052-2/+2
|\|
| * libbb: introduce and use fputs_stdoutRon Yorston2021-02-032-2/+2
* | Merge branch 'busybox' into mergeRon Yorston2021-01-146-21/+23
|\|
| * pmap: fix column width, closes 13431Denys Vlasenko2021-01-051-9/+3
| * libbb: introduce and use xgettimeofday(), do not truncate 64-bit time_t in sh...Denys Vlasenko2020-12-301-4/+4
| * 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
* | Merge branch 'busybox' into mergeRon Yorston2020-11-121-1/+1
|\|
| * avoid using strok - eliminates use of hidden global variableDenys Vlasenko2020-10-061-1/+1
* | Merge branch 'busybox' into mergeRon Yorston2020-08-233-3/+0
|\|
| * build system: drop PLATFORM_LINUXRon Yorston2020-08-133-3/+0
* | build system: reinstate PLATFORM_LINUXRon Yorston2020-08-031-0/+1
* | Merge branch 'busybox' into mergeRon Yorston2020-07-093-17/+62
|\|
| * 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
* | Merge branch 'busybox' into mergeRon Yorston2020-01-081-5/+0
|\|
| * suppress a few "unused function" warningsDenys Vlasenko2019-10-251-5/+0
* | Merge branch 'busybox' into mergeRon Yorston2019-08-167-25/+32
|\|
| * 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
* | Merge branch 'busybox' into mergeRon Yorston2019-05-271-1/+1
|\|
| * ps: ensure fields are separated by at least one space, closes 11826Denys Vlasenko2019-05-031-1/+1
* | Merge branch 'busybox' into mergeRon Yorston2019-04-171-4/+15
|\|
| * top: provide cmdline argument '-H' to enable thread scanning by defaultThomas De Schampheleire2019-04-041-4/+15