aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2014-03-14hush: make "true" built-inDenys Vlasenko
2014-03-13random: cosmetic tweaks in debug codeDenys Vlasenko
2014-03-13ash,hush: improve randomness of $RANDOM, add easy-ish way to test itDenys Vlasenko
2014-03-07shuf: trim help textDenys Vlasenko
2014-03-07shuf: do not use strings for -i RANGE caseDenys Vlasenko
2014-03-07shuf: improve help textBartosz Golaszewski
2014-03-07shuf: fix a segfault on 'shuf -e'Bartosz Golaszewski
2014-03-05use [s]rand(), not [s]random()Denys Vlasenko
2014-03-05shuf: new appletDenys Vlasenko
2014-03-03man: default to asciiDenys Vlasenko
2014-03-01ip link: add support for "address ETHADDR". Closes 4862Denys Vlasenko
2014-02-28unlzma: add comments about possible bug from BZ 2689Denys Vlasenko
2014-02-28unlzma: move some variables in "more local" scopeDenys Vlasenko
2014-02-27udhcpc: ignore NAKs from "wrong" servers. Closes 4267Denys Vlasenko
2014-02-27ls: make "ls -s DIR" show total too. Clases 4946Denys Vlasenko
2014-02-27xargs: fix compilation breakageDenys Vlasenko
2014-02-27grep: fix -w match if first match isn't a word, but second is. Closes 4520Denys Vlasenko
2014-02-27xargs: add support for -I and -i. Closes 493Denys Vlasenko
2014-02-26find: code shrinkDenys Vlasenko
2014-02-26nc: fix option bit positions. Closes 6926Denys Vlasenko
2014-02-25hwclock: fix setting of tz_minuteswest. Closes 5414Denys Vlasenko
2014-02-25build system: remove a dead link from Config help textDenys Vlasenko
2014-02-25du, copy_file: fix file matching on cramfs. Closes 5456Denys Vlasenko
2014-02-25libbb: trivial code shrinkDenys Vlasenko
2014-02-24sysctl: do not error out showing write-only data. Closes 6386Denys Vlasenko
2014-02-24wget: fix commentDenys Vlasenko
2014-02-23wget: add commented-out code to use ssl_helper instead of opensslDenys Vlasenko
2014-02-23networking/ssl_helper: experimental matrixssl-based ssl helperDenys Vlasenko
2014-02-22wget: add support for https using "openssl s_client" as a helperDenys Vlasenko
2014-02-21Improve examples/var_service READMEsDenys Vlasenko
2014-02-19Kbuild: move CONFIG_PAM to general configurationBartosz Golaszewski
2014-02-19udhcpc: fix BPF filter. Hopefully fixes the root cause of 4598 and 6746Denys Vlasenko
2014-02-10ifplugd: code shrinkDenys Vlasenko
2014-02-09htpd: trivial simplification in random interval selectionDenys Vlasenko
2014-02-09libbb: don't die if crypt() returns NULLDenys Vlasenko
2014-02-09sendmail: use FQDN in default envelope senderKaarle Ritvanen
2014-02-07udhcpc: in comments, explain the kind of raw socket we createDenys Vlasenko
2014-02-07grep: properly handle grep -w "^str" in !EXTRA_COMPAT case tooBartosz Golaszewski
2014-02-05sendmail: make -f optional, document its default valueDenys Vlasenko
2014-02-03udhcpc: don't use BPF filter, users report problems (bugs 4598, 6746)Denys Vlasenko
2014-02-03ifupdown: support 'link' address familyKaarle Ritvanen
2014-02-03wget: fix use-after-free of ->user. Closes 6836Denys Vlasenko
2014-02-03catv: suppress compiler warningDenys Vlasenko
2014-02-02zcat: complain if input is not compressedDenys Vlasenko
2014-01-31appletlib: fix set-but-unused warningMike Frysinger
2014-01-31uname: fix up usage documentationMike Frysinger
2014-01-30init: do not fail build if SIGPWR is not definedMichael Tokarev
2014-01-27libbb: open_zipped() should not fail on non-compressed filesDenys Vlasenko
2014-01-23testsuite: fix last "which" changeMichael Tokarev
2014-01-22less: accept and ignore -sDenys Vlasenko