aboutsummaryrefslogtreecommitdiff
path: root/libbb/compare_string_array.c (unfollow)
Commit message (Collapse)AuthorFilesLines
2004-04-12Wolfgang Denk writes:Eric Andersen1-1/+1
He, there is a bug in HUSH's handling of "if" / "elif" commands: $ if true > then > echo 1 > elif > true > then > echo 2 > elif > true > then > echo 3 > else > echo 4 > fi 1 2 3 $ The same bug exists in all versions of HUSH from BB v0.60.x up to and including v1.00-pre9. The attached patch fixes this: $ if true > then > echo 1 > elif > true > then > echo 2 > elif > true > then > echo 3 > else > echo 4 > fi 1 $ Best regards, Wolfgang Denk
2004-04-12Eric Spakman noticed that ifdown' will attempt to run 'ifconfig'Eric Andersen1-1/+1
even if built with CONFIG_FEATURE_IFUPDOWN_IP when shutting down a dhcp connection.
2004-04-12Silly meEric Andersen1-1/+1
2004-04-12As reported by Quy Tonthat, init has problems with inittab's thatEric Andersen1-8/+1
contain only actions sysinit/wait/once. It does not clean up zombies in that case.
2004-04-12Peter Milne writes:Eric Andersen1-3/+22
Just upgraded from 0.6 to 1.00-pre8 Dot command handling handled args correctly (same as bash) in 0.60, but failed in 1.00: I fixed this by reverting the dotcmd function back to previous 0.60 instantiation, please consider using the older version. Thanks Peter
2004-04-12Jamie Guinan writes:Eric Andersen3-6/+6
It looks like latest uClibc defines ARCH_HAS_MMU, but a few busybox files test UCLIBC_HAS_MMU, resulting in vfork() getting called instead of fork(), etc. Patch below. Only tested for lash. Cheers, -Jamie
2004-04-12Add an extra linkEric Andersen1-5/+6
2004-04-12Patch from Rob Landley to fix sed documentation.Eric Andersen1-4/+8
The -i option was not documented, and in genereal the formatting was a bit ugly.
2004-04-12"Mac OS X" is how it is written on the Apple websiteEric Andersen1-2/+2
2004-04-12Fix spelling. "sort of" is two words.Eric Andersen2-2/+2
2004-04-12make mount ignore -n when CONFIG_FEATURE_MTAB_SUPPORT is disabledEric Andersen1-2/+2
2004-04-12Fix compile error if CONFIG_FEATURE_IP_ADDR isnt enabledGlenn L McGrath1-3/+3
2004-04-12Fix up conditional compile of files needed by ip appletsGlenn L McGrath1-0/+36
2004-04-09Add a comment explaining why we have to check for an extra \nGlenn L McGrath1-1/+3
2004-04-08Fix ftp resumeGlenn L McGrath1-5/+9
Terminate returned message at <CRLF> so strtoul returns without error
2004-04-07Vladimir N. Oleynik writes:Eric Andersen1-1/+1
Hi. Last changes (rev 1.12) to recursive_actions() by Christian Grigis have problem. Test for demonstrate: $ mkdir aaa bbb ccc $ su # chown root bbb # chmod 700 bbb # exit $ busybox chmod 777 -R . ./bbb: Permision denied But "./ccc" mode not changed. Previous variant works fine, errors skiped and continued recursion. --w vodz
2004-04-07Add the Tritton Technologies NAS120Eric Andersen1-0/+2
2004-04-07Document insmod -oEric Andersen1-0/+1
2004-04-07Update for release1_00_pre9Eric Andersen1-0/+26
2004-04-07Update changelog for releaseEric Andersen1-393/+1511
2004-04-07Fix urlEric Andersen1-1/+1
2004-04-07Minor updateEric Andersen1-4/+5
2004-04-07Mention Acronis PartitionExpertEric Andersen1-0/+4
2004-04-07More doc updatesEric Andersen3-20/+33