index
:
busybox.git
1_33_stable
1_35_stable
master
Copy of git.busybox.net/busybox
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
procps
/
top.c
Age
Commit message (
Expand
)
Author
2019-04-04
top: provide cmdline argument '-H' to enable thread scanning by default
Thomas De Schampheleire
2019-02-27
top: tweak --help
Denys Vlasenko
2018-12-28
config: update size information
Denys Vlasenko
2018-08-03
extend fractional duration support to "top -d N.N" and "timeout"
Denys Vlasenko
2018-03-19
top: fix "warning: unused variable new_mask"
Denys Vlasenko
2018-03-07
top: much faster cursor key navigation by avoiding process rescan
Denys Vlasenko
2018-03-07
top: do unsigned rather than signed division in do_stats()
Denys Vlasenko
2018-03-07
top: handle much larger VSZ values
Denys Vlasenko
2017-09-13
*: use ESC define instead of "\033"; use ESC[m instead of ESC[0m
Denys Vlasenko
2017-08-16
*: stop using atexit in non-debug build: saves ~260 in bss with musl
Denys Vlasenko
2017-08-16
top: switch to malloced "globals".
Denys Vlasenko
2017-08-04
getopt32: factor out code to treat all args as options
Denys Vlasenko
2017-07-21
config: deindent all help texts
Denys Vlasenko
2017-07-18
Update menuconfig items with approximate applet sizes
Denys Vlasenko
2017-01-11
Move FEATURE_USE_TERMIOS config option to two applets which use it
Denys Vlasenko
2017-01-11
libbb: consolidate the code to set termios unbuffered mode
Denys Vlasenko
2017-01-11
top: FEATURE_USE_TERMIOS shouldn't control reading of screen size
Denys Vlasenko
2016-12-03
top: fix help text: with !TERMIOS, no keys are affected top output
Denys Vlasenko
2016-11-23
Convert all procps/* applets to "new style" applet definitions
Denys Vlasenko
2016-08-19
top: move free(prev_hist) out of signal path
Denys Vlasenko
2016-04-22
*: slap on a few ALIGN1/2s where appropriate
Denys Vlasenko
2016-04-21
*: add most of the required setup_common_bufsiz() calls
Denys Vlasenko
2016-04-21
libbb: make bb_common_bufsiz1 1 kbyte, add capability to use bss tail for it
Denys Vlasenko
2015-10-14
top: make sort field for 's' mode less confusing
Denys Vlasenko
2015-10-13
*: more BUILD_BUG_ON conversions
Denys Vlasenko
2014-07-29
top: fix memset length (sizeof(ptr) vs sizeof(array) problem)
Denys Vlasenko
2014-07-27
top: fix and merge code to parse /proc/meminfo
Timo Teräs
2014-01-20
top.c: fix compilation warnings
Bartosz Golaszewski
2013-11-29
Use unsigned printf/scanf conversion where more appropriate
Denys Vlasenko
2013-09-06
top: fix breakage introduced by previous commit
Denys Vlasenko
2013-09-06
Make smart_ulltoa return pointer to end (allows for code shink in callers)
Denys Vlasenko
2013-01-22
*: reuse more strings
Denys Vlasenko
2013-01-14
whitespace cleanup. no code changes
Denys Vlasenko
2012-09-27
libbb: correctness/size tweaks in signal-related helpers
Denys Vlasenko
2012-09-26
top: do not touch stdin if -b
Denys Vlasenko
2012-09-25
top: fix build failure in !USE_TERMIOS case
Denys Vlasenko
2012-09-21
top: implement scrolling up/down (_very_ useful)
Denys Vlasenko
2011-09-21
add INIT_G()'s. No code changes.
Denys Vlasenko
2011-05-18
top: display sort indicator in memory display
Denys Vlasenko
2011-05-14
top: better indicator of selected field in mem view
Denys Vlasenko
2011-05-06
top: another scripting improvement
Denys Vlasenko
2011-05-06
top: make it possible to feed commands via pipe
Denys Vlasenko
2011-01-25
top: replace %MEM with %VSZ in header text
Denys Vlasenko
2011-01-25
top: document a debugging script
Denys Vlasenko
2011-01-13
top: add keyboard commands to --help
Denys Vlasenko
2010-10-27
top: Use _exit() instead of exit() in sighandler
Marek Polacek
2010-08-28
pmap: new applet. +1k.
Alexander Shishkin
2010-08-16
*: make GNU licensing statement forms more regular
Denys Vlasenko
2010-07-13
top: add tie breaking for topmem mode
Denys Vlasenko
2010-06-06
top: code shrink, -26 bytes
Denys Vlasenko
[next]