busybox/Changelog

407 lines
6.8 KiB
Plaintext
Raw Normal View History

2003-07-15 13:22:41 +05:30
---------------------
2004-04-14 01:08:17 +05:30
PatchSet 4054
Date: 2004/04/07 15:19:26
Author: andersen
2003-07-15 13:22:41 +05:30
Branch: HEAD
2004-04-07 19:49:26 +05:30
Tag: (none)
2004-01-31 11:14:07 +05:30
Log:
2004-04-14 01:08:17 +05:30
Update changelog for release
2004-01-31 11:14:07 +05:30
2004-04-07 19:49:26 +05:30
Members:
2004-04-14 01:08:17 +05:30
Changelog:1.290->1.291
2004-01-31 11:14:07 +05:30
---------------------
2004-04-14 01:08:17 +05:30
PatchSet 4055
Date: 2004/04/07 15:19:41
2003-12-23 14:42:09 +05:30
Author: andersen
2003-12-11 08:18:15 +05:30
Branch: HEAD
2004-04-14 01:08:17 +05:30
Tag: busybox_1_00_pre9
2004-02-23 14:44:07 +05:30
Log:
2004-04-14 01:08:17 +05:30
Update for release
2004-02-23 14:44:07 +05:30
2004-04-07 19:49:26 +05:30
Members:
2004-04-14 01:08:17 +05:30
docs/busybox.net/news.html:1.12->1.13
2004-02-23 14:44:07 +05:30
---------------------
2004-04-14 01:08:17 +05:30
PatchSet 4056
Date: 2004/04/07 16:07:55
2004-02-23 14:44:07 +05:30
Author: andersen
Branch: HEAD
2004-04-07 19:49:26 +05:30
Tag: (none)
2004-02-23 14:44:07 +05:30
Log:
2004-04-14 01:08:17 +05:30
Document insmod -o
2004-02-23 14:44:07 +05:30
2004-04-07 19:49:26 +05:30
Members:
2004-04-14 01:08:17 +05:30
include/usage.h:1.201->1.202
2004-02-23 14:44:07 +05:30
---------------------
2004-04-14 01:08:17 +05:30
PatchSet 4057
Date: 2004/04/07 17:59:59
2004-02-23 14:44:07 +05:30
Author: andersen
Branch: HEAD
2004-04-07 19:49:26 +05:30
Tag: (none)
2004-02-23 14:44:07 +05:30
Log:
2004-04-14 01:08:17 +05:30
Add the Tritton Technologies NAS120
2004-04-07 19:49:26 +05:30
Members:
2004-04-14 01:08:17 +05:30
docs/busybox.net/shame.html:1.13->1.14
2004-04-07 19:49:26 +05:30
---------------------
2004-04-14 01:08:17 +05:30
PatchSet 4058
Date: 2004/04/07 18:59:04
2004-04-07 19:49:26 +05:30
Author: andersen
Branch: HEAD
Tag: (none)
Log:
2004-04-14 01:08:17 +05:30
Vladimir N. Oleynik writes:
2004-04-07 19:49:26 +05:30
2004-04-14 01:08:17 +05:30
Hi.
2004-04-07 19:49:26 +05:30
2004-04-14 01:08:17 +05:30
Last changes (rev 1.12) to recursive_actions() by Christian Grigis
have problem.
Test for demonstrate:
2004-04-07 19:49:26 +05:30
2004-04-14 01:08:17 +05:30
$ mkdir aaa bbb ccc
$ su
# chown root bbb
# chmod 700 bbb
# exit
$ busybox chmod 777 -R .
./bbb: Permision denied
2004-01-31 11:14:07 +05:30
2004-04-14 01:08:17 +05:30
But "./ccc" mode not changed. Previous variant works fine,
errors skiped and continued recursion.
2004-04-07 19:49:26 +05:30
--w
vodz
Members:
2004-04-14 01:08:17 +05:30
libbb/recursive_action.c:1.12->1.13
2004-04-07 19:49:26 +05:30
---------------------
2004-04-14 01:08:17 +05:30
PatchSet 4059
Date: 2004/04/08 11:27:11
Author: bug1
2004-02-23 14:44:07 +05:30
Branch: HEAD
2004-04-07 19:49:26 +05:30
Tag: (none)
2004-02-23 14:44:07 +05:30
Log:
2004-04-14 01:08:17 +05:30
Fix ftp resume
Terminate returned message at <CRLF> so strtoul returns without error
2004-02-23 14:44:07 +05:30
2004-04-07 19:49:26 +05:30
Members:
2004-04-14 01:08:17 +05:30
networking/wget.c:1.72->1.73
2004-02-23 14:44:07 +05:30
---------------------
2004-04-14 01:08:17 +05:30
PatchSet 4060
Date: 2004/04/09 07:59:05
Author: bug1
2004-02-23 14:44:07 +05:30
Branch: HEAD
2004-04-07 19:49:26 +05:30
Tag: (none)
2004-02-23 14:44:07 +05:30
Log:
2004-04-14 01:08:17 +05:30
Add a comment explaining why we have to check for an extra \n
2004-02-23 14:44:07 +05:30
2004-04-07 19:49:26 +05:30
Members:
2004-04-14 01:08:17 +05:30
archival/libunarchive/get_header_ar.c:1.9->1.10
2004-02-23 14:44:07 +05:30
---------------------
2004-04-14 01:08:17 +05:30
PatchSet 4061
Date: 2004/04/12 03:22:39
Author: bug1
2004-02-23 14:44:07 +05:30
Branch: HEAD
2004-04-07 19:49:26 +05:30
Tag: (none)
2004-02-23 14:44:07 +05:30
Log:
2004-04-14 01:08:17 +05:30
Fix up conditional compile of files needed by ip applets
2004-02-23 14:44:07 +05:30
2004-04-07 19:49:26 +05:30
Members:
2004-04-14 01:08:17 +05:30
networking/libiproute/Makefile.in:1.5->1.6
2004-02-23 14:44:07 +05:30
---------------------
2004-04-14 01:08:17 +05:30
PatchSet 4062
Date: 2004/04/12 03:35:44
Author: bug1
2004-02-23 14:44:07 +05:30
Branch: HEAD
2004-04-07 19:49:26 +05:30
Tag: (none)
2004-02-23 14:44:07 +05:30
Log:
2004-04-14 01:08:17 +05:30
Fix compile error if CONFIG_FEATURE_IP_ADDR isnt enabled
2004-02-23 14:44:07 +05:30
2004-04-07 19:49:26 +05:30
Members:
2004-04-14 01:08:17 +05:30
networking/ip.c:1.3->1.4
2004-02-23 14:44:07 +05:30
---------------------
2004-04-14 01:08:17 +05:30
PatchSet 4063
Date: 2004/04/12 16:02:53
2004-04-07 19:49:26 +05:30
Author: andersen
Branch: HEAD
Tag: (none)
Log:
2004-04-14 01:08:17 +05:30
make mount ignore -n when CONFIG_FEATURE_MTAB_SUPPORT is disabled
2004-04-07 19:49:26 +05:30
Members:
2004-04-14 01:08:17 +05:30
util-linux/mount.c:1.116->1.117
2004-04-07 19:49:26 +05:30
---------------------
2004-04-14 01:08:17 +05:30
PatchSet 4064
Date: 2004/04/12 16:03:51
2004-04-07 19:49:26 +05:30
Author: andersen
2004-02-23 14:44:07 +05:30
Branch: HEAD
2004-04-07 19:49:26 +05:30
Tag: (none)
2004-02-23 14:44:07 +05:30
Log:
2004-04-14 01:08:17 +05:30
Fix spelling. "sort of" is two words.
2004-02-23 14:44:07 +05:30
2004-04-07 19:49:26 +05:30
Members:
2004-04-14 01:08:17 +05:30
README:1.33->1.34
shell/cmdedit.c:1.90->1.91
2004-02-23 14:44:07 +05:30
---------------------
2004-04-14 01:08:17 +05:30
PatchSet 4065
Date: 2004/04/12 16:05:10
2004-04-07 19:49:26 +05:30
Author: andersen
2004-02-23 14:44:07 +05:30
Branch: HEAD
2004-04-07 19:49:26 +05:30
Tag: (none)
2004-02-23 14:44:07 +05:30
Log:
2004-04-14 01:08:17 +05:30
"Mac OS X" is how it is written on the Apple website
2004-02-23 14:44:07 +05:30
2004-04-07 19:49:26 +05:30
Members:
2004-04-14 01:08:17 +05:30
README:1.34->1.35
2004-02-23 14:44:07 +05:30
---------------------
2004-04-14 01:08:17 +05:30
PatchSet 4066
Date: 2004/04/12 16:12:06
2004-04-07 19:49:26 +05:30
Author: andersen
2004-02-23 14:44:07 +05:30
Branch: HEAD
2004-04-07 19:49:26 +05:30
Tag: (none)
2004-02-23 14:44:07 +05:30
Log:
2004-04-14 01:08:17 +05:30
Patch from Rob Landley to fix sed documentation.
The -i option was not documented, and in genereal
the formatting was a bit ugly.
2004-02-23 14:44:07 +05:30
2004-04-07 19:49:26 +05:30
Members:
2004-04-14 01:08:17 +05:30
include/usage.h:1.202->1.203
2004-02-23 14:44:07 +05:30
---------------------
2004-04-14 01:08:17 +05:30
PatchSet 4067
Date: 2004/04/12 16:23:19
2004-04-07 19:49:26 +05:30
Author: andersen
2004-02-23 14:44:07 +05:30
Branch: HEAD
2004-04-07 19:49:26 +05:30
Tag: (none)
2004-02-23 14:44:07 +05:30
Log:
2004-04-14 01:08:17 +05:30
Add an extra link
2004-02-23 14:44:07 +05:30
2004-04-07 19:49:26 +05:30
Members:
2004-04-14 01:08:17 +05:30
docs/busybox.net/shame.html:1.14->1.15
2004-02-23 14:44:07 +05:30
---------------------
2004-04-14 01:08:17 +05:30
PatchSet 4068
Date: 2004/04/12 18:59:23
2004-04-07 19:49:26 +05:30
Author: andersen
2004-02-23 14:44:07 +05:30
Branch: HEAD
2004-04-07 19:49:26 +05:30
Tag: (none)
2004-02-23 14:44:07 +05:30
Log:
2004-04-14 01:08:17 +05:30
Jamie Guinan writes:
2004-04-07 19:49:26 +05:30
2004-04-14 01:08:17 +05:30
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.
2004-02-23 14:44:07 +05:30
2004-04-14 01:08:17 +05:30
Patch below. Only tested for lash.
2004-04-07 19:49:26 +05:30
2004-04-14 01:08:17 +05:30
Cheers,
-Jamie
2004-04-07 19:49:26 +05:30
Members:
2004-04-14 01:08:17 +05:30
init/init.c:1.199->1.200
shell/hush.c:1.66->1.67
shell/lash.c:1.159->1.160
2004-02-23 14:44:07 +05:30
---------------------
2004-04-14 01:08:17 +05:30
PatchSet 4069
Date: 2004/04/12 20:12:13
2004-04-07 19:49:26 +05:30
Author: andersen
2004-02-23 14:44:07 +05:30
Branch: HEAD
2004-04-07 19:49:26 +05:30
Tag: (none)
2004-02-23 14:44:07 +05:30
Log:
2004-04-14 01:08:17 +05:30
Peter Milne writes:
2004-04-07 19:49:26 +05:30
2004-04-14 01:08:17 +05:30
Just upgraded from 0.6 to 1.00-pre8
2004-04-07 19:49:26 +05:30
2004-04-14 01:08:17 +05:30
Dot command handling handled args correctly (same as bash) in 0.60,
but failed in 1.00:
2004-04-07 19:49:26 +05:30
2004-04-14 01:08:17 +05:30
I fixed this by reverting the dotcmd function back to previous 0.60
instantiation,
please consider using the older version.
2004-02-23 14:44:07 +05:30
2004-04-14 01:08:17 +05:30
Thanks
2004-02-23 14:44:07 +05:30
2004-04-14 01:08:17 +05:30
Peter
2004-04-07 19:49:26 +05:30
Members:
2004-04-14 01:08:17 +05:30
shell/ash.c:1.95->1.96
2004-02-23 14:44:07 +05:30
---------------------
2004-04-14 01:08:17 +05:30
PatchSet 4070
Date: 2004/04/12 20:17:13
2004-04-07 19:49:26 +05:30
Author: andersen
2004-02-23 14:44:07 +05:30
Branch: HEAD
2004-04-07 19:49:26 +05:30
Tag: (none)
2004-02-23 14:44:07 +05:30
Log:
2004-04-14 01:08:17 +05:30
As reported by Quy Tonthat, init has problems with inittab's that
contain only actions sysinit/wait/once. It does not clean up zombies
in that case.
2004-02-23 14:44:07 +05:30
2004-04-07 19:49:26 +05:30
Members:
2004-04-14 01:08:17 +05:30
init/init.c:1.200->1.201
2004-02-23 14:44:07 +05:30
---------------------
2004-04-14 01:08:17 +05:30
PatchSet 4071
Date: 2004/04/12 20:21:54
2004-04-07 19:49:26 +05:30
Author: andersen
2004-02-23 14:44:07 +05:30
Branch: HEAD
2004-04-07 19:49:26 +05:30
Tag: (none)
2004-02-23 14:44:07 +05:30
Log:
2004-04-14 01:08:17 +05:30
Silly me
2004-02-23 14:44:07 +05:30
2004-04-07 19:49:26 +05:30
Members:
2004-04-14 01:08:17 +05:30
init/init.c:1.201->1.202
2004-02-23 14:44:07 +05:30
---------------------
2004-04-14 01:08:17 +05:30
PatchSet 4072
Date: 2004/04/12 21:57:17
2004-04-07 19:49:26 +05:30
Author: andersen
2004-02-23 14:44:07 +05:30
Branch: HEAD
2004-04-07 19:49:26 +05:30
Tag: (none)
2004-02-23 14:44:07 +05:30
Log:
2004-04-14 01:08:17 +05:30
Eric Spakman noticed that ifdown' will attempt to run 'ifconfig'
even if built with CONFIG_FEATURE_IFUPDOWN_IP when shutting down
a dhcp connection.
2004-02-23 14:44:07 +05:30
2004-04-07 19:49:26 +05:30
Members:
2004-04-14 01:08:17 +05:30
networking/ifupdown.c:1.36->1.37
2003-12-11 08:18:15 +05:30
2004-02-23 14:44:07 +05:30
---------------------
2004-04-14 01:08:17 +05:30
PatchSet 4073
Date: 2004/04/12 22:41:29
2004-04-07 19:49:26 +05:30
Author: andersen
2004-02-23 14:44:07 +05:30
Branch: HEAD
2004-04-07 19:49:26 +05:30
Tag: (none)
2004-02-23 14:44:07 +05:30
Log:
2004-04-14 01:08:17 +05:30
Wolfgang Denk writes:
2003-12-11 08:18:15 +05:30
2004-04-14 01:08:17 +05:30
He,
2003-12-11 08:18:15 +05:30
2004-04-14 01:08:17 +05:30
there is a bug in HUSH's handling of "if" / "elif" commands:
2003-12-11 08:18:15 +05:30
2004-04-14 01:08:17 +05:30
$ if true
> then
> echo 1
> elif
> true
> then
> echo 2
> elif
> true
> then
> echo 3
> else
> echo 4
> fi
1
2
3
$
2003-12-11 08:18:15 +05:30
2004-04-14 01:08:17 +05:30
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:
2004-01-31 11:14:07 +05:30
2004-04-14 01:08:17 +05:30
$ if true
> then
> echo 1
> elif
> true
> then
> echo 2
> elif
> true
> then
> echo 3
> else
> echo 4
> fi
1
$
2004-02-23 14:44:07 +05:30
2004-01-31 11:14:07 +05:30
2004-04-14 01:08:17 +05:30
Best regards,
2004-02-23 14:44:07 +05:30
2004-04-14 01:08:17 +05:30
Wolfgang Denk
2004-04-07 19:49:26 +05:30
Members:
2004-04-14 01:08:17 +05:30
shell/hush.c:1.67->1.68
2004-04-07 19:49:26 +05:30
---------------------
2004-04-14 01:08:17 +05:30
PatchSet 4074
Date: 2004/04/12 23:49:06
2004-04-07 19:49:26 +05:30
Author: andersen
Branch: HEAD
Tag: (none)
Log:
2004-04-14 01:08:17 +05:30
Sigh. The patch from David Anders (prpplague) broke standard
securetty files since the /dev was not stripped.
2004-04-07 19:49:26 +05:30
Members:
2004-04-14 01:08:17 +05:30
loginutils/login.c:1.15->1.16
2004-04-07 19:49:26 +05:30
---------------------
2004-04-14 01:08:17 +05:30
PatchSet 4075
Date: 2004/04/13 17:31:41
2004-04-07 19:49:26 +05:30
Author: andersen
Branch: HEAD
Tag: (none)
Log:
2004-04-14 01:08:17 +05:30
Put the glibc nss junk back at the end
2004-04-07 19:49:26 +05:30
Members:
2004-04-14 01:08:17 +05:30
docs/busybox_footer.pod:1.15->1.16
docs/busybox_header.pod:1.16->1.17
2004-04-07 19:49:26 +05:30
---------------------
2004-04-14 01:08:17 +05:30
PatchSet 4076
Date: 2004/04/13 19:28:46
2004-04-07 19:49:26 +05:30
Author: andersen
Branch: HEAD
Tag: (none)
Log:
2004-04-14 01:08:17 +05:30
Fix several problems with start-stop-daemon, add -m support
2004-04-07 19:49:26 +05:30
Members:
2004-04-14 01:08:17 +05:30
debianutils/start_stop_daemon.c:1.13->1.14
include/usage.h:1.203->1.204
2004-04-07 19:49:26 +05:30
---------------------
2004-04-14 01:08:17 +05:30
PatchSet 4077
Date: 2004/04/13 20:25:57
2004-04-07 19:49:26 +05:30
Author: andersen
Branch: HEAD
Tag: (none)
Log:
2004-04-14 01:08:17 +05:30
slightly clean the whacked out formatting
2004-04-07 19:49:26 +05:30
Members:
2004-04-14 01:08:17 +05:30
networking/ipcalc.c:1.8->1.9
2004-04-07 19:49:26 +05:30
---------------------
2004-04-14 01:08:17 +05:30
PatchSet 4078
Date: 2004/04/13 20:27:20
2004-04-07 19:49:26 +05:30
Author: andersen
2004-02-23 14:44:07 +05:30
Branch: HEAD
2004-04-07 19:49:26 +05:30
Tag: (none)
2004-02-23 14:44:07 +05:30
Log:
2004-04-14 01:08:17 +05:30
Fix incorrect ipcalc usage text
2003-09-12 12:33:52 +05:30
2004-04-07 19:49:26 +05:30
Members:
2004-04-14 01:08:17 +05:30
include/usage.h:1.204->1.205
2003-09-12 12:33:52 +05:30