index
:
busybox-w32
ansi
awk_faster
busybox
dscho-kill-gently
embed
fix_backslash
manifest
master
merge
merge_1_19
merge_1_20
noconsole
noconsole2
old
path_search
realpath
stty
su_cmd
su_cmd2
su_cmd3
symlink
tab_completion
tab_completion2
tilde
ucrt_hack
w32_1_26_2
wget-post-file
wip
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
*
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
*
top.c: fix compilation warnings
Bartosz Golaszewski
2014-01-20
1
-5
/
+0
*
Use unsigned printf/scanf conversion where more appropriate
Denys Vlasenko
2013-11-29
1
-1
/
+1
*
top: fix breakage introduced by previous commit
Denys Vlasenko
2013-09-06
1
-1
/
+1
*
Make smart_ulltoa return pointer to end (allows for code shink in callers)
Denys Vlasenko
2013-09-06
1
-2
/
+1
*
*: reuse more strings
Denys Vlasenko
2013-01-22
1
-1
/
+1
*
whitespace cleanup. no code changes
Denys Vlasenko
2013-01-14
1
-1
/
+1
*
libbb: correctness/size tweaks in signal-related helpers
Denys Vlasenko
2012-09-27
1
-1
/
+1
*
top: do not touch stdin if -b
Denys Vlasenko
2012-09-26
1
-10
/
+16
*
top: fix build failure in !USE_TERMIOS case
Denys Vlasenko
2012-09-25
1
-17
/
+20
*
top: implement scrolling up/down (_very_ useful)
Denys Vlasenko
2012-09-21
1
-20
/
+110
*
add INIT_G()'s. No code changes.
Denys Vlasenko
2011-09-21
1
-1
/
+1
*
top: display sort indicator in memory display
Denys Vlasenko
2011-05-18
1
-1
/
+1
*
top: better indicator of selected field in mem view
Denys Vlasenko
2011-05-14
1
-1
/
+1
*
top: another scripting improvement
Denys Vlasenko
2011-05-06
1
-16
/
+27
*
top: make it possible to feed commands via pipe
Denys Vlasenko
2011-05-06
1
-110
/
+155
*
top: replace %MEM with %VSZ in header text
Denys Vlasenko
2011-01-25
1
-7
/
+17
*
top: document a debugging script
Denys Vlasenko
2011-01-25
1
-2
/
+11
*
top: add keyboard commands to --help
Denys Vlasenko
2011-01-13
1
-0
/
+29
*
top: Use _exit() instead of exit() in sighandler
Marek Polacek
2010-10-27
1
-1
/
+2
*
pmap: new applet. +1k.
Alexander Shishkin
2010-08-28
1
-8
/
+8
*
*: make GNU licensing statement forms more regular
Denys Vlasenko
2010-08-16
1
-1
/
+1
*
top: add tie breaking for topmem mode
Denys Vlasenko
2010-07-13
1
-4
/
+4
*
top: code shrink, -26 bytes
Denys Vlasenko
2010-06-06
1
-33
/
+27
*
top: code shrink
Maksym Kryzhanovskyy
2010-06-06
1
-77
/
+42
*
consolidate ESC sequences
Denys Vlasenko
2010-05-16
1
-4
/
+4
*
top: make 's' display easier to understand
Denys Vlasenko
2010-03-04
1
-6
/
+6
*
*: suppress ~60% of "aliased warnings" on gcc-4.4.1
Denys Vlasenko
2010-02-04
1
-3
/
+1
*
top: do not use #if inside printf, it can be a macro
Denys Vlasenko
2009-11-07
1
-18
/
+6
*
*: introduce and use ffulsh_all()
Denys Vlasenko
2009-11-02
1
-2
/
+2
*
randomconfig fixes
Denys Vlasenko
2009-10-19
1
-1
/
+1
*
ps: conditionally enable -T on non-DESKTOP build too
Denys Vlasenko
2009-09-21
1
-3
/
+3
*
ps,top: add an option to show threads. +260 bytes of code
Denys Vlasenko
2009-09-19
1
-5
/
+16
*
top: remove GCCisms
Denys Vlasenko
2009-09-12
1
-5
/
+12
*
fix read_cmdline API and a small buglet where "[comm]" may be too narrow
Denys Vlasenko
2009-09-12
1
-1
/
+1
*
top: add -m ("memory") option
Denys Vlasenko
2009-09-11
1
-51
/
+57
*
ps: conditionally support additional -o FIELDs
Denys Vlasenko
2009-07-03
1
-2
/
+0
*
*: mass renaming of USE_XXXX to IF_XXXX
Denis Vlasenko
2009-04-21
1
-5
/
+5
*
top: make it work again on 2.4 kernels (closes bug 125)
Denis Vlasenko
2009-03-03
1
-7
/
+6
*
Fix forgotten license comments
Denis Vlasenko
2008-12-07
1
-7
/
+4
*
ash,hush: add TODO for rare build failure
Denis Vlasenko
2008-11-25
1
-2
/
+0
*
*: code shrink by adding a wrapper around very common tcsetattr(0, TCSANOW, x...
Denis Vlasenko
2008-11-05
1
-2
/
+2
*
top: fix "top -d 1" (bug 5144)
Denis Vlasenko
2008-09-25
1
-4
/
+13
*
top: fixes to prev commit: '1' should toggle SMP view too;
Denis Vlasenko
2008-09-25
1
-31
/
+27
*
top: optional SMP support by Vineet Gupta (vineetg76 AT gmail.com)
Denis Vlasenko
2008-09-25
1
-84
/
+260
*
libbb: fix mishandling of "all argv are opts" in getopt32()
Denis Vlasenko
2008-08-20
1
-2
/
+1
*
libbb: make xrealloc_vector zero out the realloc'ed tail
Denis Vlasenko
2008-08-04
1
-2
/
+2
*
libbb: [x]fopen_for_{read,write} introduced and used.
Denis Vlasenko
2008-07-21
1
-3
/
+3
*
libbb: introduce and use xrealloc_vector
Denis Vlasenko
2008-07-08
1
-2
/
+3
[next]