Denys Vlasenko
|
ac78f2ac96
top: do not use previous colleced data wheh "h" toggles threads display
|
hace 5 años |
James Byrne
|
6937487be7
libbb: reduce the overhead of single parameter bb_error_msg() calls
|
hace 5 años |
Thomas De Schampheleire
|
2b6282117f
top: provide cmdline argument '-H' to enable thread scanning by default
|
hace 5 años |
Denys Vlasenko
|
4a6748662a
top: tweak --help
|
hace 5 años |
Denys Vlasenko
|
b097a84d62
config: update size information
|
hace 5 años |
Denys Vlasenko
|
4c20d9f2b0
extend fractional duration support to "top -d N.N" and "timeout"
|
hace 6 años |
Denys Vlasenko
|
b3e98b1ccc
top: fix "warning: unused variable new_mask"
|
hace 6 años |
Denys Vlasenko
|
a2cae937d0
top: much faster cursor key navigation by avoiding process rescan
|
hace 6 años |
Denys Vlasenko
|
75e56a3db9
top: do unsigned rather than signed division in do_stats()
|
hace 6 años |
Denys Vlasenko
|
86107d6dc7
top: handle much larger VSZ values
|
hace 6 años |
Denys Vlasenko
|
8187e01438
*: use ESC define instead of "\033"; use ESC[m instead of ESC[0m
|
hace 7 años |
Denys Vlasenko
|
e440b39416
*: stop using atexit in non-debug build: saves ~260 in bss with musl
|
hace 7 años |
Denys Vlasenko
|
d80302db99
top: switch to malloced "globals".
|
hace 7 años |
Denys Vlasenko
|
727948e585
getopt32: factor out code to treat all args as options
|
hace 7 años |
Denys Vlasenko
|
72089cf6b4
config: deindent all help texts
|
hace 7 años |
Denys Vlasenko
|
4eed2c6c50
Update menuconfig items with approximate applet sizes
|
hace 7 años |
Denys Vlasenko
|
6c1f348fa7
Move FEATURE_USE_TERMIOS config option to two applets which use it
|
hace 7 años |
Denys Vlasenko
|
01ccdd1d3c
libbb: consolidate the code to set termios unbuffered mode
|
hace 7 años |
Denys Vlasenko
|
0fd9fb4244
top: FEATURE_USE_TERMIOS shouldn't control reading of screen size
|
hace 7 años |
Denys Vlasenko
|
718e4fd564
top: fix help text: with !TERMIOS, no keys are affected top output
|
hace 8 años |
Denys Vlasenko
|
f8f81ed7aa
Convert all procps/* applets to "new style" applet definitions
|
hace 8 años |
Denys Vlasenko
|
aedc3fe19f
top: move free(prev_hist) out of signal path
|
hace 8 años |
Denys Vlasenko
|
3e134ebf6a
*: slap on a few ALIGN1/2s where appropriate
|
hace 8 años |
Denys Vlasenko
|
47cfbf32fd
*: add most of the required setup_common_bufsiz() calls
|
hace 8 años |
Denys Vlasenko
|
e6a2f4cc5a
libbb: make bb_common_bufsiz1 1 kbyte, add capability to use bss tail for it
|
hace 8 años |
Denys Vlasenko
|
4ad702c0a7
top: make sort field for 's' mode less confusing
|
hace 9 años |
Denys Vlasenko
|
7b85ec30b5
*: more BUILD_BUG_ON conversions
|
hace 9 años |
Denys Vlasenko
|
6c6d37ee45
top: fix memset length (sizeof(ptr) vs sizeof(array) problem)
|
hace 10 años |
Timo Teräs
|
7df1f1dda1
top: fix and merge code to parse /proc/meminfo
|
hace 10 años |
Bartosz Golaszewski
|
2de232da53
top.c: fix compilation warnings
|
hace 10 años |