index
:
busybox-w32
ansi
awk_faster
busybox
cng_backend
cron_changes
dscho-kill-gently
embed
fix_backslash
join2
long_paths
manifest
master
merge
merge_1_19
merge_1_20
mount_point
noconsole
noconsole2
old
path_search
propagate_sigint
realpath
stty
su_cmd
su_cmd2
su_cmd3
symlink
tab_completion
tab_completion2
tilde
ucrt_hack
w32_1_26_2
wget-post-file
wip
zstd
A mirror of https://github.com/rmyorston/busybox-w32.git
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
procps
/
top.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
libbb: make read_cmdline() replace chars 1..31 with '?', not space
Denys Vlasenko
2025-08-06
1
-6
/
+10
*
top: simplify command line reading
Denys Vlasenko
2025-08-06
1
-11
/
+12
*
top: disentangle printing logic
Denys Vlasenko
2025-08-06
1
-83
/
+97
*
top: consistently NOT use the last column of the display
Denys Vlasenko
2025-08-05
1
-56
/
+51
*
top,pmap: do not use common code for reading /proc/PID/smaps
Denys Vlasenko
2025-08-05
1
-8
/
+8
*
top: improve response time to keyboard input
Denys Vlasenko
2025-08-05
1
-14
/
+27
*
top: reduce flicker: redraw screen with "clear to EOL" commands, not one "cle...
Denys Vlasenko
2025-08-05
1
-14
/
+20
*
top: make uppercase 'S' walk topmem in opposite direction
Denys Vlasenko
2025-08-05
1
-1
/
+8
*
top: show RSS instead of VSF, virtual mapped size is often meaningless
Denys Vlasenko
2025-08-05
1
-15
/
+15
*
top: fix display of very large VSZ
Denys Vlasenko
2025-08-05
1
-2
/
+15
*
top: do not rescan processes on second 's'
Denys Vlasenko
2025-08-05
1
-1
/
+3
*
top: improve large PID display in memory ('s') mode
Denys Vlasenko
2023-11-23
1
-13
/
+28
*
top: stop using div() from libc, compilers now do it better
Denys Vlasenko
2023-02-13
1
-9
/
+16
*
top: improve large PID display in memory ('s') mode
Denys Vlasenko
2022-05-12
1
-1
/
+4
*
top: code shrink
Denys Vlasenko
2022-05-10
1
-11
/
+9
*
top: code shrink
Denys Vlasenko
2022-05-10
1
-11
/
+14
*
top: fix display of large PID/PPID
Denys Vlasenko
2022-05-10
1
-2
/
+28
*
ash,hush: fix handling of SIGINT while waiting for interactive input
Denys Vlasenko
2022-01-17
1
-1
/
+1
*
*: more --help tweaks, mostly expanding ts --help
Denys Vlasenko
2021-06-13
1
-2
/
+2
*
libbb: introduce and use fputs_stdout
Ron Yorston
2021-02-03
1
-1
/
+1
*
randomconfig fixes
Denys Vlasenko
2020-06-23
1
-0
/
+2
*
top: do not use previous colleced data wheh "h" toggles threads display
Denys Vlasenko
2019-08-11
1
-1
/
+4
*
libbb: reduce the overhead of single parameter bb_error_msg() calls
James Byrne
2019-07-02
1
-1
/
+1
*
top: provide cmdline argument '-H' to enable thread scanning by default
Thomas De Schampheleire
2019-04-04
1
-4
/
+15
*
top: tweak --help
Denys Vlasenko
2019-02-27
1
-3
/
+2
*
config: update size information
Denys Vlasenko
2018-12-28
1
-1
/
+1
*
extend fractional duration support to "top -d N.N" and "timeout"
Denys Vlasenko
2018-08-03
1
-6
/
+8
*
top: fix "warning: unused variable new_mask"
Denys Vlasenko
2018-03-19
1
-1
/
+1
*
top: much faster cursor key navigation by avoiding process rescan
Denys Vlasenko
2018-03-07
1
-6
/
+19
*
top: do unsigned rather than signed division in do_stats()
Denys Vlasenko
2018-03-07
1
-3
/
+4
*
top: handle much larger VSZ values
Denys Vlasenko
2018-03-07
1
-7
/
+5
*
*: use ESC define instead of "\033"; use ESC[m instead of ESC[0m
Denys Vlasenko
2017-09-13
1
-4
/
+5
*
*: stop using atexit in non-debug build: saves ~260 in bss with musl
Denys Vlasenko
2017-08-16
1
-0
/
+1
*
top: switch to malloced "globals".
Denys Vlasenko
2017-08-16
1
-7
/
+6
*
getopt32: factor out code to treat all args as options
Denys Vlasenko
2017-08-04
1
-3
/
+2
*
config: deindent all help texts
Denys Vlasenko
2017-07-21
1
-15
/
+15
*
Update menuconfig items with approximate applet sizes
Denys Vlasenko
2017-07-18
1
-1
/
+1
*
Move FEATURE_USE_TERMIOS config option to two applets which use it
Denys Vlasenko
2017-01-11
1
-10
/
+18
*
libbb: consolidate the code to set termios unbuffered mode
Denys Vlasenko
2017-01-11
1
-8
/
+2
*
top: FEATURE_USE_TERMIOS shouldn't control reading of screen size
Denys Vlasenko
2017-01-11
1
-4
/
+0
*
top: fix help text: with !TERMIOS, no keys are affected top output
Denys Vlasenko
2016-12-03
1
-1
/
+4
*
Convert all procps/* applets to "new style" applet definitions
Denys Vlasenko
2016-11-23
1
-1
/
+4
*
top: move free(prev_hist) out of signal path
Denys Vlasenko
2016-08-19
1
-6
/
+6
*
*: slap on a few ALIGN1/2s where appropriate
Denys Vlasenko
2016-04-22
1
-3
/
+3
*
*: add most of the required setup_common_bufsiz() calls
Denys Vlasenko
2016-04-21
1
-0
/
+1
*
libbb: make bb_common_bufsiz1 1 kbyte, add capability to use bss tail for it
Denys Vlasenko
2016-04-21
1
-1
/
+2
*
top: make sort field for 's' mode less confusing
Denys Vlasenko
2015-10-14
1
-13
/
+14
*
*: more BUILD_BUG_ON conversions
Denys Vlasenko
2015-10-13
1
-5
/
+4
*
top: fix memset length (sizeof(ptr) vs sizeof(array) problem)
Denys Vlasenko
2014-07-29
1
-2
/
+1
*
top: fix and merge code to parse /proc/meminfo
Timo Teräs
2014-07-27
1
-110
/
+86
[next]