summaryrefslogtreecommitdiff
path: root/procps
AgeCommit message (Expand)Author
2025-11-08pgrep/pkill: fix -x to also match comm fieldDenys Vlasenko
2025-08-06top,pmap: speed up /smaps parsingDenys Vlasenko
2025-08-06libbb: make read_cmdline() replace chars 1..31 with '?', not spaceDenys Vlasenko
2025-08-06top: simplify command line readingDenys Vlasenko
2025-08-06top: disentangle printing logicDenys Vlasenko
2025-08-05top: consistently NOT use the last column of the displayDenys Vlasenko
2025-08-05pmap: increase max handled command line length to 4kDenys Vlasenko
2025-08-05top,pmap: do not use common code for reading /proc/PID/smapsDenys Vlasenko
2025-08-05top: improve response time to keyboard inputDenys Vlasenko
2025-08-05top: reduce flicker: redraw screen with "clear to EOL" commands, not one "cle...Denys Vlasenko
2025-08-05top: make uppercase 'S' walk topmem in opposite directionDenys Vlasenko
2025-08-05top: show RSS instead of VSF, virtual mapped size is often meaninglessDenys Vlasenko
2025-08-05top: fix display of very large VSZDenys Vlasenko
2025-08-05top: do not rescan processes on second 's'Denys Vlasenko
2024-07-13powertop: code shrinkDenys Vlasenko
2023-11-23top: improve large PID display in memory ('s') modeDenys Vlasenko
2023-07-10Update applet size estimatesDenys Vlasenko
2023-06-15libbb: code shrink: introduce and use [_]exit_FAILURE()Denys Vlasenko
2023-05-07nmeter: improve %T fractionals displayDenys Vlasenko
2023-04-03ash: sleep builtin with no arguments should not exitDenys Vlasenko
2023-02-13top: stop using div() from libc, compilers now do it betterDenys Vlasenko
2023-01-24nmeter: increase maximum /proc file size (needed for large machines)Denys Vlasenko
2022-11-29Remove "select PLATFORM_LINUX"Denys Vlasenko
2022-11-29Fix non-Linux buildsSamuel Thibault
2022-10-14pkill: add -e to display the name and PID of the process being killedLouis Sautier
2022-08-30*: style fixDenys Vlasenko
2022-05-12top: improve large PID display in memory ('s') modeDenys Vlasenko
2022-05-10top: code shrinkDenys Vlasenko
2022-05-10top: code shrinkDenys Vlasenko
2022-05-10top: fix display of large PID/PPIDDenys Vlasenko
2022-02-06*: slap on a few ALIGN_PTR where appropriateDenys Vlasenko
2022-01-17ash,hush: fix handling of SIGINT while waiting for interactive inputDenys Vlasenko
2022-01-11nmeter: %[md] %[mw] - dirty file-backed pages, writeback pagesDenys Vlasenko
2022-01-07powertop: fix cpuid asm: ebx saving/restoring is properly done by gccDenys Vlasenko
2021-10-12config system: move some options closer to relevalnt tool subdirectoriesDenys Vlasenko
2021-10-07ps: fix -o pid=PID,args interpreting entire "PID,args" as headerDenys Vlasenko
2021-10-07*: generalize "const trick"YU Jincheng
2021-08-20tar,smemcap: commonalyze checksumming code for tar headerDenys Vlasenko
2021-06-18free: implement -hDenys Vlasenko
2021-06-16lsof: print fd# tooDenys Vlasenko
2021-06-15*: more --help tweaksDenys Vlasenko
2021-06-14*: --help tweaksDenys Vlasenko
2021-06-13*: more --help tweakingDenys Vlasenko
2021-06-13*: more --help tweaks, mostly expanding ts --helpDenys Vlasenko
2021-06-13*: --help tweaksDenys Vlasenko
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