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