aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2018-06-06restore documentation on the build config languageKartik Agaram
2018-05-28wget: emit a message that certificate verification is not implementedDenys Vlasenko
2018-05-26fdisk: remove "Partition N does not end on cylinder boundary" messageDenys Vlasenko
2018-05-26whitespace fixDenys Vlasenko
2018-05-25unlzma: close another SEGV possibilityDenys Vlasenko
2018-05-24udhcpc6: carry along length of packet when parsing it.David Decotigny
2018-05-24udhcpc6: ignore invalid OPTION_IAADDRDavid Decotigny
2018-05-24realpath,readlink -f: coreutils compat, closes 11021Denys Vlasenko
2018-05-24nc: fix the !NC_SERVER configurationDenys Vlasenko
2018-05-24fsck: fix incorrect handling of child exitDenys Vlasenko
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-14nslookup: fix output corruption for "nslookup 1.2.3.4"Denys Vlasenko
2018-04-14nslookup: 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