| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | lineedit: preparatory cleanup patch for Unicode completion fix | Denys Vlasenko | 2010-09-02 | 1 | -113/+118 |
* | libbb: xfunc_error_retval can be a byte | Denys Vlasenko | 2010-09-01 | 2 | -3/+3 |
* | uudecode,base64: code shrink | Denys Vlasenko | 2010-09-01 | 1 | -27/+26 |
* | better shared strings trick | Denys Vlasenko | 2010-09-01 | 8 | -43/+33 |
* | getty: small code shrink | Denys Vlasenko | 2010-09-01 | 1 | -9/+7 |
* | find: add rudimentary support for -exec {} + | Denys Vlasenko | 2010-08-31 | 1 | -10/+14 |
* | base64: new applet | Denys Vlasenko | 2010-08-31 | 2 | -6/+76 |
* | libbb: add xfstat function | Denys Vlasenko | 2010-08-31 | 13 | -21/+29 |
* | mkswap: clear 1st kilobyte. Closes bug 1831 | Denys Vlasenko | 2010-08-31 | 1 | -2/+9 |
* | iplink: another compat #ifndef/#define tweak | Denys Vlasenko | 2010-08-30 | 1 | -0/+2 |
* | ash: small code shrink (-21 bytes) | Denys Vlasenko | 2010-08-30 | 1 | -9/+6 |
* | ash: add another ${v/a/b} test we currently fail | Denys Vlasenko | 2010-08-30 | 2 | -0/+15 |
* | typo fix in comment | Denys Vlasenko | 2010-08-30 | 1 | -1/+1 |
* | remove stray debugging stuff | Denys Vlasenko | 2010-08-29 | 1 | -1/+2 |
* | bbconfig: add COMPRESS_BBCONFIG option | Denys Vlasenko | 2010-08-29 | 5 | -9/+70 |
* | nandwrite: always check the first erase block | Baruch Siach | 2010-08-29 | 1 | -2/+14 |
* | nandwrite: complain on malformed -s NUM | Denys Vlasenko | 2010-08-29 | 5 | -6/+8 |
* | nandwrite: allow hex values in the -s parameter | Baruch Siach | 2010-08-29 | 1 | -1/+1 |
* | showkey: code shrink | Denys Vlasenko | 2010-08-29 | 1 | -16/+16 |
* | testsuite: show the number of failures after a test run | Dan Fandrich | 2010-08-29 | 4 | -2/+21 |
* | typo fixes in config help text | Denys Vlasenko | 2010-08-29 | 1 | -2/+2 |
* | pmap: new applet. +1k. | Alexander Shishkin | 2010-08-28 | 4 | -67/+251 |
* | ntpd: with -q, exit after 60 seconds even if time is not synced. | Denys Vlasenko | 2010-08-27 | 1 | -3/+22 |
* | modutils: explain why we no longer quote params | Denys Vlasenko | 2010-08-25 | 1 | -0/+5 |
* | insmod: Do not add a pair of "" around the arguments of the module. | Carmelo AMOROSO | 2010-08-25 | 1 | -2/+1 |
* | nandwrite: new applet | Baruch Siach | 2010-08-25 | 1 | -0/+128 |
* | Rename a struct member from "interrupt" | Dan Fandrich | 2010-08-24 | 1 | -5/+5 |
* | split: use xopen_stdin() | Denys Vlasenko | 2010-08-23 | 1 | -3/+1 |
* | grep: fix -o match with empty string (suggested by Colin Watson <cjwatson@ubu... | Denys Vlasenko | 2010-08-23 | 2 | -3/+11 |
* | ip: add a #define for older kernels | Denys Vlasenko | 2010-08-22 | 1 | -0/+3 |
* | build system: make 3.82 fix. Closes bug 2323 | Denys Vlasenko | 2010-08-22 | 1 | -2/+11 |
* | patch: support "patch [FILE [PATCH]]" format | Denys Vlasenko | 2010-08-22 | 4 | -12/+56 |
* | libbb: fix fallout from last patch to obscure() (my mistake). +143 bytes | Denys Vlasenko | 2010-08-17 | 1 | -1/+1 |
* | libbb: shrink obscure() | Bob Dunlop | 2010-08-17 | 1 | -33/+45 |
* | patch: fix -N regression | Denys Vlasenko | 2010-08-17 | 1 | -5/+11 |
* | nmeter: fix misplaced closing comment | Denys Vlasenko | 2010-08-16 | 1 | -1/+1 |
* | *: make GNU licensing statement forms more regular | Denys Vlasenko | 2010-08-16 | 570 | -630/+628 |
* | sed: make N command behave as in GNU sed | Denys Vlasenko | 2010-08-16 | 2 | -6/+22 |
* | mdev: fix non-working device deletion, add a test for that | Denys Vlasenko | 2010-08-16 | 2 | -2/+13 |
* | platform.h: regularize endian detection | Denys Vlasenko | 2010-08-16 | 1 | -15/+20 |
* | *: fix "see file License ..." - the file is named LICENSE (in uppercase) | Denys Vlasenko | 2010-08-16 | 22 | -22/+22 |
* | patch: uncomment the test which we actually do pass now | Denys Vlasenko | 2010-08-16 | 1 | -4/+6 |
* | libbb: factor out common code from mpstat/iostat | Denys Vlasenko | 2010-08-16 | 5 | -66/+56 |
* | patch: add -N and a test for it (fails for now) | Denys Vlasenko | 2010-08-16 | 2 | -3/+30 |
* | patch: move closer to toybox code | Denys Vlasenko | 2010-08-13 | 1 | -4/+7 |
* | patch: deal with ommitted ",len" in hunk headers (default len to 1) | Rob Landley | 2010-08-13 | 1 | -7/+13 |
* | patch: replace it with toybox's implementation | Rob Landley | 2010-08-13 | 5 | -342/+969 |
* | iostat: add forgotted fclose(); fix default count. | Denys Vlasenko | 2010-08-12 | 1 | -4/+7 |
* | *: s/xatoi_u/xatoi_positive/g - I got bored of mistyping xatoi_u as xatou_i | Denys Vlasenko | 2010-08-12 | 27 | -44/+49 |
* | free: more compatible output. +16 bytes. Closes bug 2383. | Denys Vlasenko | 2010-08-12 | 1 | -8/+20 |