Commit message (Expand) | Author | Files | Lines | |
---|---|---|---|---|
2006-11-05 | ps: implement POSIX-like options, most notably -o | vda | 2 | -0/+290 |
2006-11-05 | smart_ulltoa5: make available in libbb | vda | 3 | -41/+56 |
2006-11-05 | replace /proc scanning code by more versatile one. | vda | 6 | -168/+325 |
2006-11-05 | top: improve CPU% calculation | vda | 5 | -59/+56 |
2006-11-02 | Fix kbuild bugs noticed by Bernhard Fischer <rep.nop@aon.at> | vda | 3 | -15/+14 |
2006-11-01 | Unneeded code removed, usused field "unsigned pscpu" removed | vda | 5 | -14/+14 |
2006-11-01 | mostly style fixes | vda | 12 | -161/+156 |
2006-11-01 | pidof: reduce #ifdef forest | vda | 1 | -39/+19 |
2006-11-01 | PID should be stored in pid_t, not int or long. | vda | 8 | -69/+76 |
2006-11-01 | ps: reduce #ifdef forest | vda | 1 | -25/+13 |
2006-11-01 | #if CONFIG_xxx -> #if ENABLE_xxx | vda | 3 | -20/+12 |
2006-10-31 | find: -type T was actually meaning ! -type T! | vda | 1 | -1/+1 |
2006-10-31 | build system: Makefiles are in source dir, add $(srctree) | vda | 1 | -3/+3 |
2006-10-31 | reads: fix bug 1078 | vda | 1 | -1/+2 |