aboutsummaryrefslogtreecommitdiff
path: root/procps/top.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Move FEATURE_USE_TERMIOS config option to two applets which use itDenys Vlasenko2017-01-111-10/+18
* libbb: consolidate the code to set termios unbuffered modeDenys Vlasenko2017-01-111-8/+2
* top: FEATURE_USE_TERMIOS shouldn't control reading of screen sizeDenys Vlasenko2017-01-111-4/+0
* top: fix help text: with !TERMIOS, no keys are affected top outputDenys Vlasenko2016-12-031-1/+4
* Convert all procps/* applets to "new style" applet definitionsDenys Vlasenko2016-11-231-1/+4
* top: move free(prev_hist) out of signal pathDenys Vlasenko2016-08-191-6/+6
* *: slap on a few ALIGN1/2s where appropriateDenys Vlasenko2016-04-221-3/+3
* *: add most of the required setup_common_bufsiz() callsDenys Vlasenko2016-04-211-0/+1
* libbb: make bb_common_bufsiz1 1 kbyte, add capability to use bss tail for itDenys Vlasenko2016-04-211-1/+2
* top: make sort field for 's' mode less confusingDenys Vlasenko2015-10-141-13/+14
* *: more BUILD_BUG_ON conversionsDenys Vlasenko2015-10-131-5/+4
* top: fix memset length (sizeof(ptr) vs sizeof(array) problem)Denys Vlasenko2014-07-291-2/+1
* top: fix and merge code to parse /proc/meminfoTimo Teräs2014-07-271-110/+86
* top.c: fix compilation warningsBartosz Golaszewski2014-01-201-5/+0
* Use unsigned printf/scanf conversion where more appropriateDenys Vlasenko2013-11-291-1/+1
* top: fix breakage introduced by previous commitDenys Vlasenko2013-09-061-1/+1
* Make smart_ulltoa return pointer to end (allows for code shink in callers)Denys Vlasenko2013-09-061-2/+1
* *: reuse more stringsDenys Vlasenko2013-01-221-1/+1
* whitespace cleanup. no code changesDenys Vlasenko2013-01-141-1/+1
* libbb: correctness/size tweaks in signal-related helpersDenys Vlasenko2012-09-271-1/+1
* top: do not touch stdin if -bDenys Vlasenko2012-09-261-10/+16
* top: fix build failure in !USE_TERMIOS caseDenys Vlasenko2012-09-251-17/+20
* top: implement scrolling up/down (_very_ useful)Denys Vlasenko2012-09-211-20/+110
* add INIT_G()'s. No code changes.Denys Vlasenko2011-09-211-1/+1
* top: display sort indicator in memory displayDenys Vlasenko2011-05-181-1/+1
* top: better indicator of selected field in mem viewDenys Vlasenko2011-05-141-1/+1
* top: another scripting improvementDenys Vlasenko2011-05-061-16/+27
* top: make it possible to feed commands via pipeDenys Vlasenko2011-05-061-110/+155
* top: replace %MEM with %VSZ in header textDenys Vlasenko2011-01-251-7/+17
* top: document a debugging scriptDenys Vlasenko2011-01-251-2/+11
* top: add keyboard commands to --helpDenys Vlasenko2011-01-131-0/+29
* top: Use _exit() instead of exit() in sighandlerMarek Polacek2010-10-271-1/+2
* pmap: new applet. +1k.Alexander Shishkin2010-08-281-8/+8
* *: make GNU licensing statement forms more regularDenys Vlasenko2010-08-161-1/+1
* top: add tie breaking for topmem modeDenys Vlasenko2010-07-131-4/+4
* top: code shrink, -26 bytesDenys Vlasenko2010-06-061-33/+27
* top: code shrinkMaksym Kryzhanovskyy2010-06-061-77/+42
* consolidate ESC sequencesDenys Vlasenko2010-05-161-4/+4
* top: make 's' display easier to understandDenys Vlasenko2010-03-041-6/+6
* *: suppress ~60% of "aliased warnings" on gcc-4.4.1Denys Vlasenko2010-02-041-3/+1
* top: do not use #if inside printf, it can be a macroDenys Vlasenko2009-11-071-18/+6
* *: introduce and use ffulsh_all()Denys Vlasenko2009-11-021-2/+2
* randomconfig fixesDenys Vlasenko2009-10-191-1/+1
* ps: conditionally enable -T on non-DESKTOP build tooDenys Vlasenko2009-09-211-3/+3
* ps,top: add an option to show threads. +260 bytes of codeDenys Vlasenko2009-09-191-5/+16
* top: remove GCCismsDenys Vlasenko2009-09-121-5/+12
* fix read_cmdline API and a small buglet where "[comm]" may be too narrowDenys Vlasenko2009-09-121-1/+1
* top: add -m ("memory") optionDenys Vlasenko2009-09-111-51/+57
* ps: conditionally support additional -o FIELDsDenys Vlasenko2009-07-031-2/+0
* *: mass renaming of USE_XXXX to IF_XXXXDenis Vlasenko2009-04-211-5/+5