aboutsummaryrefslogtreecommitdiff
path: root/arch/i386 (unfollow)
Commit message (Expand)AuthorFilesLines
2014-02-24wget: fix commentDenys Vlasenko1-1/+1
2014-02-23wget: add commented-out code to use ssl_helper instead of opensslDenys Vlasenko1-2/+47
2014-02-23networking/ssl_helper: experimental matrixssl-based ssl helperDenys Vlasenko3-0/+433
2014-02-22wget: add support for https using "openssl s_client" as a helperDenys Vlasenko1-26/+92
2014-02-21Improve examples/var_service READMEsDenys Vlasenko13-2/+71
2014-02-19Kbuild: move CONFIG_PAM to general configurationBartosz Golaszewski2-7/+7
2014-02-19udhcpc: fix BPF filter. Hopefully fixes the root cause of 4598 and 6746Denys Vlasenko2-4/+5
2014-02-10ifplugd: code shrinkDenys Vlasenko1-10/+12
2014-02-09htpd: trivial simplification in random interval selectionDenys Vlasenko1-2/+3
2014-02-09libbb: don't die if crypt() returns NULLDenys Vlasenko1-1/+8
2014-02-09sendmail: use FQDN in default envelope senderKaarle Ritvanen1-2/+4
2014-02-07udhcpc: in comments, explain the kind of raw socket we createDenys Vlasenko1-2/+4
2014-02-07grep: properly handle grep -w "^str" in !EXTRA_COMPAT case tooBartosz Golaszewski2-2/+12
2014-02-05sendmail: make -f optional, document its default valueDenys Vlasenko1-11/+56
2014-02-03udhcpc: don't use BPF filter, users report problems (bugs 4598, 6746)Denys Vlasenko1-47/+46
2014-02-03ifupdown: support 'link' address familyKaarle Ritvanen1-0/+13
2014-02-03wget: fix use-after-free of ->user. Closes 6836Denys Vlasenko1-7/+9
2014-02-03catv: suppress compiler warningDenys Vlasenko1-7/+9
2014-02-02zcat: complain if input is not compressedDenys Vlasenko9-25/+17
2014-01-31appletlib: fix set-but-unused warningMike Frysinger1-1/+5
2014-01-31uname: fix up usage documentationMike Frysinger1-4/+6
2014-01-30init: do not fail build if SIGPWR is not definedMichael Tokarev1-0/+2
2014-01-27libbb: open_zipped() should not fail on non-compressed filesDenys Vlasenko1-1/+10
2014-01-23testsuite: fix last "which" changeMichael Tokarev1-1/+1
2014-01-22less: accept and ignore -sDenys Vlasenko1-6/+11
2014-01-22man: parse "DEFINE pager" in configJohn Spencer1-7/+15
2014-01-22iplink: fix build with kernel versions prior to 2.6.23Eugene Rudoy1-0/+10
2014-01-21libbb: if opening /dev/loopN returns ENXIO, don't try N++.Denys Vlasenko1-6/+12
2014-01-21libbb: fix parsing of "10101010" date/time formDenys Vlasenko1-4/+12
2014-01-20top.c: fix compilation warningsBartosz Golaszewski1-5/+0
2014-01-20ntpd: remove now unnecessary check for IP_PKTINFO definitionDenys Vlasenko2-6/+0
2014-01-20ntpd: fix compilation warningsBartosz Golaszewski1-0/+4
2014-01-19sort: check global flags on fallback sortBartosz Golaszewski2-5/+6
2014-01-19sort.c: remove a magic number from compare_keys()Bartosz Golaszewski1-1/+1
2014-01-19gitignore: ignore files generated by 'make test'Bartosz Golaszewski1-0/+6
2014-01-17adduser,addgroup: introduce and use CONFIG_LAST_IDTito Ragusa3-21/+27
2014-01-13examples/udhcp: do not rewrite resolv.conf if no DNS servers. Closes 6788Denys Vlasenko2-14/+22
2014-01-13docs: tweak keep_data_small.txtDenys Vlasenko1-1/+9
2014-01-10tar: tighten up pax header validity checkDenys Vlasenko1-1/+3
2014-01-10fakeidentd: simplify ndelay manipulationsDenys Vlasenko1-10/+9
2014-01-10tail: adjust help/usage textsCristian Ionescu-Idbohrn2-5/+5
2014-01-10lineedit: fix trivial build failureDenys Vlasenko1-0/+2
2014-01-10libarchive: open_zipped() does not need to check extensions for e.g. gzipDenys Vlasenko1-12/+11
2014-01-10build system: fix non-portable sed constructs.Matthias Andree1-2/+12
2014-01-09fixlet for the previous commit #2Denys Vlasenko1-4/+3
2014-01-09fixlet for the previous commitDenys Vlasenko1-1/+1
2014-01-09networking: explain isrv_run() APIDenys Vlasenko1-1/+26
2014-01-09fakeidentd: fix use-after-freeRyan Mallon1-13/+12
2014-01-09chown: fix help textDenys Vlasenko1-1/+1
2014-01-09find: fix a regression introduced with -HLP supportDenys Vlasenko2-1/+42