aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* tar: tighten up pax header validity checkDenys Vlasenko2014-01-101-1/+3
* fakeidentd: simplify ndelay manipulationsDenys Vlasenko2014-01-101-10/+9
* tail: adjust help/usage textsCristian Ionescu-Idbohrn2014-01-102-5/+5
* lineedit: fix trivial build failureDenys Vlasenko2014-01-101-0/+2
* libarchive: open_zipped() does not need to check extensions for e.g. gzipDenys Vlasenko2014-01-101-12/+11
* build system: fix non-portable sed constructs.Matthias Andree2014-01-101-2/+12
* fixlet for the previous commit #2Denys Vlasenko2014-01-091-4/+3
* fixlet for the previous commitDenys Vlasenko2014-01-091-1/+1
* networking: explain isrv_run() APIDenys Vlasenko2014-01-091-1/+26
* fakeidentd: fix use-after-freeRyan Mallon2014-01-091-13/+12
* chown: fix help textDenys Vlasenko2014-01-091-1/+1
* find: fix a regression introduced with -HLP supportDenys Vlasenko2014-01-092-1/+42
* ping: revert "try SOCK_DGRAM if no root privileges"Denys Vlasenko2014-01-091-16/+3
* build system: "make hosttools" doesn't exist, remove it from "make help"Denys Vlasenko2014-01-091-4/+0
* build system: stop including alloca.h, stdlib.h provides itDenys Vlasenko2014-01-092-2/+2
* ntpd: adjust last packet's recv time after a stepDenys Vlasenko2014-01-081-0/+2
* libbb: FreeBSD fix for B<num> baud rate constants not fitting into a short.Denys Vlasenko2014-01-081-0/+5
* Another FreeBSD fix from Matthias AndreeDenys Vlasenko2014-01-081-3/+12
* ash: in bash compat mode, always export $SHLVLDenys Vlasenko2014-01-071-1/+1
* grep: fix two bugs with -wDenys Vlasenko2014-01-072-3/+37
* platform.h: undef HAVE_STRCHRNUL only on correct versions of FreeBSDDenys Vlasenko2014-01-071-5/+12
* Start 1.23.0 development cycleDenys Vlasenko2014-01-011-2/+2
* Bump version to 1.22.01_22_0Denys Vlasenko2014-01-011-1/+1
* testsuite: remove forgotten debug hackDenys Vlasenko2013-12-311-1/+1
* fix failures found by randomconfig buildsDenys Vlasenko2013-12-317-13/+34
* testsuite: disable tests for no longer supported bbox-specific date formatsDenys Vlasenko2013-12-312-6/+8
* adduser: check whether run with no USERNAME. Closes 6728Denys Vlasenko2013-12-201-2/+2