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
2018-05-22tar: fix interaction of delayed symlink and hardlink creationHarald van Dijk
2018-05-20tweak /var/service exampleDenys Vlasenko
2018-05-14popmaildir: placate gcc8 "warning: 'strncpy' output truncated"Denys Vlasenko
2018-05-14udhcpc6: set -x options in requestDenys Vlasenko
2018-05-14udhcpc6: add PXELINUX optionsSamuel Mendoza-Jonas
2018-05-14udhcpc6: add DHCPv6 boot optionsSamuel Mendoza-Jonas
2018-05-14udhcpc6: add DHCPv6 env helperSamuel Mendoza-Jonas
2018-05-14udhcp: fix use of trim() in udhcp_str2optset()Samuel Mendoza-Jonas
2018-05-13nsenter: fix parsing of -t, -S and -G optionsEuan Harris
2018-05-13nsenter: Rename --network option to --netEuan Harris
2018-04-29cat: fix cat -e and cat -v erroneously numbering 1st lineDenys Vlasenko
2018-04-29ifplugd: close signal raceDenys Vlasenko
2018-04-24unlzma: do emit the error message on bad input, when we exit with 1Denys Vlasenko
2018-04-24wget: handle URLs with @ or hash differentlyDenys Vlasenko
2018-04-24free: improve --help for type optionDenys Vlasenko
2018-04-23awk: do not allow $(-1)Denys Vlasenko
2018-04-20examples/shutdown-1.0: an example of reboot which does not signal initDenys Vlasenko
2018-04-19unlzma: fix another SEGV caseDenys Vlasenko
2018-04-17libbb: new option FEATURE_ETC_SERVICES: if off, /etc/services reads often avo...Denys Vlasenko
2018-04-16setlogcons: open /dev/ttyN for "setlogcons N", not /dev/tty1Denys Vlasenko
2018-04-16build system: FEATURE_NSLOOKUP_BIG needs -lresolvDenys Vlasenko
2018-04-16less: fix fallout from "use common routine to set raw termios"Denys Vlasenko
2018-04-15nslookup: simplify make_ptrDenys Vlasenko
2018-04-15nslookup: get rid of query::rlen fieldDenys Vlasenko
2018-04-15ar: stop using static dataDenys Vlasenko
2018-04-15nslookup: move array of queries to "globals"Denys Vlasenko
2018-04-15less: remove unnecessary messageDenys Vlasenko
2018-04-15less: implement -FAaro Koskinen
2018-04-15nslookup: accept lowercase -type=soa, document query typesDenys Vlasenko
2018-04-15nslookup: change -stats to -debug (it's a bug in bind that it accepts -s)Denys Vlasenko
2018-04-15applets/install: don't try to install nothingYann E. MORIN
2018-04-15nslookup: rework option parsingDenys Vlasenko
2018-04-15nslookup: smaller qtypes[] arrayDenys Vlasenko
2018-04-15nslookup: process replies immediately, do not store themDenys Vlasenko
2018-04-15nslookup: fix output corruption for "nslookup 1.2.3.4"Denys Vlasenko
2018-04-15nslookup: more closely resemble output format of bind-utils-9.11.3Denys Vlasenko
2018-04-14nslookup: shrink send_queries()Denys Vlasenko
2018-04-14nslookup: use xmalloc_sockaddr2dotted() instead of homegrown functionDenys Vlasenko
2018-04-14nslookup: usee bbox network functions instead of opne-coded messDenys Vlasenko
2018-04-14patch: implement --dry-runDenys Vlasenko
2018-04-14ash: expand: Fix buffer overflow in expandmetaDenys Vlasenko
2018-04-14nslookup: add openwrt / lede versionDenys Vlasenko
2018-04-14build system: fix parallel building issueMichael Olbrich
2018-04-14tart_stop_daemon: another fix to disabled OLDER_VERSION_OF_X codeDenys Vlasenko
2018-04-14start_stop_daemon: fix normally disabled OLDER_VERSION_OF_X codeDenys Vlasenko
2018-04-13dpkg: fix symlink creation, closes 10941Denys Vlasenko
2018-04-13udhcp: support string user options, closes 10946Denys Vlasenko
2018-04-11shell: add 6856 $IFS tests to testsuitesDenys Vlasenko
2018-04-11hush: fix recent breakage from parse_stream() changesDenys Vlasenko
2018-04-11hush: fix IFS handling in readDenys Vlasenko