aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2009-05-08test commitBernhard Reutner-Fischer
2009-05-08Revert "test commit"Bernhard Reutner-Fischer
2009-05-08test commitBernhard Reutner-Fischer
2009-05-06LICENSE: update address of the FSFMike Frysinger
2009-05-06modprobe: add comment about expected modules.dep formatMike Frysinger
2009-05-05depmod.pl: updates and fixes galoreMike Frysinger
2009-05-05modprobe: add more useful debug pointsMike Frysinger
2009-05-05add .gitignore filesMike Frysinger
2009-05-05libunarchive: fix build failure with !FEATURE_TAR_UNAME_GNAMEMike Frysinger
2009-05-04mdev: revert last wrong commitDenys Vlasenko
2009-05-04hush: small fix for unset -f on NOMMU.root
2009-05-04fix debug messageBernhard Reutner-Fischer
2009-05-04hush: add more complex case to leak testcase, fix found breakageDenys Vlasenko
2009-05-04hush: fix bug where in "var=val func" var's value is not visible in funcDenys Vlasenko
2009-05-03hush: fix \<newline> handlingDenys Vlasenko
2009-05-02hush: fix handling of unterminated subshell: (<eof>. Fixes bug 229.Denys Vlasenko
2009-05-02mdev: do not exit if user:group parse failed. closes bug 309.Denys Vlasenko
2009-05-02hush: fix multiple redirections of the same fd (bug 227)Denys Vlasenko
2009-05-02hush: make . cmd search $PATHDenys Vlasenko
2009-05-02httpd: speed up httpd.conf at the cost of 49 bytes of codeDenys Vlasenko
2009-05-01ifplugd: fix warningsDenys Vlasenko
2009-05-01des encrypt: fix goof with NUL byte added at the end as '.'Denys Vlasenko
2009-05-01mdev: fix a case where we mangle device_path string and then use it.Denys Vlasenko
2009-05-01Make it clearer that usually people should _NOT_Denys Vlasenko
2009-04-30git commit testDenys Vlasenko
2009-04-29*: bb_error_msg's messages should not be capitalizedDenis Vlasenko
2009-04-29lzop: new applet. Busyboxed by Alain Knaff. +7700 bytes.Denis Vlasenko
2009-04-27hush: make it possible to have interactive shell on non-ctty.Denis Vlasenko
2009-04-26make leak test more robust by unsetting all varsDenis Vlasenko
2009-04-26hush: make getopt32 usable in builtins. use it in unset.Denis Vlasenko
2009-04-26hush: nommu fix for function passingDenis Vlasenko
2009-04-26hush: fix SEGV in % expansionDenis Vlasenko
2009-04-26ifplugd: tiny shrinkDenis Vlasenko
2009-04-26ifplugd: add copyrightDenis Vlasenko
2009-04-26ifplugd: new applet by Maksym Kryzhanovskyy (xmaks AT email.cz)Denis Vlasenko
2009-04-25shrink if FEATURE_SHADOWPASSWDS is offDenis Vlasenko
2009-04-25add FEATURE_UNIX_LOCAL. By Ingo van Lil (inguin AT gmx.de)Denis Vlasenko
2009-04-25unlzma: speedup, by Pascal Bellard (pascal.bellard AT ads-lu.com)Denis Vlasenko
2009-04-25we need to daemonize *before* opening the watchdog deviceMike Frysinger
2009-04-24do not tell people they can enter "help" if help has actually been disabledMike Frysinger
2009-04-24use get_local_var_value() rather than getenv() when working with PS1/PS2/HOME...Mike Frysinger
2009-04-22inetd: constify dataDenis Vlasenko
2009-04-22adduser/addgroup: support specifying uid/gid, add systemDenis Vlasenko
2009-04-22httpd: fix small bug in parser. it crept in during cleanupDenis Vlasenko
2009-04-22httpd: allow empty lines in conf fileDenis Vlasenko
2009-04-22httpd: simplify insane conf file parserDenis Vlasenko
2009-04-22syslogd: added comment, no code changesDenis Vlasenko
2009-04-22httpd: improve help textDenis Vlasenko
2009-04-21nc: free lsa in server mode, we might be up for a long timeDenis Vlasenko
2009-04-21*: remove check for errors on getsockaddr in cases we know they can't happenDenis Vlasenko