| Commit message (Expand) | Author | Age | Files | Lines |
... | |
| * | i2cdetect: add a check for (mode == DETECT_MODE_AUTO) | Bartosz Golaszewski | 2015-06-07 | 1 | -1/+3 |
| * | i2cdetect: don't scan non-regular addresses without the '-a' option | Bartosz Golaszewski | 2015-06-07 | 1 | -2/+4 |
| * | i2cdetect: don't die on addresses already in use by drivers | Bartosz Golaszewski | 2015-06-07 | 1 | -12/+19 |
| * | chown: fix help text | Junling Zheng | 2015-06-07 | 1 | -1/+1 |
| * | truncate: do not die when a file doesn't exist and no-create flag is on | Ari Sundholm | 2015-05-25 | 1 | -5/+15 |
| * | Print one less newline at the end of bb_show_usage() | Denys Vlasenko | 2015-05-25 | 1 | -1/+1 |
| * | typo fixes | Maninder Singh | 2015-05-25 | 17 | -24/+24 |
| * | dc: fix "dc p" prinitng bogus data | Denys Vlasenko | 2015-05-25 | 1 | -2/+8 |
| * | tc: fix print_rate | Denys Vlasenko | 2015-05-24 | 1 | -7/+7 |
* | | mingw: include unwind tables in 64-bit build by default | Ron Yorston | 2015-07-14 | 1 | -1/+1 |
* | | ash: store pointers to be fixed as pointers, not int | Ron Yorston | 2015-07-14 | 1 | -14/+16 |
* | | ipcalc: enable by default for WIN32 | Ron Yorston | 2015-07-13 | 6 | -15/+16 |
* | | Allow different ways to manipulate environment for XP vs 64-bit | Ron Yorston | 2015-07-03 | 5 | -1/+1130 |
* | | libbb: really add build details to banner | Ron Yorston | 2015-06-23 | 2 | -5/+5 |
* | | libbb: add details of build environment to banner | Ron Yorston | 2015-06-23 | 1 | -0/+6 |
* | | Add some more build details to README.md | Ron Yorston | 2015-06-23 | 1 | -1/+1 |
* | | lineedit: skip non-executables when tab-completing commands | Ron Yorston | 2015-06-17 | 1 | -0/+3 |
* | | lineedit: search applets as well as PATH for tab completion | Ron Yorston | 2015-06-17 | 1 | -1/+14 |
* | | busybox: update help message | Ron Yorston | 2015-06-17 | 1 | -4/+9 |
* | | Update README.md | Ron Yorston | 2015-06-16 | 1 | -1/+2 |
* | | ash: add winxp option | Ron Yorston | 2015-06-05 | 2 | -6/+14 |
* | | ash: skip PATH if executable and command are both busybox | Ron Yorston | 2015-06-02 | 1 | -0/+21 |
* | | mingw: add magic '--busybox' flag | Ron Yorston | 2015-06-01 | 3 | -2/+7 |
* | | mingw: fixes to implementation of waitpid(2) | Ron Yorston | 2015-05-29 | 2 | -3/+3 |
* | | mingw: fix conditions under which open(2) sets errno to EISDIR | Ron Yorston | 2015-05-29 | 1 | -1/+1 |
* | | mingw: buffer in do_stat_internal need not be static | Ron Yorston | 2015-05-29 | 1 | -1/+1 |
* | | mingw: tidy up implementation of kill(2) | Ron Yorston | 2015-05-29 | 3 | -10/+16 |
* | | ash: seek to EOF when file is opened for append | Ron Yorston | 2015-05-28 | 1 | -0/+3 |
* | | Enable seamless compression for WIN32 | Ron Yorston | 2015-05-27 | 11 | -12/+82 |
* | | mingw: add routine to pipe a file descriptor to/from a command | Ron Yorston | 2015-05-27 | 2 | -18/+129 |
* | | mingw: define a macro for spawn | Ron Yorston | 2015-05-27 | 3 | -5/+5 |
* | | win32: fix waitpid implementation | Ron Yorston | 2015-05-27 | 1 | -2/+11 |
* | | mingw: provide fake getgroups and getgrouplist | Ron Yorston | 2015-05-18 | 4 | -4/+28 |
* | | mingw: implement getpwnam (but only for current user) | Ron Yorston | 2015-05-18 | 2 | -1/+13 |
* | | Update default configuration following merge | Ron Yorston | 2015-05-18 | 1 | -1/+3 |
* | | Merge branch 'busybox' into mergeFRP | Ron Yorston | 2015-05-18 | 80 | -411/+832 |
|\| |
|
| * | hush: add recent ash tests to hush testsuite too (they all pass for hush) | Denys Vlasenko | 2015-05-18 | 18 | -0/+29 |
| * | testsuite: add some tests for ash | Ron Yorston | 2015-05-18 | 10 | -0/+15 |
| * | ash: fix breakage of ${v/pat/str} | Ron Yorston | 2015-05-18 | 1 | -51/+28 |
| * | ash: move parse-time quote flag detection to run-time | Ron Yorston | 2015-05-18 | 5 | -98/+72 |
| * | ash: remove arithmetic expansion collapsing at parse time | Ron Yorston | 2015-05-18 | 3 | -12/+11 |
| * | ash: remove superfluous code in arithmetic mode | Ron Yorston | 2015-05-18 | 1 | -5/+2 |
| * | ash: do not expand tilde in parameter expansion within quotes | Ron Yorston | 2015-05-18 | 3 | -5/+6 |
| * | ash: perform tilde expansion in all parameter expansion words | Ron Yorston | 2015-05-18 | 3 | -2/+5 |
| * | ash: code shrink around varvalue | Ron Yorston | 2015-05-18 | 1 | -46/+38 |
| * | ash: explain what "local -" does | Denys Vlasenko | 2015-05-13 | 1 | -1/+2 |
| * | ash: consider "local -" case while iterating over local variables in mklocal. | Eugene Rudoy | 2015-05-13 | 1 | -1/+1 |
| * | libbb: Enable support for !CONFIG_MULTIUSER | Daniel Thompson | 2015-05-12 | 1 | -2/+21 |
| * | i2c-tools: only try /dev/i2c/* if opening /dev/i2c-* fails with ENOENT | Bartosz Golaszewski | 2015-05-11 | 1 | -2/+6 |
| * | i2c-tools: fix 'i2cdetect -l' | Bartosz Golaszewski | 2015-05-11 | 1 | -1/+4 |