Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.busybox.net/busybox.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2017-09-18httpd: fix handling of range requests1_27_stableDenys Vlasenko
2017-08-17Bump version to 1.27.21_27_2Denys Vlasenko
2017-08-05svc: fix a case where with more than option, getopt() state is not resetDenys Vlasenko
2017-08-04unzip: fix regression on big-endian machinesNatanael Copa
2017-08-04config: FEDORA_COMPAT option (so far only tweaks uname)Denys Vlasenko
2017-08-04NOFORK fixesDenys Vlasenko
2017-08-04tls: fix pstm asm constraint problemDenys Vlasenko
2017-08-04tls: fix build problem on non-static i386Denys Vlasenko
2017-08-04libbb: safe_write should not return EINTRDenys Vlasenko
2017-08-04shuf: fix random line selection. Closes 9971Denys Vlasenko
2017-07-18Bump version to 1.27.11_27_1Denys Vlasenko
2017-07-18fix more instances of ": $((a++))" in shell scriptsDenys Vlasenko
2017-07-18make_single_applets: fix ": $((fail++))" expansion errorKang-Che Sung
2017-07-18copyfd: guard use of munmap() with #if (windows builds need this)Johannes Schindelin
2017-07-18ash: protect WIFSTOPPED use with #if JOBSJohannes Schindelin
2017-07-18libbb: hide getnetbyaddr() inside "#if ENABLE_FEATURE_ETC_NETWORKS" blockDenys Vlasenko
2017-07-18uuencode: allow space instead of "`" as padding char. Closes 10046Denys Vlasenko
2017-07-18dd: fix status=none. Closes 10066Denys Vlasenko
2017-07-18inetd,mount: do not die if uclibc without RPC is detectedDenys Vlasenko
2017-07-18beep: disallow FEATURE_BEEP_FREQ = 0 in configurationDenys Vlasenko
2017-07-18main: fix the case where user has "halt" as login shell. Closes 9986Denys Vlasenko
2017-07-18dpkg: fix CONFIG_FEATURE_CLEAN_UP handlingPeter Korsgaard
2017-07-18setpriv: do not process remaining argsPatrick Steinhardt
2017-07-18tls: use capped SNI len everywhereDenys Vlasenko
2017-07-18bzcat: compile bunzip2_main() if BZCAT.Denys Vlasenko
2017-07-18fixes for bugs found by make_single_applets.shDenys Vlasenko
2017-07-03Bump version to 1.27.01_27_0Denys Vlasenko
2017-07-03scripts/randomtest: update things which can't be tested on uclibcDenys Vlasenko
2017-07-03randomconfig fixesDenys Vlasenko
2017-07-02ash: fix $HOME/.profile reading if !ASH_EXPAND_PRMT, take 2Denys Vlasenko
2017-07-01ash: fix 'trap - 65'Denys Vlasenko
2017-06-28udhcpc6: make -O OPT workDenys Vlasenko
2017-06-28modutils: delete unused replace_underscores()Denys Vlasenko
2017-06-27udhcpc6: add comments about option 39, no code changesDenys Vlasenko
2017-06-27ash: fix $HOME/.profile reading if !ASH_EXPAND_PRMTDenys Vlasenko
2017-06-26pgrep: implement -aDenys Vlasenko
2017-06-26udhcpc6: add support for timezonesDenys Vlasenko
2017-06-26pgrep: fix pgrep -flx "sleep 11" - saw "sleep 11" processes as "sleep 11 "Denys Vlasenko
2017-06-15archival: add option -k "keep" to gzip/bzip2/lzop, add -U "nokeep" to lzopDenys Vlasenko
2017-06-15fix "ifdef ENABLE_foo": should always be "#if ENABLE_foo"Denys Vlasenko
2017-06-14unshare: fix help text; select LONG_OPTS instead depending on themDenys Vlasenko
2017-06-14setpriv: new appletAssaf Gordon
2017-06-13iproute: support for filtering by and printing of scopeAndré Draszik
2017-06-13tar: add IF_FEATURE_* checksMing Liu
2017-06-13ip rule: add suppress_{prefixlength,ifgroup} optionsStefan Tomanek
2017-05-26ash: fix incorrect path in describe_commandYoufu Zhang
2017-05-26ls: fix support for long options when FEATURE_LS_COLOR is deselectedLaurent Bercot
2017-05-26add/remove-shell: copy /etc/shells mode to new fileDenys Vlasenko
2017-05-22ash,hush: fix SIGCHLD interrupting read builtinDenys Vlasenko
2017-05-15sv: update to match version 2.1.2 of runitJames Byrne