committing bug #7:
[oweals/busybox.git] / Changelog
index 65b9f0f971c673129aa1ce671f114fb59de26330..721fc82707a33eaaef427dfa7588c87908969b80 100644 (file)
--- a/Changelog
+++ b/Changelog
 ---------------------
-PatchSet 3826 
-Date: 2003/12/23 09:12:09
+PatchSet 4347 
+Date: 2004/08/16 10:29:28
 Author: andersen
 Branch: HEAD
-Tag: busybox_1_00_pre5 
+Tag: busybox_1_00_rc3 
 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 
+       Changelog:1.294->1.295 
+       docs/busybox_header.pod:1.17->1.18 
+       docs/busybox.net/news.html:1.21->1.22 
+       docs/busybox.net/screenshot.html:1.11->1.12 
 
 ---------------------
-PatchSet 3827 
-Date: 2003/12/23 10:00:00
+PatchSet 4348 
+Date: 2004/08/18 17:57:16
 Author: andersen
 Branch: HEAD
 Tag: (none) 
 Log:
-Show the news by default
+Fixup 'dc' usage
 
 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 
+       include/usage.h:1.218->1.219 
 
 ---------------------
-PatchSet 3828 
-Date: 2003/12/23 20:24:51
+PatchSet 4349 
+Date: 2004/08/19 18:22:13
 Author: andersen
 Branch: HEAD
 Tag: (none) 
 Log:
-Cmdedit update from Vladimir N. Oleynik (vodz)
+Patch from Vladimir N. Oleynik:
 
-Members: 
-       shell/cmdedit.c:1.83->1.84 
+On Wed Aug 18, 2004 at 06:52:57PM +0800, Matt Johnston wrote:
+> I've come across some strange-seeming behaviour when running programs
+> under Busybox (1.0.0-rc3) ash. If the child process sets stdin to be
+> non-blocking and then exits, the parent ash will also exit. A quick strace
+> shows that a subsequent read() from stdin returns EAGAIN (as would be
+> expected):
+
+Thanks!
+Patch attached.
 
----------------------
-PatchSet 3829 
-Date: 2003/12/23 20:37:23
-Author: andersen
-Branch: HEAD
-Tag: (none) 
-Log:
-don't mess up errno
+
+--w
+vodz
 
 Members: 
-       libbb/xconnect.c:1.9->1.10 
+       shell/ash.c:1.104->1.105 
+       shell/cmdedit.c:1.92->1.93 
 
 ---------------------
-PatchSet 383
-Date: 2003/12/23 20:37:54
+PatchSet 435
+Date: 2004/08/19 18:25:02
 Author: andersen
 Branch: HEAD
 Tag: (none) 
 Log:
-fix broken formatting
+Patch from Tito documenting the '-q' option
 
 Members: 
-       libbb/xconnect.c:1.10->1.11 
+       include/usage.h:1.219->1.220 
 
 ---------------------
-PatchSet 383
-Date: 2003/12/23 20:45:14
+PatchSet 435
+Date: 2004/08/19 18:26:26
 Author: andersen
 Branch: HEAD
 Tag: (none) 
 Log:
-Match changes made to cmdedit
+Patch from Tito adding support for '-q'
 
 Members: 
-       editors/vi.c:1.29->1.30 
+       procps/kill.c:1.52->1.53 
 
 ---------------------
-PatchSet 383
-Date: 2003/12/23 20:47:22
+PatchSet 435
+Date: 2004/08/19 18:30:31
 Author: andersen
 Branch: HEAD
 Tag: (none) 
 Log:
-match changes made to cmdedit
+Patch from Mike Castle to cleanup some modutils issues, in
+particular making alias support work better.
 
 Members: 
-       util-linux/more.c:1.58->1.59 
+       modutils/modprobe.c:1.39->1.40 
 
 ---------------------
-PatchSet 383
-Date: 2003/12/24 06:02:10
+PatchSet 435
+Date: 2004/08/19 19:15:06
 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.
+regularly update the status line display
+ -Erik
 
 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 
+       editors/vi.c:1.37->1.38 
 
 ---------------------
-PatchSet 383
-Date: 2003/12/24 19:30:27
-Author: russ
+PatchSet 435
+Date: 2004/08/19 19:17:30
+Author: andersen
 Branch: HEAD
 Tag: (none) 
 Log:
-move debugging to safe place (before vfork)
+Patch from Rodney Radford adding x86_64 support.
 
 Members: 
-       networking/udhcp/script.c:1.9->1.10 
+       modutils/insmod.c:1.122->1.123 
 
 ---------------------
-PatchSet 383
-Date: 2003/12/24 19:56:58
-Author: russ
+PatchSet 435
+Date: 2004/08/25 02:02:19
+Author: bug1
 Branch: HEAD
 Tag: (none) 
 Log:
-fix a long standing underallocation bug
+Patch from Manousaridis Angelos to cleanup stale file descriptors, it was preventing unmounting an initial filesystem.
 
 Members: 
-       networking/udhcp/script.c:1.10->1.11 
+       loginutils/getty.c:1.13->1.14 
+       loginutils/login.c:1.19->1.20 
 
 ---------------------
-PatchSet 383
-Date: 2003/12/24 20:30:45
+PatchSet 435
+Date: 2004/08/26 21:45:21
 Author: andersen
 Branch: HEAD
 Tag: (none) 
 Log:
-re-indent
+Felipe Kellermann writes:
 
-Members: 
-       modutils/insmod.c:1.108->1.109 
-       modutils/modprobe.c:1.24->1.25 
-       modutils/rmmod.c:1.25->1.26 
+Unfortunatelly I've not followed the last two or three weeks commits (new
+semester started and so now I rarely have time to fix my personal bridge)
+but tonight I synched my tree and immediately noticed a rather nasty bug!
 
----------------------
-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.
+[Using libbb/interface.c:1.24]
+# grep eth0 /proc/net/dev | xargs
+eth0:311708397 237346 1670 0 1789 1670 0 0 22580308 120297 0 0 0 102 0 0
 
-Members: 
-       procps/sysctl.c:1.1->1.2 
+# ifconfig eth0
+eth0      Link encap:Ethernet  HWaddr 00:20:AF:7C:EA:B7
+          inet addr:10.0.0.1  Bcast:10.0.0.127  Mask:255.255.255.128
+          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
+          RX packets:0 errors:0 dropped:0 overruns:0 frame:0
+          TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
+          collisions:0 txqueuelen:1000
+          RX bytes:0 (0.0 B)  TX bytes:0 (0.0 B)
+          Interrupt:5 Base address:0x320
 
----------------------
-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.
 
-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 
-
----------------------
-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
+All values `ifconfig' is showing are `zeroed' -- I quickly looked at the
+last commits I missed and noticed that there were a commit relating to
+ifconfig, libbb/interface.c:1.23->1.24 (PatchSet 4338).
 
-Members: 
-       networking/udhcp/common.c:1.4->1.5 
+I've reversed the patch and now everything is working again.  I compared
+the get_name's return values from the 1.23 and 1.24 and quickly noticed
+that the new revision is leaving `p' right on the sep while the rev 1.23
+was leaving it right on the starting of the values...
 
----------------------
-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
+1-line, 1/3-minute patch attached  :-)
 
 Members: 
-       networking/wget.c:1.63->1.64 
+       libbb/interface.c:1.24->1.25 
 
 ---------------------
-PatchSet 3841 
-Date: 2003/12/28 05:02:40
-Author: timr
+PatchSet 4357 
+Date: 2004/08/26 22:18:56
+Author: andersen
 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
+Tito writes:
+
+Hi,
+I've spent the half night staring at the devilish  my_getpwuid and my_getgrgid functions
+trying to find out a way to avoid actual and future potential buffer overflow problems
+without breaking existing code.
+Finally I've  found a not intrusive way to do this that surely doesn't break existing code
+and fixes a couple of problems too.
+The attached patch:
+1) changes the behaviour of my_getpwuid and my_getgrgid to avoid potetntial buffer overflows
+2) fixes all occurences of this function calls in tar.c , id.c , ls.c, whoami.c, logger.c, libbb.h.
+3) The behaviour of tar, ls and  logger is unchanged.
+4) The behavior of ps with somewhat longer usernames messing up output is fixed.
+5) The only bigger change was the increasing of size of the buffers in id.c to avoid
+     false negatives (unknown user: xxxxxx) with usernames longer than 8 chars.
+     The value i used ( 32 chars ) was taken from the tar header ( see gname and uname).
+     Maybe this buffers can be reduced a bit  ( to 16 or whatever ), this is up to you.
+6) The increase of size of the binary is not so dramatic:
+     size busybox
+       text    data     bss     dec     hex filename
+     239568    2300   36816  278684   4409c busybox
+    size busybox_fixed
+       text    data     bss     dec     hex filename
+     239616    2300   36816  278732   440cc busybox
+7) The behaviour of whoami changed:
+    actually it  prints out an username cut down to the size of the buffer.
+    This could be fixed by increasing the size of the buffer as in id.c or
+    avoid the use of my_getpwuid and use getpwuid directly instead.
+    Maybe this colud be also remain unchanged......
+
+Please apply if you think it is ok to do so.
+The diff applies on today's cvs tarball (2004-08-25).
+Thanks in advance,
+Ciao,
+Tito
+
+Members: 
+       archival/tar.c:1.194->1.195 
+       coreutils/id.c:1.24->1.25 
+       coreutils/ls.c:1.110->1.111 
+       coreutils/whoami.c:1.21->1.22 
+       include/libbb.h:1.133->1.134 
+       libbb/my_getgrgid.c:1.7->1.8 
+       libbb/my_getpwuid.c:1.7->1.8 
+       libbb/procps.c:1.13->1.14 
+       sysklogd/logger.c:1.39->1.40 
+
+---------------------
+PatchSet 4358 
+Date: 2004/08/26 22:22:50
 Author: andersen
 Branch: HEAD
 Tag: (none) 
 Log:
-Update example slightly
+Vladimir N. Oleynik writes:
 
-Members: 
-       include/usage.h:1.184->1.185 
+Ming-Ching,
 
----------------------
-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:
+>>No. Here there are no mistakes.
+>>You using POST metod.
+>>For get data you should read from stdin CONTENT_LENGTH bytes.
 
-Members: 
-       coreutils/ln.c:1.42->1.43 
+>Hower as I posted a little while ago, there is indeed a bug
+>in POST method if the CONTENT_LENGTH is bigger
+>than sizeof(wbuf[128]). So if your CGI script is expecting to
+>read the full CONTENT_LENGTH, it might block forever,
+>because it will only transfer sizeof(wbuf) to the CGI.
 
----------------------
-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
+Ok, Ok. I should find time to understand with a problem.
+Try attached patch.
 
-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
+--w
+vodz
 
 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 
+       networking/httpd.c:1.26->1.27 
 
 ---------------------
-PatchSet 3846 
-Date: 2004/01/02 09:08:45
+PatchSet 4359 
+Date: 2004/08/26 22:26:26
 Author: andersen
 Branch: HEAD
 Tag: (none) 
 Log:
-Add some details on exactly how to comply with the GPL
- -Erik
+Save a line or two
 
 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 
+       loginutils/getty.c:1.14->1.15 
+       loginutils/login.c:1.20->1.21 
 
 ---------------------
-PatchSet 3847 
-Date: 2004/01/02 10:07:40
+PatchSet 4360 
+Date: 2004/08/26 22:36:02
 Author: andersen
 Branch: HEAD
 Tag: (none) 
 Log:
-fixes from Selwyn Tang
+Tito writes:
 
-Members: 
-       docs/busybox.net/license.html:1.1->1.2 
+Hi,
+I've fixed also the issue of whoami cutting down usernames.
+This time I cannot send a diff because i don't know if my previous patches will be applied
+or not, so I send in the whole file.
+The changes I've made don't affect size but ensure that usernames of whatever lenght
+are correctly displayed.
+root@localhost:/dev/pts/3:/root/Desktop/busybox/coreutils# size whoami_orig.o
+   text    data     bss     dec     hex filename
+    102       0       0     102      66 whoami_orig.o
+root@localhost:/dev/pts/3:/root/Desktop/busybox/coreutils# size whoami.o
+   text    data     bss     dec     hex filename
+     93       0       0      93      5d whoami.o
 
----------------------
-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
+This should be applied even if the other patches aren't as this matches the behaviour of the  GNU whoami.
+
+Thanks in advance,
+Ciao,
+Tito
 
 Members: 
-       shell/Config.in:1.11->1.12 
-       shell/cmdedit.c:1.84->1.85 
+       coreutils/whoami.c:1.22->1.23 
 
 ---------------------
-PatchSet 3849 
-Date: 2004/01/04 06:42:14
-Author: landley
+PatchSet 4361 
+Date: 2004/08/26 23:01:34
+Author: andersen
 Branch: HEAD
 Tag: (none) 
 Log:
-
-Thinko in s//options.  (Whitespace skipping in the wrong place.)
+The login applet should always be setuid root
 
 Members: 
-       editors/sed.c:1.157->1.158 
+       include/applets.h:1.114->1.115 
 
 ---------------------
-PatchSet 3850 
-Date: 2004/01/04 10:28:22
-Author: bug1
+PatchSet 4362 
+Date: 2004/08/26 23:13:00
+Author: andersen
 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.
+Improve the setuid situation a bit, and make it more apparent
+when people really ought to make busybox setuid root.
+ -Erik
 
 Members: 
-       archival/ar.c:1.46->1.47 
+       Makefile:1.296->1.297 
+       loginutils/Config.in:1.8->1.9 
+       miscutils/Config.in:1.18->1.19 
 
 ---------------------
-PatchSet 3851 
-Date: 2004/01/04 11:06:34
-Author: bug1
+PatchSet 4363 
+Date: 2004/08/26 23:15:29
+Author: andersen
 Branch: HEAD
 Tag: (none) 
 Log:
-Fix usage with libraries, skip symbol table.
+Togg writes:
 
-Members: 
-       archival/libunarchive/get_header_ar.c:1.7->1.8 
+Syslogd wont start if remote-logging is enabled and the connection to the
+remote-log server is not possible on syslogd startup.
 
----------------------
-PatchSet 3852 
-Date: 2004/01/05 11:49:55
-Author: bug1
-Branch: HEAD
-Tag: (none) 
-Log:
-Use bb_getopt_ulflags, simplify some logic, saves some bytes.
+I found a patch somewhere which works like a charm. It uses sendto() which
+seems more reliable for this issue.
 
-Members: 
-       archival/bunzip2.c:1.16->1.17 
+Please see attached patch. Many people will be more happy with this included
+I think.
 
----------------------
-PatchSet 3853 
-Date: 2004/01/05 12:35:05
-Author: bug1
-Branch: HEAD
-Tag: (none) 
-Log:
-Use bb_getopt_ulflags, save 150 bytes.
+Regards,
+Togg
 
 Members: 
-       archival/gunzip.c:1.77->1.78 
+       sysklogd/syslogd.c:1.113->1.114 
 
 ---------------------
-PatchSet 385
-Date: 2004/01/05 23:49:37
+PatchSet 436
+Date: 2004/08/27 19:55:28
 Author: andersen
 Branch: HEAD
 Tag: (none) 
 Log:
-Fix broken #else
+Quiet a few warnings
 
 Members: 
-       modutils/insmod.c:1.110->1.111 
+       init/mesg.c:1.2->1.3 
+       shell/msh.c:1.20->1.21 
 
 ---------------------
-PatchSet 385
-Date: 2004/01/06 00:07:17
+PatchSet 436
+Date: 2004/08/28 00:43:05
 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.
+Fixup some warnings
 
 Members: 
-       modutils/modprobe.c:1.25->1.26 
+       archival/bunzip2.c:1.19->1.20 
+       archival/libunarchive/decompress_bunzip2.c:1.13->1.14 
+       coreutils/uniq.c:1.21->1.22 
+       modutils/insmod.c:1.123->1.124 
+       networking/ipcalc.c:1.10->1.11 
+       util-linux/mkfs_minix.c:1.42->1.43 
 
 ---------------------
-PatchSet 385
-Date: 2004/01/07 09:24:06
-Author: bug1
+PatchSet 436
+Date: 2004/09/02 22:21:39
+Author: andersen
 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
+Tito writes:
+
+Hi Erik,
+Hi to all,
+This is part five of the my_get*id story.
+I've tweaked a bit this two functions to make them more flexible,
+but this changes will not affect existing code.
+Now they work so:
+1) my_getpwuid( char *user, uid_t uid, int bufsize)
+
+   if bufsize is > 0 char *user cannot be set to NULL
+                     on success username is written on static allocated buffer
+                     on failure uid as string is written to buffer and NULL is returned
+   if bufsize is = 0 char *user can be set to NULL
+                     on success username is returned
+                     on failure NULL is returned
+   if bufsize is < 0 char *user can be set to NULL
+                     on success username is returned
+                     on failure an error message is printed and the program exits
+
+  2) 1) my_getgrgid( char *group, uid_t uid, int bufsize)
+
+   if bufsize is > 0 char *group cannot be set to NULL
+                     on success groupname is written on static allocated buffer
+                     on failure gid as string is written to buffer and NULL is returned
+   if bufsize is = 0 char *group can be set to NULL
+                     on success groupname is returned
+                     on failure NULL is returned
+   if bufsize is < 0 char *group can be set to nULL
+                     on success groupname is returned
+                     on failure an error message is printed and the program exits
+
+This changes were needed mainly for my new id applet.
+It is somewhat bigger then the previous but matches the behaviour of GNU id
+and is capable to handle usernames of whatever length.
+BTW: at a first look it seems to me that it will integrate well (with just a few changes)
+with the pending patch  in patches/id_groups_alias.patch.
+The increase in size is balanced by the removal of my_getpwnamegid.c
+from libbb as this was used only in previous id applet and by size optimizations
+made possible in whoami.c and in passwd.c.
+I know that we are in feature freeze but I think that i've tested it enough
+(at least I hope so.......).
+
+Members: 
+       coreutils/id.c:1.25->1.26 
+       coreutils/whoami.c:1.23->1.24 
+       include/libbb.h:1.134->1.135 
+       libbb/Makefile.in:1.36->1.37 
+       libbb/my_getgrgid.c:1.8->1.9 
+       libbb/my_getpwuid.c:1.8->1.9 
+       loginutils/passwd.c:1.7->1.8 
+
+---------------------
+PatchSet 4367 
+Date: 2004/09/02 22:22:16
+Author: andersen
 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
+Tito writes:
+
+The second patch contains:
+1) a size optimization for adduser.c
+2) removes a warning about an unused variable in syslogd.c if CONFIG_FEATURE_REMOTE_LOG is not set
+3)cosmetic fixes for addgroup_full_usage and adduser_full_usage
+
+Ciao,
+Tito
 
 Members: 
-       coreutils/ln.c:1.43->1.44 
+       include/usage.h:1.220->1.221 
+       loginutils/adduser.c:1.10->1.11 
+       sysklogd/syslogd.c:1.114->1.115 
 
 ---------------------
-PatchSet 385
-Date: 2004/01/10 11:25:53
+PatchSet 436
+Date: 2004/09/02 23:03:24
 Author: andersen
 Branch: HEAD
 Tag: (none) 
 Log:
-Woody Suwalski writes:
+Based on patches from Mike Frysinger, add insmod support for
+sparc and ia64 (itanium).
+
+Also, reorganize the insmod architecture support code to be
+alphasorted and less messy.
 
-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!)
+Update the readme to list current insmod arch support.
 
 Members: 
-       modutils/modprobe.c:1.26->1.27 
+       README:1.35->1.36 
+       modutils/insmod.c:1.124->1.125 
 
 ---------------------
-PatchSet 385
-Date: 2004/01/10 11:29:31
+PatchSet 436
+Date: 2004/09/02 23:11:52
 Author: andersen
 Branch: HEAD
 Tag: (none) 
 Log:
-whitespace cleanup
+No longer needed
 
 Members: 
-       modutils/modprobe.c:1.27->1.28 
+       libbb/my_getpwnamegid.c:1.7->1.8(DEAD) 
+       patches/id_groups_alias.patch:1.1->1.2(DEAD) 
 
 ---------------------
-PatchSet 386
-Date: 2004/01/11 05:20:59
-Author: bug1
+PatchSet 437
+Date: 2004/09/02 23:13:10
+Author: andersen
 Branch: HEAD
 Tag: (none) 
 Log:
-Patch from Matt Kraai to fix debian bug #227081
+Jonas Holmberg from axis dot com writes:
 
-cp does not truncate existing destinations.  That is, after
-running
+This patch makes msh handle variable expansion within backticks more
+correctly.
 
- echo foo > foo
- echo fubar > fubar
- cp foo fubar
+Current behaviour (wrong):
+--------------------------
 
-the contents of fubar are
+BusyBox v1.00-rc3 (2004.08.26-11:51+0000) Built-in shell (msh)
+Enter 'help' for a list of built-in commands.
 
- foo
- r
+$ A='`echo hello`'
+$ echo $A
+`echo hello`
+$ echo `echo $A`
+hello
+$
 
-instead of
 
- foo
+New behaviour (correct):
+------------------------
 
-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.
+BusyBox v1.00-rc3 (2004.08.26-11:51+0000) Built-in shell (msh)
+Enter 'help' for a list of built-in commands.
 
-Members: 
-       console-tools/openvt.c:1.6->1.7 
+$ A='`echo hello`'
+$ echo $A
+`echo hello`
+$ echo `echo $A`
+`echo hello`
+$
 
----------------------
-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.
+The current behaviour (wrong according to standards) was actually my
+fault. msh handles backticks by executing a subshell (which makes it
+work on MMU-less systems). Executing a subshell makes it hard to only
+expand variables once in the parent. Therefore I export all variables
+that will be expanded within the backticks and let the subshell handle
+the expansion instead.
 
-Members: 
-       shell/ash.c:1.84->1.85 
+The bug was found while searching for security leaks in CGI-scripts.
+Current behaviour of msh makes it easy to expand backticks by mistake
+in $QUERY_STRING. I recommend appling the patch before release of bb
+1.00.
 
----------------------
-PatchSet 3863 
-Date: 2004/01/13 10:57:32
-Author: bug1
-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.
+/Jonas
 
 Members: 
-       include/busybox.h:1.53->1.54 
-       scripts/config/confdata.c:1.4->1.5 
+       shell/msh.c:1.21->1.22 
 
 ---------------------
-PatchSet 3864 
-Date: 2004/01/13 11:39:22
+PatchSet 4371 
+Date: 2004/09/08 10:01:07
 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.
- -Erik
+Patrick Huesmann noticed BusyBox would not link when
+CONFIG_FEATURE_COMMAND_EDITING was defined *and*
+CONFIG_FEATURE_COMMAND_TAB_COMPLETION was undefined.
 
-Members: 
-       libbb/find_root_device.c:1.10->1.11 
+Vladimir N. Oleynik writes:
 
----------------------
-PatchSet 3865 
-Date: 2004/01/14 07:34:37
-Author: bug1
-Branch: HEAD
-Tag: (none) 
-Log:
-Patch by Tito, use bb_xgetlarg, reduce size
+Its declare always, also if CONFIG_FEATURE_COMMAND_TAB_COMPLETION
+undefined.
+Patch to CVS version attached.
+
+--w
+vodz
 
 Members: 
-       console-tools/chvt.c:1.20->1.21 
+       shell/ash.c:1.105->1.106 
 
 ---------------------
-PatchSet 3866 
-Date: 2004/01/14 09:34:50
-Author: bug1
+PatchSet 4372 
+Date: 2004/09/08 10:56:06
+Author: andersen
 Branch: HEAD
 Tag: (none) 
 Log:
-Vodz last_patch_122, Check $PATH at runtime to fix tab completion
+Felipe Kellermann writes:
 
-Members: 
-       shell/ash.c:1.85->1.86 
-       shell/cmdedit.c:1.85->1.86 
-       shell/cmdedit.h:1.14->1.15 
+The Togg's sysklogd patch to use sendto() on remote logging is formatting
+strangely (using `<' and '>' surrounding the `msg' string message).  This
+is OK, but this is not the standard way of formatting this message.
 
----------------------
-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 ;-)
+So this patch does the following:
+
+o Fix the formatting to the standard way.
+o Uses `MAXLINE' when needed;
+o Don't loop sending messages without a "sleeping time",
+  I'm now doing `now = 1', `now <<= 1';
+o Don't die on `init_RemoteLog' when starting up (feature!)
+  We're now trying to connect every time we have an invalid fd;
+o Removes one static uneeded variable.
+o Removes two automatic uneeded variables.
 
 Members: 
-       console-tools/deallocvt.c:1.27->1.28 
-       include/usage.h:1.185->1.186 
+       sysklogd/syslogd.c:1.115->1.116 
 
 ---------------------
-PatchSet 3868 
-Date: 2004/01/16 12:48:53
+PatchSet 4373 
+Date: 2004/09/08 20:13:05
 Author: andersen
 Branch: HEAD
 Tag: (none) 
 Log:
-Minor updates from linux 2.6.1
+Fixup URL
 
 Members: 
-       scripts/config/conf.c:1.2->1.3 
-       scripts/config/confdata.c:1.5->1.6 
+       docs/busybox.net/cvs_write.html:1.9->1.10 
 
 ---------------------
-PatchSet 3869 
-Date: 2004/01/17 00:34:31
+PatchSet 4374 
+Date: 2004/09/14 13:59:44
 Author: bug1
 Branch: HEAD
 Tag: (none) 
 Log:
-Use bb_get_chomped_line_from_file
+I have to assume both Avaks and LSILogic are deliberatly ignoring me.
 
 Members: 
-       networking/inetd.c:1.6->1.7 
+       docs/busybox.net/shame.html:1.18->1.19 
 
 ---------------------
-PatchSet 3870 
-Date: 2004/01/17 01:26:53
+PatchSet 4375 
+Date: 2004/09/14 16:08:02
 Author: bug1
 Branch: HEAD
 Tag: (none) 
 Log:
-Changed #define names for common features (superficial)
+Patch from tito to add argument checking.
 
 Members: 
-       networking/inetd.c:1.7->1.8 
+       loginutils/addgroup.c:1.12->1.13 
 
 ---------------------
-PatchSet 3871 
-Date: 2004/01/17 01:44:32
+PatchSet 4376 
+Date: 2004/09/14 16:23:56
 Author: bug1
 Branch: HEAD
 Tag: (none) 
 Log:
-Remove some defined statements
+Patch from Felipe Kellermann, adds missing applet usage options, removes usage
+for options that are currently not implemented and fixes typos.
 
 Members: 
-       networking/inetd.c:1.8->1.9 
+       include/usage.h:1.221->1.222 
 
 ---------------------
-PatchSet 3872 
-Date: 2004/01/17 02:47:45
+PatchSet 4377 
+Date: 2004/09/14 17:24:58
 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.
+Patch from Felipe Kellermann, remove some unnecessary dups, i declared a few extra const's also.
 
 Members: 
-       networking/inetd.c:1.9->1.10 
+       networking/ifupdown.c:1.50->1.51 
+       networking/telnet.c:1.43->1.44 
+       networking/telnetd.c:1.12->1.13 
+       networking/tftp.c:1.28->1.29 
+       util-linux/getopt.c:1.13->1.14 
 
 ---------------------
-PatchSet 3873 
-Date: 2004/01/17 03:20:46
+PatchSet 4378 
+Date: 2004/09/14 18:12:13
 Author: bug1
 Branch: HEAD
 Tag: (none) 
 Log:
-The functions setconfig, enter and bump_nofile were only called once, marge them into the calling
-function.
+Patch by Felipe Kellermann, fix a bug introduced in the last patch by adding a condition around the remote logging, also adds some comments.
 
 Members: 
-       networking/inetd.c:1.10->1.11 
+       sysklogd/syslogd.c:1.116->1.117 
 
 ---------------------
-PatchSet 3874 
-Date: 2004/01/17 03:24:05
+PatchSet 4379 
+Date: 2004/09/14 18:56:52
 Author: bug1
 Branch: HEAD
 Tag: (none) 
 Log:
-Patch from Arthur Othieno, clarify common options between dpkg and dpkg-deb
+Apply patch from Felipe Kellermann to simlify logic of sort functions.
+I reversed the result of the sort functions to make the big numbers go to the top.
 
 Members: 
-       archival/Config.in:1.13->1.14 
+       procps/top.c:1.12->1.13 
 
 ---------------------
-PatchSet 3875 
-Date: 2004/01/17 05:03:30
+PatchSet 4380 
+Date: 2004/09/14 19:14:00
 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.
+remove a cut/paste mistake, i better get some sleep.
 
 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 
+       procps/top.c:1.13->1.14 
 
 ---------------------
-PatchSet 3876 
-Date: 2004/01/17 23:07:14
+PatchSet 4381 
+Date: 2004/09/15 02:05:23
 Author: bug1
 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
+Patch by Felipe Kellermann, use the common escape handling function and remove some unused code.
 
 Members: 
-       networking/wget.c:1.65->1.66 
+       coreutils/printf.c:1.22->1.23 
 
 ---------------------
-PatchSet 3877 
-Date: 2004/01/18 05:15:16
+PatchSet 4382 
+Date: 2004/09/15 02:39:09
 Author: bug1
 Branch: HEAD
 Tag: (none) 
 Log:
-Use bb_getopt_ulflags, save 200-300 bytes
+Only write to shadow file is shadow passwords are enabled. Patch by magicfox modified by myself to retain check for shadow file access.
 
 Members: 
-       coreutils/ls.c:1.101->1.102 
+       loginutils/passwd.c:1.8->1.9 
 
 ---------------------
-PatchSet 3878 
-Date: 2004/01/18 05:41:30
+PatchSet 4383 
+Date: 2004/09/15 03:04:07
 Author: bug1
 Branch: HEAD
 Tag: (none) 
 Log:
-Fix a bug where `ls -le` would print the time twice.
+Tito writes,
+"This patch fixes all the bugs in id previously spotted by vodz and me.
+The binary size increased a bit,  but now it should work as expected."
 
 Members: 
-       coreutils/ls.c:1.102->1.103 
+       coreutils/id.c:1.26->1.27 
+       include/libbb.h:1.135->1.136 
+       libbb/Makefile.in:1.37->1.38 
+       libbb/my_getgrgid.c:1.9->1.10 
+       libbb/my_getpwuid.c:1.9->1.10 
+       libbb/my_getug.c:INITIAL->1.1 
 
 ---------------------
-PatchSet 3879 
-Date: 2004/01/18 08:58:06
+PatchSet 4384 
+Date: 2004/09/15 03:24:32
 Author: bug1
 Branch: HEAD
 Tag: (none) 
 Log:
-Fix up a couple of bugs i introduced in yesterdays cleanup.
+Add a missing brace, patch by Hideki IWAMOTO
 
 Members: 
-       networking/inetd.c:1.12->1.13 
+       coreutils/stty.c:1.9->1.10 
 
 ---------------------
-PatchSet 3880 
-Date: 2004/01/18 18:18:33
+PatchSet 4385 
+Date: 2004/09/23 20:08:46
 Author: andersen
 Branch: HEAD
 Tag: (none) 
 Log:
-Stephane Billiart 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.
-
-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?
+Add some notes on how to make telnetd actually work
 
 Members: 
-       util-linux/rdate.c:1.31->1.32 
+       networking/Config.in:1.28->1.29 
 
 ---------------------
-PatchSet 3881 
-Date: 2004/01/20 12:57:18
-Author: bug1
+PatchSet 4386 
+Date: 2004/09/24 01:25:39
+Author: andersen
 Branch: HEAD
 Tag: (none) 
 Log:
-Patch from Tito, reduce size, merge functions that are only used once.
+A bit of extra explanation regarding STANDALONE
 
 Members: 
-       util-linux/fdformat.c:1.2->1.3 
+       shell/Config.in:1.16->1.17 
 
 ---------------------
-PatchSet 3882 
-Date: 2004/01/20 15:32:39
+PatchSet 4387 
+Date: 2004/09/24 02:04:13
 Author: bug1
 Branch: HEAD
 Tag: (none) 
 Log:
-Redo getconfigent, save 150 bytes, still small memory leak when
-parsing invalid entries.
+Patch from David Daney to make the -i option work with -l.
 
 Members: 
-       networking/inetd.c:1.13->1.14 
+       coreutils/ls.c:1.111->1.112 
 
 ---------------------
-PatchSet 3883 
-Date: 2004/01/21 10:59:45
+PatchSet 4388 
+Date: 2004/09/24 02:36:44
 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
+Remove this error message at Vodz request, it was misleading.
 
 Members: 
-       editors/vi.c:1.30->1.31 
+       libbb/correct_password.c:1.4->1.5 
 
 ---------------------
-PatchSet 3884 
-Date: 2004/01/21 11:36:44
+PatchSet 4389 
+Date: 2004/09/24 09:09: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).
+Fix a typo
 
 Members: 
-       libbb/procps.c:1.11->1.12 
+       shell/Config.in:1.17->1.18 
 
 ---------------------
-PatchSet 3885 
-Date: 2004/01/22 07:10:13
+PatchSet 4390 
+Date: 2004/09/24 09:18:55
 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.
+Patch from Egor Duda
+Attached patch prevents modprobe from trying to call 'insmod (null)'
+whenever nonexistent module is either passed to modprobe via command
+line or mentioned in modules.dep
 
-Members: 
-       libbb/getopt_ulflags.c:1.5->1.6 
+this replaces cryptic error
+sh: Syntax error: word unexpected (expecting ")")
+with
+modprobe: module some-module not found.
 
----------------------
-PatchSet 3886 
-Date: 2004/01/22 09:04:58
-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.
+egor.
 
 Members: 
-       debianutils/start_stop_daemon.c:1.10->1.1
+       modutils/modprobe.c:1.40->1.4
 
 ---------------------
-PatchSet 3887 
-Date: 2004/01/22 12:42:23
+PatchSet 4391 
+Date: 2004/09/24 09:24:27
 Author: bug1
 Branch: HEAD
 Tag: (none) 
 Log:
-last_patch_124 from Vodz, fix an ash bug when alt-1 was pressed, debian
-bug #228915
+Patch from Dmitry Zakharov to fix a bug triggered by freeswan's scripts.
 
 Members: 
-       shell/cmdedit.c:1.86->1.87 
+       editors/awk.c:1.10->1.11 
 
 ---------------------
-PatchSet 3888 
-Date: 2004/01/23 10:57:00
+PatchSet 4392 
+Date: 2004/09/30 00:24:21
 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.
+Patch from William Barsse to fix a segfault when multiple files are specified.
 
 Members: 
-       coreutils/install.c:1.4->1.5 
+       coreutils/tail.c:1.47->1.48 
 
 ---------------------
-PatchSet 3889 
-Date: 2004/01/23 20:28:53
-Author: bug1
+PatchSet 4393 
+Date: 2004/10/07 00:35:59
+Author: andersen
 Branch: HEAD
 Tag: (none) 
 Log:
-Dont change ownership unless we created the directory.
+Make it more apparent that archive creation is not supported
 
 Members: 
-       coreutils/install.c:1.5->1.6 
+       archival/ar.c:1.49->1.50 
 
 ---------------------
-PatchSet 3890 
-Date: 2004/01/23 21:40:19
-Author: bug1
+PatchSet 4394 
+Date: 2004/10/08 07:21:58
+Author: andersen
 Branch: HEAD
 Tag: (none) 
 Log:
-Check valid options were given
+Patch from Michael Tokarev:
 
-Members: 
-       coreutils/install.c:1.6->1.7 
+Scenario:
 
----------------------
-PatchSet 3891 
-Date: 2004/01/23 21:43:49
-Author: bug1
-Branch: HEAD
-Tag: (none) 
-Log:
-Correct check for only one of K or S options
+  touch x -- creates plain file name `x'
+  mkdir x -- exits successefully
 
-Members: 
-       debianutils/start_stop_daemon.c:1.11->1.12 
+libbb/make_directory.c, bb_make_directory(), contains
+the following code:
 
----------------------
-PatchSet 3892 
-Date: 2004/01/23 21:57:16
-Author: bug1
-Branch: HEAD
-Tag: (none) 
-Log:
-Enable long options, adds 150 bytes.
+        if (mkdir(path, 0777) < 0) {
+            /* If we failed for any other reason than the directory
+             * already exists, output a diagnostic and return -1.*/
+            if (errno != EEXIST) {
+                fail_msg = "create";
+                umask(mask);
+                break;
+            }
+            /* Since the directory exists, don't attempt to change
+             * permissions if it was the full target.  Note that
+             * this is not an error conditon. */
+            if (!c) {
+                umask(mask);
+                return 0;
+            }
+        }
+
+The assumption that EEXIST error is due to that the *directory*
+already exists is wrong: any file type with that name will cause
+this error to be returned.  Proper way IMHO will be is to stat()
+the path and check whenever this is really a directory.  Below
+(attached) is a patch to fix this issue.
 
 Members: 
-       coreutils/install.c:1.7->1.8 
+       libbb/make_directory.c:1.15->1.16 
 
 ---------------------
-PatchSet 3893 
-Date: 2004/01/25 05:48:28
-Author: bug1
+PatchSet 4395 
+Date: 2004/10/08 07:45:08
+Author: andersen
 Branch: HEAD
 Tag: (none) 
 Log:
-Add the -h, --dereference option for archive creation.
-
-Members: 
-       archival/tar.c:1.186->1.187 
-
----------------------
-PatchSet 3894 
-Date: 2004/01/25 05:50:28
-Author: bug1
+egor duda writes:
+
+Hi!
+
+I've created a patch to busybox' build system to allow building it in
+separate tree in a manner similar to kbuild from kernel version 2.6.
+
+That is, one runs command like
+'make O=/build/some/where/for/specific/target/and/options'
+and everything is built in this exact directory, provided that it exists.
+
+I understand that applyingc such invasive changes during 'release
+candidates' stage of development is at best unwise. So, i'm currently
+asking for comments about this patch, starting from whether such thing
+is needed at all to whether it coded properly.
+
+'make check' should work now, and one make creates Makefile in build
+directory, so one can run 'make' in build directory after that.
+
+One possible caveat is that if we build in some directory other than
+source one, the source directory should be 'distclean'ed first.
+
+egor
+
+Members: 
+       Makefile:1.297->1.298 
+       Rules.mak:1.37->1.38 
+       applets/Makefile:1.5->1.6 
+       applets/Makefile.in:1.5->1.6 
+       archival/Makefile:1.7->1.8 
+       archival/Makefile.in:1.5->1.6 
+       archival/libunarchive/Makefile:1.5->1.6 
+       archival/libunarchive/Makefile.in:1.23->1.24 
+       console-tools/Makefile:1.4->1.5 
+       console-tools/Makefile.in:1.5->1.6 
+       coreutils/Makefile:1.3->1.4 
+       coreutils/Makefile.in:1.9->1.10 
+       coreutils/libcoreutils/Makefile:1.3->1.4 
+       coreutils/libcoreutils/Makefile.in:1.3->1.4 
+       debianutils/Makefile:1.3->1.4 
+       debianutils/Makefile.in:1.5->1.6 
+       editors/Makefile:1.4->1.5 
+       editors/Makefile.in:1.5->1.6 
+       findutils/Makefile:1.4->1.5 
+       findutils/Makefile.in:1.4->1.5 
+       init/Makefile:1.5->1.6 
+       init/Makefile.in:1.9->1.10 
+       libbb/Makefile:1.10->1.11 
+       libbb/Makefile.in:1.38->1.39 
+       libpwdgrp/Makefile:1.3->1.4 
+       libpwdgrp/Makefile.in:1.4->1.5 
+       loginutils/Makefile:1.3->1.4 
+       loginutils/Makefile.in:1.8->1.9 
+       miscutils/Makefile:1.7->1.8 
+       miscutils/Makefile.in:1.12->1.13 
+       modutils/Makefile:1.4->1.5 
+       modutils/Makefile.in:1.3->1.4 
+       networking/Makefile:1.7->1.8 
+       networking/Makefile.in:1.19->1.20 
+       networking/libiproute/Makefile:1.3->1.4 
+       networking/libiproute/Makefile.in:1.6->1.7 
+       networking/udhcp/Makefile:1.3->1.4 
+       networking/udhcp/Makefile.in:1.10->1.11 
+       procps/Makefile:1.4->1.5 
+       procps/Makefile.in:1.6->1.7 
+       scripts/config/Makefile:1.4->1.5 
+       shell/Makefile:1.4->1.5 
+       shell/Makefile.in:1.3->1.4 
+       sysklogd/Makefile:1.5->1.6 
+       sysklogd/Makefile.in:1.3->1.4 
+       testsuite/runtest:1.8->1.9 
+       testsuite/du/du-h-works:1.1->1.2 
+       testsuite/du/du-k-works:1.1->1.2 
+       testsuite/du/du-l-works:1.1->1.2 
+       testsuite/du/du-m-works:1.1->1.2 
+       testsuite/du/du-s-works:1.1->1.2 
+       testsuite/du/du-works:1.1->1.2 
+       testsuite/head/head-n-works:1.1->1.2 
+       testsuite/head/head-works:1.1->1.2 
+       testsuite/ls/ls-1-works:1.1->1.2 
+       testsuite/ls/ls-h-works:1.1->1.2 
+       testsuite/ls/ls-l-works:1.1->1.2 
+       testsuite/ls/ls-s-works:1.1->1.2 
+       testsuite/sort/sort-n-works:1.1->1.2 
+       testsuite/sort/sort-r-works:1.1->1.2 
+       testsuite/sort/sort-works:1.1->1.2 
+       testsuite/tail/tail-n-works:1.1->1.2 
+       testsuite/tail/tail-works:1.1->1.2 
+       testsuite/xargs/xargs-works:1.1->1.2 
+       util-linux/Makefile:1.6->1.7 
+       util-linux/Makefile.in:1.8->1.9 
+
+---------------------
+PatchSet 4396 
+Date: 2004/10/08 07:58:30
+Author: andersen
 Branch: HEAD
 Tag: (none) 
 Log:
-Add the -r option as a synonym of -R
+As noticed by egor duda, current_menu is declared as 'extern struct menu
+*current_menu;' in scripts/config/lkc.h line 63, and this conflicts with
+static definition in mconf.c.
 
 Members: 
-       coreutils/cp.c:1.21->1.22 
+       scripts/config/mconf.c:1.5->1.6 
 
 ---------------------
-PatchSet 3895 
-Date: 2004/01/25 08:46:10
-Author: bug1
+PatchSet 4397 
+Date: 2004/10/08 08:03:29
+Author: andersen
 Branch: HEAD
 Tag: (none) 
 Log:
-Fix compile error when tab completion disabled
+last_patch139.gz from Vladimir N. Oleynik:
+
+>I also don't mean to disagree about leaving 30x status codes until after
+>1.0.  In fact, although redirecting http://host/dir to http://host/dir/
+>with a 301 is common practice (e.g. Apache, IIS), AFAIK it isn't
+>actually required (or mentioned) by the HTTP specs.
+
+Ok.
+Attached patch have 302 and 408 implemented features.
+
+
+--w
+vodz
 
 Members: 
-       shell/ash.c:1.86->1.87 
+       networking/httpd.c:1.27->1.28 
 
 ---------------------
-PatchSet 3896 
-Date: 2004/01/25 19:47:10
-Author: mjn3
+PatchSet 4398 
+Date: 2004/10/08 08:07:40
+Author: andersen
 Branch: HEAD
 Tag: (none) 
 Log:
-Be stricter when converting strings to integers.  Should fix the problem
-reported by Rob.
+Tito writes:
+
+Hi to all,
+This patch contains just some fixes for some misleading
+comments in my_getpwuid.c and my_getug.c.
+The code is untouched so this patch will not
+cause troubles.
+
+Please apply.
+
+Thanks in advance and Ciao,
+Tito
 
 Members: 
-       coreutils/expr.c:1.14->1.15 
+       libbb/my_getpwuid.c:1.10->1.11 
+       libbb/my_getug.c:1.1->1.2 
 
 ---------------------
-PatchSet 3897 
-Date: 2004/01/26 07:17:30
+PatchSet 4399 
+Date: 2004/10/08 08:10:57
 Author: andersen
 Branch: HEAD
 Tag: (none) 
 Log:
-Pascal Brisset writes:
+Hiroshi Ito writes:
+
+    Hello
 
-uuencode fails to encode binary data because it right-shifts
-bytes as signed chars and keeps the duplicated sign bits.
+    I'm using busy box on mipsel machine.
 
-The original base64_encode() from wget/http.c is broken as well,
-but it is only used to encode ascii data.
+    "grep -f file" will cause segmentation fault.
 
--- Pascal
+Vladimir N. Oleynik writes:
+
+Hiroshi,
+
+Thank for bug report, but your patch is full broken.
+Worked patch attached.
+(really changes is zero initialize, and indent correcting).
+
+
+--w
+vodz
 
 Members: 
-       coreutils/uuencode.c:1.25->1.26 
-       networking/wget.c:1.66->1.67 
+       findutils/grep.c:1.85->1.86 
 
 ---------------------
-PatchSet 3898 
-Date: 2004/01/26 07:59:42
+PatchSet 4400 
+Date: 2004/10/08 08:14:58
 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...
+Hiroshi Ito writes:
+
+ash
+   "unset OLDPWD; cd -"  causes segmentation fault.
+    ( OLDPWD is not set when sh is invoked from getty. )
+
+patch against current CVS is attached.
 
 Members: 
-       docs/busybox.net/products.html:1.3->1.4 
-       docs/busybox.net/shame.html:1.4->1.5 
+       shell/ash.c:1.106->1.107 
 
 ---------------------
-PatchSet 3899 
-Date: 2004/01/26 08:23:36
+PatchSet 4401 
+Date: 2004/10/08 08:17:39
 Author: andersen
 Branch: HEAD
 Tag: (none) 
 Log:
-A few little updates, mostly cosmetic
+Hiroshi Ito writes:
+
+"kill -HUP 1" reloads inittab, and when I append one line to inittab
+and send HUP signal two times, It will starts 2 process.
+
+patch against current CVS is attached.
 
 Members: 
-       docs/busybox.net/products.html:1.4->1.5 
-       docs/busybox.net/shame.html:1.5->1.6 
+       init/init.c:1.204->1.205 
 
 ---------------------
-PatchSet 3900 
-Date: 2004/01/27 07:36:07
-Author: bug1
+PatchSet 4402 
+Date: 2004/10/08 08:21:54
+Author: andersen
 Branch: HEAD
 Tag: (none) 
 Log:
-Align using spaces to furthurest character and then one tab, now they
-should always be aligned.
+Hiroshi Ito writes:
+
+Hello, all.
+
+Busybox init does not handle removed inittab entry correctly.
+
+# I'm sorry about my poor english, but you can find
+# what I would like to say from patch, isn't it?
+
+even if you apply this path,
+when yoy try to change a command line option in inittab,
+you have to do following steps.
+1. remove old line from initrd
+2. send HUP signal to init
+3. kill old proces which is invoked from init.
+4. append new line to inittab
+5. send HUP signal to init, again
+
+patch is against current CVS + last patch witch I send it last.
 
 Members: 
-       coreutils/Makefile.in:1.6->1.7 
+       init/init.c:1.205->1.206 
 
 ---------------------
-PatchSet 3901 
-Date: 2004/01/27 09:22:20
-Author: bug1
+PatchSet 4403 
+Date: 2004/10/08 08:27:40
+Author: andersen
 Branch: HEAD
 Tag: (none) 
 Log:
-New applet, seq. No options, just the basics.
+Patch from Denis Vlasenko to fix a problem where
+wget http://1.2.3.4/abc/ loses last '/'
 
 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 
+       networking/wget.c:1.74->1.75 
 
 ---------------------
-PatchSet 3902 
-Date: 2004/01/27 20:17:39
+PatchSet 4404 
+Date: 2004/10/08 08:49:25
 Author: andersen
 Branch: HEAD
 Tag: (none) 
 Log:
-Teach busybox ps to get the correct uid when displaying stuff
+Wade Berrier writes:
+
+Hello,
+
+Here's a patch for a first attempt at static leases for udhcpd.
+Included in the tarball are 2 files (static_leases.c, static_leases.h)
+and a patch against the latest cvs.
+
+In the config file you can configure static leases with the following
+format:
+
+static_lease 00:60:08:11:CE:4E 192.168.0.54
+static_lease 00:60:08:11:CE:3E 192.168.0.44
+
+Comments/suggestions/improvements are welcome.
+
+
+Wade
 
 Members: 
-       libbb/procps.c:1.12->1.13 
+       examples/udhcp/udhcpd.conf:1.3->1.4 
+       networking/udhcp/Makefile.in:1.11->1.12 
+       networking/udhcp/dhcpd.c:1.6->1.7 
+       networking/udhcp/dhcpd.h:1.6->1.7 
+       networking/udhcp/files.c:1.14->1.15 
+       networking/udhcp/leases.c:1.6->1.7 
+       networking/udhcp/serverpacket.c:1.6->1.7 
+       networking/udhcp/static_leases.c:INITIAL->1.1 
+       networking/udhcp/static_leases.h:INITIAL->1.1 
 
 ---------------------
-PatchSet 3903 
-Date: 2004/01/29 22:33:28
+PatchSet 4405 
+Date: 2004/10/08 08:57:35
 Author: andersen
 Branch: HEAD
 Tag: (none) 
 Log:
-Apply a couple of optimizations
+Patch from Claus Klein to increase, and make more apparent
+the hard coded limit on the number of mounts
 
 Members: 
-       libbb/hash_fd.c:1.3->1.4 
+       libbb/mtab.c:1.5->1.6 
 
 ---------------------
-PatchSet 3904 
-Date: 2004/01/30 21:44:20
-Author: mjn3
+PatchSet 4406 
+Date: 2004/10/08 09:43:34
+Author: andersen
 Branch: HEAD
 Tag: (none) 
 Log:
-Support new uClibc stdio core.
+Fix CONFIG_ASH_MATH_SUPPORT_64 so it actually works
 
 Members: 
-       libbb/printf.c:1.2->1.3 
+       shell/ash.c:1.107->1.108 
 
 ---------------------
-PatchSet 3905 
-Date: 2004/01/30 22:24:32
+PatchSet 4407 
+Date: 2004/10/08 10:50:08
 Author: andersen
 Branch: HEAD
 Tag: (none) 
 Log:
-Avoid symbol naming conflict with libm
+Add an initial FAQ
 
 Members: 
-       coreutils/dd.c:1.54->1.55 
+       docs/busybox.net/FAQ.html:INITIAL->1.1 
+       docs/busybox.net/header.html:1.8->1.9 
 
 ---------------------
-PatchSet 3906 
-Date: 2004/01/30 22:31:58
+PatchSet 4408 
+Date: 2004/10/08 10:52:08
 Author: andersen
 Branch: HEAD
 Tag: (none) 
 Log:
-Use proper C99 types throughout.  So not use silly typedefs.
+Fix the supported architectures section
 
 Members: 
-       libbb/hash_fd.c:1.4->1.5 
+       README:1.36->1.37 
 
 ---------------------
-PatchSet 3907 
-Date: 2004/01/30 22:40:05
+PatchSet 4409 
+Date: 2004/10/08 10:52:33
 Author: andersen
 Branch: HEAD
 Tag: (none) 
 Log:
-Use proper C99 types
+Bump version
 
 Members: 
-       networking/nslookup.c:1.30->1.31 
-       util-linux/mkfs_minix.c:1.39->1.40 
+       Rules.mak:1.38->1.39 
 
 ---------------------
-PatchSet 3908 
-Date: 2004/01/30 22:52:27
+PatchSet 4410 
+Date: 2004/10/08 10:54:20
 Author: andersen
 Branch: HEAD
 Tag: (none) 
 Log:
-s/u_int/unsigned int/g
-s/u_short/unsigned short/g
+unmerged fix
 
 Members: 
-       libbb/dump.c:1.6->1.7 
+       docs/busybox.net/news.html:1.22->1.23 
 
 ---------------------
-PatchSet 3909 
-Date: 2004/01/30 22:53:38
+PatchSet 4411 
+Date: 2004/10/08 11:11:02
 Author: andersen
 Branch: HEAD
 Tag: (none) 
 Log:
-s/u_int/uint/g
+oops
 
 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 
+       docs/busybox.net/FAQ.html:1.1->1.2 
 
 ---------------------
-PatchSet 3910 
-Date: 2004/01/30 22:56:20
+PatchSet 4412 
+Date: 2004/10/11 20:52:16
 Author: andersen
 Branch: HEAD
 Tag: (none) 
 Log:
-Fixup use of 'u_int' to instead use 'unsigned int'
+Patch from David Daney:
+
+It seems that date  -s MMDDHHMMYYYY.ss
+
+will ignore the .ss part.  This patch tries to fix the problem.
+
+David Daney.
 
 Members: 
-       util-linux/nfsmount.c:1.25->1.26 
-       util-linux/nfsmount.h:1.5->1.6 
+       coreutils/date.c:1.47->1.48 
 
 ---------------------
-PatchSet 3911 
-Date: 2004/01/30 22:59:50
+PatchSet 4413 
+Date: 2004/10/13 06:25:51
 Author: andersen
 Branch: HEAD
 Tag: (none) 
 Log:
-Use proper C99 types
+Make certain clients of bb_make_directory default to honoring
+the user's umask
 
 Members: 
-       networking/libiproute/utils.h:1.1->1.2 
+       archival/libunarchive/data_extract_all.c:1.20->1.21 
+       libbb/make_directory.c:1.16->1.17 
+       miscutils/devfsd.c:1.9->1.10 
 
 ---------------------
-PatchSet 3912 
-Date: 2004/01/30 23:45:12
+PatchSet 4414 
+Date: 2004/10/13 07:18:05
 Author: andersen
 Branch: HEAD
 Tag: (none) 
 Log:
-Use standard C99 types
+Simon Poole writes:
+
+Erik,
+
+Attached is a patch for the udhcpc sample scripts, to correct the order in
+which routers are applied if the DHCP server provides more than one (as per
+section 3.5 of RFC2132).
+
+Apologies for not being on the mailing list and thanks for your continued
+efforts.
+
+Simon.
 
 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 
+       examples/udhcp/sample.bound:1.1->1.2 
+       examples/udhcp/sample.renew:1.1->1.2 
+       examples/udhcp/simple.script:1.1->1.2 
 
 ---------------------
-PatchSet 3913 
-Date: 2004/01/31 05:27:17
+PatchSet 4415 
+Date: 2004/10/13 07:25:01
 Author: andersen
 Branch: HEAD
 Tag: (none) 
 Log:
-Bump version for release
+return failure when nslookup fails
 
 Members: 
-       Rules.mak:1.25->1.26 
+       networking/nslookup.c:1.32->1.33