aboutsummaryrefslogtreecommitdiff
path: root/procps/top.c
AgeCommit message (Expand)Author
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
2014-01-20top.c: fix compilation warningsBartosz Golaszewski
2013-11-29Use unsigned printf/scanf conversion where more appropriateDenys Vlasenko
2013-09-06top: fix breakage introduced by previous commitDenys Vlasenko
2013-09-06Make smart_ulltoa return pointer to end (allows for code shink in callers)Denys Vlasenko
2013-01-22*: reuse more stringsDenys Vlasenko
2013-01-14whitespace cleanup. no code changesDenys Vlasenko
2012-09-27libbb: correctness/size tweaks in signal-related helpersDenys Vlasenko
2012-09-26top: do not touch stdin if -bDenys Vlasenko
2012-09-25top: fix build failure in !USE_TERMIOS caseDenys Vlasenko
2012-09-21top: implement scrolling up/down (_very_ useful)Denys Vlasenko
2011-09-21add INIT_G()'s. No code changes.Denys Vlasenko
2011-05-18top: display sort indicator in memory displayDenys Vlasenko
2011-05-14top: better indicator of selected field in mem viewDenys Vlasenko
2011-05-06top: another scripting improvementDenys Vlasenko
2011-05-06top: make it possible to feed commands via pipeDenys Vlasenko
2011-01-25top: replace %MEM with %VSZ in header textDenys Vlasenko
2011-01-25top: document a debugging scriptDenys Vlasenko
2011-01-13top: add keyboard commands to --helpDenys Vlasenko
2010-10-27top: Use _exit() instead of exit() in sighandlerMarek Polacek