hush/Changelog

672 lines
12 KiB
Plaintext
Raw Normal View History

2003-07-15 07:52:41 +00:00
---------------------
PatchSet 3926
2004-02-23 09:14:07 +00:00
Date: 2004/02/09 10:01:01
Author: andersen
2003-07-15 07:52:41 +00:00
Branch: HEAD
Tag: (none)
2004-01-31 05:44:07 +00:00
Log:
2004-02-23 09:14:07 +00:00
Buffalo appears to have resolved their GPL problems
2004-01-31 05:44:07 +00:00
Members:
docs/busybox.net/products.html:1.5->1.6
docs/busybox.net/shame.html:1.7->1.8
2004-01-31 05:44:07 +00:00
---------------------
PatchSet 3927
2004-02-23 09:14:07 +00:00
Date: 2004/02/09 10:57:04
2003-12-23 09:12:09 +00:00
Author: andersen
2003-12-11 02:48:15 +00:00
Branch: HEAD
Tag: (none)
2003-12-11 02:48:15 +00:00
Log:
2004-02-23 09:14:07 +00:00
Update URL
2003-12-11 02:48:15 +00:00
Members:
docs/busybox.net/products.html:1.6->1.7
2003-12-11 02:48:15 +00:00
---------------------
PatchSet 3928
2004-02-23 09:14:07 +00:00
Date: 2004/02/10 01:07:45
Author: andersen
Branch: HEAD
Tag: (none)
2004-02-23 09:14:07 +00:00
Log:
Support disabling pipe and redirect support
Members:
shell/lash.c:1.151->1.152
2004-02-23 09:14:07 +00:00
---------------------
PatchSet 3929
2004-02-23 09:14:07 +00:00
Date: 2004/02/10 01:28:36
Author: andersen
Branch: HEAD
Tag: (none)
2004-02-23 09:14:07 +00:00
Log:
Initial effort at disabling job control as well
Members:
shell/lash.c:1.152->1.153
2004-02-23 09:14:07 +00:00
---------------------
PatchSet 3930
2004-02-23 09:14:07 +00:00
Date: 2004/02/10 01:30:21
Author: andersen
Branch: HEAD
Tag: (none)
2004-02-23 09:14:07 +00:00
Log:
oops. Leave the default feature set enbled for now...
Members:
shell/lash.c:1.153->1.154
2004-02-23 09:14:07 +00:00
---------------------
PatchSet 3931
2004-02-23 09:14:07 +00:00
Date: 2004/02/13 08:09:43
Author: andersen
Branch: HEAD
Tag: (none)
2004-02-23 09:14:07 +00:00
Log:
Accomodate the fact that newer libc versions may in fact not
contain query_module and friends and more
Members:
libbb/module_syscalls.c:1.13->1.14
2004-02-23 09:14:07 +00:00
---------------------
PatchSet 3932
2004-02-23 09:14:07 +00:00
Date: 2004/02/14 21:33:39
Author: andersen
Branch: HEAD
Tag: (none)
2004-02-23 09:14:07 +00:00
Log:
Avoid naming conflict with symbol in newer glibc headers
Members:
miscutils/hdparm.c:1.9->1.10
2004-02-23 09:14:07 +00:00
---------------------
PatchSet 3933
2004-02-23 09:14:07 +00:00
Date: 2004/02/17 07:51:31
Author: bug1
Branch: HEAD
Tag: (none)
2004-02-23 09:14:07 +00:00
Log:
define option names to be clearer, simplify nested if statements, remove
un-needed if statement, minor indenting change
Members:
coreutils/date.c:1.41->1.42
2004-02-23 09:14:07 +00:00
---------------------
PatchSet 3934
2004-02-23 09:14:07 +00:00
Date: 2004/02/17 07:58:04
2003-12-11 02:48:15 +00:00
Author: bug1
Branch: HEAD
Tag: (none)
2003-12-11 02:48:15 +00:00
Log:
2004-02-23 09:14:07 +00:00
Woops, im getting ahead of myself, we dont have the -r (refernece)
option yet
2004-01-31 05:44:07 +00:00
Members:
coreutils/date.c:1.42->1.43
2004-01-31 05:44:07 +00:00
---------------------
PatchSet 3935
2004-02-23 09:14:07 +00:00
Date: 2004/02/17 10:16:21
2004-01-31 05:44:07 +00:00
Author: mjn3
Branch: HEAD
Tag: (none)
2004-01-31 05:44:07 +00:00
Log:
2004-02-23 09:14:07 +00:00
Patch from Florian Schirmer <jolt@tuxbox.org>. When I rewrote the parser,
I overlooked the case of someone wanting to use a valid but empty suid
config file.
Members:
applets/applets.c:1.21->1.22
2004-02-23 09:14:07 +00:00
---------------------
PatchSet 3936
2004-02-23 09:14:07 +00:00
Date: 2004/02/17 11:55:06
Author: bug1
Branch: HEAD
Tag: (none)
2004-02-23 09:14:07 +00:00
Log:
Dont strip trailing '/' until _after_ i test to set if its there !
Members:
archival/libunarchive/get_header_tar.c:1.30->1.31
2004-02-23 09:14:07 +00:00
---------------------
PatchSet 3937
2004-02-23 09:14:07 +00:00
Date: 2004/02/17 12:04:13
Author: bug1
Branch: HEAD
Tag: (none)
2004-02-23 09:14:07 +00:00
Log:
Remove debugging
2003-12-11 02:48:15 +00:00
Members:
archival/libunarchive/get_header_tar.c:1.31->1.32
2003-12-11 02:48:15 +00:00
---------------------
PatchSet 3938
2004-02-23 09:14:07 +00:00
Date: 2004/02/17 12:22:21
Author: bug1
Branch: HEAD
Tag: (none)
2004-02-23 09:14:07 +00:00
Log:
Add the -r option, patch from Rob with some help from myself.
Members:
coreutils/date.c:1.43->1.44
2004-02-23 09:14:07 +00:00
---------------------
PatchSet 3939
2004-02-23 09:14:07 +00:00
Date: 2004/02/17 20:04:34
Author: andersen
Branch: HEAD
Tag: (none)
2004-02-23 09:14:07 +00:00
Log:
Mark Lord writes:
The config file processing for inetd in busybox-1.00-pre7 and newer
is broken -- the saved command argv[] values overwrite each other.
Patch to fix it is attached.
Cheers
--
Mark Lord
Real-Time Remedies Inc.
Members:
networking/inetd.c:1.14->1.15
2004-02-23 09:14:07 +00:00
---------------------
PatchSet 3940
2004-02-23 09:14:07 +00:00
Date: 2004/02/17 20:08:11
Author: andersen
Branch: HEAD
Tag: (none)
2004-02-23 09:14:07 +00:00
Log:
Remove the unused CONFIG_FEATURE_HTTPD_SET_CGI_VARS_TO_ENV option.
Members:
networking/Config.in:1.25->1.26
2004-02-23 09:14:07 +00:00
---------------------
PatchSet 3941
2004-02-23 09:14:07 +00:00
Date: 2004/02/18 09:40:41
Author: mjn3
Branch: HEAD
Tag: (none)
2004-02-23 09:14:07 +00:00
Log:
Fix vstype[] to match VS* defines. Patch from OpenWrt by mbm.
Members:
shell/ash.c:1.89->1.90
2004-02-23 09:14:07 +00:00
---------------------
PatchSet 3942
2004-02-23 09:14:07 +00:00
Date: 2004/02/18 09:54:15
Author: landley
Branch: HEAD
Tag: (none)
2004-02-23 09:14:07 +00:00
Log:
Add -i option to sed, to edit files in-place.
Members:
editors/sed.c:1.159->1.160
2004-02-23 09:14:07 +00:00
---------------------
PatchSet 3943
2004-02-23 09:14:07 +00:00
Date: 2004/02/18 10:14:17
2004-02-04 11:44:58 +00:00
Author: mjn3
2003-12-11 02:48:15 +00:00
Branch: HEAD
Tag: (none)
2003-12-11 02:48:15 +00:00
Log:
2004-02-23 09:14:07 +00:00
Patch from OpenWrt.
Members:
modutils/insmod.c:1.111->1.112
2004-02-23 09:14:07 +00:00
---------------------
PatchSet 3944
2004-02-23 09:14:07 +00:00
Date: 2004/02/18 12:58:00
Author: bug1
Branch: HEAD
Tag: (none)
2004-02-23 09:14:07 +00:00
Log:
remove debugging
2003-12-11 02:48:15 +00:00
Members:
networking/inetd.c:1.15->1.16
2003-12-11 02:48:15 +00:00
---------------------
PatchSet 3945
2004-02-23 09:14:07 +00:00
Date: 2004/02/18 13:12:53
2003-12-11 02:48:15 +00:00
Author: bug1
Branch: HEAD
Tag: (none)
2003-12-11 02:48:15 +00:00
Log:
2004-02-23 09:14:07 +00:00
Formatting
2003-12-11 02:48:15 +00:00
Members:
networking/inetd.c:1.16->1.17
2003-12-11 02:48:15 +00:00
---------------------
PatchSet 3946
2004-02-23 09:14:07 +00:00
Date: 2004/02/18 13:19:58
2004-01-31 05:44:07 +00:00
Author: bug1
Branch: HEAD
Tag: (none)
2004-01-31 05:44:07 +00:00
Log:
2004-02-23 09:14:07 +00:00
Dont use same variable and struct name
2004-01-31 05:44:07 +00:00
Members:
networking/inetd.c:1.17->1.18
2004-01-31 05:44:07 +00:00
---------------------
PatchSet 3947
2004-02-23 09:14:07 +00:00
Date: 2004/02/19 00:44:08
2003-12-11 02:48:15 +00:00
Author: andersen
Branch: HEAD
Tag: (none)
2003-12-11 02:48:15 +00:00
Log:
2004-02-23 09:14:07 +00:00
Chris Larson (kergoth) writes:
I was adding -s/--symbolic-link support to busybox cp when I noticed a
bug with -r/-a. Test case:
mkdir -p test/out
cd test
busybox cp -a * out/
Will never return until we run out of open files or similar.
Coreutils cp on the other hand will error with "cannot copy a directory,
`out', into itself, `out'". Patch attached.
2003-12-11 02:48:15 +00:00
Members:
libbb/copy_file.c:1.28->1.29
2003-12-11 02:48:15 +00:00
---------------------
PatchSet 3948
2004-02-23 09:14:07 +00:00
Date: 2004/02/19 01:52:29
2003-12-11 02:48:15 +00:00
Author: andersen
Branch: HEAD
Tag: (none)
2003-12-11 02:48:15 +00:00
Log:
2004-02-23 09:14:07 +00:00
Chris Larson (kergoth) writes:
As Manuel points out, this is a flawed fix, and doesnt fix the
following:
mkdir -p cpa cpb cpc
cp -a cpa cpa/cpb/cpc
Attached what appears to be a more sane fix. Apply on top of previous.
Please confirm sanity.
Members:
libbb/copy_file.c:1.29->1.30
2004-02-23 09:14:07 +00:00
---------------------
PatchSet 3949
2004-02-23 09:14:07 +00:00
Date: 2004/02/19 08:48:30
Author: bug1
Branch: HEAD
Tag: (none)
2004-02-23 09:14:07 +00:00
Log:
Add extra comments, freakout if a pax archive is encoutered.
Members:
archival/libunarchive/get_header_tar.c:1.32->1.33
2004-02-23 09:14:07 +00:00
---------------------
PatchSet 3950
2004-02-23 09:14:07 +00:00
Date: 2004/02/20 02:25:18
Author: bug1
Branch: HEAD
Tag: (none)
2004-02-23 09:14:07 +00:00
Log:
A strict interpretation of the ustar format requires the type flag to be
interpreted, we cannot depend on the file type being set in the mode
field.
Members:
archival/libunarchive/get_header_tar.c:1.33->1.34
2003-12-11 02:48:15 +00:00
2004-02-23 09:14:07 +00:00
---------------------
PatchSet 3951
2004-02-23 09:14:07 +00:00
Date: 2004/02/20 02:34:42
Author: bug1
Branch: HEAD
Tag: (none)
2004-02-23 09:14:07 +00:00
Log:
Fix up hard links
2004-01-31 05:44:07 +00:00
Members:
archival/libunarchive/get_header_tar.c:1.34->1.35
2004-01-31 05:44:07 +00:00
---------------------
PatchSet 3952
2004-02-23 09:14:07 +00:00
Date: 2004/02/20 09:55:37
2003-12-11 02:48:15 +00:00
Author: andersen
Branch: HEAD
Tag: (none)
2003-12-11 02:48:15 +00:00
Log:
2004-02-23 09:14:07 +00:00
Document missing cp options
2003-12-11 02:48:15 +00:00
Members:
include/usage.h:1.187->1.188
2003-12-11 02:48:15 +00:00
2004-02-23 09:14:07 +00:00
---------------------
PatchSet 3953
2004-02-23 09:14:07 +00:00
Date: 2004/02/21 07:49:54
Author: bug1
Branch: HEAD
Tag: (none)
2004-02-23 09:14:07 +00:00
Log:
Use return instead of exit, use == instead of & ==, left justify labels,
adjustment of whitespace.
2003-12-11 02:48:15 +00:00
Members:
coreutils/mv.c:1.19->1.20
2003-12-11 02:48:15 +00:00
2004-02-23 09:14:07 +00:00
---------------------
PatchSet 3954
2004-02-23 09:14:07 +00:00
Date: 2004/02/21 09:20:56
Author: bug1
Branch: HEAD
Tag: (none)
2004-02-23 09:14:07 +00:00
Log:
Sometimes i get carried away with the use of function pointers, im sure
it seemed like a good idea at the time.
Members:
archival/libunarchive/seek_by_char.c:1.3->1.4
include/libbb.h:1.126->1.127
libbb/copyfd.c:1.9->1.10
2004-02-23 09:14:07 +00:00
---------------------
PatchSet 3955
2004-02-23 09:14:07 +00:00
Date: 2004/02/22 00:27:34
Author: bug1
Branch: HEAD
Tag: (none)
2004-02-23 09:14:07 +00:00
Log:
No need to check proxy env variable twice, ignore proxy env variable if
its set to 0
Members:
networking/wget.c:1.68->1.69
2004-02-23 09:14:07 +00:00
---------------------
PatchSet 3956
2004-02-23 09:14:07 +00:00
Date: 2004/02/22 02:58:57
Author: bug1
Branch: HEAD
Tag: (none)
2004-02-23 09:14:07 +00:00
Log:
Return 1 upon failure
Members:
coreutils/md5_sha1_sum.c:1.4->1.5
2004-02-23 09:14:07 +00:00
---------------------
PatchSet 3957
2004-02-23 09:14:07 +00:00
Date: 2004/02/22 03:33:53
Author: bug1
Branch: HEAD
Tag: (none)
2004-02-23 09:14:07 +00:00
Log:
Ptch by Hideki IWAMOTO, fix a bug preventing tftp from getting or
putting more than 0xffff blocks.
Members:
networking/tftp.c:1.21->1.22
2004-02-23 09:14:07 +00:00
---------------------
PatchSet 3958
2004-02-23 09:14:07 +00:00
Date: 2004/02/22 04:12:58
Author: bug1
Branch: HEAD
Tag: (none)
2004-02-23 09:14:07 +00:00
Log:
Update usage for ftpget and ftpput
Members:
include/usage.h:1.188->1.189
2004-02-23 09:14:07 +00:00
---------------------
PatchSet 3959
2004-02-23 09:14:07 +00:00
Date: 2004/02/22 04:17:26
Author: bug1
Branch: HEAD
Tag: (none)
2004-02-23 09:14:07 +00:00
Log:
Thomas Geulig, remove duplicate header
Members:
init/init_shared.c:1.3->1.4
2004-02-23 09:14:07 +00:00
---------------------
PatchSet 3960
2004-02-23 09:14:07 +00:00
Date: 2004/02/22 04:44:21
Author: bug1
Branch: HEAD
Tag: (none)
2004-02-23 09:14:07 +00:00
Log:
Fixup braces (patch from Thomas Geulig), run through indent and manually
adjust.
Members:
miscutils/crond.c:1.12->1.13
2004-02-23 09:14:07 +00:00
---------------------
PatchSet 3961
2004-02-23 09:14:07 +00:00
Date: 2004/02/22 04:58:36
Author: bug1
Branch: HEAD
Tag: (none)
2004-02-23 09:14:07 +00:00
Log:
remove duplicate header declarations
Members:
networking/inetd.c:1.18->1.19
2004-02-23 09:14:07 +00:00
---------------------
PatchSet 3962
2004-02-23 09:14:07 +00:00
Date: 2004/02/22 07:20:25
Author: bug1
Branch: HEAD
Tag: (none)
2004-02-23 09:14:07 +00:00
Log:
Patch from Hideki IWAMOTO, output debugging messages to stderr
Members:
networking/tftp.c:1.22->1.23
2004-02-23 09:14:07 +00:00
---------------------
PatchSet 3963
2004-02-23 09:14:07 +00:00
Date: 2004/02/22 07:38:36
Author: bug1
Branch: HEAD
Tag: (none)
2004-02-23 09:14:07 +00:00
Log:
Patch from Florian Schirmer. compile fix for debug builds
Members:
miscutils/devfsd.c:1.7->1.8
2004-02-23 09:14:07 +00:00
---------------------
PatchSet 3964
2004-02-23 09:14:07 +00:00
Date: 2004/02/22 08:33:37
Author: bug1
Branch: HEAD
Tag: (none)
2004-02-23 09:14:07 +00:00
Log:
Use /var/lib/hwclock for adjtime, its really a state file rather than a
config file, so it should be in /etc, FHS mentions it also.
Members:
util-linux/hwclock.c:1.6->1.7
2004-02-23 09:14:07 +00:00
---------------------
PatchSet 3965
2004-02-23 09:14:07 +00:00
Date: 2004/02/22 09:11:33
Author: bug1
Branch: HEAD
Tag: (none)
2004-02-23 09:14:07 +00:00
Log:
Use bb_getopt_ulflags, marginal saving, better argument checking.
Members:
util-linux/hwclock.c:1.7->1.8
2004-02-23 09:14:07 +00:00
---------------------
PatchSet 3966
2004-02-23 09:14:07 +00:00
Date: 2004/02/22 09:45:57
Author: bug1
Branch: HEAD
Tag: (none)
2004-02-23 09:14:07 +00:00
Log:
Patch from James Zhu, telnetd window resizing support.
Members:
networking/telnetd.c:1.9->1.10
2004-02-23 09:14:07 +00:00
---------------------
PatchSet 3967
2004-02-23 09:14:07 +00:00
Date: 2004/02/22 11:13:28
Author: bug1
Branch: HEAD
Tag: (none)
2004-02-23 09:14:07 +00:00
Log:
Vodz. last_patch_128
- declare applet_using as static from applets.c
- small correction to cmdedit,
previous version cleared history after Ctrl-C
- small spelling correction (by Friedrich Lobenstock)
Members:
applets/applets.c:1.22->1.23
shell/cmdedit.c:1.88->1.89
2004-02-23 09:14:07 +00:00
---------------------
PatchSet 3968
2004-02-23 09:14:07 +00:00
Date: 2004/02/22 11:25:13
Author: bug1
Branch: HEAD
Tag: (none)
2004-02-23 09:14:07 +00:00
Log:
Patch from Vodz, cleanup memory usage, send strdup error messages to
syslog.
Members:
networking/inetd.c:1.19->1.20
2003-12-11 02:48:15 +00:00
2004-02-23 09:14:07 +00:00
---------------------
PatchSet 3969
2004-02-23 09:14:07 +00:00
Date: 2004/02/22 11:35:13
Author: bug1
Branch: HEAD
Tag: (none)
2004-02-23 09:14:07 +00:00
Log:
Patch from Chris Larson (kergoth), to allow multiple directores to be
unmounted at once.
2003-12-11 02:48:15 +00:00
Members:
docs/busybox.sgml:1.52->1.53
util-linux/umount.c:1.62->1.63
2003-12-11 02:48:15 +00:00
---------------------
PatchSet 3970
2004-02-23 09:14:07 +00:00
Date: 2004/02/22 11:46:49
2003-12-11 02:48:15 +00:00
Author: andersen
Branch: HEAD
Tag: (none)
2003-12-11 02:48:15 +00:00
Log:
2004-02-23 09:14:07 +00:00
For the time being, revert the changes for detecting copying
a directory into itself. It is harder to do this correctly
than it appears. Not trying at all seems a better compromise
for the time being, untill we can implement this correctly.
2003-12-11 02:48:15 +00:00
Members:
libbb/copy_file.c:1.30->1.31
2003-12-11 02:48:15 +00:00
2004-02-23 09:14:07 +00:00
---------------------
PatchSet 3971
2004-02-23 09:14:07 +00:00
Date: 2004/02/22 11:55:09
Author: bug1
Branch: HEAD
Tag: (none)
2004-02-23 09:14:07 +00:00
Log:
Patch from Dmitry Zakharov, this line was missedfrom the last patch
2004-01-31 05:44:07 +00:00
Members:
editors/awk.c:1.5->1.6
2004-02-23 09:14:07 +00:00
---------------------
PatchSet 3972
2004-02-23 09:14:07 +00:00
Date: 2004/02/22 12:17:33
Author: bug1
Branch: HEAD
Tag: (none)
2004-02-23 09:14:07 +00:00
Log:
Fix from Paul Kortekaas for syslog -C option, size should be in kB.
2004-01-31 05:44:07 +00:00
Members:
sysklogd/syslogd.c:1.106->1.107
2004-01-31 05:44:07 +00:00
---------------------
PatchSet 3973
2004-02-23 09:14:07 +00:00
Date: 2004/02/22 12:25:47
2004-01-31 05:44:07 +00:00
Author: andersen
Branch: HEAD
Tag: (none)
2004-01-31 05:44:07 +00:00
Log:
2004-02-23 09:14:07 +00:00
Fernando Silveira writes:
2004-01-31 05:44:07 +00:00
2004-02-04 11:44:58 +00:00
Hi,
2004-01-31 05:44:07 +00:00
2004-02-23 09:14:07 +00:00
Well, I made this patch a long time ago (08/2002) because it was a
need of a project, but had no time to send it to you. It adds support
to `autologin' option of the telnet protocol. It has been used since
made with busybox 0.60.3 at production and I had no problems with it.
I have ported it to the HEAD revision of the CVS server (20040211) and
I hope you enjoy and apply it to the official sources. :)
Thanks a lot!
Members:
include/usage.h:1.189->1.190
networking/Config.in:1.26->1.27
networking/telnet.c:1.41->1.42
2004-02-04 11:44:58 +00:00
2004-02-23 09:14:07 +00:00
---------------------
PatchSet 3974
2004-02-23 09:14:07 +00:00
Date: 2004/02/22 12:27:04
Author: andersen
Branch: HEAD
Tag: (none)
2004-02-23 09:14:07 +00:00
Log:
Bump up version in preparation for -pre8
Members:
Rules.mak:1.27->1.28
2004-02-23 09:14:07 +00:00
---------------------
PatchSet 3975
2004-02-23 09:14:07 +00:00
Date: 2004/02/23 08:11:07
Author: bug1
Branch: HEAD
Tag: (none)
2004-02-23 09:14:07 +00:00
Log:
bb_full_fd_action was incorrectly returning an error message causing
major breaking.
2003-09-12 07:03:52 +00:00
Members:
libbb/copyfd.c:1.10->1.11
2003-09-12 07:03:52 +00:00