aboutsummaryrefslogtreecommitdiff
path: root/procps/top.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* top: improve large PID display in memory ('s') modeDenys Vlasenko2023-11-231-13/+28
* top: stop using div() from libc, compilers now do it betterDenys Vlasenko2023-02-131-9/+16
* top: improve large PID display in memory ('s') modeDenys Vlasenko2022-05-121-1/+4
* top: code shrinkDenys Vlasenko2022-05-101-11/+9
* top: code shrinkDenys Vlasenko2022-05-101-11/+14
* top: fix display of large PID/PPIDDenys Vlasenko2022-05-101-2/+28
* ash,hush: fix handling of SIGINT while waiting for interactive inputDenys Vlasenko2022-01-171-1/+1
* *: more --help tweaks, mostly expanding ts --helpDenys Vlasenko2021-06-131-2/+2
* libbb: introduce and use fputs_stdoutRon Yorston2021-02-031-1/+1
* randomconfig fixesDenys Vlasenko2020-06-231-0/+2
* top: do not use previous colleced data wheh "h" toggles threads displayDenys Vlasenko2019-08-111-1/+4
* libbb: reduce the overhead of single parameter bb_error_msg() callsJames Byrne2019-07-021-1/+1
* top: provide cmdline argument '-H' to enable thread scanning by defaultThomas De Schampheleire2019-04-041-4/+15
* top: tweak --helpDenys Vlasenko2019-02-271-3/+2
* config: update size informationDenys Vlasenko2018-12-281-1/+1
* 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