Fix a typo
[oweals/busybox.git] / Changelog
index 65b9f0f971c673129aa1ce671f114fb59de26330..7e09f670d63712233c5bb3aaf53e1a4285563198 100644 (file)
--- a/Changelog
+++ b/Changelog
 ---------------------
-PatchSet 3826 
-Date: 2003/12/23 09:12:09
-Author: andersen
-Branch: HEAD
-Tag: busybox_1_00_pre5 
-Log:
-Prepare for release
-
-Members: 
-       Changelog:1.285->1.286 
-       docs/busybox.net/news.html:1.4->1.5 
-       docs/busybox.net/oldnews.html:1.18->1.19 
-
----------------------
-PatchSet 3827 
-Date: 2003/12/23 10:00:00
+PatchSet 4304 
+Date: 2004/07/26 11:45:25
 Author: andersen
 Branch: HEAD
 Tag: (none) 
 Log:
-Show the news by default
+Make certain that udhcp shuts down the interface
 
 Members: 
-       docs/busybox.net/about.html:INITIAL->1.1 
-       docs/busybox.net/header.html:1.5->1.6 
-       docs/busybox.net/index.html:1.133->1.134 
+       networking/ifupdown.c:1.43->1.44 
 
 ---------------------
-PatchSet 3828 
-Date: 2003/12/23 20:24:51
+PatchSet 4305 
+Date: 2004/07/26 11:45:47
 Author: andersen
 Branch: HEAD
 Tag: (none) 
 Log:
-Cmdedit update from Vladimir N. Oleynik (vodz)
+bump version to -rc2
 
 Members: 
-       shell/cmdedit.c:1.83->1.8
+       Rules.mak:1.33->1.3
 
 ---------------------
-PatchSet 3829 
-Date: 2003/12/23 20:37:23
+PatchSet 4306 
+Date: 2004/07/26 11:46:50
 Author: andersen
 Branch: HEAD
 Tag: (none) 
 Log:
-don't mess up errno
+oops
 
 Members: 
-       libbb/xconnect.c:1.9->1.10 
+       networking/ifupdown.c:1.44->1.45 
 
 ---------------------
-PatchSet 3830 
-Date: 2003/12/23 20:37:54
+PatchSet 4307 
+Date: 2004/07/26 12:05:12
 Author: andersen
 Branch: HEAD
 Tag: (none) 
 Log:
-fix broken formatting
+YAEGASHI Takeshi writes:
 
-Members: 
-       libbb/xconnect.c:1.10->1.11 
+Hi,
 
----------------------
-PatchSet 3831 
-Date: 2003/12/23 20:45:14
-Author: andersen
-Branch: HEAD
-Tag: (none) 
-Log:
-Match changes made to cmdedit
+With the following /etc/fstab (any two or more lines of nfs), mount -a
+-t nfs causes a segmentation faults.
 
-Members: 
-       editors/vi.c:1.29->1.30 
+server:/exports/aaa /mnt/aaa nfs defaults 0 0
+server:/exprots/bbb /mnt/bbb nfs defaults 0 0
 
----------------------
-PatchSet 3832 
-Date: 2003/12/23 20:47:22
-Author: andersen
-Branch: HEAD
-Tag: (none) 
-Log:
-match changes made to cmdedit
+In util-linux/nfsmount.c, it overwrites malloc'ed pointer *mount_opts
+with a static pointer.  With this patch it does proper memory realloc
+and data copy instead.
 
 Members: 
-       util-linux/more.c:1.58->1.59 
+       util-linux/nfsmount.c:1.27->1.28 
 
 ---------------------
-PatchSet 3833 
-Date: 2003/12/24 06:02:10
+PatchSet 4308 
+Date: 2004/07/26 12:05:44
 Author: andersen
 Branch: HEAD
 Tag: (none) 
 Log:
-Patch from Ned Ludd, solar at gentoo dot org:
-
-I had previously provided you with a patch to help complete busybox's
-props suite, but have heard no word back. Sense then I've made use of as
-many of busybox's native API settings as I could find and would really
-love for you to include support for this. If there is something more I
-need to do to get this supported added in please let me know.
+Make certain that udhcp shuts down the interface
 
 Members: 
-       include/applets.h:1.109->1.110 
-       include/usage.h:1.181->1.182 
-       procps/Config.in:1.7->1.8 
-       procps/Makefile.in:1.4->1.5 
-       procps/sysctl.c:INITIAL->1.1 
+       networking/ifupdown.c:1.45->1.46 
 
 ---------------------
-PatchSet 3834 
-Date: 2003/12/24 19:30:27
-Author: russ
-Branch: HEAD
-Tag: (none) 
-Log:
-move debugging to safe place (before vfork)
-
-Members: 
-       networking/udhcp/script.c:1.9->1.10 
-
----------------------
-PatchSet 3835 
-Date: 2003/12/24 19:56:58
-Author: russ
-Branch: HEAD
-Tag: (none) 
-Log:
-fix a long standing underallocation bug
-
-Members: 
-       networking/udhcp/script.c:1.10->1.11 
-
----------------------
-PatchSet 3836 
-Date: 2003/12/24 20:30:45
+PatchSet 4309 
+Date: 2004/07/26 12:06:19
 Author: andersen
 Branch: HEAD
 Tag: (none) 
 Log:
-re-indent
-
-Members: 
-       modutils/insmod.c:1.108->1.109 
-       modutils/modprobe.c:1.24->1.25 
-       modutils/rmmod.c:1.25->1.26 
-
----------------------
-PatchSet 3837 
-Date: 2003/12/26 02:19:34
-Author: bug1
-Branch: HEAD
-Tag: (none) 
-Log:
-Vodz last_patch120, more busybox integration, saves 330 Bytes. Tested.
-
-Members: 
-       procps/sysctl.c:1.1->1.2 
-
----------------------
-PatchSet 3838 
-Date: 2003/12/26 14:01:36
-Author: bug1
-Branch: HEAD
-Tag: (none) 
-Log:
-Isolate code better for unused options, config option to enable long
-options, add some conditions to the tar tests in testsuite.
+Allow hex escape sequences
 
 Members: 
-       archival/Config.in:1.12->1.13 
-       archival/tar.c:1.185->1.186 
-       include/usage.h:1.182->1.183 
-       testsuite/tar/tar-handles-cz-options:1.2->1.3 
-       testsuite/tar/tar-handles-empty-include-and-non-empty-exclude-list:1.3->1.4 
-       testsuite/tar/tar-handles-exclude-and-extract-lists:1.3->1.4 
-       testsuite/tar/tar-handles-multiple-X-options:1.1->1.2 
-       testsuite/tar/tar-handles-nested-exclude:1.3->1.4 
+       libbb/process_escape_sequence.c:1.6->1.7 
 
 ---------------------
-PatchSet 3839 
-Date: 2003/12/26 23:41:28
-Author: russ
-Branch: HEAD
-Tag: (none) 
-Log:
-it should work even if you don't assign a pidfile
-
-Members: 
-       networking/udhcp/common.c:1.4->1.5 
-
----------------------
-PatchSet 3840 
-Date: 2003/12/27 00:21:47
-Author: bug1
-Branch: HEAD
-Tag: (none) 
-Log:
-Fix a bug of mine, identified by Stephane Billiart
-
-Members: 
-       networking/wget.c:1.63->1.64 
-
----------------------
-PatchSet 3841 
-Date: 2003/12/28 05:02:40
-Author: timr
-Branch: HEAD
-Tag: (none) 
-Log:
-ws, show date setting format
-
-Members: 
-       include/usage.h:1.183->1.184 
-
----------------------
-PatchSet 3842 
-Date: 2003/12/28 05:06:56
+PatchSet 4310 
+Date: 2004/07/26 12:07:01
 Author: andersen
 Branch: HEAD
 Tag: (none) 
 Log:
-Update example slightly
-
-Members: 
-       include/usage.h:1.184->1.185 
-
----------------------
-PatchSet 3843 
-Date: 2003/12/31 23:10:44
-Author: bug1
-Branch: HEAD
-Tag: (none) 
-Log:
-Batch from Bastian Blank to fix debian bug #216435;
-When linking a non existing file busybox ln will report the target
-missind and not the source:
-
-Members: 
-       coreutils/ln.c:1.42->1.43 
-
----------------------
-PatchSet 3844 
-Date: 2003/12/31 23:20:10
-Author: bug1
-Branch: HEAD
-Tag: (none) 
-Log:
-Fix debian bug #215612, insmod should be silent on request
-
-Members: 
-       modutils/insmod.c:1.109->1.110 
-
----------------------
-PatchSet 3845 
-Date: 2004/01/01 00:23:01
-Author: bug1
-Branch: HEAD
-Tag: (none) 
-Log:
-Sync to waldi's subversion archive
+Prepare for release
 
 Members: 
-       debian/README.debian:1.2->1.3(DEAD) 
-       debian/changelog:1.38->1.39 
-       debian/compat:INITIAL->1.1 
-       debian/config-deb:1.10->1.11 
-       debian/config-floppy-udeb-linux:INITIAL->1.1 
-       debian/config-static:1.13->1.14 
-       debian/config-udeb:1.17->1.18 
-       debian/config-udeb-linux:INITIAL->1.1 
-       debian/config-udeb-linux-i386:1.3->1.4(DEAD) 
-       debian/control:1.18->1.19 
-       debian/control-extract:INITIAL->1.1 
-       debian/copyright:1.4->1.5 
-       debian/rules:1.24->1.25 
+       Changelog:1.293->1.294 
+       Rules.mak:1.34->1.35 
+       docs/busybox.net/news.html:1.19->1.20 
 
 ---------------------
-PatchSet 3846 
-Date: 2004/01/02 09:08:45
+PatchSet 4311 
+Date: 2004/07/26 12:11:32
 Author: andersen
 Branch: HEAD
 Tag: (none) 
 Log:
-Add some details on exactly how to comply with the GPL
- -Erik
+bother.  unrevert my fix.
 
 Members: 
-       docs/busybox.net/header.html:1.6->1.7 
-       docs/busybox.net/license.html:INITIAL->1.1 
-       docs/busybox.net/shame.html:1.3->1.4 
+       libbb/process_escape_sequence.c:1.7->1.8 
+       networking/ifupdown.c:1.46->1.47 
 
 ---------------------
-PatchSet 3847 
-Date: 2004/01/02 10:07:40
+PatchSet 4312 
+Date: 2004/07/26 12:12:06
 Author: andersen
 Branch: HEAD
 Tag: (none) 
 Log:
-fixes from Selwyn Tang
+bump version to -rc2
 
 Members: 
-       docs/busybox.net/license.html:1.1->1.2 
+       Rules.mak:1.35->1.36 
 
 ---------------------
-PatchSet 3848 
-Date: 2004/01/03 12:07:32
-Author: bug1
-Branch: HEAD
-Tag: (none) 
-Log:
-Declare dependencies of command line editing in the build system
-
-Members: 
-       shell/Config.in:1.11->1.12 
-       shell/cmdedit.c:1.84->1.85 
-
----------------------
-PatchSet 3849 
-Date: 2004/01/04 06:42:14
-Author: landley
-Branch: HEAD
-Tag: (none) 
-Log:
-
-Thinko in s//options.  (Whitespace skipping in the wrong place.)
-
-Members: 
-       editors/sed.c:1.157->1.158 
-
----------------------
-PatchSet 3850 
-Date: 2004/01/04 10:28:22
-Author: bug1
-Branch: HEAD
-Tag: (none) 
-Log:
-Use bb_getopt_ulflags, saves some space, better argument checking.
-Remove ar specific extraction code, always use common extraction code.
-
-Members: 
-       archival/ar.c:1.46->1.47 
-
----------------------
-PatchSet 3851 
-Date: 2004/01/04 11:06:34
-Author: bug1
-Branch: HEAD
-Tag: (none) 
-Log:
-Fix usage with libraries, skip symbol table.
-
-Members: 
-       archival/libunarchive/get_header_ar.c:1.7->1.8 
-
----------------------
-PatchSet 3852 
-Date: 2004/01/05 11:49:55
-Author: bug1
+PatchSet 4313 
+Date: 2004/07/26 12:22:33
+Author: andersen
 Branch: HEAD
-Tag: (none) 
+Tag: busybox_1_00_rc2 
 Log:
-Use bb_getopt_ulflags, simplify some logic, saves some bytes.
+add missing ;
 
 Members: 
-       archival/bunzip2.c:1.16->1.17 
+       networking/ifupdown.c:1.47->1.48 
 
 ---------------------
-PatchSet 3853 
-Date: 2004/01/05 12:35:05
-Author: bug1
+PatchSet 4314 
+Date: 2004/07/26 18:57:49
+Author: sandman
 Branch: HEAD
 Tag: (none) 
 Log:
-Use bb_getopt_ulflags, save 150 bytes.
+document stuff I have done
 
 Members: 
-       archival/gunzip.c:1.77->1.78 
+       AUTHORS:1.45->1.46 
 
 ---------------------
-PatchSet 3854 
-Date: 2004/01/05 23:49:37
+PatchSet 4315 
+Date: 2004/07/27 16:45:46
 Author: andersen
 Branch: HEAD
 Tag: (none) 
 Log:
-Fix broken #else
+Felipe Kellermann noticed a missing `break'.
 
 Members: 
-       modutils/insmod.c:1.110->1.111 
+       libbb/process_escape_sequence.c:1.8->1.9 
 
 ---------------------
-PatchSet 3855 
-Date: 2004/01/06 00:07:17
+PatchSet 4316 
+Date: 2004/07/28 19:15:04
 Author: andersen
 Branch: HEAD
 Tag: (none) 
 Log:
-Woody Suwalski writes:
-
-accept more then 1 dependency per modules.dep line. Also white space cleanup...
-I think that parsing still breaks sometimes, but is mostly functional now.
+Thanks to Ken Roberts, fix the slackware url
 
 Members: 
-       modutils/modprobe.c:1.25->1.26 
+       docs/busybox.net/products.html:1.11->1.12 
 
 ---------------------
-PatchSet 3856 
-Date: 2004/01/07 09:24:06
-Author: bug1
-Branch: HEAD
-Tag: (none) 
-Log:
-Use bb_getopt_ulflags, save 100 bytes and strict argument checking.
-
-Members: 
-       archival/dpkg_deb.c:1.30->1.31 
-
----------------------
-PatchSet 3857 
-Date: 2004/01/08 10:51:09
-Author: bug1
+PatchSet 4317 
+Date: 2004/07/29 23:15:16
+Author: mjn3
 Branch: HEAD
 Tag: (none) 
 Log:
-Patch from Bastian Blank to fix debian bug #226722, test case:\r
- mkdir foo\r
- touch foo/bar\r
- ln -s bar foo/baz
+Clean up hex escape support.
 
 Members: 
-       coreutils/ln.c:1.43->1.44 
+       libbb/process_escape_sequence.c:1.9->1.10 
 
 ---------------------
-PatchSet 385
-Date: 2004/01/10 11:25:53
+PatchSet 431
+Date: 2004/07/30 14:31:01
 Author: andersen
 Branch: HEAD
 Tag: (none) 
 Log:
-Woody Suwalski writes:
-
-I have found the problem in modprobe, so here is the promised patch
-At the current stage I can use it as modprobe while switching between
-2.4 and 2.6 seemlesly...(that is good!)
+As noted by Eric Spakman, calling static_down() and then calling
+bootp_down() seems redundant, esp since bootp_down was a subset
+of static_down, so just use that...
 
 Members: 
-       modutils/modprobe.c:1.26->1.27 
+       networking/ifupdown.c:1.48->1.49 
 
 ---------------------
-PatchSet 385
-Date: 2004/01/10 11:29:31
+PatchSet 431
+Date: 2004/07/30 14:36:37
 Author: andersen
 Branch: HEAD
 Tag: (none) 
 Log:
-whitespace cleanup
-
-Members: 
-       modutils/modprobe.c:1.27->1.28 
-
----------------------
-PatchSet 3860 
-Date: 2004/01/11 05:20:59
-Author: bug1
-Branch: HEAD
-Tag: (none) 
-Log:
-Patch from Matt Kraai to fix debian bug #227081
-
-cp does not truncate existing destinations.  That is, after
-running
-
- echo foo > foo
- echo fubar > fubar
- cp foo fubar
-
-the contents of fubar are
-
- foo
- r
-
-instead of
-
- foo
-
-Members: 
-       libbb/copy_file.c:1.27->1.28 
-
----------------------
-PatchSet 3861 
-Date: 2004/01/13 10:12:16
-Author: bug1
-Branch: HEAD
-Tag: (none) 
-Log:
-Patch by Tito, remove some unneeded variables to save some space.
+Fix up brain damage with the way major and minor are used to
+create a dev_t
 
 Members: 
-       console-tools/openvt.c:1.6->1.7 
+       miscutils/makedevs.c:1.19->1.20 
 
 ---------------------
-PatchSet 3862 
-Date: 2004/01/13 10:19:37
-Author: bug1
-Branch: HEAD
-Tag: (none) 
-Log:
-Vodz last_patch_121, syncing with dash_0.4.19, reduce code size.
-
-Members: 
-       shell/ash.c:1.84->1.85 
-
----------------------
-PatchSet 3863 
-Date: 2004/01/13 10:57:32
-Author: bug1
+PatchSet 4320 
+Date: 2004/07/30 14:45:08
+Author: andersen
 Branch: HEAD
 Tag: (none) 
 Log:
-Patch from Bastian Blank, allow the buildtime to be overriden with a
-different string, used by the debian busybox-cvs to specify the debian
-date based version number.
+use SIGTERM to kill off udhcpd, not SIGKILL
 
 Members: 
-       include/busybox.h:1.53->1.54 
-       scripts/config/confdata.c:1.4->1.5 
+       networking/ifupdown.c:1.49->1.50 
 
 ---------------------
-PatchSet 3864 
-Date: 2004/01/13 11:39:22
+PatchSet 4321 
+Date: 2004/07/30 17:24:46
 Author: andersen
 Branch: HEAD
 Tag: (none) 
 Log:
-Fix a bug where mount could check the wrong device.  st_rdev is the correct
-device ID iff the named file is a character or block special device.  Otherwise
-it is meaningless junk, in which case st_dev should be used.  This was done
-incorrectly, which could cause mount to display bogus mount info.
+Fixup getty, login, etc so the utmp and wtmp are updated, allowing
+the 'who' and 'last' applets among other things to work as expected.
  -Erik
 
 Members: 
-       libbb/find_root_device.c:1.10->1.11 
+       coreutils/Config.in:1.24->1.25 
+       loginutils/Config.in:1.7->1.8 
+       loginutils/getty.c:1.11->1.12 
+       loginutils/login.c:1.17->1.18 
+       miscutils/Config.in:1.17->1.18 
 
 ---------------------
-PatchSet 3865 
-Date: 2004/01/14 07:34:37
-Author: bug1
-Branch: HEAD
-Tag: (none) 
-Log:
-Patch by Tito, use bb_xgetlarg, reduce size
-
-Members: 
-       console-tools/chvt.c:1.20->1.21 
-
----------------------
-PatchSet 3866 
-Date: 2004/01/14 09:34:50
-Author: bug1
-Branch: HEAD
-Tag: (none) 
-Log:
-Vodz last_patch_122, Check $PATH at runtime to fix tab completion
-
-Members: 
-       shell/ash.c:1.85->1.86 
-       shell/cmdedit.c:1.85->1.86 
-       shell/cmdedit.h:1.14->1.15 
-
----------------------
-PatchSet 3867 
-Date: 2004/01/15 11:50:17
-Author: bug1
-Branch: HEAD
-Tag: (none) 
-Log:
-Patch by Tito, reduce size of deallocvt, also make the usage message
-clearer (from N to [N]) and indirectly (through bb_xgetlarg) adds support
-for  -h ;-)
-
-Members: 
-       console-tools/deallocvt.c:1.27->1.28 
-       include/usage.h:1.185->1.186 
-
----------------------
-PatchSet 3868 
-Date: 2004/01/16 12:48:53
+PatchSet 4322 
+Date: 2004/07/30 17:39:08
 Author: andersen
 Branch: HEAD
 Tag: (none) 
 Log:
-Minor updates from linux 2.6.1
-
-Members: 
-       scripts/config/conf.c:1.2->1.3 
-       scripts/config/confdata.c:1.5->1.6 
-
----------------------
-PatchSet 3869 
-Date: 2004/01/17 00:34:31
-Author: bug1
-Branch: HEAD
-Tag: (none) 
-Log:
-Use bb_get_chomped_line_from_file
+Umm.  Not guilty by reason of insanity.
+ -Erik
 
 Members: 
-       networking/inetd.c:1.6->1.7 
+       loginutils/getty.c:1.12->1.13 
+       loginutils/login.c:1.18->1.19 
 
 ---------------------
-PatchSet 3870 
-Date: 2004/01/17 01:26:53
-Author: bug1
+PatchSet 4323 
+Date: 2004/07/30 17:48:21
+Author: andersen
 Branch: HEAD
 Tag: (none) 
 Log:
-Changed #define names for common features (superficial)
+Fix incorrect arguments being passed to mknod
 
 Members: 
-       networking/inetd.c:1.7->1.8 
+       miscutils/makedevs.c:1.20->1.21 
 
 ---------------------
-PatchSet 3871 
-Date: 2004/01/17 01:44:32
-Author: bug1
+PatchSet 4324 
+Date: 2004/07/30 23:52:08
+Author: andersen
 Branch: HEAD
 Tag: (none) 
 Log:
-Remove some defined statements
+Simon Poole reports that awk segfaults when environment variables
+with no value exist, i.e.
 
-Members: 
-       networking/inetd.c:1.8->1.9 
+       $ export BOB=''
+       % ./busybox awk
+       Segmentation fault
 
----------------------
-PatchSet 3872 
-Date: 2004/01/17 02:47:45
-Author: bug1
-Branch: HEAD
-Tag: (none) 
-Log:
-Use 1 line for function name and return value,
-remove dofork define/variable,
-dont check pid value is < or > than 0 if we know it is 0.
+This patch teaches awk to not blow chunks on empty env variables.
+ -Erik
 
 Members: 
-       networking/inetd.c:1.9->1.10 
+       editors/awk.c:1.9->1.10 
 
 ---------------------
-PatchSet 3873 
-Date: 2004/01/17 03:20:46
-Author: bug1
+PatchSet 4325 
+Date: 2004/08/01 18:54:45
+Author: andersen
 Branch: HEAD
 Tag: (none) 
 Log:
-The functions setconfig, enter and bump_nofile were only called once, marge them into the calling
-function.
+fixup cut-n-paste problem
 
 Members: 
-       networking/inetd.c:1.10->1.1
+       docs/busybox.net/news.html:1.20->1.2
 
 ---------------------
-PatchSet 3874 
-Date: 2004/01/17 03:24:05
-Author: bug1
+PatchSet 4326 
+Date: 2004/08/03 00:14:01
+Author: andersen
 Branch: HEAD
 Tag: (none) 
 Log:
-Patch from Arthur Othieno, clarify common options between dpkg and dpkg-deb
+Tito, farmatito at tiscali dot it writes:
 
-Members: 
-       archival/Config.in:1.13->1.14 
-
----------------------
-PatchSet 3875 
-Date: 2004/01/17 05:03:30
-Author: bug1
-Branch: HEAD
-Tag: (none) 
-Log:
-Modify bb_lookup_port to allow the protocol to be specified, allowing
-/etc/services support for inetd, netcat and tftp.
+Hi to all,
+This patch is useful for:
+1) remove an unused var from extern char *find_real_root_device_name(const char* name)
+    changing it to extern char *find_real_root_device_name(void).
+2) fixes include/libbb.h, coreutils/df.c, util-linux/mount.c and  util-linux/umount.c accordingly.
+3) fixes a bug, really a false positive,  in find_real_root_device_name() that happens if
+    in the /dev directory exists a link named root (/dev/root) that should be skipped but
+    is not. This affects applets like df that display wrong results
 
 Members: 
-       include/libbb.h:1.124->1.125 
-       libbb/xconnect.c:1.11->1.12 
-       networking/ftpgetput.c:1.13->1.14 
-       networking/inetd.c:1.11->1.12 
-       networking/nc.c:1.21->1.22 
-       networking/telnet.c:1.40->1.41 
-       networking/tftp.c:1.20->1.21 
-       networking/wget.c:1.64->1.65 
+       coreutils/df.c:1.57->1.58 
+       include/libbb.h:1.132->1.133 
+       libbb/find_root_device.c:1.12->1.13 
+       util-linux/mount.c:1.119->1.120 
+       util-linux/umount.c:1.64->1.65 
 
 ---------------------
-PatchSet 3876 
-Date: 2004/01/17 23:07:14
-Author: bug1
+PatchSet 4327 
+Date: 2004/08/03 08:23:33
+Author: andersen
 Branch: HEAD
 Tag: (none) 
 Log:
-Patch from Leif Lindholm (slightly modified by me), to fix http
-redirection.
-Example of incorrect behaviour was the following url, busybox wget didnt
-get redirected to the busybox url as it should.
-http://freshmeat.net/redir/busybox/953/url_homepage/www.busybox.net
+William Barsse writes:
 
-Members: 
-       networking/wget.c:1.65->1.66 
+fixes two other issues (plus the previous as well) with a 2.4 kernel :
 
----------------------
-PatchSet 3877 
-Date: 2004/01/18 05:15:16
-Author: bug1
-Branch: HEAD
-Tag: (none) 
-Log:
-Use bb_getopt_ulflags, save 200-300 bytes
+- should be able to modprobe an already loaded module and get 0 return
+code :
+# modprobe <something> && modprobe <something> && echo "ok" || echo "failed"
+....
+failed
 
-Members: 
-       coreutils/ls.c:1.101->1.102 
-
----------------------
-PatchSet 3878 
-Date: 2004/01/18 05:41:30
-Author: bug1
-Branch: HEAD
-Tag: (none) 
-Log:
-Fix a bug where `ls -le` would print the time twice.
+Well, hope this helps and that I didn't screw up again,
+- William
 
 Members: 
-       coreutils/ls.c:1.102->1.103 
+       modutils/modprobe.c:1.33->1.34 
 
 ---------------------
-PatchSet 3879 
-Date: 2004/01/18 08:58:06
-Author: bug1
+PatchSet 4328 
+Date: 2004/08/04 19:16:54
+Author: andersen
 Branch: HEAD
 Tag: (none) 
 Log:
-Fix up a couple of bugs i introduced in yesterdays cleanup.
+Run msh through indent
 
 Members: 
-       networking/inetd.c:1.12->1.13 
+       shell/msh.c:1.18->1.19 
 
 ---------------------
-PatchSet 3880 
-Date: 2004/01/18 18:18:33
+PatchSet 4329 
+Date: 2004/08/04 19:19:10
 Author: andersen
 Branch: HEAD
 Tag: (none) 
 Log:
-Stephane Billiart writes:
+Michael Leibow, MichaelLe at belkin.com writes:
 
-bb_lookup_port now takes 3 parameters but rdate has not been modified
-accordingly and fails to compile in the current CVS version.
-The modification below fixes the problem.
+A question was posted a month ago by Mark Alamo to see if others had
+problems with sourcing subscripts within msh.  We asked his firm to fix the
+msh.c bug he described because we didn't have enough time to do it
+ourselves.
 
-Now, RFC868 allows both UDP and TCP implementations of the time protocol
-so this may not work if someone defines a udp time service other than 37
-but who would do that?
+When msh.c is executing a compound statement and there is a . command to
+source another script file, msh.c will not execute the subscript until it's
+completed executing the rest of the compound statement.
 
-Members: 
-       util-linux/rdate.c:1.31->1.32 
+His example was this:
 
----------------------
-PatchSet 3881 
-Date: 2004/01/20 12:57:18
-Author: bug1
-Branch: HEAD
-Tag: (none) 
-Log:
-Patch from Tito, reduce size, merge functions that are only used once.
+Echo "Start" ; . ./subA; echo "mid" ; . ./subB ; echo "end"
 
-Members: 
-       util-linux/fdformat.c:1.2->1.3 
+subA and subB execute AFTER end is printed in reverse order.  The same is
+true if the sourced files are inside an if else fi, case esac, or any
+compound statement.
 
----------------------
-PatchSet 3882 
-Date: 2004/01/20 15:32:39
-Author: bug1
-Branch: HEAD
-Tag: (none) 
-Log:
-Redo getconfigent, save 150 bytes, still small memory leak when
-parsing invalid entries.
+Attached is a patch to msh.c.  It fixes the problem.  Cd to the root of your
+busybox tree and execute "patch -p1 < msh.c.patch"
 
-Members: 
-       networking/inetd.c:1.13->1.14 
+Unfortunately, I won't have more time to work on this so I hope that there
+aren't any problems!
 
----------------------
-PatchSet 3883 
-Date: 2004/01/21 10:59:45
-Author: bug1
-Branch: HEAD
-Tag: (none) 
-Log:
-Patch by Richard Kojedzinszky, when using END at end of lines it was
- skipping to next line, cw command was leaving one char in buffer
+Michael Leibow
+Senior Software Engineer
 
-Members: 
-       editors/vi.c:1.30->1.31 
-
----------------------
-PatchSet 3884 
-Date: 2004/01/21 11:36:44
-Author: bug1
-Branch: HEAD
-Tag: (none) 
-Log:
-Patch from Atsushi Nemoto, recent MIPS kernel headers
-does not provide PAGE_SHIFT for userland (because now mips-linux kernel
-supports PAGESIZE other than 4K).
+Belkin Corporation
 
 Members: 
-       libbb/procps.c:1.11->1.12 
+       shell/msh.c:1.19->1.20 
 
 ---------------------
-PatchSet 3885 
-Date: 2004/01/22 07:10:13
+PatchSet 4330 
+Date: 2004/08/06 00:58:53
 Author: bug1
 Branch: HEAD
 Tag: (none) 
 Log:
-Vodz, last_patch_123, patch have new version getopt_ulflags.
-- size reduced 34 bytes
-- don`t use dynamic memory allocation
-- small indent correction.
+Part of patch from William Barsse, fixes a problem with unescaped %.
 
 Members: 
-       libbb/getopt_ulflags.c:1.5->1.6 
+       sysklogd/klogd.c:1.22->1.23 
 
 ---------------------
-PatchSet 3886 
-Date: 2004/01/22 09:04:58
+PatchSet 4331 
+Date: 2004/08/06 01:49:04
 Author: bug1
 Branch: HEAD
 Tag: (none) 
 Log:
-Check one and only one of start, stop are given.
-Remove some global variables.
-#define some getopt values.
+Patch from Tito to fix warnings about redifined functionions barrier and likely.
 
 Members: 
-       debianutils/start_stop_daemon.c:1.10->1.11 
+       shell/ash.c:1.103->1.104 
 
 ---------------------
-PatchSet 3887 
-Date: 2004/01/22 12:42:23
+PatchSet 4332 
+Date: 2004/08/11 02:30:30
 Author: bug1
 Branch: HEAD
 Tag: (none) 
 Log:
-last_patch_124 from Vodz, fix an ash bug when alt-1 was pressed, debian
-bug #228915
+Willian Barsse wrote
+"There seems to be a slight problem with the "mod_strcmp" function in
+modprobe.c, it scans for the first occurence of the module name in the
+"mod_path" variable and expects it to be the last path element. ie
+/lib/modules/2.4.22-debug/kernel/fs/vfat in my example. The comparison
+will always fail if mod_path contains another substring matching the
+module name."
 
-Members: 
-       shell/cmdedit.c:1.86->1.87 
-
----------------------
-PatchSet 3888 
-Date: 2004/01/23 10:57:00
-Author: bug1
-Branch: HEAD
-Tag: (none) 
-Log:
-Remove unneeded conditions and logic, fix bug where ownership didnt
-change.
-Dont use bb_make_directory it doesnt have the features, and its ugly to
-work around it.
+Robert McQueen wrote
+"Although William Barsse's patch fixed mod_strcmp for 2.4 kernels, there
+was a remaining problem which prevented it from working for me. I've
+just tracked it down - when you enable kernel 2.6 module support it
+hard-wired the extension to .ko instead of checking at runtime like the
+other places where 2.4 differs from 2.6. The attached patch fixes this
+for me."
 
 Members: 
-       coreutils/install.c:1.4->1.
+       modutils/modprobe.c:1.34->1.3
 
 ---------------------
-PatchSet 3889 
-Date: 2004/01/23 20:28:53
+PatchSet 4333 
+Date: 2004/08/11 02:32:18
 Author: bug1
 Branch: HEAD
 Tag: (none) 
 Log:
-Dont change ownership unless we created the directory.
+Patch from Phil Blundellto improve substring match
 
 Members: 
-       coreutils/install.c:1.5->1.
+       modutils/modprobe.c:1.35->1.3
 
 ---------------------
-PatchSet 3890 
-Date: 2004/01/23 21:40:19
+PatchSet 4334 
+Date: 2004/08/11 02:45:47
 Author: bug1
 Branch: HEAD
 Tag: (none) 
 Log:
-Check valid options were given
+Patch from Bastian Blank to add 64 bit support to the test command.
+Example of broken usage: ./busybox test 2147483648 -gt 2147483648
 
 Members: 
-       coreutils/install.c:1.6->1.7 
+       coreutils/Config.in:1.25->1.26 
+       coreutils/test.c:1.25->1.26 
 
 ---------------------
-PatchSet 3891 
-Date: 2004/01/23 21:43:49
+PatchSet 4335 
+Date: 2004/08/11 03:50:30
 Author: bug1
 Branch: HEAD
 Tag: (none) 
 Log:
-Correct check for only one of K or S options
+Patch from Tito to fix memory leak upon error.
 
 Members: 
-       debianutils/start_stop_daemon.c:1.11->1.12 
+       libbb/xreadlink.c:1.5->1.6 
 
 ---------------------
-PatchSet 3892 
-Date: 2004/01/23 21:57:16
+PatchSet 4336 
+Date: 2004/08/11 05:56:30
 Author: bug1
 Branch: HEAD
 Tag: (none) 
 Log:
-Enable long options, adds 150 bytes.
+Patch from Mike Castle, dont print an empty line (patch modified by me to
+change formatting).
 
 Members: 
-       coreutils/install.c:1.7->1.8 
+       modutils/modprobe.c:1.36->1.37 
 
 ---------------------
-PatchSet 3893 
-Date: 2004/01/25 05:48:28
+PatchSet 4337 
+Date: 2004/08/11 08:10:58
 Author: bug1
 Branch: HEAD
 Tag: (none) 
 Log:
-Add the -h, --dereference option for archive creation.
+Set default command to list rather than get, its default behaviour now
+coincides with upstream. Patch from debian diff.
 
 Members: 
-       archival/tar.c:1.186->1.187 
+       networking/libiproute/iproute.c:1.13->1.14 
 
 ---------------------
-PatchSet 3894 
-Date: 2004/01/25 05:50:28
-Author: bug1
-Branch: HEAD
-Tag: (none) 
-Log:
-Add the -r option as a synonym of -R
-
-Members: 
-       coreutils/cp.c:1.21->1.22 
-
----------------------
-PatchSet 3895 
-Date: 2004/01/25 08:46:10
-Author: bug1
-Branch: HEAD
-Tag: (none) 
-Log:
-Fix compile error when tab completion disabled
-
-Members: 
-       shell/ash.c:1.86->1.87 
-
----------------------
-PatchSet 3896 
-Date: 2004/01/25 19:47:10
-Author: mjn3
+PatchSet 4338 
+Date: 2004/08/12 16:52:00
+Author: andersen
 Branch: HEAD
 Tag: (none) 
 Log:
-Be stricter when converting strings to integers.  Should fix the problem
-reported by Rob.
+Patch from solar to fix problems with get_name()
 
 Members: 
-       coreutils/expr.c:1.14->1.15 
+       libbb/interface.c:1.23->1.24 
 
 ---------------------
-PatchSet 3897 
-Date: 2004/01/26 07:17:30
+PatchSet 4339 
+Date: 2004/08/14 20:57:33
 Author: andersen
 Branch: HEAD
 Tag: (none) 
 Log:
-Pascal Brisset writes:
+Christian Ostheimer writes:
 
-uuencode fails to encode binary data because it right-shifts
-bytes as signed chars and keeps the duplicated sign bits.
+Hello,
 
-The original base64_encode() from wget/http.c is broken as well,
-but it is only used to encode ascii data.
+function build_dep in modprobe.c assumes that dependencies of one module
+have not more than 255 chars;
+that is not sufficient in kernel 2.6.7 (alsa sound modules). - Below is
+a diff that solves the problem for me.
 
--- Pascal
+With regards, Christian Ostheimer
 
 Members: 
-       coreutils/uuencode.c:1.25->1.26 
-       networking/wget.c:1.66->1.67 
+       modutils/modprobe.c:1.37->1.38 
 
 ---------------------
-PatchSet 3898 
-Date: 2004/01/26 07:59:42
+PatchSet 4340 
+Date: 2004/08/16 08:29:44
 Author: andersen
 Branch: HEAD
 Tag: (none) 
 Log:
-Sigh.  TRENDware has released source -- only for busybox and udhcp.
-So despite their not providing kernel source, they have compiled with
-the requirements for busybox at least...
+Aurelien Jacobs writes:
 
-Members: 
-       docs/busybox.net/products.html:1.3->1.4 
-       docs/busybox.net/shame.html:1.4->1.5 
+with a quick conversion you will see that 132608 == 0x20600
+so noticed that the elif will never be matched !
+Apparently there was already a try to modify this in CVS which
+was reverted (it was plain wrong).
 
----------------------
-PatchSet 3899 
-Date: 2004/01/26 08:23:36
-Author: andersen
-Branch: HEAD
-Tag: (none) 
-Log:
-A few little updates, mostly cosmetic
+I don't know when __kernel_old_dev_t is needed, but with a 2.6.7
+or a 2.6.8 this is __kernel_dev_t wich is needed.
 
-Members: 
-       docs/busybox.net/products.html:1.4->1.5 
-       docs/busybox.net/shame.html:1.5->1.6 
+I corrected this with the following patch but maybe older 2.6
+still need __kernel_old_dev_t ?
 
----------------------
-PatchSet 3900 
-Date: 2004/01/27 07:36:07
-Author: bug1
-Branch: HEAD
-Tag: (none) 
-Log:
-Align using spaces to furthurest character and then one tab, now they
-should always be aligned.
+I think this should be corrected before 1.0.
 
-Members: 
-       coreutils/Makefile.in:1.6->1.7 
-
----------------------
-PatchSet 3901 
-Date: 2004/01/27 09:22:20
-Author: bug1
-Branch: HEAD
-Tag: (none) 
-Log:
-New applet, seq. No options, just the basics.
+Thanks
+Aurel
 
 Members: 
-       coreutils/Config.in:1.21->1.22 
-       coreutils/Makefile.in:1.7->1.8 
-       coreutils/seq.c:INITIAL->1.1 
-       include/applets.h:1.110->1.111 
-       include/usage.h:1.186->1.187 
+       libbb/loop.c:1.10->1.11 
 
 ---------------------
-PatchSet 3902 
-Date: 2004/01/27 20:17:39
+PatchSet 4341 
+Date: 2004/08/16 08:36:28
 Author: andersen
 Branch: HEAD
 Tag: (none) 
 Log:
-Teach busybox ps to get the correct uid when displaying stuff
+Use __kernel_old_dev_t for 2.6.x kernels
 
 Members: 
-       libbb/procps.c:1.12->1.13 
+       libbb/loop.c:1.11->1.12 
 
 ---------------------
-PatchSet 3903 
-Date: 2004/01/29 22:33:28
+PatchSet 4342 
+Date: 2004/08/16 08:38:34
 Author: andersen
 Branch: HEAD
 Tag: (none) 
 Log:
-Apply a couple of optimizations
+Joe.C writes:
 
-Members: 
-       libbb/hash_fd.c:1.3->1.4 
-
----------------------
-PatchSet 3904 
-Date: 2004/01/30 21:44:20
-Author: mjn3
-Branch: HEAD
-Tag: (none) 
-Log:
-Support new uClibc stdio core.
+ This bug is in busybox 1.0.0-rc2. When using lash exec
+builtin with redirection, the opened file fd keep increasing.
+For example, please try the following command with lash.
 
-Members: 
-       libbb/printf.c:1.2->1.3 
 
----------------------
-PatchSet 3905 
-Date: 2004/01/30 22:24:32
-Author: andersen
-Branch: HEAD
-Tag: (none) 
-Log:
-Avoid symbol naming conflict with libm
+ls -al /proc/<lash pid>/fd
+exec /bin/sh 2>/dev/null
+ls -al /proc/<lash pid>/fd
 
-Members: 
-       coreutils/dd.c:1.54->1.55 
+  The last 'ls' command output will look like this. The fd
+number 4 shouldn't exist.
 
----------------------
-PatchSet 3906 
-Date: 2004/01/30 22:31:58
-Author: andersen
-Branch: HEAD
-Tag: (none) 
-Log:
-Use proper C99 types throughout.  So not use silly typedefs.
+lrwx------    1 501      100         64 Aug 13 13:56 4 -> /dev/pts/5
+l-wx------    1 501      100         64 Aug 13 13:56 2 -> /dev/null
+lrwx------    1 501      100         64 Aug 13 13:56 1 -> /dev/pts/5
+lrwx------    1 501      100         64 Aug 13 13:56 0 -> /dev/pts/5
+dr-xr-xr-x    3 501      100          0 Aug 13 13:56 ..
+dr-x------    2 501      100          0 Aug 13 13:56 .
 
-Members: 
-       libbb/hash_fd.c:1.4->1.5 
+  This one-line patch fix this problem by setting CLOEXEC flag for
+squirrel fd. Please apply.
 
----------------------
-PatchSet 3907 
-Date: 2004/01/30 22:40:05
-Author: andersen
-Branch: HEAD
-Tag: (none) 
-Log:
-Use proper C99 types
+Joe.C
 
 Members: 
-       networking/nslookup.c:1.30->1.31 
-       util-linux/mkfs_minix.c:1.39->1.40 
+       shell/lash.c:1.160->1.161 
 
 ---------------------
-PatchSet 3908 
-Date: 2004/01/30 22:52:27
+PatchSet 4343 
+Date: 2004/08/16 09:07:39
 Author: andersen
 Branch: HEAD
 Tag: (none) 
 Log:
-s/u_int/unsigned int/g
-s/u_short/unsigned short/g
+Bertrand Baudet writes:
 
-Members: 
-       libbb/dump.c:1.6->1.7 
+Looks like the -D and -H options of the adduser applet aren't handle
+properly in BusyBox.
 
----------------------
-PatchSet 3909 
-Date: 2004/01/30 22:53:38
-Author: andersen
-Branch: HEAD
-Tag: (none) 
-Log:
-s/u_int/uint/g
+This patch fixes the masks definition for those options according to
+there position in the optstring.
 
-Members: 
-       archival/rpm.c:1.4->1.5 
-       archival/rpm2cpio.c:1.10->1.11 
-       util-linux/fdisk.c:1.15->1.16 
-       util-linux/fsck_minix.c:1.37->1.38 
+Patch against RC2 but should also apply cleanly against CVS.
 
----------------------
-PatchSet 3910 
-Date: 2004/01/30 22:56:20
-Author: andersen
-Branch: HEAD
-Tag: (none) 
-Log:
-Fixup use of 'u_int' to instead use 'unsigned int'
+Bertrand
 
 Members: 
-       util-linux/nfsmount.c:1.25->1.26 
-       util-linux/nfsmount.h:1.5->1.6 
+       loginutils/adduser.c:1.9->1.10 
 
 ---------------------
-PatchSet 3911 
-Date: 2004/01/30 22:59:50
+PatchSet 4344 
+Date: 2004/08/16 09:29:42
 Author: andersen
 Branch: HEAD
 Tag: (none) 
 Log:
-Use proper C99 types
+Do not use vfork, as init is not vfork safe.  Do not allow
+askfirst when mmuless.
 
 Members: 
-       networking/libiproute/utils.h:1.1->1.2 
+       init/init.c:1.203->1.204 
 
 ---------------------
-PatchSet 3912 
-Date: 2004/01/30 23:45:12
+PatchSet 4345 
+Date: 2004/08/16 10:22:34
 Author: andersen
 Branch: HEAD
 Tag: (none) 
 Log:
-Use standard C99 types
+Only pass modprobe module params with 2.6.x kernel support.
+ -Erik
 
 Members: 
-       networking/udhcp/arpping.c:1.4->1.5 
-       networking/udhcp/arpping.h:1.1->1.2 
-       networking/udhcp/clientpacket.c:1.5->1.6 
-       networking/udhcp/dhcpc.c:1.15->1.16 
-       networking/udhcp/dhcpc.h:1.3->1.4 
-       networking/udhcp/dhcpd.c:1.4->1.5 
-       networking/udhcp/dhcpd.h:1.4->1.5 
-       networking/udhcp/files.c:1.12->1.13 
-       networking/udhcp/leases.c:1.4->1.5 
-       networking/udhcp/leases.h:1.3->1.4 
-       networking/udhcp/options.c:1.6->1.7 
-       networking/udhcp/options.h:1.4->1.5 
-       networking/udhcp/packet.c:1.3->1.4 
-       networking/udhcp/packet.h:1.1->1.2 
-       networking/udhcp/script.c:1.11->1.12 
-       networking/udhcp/serverpacket.c:1.3->1.4 
-       networking/udhcp/serverpacket.h:1.2->1.3 
-       networking/udhcp/socket.c:1.6->1.7 
-       networking/udhcp/socket.h:1.2->1.3 
+       modutils/modprobe.c:1.38->1.39 
 
 ---------------------
-PatchSet 3913 
-Date: 2004/01/31 05:27:17
+PatchSet 4346 
+Date: 2004/08/16 10:23:33
 Author: andersen
 Branch: HEAD
 Tag: (none) 
 Log:
-Bump version for release
+Bump version
 
 Members: 
-       Rules.mak:1.25->1.26 
+       Rules.mak:1.36->1.37