Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2004-04-12 | Wolfgang Denk writes: | Eric Andersen | 1 | -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-12 | Eric Spakman noticed that ifdown' will attempt to run 'ifconfig' | Eric Andersen | 1 | -1/+1 | |
even if built with CONFIG_FEATURE_IFUPDOWN_IP when shutting down a dhcp connection. | |||||
2004-04-12 | Silly me | Eric Andersen | 1 | -1/+1 | |
2004-04-12 | As reported by Quy Tonthat, init has problems with inittab's that | Eric Andersen | 1 | -8/+1 | |
contain only actions sysinit/wait/once. It does not clean up zombies in that case. | |||||
2004-04-12 | Peter Milne writes: | Eric Andersen | 1 | -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-12 | Jamie Guinan writes: | Eric Andersen | 3 | -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-12 | Add an extra link | Eric Andersen | 1 | -5/+6 | |
2004-04-12 | Patch from Rob Landley to fix sed documentation. | Eric Andersen | 1 | -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 website | Eric Andersen | 1 | -2/+2 | |
2004-04-12 | Fix spelling. "sort of" is two words. | Eric Andersen | 2 | -2/+2 | |
2004-04-12 | make mount ignore -n when CONFIG_FEATURE_MTAB_SUPPORT is disabled | Eric Andersen | 1 | -2/+2 | |
2004-04-12 | Fix compile error if CONFIG_FEATURE_IP_ADDR isnt enabled | Glenn L McGrath | 1 | -3/+3 | |
2004-04-12 | Fix up conditional compile of files needed by ip applets | Glenn L McGrath | 1 | -0/+36 | |
2004-04-09 | Add a comment explaining why we have to check for an extra \n | Glenn L McGrath | 1 | -1/+3 | |
2004-04-08 | Fix ftp resume | Glenn L McGrath | 1 | -5/+9 | |
Terminate returned message at <CRLF> so strtoul returns without error | |||||
2004-04-07 | Vladimir N. Oleynik writes: | Eric Andersen | 1 | -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-07 | Add the Tritton Technologies NAS120 | Eric Andersen | 1 | -0/+2 | |
2004-04-07 | Document insmod -o | Eric Andersen | 1 | -0/+1 | |
2004-04-07 | Update for release1_00_pre9 | Eric Andersen | 1 | -0/+26 | |
2004-04-07 | Update changelog for release | Eric Andersen | 1 | -393/+1511 | |
2004-04-07 | Fix url | Eric Andersen | 1 | -1/+1 | |
2004-04-07 | Minor update | Eric Andersen | 1 | -4/+5 | |
2004-04-07 | Mention Acronis PartitionExpert | Eric Andersen | 1 | -0/+4 | |
2004-04-07 | More doc updates | Eric Andersen | 3 | -20/+33 | |