index
:
busybox.git
0_60_stable
1_00_stable
1_00_stable_10817
1_10_stable
1_11_stable
1_12_stable
1_13_stable
1_14_stable
1_15_stable
1_16_stable
1_17_stable
1_18_stable
1_19_stable
1_1_stable
1_20_stable
1_21_stable
1_22_stable
1_23_stable
1_24_stable
1_25_stable
1_26_stable
1_27_stable
1_28_stable
1_29_stable
1_30_stable
1_31_stable
1_32_stable
1_33_stable
1_34_stable
1_35_stable
1_36_stable
1_37_stable
1_3_stable
1_4_stable
1_5_stable
1_6_stable
1_7_stable
1_8_stable
1_9_stable
master
Unnamed repository; edit this file 'description' to name the repository.
thomasg
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
procps
/
top.c
Age
Commit message (
Expand
)
Author
2025-08-06
libbb: make read_cmdline() replace chars 1..31 with '?', not space
Denys Vlasenko
2025-08-06
top: simplify command line reading
Denys Vlasenko
2025-08-06
top: disentangle printing logic
Denys Vlasenko
2025-08-05
top: consistently NOT use the last column of the display
Denys Vlasenko
2025-08-05
top,pmap: do not use common code for reading /proc/PID/smaps
Denys Vlasenko
2025-08-05
top: improve response time to keyboard input
Denys Vlasenko
2025-08-05
top: reduce flicker: redraw screen with "clear to EOL" commands, not one "cle...
Denys Vlasenko
2025-08-05
top: make uppercase 'S' walk topmem in opposite direction
Denys Vlasenko
2025-08-05
top: show RSS instead of VSF, virtual mapped size is often meaningless
Denys Vlasenko
2025-08-05
top: fix display of very large VSZ
Denys Vlasenko
2025-08-05
top: do not rescan processes on second 's'
Denys Vlasenko
2023-11-23
top: improve large PID display in memory ('s') mode
Denys Vlasenko
2023-02-13
top: stop using div() from libc, compilers now do it better
Denys Vlasenko
2022-05-12
top: improve large PID display in memory ('s') mode
Denys Vlasenko
2022-05-10
top: code shrink
Denys Vlasenko
2022-05-10
top: code shrink
Denys Vlasenko
2022-05-10
top: fix display of large PID/PPID
Denys Vlasenko
2022-01-17
ash,hush: fix handling of SIGINT while waiting for interactive input
Denys Vlasenko
2021-06-13
*: more --help tweaks, mostly expanding ts --help
Denys Vlasenko
2021-02-03
libbb: introduce and use fputs_stdout
Ron Yorston
2020-06-23
randomconfig fixes
Denys Vlasenko
2019-08-11
top: do not use previous colleced data wheh "h" toggles threads display
Denys Vlasenko
2019-07-02
libbb: reduce the overhead of single parameter bb_error_msg() calls
James Byrne
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
[next]