| Age | Commit message (Expand) | Author |
| 2025-11-08 | pgrep/pkill: fix -x to also match comm field | Denys Vlasenko |
| 2025-08-06 | top,pmap: speed up /smaps parsing | Denys Vlasenko |
| 2025-08-06 | libbb: make read_cmdline() replace chars 1..31 with '?', not space | Denys Vlasenko |
| 2025-08-06 | top: simplify command line reading | Denys Vlasenko |
| 2025-08-06 | top: disentangle printing logic | Denys Vlasenko |
| 2025-08-05 | top: consistently NOT use the last column of the display | Denys Vlasenko |
| 2025-08-05 | pmap: increase max handled command line length to 4k | Denys Vlasenko |
| 2025-08-05 | top,pmap: do not use common code for reading /proc/PID/smaps | Denys Vlasenko |
| 2025-08-05 | top: improve response time to keyboard input | Denys Vlasenko |
| 2025-08-05 | top: reduce flicker: redraw screen with "clear to EOL" commands, not one "cle... | Denys Vlasenko |
| 2025-08-05 | top: make uppercase 'S' walk topmem in opposite direction | Denys Vlasenko |
| 2025-08-05 | top: show RSS instead of VSF, virtual mapped size is often meaningless | Denys Vlasenko |
| 2025-08-05 | top: fix display of very large VSZ | Denys Vlasenko |
| 2025-08-05 | top: do not rescan processes on second 's' | Denys Vlasenko |
| 2024-07-13 | powertop: code shrink | Denys Vlasenko |
| 2023-11-23 | top: improve large PID display in memory ('s') mode | Denys Vlasenko |
| 2023-07-10 | Update applet size estimates | Denys Vlasenko |
| 2023-06-15 | libbb: code shrink: introduce and use [_]exit_FAILURE() | Denys Vlasenko |
| 2023-05-07 | nmeter: improve %T fractionals display | Denys Vlasenko |
| 2023-04-03 | ash: sleep builtin with no arguments should not exit | Denys Vlasenko |
| 2023-02-13 | top: stop using div() from libc, compilers now do it better | Denys Vlasenko |
| 2023-01-24 | nmeter: increase maximum /proc file size (needed for large machines) | Denys Vlasenko |
| 2022-11-29 | Remove "select PLATFORM_LINUX" | Denys Vlasenko |
| 2022-11-29 | Fix non-Linux builds | Samuel Thibault |
| 2022-10-14 | pkill: add -e to display the name and PID of the process being killed | Louis Sautier |
| 2022-08-30 | *: style fix | Denys Vlasenko |
| 2022-05-12 | top: improve large PID display in memory ('s') mode | Denys Vlasenko |
| 2022-05-10 | top: code shrink | Denys Vlasenko |
| 2022-05-10 | top: code shrink | Denys Vlasenko |
| 2022-05-10 | top: fix display of large PID/PPID | Denys Vlasenko |
| 2022-02-06 | *: slap on a few ALIGN_PTR where appropriate | Denys Vlasenko |
| 2022-01-17 | ash,hush: fix handling of SIGINT while waiting for interactive input | Denys Vlasenko |
| 2022-01-11 | nmeter: %[md] %[mw] - dirty file-backed pages, writeback pages | Denys Vlasenko |
| 2022-01-07 | powertop: fix cpuid asm: ebx saving/restoring is properly done by gcc | Denys Vlasenko |
| 2021-10-12 | config system: move some options closer to relevalnt tool subdirectories | Denys Vlasenko |
| 2021-10-07 | ps: fix -o pid=PID,args interpreting entire "PID,args" as header | Denys Vlasenko |
| 2021-10-07 | *: generalize "const trick" | YU Jincheng |
| 2021-08-20 | tar,smemcap: commonalyze checksumming code for tar header | Denys Vlasenko |
| 2021-06-18 | free: implement -h | Denys Vlasenko |
| 2021-06-16 | lsof: print fd# too | Denys Vlasenko |
| 2021-06-15 | *: more --help tweaks | Denys Vlasenko |
| 2021-06-14 | *: --help tweaks | Denys Vlasenko |
| 2021-06-13 | *: more --help tweaking | Denys Vlasenko |
| 2021-06-13 | *: more --help tweaks, mostly expanding ts --help | Denys Vlasenko |
| 2021-06-13 | *: --help tweaks | Denys Vlasenko |
| 2021-02-03 | libbb: introduce and use fputs_stdout | Ron Yorston |
| 2021-01-05 | pmap: fix column width, closes 13431 | Denys Vlasenko |
| 2020-12-30 | libbb: introduce and use xgettimeofday(), do not truncate 64-bit time_t in sh... | Denys Vlasenko |
| 2020-12-13 | help text: replace [OPTIONS] with actual options (if not too long) | Denys Vlasenko |
| 2020-11-30 | decrease paddign: gcc-9.3.1 slaps 32-byte alignment on arrays willy-nilly | Denys Vlasenko |