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