Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-05-02 | hush: fix multiple redirections of the same fd (bug 227) | Denys Vlasenko | |
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | |||
2009-05-02 | hush: make . cmd search $PATH | Denys Vlasenko | |
function old new delta builtin_source 128 249 +121 Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | |||
2009-05-02 | httpd: speed up httpd.conf at the cost of 49 bytes of code | Denys Vlasenko | |
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | |||
2009-05-01 | ifplugd: fix warnings | Denys Vlasenko | |
2009-05-01 | des encrypt: fix goof with NUL byte added at the end as '.' | Denys Vlasenko | |
2009-05-01 | mdev: fix a case where we mangle device_path string and then use it. | Denys Vlasenko | |
2009-05-01 | Make it clearer that usually people should _NOT_ | Denys Vlasenko | |
select FEATURE_UNIX_LOCAL. | |||
2009-04-30 | git commit test | Denys Vlasenko | |
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | |||
2009-04-29 | *: bb_error_msg's messages should not be capitalized | Denis Vlasenko | |
2009-04-29 | lzop: new applet. Busyboxed by Alain Knaff. +7700 bytes. | Denis Vlasenko | |
2009-04-27 | hush: make it possible to have interactive shell on non-ctty. | Denis Vlasenko | |
init=/bin/hush: shows prompt, history works, etc. function old new delta hush_main 888 925 +37 block_signals 139 152 +13 builtin_fg_bg 284 293 +9 checkjobs_and_fg_shell 35 41 +6 sigexit 65 66 +1 reset_traps_to_defaults 165 164 -1 parse_stream 2200 2184 -16 run_list 2502 2475 -27 getpgid 35 - -35 ------------------------------------------------------------------------------ (add/remove: 0/1 grow/shrink: 5/3 up/down: 66/-79) Total: -13 bytes | |||
2009-04-26 | make leak test more robust by unsetting all vars | Denis Vlasenko | |
2009-04-26 | hush: make getopt32 usable in builtins. use it in unset. | Denis Vlasenko | |
more uses are expected in the future. function old new delta getopt32 1356 1393 +37 builtin_export 256 266 +10 builtin_unset 418 380 -38 | |||
2009-04-26 | hush: nommu fix for function passing | Denis Vlasenko | |
2009-04-26 | hush: fix SEGV in % expansion | Denis Vlasenko | |
function old new delta expand_variables 2203 2217 +14 | |||
2009-04-26 | ifplugd: tiny shrink | Denis Vlasenko | |
2009-04-26 | ifplugd: add copyright | Denis Vlasenko | |
2009-04-26 | ifplugd: new applet by Maksym Kryzhanovskyy (xmaks AT email.cz) | Denis Vlasenko | |
+3k code and 0.5k in messages. Most of the bloat due to compat :( | |||
2009-04-25 | shrink if FEATURE_SHADOWPASSWDS is off | Denis Vlasenko | |
2009-04-25 | add FEATURE_UNIX_LOCAL. By Ingo van Lil (inguin AT gmx.de) | Denis Vlasenko | |
2009-04-25 | unlzma: speedup, by Pascal Bellard (pascal.bellard AT ads-lu.com) | Denis Vlasenko | |
LZMA_FAST off: 10% faster and: function old new delta rc_is_bit_1 - 92 +92 rc_do_normalize 45 81 +36 rc_update_bit_1 25 - -25 rc_update_bit_0 30 - -30 rc_is_bit_0_helper 38 - -38 rc_get_bit 60 17 -43 rc_read 48 - -48 unpack_lzma_stream 1768 1517 -251 ------------------------------------------------------------------------------ (add/remove: 1/4 grow/shrink: 1/2 up/down: 128/-435) Total: -307 bytes LZMA_FAST on: 14% faster and: unpack_lzma_stream 2301 2737 +436 rc_get_bit 106 - -106 | |||
2009-04-25 | we need to daemonize *before* opening the watchdog device | Mike Frysinger | |
2009-04-24 | do not tell people they can enter "help" if help has actually been disabled | Mike Frysinger | |
2009-04-24 | use get_local_var_value() rather than getenv() when working with ↵ | Mike Frysinger | |
PS1/PS2/HOME, respect the PS2 env var, and make sure that the prompt changes whenever PS1/PS2 changes so we dont have to re-exec the shell to get a changed prompt | |||
2009-04-22 | inetd: constify data | Denis Vlasenko | |
2009-04-22 | adduser/addgroup: support specifying uid/gid, add system | Denis Vlasenko | |
account creation mode. By Tito. function old new delta adduser_main 650 726 +76 addgroup_main 341 402 +61 addgroup_longopts - 16 +16 adduser_longopts 97 103 +6 packed_usage 26161 26163 +2 ------------------------------------------------------------------------------ (add/remove: 1/0 grow/shrink: 4/0 up/down: 161/0) Total: 161 bytes | |||
2009-04-22 | httpd: fix small bug in parser. it crept in during cleanup | Denis Vlasenko | |
2009-04-22 | httpd: allow empty lines in conf file | Denis Vlasenko | |
2009-04-22 | httpd: simplify insane conf file parser | Denis Vlasenko | |
function old new delta bb_simplify_abs_path_inplace - 98 +98 parse_expr 824 832 +8 passwd_main 1025 1027 +2 evalvar 1374 1376 +2 parse_command 1463 1460 -3 bb_simplify_path 137 55 -82 parse_conf 1572 1422 -150 ------------------------------------------------------------------------------ (add/remove: 3/2 grow/shrink: 3/3 up/down: 126/-251) Total: -125 bytes | |||
2009-04-22 | syslogd: added comment, no code changes | Denis Vlasenko | |
2009-04-22 | httpd: improve help text | Denis Vlasenko | |
2009-04-21 | nc: free lsa in server mode, we might be up for a long time | Denis Vlasenko | |
2009-04-21 | *: remove check for errors on getsockaddr in cases we know they can't happen | Denis Vlasenko | |
libbb: make get_sock_lsa use only one getsockaddr syscall, not two function old new delta get_sock_lsa 72 101 +29 do_iplink 1151 1137 -14 arping_main 1585 1569 -16 dolisten 789 755 -34 xrtnl_open 161 94 -67 | |||
2009-04-21 | switch_root: move misplaced comment | Denis Vlasenko | |
2009-04-21 | switch_root: improve behavior on error; improve help text | Denis Vlasenko | |
*: make "can't execute '%s'" message uniform | |||
2009-04-21 | hush: speed up set_local_var | Denis Vlasenko | |
function old new delta set_local_var 265 290 +25 | |||
2009-04-21 | *: mass renaming of USE_XXXX to IF_XXXX | Denis Vlasenko | |
and SKIP_XXXX to IF_NOT_XXXX - the second one was especially badly named. It was not skipping anything! | |||
2009-04-21 | tar: support for tar --numeric-owner. By Natanael Copa. | Denis Vlasenko | |
function old new delta tar_longopts 221 237 +16 data_extract_all 692 705 +13 tar_main 690 702 +12 | |||
2009-04-21 | udhcpc: fix truncation of last char in client hostnames | Denis Vlasenko | |
2009-04-21 | switch_root: print errno on failure | Denis Vlasenko | |
2009-04-21 | tweak example udhcp script | Denis Vlasenko | |
2009-04-20 | hush: export -n support | Denis Vlasenko | |
function old new delta builtin_export 206 256 +50 set_local_var 248 265 +17 expand_variables 2204 2203 -1 | |||
2009-04-20 | hush: add two testcases | Denis Vlasenko | |
2009-04-20 | watchdog: enable it before setting timeout | Denis Vlasenko | |
function old new delta watchdog_main 239 259 +20 static.enable - 4 +4 | |||
2009-04-20 | hush: fix stdin of backgrounded pipe | Denis Vlasenko | |
function old new delta run_list 2450 2502 +52 | |||
2009-04-19 | mdev: enlarge inline documentation | Denis Vlasenko | |
2009-04-19 | hush: fix "export not_yet_defined_var", fix parsing of "cmd | }" | Denis Vlasenko | |
corner case; improve hush_leaktool.sh; fix some false positives in testsuite function old new delta builtin_export 191 206 +15 parse_stream 2196 2200 +4 | |||
2009-04-19 | mdev: support $ENVVAR=regex | Denis Vlasenko | |
2009-04-19 | another stab at fixing out-of-tree build | Denis Vlasenko | |
2009-04-19 | same as previous, but -100 bytes | Denis Vlasenko | |