Denis Vlasenko
|
8581863a1b
procps: remove all global variables
|
17 years ago |
Denis Vlasenko
|
ac678ec2f1
style fixes, no code changes
|
17 years ago |
Mike Frysinger
|
0aa6ba5d44
make sure ps/top output what they claim: vsz, not rss ... down the line we should make the output controllable either at runtime or buildtime as both statistics are quite useful
|
18 years ago |
Denis Vlasenko
|
06af216528
suppress warnings about easch <applet>_main() having
|
18 years ago |
Denis Vlasenko
|
f7996f3b70
Trailing whitespace removal over entire tree
|
18 years ago |
Denis Vlasenko
|
3bba545a54
done a dozen of randconfig test. guess what? ALL failed...
|
18 years ago |
Denis Vlasenko
|
459e4d6cf7
replace /proc scanning code by more versatile one.
|
18 years ago |
Denis Vlasenko
|
fa07680091
top: improve CPU% calculation
|
18 years ago |
Denis Vlasenko
|
35fb512728
PID should be stored in pid_t, not int or long.
|
18 years ago |
Denis Vlasenko
|
25d8062128
top: batch mode should output all processes
|
18 years ago |
Denis Vlasenko
|
ea62077b85
add open_read_close() and similar stuff
|
18 years ago |
Denis Vlasenko
|
1385899416
attempt to regularize atoi mess.
|
18 years ago |
Denis Vlasenko
|
c12f53090b
dnsd fix; option_mask32 added. dnsd needs more love.
|
18 years ago |
Denis Vlasenko
|
67b23e6043
getopt_ulflags -> getopt32.
|
18 years ago |
Denis Vlasenko
|
266bc17690
top: add support for -b, -n <iterations>
|
18 years ago |
Denis Vlasenko
|
42dfcd2612
top: fixed wrong comment, made error message more clear
|
18 years ago |
Rob Landley
|
d921b2ecc0
Remove bb_ prefixes from xfuncs.c (and a few other places), consolidate
|
18 years ago |
Rob Landley
|
a526c30cc5
Make another warning go away.
|
18 years ago |
Rob Landley
|
db1ab1aeb3
Top was catching sigterm (and fumbling sigint) so it could reset the terminal
|
18 years ago |
Bernhard Reutner-Fischer
|
e15d7573a1
- move #include busybox.h to the very top so we pull in the config
|
18 years ago |
Rob Landley
|
299a6b4d7b
Consolidate #include <sys/time.h> so libbb.h does it.
|
18 years ago |
Bernhard Reutner-Fischer
|
e2922e42a0
- make it C89 compatible; Declarations in the middle of a function is of course
|
18 years ago |
Rob Landley
|
0c43046fde
Fix allbareconfig.
|
18 years ago |
Rob Landley
|
997650b972
From Denis Vlasenko:
|
18 years ago |
Bernhard Reutner-Fischer
|
d9cf7ac781
- patch from Denis Vlasenko to add and use bb_xchdir()
|
18 years ago |
"Vladimir N. Oleynik"
|
c218a29325
add last terminal line
|
19 years ago |
"Vladimir N. Oleynik"
|
3afdfecf7e
restore change by Denis Vlasenko: file_to_buf must vary fast, best if inline
|
19 years ago |
Rob Landley
|
b2804551a0
Cleanups from Denis Vlasenko.
|
19 years ago |
"Vladimir N. Oleynik"
|
51bfa54e46
removed warning "comparison between signed and unsigned". Added ATTRIBUTE_UNUSED. My whitespace
|
19 years ago |
Tim Riker
|
c1ef7bdd8d
just whitespace
|
19 years ago |