Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2007-11-25 | cttyhack should be in /bin, not /usr/bin | Denis Vlasenko | 1 | -1/+1 | |
2007-11-25 | which: fix testsuite failure | Denis Vlasenko | 5 | -8/+13 | |
pidof: do not output empty line if nothing found testsuite: disable false positive | |||||
2007-11-25 | dhcpc: cope with buggy DHCP servers which send oversized packets | Denis Vlasenko | 3 | -3/+27 | |
(Cristian Ionescu-Idbohrn <cristian.ionescu-idbohrn@axis.com>) | |||||
2007-11-24 | Announce 1.8.2 and 1.7.4 | Denis Vlasenko | 1 | -0/+15 | |
2007-11-24 | stty: reorganize data tables - save 0.5k | Denis Vlasenko | 1 | -151/+376 | |
function old new delta mode_name - 496 +496 control_name - 91 +91 stty_main 1235 1255 +20 find_mode 45 63 +18 find_control 45 63 +18 do_display 482 493 +11 wrapf 165 166 +1 set_mode 761 759 -2 max_col 4 - -4 device_name 4 - -4 control_info 153 34 -119 mode_info 1700 680 -1020 ------------------------------------------------------------------------------ (add/remove: 2/2 grow/shrink: 5/3 up/down: 655/-1149) Total: -494 bytes text data bss dec hex filename 777037 937 9100 787074 c0282 busybox_old 776551 929 9100 786580 c0094 busybox_unstripped | |||||
2007-11-24 | remove echo_main -> bb_echo indirection | Denis Vlasenko | 4 | -15/+11 | |
2007-11-24 | hush: fix segfault in "echo $@" when we have no arguments | Denis Vlasenko | 1 | -4/+6 | |
2007-11-23 | fix buglets found by randomconfig | Denis Vlasenko | 2 | -2/+3 | |
2007-11-23 | update defconfig | Denis Vlasenko | 1 | -6/+24 | |
2007-11-23 | kill lash. "lash" builtin still exists, but it runs hush. | Denis Vlasenko | 7 | -31/+19 | |