| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge branch 'busybox' into merge | Ron Yorston | 2012-09-07 | 3 | -25/+49 |
|\ |
|
| * | sysctl: implement -q | Joshua Kahlenberg | 2012-09-05 | 1 | -13/+19 |
| * | Move several applets to different install dir: | Denys Vlasenko | 2012-06-20 | 1 | -1/+1 |
| * | ps: use separate get_uptime() and make it work on non-linux too | Michael Tokarev | 2012-06-13 | 1 | -11/+29 |
* | | Merge commit '1_20_0' into merge | Ron Yorston | 2012-04-23 | 2 | -2/+80 |
|\| |
|
| * | killall5: don't do STOP/CONT dance if the signal we send is SIGSTOP or SIGCONT | Denys Vlasenko | 2012-04-03 | 1 | -2/+4 |
| * | lsof: new applet | Sven Oliver Moll | 2012-04-01 | 1 | -0/+76 |
* | | kill: no special treatment for MINGW32 | Ron Yorston | 2012-04-18 | 1 | -2/+0 |
* | | Merge branch 'busybox' into merge | Ron Yorston | 2012-03-23 | 2 | -6/+9 |
|\| |
|
| * | libbb: make xchroot do a chdir("/") after chroot | Denys Vlasenko | 2012-03-08 | 1 | -2/+2 |
| * | kill: fix segfault in arguments parsing | Alexey Fomenko | 2011-12-22 | 1 | -4/+7 |
* | | Merge commit 'c0cae52662ccced9df19f19ec94238d1b1e3bd71' into merge | Ron Yorston | 2012-03-23 | 5 | -32/+140 |
|\| |
|
| * | nmeter: fix block i/o count on newer Linux kernels | Denys Vlasenko | 2011-11-01 | 1 | -12/+38 |
| * | ps: fix for !FEATURE_PS_LONG build | Cristian Ionescu-Idbohrn | 2011-09-29 | 1 | -0/+2 |
| * | ps: with -l, show STIME too | Flemming Madsen | 2011-09-27 | 1 | -16/+21 |
| * | ps: add support for -l for !DESKTOP | Denys Vlasenko | 2011-09-26 | 2 | -19/+94 |
| * | rename archive.h to bb_archive.h. no code changes | Denys Vlasenko | 2011-09-22 | 1 | -1/+1 |
| * | add INIT_G()'s. No code changes. | Denys Vlasenko | 2011-09-21 | 1 | -1/+1 |
* | | Merge commit 'd84b175cb6948eb17f847313bf912174e2f934e1' into merge | Ron Yorston | 2012-03-22 | 4 | -25/+53 |
|\| |
|
| * | uptime: more compatible output | Denys Vlasenko | 2011-08-10 | 1 | -20/+20 |
| * | uptime: add config flag to allow displaying the number of users currently log... | Pere Orga | 2011-08-09 | 2 | -13/+31 |
| * | *: work around sysinfo.h versus linux/*.h problems | Denys Vlasenko | 2011-07-26 | 3 | -0/+10 |
* | | Merge commit '066f39956641300c1e5c6bfe6c11a115cea3e2cf' into merge | Ron Yorston | 2012-03-22 | 12 | -158/+141 |
|\| |
|
| * | procps: remove PSSCAN_STAT define, users were using it incorrectly | Denys Vlasenko | 2011-06-18 | 1 | -12/+11 |
| * | pkill/pgrep: support extended regular expressions | Wade Berrier | 2011-06-10 | 1 | -1/+1 |
| * | fix breakage caused by 'remove "Options:" string from help texts' commit | Denys Vlasenko | 2011-06-05 | 1 | -0/+1 |
| * | *: remove "Options:" string from help texts | Denys Vlasenko | 2011-06-05 | 12 | -23/+9 |
| * | iostat: code shrink | Maksym Kryzhanovskyy | 2011-06-05 | 1 | -120/+117 |
* | | Merge commit '56a3b82e9692a25ef9c9269e88feac0d579ce8e8' into merge | Ron Yorston | 2012-03-22 | 6 | -521/+513 |
|\| |
|
| * | fuser: fix inverted access() check. Closes 3799. | Denys Vlasenko | 2011-05-29 | 1 | -1/+1 |
| * | nmeter: trim help text | Denys Vlasenko | 2011-05-26 | 1 | -13/+13 |
| * | fuser: code shrink | Maksym Kryzhanovskyy | 2011-05-23 | 1 | -196/+190 |
| * | 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 |
| * | fix "variable 'foo' set but not used" warnings | Denys Vlasenko | 2011-05-13 | 1 | -2/+0 |
| * | iostat: code shrink ~0.5k | Maksym Kryzhanovskyy | 2011-05-07 | 1 | -181/+125 |
| * | preparatory patch | Denys Vlasenko | 2011-05-07 | 1 | -19/+20 |
| * | 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 |
| * | mpstat.c: remove unused line | Marek Polacek | 2011-04-30 | 1 | -2/+1 |
* | | Merge commit 'b83c9704128dd106071184e4b00335a3b8486857' into merge | Ron Yorston | 2012-03-22 | 11 | -0/+220 |
|\| |
|
| * | move remaining help text from include/usage.src.h | Pere Orga | 2011-04-11 | 10 | -0/+218 |
| * | pstree: fix "warning: 'handle_thread' defined but not used" | Denys Vlasenko | 2011-03-27 | 1 | -0/+2 |
* | | Merge commit '19311bfa7b8e8c6effa9c375de9b0eb4338bee12' into merge | Ron Yorston | 2012-03-22 | 3 | -3/+65 |
|\| |
|
| * | pwdx: new applet | Pere Orga | 2011-03-12 | 1 | -0/+60 |
| * | kill: fix infinite loop when passed PIDs are not valid numbers | Pere Orga | 2011-03-07 | 1 | -0/+1 |
| * | Replace "depends on PLATFORM_LINUX" with "select PLATFORM_LINUX" | Denys Vlasenko | 2011-02-26 | 1 | -3/+4 |
* | | Merge commit 'da4441c44f6efccb6f7b7588404d9c6bfb7b6af8' into merge | Ron Yorston | 2012-03-22 | 3 | -13/+58 |
|\| |
|
| * | ash: fix ash-signals/signal8 testcase failure | Denys Vlasenko | 2011-02-21 | 1 | -3/+22 |
| * | whitespace fixes | Denys Vlasenko | 2011-02-03 | 1 | -1/+1 |