| Commit message (Expand) | Author | Age | Files | Lines |
* | test commit | Bernhard Reutner-Fischer | 2009-05-08 | 1 | -1/+0 |
* | LICENSE: update address of the FSF | Mike Frysinger | 2009-05-06 | 1 | -2/+2 |
* | modprobe: add comment about expected modules.dep format | Mike Frysinger | 2009-05-06 | 1 | -0/+5 |
* | depmod.pl: updates and fixes galore | Mike Frysinger | 2009-05-05 | 1 | -9/+56 |
* | modprobe: add more useful debug points | Mike Frysinger | 2009-05-05 | 1 | -2/+10 |
* | add .gitignore files | Mike Frysinger | 2009-05-05 | 7 | -0/+66 |
* | libunarchive: fix build failure with !FEATURE_TAR_UNAME_GNAME | Mike Frysinger | 2009-05-05 | 1 | -5/+4 |
* | mdev: revert last wrong commit | Denys Vlasenko | 2009-05-04 | 1 | -6/+7 |
* | hush: small fix for unset -f on NOMMU. | root | 2009-05-04 | 1 | -5/+5 |
* | fix debug message | Bernhard Reutner-Fischer | 2009-05-04 | 1 | -7/+8 |
* | hush: add more complex case to leak testcase, fix found breakage | Denys Vlasenko | 2009-05-04 | 2 | -38/+47 |
* | hush: fix bug where in "var=val func" var's value is not visible in func | Denys Vlasenko | 2009-05-04 | 3 | -92/+109 |
* | hush: fix \<newline> handling | Denys Vlasenko | 2009-05-03 | 4 | -14/+22 |
* | hush: fix handling of unterminated subshell: (<eof>. Fixes bug 229. | Denys Vlasenko | 2009-05-02 | 1 | -4/+11 |
* | mdev: do not exit if user:group parse failed. closes bug 309. | Denys Vlasenko | 2009-05-02 | 1 | -1/+2 |
* | hush: fix multiple redirections of the same fd (bug 227) | Denys Vlasenko | 2009-05-02 | 3 | -2/+15 |
* | hush: make . cmd search $PATH | Denys Vlasenko | 2009-05-02 | 1 | -2/+26 |
* | httpd: speed up httpd.conf at the cost of 49 bytes of code | Denys Vlasenko | 2009-05-02 | 1 | -8/+20 |
* | ifplugd: fix warnings | Denys Vlasenko | 2009-05-01 | 1 | -6/+9 |
* | des encrypt: fix goof with NUL byte added at the end as '.' | Denys Vlasenko | 2009-05-01 | 1 | -1/+3 |
* | mdev: fix a case where we mangle device_path string and then use it. | Denys Vlasenko | 2009-05-01 | 1 | -1/+4 |
* | Make it clearer that usually people should _NOT_ | Denys Vlasenko | 2009-05-01 | 1 | -1/+1 |
* | git commit test | Denys Vlasenko | 2009-04-30 | 1 | -1/+2 |
* | *: bb_error_msg's messages should not be capitalized | Denis Vlasenko | 2009-04-29 | 4 | -12/+12 |
* | lzop: new applet. Busyboxed by Alain Knaff. +7700 bytes. | Denis Vlasenko | 2009-04-29 | 12 | -0/+2990 |
* | hush: make it possible to have interactive shell on non-ctty. | Denis Vlasenko | 2009-04-27 | 1 | -58/+80 |
* | make leak test more robust by unsetting all vars | Denis Vlasenko | 2009-04-26 | 1 | -2/+5 |
* | hush: make getopt32 usable in builtins. use it in unset. | Denis Vlasenko | 2009-04-26 | 3 | -36/+42 |
* | hush: nommu fix for function passing | Denis Vlasenko | 2009-04-26 | 4 | -1/+15 |
* | hush: fix SEGV in % expansion | Denis Vlasenko | 2009-04-26 | 6 | -31/+31 |
* | ifplugd: tiny shrink | Denis Vlasenko | 2009-04-26 | 1 | -2/+2 |
* | ifplugd: add copyright | Denis Vlasenko | 2009-04-26 | 1 | -1/+16 |
* | ifplugd: new applet by Maksym Kryzhanovskyy (xmaks AT email.cz) | Denis Vlasenko | 2009-04-26 | 5 | -16/+859 |
* | shrink if FEATURE_SHADOWPASSWDS is off | Denis Vlasenko | 2009-04-25 | 1 | -1/+1 |
* | add FEATURE_UNIX_LOCAL. By Ingo van Lil (inguin AT gmx.de) | Denis Vlasenko | 2009-04-25 | 4 | -26/+59 |
* | unlzma: speedup, by Pascal Bellard (pascal.bellard AT ads-lu.com) | Denis Vlasenko | 2009-04-25 | 2 | -98/+60 |
* | we need to daemonize *before* opening the watchdog device | Mike Frysinger | 2009-04-25 | 1 | -4/+9 |
* | do not tell people they can enter "help" if help has actually been disabled | Mike Frysinger | 2009-04-24 | 1 | -1/+3 |
* | use get_local_var_value() rather than getenv() when working with PS1/PS2/HOME... | Mike Frysinger | 2009-04-24 | 1 | -8/+18 |
* | inetd: constify data | Denis Vlasenko | 2009-04-22 | 1 | -1/+1 |
* | adduser/addgroup: support specifying uid/gid, add system | Denis Vlasenko | 2009-04-22 | 4 | -42/+112 |
* | httpd: fix small bug in parser. it crept in during cleanup | Denis Vlasenko | 2009-04-22 | 1 | -4/+3 |
* | httpd: allow empty lines in conf file | Denis Vlasenko | 2009-04-22 | 1 | -1/+3 |
* | httpd: simplify insane conf file parser | Denis Vlasenko | 2009-04-22 | 3 | -188/+194 |
* | syslogd: added comment, no code changes | Denis Vlasenko | 2009-04-22 | 1 | -0/+2 |
* | httpd: improve help text | Denis Vlasenko | 2009-04-22 | 1 | -12/+11 |
* | nc: free lsa in server mode, we might be up for a long time | Denis Vlasenko | 2009-04-21 | 1 | -2/+2 |
* | *: remove check for errors on getsockaddr in cases we know they can't happen | Denis Vlasenko | 2009-04-21 | 6 | -31/+37 |
* | switch_root: move misplaced comment | Denis Vlasenko | 2009-04-21 | 1 | -1/+1 |
* | switch_root: improve behavior on error; improve help text | Denis Vlasenko | 2009-04-21 | 10 | -42/+49 |