aboutsummaryrefslogtreecommitdiff
path: root/procps/top.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* extend fractional duration support to "top -d N.N" and "timeout"Denys Vlasenko2018-08-031-6/+8
* top: fix "warning: unused variable new_mask"Denys Vlasenko2018-03-191-1/+1
* top: much faster cursor key navigation by avoiding process rescanDenys Vlasenko2018-03-071-6/+19
* top: do unsigned rather than signed division in do_stats()Denys Vlasenko2018-03-071-3/+4
* top: handle much larger VSZ valuesDenys Vlasenko2018-03-071-7/+5
* *: use ESC define instead of "\033"; use ESC[m instead of ESC[0mDenys Vlasenko2017-09-131-4/+5
* *: stop using atexit in non-debug build: saves ~260 in bss with muslDenys Vlasenko2017-08-161-0/+1
* top: switch to malloced "globals".Denys Vlasenko2017-08-161-7/+6
* getopt32: factor out code to treat all args as optionsDenys Vlasenko2017-08-041-3/+2
* config: deindent all help textsDenys Vlasenko2017-07-211-15/+15
* Update menuconfig items with approximate applet sizesDenys Vlasenko2017-07-181-1/+1
* 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