aboutsummaryrefslogtreecommitdiff
path: root/README (unfollow)
Commit message (Expand)AuthorFilesLines
2017-08-05svc: fix a case where with more than option, getopt() state is not resetDenys Vlasenko1-5/+6
2017-08-04unzip: fix regression on big-endian machinesNatanael Copa1-0/+1
2017-08-04config: FEDORA_COMPAT option (so far only tweaks uname)Denys Vlasenko2-1/+14
2017-08-04NOFORK fixesDenys Vlasenko6-6/+48
2017-08-04tls: fix pstm asm constraint problemDenys Vlasenko3-6/+7
2017-08-04tls: fix build problem on non-static i386Denys Vlasenko1-1/+3
2017-08-04libbb: safe_write should not return EINTRDenys Vlasenko1-2/+10
2017-08-04shuf: fix random line selection. Closes 9971Denys Vlasenko1-1/+1
2017-07-18Bump version to 1.27.11_27_1Denys Vlasenko1-1/+1
2017-07-18fix more instances of ": $((a++))" in shell scriptsDenys Vlasenko3-8/+8
2017-07-18make_single_applets: fix ": $((fail++))" expansion errorKang-Che Sung1-3/+3
2017-07-18copyfd: guard use of munmap() with #if (windows builds need this)Johannes Schindelin1-0/+3
2017-07-18ash: protect WIFSTOPPED use with #if JOBSJohannes Schindelin1-3/+9
2017-07-18libbb: hide getnetbyaddr() inside "#if ENABLE_FEATURE_ETC_NETWORKS" blockDenys Vlasenko1-27/+19
2017-07-18uuencode: allow space instead of "`" as padding char. Closes 10046Denys Vlasenko1-3/+9
2017-07-18dd: fix status=none. Closes 10066Denys Vlasenko1-4/+3
2017-07-18inetd,mount: do not die if uclibc without RPC is detectedDenys Vlasenko2-2/+4
2017-07-18beep: disallow FEATURE_BEEP_FREQ = 0 in configurationDenys Vlasenko1-1/+1
2017-07-18main: fix the case where user has "halt" as login shell. Closes 9986Denys Vlasenko5-7/+11
2017-07-18dpkg: fix CONFIG_FEATURE_CLEAN_UP handlingPeter Korsgaard1-4/+0
2017-07-18setpriv: do not process remaining argsPatrick Steinhardt1-1/+2
2017-07-18tls: use capped SNI len everywhereDenys Vlasenko1-2/+2
2017-07-18bzcat: compile bunzip2_main() if BZCAT.Denys Vlasenko1-1/+1
2017-07-18fixes for bugs found by make_single_applets.shDenys Vlasenko10-41/+75
2017-07-03Bump version to 1.27.01_27_0Denys Vlasenko1-1/+1
2017-07-03scripts/randomtest: update things which can't be tested on uclibcDenys Vlasenko1-0/+6
2017-07-03randomconfig fixesDenys Vlasenko3-3/+9
2017-07-01ash: fix $HOME/.profile reading if !ASH_EXPAND_PRMT, take 2Denys Vlasenko1-8/+2
2017-07-01ash: fix 'trap - 65'Denys Vlasenko1-1/+1
2017-06-28udhcpc6: make -O OPT workDenys Vlasenko6-58/+149
2017-06-28modutils: delete unused replace_underscores()Denys Vlasenko2-7/+0
2017-06-27udhcpc6: add comments about option 39, no code changesDenys Vlasenko2-2/+42
2017-06-27ash: fix $HOME/.profile reading if !ASH_EXPAND_PRMTDenys Vlasenko1-6/+0
2017-06-26pgrep: implement -aDenys Vlasenko1-6/+16
2017-06-26udhcpc6: add support for timezonesDenys Vlasenko2-48/+59
2017-06-26pgrep: fix pgrep -flx "sleep 11" - saw "sleep 11" processes as "sleep 11 "Denys Vlasenko1-5/+11
2017-06-15archival: add option -k "keep" to gzip/bzip2/lzop, add -U "nokeep" to lzopDenys Vlasenko4-43/+81
2017-06-15fix "ifdef ENABLE_foo": should always be "#if ENABLE_foo"Denys Vlasenko2-5/+5
2017-06-14unshare: fix help text; select LONG_OPTS instead depending on themDenys Vlasenko1-3/+4