aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* udhcpc: ignore NAKs from "wrong" servers. Closes 4267Denys Vlasenko2014-02-271-1/+24
* ls: make "ls -s DIR" show total too. Clases 4946Denys Vlasenko2014-02-271-1/+1
* xargs: fix compilation breakageDenys Vlasenko2014-02-271-1/+1
* grep: fix -w match if first match isn't a word, but second is. Closes 4520Denys Vlasenko2014-02-272-14/+21
* xargs: add support for -I and -i. Closes 493Denys Vlasenko2014-02-274-56/+176
* find: code shrinkDenys Vlasenko2014-02-261-5/+3
* nc: fix option bit positions. Closes 6926Denys Vlasenko2014-02-261-3/+3
* hwclock: fix setting of tz_minuteswest. Closes 5414Denys Vlasenko2014-02-251-2/+10
* build system: remove a dead link from Config help textDenys Vlasenko2014-02-251-4/+1
* du, copy_file: fix file matching on cramfs. Closes 5456Denys Vlasenko2014-02-251-4/+15
* libbb: trivial code shrinkDenys Vlasenko2014-02-251-6/+11
* sysctl: do not error out showing write-only data. Closes 6386Denys Vlasenko2014-02-241-0/+3
* wget: fix commentDenys Vlasenko2014-02-241-1/+1
* wget: add commented-out code to use ssl_helper instead of opensslDenys Vlasenko2014-02-231-2/+47
* networking/ssl_helper: experimental matrixssl-based ssl helperDenys Vlasenko2014-02-233-0/+433
* wget: add support for https using "openssl s_client" as a helperDenys Vlasenko2014-02-221-26/+92
* Improve examples/var_service READMEsDenys Vlasenko2014-02-2113-2/+71
* Kbuild: move CONFIG_PAM to general configurationBartosz Golaszewski2014-02-192-7/+7
* udhcpc: fix BPF filter. Hopefully fixes the root cause of 4598 and 6746Denys Vlasenko2014-02-192-4/+5
* ifplugd: code shrinkDenys Vlasenko2014-02-101-10/+12
* htpd: trivial simplification in random interval selectionDenys Vlasenko2014-02-091-2/+3
* libbb: don't die if crypt() returns NULLDenys Vlasenko2014-02-091-1/+8
* sendmail: use FQDN in default envelope senderKaarle Ritvanen2014-02-091-2/+4
* udhcpc: in comments, explain the kind of raw socket we createDenys Vlasenko2014-02-071-2/+4
* grep: properly handle grep -w "^str" in !EXTRA_COMPAT case tooBartosz Golaszewski2014-02-072-2/+12
* sendmail: make -f optional, document its default valueDenys Vlasenko2014-02-051-11/+56
* udhcpc: don't use BPF filter, users report problems (bugs 4598, 6746)Denys Vlasenko2014-02-031-47/+46
* ifupdown: support 'link' address familyKaarle Ritvanen2014-02-031-0/+13
* wget: fix use-after-free of ->user. Closes 6836Denys Vlasenko2014-02-031-7/+9
* catv: suppress compiler warningDenys Vlasenko2014-02-031-7/+9
* zcat: complain if input is not compressedDenys Vlasenko2014-02-029-25/+17
* appletlib: fix set-but-unused warningMike Frysinger2014-01-311-1/+5
* uname: fix up usage documentationMike Frysinger2014-01-311-4/+6
* init: do not fail build if SIGPWR is not definedMichael Tokarev2014-01-301-0/+2
* libbb: open_zipped() should not fail on non-compressed filesDenys Vlasenko2014-01-271-1/+10
* testsuite: fix last "which" changeMichael Tokarev2014-01-231-1/+1
* less: accept and ignore -sDenys Vlasenko2014-01-221-6/+11
* man: parse "DEFINE pager" in configJohn Spencer2014-01-221-7/+15
* iplink: fix build with kernel versions prior to 2.6.23Eugene Rudoy2014-01-221-0/+10
* libbb: if opening /dev/loopN returns ENXIO, don't try N++.Denys Vlasenko2014-01-211-6/+12
* libbb: fix parsing of "10101010" date/time formDenys Vlasenko2014-01-211-4/+12
* top.c: fix compilation warningsBartosz Golaszewski2014-01-201-5/+0
* ntpd: remove now unnecessary check for IP_PKTINFO definitionDenys Vlasenko2014-01-202-6/+0
* ntpd: fix compilation warningsBartosz Golaszewski2014-01-201-0/+4
* sort: check global flags on fallback sortBartosz Golaszewski2014-01-192-5/+6
* sort.c: remove a magic number from compare_keys()Bartosz Golaszewski2014-01-191-1/+1
* gitignore: ignore files generated by 'make test'Bartosz Golaszewski2014-01-191-0/+6
* adduser,addgroup: introduce and use CONFIG_LAST_IDTito Ragusa2014-01-173-21/+27
* examples/udhcp: do not rewrite resolv.conf if no DNS servers. Closes 6788Denys Vlasenko2014-01-132-14/+22
* docs: tweak keep_data_small.txtDenys Vlasenko2014-01-131-1/+9