Age | Commit message (Expand) | Author |
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 |
2010-08-11 | iostat: new applet. 2800 bytes | Marek Polacek |
2010-08-11 | modutils: Add support for NDS32 architecture. | Macpaul Lin |
2010-08-11 | fdisk: Add support for NDS32 architecture. | Macpaul Lin |
2010-08-11 | Remove some more mentions of Subversion | Dan Fandrich |
2010-08-11 | Improved portability of tests | Dan Fandrich |
2010-08-11 | ntpd: mention -N in help text | Denys Vlasenko |
2010-08-10 | Set HWCLOCK_ADJTIME_FHS to off by default | Denys Vlasenko |
2010-08-10 | rtc: remove useless code in "RTC is in UTC" detection | Denys Vlasenko |
2010-08-08 | wget: fix ndelay_on call; progress bar: small shrink | Denys Vlasenko |
2010-08-08 | wget: make -T support enabled by default | Denys Vlasenko |
2010-08-08 | wget: implement -T SEC; rework progress meter to not use signals (it was unsafe) | Bradley M. Kuhn |
2010-08-07 | ash: fix another bit of var_bash4 bug | Denys Vlasenko |
2010-08-07 | Fix a typo in config text | Denys Vlasenko |
2010-08-07 | udhcpc: add -v to help text | Denys Vlasenko |
2010-08-07 | ash: cosmetic fixes, no code changes | Denys Vlasenko |