aboutsummaryrefslogtreecommitdiff
path: root/sysklogd (unfollow)
Commit message (Expand)AuthorFilesLines
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
2009-04-21switch_root: improve behavior on error; improve help textDenis Vlasenko10-42/+49
2009-04-21hush: speed up set_local_varDenis Vlasenko1-10/+11
2009-04-21*: mass renaming of USE_XXXX to IF_XXXXDenis Vlasenko102-1308/+1312
2009-04-21tar: support for tar --numeric-owner. By Natanael Copa.Denis Vlasenko3-14/+23
2009-04-21udhcpc: fix truncation of last char in client hostnamesDenis Vlasenko1-1/+2
2009-04-21switch_root: print errno on failureDenis Vlasenko1-1/+1
2009-04-21tweak example udhcp scriptDenis Vlasenko1-5/+5
2009-04-20hush: export -n supportDenis Vlasenko4-12/+95
2009-04-20hush: add two testcasesDenis Vlasenko4-0/+23
2009-04-20watchdog: enable it before setting timeoutDenis Vlasenko1-2/+9
2009-04-20hush: fix stdin of backgrounded pipe Denis Vlasenko3-10/+35
2009-04-19mdev: enlarge inline documentationDenis Vlasenko1-6/+22
2009-04-19hush: fix "export not_yet_defined_var", fix parsing of "cmd | }"Denis Vlasenko4-22/+42