Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Dont try and preserve hard links to directories. | Glenn L McGrath | 2004-04-19 | 1 | -1/+3 |
| | | | | | | | The linux kernel doesnt allow hard links to directories, SUS says its implementation specific. cramfs gives empty directories and 0 length files the same node it makies it difficult to distinguish from hard links. | ||||
* | Add two fundamental tests for copying directories | Glenn L McGrath | 2004-04-18 | 2 | -0/+9 |
| | |||||
* | Thats odd. I guess this was cut-n-paste error, but vodz | Eric Andersen | 2004-04-16 | 1 | -1/+1 |
| | | | | email address was wrong! | ||||
* | Update Acronis and Belkin | Eric Andersen | 2004-04-15 | 2 | -6/+7 |
| | |||||
* | Steven Scholz writes: | Eric Andersen | 2004-04-14 | 1 | -0/+2 |
| | | | | | | | | | | | | Hi there, the "-h" option of httpd is not described in the usage text. Please find the attached patch. Thanks. Steven | ||||
* | remove a warning | Eric Andersen | 2004-04-14 | 1 | -2/+1 |
| | |||||
* | Larry Doolittle writes: | Eric Andersen | 2004-04-14 | 70 | -170/+170 |
| | | | | | | | | | | | | | | | | | | | | | | This is a bulk spelling fix patch against busybox-1.00-pre10. If anyone gets a corrupted copy (and cares), let me know and I will make alternate arrangements. Erik - please apply. Authors - please check that I didn't corrupt any meaning. Package importers - see if any of these changes should be passed to the upstream authors. I glossed over lots of sloppy capitalizations, missing apostrophes, mixed American/British spellings, and German-style compound words. What is "pretect redefined for test" in cmdedit.c? Good luck on the 1.00 release! - Larry | ||||
* | bump version, prepare for -pre101_00_pre10 | Eric Andersen | 2004-04-13 | 4 | -1658/+293 |
| | |||||
* | Fix incorrect ipcalc usage text | Eric Andersen | 2004-04-13 | 1 | -16/+10 |
| | |||||
* | slightly clean the whacked out formatting | Eric Andersen | 2004-04-13 | 1 | -46/+47 |
| | |||||
* | Fix several problems with start-stop-daemon, add -m support | Eric Andersen | 2004-04-13 | 2 | -27/+46 |
| | |||||
* | Put the glibc nss junk back at the end | Eric Andersen | 2004-04-13 | 2 | -23/+25 |
| | |||||
* | Sigh. The patch from David Anders (prpplague) broke standard | Eric Andersen | 2004-04-12 | 1 | -1/+3 |
| | | | | securetty files since the /dev was not stripped. | ||||
* | Wolfgang Denk writes: | Eric Andersen | 2004-04-12 | 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 | ||||
* | Eric Spakman noticed that ifdown' will attempt to run 'ifconfig' | Eric Andersen | 2004-04-12 | 1 | -1/+1 |
| | | | | | even if built with CONFIG_FEATURE_IFUPDOWN_IP when shutting down a dhcp connection. | ||||
* | Silly me | Eric Andersen | 2004-04-12 | 1 | -1/+1 |
| | |||||
* | As reported by Quy Tonthat, init has problems with inittab's that | Eric Andersen | 2004-04-12 | 1 | -8/+1 |
| | | | | | contain only actions sysinit/wait/once. It does not clean up zombies in that case. | ||||
* | Peter Milne writes: | Eric Andersen | 2004-04-12 | 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 | ||||
* | Jamie Guinan writes: | Eric Andersen | 2004-04-12 | 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 | ||||
* | Add an extra link | Eric Andersen | 2004-04-12 | 1 | -5/+6 |
| | |||||
* | Patch from Rob Landley to fix sed documentation. | Eric Andersen | 2004-04-12 | 1 | -4/+8 |
| | | | | | The -i option was not documented, and in genereal the formatting was a bit ugly. | ||||
* | "Mac OS X" is how it is written on the Apple website | Eric Andersen | 2004-04-12 | 1 | -2/+2 |
| | |||||
* | Fix spelling. "sort of" is two words. | Eric Andersen | 2004-04-12 | 2 | -2/+2 |
| | |||||
* | make mount ignore -n when CONFIG_FEATURE_MTAB_SUPPORT is disabled | Eric Andersen | 2004-04-12 | 1 | -2/+2 |
| | |||||
* | Fix compile error if CONFIG_FEATURE_IP_ADDR isnt enabled | Glenn L McGrath | 2004-04-12 | 1 | -3/+3 |
| | |||||
* | Fix up conditional compile of files needed by ip applets | Glenn L McGrath | 2004-04-12 | 1 | -0/+36 |
| | |||||
* | Add a comment explaining why we have to check for an extra \n | Glenn L McGrath | 2004-04-09 | 1 | -1/+3 |
| | |||||
* | Fix ftp resume | Glenn L McGrath | 2004-04-08 | 1 | -5/+9 |
| | | | | Terminate returned message at <CRLF> so strtoul returns without error | ||||
* | Vladimir N. Oleynik writes: | Eric Andersen | 2004-04-07 | 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 | ||||
* | Add the Tritton Technologies NAS120 | Eric Andersen | 2004-04-07 | 1 | -0/+2 |
| | |||||
* | Document insmod -o | Eric Andersen | 2004-04-07 | 1 | -0/+1 |
| | |||||
* | Update for release1_00_pre9 | Eric Andersen | 2004-04-07 | 1 | -0/+26 |
| | |||||
* | Update changelog for release | Eric Andersen | 2004-04-07 | 1 | -393/+1511 |
| | |||||
* | Fix url | Eric Andersen | 2004-04-07 | 1 | -1/+1 |
| | |||||
* | Minor update | Eric Andersen | 2004-04-07 | 1 | -4/+5 |
| | |||||
* | Mention Acronis PartitionExpert | Eric Andersen | 2004-04-07 | 1 | -0/+4 |
| | |||||
* | More doc updates | Eric Andersen | 2004-04-07 | 3 | -20/+33 |
| | |||||
* | Add an example inetd.conf file | Eric Andersen | 2004-04-07 | 1 | -0/+73 |
| | |||||
* | Remove the CONFIG_FEATURE_SH_APPLETS_ALWAYS_WIN option. It was sortof | Eric Andersen | 2004-04-07 | 8 | -43/+8 |
| | | | | stupid and didn't work properly anyways. | ||||
* | Update the default config | Eric Andersen | 2004-04-07 | 1 | -50/+81 |
| | |||||
* | Bump version to -pre9 | Eric Andersen | 2004-04-06 | 1 | -1/+1 |
| | |||||
* | Fix buffalo url | Eric Andersen | 2004-04-06 | 1 | -1/+1 |
| | |||||
* | Yet more doc updates | Eric Andersen | 2004-04-06 | 3 | -93/+178 |
| | |||||
* | Yet more doc cleanups. Many thanks to Robert P. J. Day for | Eric Andersen | 2004-04-06 | 1 | -41/+46 |
| | | | | kindly reviewing the existing docs and providing helpful feedback. | ||||
* | Seem not many people are using 'ipaddr' since it has | Eric Andersen | 2004-04-06 | 1 | -1/+1 |
| | | | | never worked.... Most people use 'ip addr foo' I suppose. | ||||
* | Fix indenting | Eric Andersen | 2004-04-06 | 1 | -12/+12 |
| | |||||
* | yet-more doc updates and cleanups | Eric Andersen | 2004-04-06 | 1 | -103/+106 |
| | |||||
* | Yet more doc updates | Eric Andersen | 2004-04-06 | 3 | -56/+58 |
| | |||||
* | Eliminate all trace of the sgml based docs. It was a noble effort, | Eric Andersen | 2004-04-06 | 3 | -4090/+12 |
| | | | | but it just never worked out... | ||||
* | Fix it so build dependancies actually work and do something useful | Eric Andersen | 2004-04-06 | 1 | -2/+3 |
| |