| Commit message (Expand) | Author | Files | Lines |
2017-07-18 | fix more instances of ": $((a++))" in shell scripts | Denys Vlasenko | 3 | -8/+8 |
2017-07-18 | make_single_applets: fix ": $((fail++))" expansion error | Kang-Che Sung | 1 | -3/+3 |
2017-07-18 | copyfd: guard use of munmap() with #if (windows builds need this) | Johannes Schindelin | 1 | -0/+3 |
2017-07-18 | ash: protect WIFSTOPPED use with #if JOBS | Johannes Schindelin | 1 | -3/+9 |
2017-07-18 | libbb: hide getnetbyaddr() inside "#if ENABLE_FEATURE_ETC_NETWORKS" block | Denys Vlasenko | 1 | -27/+19 |
2017-07-18 | uuencode: allow space instead of "`" as padding char. Closes 10046 | Denys Vlasenko | 1 | -3/+9 |
2017-07-18 | dd: fix status=none. Closes 10066 | Denys Vlasenko | 1 | -4/+3 |
2017-07-18 | inetd,mount: do not die if uclibc without RPC is detected | Denys Vlasenko | 2 | -2/+4 |
2017-07-18 | beep: disallow FEATURE_BEEP_FREQ = 0 in configuration | Denys Vlasenko | 1 | -1/+1 |
2017-07-18 | main: fix the case where user has "halt" as login shell. Closes 9986 | Denys Vlasenko | 5 | -7/+11 |
2017-07-18 | dpkg: fix CONFIG_FEATURE_CLEAN_UP handling | Peter Korsgaard | 1 | -4/+0 |
2017-07-18 | setpriv: do not process remaining args | Patrick Steinhardt | 1 | -1/+2 |
2017-07-18 | tls: use capped SNI len everywhere | Denys Vlasenko | 1 | -2/+2 |
2017-07-18 | bzcat: compile bunzip2_main() if BZCAT. | Denys Vlasenko | 1 | -1/+1 |
2017-07-18 | fixes for bugs found by make_single_applets.sh | Denys Vlasenko | 10 | -41/+75 |
2017-07-03 | Bump version to 1.27.01_27_0 | Denys Vlasenko | 1 | -1/+1 |
2017-07-03 | scripts/randomtest: update things which can't be tested on uclibc | Denys Vlasenko | 1 | -0/+6 |
2017-07-03 | randomconfig fixes | Denys Vlasenko | 3 | -3/+9 |
2017-07-01 | ash: fix $HOME/.profile reading if !ASH_EXPAND_PRMT, take 2 | Denys Vlasenko | 1 | -8/+2 |
2017-07-01 | ash: fix 'trap - 65' | Denys Vlasenko | 1 | -1/+1 |
2017-06-28 | udhcpc6: make -O OPT work | Denys Vlasenko | 6 | -58/+149 |
2017-06-28 | modutils: delete unused replace_underscores() | Denys Vlasenko | 2 | -7/+0 |
2017-06-27 | udhcpc6: add comments about option 39, no code changes | Denys Vlasenko | 2 | -2/+42 |
2017-06-27 | ash: fix $HOME/.profile reading if !ASH_EXPAND_PRMT | Denys Vlasenko | 1 | -6/+0 |
2017-06-26 | pgrep: implement -a | Denys Vlasenko | 1 | -6/+16 |
2017-06-26 | udhcpc6: add support for timezones | Denys Vlasenko | 2 | -48/+59 |
2017-06-26 | pgrep: fix pgrep -flx "sleep 11" - saw "sleep 11" processes as "sleep 11 " | Denys Vlasenko | 1 | -5/+11 |
2017-06-15 | archival: add option -k "keep" to gzip/bzip2/lzop, add -U "nokeep" to lzop | Denys Vlasenko | 4 | -43/+81 |
2017-06-15 | fix "ifdef ENABLE_foo": should always be "#if ENABLE_foo" | Denys Vlasenko | 2 | -5/+5 |
2017-06-14 | unshare: fix help text; select LONG_OPTS instead depending on them | Denys Vlasenko | 1 | -3/+4 |