summaryrefslogtreecommitdiff
AgeCommit messageAuthorFilesLines
2016-12-03top: fix help text: with !TERMIOS, no keys are affected top outputDenys Vlasenko1-1/+4
2016-11-23Convert all procps/* applets to "new style" applet definitionsDenys Vlasenko14-172/+184
2016-08-19top: move free(prev_hist) out of signal pathDenys Vlasenko1-6/+6
2016-04-22*: slap on a few ALIGN1/2s where appropriateDenys Vlasenko30-49/+49
2016-04-21*: add most of the required setup_common_bufsiz() callsDenys Vlasenko53-19/+63
2016-04-21libbb: make bb_common_bufsiz1 1 kbyte, add capability to use bss tail for itDenys Vlasenko91-131/+414
2015-10-14top: make sort field for 's' mode less confusingDenys Vlasenko1-13/+14
2015-10-13*: more BUILD_BUG_ON conversionsDenys Vlasenko10-36/+22
2014-07-29top: fix memset length (sizeof(ptr) vs sizeof(array) problem)Denys Vlasenko1-2/+1
2014-07-27top: fix and merge code to parse /proc/meminfoTimo Teräs1-110/+86
2014-01-20top.c: fix compilation warningsBartosz Golaszewski1-5/+0
2013-11-29Use unsigned printf/scanf conversion where more appropriateDenys Vlasenko18-37/+37
2013-09-06top: fix breakage introduced by previous commitDenys Vlasenko1-1/+1
2013-09-06Make smart_ulltoa return pointer to end (allows for code shink in callers)Denys Vlasenko7-20/+14
2013-01-22*: reuse more stringsDenys Vlasenko3-17/+17
2013-01-14whitespace cleanup. no code changesDenys Vlasenko59-219/+233
2012-09-27libbb: correctness/size tweaks in signal-related helpersDenys Vlasenko2-4/+4
2012-09-26top: do not touch stdin if -bDenys Vlasenko1-10/+16
2012-09-25top: fix build failure in !USE_TERMIOS caseDenys Vlasenko1-17/+20
2012-09-21top: implement scrolling up/down (_very_ useful)Denys Vlasenko2-74/+110
2011-09-20add INIT_G()'s. No code changes.Denys Vlasenko11-6/+33
2011-05-18top: display sort indicator in memory displayDenys Vlasenko1-1/+1
2011-05-13top: better indicator of selected field in mem viewDenys Vlasenko1-1/+1
2011-05-06top: another scripting improvementDenys Vlasenko1-16/+27
2011-05-06top: make it possible to feed commands via pipeDenys Vlasenko1-110/+155
2011-01-25top: replace %MEM with %VSZ in header textDenys Vlasenko1-7/+17
2011-01-25top: document a debugging scriptDenys Vlasenko1-2/+11
2011-01-13top: add keyboard commands to --helpDenys Vlasenko2-8/+29
2010-10-27top: Use _exit() instead of exit() in sighandlerMarek Polacek1-1/+2
2010-08-28pmap: new applet. +1k.Alexander Shishkin4-67/+251
2010-08-16*: make GNU licensing statement forms more regularDenys Vlasenko570-630/+628
2010-07-13top: add tie breaking for topmem modeDenys Vlasenko1-4/+4
2010-06-06top: code shrink, -26 bytesDenys Vlasenko1-33/+27
2010-06-06top: code shrinkMaksym Kryzhanovskyy1-77/+42
2010-05-16consolidate ESC sequencesDenys Vlasenko8-27/+29
2010-03-04top: make 's' display easier to understandDenys Vlasenko1-6/+6
2010-02-04*: suppress ~60% of "aliased warnings" on gcc-4.4.1Denys Vlasenko49-58/+65
2009-11-07top: do not use #if inside printf, it can be a macroDenys Vlasenko1-18/+6
2009-11-02*: introduce and use ffulsh_all()Denys Vlasenko49-96/+84
2009-10-19randomconfig fixesDenys Vlasenko4-2/+7
2009-09-21ps: conditionally enable -T on non-DESKTOP build tooDenys Vlasenko2-28/+28
2009-09-19ps,top: add an option to show threads. +260 bytes of codeDenys Vlasenko5-13/+74
2009-09-12top: remove GCCismsDenys Vlasenko1-5/+12
2009-09-11fix read_cmdline API and a small buglet where "[comm]" may be too narrowDenys Vlasenko4-7/+8
2009-09-11top: add -m ("memory") optionDenys Vlasenko4-59/+88
2009-07-03ps: conditionally support additional -o FIELDsDenys Vlasenko5-18/+92
2009-04-21*: mass renaming of USE_XXXX to IF_XXXXDenis Vlasenko102-1308/+1312
2009-03-03top: make it work again on 2.4 kernels (closes bug 125)Denis Vlasenko1-7/+6
2008-12-07Fix forgotten license commentsDenis Vlasenko49-60/+114
2008-11-25ash,hush: add TODO for rare build failureDenis Vlasenko9-14/+25
[next]