summaryrefslogtreecommitdiff
path: root/procps/top.c
AgeCommit message (Expand)Author
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-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
2023-11-23top: improve large PID display in memory ('s') modeDenys Vlasenko
2023-02-13top: stop using div() from libc, compilers now do it betterDenys 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-01-17ash,hush: fix handling of SIGINT while waiting for interactive inputDenys Vlasenko
2021-06-13*: more --help tweaks, mostly expanding ts --helpDenys Vlasenko
2021-02-03libbb: introduce and use fputs_stdoutRon Yorston
2020-06-23randomconfig fixesDenys Vlasenko
2019-08-11top: do not use previous colleced data wheh "h" toggles threads displayDenys Vlasenko
2019-07-02libbb: reduce the overhead of single parameter bb_error_msg() callsJames Byrne
2019-04-04top: provide cmdline argument '-H' to enable thread scanning by defaultThomas De Schampheleire
2019-02-27top: tweak --helpDenys Vlasenko
2018-12-28config: update size informationDenys Vlasenko
2018-08-03extend fractional duration support to "top -d N.N" and "timeout"Denys Vlasenko
2018-03-19top: fix "warning: unused variable new_mask"Denys Vlasenko
2018-03-07top: much faster cursor key navigation by avoiding process rescanDenys Vlasenko
2018-03-07top: do unsigned rather than signed division in do_stats()Denys Vlasenko
2018-03-07top: handle much larger VSZ valuesDenys Vlasenko
2017-09-13*: use ESC define instead of "\033"; use ESC[m instead of ESC[0mDenys Vlasenko
2017-08-16*: stop using atexit in non-debug build: saves ~260 in bss with muslDenys Vlasenko
2017-08-16top: switch to malloced "globals".Denys Vlasenko
2017-08-04getopt32: factor out code to treat all args as optionsDenys Vlasenko
2017-07-21config: deindent all help textsDenys Vlasenko
2017-07-18Update menuconfig items with approximate applet sizesDenys Vlasenko
2017-01-11Move FEATURE_USE_TERMIOS config option to two applets which use itDenys Vlasenko
2017-01-11libbb: consolidate the code to set termios unbuffered modeDenys Vlasenko
2017-01-11top: FEATURE_USE_TERMIOS shouldn't control reading of screen sizeDenys Vlasenko
2016-12-03top: fix help text: with !TERMIOS, no keys are affected top outputDenys Vlasenko
2016-11-23Convert all procps/* applets to "new style" applet definitionsDenys Vlasenko
2016-08-19top: move free(prev_hist) out of signal pathDenys Vlasenko
2016-04-22*: slap on a few ALIGN1/2s where appropriateDenys Vlasenko
2016-04-21*: add most of the required setup_common_bufsiz() callsDenys Vlasenko
2016-04-21libbb: make bb_common_bufsiz1 1 kbyte, add capability to use bss tail for itDenys Vlasenko
2015-10-14top: make sort field for 's' mode less confusingDenys Vlasenko
2015-10-13*: more BUILD_BUG_ON conversionsDenys Vlasenko
2014-07-29top: fix memset length (sizeof(ptr) vs sizeof(array) problem)Denys Vlasenko
2014-07-27top: fix and merge code to parse /proc/meminfoTimo Teräs