aboutsummaryrefslogtreecommitdiff
path: root/libbb (unfollow)
Commit message (Expand)AuthorFilesLines
2018-06-06restore documentation on the build config languageKartik Agaram25-24/+279
2018-05-28wget: emit a message that certificate verification is not implementedDenys Vlasenko1-2/+7
2018-05-26fdisk: remove "Partition N does not end on cylinder boundary" messageDenys Vlasenko1-6/+0
2018-05-26whitespace fixDenys Vlasenko1-1/+1
2018-05-25unlzma: close another SEGV possibilityDenys Vlasenko3-4/+21
2018-05-24udhcpc6: carry along length of packet when parsing it.David Decotigny1-15/+24
2018-05-24udhcpc6: ignore invalid OPTION_IAADDRDavid Decotigny1-0/+4
2018-05-24realpath,readlink -f: coreutils compat, closes 11021Denys Vlasenko4-2/+33
2018-05-24nc: fix the !NC_SERVER configurationDenys Vlasenko1-1/+1
2018-05-24fsck: fix incorrect handling of child exitDenys Vlasenko1-8/+9
2018-05-22tar: fix interaction of delayed symlink and hardlink creationHarald van Dijk8-30/+47
2018-05-20tweak /var/service exampleDenys Vlasenko1-9/+14
2018-05-14popmaildir: placate gcc8 "warning: 'strncpy' output truncated"Denys Vlasenko1-1/+1
2018-05-14udhcpc6: set -x options in requestDenys Vlasenko5-12/+56
2018-05-14udhcpc6: add PXELINUX optionsSamuel Mendoza-Jonas1-1/+6
2018-05-14udhcpc6: add DHCPv6 boot optionsSamuel Mendoza-Jonas2-0/+28
2018-05-14udhcpc6: add DHCPv6 env helperSamuel Mendoza-Jonas1-0/+28
2018-05-14udhcp: fix use of trim() in udhcp_str2optset()Samuel Mendoza-Jonas1-3/+4
2018-05-13nsenter: fix parsing of -t, -S and -G optionsEuan Harris1-1/+1
2018-05-13nsenter: Rename --network option to --netEuan Harris1-1/+1
2018-04-29cat: fix cat -e and cat -v erroneously numbering 1st lineDenys Vlasenko2-3/+24
2018-04-29ifplugd: close signal raceDenys Vlasenko1-0/+2
2018-04-24unlzma: do emit the error message on bad input, when we exit with 1Denys Vlasenko1-0/+6
2018-04-24wget: handle URLs with @ or hash differentlyDenys Vlasenko1-7/+7
2018-04-24free: improve --help for type optionDenys Vlasenko1-1/+1
2018-04-23awk: do not allow $(-1)Denys Vlasenko2-0/+9
2018-04-20examples/shutdown-1.0: an example of reboot which does not signal initDenys Vlasenko7-0/+475
2018-04-19unlzma: fix another SEGV caseDenys Vlasenko3-4/+20
2018-04-17libbb: new option FEATURE_ETC_SERVICES: if off, /etc/services reads often avo...Denys Vlasenko6-7/+25
2018-04-16setlogcons: open /dev/ttyN for "setlogcons N", not /dev/tty1Denys Vlasenko2-2/+10
2018-04-16build system: FEATURE_NSLOOKUP_BIG needs -lresolvDenys Vlasenko1-0/+4
2018-04-16less: fix fallout from "use common routine to set raw termios"Denys Vlasenko3-8/+15
2018-04-15nslookup: simplify make_ptrDenys Vlasenko1-37/+34
2018-04-15nslookup: get rid of query::rlen fieldDenys Vlasenko1-10/+15
2018-04-15ar: stop using static dataDenys Vlasenko2-11/+11
2018-04-15nslookup: move array of queries to "globals"Denys Vlasenko1-48/+38
2018-04-15less: remove unnecessary messageDenys Vlasenko1-1/+0
2018-04-15less: implement -FAaro Koskinen1-7/+13
2018-04-15nslookup: accept lowercase -type=soa, document query typesDenys Vlasenko1-2/+3
2018-04-15nslookup: change -stats to -debug (it's a bug in bind that it accepts -s)Denys Vlasenko1-8/+11
2018-04-15applets/install: don't try to install nothingYann E. MORIN2-2/+7
2018-04-15nslookup: rework option parsingDenys Vlasenko1-91/+113
2018-04-15nslookup: smaller qtypes[] arrayDenys Vlasenko1-9/+6
2018-04-15nslookup: process replies immediately, do not store themDenys Vlasenko1-86/+110
2018-04-14nslookup: fix output corruption for "nslookup 1.2.3.4"Denys Vlasenko1-4/+2
2018-04-14nslookup: more closely resemble output format of bind-utils-9.11.3Denys Vlasenko1-35/+17
2018-04-14nslookup: shrink send_queries()Denys Vlasenko1-118/+123
2018-04-14nslookup: use xmalloc_sockaddr2dotted() instead of homegrown functionDenys Vlasenko1-37/+11
2018-04-14nslookup: usee bbox network functions instead of opne-coded messDenys Vlasenko1-240/+70
2018-04-14patch: implement --dry-runDenys Vlasenko1-43/+86