index
:
forks/busybox
1_33_stable
master
Busybox tree with Carbs Linux patches
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
procps
/
top.c
Age
Commit message (
Expand
)
Author
2011-01-25
top: replace %MEM with %VSZ in header text
Denys Vlasenko
2011-01-25
top: document a debugging script
Denys Vlasenko
2011-01-13
top: add keyboard commands to --help
Denys Vlasenko
2010-10-27
top: Use _exit() instead of exit() in sighandler
Marek Polacek
2010-08-28
pmap: new applet. +1k.
Alexander Shishkin
2010-08-16
*: make GNU licensing statement forms more regular
Denys Vlasenko
2010-07-13
top: add tie breaking for topmem mode
Denys Vlasenko
2010-06-06
top: code shrink, -26 bytes
Denys Vlasenko
2010-06-06
top: code shrink
Maksym Kryzhanovskyy
2010-05-16
consolidate ESC sequences
Denys Vlasenko
2010-03-04
top: make 's' display easier to understand
Denys Vlasenko
2010-02-04
*: suppress ~60% of "aliased warnings" on gcc-4.4.1
Denys Vlasenko
2009-11-07
top: do not use #if inside printf, it can be a macro
Denys Vlasenko
2009-11-02
*: introduce and use ffulsh_all()
Denys Vlasenko
2009-10-19
randomconfig fixes
Denys Vlasenko
2009-09-21
ps: conditionally enable -T on non-DESKTOP build too
Denys Vlasenko
2009-09-19
ps,top: add an option to show threads. +260 bytes of code
Denys Vlasenko
2009-09-12
top: remove GCCisms
Denys Vlasenko
2009-09-12
fix read_cmdline API and a small buglet where "[comm]" may be too narrow
Denys Vlasenko
2009-09-11
top: add -m ("memory") option
Denys Vlasenko
2009-07-03
ps: conditionally support additional -o FIELDs
Denys Vlasenko
2009-04-21
*: mass renaming of USE_XXXX to IF_XXXX
Denis Vlasenko
2009-03-03
top: make it work again on 2.4 kernels (closes bug 125)
Denis Vlasenko
2008-12-07
Fix forgotten license comments
Denis Vlasenko
2008-11-25
ash,hush: add TODO for rare build failure
Denis Vlasenko
2008-11-05
*: code shrink by adding a wrapper around very common tcsetattr(0, TCSANOW, x...
Denis Vlasenko
2008-09-25
top: fix "top -d 1" (bug 5144)
Denis Vlasenko
2008-09-25
top: fixes to prev commit: '1' should toggle SMP view too;
Denis Vlasenko
2008-09-25
top: optional SMP support by Vineet Gupta (vineetg76 AT gmail.com)
Denis Vlasenko
2008-08-20
libbb: fix mishandling of "all argv are opts" in getopt32()
Denis Vlasenko
2008-08-04
libbb: make xrealloc_vector zero out the realloc'ed tail
Denis Vlasenko
2008-07-21
libbb: [x]fopen_for_{read,write} introduced and used.
Denis Vlasenko
2008-07-08
libbb: introduce and use xrealloc_vector
Denis Vlasenko
2008-07-05
*: rename ATTRIBUTE_XXX to just XXX.
Denis Vlasenko
2008-06-25
whitespace fixes. no code changes
Denis Vlasenko
2008-05-19
- use STD*_FILENO some more. No object-code changes
Bernhard Reutner-Fischer
2008-05-19
- use EXIT_{SUCCESS,FAILURE}. No object-code changes
Bernhard Reutner-Fischer
2008-05-18
more -Wall warning fixes. -Wall is enabled now.
Denis Vlasenko
2008-05-15
more of -Wall fixes from Cristian Ionescu-Idbohrn.
Denis Vlasenko
2008-04-17
top: fix build failure
Denis Vlasenko
2008-03-20
let top build without TERMIOS enabled
Paul Fox
2008-03-19
*: s/BB_SIGS_FATAL/BB_FATAL_SIGS/ (latter proved easier to remember)
Denis Vlasenko
2008-03-17
*: add -Wunused-parameter; fix resulting breakage
Denis Vlasenko
2008-02-16
libbb: introduce bb_signals and bb_signals_recursive,
Denis Vlasenko
2008-02-11
- spelling fixes
Bernhard Reutner-Fischer
2008-02-10
getpot: add support for "a+" specifier for nonnegative int parameters.
Denis Vlasenko
2008-01-29
- be C99 friendly. Anonymous unions are a GNU extension. This change is
Bernhard Reutner-Fischer
2008-01-06
ps: fix overflow in USER and VSZ columns
Denis Vlasenko
2007-12-24
defconfig: update
Denis Vlasenko
2007-10-16
fixes revealed by randomconfig run
Denis Vlasenko
[next]