aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * i2cdetect: add a check for (mode == DETECT_MODE_AUTO)Bartosz Golaszewski2015-06-071-1/+3
| * i2cdetect: don't scan non-regular addresses without the '-a' optionBartosz Golaszewski2015-06-071-2/+4
| * i2cdetect: don't die on addresses already in use by driversBartosz Golaszewski2015-06-071-12/+19
| * chown: fix help textJunling Zheng2015-06-071-1/+1
| * truncate: do not die when a file doesn't exist and no-create flag is onAri Sundholm2015-05-251-5/+15
| * Print one less newline at the end of bb_show_usage()Denys Vlasenko2015-05-251-1/+1
| * typo fixesManinder Singh2015-05-2517-24/+24
| * dc: fix "dc p" prinitng bogus dataDenys Vlasenko2015-05-251-2/+8
| * tc: fix print_rateDenys Vlasenko2015-05-241-7/+7
* | mingw: include unwind tables in 64-bit build by defaultRon Yorston2015-07-141-1/+1
* | ash: store pointers to be fixed as pointers, not intRon Yorston2015-07-141-14/+16
* | ipcalc: enable by default for WIN32Ron Yorston2015-07-136-15/+16
* | Allow different ways to manipulate environment for XP vs 64-bitRon Yorston2015-07-035-1/+1130
* | libbb: really add build details to bannerRon Yorston2015-06-232-5/+5
* | libbb: add details of build environment to bannerRon Yorston2015-06-231-0/+6
* | Add some more build details to README.mdRon Yorston2015-06-231-1/+1
* | lineedit: skip non-executables when tab-completing commandsRon Yorston2015-06-171-0/+3
* | lineedit: search applets as well as PATH for tab completionRon Yorston2015-06-171-1/+14
* | busybox: update help messageRon Yorston2015-06-171-4/+9
* | Update README.mdRon Yorston2015-06-161-1/+2
* | ash: add winxp optionRon Yorston2015-06-052-6/+14
* | ash: skip PATH if executable and command are both busyboxRon Yorston2015-06-021-0/+21
* | mingw: add magic '--busybox' flagRon Yorston2015-06-013-2/+7
* | mingw: fixes to implementation of waitpid(2)Ron Yorston2015-05-292-3/+3
* | mingw: fix conditions under which open(2) sets errno to EISDIRRon Yorston2015-05-291-1/+1
* | mingw: buffer in do_stat_internal need not be staticRon Yorston2015-05-291-1/+1
* | mingw: tidy up implementation of kill(2)Ron Yorston2015-05-293-10/+16
* | ash: seek to EOF when file is opened for appendRon Yorston2015-05-281-0/+3
* | Enable seamless compression for WIN32Ron Yorston2015-05-2711-12/+82
* | mingw: add routine to pipe a file descriptor to/from a commandRon Yorston2015-05-272-18/+129
* | mingw: define a macro for spawnRon Yorston2015-05-273-5/+5
* | win32: fix waitpid implementationRon Yorston2015-05-271-2/+11
* | mingw: provide fake getgroups and getgrouplistRon Yorston2015-05-184-4/+28
* | mingw: implement getpwnam (but only for current user)Ron Yorston2015-05-182-1/+13
* | Update default configuration following mergeRon Yorston2015-05-181-1/+3
* | Merge branch 'busybox' into mergeFRPRon Yorston2015-05-1880-411/+832
|\|
| * hush: add recent ash tests to hush testsuite too (they all pass for hush)Denys Vlasenko2015-05-1818-0/+29
| * testsuite: add some tests for ashRon Yorston2015-05-1810-0/+15
| * ash: fix breakage of ${v/pat/str}Ron Yorston2015-05-181-51/+28
| * ash: move parse-time quote flag detection to run-timeRon Yorston2015-05-185-98/+72
| * ash: remove arithmetic expansion collapsing at parse timeRon Yorston2015-05-183-12/+11
| * ash: remove superfluous code in arithmetic modeRon Yorston2015-05-181-5/+2
| * ash: do not expand tilde in parameter expansion within quotesRon Yorston2015-05-183-5/+6
| * ash: perform tilde expansion in all parameter expansion wordsRon Yorston2015-05-183-2/+5
| * ash: code shrink around varvalueRon Yorston2015-05-181-46/+38
| * ash: explain what "local -" doesDenys Vlasenko2015-05-131-1/+2
| * ash: consider "local -" case while iterating over local variables in mklocal.Eugene Rudoy2015-05-131-1/+1
| * libbb: Enable support for !CONFIG_MULTIUSERDaniel Thompson2015-05-121-2/+21
| * i2c-tools: only try /dev/i2c/* if opening /dev/i2c-* fails with ENOENTBartosz Golaszewski2015-05-111-2/+6
| * i2c-tools: fix 'i2cdetect -l'Bartosz Golaszewski2015-05-111-1/+4