aboutsummaryrefslogtreecommitdiff
path: root/procps (follow)
Commit message (Expand)AuthorAgeFilesLines
* win32: export xappendword()Ron Yorston2023-04-231-0/+7
* Merge branch 'busybox' into mergeRon Yorston2023-04-092-10/+17
|\
| * ash: sleep builtin with no arguments should not exitDenys Vlasenko2023-04-031-1/+1
| * top: stop using div() from libc, compilers now do it betterDenys Vlasenko2023-02-131-9/+16
* | Merge branch 'busybox' into mergeRon Yorston2023-02-131-3/+6
|\|
| * nmeter: increase maximum /proc file size (needed for large machines)Denys Vlasenko2023-01-241-3/+6
* | Merge branch 'busybox' into mergeRon Yorston2023-01-051-4/+11
|\|
| * Remove "select PLATFORM_LINUX"Denys Vlasenko2022-11-292-2/+0
| * Fix non-Linux buildsSamuel Thibault2022-11-292-0/+2
| * pkill: add -e to display the name and PID of the process being killedLouis Sautier2022-10-141-4/+11
* | Merge branch 'busybox' into mergeRon Yorston2022-10-121-2/+2
|\|
| * *: style fixDenys Vlasenko2022-08-301-2/+2
* | Merge branch 'busybox' into mergeRon Yorston2022-06-271-1/+4
|\|
| * top: improve large PID display in memory ('s') modeDenys Vlasenko2022-05-121-1/+4
* | Merge branch 'busybox' into mergeRon Yorston2022-05-121-2/+29
|\|
| * top: code shrinkDenys Vlasenko2022-05-101-11/+9
| * top: code shrinkDenys Vlasenko2022-05-101-11/+14
| * top: fix display of large PID/PPIDDenys Vlasenko2022-05-101-2/+28
* | 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