aboutsummaryrefslogtreecommitdiff
path: root/procps/top.c
AgeCommit message (Expand)Author
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
2010-08-28pmap: new applet. +1k.Alexander Shishkin
2010-08-16*: make GNU licensing statement forms more regularDenys Vlasenko
2010-07-13top: add tie breaking for topmem modeDenys Vlasenko
2010-06-06top: code shrink, -26 bytesDenys Vlasenko
2010-06-06top: code shrinkMaksym Kryzhanovskyy
2010-05-16consolidate ESC sequencesDenys Vlasenko
2010-03-04top: make 's' display easier to understandDenys Vlasenko
2010-02-04*: suppress ~60% of "aliased warnings" on gcc-4.4.1Denys Vlasenko
2009-11-07top: do not use #if inside printf, it can be a macroDenys Vlasenko
2009-11-02*: introduce and use ffulsh_all()Denys Vlasenko
2009-10-19randomconfig fixesDenys Vlasenko
2009-09-21ps: conditionally enable -T on non-DESKTOP build tooDenys Vlasenko
2009-09-19ps,top: add an option to show threads. +260 bytes of codeDenys Vlasenko
2009-09-12top: remove GCCismsDenys Vlasenko
2009-09-12fix read_cmdline API and a small buglet where "[comm]" may be too narrowDenys Vlasenko
2009-09-11top: add -m ("memory") optionDenys Vlasenko
2009-07-03ps: conditionally support additional -o FIELDsDenys Vlasenko
2009-04-21*: mass renaming of USE_XXXX to IF_XXXXDenis Vlasenko