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: 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
*
*: rename ATTRIBUTE_XXX to just XXX.
Denis Vlasenko
2008-07-05
1
-2
/
+2
*
whitespace fixes. no code changes
Denis Vlasenko
2008-06-25
1
-6
/
+5
*
- use STD*_FILENO some more. No object-code changes
Bernhard Reutner-Fischer
2008-05-19
1
-1
/
+1
*
- use EXIT_{SUCCESS,FAILURE}. No object-code changes
Bernhard Reutner-Fischer
2008-05-19
1
-1
/
+1
*
more -Wall warning fixes. -Wall is enabled now.
Denis Vlasenko
2008-05-18
1
-2
/
+3
*
more of -Wall fixes from Cristian Ionescu-Idbohrn.
Denis Vlasenko
2008-05-15
1
-5
/
+5
*
top: fix build failure
Denis Vlasenko
2008-04-17
1
-1
/
+6
*
let top build without TERMIOS enabled
Paul Fox
2008-03-20
1
-0
/
+2
*
*: s/BB_SIGS_FATAL/BB_FATAL_SIGS/ (latter proved easier to remember)
Denis Vlasenko
2008-03-19
1
-19
/
+29
*
*: add -Wunused-parameter; fix resulting breakage
Denis Vlasenko
2008-03-17
1
-1
/
+1
*
libbb: introduce bb_signals and bb_signals_recursive,
Denis Vlasenko
2008-02-16
1
-2
/
+4
*
- spelling fixes
Bernhard Reutner-Fischer
2008-02-11
1
-1
/
+1
*
getpot: add support for "a+" specifier for nonnegative int parameters.
Denis Vlasenko
2008-02-10
1
-6
/
+3
[next]