Denys Vlasenko
|
8131eea3dc
*: introduce and use ffulsh_all()
|
15 years ago |
Denys Vlasenko
|
36df04837a
randomconfig fixes
|
15 years ago |
Denys Vlasenko
|
d75295c80b
ps: conditionally enable -T on non-DESKTOP build too
|
15 years ago |
Denys Vlasenko
|
b410d4ada7
ps,top: add an option to show threads. +260 bytes of code
|
15 years ago |
Denys Vlasenko
|
fe73798135
top: remove GCCisms
|
15 years ago |
Denys Vlasenko
|
3a0f6f2328
fix read_cmdline API and a small buglet where "[comm]" may be too narrow
|
15 years ago |
Denys Vlasenko
|
0052882200
top: add -m ("memory") option
|
15 years ago |
Denys Vlasenko
|
fca70a8cce
ps: conditionally support additional -o FIELDs
|
15 years ago |
Denis Vlasenko
|
5e34ff29bc
*: mass renaming of USE_XXXX to IF_XXXX
|
15 years ago |
Denis Vlasenko
|
7886275c98
top: make it work again on 2.4 kernels (closes bug 125)
|
15 years ago |
Denis Vlasenko
|
db12d1d733
Fix forgotten license comments
|
16 years ago |
Denis Vlasenko
|
61befda93b
ash,hush: add TODO for rare build failure
|
16 years ago |
Denis Vlasenko
|
202ac504e1
*: code shrink by adding a wrapper around very common tcsetattr(0, TCSANOW, xx) op
|
16 years ago |
Denis Vlasenko
|
c8842213f5
top: fix "top -d 1" (bug 5144)
|
16 years ago |
Denis Vlasenko
|
35840ab204
top: fixes to prev commit: '1' should toggle SMP view too;
|
16 years ago |
Denis Vlasenko
|
17e7f04c8d
top: optional SMP support by Vineet Gupta (vineetg76 AT gmail.com)
|
16 years ago |
Denis Vlasenko
|
1c45a505eb
libbb: fix mishandling of "all argv are opts" in getopt32()
|
16 years ago |
Denis Vlasenko
|
27842288b3
libbb: make xrealloc_vector zero out the realloc'ed tail
|
16 years ago |
Denis Vlasenko
|
5415c856ea
libbb: [x]fopen_for_{read,write} introduced and used.
|
16 years ago |
Denis Vlasenko
|
deeed59de0
libbb: introduce and use xrealloc_vector
|
16 years ago |
Denis Vlasenko
|
a60f84ebf0
*: rename ATTRIBUTE_XXX to just XXX.
|
16 years ago |
Denis Vlasenko
|
7049ff8696
whitespace fixes. no code changes
|
16 years ago |
Bernhard Reutner-Fischer
|
5e25ddb7d3
- use STD*_FILENO some more. No object-code changes
|
16 years ago |
Bernhard Reutner-Fischer
|
636a1f85e8
- use EXIT_{SUCCESS,FAILURE}. No object-code changes
|
16 years ago |
Denis Vlasenko
|
5599502a55
more -Wall warning fixes. -Wall is enabled now.
|
16 years ago |
Denis Vlasenko
|
6b06cb80be
more of -Wall fixes from Cristian Ionescu-Idbohrn.
|
16 years ago |
Denis Vlasenko
|
e96dcb4dcf
top: fix build failure
|
16 years ago |
Paul Fox
|
275b929e01
let top build without TERMIOS enabled
|
16 years ago |
Denis Vlasenko
|
cf7cf62204
*: s/BB_SIGS_FATAL/BB_FATAL_SIGS/ (latter proved easier to remember)
|
16 years ago |
Denis Vlasenko
|
68404f13d4
*: add -Wunused-parameter; fix resulting breakage
|
16 years ago |