aboutsummaryrefslogtreecommitdiff
path: root/util-linux/pivot_root.c (unfollow)
Commit message (Collapse)AuthorFilesLines
2007-11-25cttyhack should be in /bin, not /usr/binDenis Vlasenko1-1/+1
2007-11-25which: fix testsuite failureDenis Vlasenko5-8/+13
pidof: do not output empty line if nothing found testsuite: disable false positive
2007-11-25dhcpc: cope with buggy DHCP servers which send oversized packetsDenis Vlasenko3-3/+27
(Cristian Ionescu-Idbohrn <cristian.ionescu-idbohrn@axis.com>)
2007-11-24Announce 1.8.2 and 1.7.4Denis Vlasenko1-0/+15
2007-11-24stty: reorganize data tables - save 0.5kDenis Vlasenko1-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-24remove echo_main -> bb_echo indirectionDenis Vlasenko4-15/+11
2007-11-24hush: fix segfault in "echo $@" when we have no argumentsDenis Vlasenko1-4/+6
2007-11-23fix buglets found by randomconfigDenis Vlasenko2-2/+3
2007-11-23update defconfigDenis Vlasenko1-6/+24
2007-11-23kill lash. "lash" builtin still exists, but it runs hush.Denis Vlasenko7-31/+19