aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* libunarchive: fix build failure with !FEATURE_TAR_UNAME_GNAMEMike Frysinger2009-05-051-5/+4
* mdev: revert last wrong commitDenys Vlasenko2009-05-041-6/+7
* hush: small fix for unset -f on NOMMU.root2009-05-041-5/+5
* fix debug messageBernhard Reutner-Fischer2009-05-041-7/+8
* hush: add more complex case to leak testcase, fix found breakageDenys Vlasenko2009-05-042-38/+47
* hush: fix bug where in "var=val func" var's value is not visible in funcDenys Vlasenko2009-05-043-92/+109
* hush: fix \<newline> handlingDenys Vlasenko2009-05-034-14/+22
* hush: fix handling of unterminated subshell: (<eof>. Fixes bug 229.Denys Vlasenko2009-05-021-4/+11
* mdev: do not exit if user:group parse failed. closes bug 309.Denys Vlasenko2009-05-021-1/+2
* hush: fix multiple redirections of the same fd (bug 227)Denys Vlasenko2009-05-023-2/+15
* hush: make . cmd search $PATHDenys Vlasenko2009-05-021-2/+26
* httpd: speed up httpd.conf at the cost of 49 bytes of codeDenys Vlasenko2009-05-021-8/+20
* ifplugd: fix warningsDenys Vlasenko2009-05-011-6/+9
* des encrypt: fix goof with NUL byte added at the end as '.'Denys Vlasenko2009-05-011-1/+3
* mdev: fix a case where we mangle device_path string and then use it.Denys Vlasenko2009-05-011-1/+4
* Make it clearer that usually people should _NOT_Denys Vlasenko2009-05-011-1/+1
* git commit testDenys Vlasenko2009-04-301-1/+2
* *: bb_error_msg's messages should not be capitalizedDenis Vlasenko2009-04-294-12/+12
* lzop: new applet. Busyboxed by Alain Knaff. +7700 bytes.Denis Vlasenko2009-04-2912-0/+2990
* hush: make it possible to have interactive shell on non-ctty.Denis Vlasenko2009-04-271-58/+80
* make leak test more robust by unsetting all varsDenis Vlasenko2009-04-261-2/+5
* hush: make getopt32 usable in builtins. use it in unset.Denis Vlasenko2009-04-263-36/+42
* hush: nommu fix for function passingDenis Vlasenko2009-04-264-1/+15
* hush: fix SEGV in % expansionDenis Vlasenko2009-04-266-31/+31
* ifplugd: tiny shrinkDenis Vlasenko2009-04-261-2/+2
* ifplugd: add copyrightDenis Vlasenko2009-04-261-1/+16
* ifplugd: new applet by Maksym Kryzhanovskyy (xmaks AT email.cz)Denis Vlasenko2009-04-265-16/+859
* shrink if FEATURE_SHADOWPASSWDS is offDenis Vlasenko2009-04-251-1/+1
* add FEATURE_UNIX_LOCAL. By Ingo van Lil (inguin AT gmx.de)Denis Vlasenko2009-04-254-26/+59
* unlzma: speedup, by Pascal Bellard (pascal.bellard AT ads-lu.com)Denis Vlasenko2009-04-252-98/+60
* we need to daemonize *before* opening the watchdog deviceMike Frysinger2009-04-251-4/+9
* do not tell people they can enter "help" if help has actually been disabledMike Frysinger2009-04-241-1/+3
* use get_local_var_value() rather than getenv() when working with PS1/PS2/HOME...Mike Frysinger2009-04-241-8/+18
* inetd: constify dataDenis Vlasenko2009-04-221-1/+1
* adduser/addgroup: support specifying uid/gid, add systemDenis Vlasenko2009-04-224-42/+112
* httpd: fix small bug in parser. it crept in during cleanupDenis Vlasenko2009-04-221-4/+3
* httpd: allow empty lines in conf fileDenis Vlasenko2009-04-221-1/+3
* httpd: simplify insane conf file parserDenis Vlasenko2009-04-223-188/+194
* syslogd: added comment, no code changesDenis Vlasenko2009-04-221-0/+2
* httpd: improve help textDenis Vlasenko2009-04-221-12/+11
* nc: free lsa in server mode, we might be up for a long timeDenis Vlasenko2009-04-211-2/+2
* *: remove check for errors on getsockaddr in cases we know they can't happenDenis Vlasenko2009-04-216-31/+37
* switch_root: move misplaced commentDenis Vlasenko2009-04-211-1/+1
* switch_root: improve behavior on error; improve help textDenis Vlasenko2009-04-2110-42/+49
* hush: speed up set_local_varDenis Vlasenko2009-04-211-10/+11
* *: mass renaming of USE_XXXX to IF_XXXXDenis Vlasenko2009-04-21102-1308/+1312
* tar: support for tar --numeric-owner. By Natanael Copa.Denis Vlasenko2009-04-213-14/+23
* udhcpc: fix truncation of last char in client hostnamesDenis Vlasenko2009-04-211-1/+2
* switch_root: print errno on failureDenis Vlasenko2009-04-211-1/+1
* tweak example udhcp scriptDenis Vlasenko2009-04-211-5/+5