Fix a typo
[oweals/busybox.git] / Changelog
index 9744dab6c910f4e8c0324cd58e2c4162dcbd57cc..7e09f670d63712233c5bb3aaf53e1a4285563198 100644 (file)
--- a/Changelog
+++ b/Changelog
 ---------------------
-PatchSet 3773 
-Date: 2003/12/11 02:48:15
+PatchSet 4304 
+Date: 2004/07/26 11:45:25
 Author: andersen
 Branch: HEAD
-Tag: busybox_1_00_pre4 
+Tag: (none) 
 Log:
-prepare for release
+Make certain that udhcp shuts down the interface
 
 Members: 
-       Changelog:1.284->1.285 
-       README:1.29->1.30 
-       docs/busybox.net/news.html:1.1->1.2 
+       networking/ifupdown.c:1.43->1.44 
 
 ---------------------
-PatchSet 3774 
-Date: 2003/12/11 07:13:15
+PatchSet 4305 
+Date: 2004/07/26 11:45:47
 Author: andersen
 Branch: HEAD
 Tag: (none) 
 Log:
-some minor website cleanups
+bump version to -rc2
 
 Members: 
-       docs/busybox.net/cvs_anon.html:1.8->1.9 
-       docs/busybox.net/cvs_write.html:1.7->1.8 
-       docs/busybox.net/header.html:1.3->1.4 
-       docs/busybox.net/news.html:1.2->1.3 
+       Rules.mak:1.33->1.34 
 
 ---------------------
-PatchSet 3775 
-Date: 2003/12/11 08:04:49
+PatchSet 4306 
+Date: 2004/07/26 11:46:50
 Author: andersen
 Branch: HEAD
 Tag: (none) 
 Log:
-Fixup some html bugs
+oops
 
 Members: 
-       docs/busybox.net/cvs_anon.html:1.9->1.10 
-       docs/busybox.net/footer.html:1.1->1.2 
-       docs/busybox.net/header.html:1.4->1.5 
-       docs/busybox.net/news.html:1.3->1.4 
-       docs/busybox.net/oldnews.html:1.17->1.18 
-       docs/busybox.net/screenshot.html:1.7->1.8 
+       networking/ifupdown.c:1.44->1.45 
 
 ---------------------
-PatchSet 3776 
-Date: 2003/12/11 18:03:15
+PatchSet 4307 
+Date: 2004/07/26 12:05:12
 Author: andersen
 Branch: HEAD
 Tag: (none) 
 Log:
-It appears the Netgear WG602 distributes source
+YAEGASHI Takeshi writes:
 
-Members: 
-       docs/busybox.net/products.html:1.2->1.3 
-       docs/busybox.net/shame.html:1.2->1.3 
+Hi,
 
----------------------
-PatchSet 3777 
-Date: 2003/12/12 00:08:57
-Author: andersen
-Branch: HEAD
-Tag: (none) 
-Log:
-Fix compile when CONFIG_FEATURE_HDPARM_GET_IDENTITY is disabled
+With the following /etc/fstab (any two or more lines of nfs), mount -a
+-t nfs causes a segmentation faults.
 
-Members: 
-       miscutils/hdparm.c:1.8->1.9 
+server:/exports/aaa /mnt/aaa nfs defaults 0 0
+server:/exprots/bbb /mnt/bbb nfs defaults 0 0
 
----------------------
-PatchSet 3778 
-Date: 2003/12/12 07:01:14
-Author: andersen
-Branch: HEAD
-Tag: (none) 
-Log:
-Doh!  I broke automatic filesystem type guessing.  Fix mount so
-it will properly fall back to /proc/mounts when /etc/filesystems
-is missing, allowing mount to guess the correct fs type when a
-fs type is not explicitly specified.
- -Erik
+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/mount.c:1.114->1.115 
+       util-linux/nfsmount.c:1.27->1.28 
 
 ---------------------
-PatchSet 3779 
-Date: 2003/12/12 19:05:15
+PatchSet 4308 
+Date: 2004/07/26 12:05:44
 Author: andersen
 Branch: HEAD
 Tag: (none) 
 Log:
-Be certain we use a correct entity when performing the
-BLKGETSIZE64 ioctl -- don't just assume 8,
+Make certain that udhcp shuts down the interface
 
 Members: 
-       util-linux/fdisk.c:1.13->1.14 
+       networking/ifupdown.c:1.45->1.46 
 
 ---------------------
-PatchSet 3780 
-Date: 2003/12/15 21:57:43
-Author: russ
+PatchSet 4309 
+Date: 2004/07/26 12:06:19
+Author: andersen
 Branch: HEAD
 Tag: (none) 
 Log:
-Get vfork_daemon_rexec working under uclinux
+Allow hex escape sequences
 
 Members: 
-       include/libbb.h:1.122->1.123 
-       libbb/vfork_daemon_rexec.c:1.1->1.2 
-       miscutils/crond.c:1.10->1.11 
-       sysklogd/klogd.c:1.18->1.19 
-       sysklogd/syslogd.c:1.104->1.105 
+       libbb/process_escape_sequence.c:1.6->1.7 
 
 ---------------------
-PatchSet 3781 
-Date: 2003/12/15 22:09:36
-Author: russ
+PatchSet 4310 
+Date: 2004/07/26 12:07:01
+Author: andersen
 Branch: HEAD
 Tag: (none) 
 Log:
-options is a pretty common symbol, bad idea to use as a global in udhcp when compiling into busybox
+Prepare for release
 
 Members: 
-       networking/udhcp/clientpacket.c:1.3->1.4 
-       networking/udhcp/files.c:1.4->1.5 
-       networking/udhcp/options.c:1.5->1.6 
-       networking/udhcp/options.h:1.3->1.4 
-       networking/udhcp/script.c:1.5->1.6 
+       Changelog:1.293->1.294 
+       Rules.mak:1.34->1.35 
+       docs/busybox.net/news.html:1.19->1.20 
 
 ---------------------
-PatchSet 3782 
-Date: 2003/12/15 22:11:26
-Author: russ
+PatchSet 4311 
+Date: 2004/07/26 12:11:32
+Author: andersen
 Branch: HEAD
 Tag: (none) 
 Log:
-make udhcp work under uclinux, to an extent
+bother.  unrevert my fix.
 
 Members: 
-       networking/udhcp/common.c:1.2->1.3 
-       networking/udhcp/script.c:1.6->1.
+       libbb/process_escape_sequence.c:1.7->1.8 
+       networking/ifupdown.c:1.46->1.4
 
 ---------------------
-PatchSet 3783 
-Date: 2003/12/16 01:29:40
-Author: russ
+PatchSet 4312 
+Date: 2004/07/26 12:12:06
+Author: andersen
 Branch: HEAD
 Tag: (none) 
 Log:
-not sure who made this change, but it certainly mucks things up (note 'fwrite(leases, ...'), adds a bit more code, and some stack overhead. Anywho, this fixes it, and retains the spirit of what the submitter of this change was attempting to acheive (the entire lease is written at once in a struct)
+bump version to -rc2
 
 Members: 
-       networking/udhcp/files.c:1.5->1.
+       Rules.mak:1.35->1.3
 
 ---------------------
-PatchSet 3784 
-Date: 2003/12/16 01:33:38
-Author: russ
+PatchSet 4313 
+Date: 2004/07/26 12:22:33
+Author: andersen
 Branch: HEAD
-Tag: (none) 
+Tag: busybox_1_00_rc2 
 Log:
-whoops
+add missing ;
 
 Members: 
-       networking/udhcp/files.c:1.6->1.7 
+       networking/ifupdown.c:1.47->1.48 
 
 ---------------------
-PatchSet 3785 
-Date: 2003/12/16 01:42:18
-Author: russ
+PatchSet 4314 
+Date: 2004/07/26 18:57:49
+Author: sandman
 Branch: HEAD
 Tag: (none) 
 Log:
-when compiled standalone, udhcp needs these headers
+document stuff I have done
 
 Members: 
-       networking/udhcp/files.c:1.7->1.8 
+       AUTHORS:1.45->1.46 
 
 ---------------------
-PatchSet 3786 
-Date: 2003/12/16 02:28:20
-Author: russ
+PatchSet 4315 
+Date: 2004/07/27 16:45:46
+Author: andersen
 Branch: HEAD
 Tag: (none) 
 Log:
-start attempting to bring udhcp in busybox back to the state where it is (ideally) an exact copy of udhcp outside of busybox so that its easy to merge back and forth
+Felipe Kellermann noticed a missing `break'.
 
 Members: 
-       networking/udhcp/dhcpc.c:1.13->1.14 
-       networking/udhcp/dumpleases.c:1.5->1.6 
-       networking/udhcp/libbb_udhcp.h:1.3->1.4 
+       libbb/process_escape_sequence.c:1.8->1.9 
 
 ---------------------
-PatchSet 3787 
-Date: 2003/12/16 02:29:46
-Author: russ
+PatchSet 4316 
+Date: 2004/07/28 19:15:04
+Author: andersen
 Branch: HEAD
 Tag: (none) 
 Log:
-why the complication of a static string rather than a define? gcc isn't dumb
+Thanks to Ken Roberts, fix the slackware url
 
 Members: 
-       networking/udhcp/dhcpd.h:1.3->1.4 
-       networking/udhcp/dumpleases.c:1.6->1.7 
-       networking/udhcp/files.c:1.8->1.9 
+       docs/busybox.net/products.html:1.11->1.12 
 
 ---------------------
-PatchSet 3788 
-Date: 2003/12/16 02:34:19
-Author: russ
+PatchSet 4317 
+Date: 2004/07/29 23:15:16
+Author: mjn3
 Branch: HEAD
 Tag: (none) 
 Log:
-forgotten include
+Clean up hex escape support.
 
 Members: 
-       networking/udhcp/dumpleases.c:1.7->1.8 
+       libbb/process_escape_sequence.c:1.9->1.10 
 
 ---------------------
-PatchSet 3789 
-Date: 2003/12/16 02:38:09
-Author: russ
+PatchSet 4318 
+Date: 2004/07/30 14:31:01
+Author: andersen
 Branch: HEAD
 Tag: (none) 
 Log:
-revert removal of define
+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: 
-       networking/udhcp/Makefile.in:1.7->1.8 
+       networking/ifupdown.c:1.48->1.49 
 
 ---------------------
-PatchSet 3790 
-Date: 2003/12/16 07:43:20
+PatchSet 4319 
+Date: 2004/07/30 14:36:37
 Author: andersen
 Branch: HEAD
 Tag: (none) 
 Log:
-Using vlock also requires libcrypt
+Fix up brain damage with the way major and minor are used to
+create a dev_t
 
 Members: 
-       loginutils/Makefile.in:1.5->1.6 
+       miscutils/makedevs.c:1.19->1.20 
 
 ---------------------
-PatchSet 3791 
-Date: 2003/12/16 12:04:01
+PatchSet 4320 
+Date: 2004/07/30 14:45:08
 Author: andersen
 Branch: HEAD
 Tag: (none) 
 Log:
-remove reference to missing header file which is breaking the build
+use SIGTERM to kill off udhcpd, not SIGKILL
 
 Members: 
-       networking/udhcp/files.c:1.9->1.1
+       networking/ifupdown.c:1.49->1.5
 
 ---------------------
-PatchSet 3792 
-Date: 2003/12/16 20:44:15
-Author: russ
+PatchSet 4321 
+Date: 2004/07/30 17:24:46
+Author: andersen
 Branch: HEAD
 Tag: (none) 
 Log:
-include headers with prototypes to make sure prototypes match
+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: 
-       networking/udhcp/clientpacket.c:1.4->1.5 
-       networking/udhcp/clientpacket.h:1.1->1.2 
-       networking/udhcp/leases.c:1.2->1.3 
-       networking/udhcp/packet.c:1.2->1.3 
-       networking/udhcp/script.c:1.7->1.8 
-       networking/udhcp/serverpacket.c:1.2->1.3 
-       networking/udhcp/serverpacket.h:1.1->1.2 
-       networking/udhcp/socket.c:1.4->1.5 
+       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 3793 
-Date: 2003/12/16 22:46:33
-Author: russ
+PatchSet 4322 
+Date: 2004/07/30 17:39:08
+Author: andersen
 Branch: HEAD
 Tag: (none) 
 Log:
-clean up some bad, bad formatting
+Umm.  Not guilty by reason of insanity.
+ -Erik
 
 Members: 
-       networking/udhcp/files.c:1.10->1.11 
+       loginutils/getty.c:1.12->1.13 
+       loginutils/login.c:1.18->1.19 
 
 ---------------------
-PatchSet 3794 
-Date: 2003/12/18 22:25:38
-Author: russ
+PatchSet 4323 
+Date: 2004/07/30 17:48:21
+Author: andersen
 Branch: HEAD
 Tag: (none) 
 Log:
-Finish remerging busybox udhcp and udhcp. Some cleanups as well.
+Fix incorrect arguments being passed to mknod
 
 Members: 
-       networking/udhcp/AUTHORS:1.2->1.3 
-       networking/udhcp/ChangeLog:1.6->1.7 
-       networking/udhcp/Makefile.in:1.8->1.9 
-       networking/udhcp/README:1.2->1.3 
-       networking/udhcp/TODO:1.2->1.3 
-       networking/udhcp/arpping.c:1.3->1.4 
-       networking/udhcp/clientsocket.c:INITIAL->1.1 
-       networking/udhcp/clientsocket.h:INITIAL->1.1 
-       networking/udhcp/common.c:1.3->1.4 
-       networking/udhcp/common.h:1.1->1.2 
-       networking/udhcp/dhcpc.c:1.14->1.15 
-       networking/udhcp/dhcpc.h:1.2->1.3 
-       networking/udhcp/dhcpd.c:1.3->1.4 
-       networking/udhcp/files.c:1.11->1.12 
-       networking/udhcp/leases.c:1.3->1.4 
-       networking/udhcp/leases.h:1.2->1.3 
-       networking/udhcp/leases_file.c:1.1->1.2(DEAD) 
-       networking/udhcp/libbb_udhcp.h:1.4->1.5 
-       networking/udhcp/pidfile.c:1.2->1.3 
-       networking/udhcp/pidfile.h:1.2->1.3 
-       networking/udhcp/script.c:1.8->1.9 
-       networking/udhcp/signalpipe.c:INITIAL->1.1 
-       networking/udhcp/signalpipe.h:INITIAL->1.1 
-       networking/udhcp/socket.c:1.5->1.6 
-       networking/udhcp/socket.h:1.1->1.2 
+       miscutils/makedevs.c:1.20->1.21 
 
 ---------------------
-PatchSet 3795 
-Date: 2003/12/18 22:40:58
-Author: russ
+PatchSet 4324 
+Date: 2004/07/30 23:52:08
+Author: andersen
 Branch: HEAD
 Tag: (none) 
 Log:
-rename __getgrent so that it doesn't conflict with some libc's
+Simon Poole reports that awk segfaults when environment variables
+with no value exist, i.e.
 
-Members: 
-       include/grp_.h:1.1->1.2 
-       libpwdgrp/__getgrent.c:1.4->1.5 
-       libpwdgrp/fgetgrent.c:1.2->1.3 
-       libpwdgrp/getgrgid.c:1.3->1.4 
-       libpwdgrp/getgrnam.c:1.3->1.4 
-       libpwdgrp/grent.c:1.3->1.4 
-       libpwdgrp/initgroups.c:1.5->1.6 
+       $ export BOB=''
+       % ./busybox awk
+       Segmentation fault
 
----------------------
-PatchSet 3796 
-Date: 2003/12/19 10:13:10
-Author: bug1
-Branch: HEAD
-Tag: (none) 
-Log:
-Fix a bug preventing use of escaped characters that use the signed bit
+This patch teaches awk to not blow chunks on empty env variables.
+ -Erik
 
 Members: 
-       libbb/getopt_ulflags.c:1.3->1.4 
+       editors/awk.c:1.9->1.10 
 
 ---------------------
-PatchSet 3797 
-Date: 2003/12/19 10:34:36
+PatchSet 4325 
+Date: 2004/08/01 18:54:45
 Author: andersen
 Branch: HEAD
 Tag: (none) 
 Log:
-vodz noticed we need to cast things back to an unsigned long
-or the syscall will not get the proper arguments.
-
-Members: 
-       util-linux/fdisk.c:1.14->1.15 
-
----------------------
-PatchSet 3798 
-Date: 2003/12/19 10:37:52
-Author: bug1
-Branch: HEAD
-Tag: (none) 
-Log:
-Use getopt_ulflags
+fixup cut-n-paste problem
 
 Members: 
-       networking/ftpgetput.c:1.9->1.10 
+       docs/busybox.net/news.html:1.20->1.21 
 
 ---------------------
-PatchSet 3799 
-Date: 2003/12/19 10:40:56
+PatchSet 4326 
+Date: 2004/08/03 00:14:01
 Author: andersen
 Branch: HEAD
 Tag: (none) 
 Log:
-don't use kernel headers
+Tito, farmatito at tiscali dot it writes:
+
+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: 
-       networking/vconfig.c:1.3->1.4 
+       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 3800 
-Date: 2003/12/19 10:46:00
+PatchSet 4327 
+Date: 2004/08/03 08:23:33
 Author: andersen
 Branch: HEAD
 Tag: (none) 
 Log:
-Manousaridis Angelos writes:
+William Barsse writes:
 
-Hello,
+fixes two other issues (plus the previous as well) with a 2.4 kernel :
 
-I have been using busybox for some time now, for an ARM based platform.
-I was very pleased when I tried the 1.00preX series, with all the new
-utilities and daemons.
+- should be able to modprobe an already loaded module and get 0 return
+code :
+# modprobe <something> && modprobe <something> && echo "ok" || echo "failed"
+....
+failed
 
-I found out that the ifupdown in busybox does not behave exaclty like
-the debian version. Then the pre-up script fails, the interface is
-getting up. Also when the post-up script fails the return value is
-ignored. Actually everything is always run and the return value is
-always true. I looked at the original implementation from debian and
-fixed the busybox version to do the same. A patch is attached if anyone
-is interested.
+Well, hope this helps and that I didn't screw up again,
+- William
 
 Members: 
-       networking/ifupdown.c:1.34->1.35 
+       modutils/modprobe.c:1.33->1.34 
 
 ---------------------
-PatchSet 3801 
-Date: 2003/12/19 10:47:40
+PatchSet 4328 
+Date: 2004/08/04 19:16:54
 Author: andersen
 Branch: HEAD
 Tag: (none) 
 Log:
-Manousaridis Angelos writes:
-
-Another issue I found was with the iproute utility. While using another
-program I found that it failed because the "ip route del" command was
-not found. I looked at the full iproute implementation and this command
-exists. The busybox version has the "ip route delete" command. I have
-created a patch which makes the "ip route del" command an alias to the
-"ip route delete" command.
+Run msh through indent
 
 Members: 
-       networking/libiproute/iproute.c:1.11->1.12 
+       shell/msh.c:1.18->1.19 
 
 ---------------------
-PatchSet 3802 
-Date: 2003/12/19 11:07:59
+PatchSet 4329 
+Date: 2004/08/04 19:19:10
 Author: andersen
 Branch: HEAD
 Tag: (none) 
 Log:
-Tito writes:
-
-Hi to all,
-here is a new patch for bb's devfsd. The news are:
-
-1) Size reduction for the basic setup with no options compiled in from :
-     text        data     bss     dec       hex   filename
-    10591     392      543    11526   2d06 devfsd.o
-    rw-r--r--    1 root     root        18536 Dec 18 21:52 devfsd.o
-
-    to:
+Michael Leibow, MichaelLe at belkin.com writes:
 
-    text        data     bss     dec        hex  filename
-    9303      392      543    10238    27fe devfsd.o
-    rw-r--r--    1 root     root        16528 Dec 18 22:02 devfsd.o
+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.
 
-   With this setup you should not expect much output from devfsd
-    ( just at start or with -v) and if some error occurs it only exits 1.
-   To have more output enable:  " Increases logging (and size)" (+1568 b).
+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.
 
-2) The option "Adds function names to program output" was removed from config menu
-    and now to enable debug output you can use bb's standard option:
-    "Build BusyBox with Debugging symbols".
-    Be careful as with this option enabled a lot of data are outputted to /dev/log and/or to stderr.
+His example was this:
 
-3) A new option: "Enables the -fg and -np option" was added to config menu  (+128 b).
+Echo "Start" ; . ./subA; echo "mid" ; . ./subB ; echo "end"
 
-BTW: option "Adds support for MODLOAD keyword in devsfd.conf"  adds 268 b.
+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.
 
-4) The following keywords in devsfd.conf are supported:
-   "CLEAR_CONFIG", "INCLUDE", "OPTIONAL_INCLUDE", "RESTORE",
-   "PERMISSIONS", "EXECUTE", "COPY", "IGNORE",  "MKOLDCOMPAT",
-   "MKNEWCOMPAT","RMOLDCOMPAT", "RMNEWCOMPAT".
+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"
 
-   But only if they are written UPPERCASE!!!!!!!!
+Unfortunately, I won't have more time to work on this so I hope that there
+aren't any problems!
 
-5)Help text in usage.h was modified.
+Michael Leibow
+Senior Software Engineer
 
-6)Something that I have forgotten..........
-
-I've tested this for the last week on my box and it seems to work as expected.
-
-Thanks in advance and please apply.
-
-Ciao,
-
-Tito
+Belkin Corporation
 
 Members: 
-       include/usage.h:1.177->1.178 
-       miscutils/Config.in:1.11->1.12 
-       miscutils/devfsd.c:1.5->1.6 
+       shell/msh.c:1.19->1.20 
 
 ---------------------
-PatchSet 3803 
-Date: 2003/12/19 11:23:47
-Author: andersen
-Branch: HEAD
-Tag: (none) 
-Log:
-Patch from Stephane Billiart:
-
-This removes references to config->remoteuser when
-CONFIG_FEATURE_HTTPD_CGI=y but CONFIG_FEATURE_HTTPD_BASIC_AUTH is not set
-
-Members: 
-       networking/httpd.c:1.20->1.21 
-
----------------------
-PatchSet 3804 
-Date: 2003/12/19 11:29:29
-Author: andersen
+PatchSet 4330 
+Date: 2004/08/06 00:58:53
+Author: bug1
 Branch: HEAD
 Tag: (none) 
 Log:
-Patch from Fillod Stephane:
-
-* The "rdate.patch" file makes rdate to NOT settimeofday if the date to be
-set equals current date. This prevents the system from experiencing nasty time
-discontinuities caused by sub-second changes, with a protocol that has only
-over second resolution. Depending on your taste, the "fprintf(stderr..." may be
-removed.
+Part of patch from William Barsse, fixes a problem with unescaped %.
 
 Members: 
-       util-linux/rdate.c:1.29->1.30 
+       sysklogd/klogd.c:1.22->1.23 
 
 ---------------------
-PatchSet 3805 
-Date: 2003/12/19 11:30:13
-Author: andersen
+PatchSet 4331 
+Date: 2004/08/06 01:49:04
+Author: bug1
 Branch: HEAD
 Tag: (none) 
 Log:
-Patch from Fillod Stephane:
-
-* While I'm at it, there's also a "telnetd.patch" which maps CRLF to CR,
-  like netkit-telnet does, required by the loosy Windows telnet clients.
+Patch from Tito to fix warnings about redifined functionions barrier and likely.
 
 Members: 
-       networking/telnetd.c:1.8->1.9 
+       shell/ash.c:1.103->1.104 
 
 ---------------------
-PatchSet 3806 
-Date: 2003/12/19 11:32:13
-Author: andersen
+PatchSet 4332 
+Date: 2004/08/11 02:30:30
+Author: bug1
 Branch: HEAD
 Tag: (none) 
 Log:
-Patch from Fillod Stephane:
+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."
 
-  You will find in the attached file "syslog.patch" a patch which adds
-  config options to set at compile time the size of the circular buffer,
-  and some documentation update.
+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: 
-       docs/busybox.sgml:1.50->1.51 
-       include/usage.h:1.178->1.179 
-       sysklogd/Config.in:1.5->1.6 
-       sysklogd/logread.c:1.13->1.14 
-       sysklogd/syslogd.c:1.105->1.106 
+       modutils/modprobe.c:1.34->1.35 
 
 ---------------------
-PatchSet 3807 
-Date: 2003/12/19 12:03:18
+PatchSet 4333 
+Date: 2004/08/11 02:32:18
 Author: bug1
 Branch: HEAD
 Tag: (none) 
 Log:
-Allow escaped 8 bit characters in bb_opt_complementaly
+Patch from Phil Blundellto improve substring match
 
 Members: 
-       libbb/getopt_ulflags.c:1.4->1.5 
+       modutils/modprobe.c:1.35->1.36 
 
 ---------------------
-PatchSet 3808 
-Date: 2003/12/19 12:08:56
+PatchSet 4334 
+Date: 2004/08/11 02:45:47
 Author: bug1
 Branch: HEAD
 Tag: (none) 
 Log:
-Use getopt_ulflags
+Patch from Bastian Blank to add 64 bit support to the test command.
+Example of broken usage: ./busybox test 2147483648 -gt 2147483648
 
 Members: 
-       networking/wget.c:1.61->1.62 
+       coreutils/Config.in:1.25->1.26 
+       coreutils/test.c:1.25->1.26 
 
 ---------------------
-PatchSet 3809 
-Date: 2003/12/19 21:04:19
-Author: andersen
+PatchSet 4335 
+Date: 2004/08/11 03:50:30
+Author: bug1
 Branch: HEAD
 Tag: (none) 
 Log:
-Patch from Woody Suwalski:
-
-Erik, I think we have met online some time ago when I was in Corel/Rebel
-    Netwinder project....
-
-Anyway, I would like to use BB on 2.6.0 initrd. 1.00-pre4 works OK, if
-insmod is actually presented with a full path to the module. Otherwise -
-problems (not to mention conflicts when 2.4 modutil is enabled)
-
-Here are some patches for insmod and modprobe which try to walk around
-the default ".o" module format for 2.2/2.4 modules (you have probably
-noticed it is now .ko in 2.6 ;-)) Trying to steal as little space as
-possible if 2.6 not enabled...
-
-The modprobe is still not perfect on 2.6 - seems to be jamming on some
-dependencies, but works with some (to be debugged). Anyway after the
-patches it at least tries to work....
-
-Will there be a 1.00-pre5 coming any time soon?
-
-Thanks, Woody
+Patch from Tito to fix memory leak upon error.
 
 Members: 
-       modutils/insmod.c:1.107->1.108 
-       modutils/modprobe.c:1.23->1.24 
+       libbb/xreadlink.c:1.5->1.6 
 
 ---------------------
-PatchSet 3810 
-Date: 2003/12/20 01:47:16
+PatchSet 4336 
+Date: 2004/08/11 05:56:30
 Author: bug1
 Branch: HEAD
 Tag: (none) 
 Log:
-Change interface to bb_lookup_host, dont try and set port inside this
-function as there is no gracefull way of handling failures.
-Rename bb_getport to bb_lookup_port, allow a default port to be
-specified so it always returns a correct value.
-Modify ftpgetput/rdate/wget to use the new interface.
-wget/rdate now use etc/services with a falback default value.
+Patch from Mike Castle, dont print an empty line (patch modified by me to
+change formatting).
 
 Members: 
-       include/libbb.h:1.123->1.124 
-       libbb/xconnect.c:1.8->1.9 
-       networking/ftpgetput.c:1.10->1.11 
-       networking/telnet.c:1.39->1.40 
-       networking/wget.c:1.62->1.63 
-       util-linux/rdate.c:1.30->1.31 
+       modutils/modprobe.c:1.36->1.37 
 
 ---------------------
-PatchSet 3811 
-Date: 2003/12/20 03:19:27
+PatchSet 4337 
+Date: 2004/08/11 08:10:58
 Author: bug1
 Branch: HEAD
 Tag: (none) 
 Log:
-display the port number number correctly, other minor optimisations
+Set default command to list rather than get, its default behaviour now
+coincides with upstream. Patch from debian diff.
 
 Members: 
-       networking/ftpgetput.c:1.11->1.12 
+       networking/libiproute/iproute.c:1.13->1.14 
 
 ---------------------
-PatchSet 3812 
-Date: 2003/12/20 04:38:01
-Author: bug1
+PatchSet 4338 
+Date: 2004/08/12 16:52:00
+Author: andersen
 Branch: HEAD
 Tag: (none) 
 Log:
-Use low level file descriptors to match bb_copyfd_eof
+Patch from solar to fix problems with get_name()
 
 Members: 
-       libbb/copy_file.c:1.26->1.27 
+       libbb/interface.c:1.23->1.24 
 
 ---------------------
-PatchSet 3813 
-Date: 2003/12/20 05:43:34
-Author: bug1
+PatchSet 4339 
+Date: 2004/08/14 20:57:33
+Author: andersen
 Branch: HEAD
 Tag: (none) 
 Log:
-Allow recieving file to stdout, sending files from stdin, use the '-'
-filename. Save a variable.
+Christian Ostheimer writes:
 
-Members: 
-       networking/ftpgetput.c:1.12->1.13 
+Hello,
 
----------------------
-PatchSet 3814 
-Date: 2003/12/20 06:00:08
-Author: bug1
-Branch: HEAD
-Tag: (none) 
-Log:
-Use bb_xopen
+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.
+
+With regards, Christian Ostheimer
 
 Members: 
-       console-tools/dumpkmap.c:1.16->1.17 
-       console-tools/loadacm.c:1.23->1.24 
-       console-tools/loadfont.c:1.20->1.21 
-       console-tools/openvt.c:1.5->1.6 
+       modutils/modprobe.c:1.37->1.38 
 
 ---------------------
-PatchSet 3815 
-Date: 2003/12/20 07:07:22
+PatchSet 4340 
+Date: 2004/08/16 08:29:44
 Author: andersen
 Branch: HEAD
 Tag: (none) 
 Log:
-Kill off the loadacm applet.  It is unused, unmaintained
-garbage leftover from before I started maintaining BusyBox.
-As the Klingon's like to say, Today is a good day to die.
- -Erik
+Aurelien Jacobs writes:
+
+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).
+
+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.
+
+I corrected this with the following patch but maybe older 2.6
+still need __kernel_old_dev_t ?
+
+I think this should be corrected before 1.0.
+
+Thanks
+Aurel
 
 Members: 
-       console-tools/Config.in:1.3->1.4 
-       console-tools/Makefile.in:1.3->1.4 
-       console-tools/loadacm.c:1.24->1.25(DEAD) 
-       console-tools/reset.c:1.11->1.12 
-       debian/config-deb:1.9->1.10 
-       debian/config-static:1.12->1.13 
-       debian/config-udeb:1.16->1.17 
-       debian/config-udeb-linux-i386:1.2->1.3 
-       include/applets.h:1.107->1.108 
-       sysdeps/linux/defconfig:1.5->1.6 
+       libbb/loop.c:1.10->1.11 
 
 ---------------------
-PatchSet 3816 
-Date: 2003/12/20 07:16:21
+PatchSet 4341 
+Date: 2004/08/16 08:36:28
 Author: andersen
 Branch: HEAD
 Tag: (none) 
 Log:
-Eradicate all references to loadacm
+Use __kernel_old_dev_t for 2.6.x kernels
 
 Members: 
-       docs/busybox.sgml:1.51->1.52 
-       docs/busybox_header.pod:1.11->1.12 
-       docs/busybox.net/screenshot.html:1.8->1.9 
-       include/usage.h:1.179->1.180 
+       libbb/loop.c:1.11->1.12 
 
 ---------------------
-PatchSet 3817 
-Date: 2003/12/20 07:26:10
+PatchSet 4342 
+Date: 2004/08/16 08:38:34
 Author: andersen
 Branch: HEAD
 Tag: (none) 
 Log:
-Try to accomodate systems that do not define PAGE_SHIFT
+Joe.C writes:
 
-Members: 
-       libbb/procps.c:1.8->1.9 
+ 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.
 
----------------------
-PatchSet 3818 
-Date: 2003/12/20 07:30:34
-Author: bug1
-Branch: HEAD
-Tag: (none) 
-Log:
-New applet, rx, by Christopher Hoover
 
-Members: 
-       include/applets.h:1.108->1.109 
-       include/usage.h:1.180->1.181 
-       miscutils/Config.in:1.12->1.13 
-       miscutils/Makefile.in:1.10->1.11 
-       miscutils/rx.c:INITIAL->1.1 
+ls -al /proc/<lash pid>/fd
+exec /bin/sh 2>/dev/null
+ls -al /proc/<lash pid>/fd
 
----------------------
-PatchSet 3819 
-Date: 2003/12/20 09:17:50
-Author: andersen
-Branch: HEAD
-Tag: (none) 
-Log:
-doh!
+  The last 'ls' command output will look like this. The fd
+number 4 shouldn't exist.
 
-Members: 
-       libbb/procps.c:1.9->1.10 
+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 .
 
----------------------
-PatchSet 3820 
-Date: 2003/12/20 10:23:28
-Author: andersen
-Branch: HEAD
-Tag: (none) 
-Log:
-bother.  It seems I can't read.
+  This one-line patch fix this problem by setting CLOEXEC flag for
+squirrel fd. Please apply.
+
+Joe.C
 
 Members: 
-       libbb/procps.c:1.10->1.1
+       shell/lash.c:1.160->1.16
 
 ---------------------
-PatchSet 3821 
-Date: 2003/12/21 08:59:24
+PatchSet 4343 
+Date: 2004/08/16 09:07:39
 Author: andersen
 Branch: HEAD
 Tag: (none) 
 Log:
-Don't hose up perms for files that happen to have symlinks
-in the tarball that point to them.
- -Erik
+Bertrand Baudet writes:
 
-Members: 
-       archival/libunarchive/data_extract_all.c:1.17->1.18 
+Looks like the -D and -H options of the adduser applet aren't handle
+properly in BusyBox.
 
----------------------
-PatchSet 3822 
-Date: 2003/12/21 09:04:54
-Author: andersen
-Branch: HEAD
-Tag: (none) 
-Log:
-Bump version
+This patch fixes the masks definition for those options according to
+there position in the optstring.
+
+Patch against RC2 but should also apply cleanly against CVS.
+
+Bertrand
 
 Members: 
-       Rules.mak:1.24->1.25 
+       loginutils/adduser.c:1.9->1.10 
 
 ---------------------
-PatchSet 3823 
-Date: 2003/12/22 21:02:41
-Author: bug1
+PatchSet 4344 
+Date: 2004/08/16 09:29:42
+Author: andersen
 Branch: HEAD
 Tag: (none) 
 Log:
-Fix a bug of mine where extracting files to stdout would extract to
-much, modified patch from Bastian Blank
+Do not use vfork, as init is not vfork safe.  Do not allow
+askfirst when mmuless.
 
 Members: 
-       archival/libunarchive/data_extract_to_stdout.c:1.3->1.
+       init/init.c:1.203->1.20
 
 ---------------------
-PatchSet 3824 
-Date: 2003/12/23 07:21:33
-Author: bug1
+PatchSet 4345 
+Date: 2004/08/16 10:22:34
+Author: andersen
 Branch: HEAD
 Tag: (none) 
 Log:
-Fix compile error, the indenting really needs to be fixed here
+Only pass modprobe module params with 2.6.x kernel support.
+ -Erik
 
 Members: 
-       miscutils/crond.c:1.11->1.12 
+       modutils/modprobe.c:1.38->1.39 
 
 ---------------------
-PatchSet 3825 
-Date: 2003/12/23 08:53:51
+PatchSet 4346 
+Date: 2004/08/16 10:23:33
 Author: andersen
 Branch: HEAD
 Tag: (none) 
 Log:
-Patch from Matt Kraai:
-
-sed is broken:
-
- busybox sed -n '/^a/,/^a/p' >output <<EOF
- a
- b
- a
- b
- EOF
- cmp -s output - <<EOF
- a
- b
- a
- EOF
-
-The attached patch fixes it.
+Bump version
 
 Members: 
-       editors/sed.c:1.156->1.15
+       Rules.mak:1.36->1.3