aboutsummaryrefslogtreecommitdiff
path: root/procps (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'busybox' into mergemergeRon Yorston2025-11-111-4/+4
|\
| * pgrep/pkill: fix -x to also match comm fieldDenys Vlasenko2025-11-081-4/+4
* | Merge branch 'busybox' into mergeRon Yorston2025-09-062-17/+36
|\|
| * top,pmap: speed up /smaps parsingDenys Vlasenko2025-08-061-11/+26
| * libbb: make read_cmdline() replace chars 1..31 with '?', not spaceDenys Vlasenko2025-08-061-6/+10
* | Merge branch 'busybox' into mergeRon Yorston2025-08-152-163/+314
|\|
| * top: simplify command line readingDenys Vlasenko2025-08-061-11/+12
| * top: disentangle printing logicDenys Vlasenko2025-08-061-83/+97
| * top: consistently NOT use the last column of the displayDenys Vlasenko2025-08-051-56/+51
| * pmap: increase max handled command line length to 4kDenys Vlasenko2025-08-051-5/+7
| * top,pmap: do not use common code for reading /proc/PID/smapsDenys Vlasenko2025-08-052-20/+118
| * top: improve response time to keyboard inputDenys Vlasenko2025-08-051-14/+27
| * top: reduce flicker: redraw screen with "clear to EOL" commands, not one "cle...Denys Vlasenko2025-08-051-14/+20
| * top: make uppercase 'S' walk topmem in opposite directionDenys Vlasenko2025-08-051-1/+8
| * top: show RSS instead of VSF, virtual mapped size is often meaninglessDenys Vlasenko2025-08-051-15/+15
| * top: fix display of very large VSZDenys Vlasenko2025-08-051-2/+15
| * top: do not rescan processes on second 's'Denys Vlasenko2025-08-051-1/+3
* | Merge branch 'busybox' into mergeRon Yorston2024-07-141-19/+6
|\|
| * powertop: code shrinkDenys Vlasenko2024-07-131-19/+6
* | free: bloat reductionRon Yorston2024-04-181-1/+1
* | Merge branch 'busybox' into mergeFRP-5236-g7dff7f376Ron Yorston2023-12-051-13/+28
|\|
| * top: improve large PID display in memory ('s') modeDenys Vlasenko2023-11-231-13/+28
* | ps: increase length of 'comm' fieldRon Yorston2023-08-291-0/+4
* | Merge branch 'busybox' into mergeRon Yorston2023-07-1318-22/+22
|\|
| * Update applet size estimatesDenys Vlasenko2023-07-1018-21/+21
| * libbb: code shrink: introduce and use [_]exit_FAILURE()Denys Vlasenko2023-06-151-1/+1
* | pgrep,pkill: remove non-functional optionsRon Yorston2023-06-221-0/+55
* | Merge branch 'busybox' into mergeRon Yorston2023-05-231-0/+18
|\|
| * nmeter: improve %T fractionals displayDenys Vlasenko2023-05-071-0/+18
* | 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