small bug found after strength test
[oweals/busybox.git] / Changelog
index cded57724914e012aa2cc28f1a0684f6b927498f..721fc82707a33eaaef427dfa7588c87908969b80 100644 (file)
--- a/Changelog
+++ b/Changelog
 ---------------------
-PatchSet 3463 
-Date: 2003/07/30 09:55:59
+PatchSet 4347 
+Date: 2004/08/16 10:29:28
 Author: andersen
 Branch: HEAD
-Tag: (none) 
+Tag: busybox_1_00_rc3 
 Log:
-Lars Ekman writes:
-
-When using "losetup" the device is always setup as Read-Only.
-
-(I have only tested with the -o flag, but looking at the code the
- problem seems general)
-
-The problem is the "opt" variable in "losetup.c" that is reused in
-the "set_loop()" call. Clear it before the call and everything is OK;
-
-  opt = 0;         /* <-------- added line */
-  if (delete)
-    return del_loop (argv[optind]) ? EXIT_SUCCESS : EXIT_FAILURE;
-  else
-    return set_loop (argv[optind], argv[optind + 1], offset, &opt)
-      ? EXIT_FAILURE : EXIT_SUCCESS;
-}
-
-Best Regards,
-Lars Ekman
+Prepare for release
 
 Members: 
-       util-linux/losetup.c:1.2->1.3 
+       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 3464 
-Date: 2003/07/30 10:33:52
+PatchSet 4348 
+Date: 2004/08/18 17:57:16
 Author: andersen
 Branch: HEAD
-Tag: busybox_1_00_pre2 
+Tag: (none) 
 Log:
-Update webpage and changelog for release
+Fixup 'dc' usage
 
 Members: 
-       Changelog:1.281->1.282 
-       docs/busybox.net/index.html:1.124->1.125 
-       docs/busybox.net/oldnews.html:1.14->1.15 
+       include/usage.h:1.218->1.219 
 
 ---------------------
-PatchSet 3465 
-Date: 2003/07/30 18:17:33
+PatchSet 4349 
+Date: 2004/08/19 18:22:13
 Author: andersen
 Branch: HEAD
 Tag: (none) 
 Log:
-Remove LRP (now defunct) and replace it with leaf.
+Patch from Vladimir N. Oleynik:
 
-Members: 
-       docs/busybox.net/index.html:1.125->1.126 
+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):
 
----------------------
-PatchSet 3466 
-Date: 2003/07/31 02:53:50
-Author: bug1
-Branch: HEAD
-Tag: (none) 
-Log:
-Fix bug when handling debian packages.
-If we read the contents of compressed files within the ar archive,
-e.g. control.tar.gz, then file position gets all out of whack, so
-it has to be reset before reading thenext header.
+Thanks!
+Patch attached.
 
-Members: 
-       archival/libunarchive/get_header_ar.c:1.6->1.7 
 
----------------------
-PatchSet 3467 
-Date: 2003/07/31 18:50:17
-Author: andersen
-Branch: HEAD
-Tag: (none) 
-Log:
-Minor cleanup
+--w
+vodz
 
 Members: 
-       docs/busybox.net/index.html:1.126->1.127 
+       shell/ash.c:1.104->1.105 
+       shell/cmdedit.c:1.92->1.93 
 
 ---------------------
-PatchSet 3468 
-Date: 2003/08/01 23:27:57
+PatchSet 4350 
+Date: 2004/08/19 18:25:02
 Author: andersen
 Branch: HEAD
 Tag: (none) 
 Log:
-Remove code that too agressively disabled inlines
+Patch from Tito documenting the '-q' option
 
 Members: 
-       include/libbb.h:1.107->1.108 
+       include/usage.h:1.219->1.220 
 
 ---------------------
-PatchSet 3469 
-Date: 2003/08/02 01:04:18
-Author: mjn3
+PatchSet 4351 
+Date: 2004/08/19 18:26:26
+Author: andersen
 Branch: HEAD
 Tag: (none) 
 Log:
-Save 0.5K.
+Patch from Tito adding support for '-q'
 
 Members: 
-       libbb/interface.c:1.18->1.19 
+       procps/kill.c:1.52->1.53 
 
 ---------------------
-PatchSet 3470 
-Date: 2003/08/02 01:19:29
-Author: mjn3
+PatchSet 4352 
+Date: 2004/08/19 18:30:31
+Author: andersen
 Branch: HEAD
 Tag: (none) 
 Log:
-Might as well get my name in AUTHORS before 1.0...
+Patch from Mike Castle to cleanup some modutils issues, in
+particular making alias support work better.
 
 Members: 
-       AUTHORS:1.37->1.38 
+       modutils/modprobe.c:1.39->1.40 
 
 ---------------------
-PatchSet 3471 
-Date: 2003/08/05 03:18:24
+PatchSet 4353 
+Date: 2004/08/19 19:15:06
 Author: andersen
 Branch: HEAD
 Tag: (none) 
 Log:
-Merge/rework config system per the latest from linux-2.6.0-test2.
-Fix the config bugs revealed by the updated config system.
+regularly update the status line display
  -Erik
 
 Members: 
-       scripts/config/conf.c:1.1->1.2 
-       scripts/config/confdata.c:1.2->1.3 
-       scripts/config/expr.c:1.1->1.2 
-       scripts/config/expr.h:1.1->1.2 
-       scripts/config/lex.zconf.c_shipped:1.1->1.2 
-       scripts/config/lkc.h:1.1->1.2 
-       scripts/config/lkc_proto.h:1.2->1.3 
-       scripts/config/mconf.c:1.2->1.3 
-       scripts/config/menu.c:1.1->1.2 
-       scripts/config/symbol.c:1.1->1.2 
-       scripts/config/zconf.l:1.1->1.2 
-       scripts/config/zconf.tab.c_shipped:1.1->1.2 
-       scripts/config/zconf.y:1.1->1.2 
-       shell/Config.in:1.7->1.8 
-       sysdeps/linux/Config.in:1.10->1.11 
-
----------------------
-PatchSet 3472 
-Date: 2003/08/05 06:59:47
-Author: andersen
-Branch: HEAD
-Tag: (none) 
-Log:
-Seems I missed a spot
-
-Members: 
-       scripts/config/zconf.tab.c_shipped:1.2->1.3 
-       scripts/config/zconf.y:1.2->1.3 
+       editors/vi.c:1.37->1.38 
 
 ---------------------
-PatchSet 3473 
-Date: 2003/08/06 08:34:19
+PatchSet 4354 
+Date: 2004/08/19 19:17:30
 Author: andersen
 Branch: HEAD
 Tag: (none) 
 Log:
-extern inline is a bad bad thing.  kill it (so mkfs_minix.c will
-actually compile)
+Patch from Rodney Radford adding x86_64 support.
 
 Members: 
-       util-linux/mkfs_minix.c:1.38->1.39 
+       modutils/insmod.c:1.122->1.123 
 
 ---------------------
-PatchSet 3474 
-Date: 2003/08/06 08:43:58
-Author: andersen
+PatchSet 4355 
+Date: 2004/08/25 02:02:19
+Author: bug1
 Branch: HEAD
 Tag: (none) 
 Log:
-Fixup segfault on 'kill -q'
+Patch from Manousaridis Angelos to cleanup stale file descriptors, it was preventing unmounting an initial filesystem.
 
 Members: 
-       procps/kill.c:1.50->1.51 
+       loginutils/getty.c:1.13->1.14 
+       loginutils/login.c:1.19->1.20 
 
 ---------------------
-PatchSet 3475 
-Date: 2003/08/06 09:21:52
+PatchSet 4356 
+Date: 2004/08/26 21:45:21
 Author: andersen
 Branch: HEAD
 Tag: (none) 
 Log:
-Joe.C writes:
+Felipe Kellermann writes:
 
-    I've reported this bug in April and it still
-    exists in 1.00-pre2. So I made patches for
-    both 0.60.x and 1.00-pre2.  The patch is very
-    simple, just use strncmp instead of strcmp.
-    Please apply if it is OK.
+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!
 
-   Here's the procedure to test this problem:
-   Create a executable with very long name, say
-   'test_1234567890123456' and execute it. Try
-   using 'killall' or 'pidof' to find/kill this
-   program.  Without this patch, you can't find
-   the program.
+[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: 
-       libbb/find_pid_by_name.c:1.12->1.13 
+# 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 3476 
-Date: 2003/08/06 09:33:08
-Author: andersen
-Branch: HEAD
-Tag: (none) 
-Log:
-Patch from vodz to cleanup libbb/obscure.c:password_check()
-to not copy too much data.
+
+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).
+
+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...
+
+1-line, 1/3-minute patch attached  :-)
 
 Members: 
-       libbb/obscure.c:1.4->1.
+       libbb/interface.c:1.24->1.2
 
 ---------------------
-PatchSet 347
-Date: 2003/08/06 09:47:59
+PatchSet 435
+Date: 2004/08/26 22:18:56
 Author: andersen
 Branch: HEAD
 Tag: (none) 
 Log:
-Sync hdparm -t and -T options with hdparm-5.3, which seems
-to produce sensible results,
-
-Members: 
-       miscutils/hdparm.c:1.1->1.2 
-
----------------------
-PatchSet 3478 
-Date: 2003/08/06 09:53:13
+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:
-Steven Scholz writes:
-
-    the output of lsmod (busybox-1.00-pre2) contains IMHO one "\n" too
-    much when using CONFIG_FEATURE_CHECK_TAINTED_MODULE:
-
-    ~ # lsmod
-    Module                  Size  Used by    Tainted: P
-
-    ds                      8364   1
-    m8xx_pcmcia             5388   1
-    pcmcia_core            40736   0 [ds m8xx_pcmcia]
+Vladimir N. Oleynik writes:
 
-and this patch from Steven fixes the problem
+Ming-Ching,
 
-Members: 
-       modutils/lsmod.c:1.39->1.40 
+>>No. Here there are no mistakes.
+>>You using POST metod.
+>>For get data you should read from stdin CONTENT_LENGTH bytes.
 
----------------------
-PatchSet 3479 
-Date: 2003/08/06 09:57:35
-Author: andersen
-Branch: HEAD
-Tag: (none) 
-Log:
-Patch from Steven Scholz:
+>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.
 
-should we rename the define into CONFIG_FEATURE_HDPARM_HDIO_DMA and
-use it for "set" and "get" ???
+Ok, Ok. I should find time to understand with a problem.
+Try attached patch.
 
-Since although CONFIG_FEATURE_HDPARM_HDIO_GET_DMA is _not_ set I still
-can use "hdparm -d 1 /dev/hda" to switch the DMA on.
-Is this desireable or meant to be like that?
 
-So how about the applied patch?
+--w
+vodz
 
 Members: 
-       include/usage.h:1.162->1.163 
-       miscutils/Config.in:1.6->1.7 
-       miscutils/hdparm.c:1.2->1.3 
+       networking/httpd.c:1.26->1.27 
 
 ---------------------
-PatchSet 3480 
-Date: 2003/08/06 10:07:36
+PatchSet 4359 
+Date: 2004/08/26 22:26:26
 Author: andersen
 Branch: HEAD
 Tag: (none) 
 Log:
-Patch from vodz:
-
-I wrote:
->>I think, fdisk have special ext2lseek special for:
->>disk can have size > 4Gb, but all any partitions have < 4Gb and lseek64
->>not require.
->>May be best create new configure option for set DOLFS for fdisk applet
->>if global DOLFS unset?
->
-
-
-Erik Andersen wrote:
->Agreed.  Using an extra configure option when ! DOLFS
->would be a good idea.
-
-
-Ok. Patch attached.
+Save a line or two
 
 Members: 
-       util-linux/Config.in:1.8->1.9 
-       util-linux/fdisk.c:1.8->1.9 
+       loginutils/getty.c:1.14->1.15 
+       loginutils/login.c:1.20->1.21 
 
 ---------------------
-PatchSet 3481 
-Date: 2003/08/06 10:23:44
+PatchSet 4360 
+Date: 2004/08/26 22:36:02
 Author: andersen
 Branch: HEAD
 Tag: (none) 
 Log:
-Eric Spakman writes:
-
-The attached patch adds "mtu" and "hwaddress" to the inet6 method and
-"mtu", "hwaddr" and "pointopoint" to the inet4 method (just like in
-the ifupdown part).
-Note: "hwaddress" can't be used with the busybox ip applet (this
-function isn't implemented in bb ip yet), but it can be of use with
-an external "full blown" ip package.
+Tito writes:
 
-The patch also removes "label" from the loopback configuration,
-labels (subinterfaces) aren't used with loopback interfaces.
+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
 
-It further solves a problem in the bootp method, "ifconfig down
-%interface%" should be "ifconfig %interface% down" and it's now also
-possible to use ip with bootp.
+This should be applied even if the other patches aren't as this matches the behaviour of the  GNU whoami.
 
-The patch is fully tested with both busybox ip and "stand-alone" ip
-and I didn't saw any problems.
+Thanks in advance,
+Ciao,
+Tito
 
 Members: 
-       networking/ifupdown.c:1.29->1.30 
+       coreutils/whoami.c:1.22->1.23 
 
 ---------------------
-PatchSet 3482 
-Date: 2003/08/06 10:43:09
+PatchSet 4361 
+Date: 2004/08/26 23:01:34
 Author: andersen
 Branch: HEAD
 Tag: (none) 
 Log:
-Patch from Eric Spakman to update "run-parts" help text in Config.in.
+The login applet should always be setuid root
 
 Members: 
-       debianutils/Config.in:1.4->1.
+       include/applets.h:1.114->1.11
 
 ---------------------
-PatchSet 3483 
-Date: 2003/08/06 12:20:52
+PatchSet 4362 
+Date: 2004/08/26 23:13:00
 Author: andersen
 Branch: HEAD
 Tag: (none) 
 Log:
-Latest dash update from vodz
+Improve the setuid situation a bit, and make it more apparent
+when people really ought to make busybox setuid root.
+ -Erik
 
 Members: 
-       libbb/Makefile.in:1.25->1.26 
-       libbb/arith.c:1.5->1.6(DEAD) 
-       shell/ash.c:1.73->1.74 
+       Makefile:1.296->1.297 
+       loginutils/Config.in:1.8->1.9 
+       miscutils/Config.in:1.18->1.19 
 
 ---------------------
-PatchSet 3484 
-Date: 2003/08/06 12:22:36
+PatchSet 4363 
+Date: 2004/08/26 23:15:29
 Author: andersen
 Branch: HEAD
 Tag: (none) 
 Log:
-Begin preparing for another release
+Togg writes:
 
-Members: 
-       Rules.mak:1.19->1.20 
+Syslogd wont start if remote-logging is enabled and the connection to the
+remote-log server is not possible on syslogd startup.
 
----------------------
-PatchSet 3485 
-Date: 2003/08/08 08:39:57
-Author: andersen
-Branch: HEAD
-Tag: (none) 
-Log:
-Fix a stupid bug I introduced several months ago
+I found a patch somewhere which works like a charm. It uses sendto() which
+seems more reliable for this issue.
 
-Members: 
-       coreutils/printf.c:1.19->1.20 
+Please see attached patch. Many people will be more happy with this included
+I think.
 
----------------------
-PatchSet 3486 
-Date: 2003/08/08 09:57:03
-Author: andersen
-Branch: HEAD
-Tag: (none) 
-Log:
-Remove unnecessary defamatory comment
+Regards,
+Togg
 
 Members: 
-       coreutils/cal.c:1.5->1.6 
+       sysklogd/syslogd.c:1.113->1.114 
 
 ---------------------
-PatchSet 3487 
-Date: 2003/08/08 21:04:56
+PatchSet 4364 
+Date: 2004/08/27 19:55:28
 Author: andersen
 Branch: HEAD
 Tag: (none) 
 Log:
-Patch from Kent Robotti to being fdisk in sync with v2.12 final.
+Quiet a few warnings
 
 Members: 
-       util-linux/fdisk.c:1.9->1.10 
+       init/mesg.c:1.2->1.3 
+       shell/msh.c:1.20->1.21 
 
 ---------------------
-PatchSet 3488 
-Date: 2003/08/08 21:09:03
+PatchSet 4365 
+Date: 2004/08/28 00:43:05
 Author: andersen
 Branch: HEAD
 Tag: (none) 
 Log:
-Kent Robotti noted that mt.c uses "rewind" not "rew"
+Fixup some warnings
 
 Members: 
-       include/usage.h:1.163->1.164 
+       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 3489 
-Date: 2003/08/08 23:13:41
+PatchSet 4366 
+Date: 2004/09/02 22:21:39
 Author: andersen
 Branch: HEAD
 Tag: (none) 
 Log:
-quiet some noise
-
-Members: 
-       miscutils/hdparm.c:1.3->1.4 
-
----------------------
-PatchSet 3490 
-Date: 2003/08/08 23:26:05
+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:
-Implement a minimalist 'last' which allows the LEAF project to
-no longer need dumtp.  Remove the 'dumtp' applet.
- -Erik
+Tito writes:
 
-Members: 
-       include/applets.h:1.102->1.103 
-       include/usage.h:1.164->1.165 
-       miscutils/Config.in:1.7->1.8 
-       miscutils/Makefile.in:1.7->1.8 
-       miscutils/dutmp.c:1.31->1.32(DEAD) 
-       miscutils/last.c:INITIAL->1.1 
+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
 
----------------------
-PatchSet 3491 
-Date: 2003/08/09 00:12:12
-Author: andersen
-Branch: HEAD
-Tag: (none) 
-Log:
-Begin using the new "select" option.  Good stuff!
+Ciao,
+Tito
 
 Members: 
-       networking/Config.in:1.21->1.22 
+       include/usage.h:1.220->1.221 
+       loginutils/adduser.c:1.10->1.11 
+       sysklogd/syslogd.c:1.114->1.115 
 
 ---------------------
-PatchSet 3492 
-Date: 2003/08/09 00:40:12
+PatchSet 4368 
+Date: 2004/09/02 23:03:24
 Author: andersen
 Branch: HEAD
 Tag: (none) 
 Log:
-Use the new 'select' option to make the shell config
-much less evil and far more obvious.
- -Erik
+Based on patches from Mike Frysinger, add insmod support for
+sparc and ia64 (itanium).
 
-Members: 
-       shell/Config.in:1.8->1.9 
+Also, reorganize the insmod architecture support code to be
+alphasorted and less messy.
 
----------------------
-PatchSet 3493 
-Date: 2003/08/09 00:41:50
-Author: andersen
-Branch: HEAD
-Tag: (none) 
-Log:
-Move shell descriptions to the config system
+Update the readme to list current insmod arch support.
 
 Members: 
-       README:1.27->1.28 
+       README:1.35->1.36 
+       modutils/insmod.c:1.124->1.125 
 
 ---------------------
-PatchSet 3494 
-Date: 2003/08/09 03:57:55
-Author: mjn3
+PatchSet 4369 
+Date: 2004/09/02 23:11:52
+Author: andersen
 Branch: HEAD
 Tag: (none) 
 Log:
-Adjust Erik's change, as I don't claim copyright of the applet.
+No longer needed
 
 Members: 
-       coreutils/cal.c:1.6->1.7 
+       libbb/my_getpwnamegid.c:1.7->1.8(DEAD) 
+       patches/id_groups_alias.patch:1.1->1.2(DEAD) 
 
 ---------------------
-PatchSet 3495 
-Date: 2003/08/12 07:55:03
+PatchSet 4370 
+Date: 2004/09/02 23:13:10
 Author: andersen
 Branch: HEAD
 Tag: (none) 
 Log:
-fix style sheet so site doesn't look like crap with IE
+Jonas Holmberg from axis dot com writes:
 
-Members: 
-       docs/busybox.net/index.html:1.127->1.128 
+This patch makes msh handle variable expansion within backticks more
+correctly.
 
----------------------
-PatchSet 3496 
-Date: 2003/08/13 13:11:33
-Author: mjn3
-Branch: HEAD
-Tag: (none) 
-Log:
-Remove unnecessary pointer dereference.
+Current behaviour (wrong):
+--------------------------
 
-Members: 
-       coreutils/cal.c:1.7->1.8 
+BusyBox v1.00-rc3 (2004.08.26-11:51+0000) Built-in shell (msh)
+Enter 'help' for a list of built-in commands.
 
----------------------
-PatchSet 3497 
-Date: 2003/08/13 18:48:47
-Author: mjn3
-Branch: HEAD
-Tag: (none) 
-Log:
-Rewrite timescmd() function to avoid the use of floating point and to
-correct a bug in the seconds display where something like  65 seconds
-would be output as "1m65.000000s".
+$ A='`echo hello`'
+$ echo $A
+`echo hello`
+$ echo `echo $A`
+hello
+$
 
-Members: 
-       shell/ash.c:1.74->1.75 
 
----------------------
-PatchSet 3498 
-Date: 2003/08/13 20:56:33
-Author: andersen
-Branch: HEAD
-Tag: (none) 
-Log:
-Patch from Paul Mundt (lethal) adding sh64 insmod support for busybox
+New behaviour (correct):
+------------------------
 
-Members: 
-       modutils/insmod.c:1.99->1.100 
+BusyBox v1.00-rc3 (2004.08.26-11:51+0000) Built-in shell (msh)
+Enter 'help' for a list of built-in commands.
 
----------------------
-PatchSet 3499 
-Date: 2003/08/14 03:28:49
-Author: mjn3
-Branch: HEAD
-Tag: (none) 
-Log:
-Fix a bug reported by junkio@cox.net involving the mode_chars index.
+$ A='`echo hello`'
+$ echo $A
+`echo hello`
+$ echo `echo $A`
+`echo hello`
+$
 
-Members: 
-       libbb/mode_string.c:1.3->1.4 
+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.
 
----------------------
-PatchSet 3500 
-Date: 2003/08/14 03:55:15
-Author: bug1
-Branch: HEAD
-Tag: (none) 
-Log:
-Change hardlink handling for tar to work the same way as cpio
+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.
 
-Members: 
-       archival/libunarchive/data_extract_all.c:1.10->1.11 
-       archival/libunarchive/get_header_tar.c:1.19->1.20 
-
----------------------
-PatchSet 3501 
-Date: 2003/08/19 04:49:00
-Author: bug1
-Branch: HEAD
-Tag: (none) 
-Log:
-Typo
+/Jonas
 
 Members: 
-       coreutils/Config.in:1.12->1.13 
+       shell/msh.c:1.21->1.22 
 
 ---------------------
-PatchSet 3502 
-Date: 2003/08/22 21:53:38
+PatchSet 4371 
+Date: 2004/09/08 10:01:07
 Author: andersen
 Branch: HEAD
 Tag: (none) 
 Log:
-Fixup 'make clean' to properly clean the _install directory
+Patrick Huesmann noticed BusyBox would not link when
+CONFIG_FEATURE_COMMAND_EDITING was defined *and*
+CONFIG_FEATURE_COMMAND_TAB_COMPLETION was undefined.
 
-Members: 
-       Makefile:1.283->1.284 
+Vladimir N. Oleynik writes:
 
----------------------
-PatchSet 3503 
-Date: 2003/08/22 22:15:07
-Author: andersen
-Branch: HEAD
-Tag: (none) 
-Log:
-trivial doc fix
+Its declare always, also if CONFIG_FEATURE_COMMAND_TAB_COMPLETION
+undefined.
+Patch to CVS version attached.
+
+--w
+vodz
 
 Members: 
-       archival/Config.in:1.8->1.9 
+       shell/ash.c:1.105->1.106 
 
 ---------------------
-PatchSet 3504 
-Date: 2003/08/23 00:08:37
+PatchSet 4372 
+Date: 2004/09/08 10:56:06
 Author: andersen
 Branch: HEAD
 Tag: (none) 
 Log:
-"staywithu" writes:
-
-In BusyBox v1.00-pre2,
- commands like ls, df with -h option report a wrong file size for files larger than 4GBtye!!
-
-For example,
-   when I execute 'ls -l', it reports
-      -rw-r--r--      1 root       root    5368709120    Aug    17  2003  large_stream.tp
-
-   when I execute 'ls -lh', I expect that
-      -rw-r--r--      1 root       root                5.0G    Aug    17  2003  large_stream.tp
-
-  but it reports
-      -rw-r--r--      1 root       root                1.0G    Aug    17  2003  large_stream.tp
+Felipe Kellermann writes:
 
-I fixed this bug that...
- Line 31 in libbb/human_readable.c and line 275 include/libbb.h
+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.
 
-     const char *make_human_readable_str(unsigned long size
-      =>   const char *make_human_readable_str(unsigned long long size
+So this patch does the following:
 
-It's OK!
+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: 
-       include/libbb.h:1.108->1.109 
-       libbb/human_readable.c:1.7->1.8 
+       sysklogd/syslogd.c:1.115->1.116 
 
 ---------------------
-PatchSet 3505 
-Date: 2003/08/26 03:14:58
-Author: bug1
+PatchSet 4373 
+Date: 2004/09/08 20:13:05
+Author: andersen
 Branch: HEAD
 Tag: (none) 
 Log:
-Fix overflow for machines greater than 4GB, return unsigned int to avoid
-a cast and for greater accuracy.
+Fixup URL
 
 Members: 
-       init/init.c:1.192->1.193 
+       docs/busybox.net/cvs_write.html:1.9->1.10 
 
 ---------------------
-PatchSet 3506 
-Date: 2003/08/26 05:25:59
+PatchSet 4374 
+Date: 2004/09/14 13:59:44
 Author: bug1
 Branch: HEAD
 Tag: (none) 
 Log:
-SHA1 options depend on SHA1
+I have to assume both Avaks and LSILogic are deliberatly ignoring me.
 
 Members: 
-       coreutils/Config.in:1.13->1.14 
+       docs/busybox.net/shame.html:1.18->1.19 
 
 ---------------------
-PatchSet 3507 
-Date: 2003/08/26 05:28:05
+PatchSet 4375 
+Date: 2004/09/14 16:08:02
 Author: bug1
 Branch: HEAD
 Tag: (none) 
 Log:
-Woops, depend on SHA1 not the option
+Patch from tito to add argument checking.
 
 Members: 
-       coreutils/Config.in:1.14->1.15 
+       loginutils/addgroup.c:1.12->1.13 
 
 ---------------------
-PatchSet 3508 
-Date: 2003/08/26 05:50:22
+PatchSet 4376 
+Date: 2004/09/14 16:23:56
 Author: bug1
 Branch: HEAD
 Tag: (none) 
 Log:
-Syncronise some build files with busybox-cvs-20030819
+Patch from Felipe Kellermann, adds missing applet usage options, removes usage
+for options that are currently not implemented and fixes typos.
 
 Members: 
-       debian/changelog:1.36->1.37 
-       debian/config-deb:1.7->1.8 
-       debian/config-static:1.10->1.11 
-       debian/config-udeb:1.14->1.15 
-       debian/control:1.17->1.18 
+       include/usage.h:1.221->1.222 
 
 ---------------------
-PatchSet 3509 
-Date: 2003/08/26 12:06:39
-Author: sandman
-Branch: HEAD
-Tag: (none) 
-Log:
-Removed some debug printfs
-
-Members: 
-       util-linux/hwclock.c:1.5->1.6 
-
----------------------
-PatchSet 3510 
-Date: 2003/08/28 20:12:23
+PatchSet 4377 
+Date: 2004/09/14 17:24:58
 Author: bug1
 Branch: HEAD
 Tag: (none) 
 Log:
-Dont unlink when testing !
-Always preserve creation date
-Disable the -p option its for modification date
-Remove some cpio header debugging noise
-Syncronise file listing behaviour with upstream.
+Patch from Felipe Kellermann, remove some unnecessary dups, i declared a few extra const's also.
 
 Members: 
-       archival/cpio.c:1.12->1.13 
-       archival/libunarchive/data_extract_all.c:1.11->1.12 
-       archival/libunarchive/get_header_cpio.c:1.7->1.8 
-       include/unarchive.h:1.17->1.18 
+       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 3511 
-Date: 2003/08/28 20:54:16
+PatchSet 4378 
+Date: 2004/09/14 18:12:13
 Author: bug1
 Branch: HEAD
 Tag: (none) 
 Log:
-*** empty log message ***
+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/arping.c:1.4->1.5 
+       sysklogd/syslogd.c:1.116->1.117 
 
 ---------------------
-PatchSet 3512 
-Date: 2003/08/28 22:55:22
+PatchSet 4379 
+Date: 2004/09/14 18:56:52
 Author: bug1
 Branch: HEAD
 Tag: (none) 
 Log:
-"When the filesize is known from content-length header, safe_fread is
-always told to read sizeof(buf).  This waits until the underlying
-fread() to time-out for the last part of the downloaded body.  Fix
-this by sending the number of remaining bytes to read when known." -
-junkio@
-I reworked the logic in his patch
+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: 
-       networking/wget.c:1.54->1.55 
+       procps/top.c:1.12->1.13 
 
 ---------------------
-PatchSet 3513 
-Date: 2003/08/28 23:03:19
+PatchSet 4380 
+Date: 2004/09/14 19:14:00
 Author: bug1
 Branch: HEAD
 Tag: (none) 
 Log:
-"When the initial request by wget is responded by a 3XX redirect
-response sent in chunked transfer encoding, the code path to
-resubmit the request to the redirected URL forgets to reset
-got_clen and chunked variables in the loop.  If the redirected
-URL does not use chunked transfer encoding, this causes the code
-that slurps the body of the response to incorrectly try to parse
-out the chunk length which does not exist." - junkio@
-
-----------------------------------------------------------------------
+remove a cut/paste mistake, i better get some sleep.
 
 Members: 
-       networking/wget.c:1.55->1.56 
+       procps/top.c:1.13->1.14 
 
 ---------------------
-PatchSet 3514 
-Date: 2003/08/28 23:12:53
+PatchSet 4381 
+Date: 2004/09/15 02:05:23
 Author: bug1
 Branch: HEAD
 Tag: (none) 
 Log:
-"Typo and/or thinko: scanning till the end of NUL terminated string
-should check the byte pointed at not the pointer itself." -junkio@
+Patch by Felipe Kellermann, use the common escape handling function and remove some unused code.
 
 Members: 
-       miscutils/dc.c:1.15->1.16 
+       coreutils/printf.c:1.22->1.23 
 
 ---------------------
-PatchSet 3515 
-Date: 2003/08/29 07:25:04
+PatchSet 4382 
+Date: 2004/09/15 02:39:09
 Author: bug1
 Branch: HEAD
 Tag: (none) 
 Log:
-Correct logic in determining size of block to download, as pointed out
-by Junio C Hamano
+Only write to shadow file is shadow passwords are enabled. Patch by magicfox modified by myself to retain check for shadow file access.
 
 Members: 
-       networking/wget.c:1.56->1.57 
+       loginutils/passwd.c:1.8->1.9 
 
 ---------------------
-PatchSet 3516 
-Date: 2003/08/29 08:29:30
+PatchSet 4383 
+Date: 2004/09/15 03:04:07
 Author: bug1
 Branch: HEAD
 Tag: (none) 
 Log:
-vodz, last patch 103
+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/expr.c:1.12->1.13 
-       shell/ash.c:1.75->1.76 
+       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 3517 
-Date: 2003/08/29 08:35:08
+PatchSet 4384 
+Date: 2004/09/15 03:24:32
 Author: bug1
 Branch: HEAD
 Tag: (none) 
 Log:
-Vodz, last patch 104
+Add a missing brace, patch by Hideki IWAMOTO
 
 Members: 
-       sysklogd/syslogd.c:1.100->1.101 
+       coreutils/stty.c:1.9->1.10 
 
 ---------------------
-PatchSet 3518 
-Date: 2003/08/29 08:38:56
-Author: bug1
+PatchSet 4385 
+Date: 2004/09/23 20:08:46
+Author: andersen
 Branch: HEAD
 Tag: (none) 
 Log:
-Vodz, last patch 105
-Busybox "mount" applet unsupport "user" option and
-result: must have _BB_SUID_NEVER applet option (my bug).
-Last patch have reducing 216 bytes for "su" applet also.
+Add some notes on how to make telnetd actually work
 
 Members: 
-       include/applets.h:1.103->1.104 
-       loginutils/su.c:1.4->1.5 
+       networking/Config.in:1.28->1.29 
 
 ---------------------
-PatchSet 3519 
-Date: 2003/08/29 08:47:52
-Author: bug1
+PatchSet 4386 
+Date: 2004/09/24 01:25:39
+Author: andersen
 Branch: HEAD
 Tag: (none) 
 Log:
-label's dont work in v4 tunnels, patch by Eric Spakman
+A bit of extra explanation regarding STANDALONE
 
 Members: 
-       networking/ifupdown.c:1.30->1.31 
+       shell/Config.in:1.16->1.17 
 
 ---------------------
-PatchSet 3520 
-Date: 2003/08/29 11:58:46
+PatchSet 4387 
+Date: 2004/09/24 02:04:13
 Author: bug1
 Branch: HEAD
 Tag: (none) 
 Log:
-"This function was not updating the argc and argv pointers to reflect
-the arguments it consumed, which means the calling function encountered
-them as well.  As a result, a command like "ip -6 addr" was yielding a usage
-error." - Philip Blundell
+Patch from David Daney to make the -i option work with -l.
 
 Members: 
-       networking/libiproute/ip_parse_common_args.c:1.4->1.5 
+       coreutils/ls.c:1.111->1.112 
 
 ---------------------
-PatchSet 3521 
-Date: 2003/08/29 12:34:08
+PatchSet 4388 
+Date: 2004/09/24 02:36:44
 Author: bug1
 Branch: HEAD
 Tag: (none) 
 Log:
-Fix for compiling with ipv6
+Remove this error message at Vodz request, it was misleading.
 
 Members: 
-       libbb/interface.c:1.19->1.20 
+       libbb/correct_password.c:1.4->1.5 
 
 ---------------------
-PatchSet 3522 
-Date: 2003/08/29 13:20:31
+PatchSet 4389 
+Date: 2004/09/24 09:09:44
 Author: bug1
 Branch: HEAD
 Tag: (none) 
 Log:
-* Since busybox binary is unnecessary, deleted it from prerequisites.
-* Changed so that not only links but /bin/busybox might be deleted.
-* When double quoted PREFIX is defined by `.config' is used,
-  `make uninstall' does not work correctly.
-  When default PREFIX `pwd`/_install defined by Rules.mak is used,
-  similarly it does not work correctly.
-  Changed $$PREFIX into $(PREFIX) in order to fix this.
-Patch by Hideki IWAMOTO
+Fix a typo
 
 Members: 
-       Makefile:1.284->1.285 
+       shell/Config.in:1.17->1.18 
 
 ---------------------
-PatchSet 3523 
-Date: 2003/08/29 13:23:09
+PatchSet 4390 
+Date: 2004/09/24 09:18:55
 Author: bug1
 Branch: HEAD
 Tag: (none) 
 Log:
-Substitute busybox for uClibc, patch by Hideki IWAMOTO
+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: 
-       Rules.mak:1.20->1.21 
+this replaces cryptic error
+sh: Syntax error: word unexpected (expecting ")")
+with
+modprobe: module some-module not found.
 
----------------------
-PatchSet 3524 
-Date: 2003/08/29 14:25:55
-Author: bug1
-Branch: HEAD
-Tag: (none) 
-Log:
-Change make to $(MAKE), patch by Hideki IWAMOTO
+egor.
 
 Members: 
-       Makefile:1.285->1.286 
+       modutils/modprobe.c:1.40->1.41 
 
 ---------------------
-PatchSet 3525 
-Date: 2003/08/29 15:18:26
+PatchSet 4391 
+Date: 2004/09/24 09:24:27
 Author: bug1
 Branch: HEAD
 Tag: (none) 
 Log:
-Help for date -I when CONFIG_FEATURE_DATE_ISOFMT is enabled.
-Patch by Steven Scholz
+Patch from Dmitry Zakharov to fix a bug triggered by freeswan's scripts.
 
 Members: 
-       include/usage.h:1.165->1.166 
+       editors/awk.c:1.10->1.11 
 
 ---------------------
-PatchSet 3526 
-Date: 2003/08/29 16:03:12
+PatchSet 4392 
+Date: 2004/09/30 00:24:21
 Author: bug1
 Branch: HEAD
 Tag: (none) 
 Log:
-Remove unused files
+Patch from William Barsse to fix a segfault when multiple files are specified.
 
 Members: 
-       networking/udhcp/debug.h:1.1->1.2(DEAD) 
-       networking/udhcp/pidfile.c:1.1->1.2(DEAD) 
-       networking/udhcp/pidfile.h:1.1->1.2(DEAD) 
+       coreutils/tail.c:1.47->1.48 
 
 ---------------------
-PatchSet 3527 
-Date: 2003/08/29 16:19:44
-Author: bug1
+PatchSet 4393 
+Date: 2004/10/07 00:35:59
+Author: andersen
 Branch: HEAD
 Tag: (none) 
 Log:
-Remove stray '\n'
+Make it more apparent that archive creation is not supported
 
 Members: 
-       networking/udhcp/dhcpc.c:1.11->1.12 
-       networking/udhcp/socket.c:1.2->1.3 
+       archival/ar.c:1.49->1.50 
 
 ---------------------
-PatchSet 3528 
-Date: 2003/08/29 16:39:07
-Author: bug1
+PatchSet 4394 
+Date: 2004/10/08 07:21:58
+Author: andersen
 Branch: HEAD
 Tag: (none) 
 Log:
-Logic error, patch by Matteo Croce
+Patch from Michael Tokarev:
 
-Members: 
-       util-linux/fdformat.c:1.1->1.2 
-
----------------------
-PatchSet 3529 
-Date: 2003/08/29 16:48:37
-Author: bug1
-Branch: HEAD
-Tag: (none) 
-Log:
-"A little patch for the strings applet of the busybox development tree
-that substitutes two lines of code with a libbb function saving a couple
-of bytes." - Tito
+Scenario:
 
-Members: 
-       miscutils/strings.c:1.9->1.10 
+  touch x -- creates plain file name `x'
+  mkdir x -- exits successefully
 
----------------------
-PatchSet 3530 
-Date: 2003/08/29 16:53:23
-Author: bug1
-Branch: HEAD
-Tag: (none) 
-Log:
-"Due to a wrong format parameter in a printf httpd does not work when
-compiled for with CONFIG_LFS (large file support).
-The attached patch suggested by Vladimir fixes that." - Steven Scholz
+libbb/make_directory.c, bb_make_directory(), contains
+the following code:
 
-Members: 
-       networking/httpd.c:1.11->1.12 
+        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;
+            }
+        }
 
----------------------
-PatchSet 3531 
-Date: 2003/08/29 17:19:03
-Author: bug1
-Branch: HEAD
-Tag: (none) 
-Log:
-Remove some unwanted code, patch from Holger Schurig, confirmed by vodz
+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: 
-       libbb/get_console.c:1.6->1.7 
+       libbb/make_directory.c:1.15->1.16 
 
 ---------------------
-PatchSet 3532 
-Date: 2003/08/30 05:35:07
-Author: bug1
+PatchSet 4395 
+Date: 2004/10/08 07:45:08
+Author: andersen
 Branch: HEAD
 Tag: (none) 
 Log:
-Fix the substitution print subcommand, it should only print if its
-own substitution matched, not previous ones.
-e.g
-echo fooba | sed -n 's/foo//;s/bar/found/p'
-shouldnt print anything
-
-Members: 
-       editors/sed.c:1.130->1.131 
-
----------------------
-PatchSet 3533 
-Date: 2003/08/30 05:47:36
-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:
-"Without this patch, udhcpcd output may be buffered and delayed for
-for minutes if stdout is not a tty." -vda@
+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: 
-       networking/udhcp/common.c:1.1->1.2 
+       scripts/config/mconf.c:1.5->1.6 
 
 ---------------------
-PatchSet 3534 
-Date: 2003/08/30 07:00:33
-Author: bug1
+PatchSet 4397 
+Date: 2004/10/08 08:03:29
+Author: andersen
 Branch: HEAD
 Tag: (none) 
 Log:
-handle GPLONLY symbols
+last_patch139.gz from Vladimir N. Oleynik:
 
-Members: 
-       modutils/insmod.c:1.100->1.101 
+>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.
 
----------------------
-PatchSet 3535 
-Date: 2003/08/30 13:27:36
-Author: bug1
-Branch: HEAD
-Tag: (none) 
-Log:
-The default behaviour for run-parts is corrected to continue if an error
-is encountered in a script.
-Patch by Philip Blundell
+Ok.
+Attached patch have 302 and 408 implemented features.
 
-Members: 
-       libbb/run_parts.c:1.9->1.10 
 
----------------------
-PatchSet 3536 
-Date: 2003/08/30 13:38:13
-Author: bug1
-Branch: HEAD
-Tag: (none) 
-Log:
-save a couple of bytes
+--w
+vodz
 
 Members: 
-       miscutils/strings.c:1.10->1.11 
+       networking/httpd.c:1.27->1.28 
 
 ---------------------
-PatchSet 3537 
-Date: 2003/08/31 02:58:18
-Author: bug1
+PatchSet 4398 
+Date: 2004/10/08 08:07:40
+Author: andersen
 Branch: HEAD
 Tag: (none) 
 Log:
-"insmod caches the symbolname in a variable before modifying it and uses
-the cached value afterwards." - Jean Wolter
+Tito writes:
 
-Members: 
-       modutils/insmod.c:1.101->1.102 
+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.
 
----------------------
-PatchSet 3538 
-Date: 2003/09/01 05:08:36
-Author: bug1
-Branch: HEAD
-Tag: (none) 
-Log:
-Allow one to detect and handle the case where no lease could be obtained
-via DHCP. (Just add a section "failed" to your script.)
-Patch by Steven Scholz
+Please apply.
+
+Thanks in advance and Ciao,
+Tito
 
 Members: 
-       networking/udhcp/dhcpc.c:1.12->1.13 
+       libbb/my_getpwuid.c:1.10->1.11 
+       libbb/my_getug.c:1.1->1.2 
 
 ---------------------
-PatchSet 353
-Date: 2003/09/01 09:53:31
-Author: bug1
+PatchSet 439
+Date: 2004/10/08 08:10:57
+Author: andersen
 Branch: HEAD
 Tag: (none) 
 Log:
-Fix compile error and reducing size for libbb/get_console.c to previous size.
-Vodz last_patch106
+Hiroshi Ito writes:
 
-Members: 
-       libbb/get_console.c:1.7->1.8 
-       shell/ash.c:1.76->1.77 
+    Hello
 
----------------------
-PatchSet 3540 
-Date: 2003/09/02 03:36:07
-Author: bug1
-Branch: HEAD
-Tag: (none) 
-Log:
-move all "-/bin/sh" "/bin/sh" and "sh" to libbb/messages.c file as one
-constant.
-Vodz last_patch_107
+    I'm using busy box on mipsel machine.
 
-Members: 
-       coreutils/chroot.c:1.29->1.30 
-       include/libbb.h:1.109->1.110 
-       init/init.c:1.193->1.194 
-       libbb/Makefile.in:1.26->1.27 
-       libbb/messages.c:1.10->1.11 
-       loginutils/adduser.c:1.7->1.8 
-       loginutils/login.c:1.12->1.13 
-       loginutils/su.c:1.5->1.6 
-       miscutils/crond.c:1.7->1.8 
-       miscutils/crontab.c:1.5->1.6 
-       networking/ifupdown.c:1.31->1.32 
-       networking/telnetd.c:1.6->1.7 
-       shell/ash.c:1.77->1.78 
-       shell/msh.c:1.14->1.15 
+    "grep -f file" will cause segmentation fault.
 
----------------------
-PatchSet 3541 
-Date: 2003/09/02 07:59:57
-Author: bug1
-Branch: HEAD
-Tag: (none) 
-Log:
-adds the ability to use and calculate network prefix specifications instead
-of netmasks. It also fixes the parameters for network and netmask to match
-that of the official Red Hat version (-n for network and -m for netmask).
-Patch by Joshua Jackson
+Vladimir N. Oleynik writes:
 
-Members: 
-       networking/Config.in:1.22->1.23 
-       networking/ipcalc.c:1.4->1.5 
+Hiroshi,
 
----------------------
-PatchSet 3542 
-Date: 2003/09/03 01:42:58
-Author: bug1
-Branch: HEAD
-Tag: (none) 
-Log:
-To load GPLONLY symbols its is required that CHECK_TAINTED_MODULES be
-enabled, if not GPLONLY symbols are ignored.
+Thank for bug report, but your patch is full broken.
+Worked patch attached.
+(really changes is zero initialize, and indent correcting).
 
-Members: 
-       modutils/Config.in:1.8->1.9 
-       modutils/insmod.c:1.102->1.103 
 
----------------------
-PatchSet 3543 
-Date: 2003/09/03 13:18:38
-Author: bug1
-Branch: HEAD
-Tag: (none) 
-Log:
-more crond+crontab integrating with loginutil libbb functions and deleted
-patch from Thomas Gleixner to init.
-Viodz last_patch_108
+--w
+vodz
 
 Members: 
-       include/libbb.h:1.110->1.111 
-       init/init.c:1.194->1.195 
-       libbb/change_identity.c:1.2->1.3 
-       miscutils/crond.c:1.8->1.9 
-       miscutils/crontab.c:1.6->1.7 
+       findutils/grep.c:1.85->1.86 
 
 ---------------------
-PatchSet 3544 
-Date: 2003/09/04 09:21:36
-Author: bug1
+PatchSet 4400 
+Date: 2004/10/08 08:14:58
+Author: andersen
 Branch: HEAD
 Tag: (none) 
 Log:
-Set the default password to md5, patch by Joshua Jackson
+Hiroshi Ito writes:
 
-Members: 
-       loginutils/passwd.c:1.5->1.6 
+ash
+   "unset OLDPWD; cd -"  causes segmentation fault.
+    ( OLDPWD is not set when sh is invoked from getty. )
 
----------------------
-PatchSet 3545 
-Date: 2003/09/05 03:37:15
-Author: bug1
-Branch: HEAD
-Tag: (none) 
-Log:
-Small bug in silent option
+patch against current CVS is attached.
 
 Members: 
-       networking/ipcalc.c:1.5->1.6 
+       shell/ash.c:1.106->1.107 
 
 ---------------------
-PatchSet 3546 
-Date: 2003/09/08 01:32:49
-Author: bug1
+PatchSet 4401 
+Date: 2004/10/08 08:17:39
+Author: andersen
 Branch: HEAD
 Tag: (none) 
 Log:
-Busybox modprobe has a couple of irritating quirks:
-
- - attempting to modprobe a module that is already loaded yields "Failed
-to load module", whereas modutils quietly ignores such a request.
+Hiroshi Ito writes:
 
- - if a module genuinely can't be loaded due to missing symbols or
-similar problems, modprobe doesn't produce any useful diagnostics
-because the output from insmod has been redirected to /dev/null.
+"kill -HUP 1" reloads inittab, and when I append one line to inittab
+and send HUP signal two times, It will starts 2 process.
 
-Here's a patch to address these issue
-
-Patch by Philip Blundell
+patch against current CVS is attached.
 
 Members: 
-       modutils/modprobe.c:1.21->1.22 
+       init/init.c:1.204->1.205 
 
 ---------------------
-PatchSet 3547 
-Date: 2003/09/08 11:59:27
-Author: bug1
+PatchSet 4402 
+Date: 2004/10/08 08:21:54
+Author: andersen
 Branch: HEAD
 Tag: (none) 
 Log:
-last_patch_109 from Vladimir N. Oleynik
+Hiroshi Ito writes:
 
-Busybox`s httpd have the defect (from born):
-ip 1.2.3.1 have true comparing also with
-1.2.3.10-1.2.3.19 and 1.2.3.100-1.2.3.199.
-Last patch removed this bug and added feature:
-allow/deny rule can support network/netmask
-example: 1.2.3.0/255.255.255.128
-  or
-network/mask_bits
-example: 1.2.3.0/25
-now; old format
-1
-1.2
-1.2.3
-1.2.3.4
-too support and converted to
-1/8 1.2/16 1.2.3/24 1.2.3.4/32
-automaticaly.
+Hello, all.
 
-Also, current CVS have small problem: ignores
-A:IP, (loses 'A', 'a' only work). Corrected.
+Busybox init does not handle removed inittab entry correctly.
 
-Members: 
-       networking/httpd.c:1.12->1.13 
+# I'm sorry about my poor english, but you can find
+# what I would like to say from patch, isn't it?
 
----------------------
-PatchSet 3548 
-Date: 2003/09/08 15:34:23
-Author: bug1
-Branch: HEAD
-Tag: (none) 
-Log:
-Preserve suid/sgid bits
+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
 
-Members: 
-       coreutils/chown.c:1.23->1.24 
-
----------------------
-PatchSet 3549 
-Date: 2003/09/08 16:39:09
-Author: bug1
-Branch: HEAD
-Tag: (none) 
-Log:
-Vodz, last_patch_110\r
-no limit, no memory usage for env buffer, always call putenv().\r
-remove small error for previous last_patch109.
+patch is against current CVS + last patch witch I send it last.
 
 Members: 
-       networking/httpd.c:1.13->1.14 
+       init/init.c:1.205->1.206 
 
 ---------------------
-PatchSet 3550 
-Date: 2003/09/09 00:19:12
-Author: bug1
+PatchSet 4403 
+Date: 2004/10/08 08:27:40
+Author: andersen
 Branch: HEAD
 Tag: (none) 
 Log:
-Patch from Jean Wolter
-expr currently always adds even if told to subtract
+Patch from Denis Vlasenko to fix a problem where
+wget http://1.2.3.4/abc/ loses last '/'
 
 Members: 
-       coreutils/expr.c:1.13->1.14 
+       networking/wget.c:1.74->1.75 
 
 ---------------------
-PatchSet 3551 
-Date: 2003/09/09 16:53:56
-Author: bug1
+PatchSet 4404 
+Date: 2004/10/08 08:49:25
+Author: andersen
 Branch: HEAD
 Tag: (none) 
 Log:
-Update the config file by running it from menuconfig, get rid of some
-unused entries.
+Wade Berrier writes:
 
-Members: 
-       sysdeps/linux/defconfig:1.3->1.4 
+Hello,
 
----------------------
-PatchSet 3552 
-Date: 2003/09/09 18:41:03
-Author: bug1
-Branch: HEAD
-Tag: (none) 
-Log:
-If a tar entry is a regualr file ending in a '/' then its really a
-directory.
-From http://www.gnu.org/manual/tar/html_node/tar_123.html
-REGTYPE
-AREGTYPE
-    These flags represent a regular file. In order to be compatible with
-older versions of tar, a typeflag value of AREGTYPE should be silently
-recognized as a regular file. New archives should be created using
-REGTYPE. Also, for backward compatibility, tar treats a regular file
-whose name ends with a slash as a directory.
+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.
 
-Members: 
-       archival/libunarchive/get_header_tar.c:1.20->1.21 
-
----------------------
-PatchSet 3553 
-Date: 2003/09/11 00:35:44
-Author: bug1
-Branch: HEAD
-Tag: (none) 
-Log:
-Vodz, last_patch_104
+In the config file you can configure static leases with the following
+format:
 
-Members: 
-       networking/httpd.c:1.14->1.15 
-       sysklogd/syslogd.c:1.101->1.102 
+static_lease 00:60:08:11:CE:4E 192.168.0.54
+static_lease 00:60:08:11:CE:3E 192.168.0.44
 
----------------------
-PatchSet 3554 
-Date: 2003/09/11 00:47:10
-Author: bug1
-Branch: HEAD
-Tag: (none) 
-Log:
-Fix a bug where make clean complained about having both : and :: entries.
-Remove tester.log on make clean
-Patch by Arthur Othieno
+Comments/suggestions/improvements are welcome.
 
-Members: 
-       tests/Makefile:1.5->1.6 
 
----------------------
-PatchSet 3555 
-Date: 2003/09/11 00:52:15
-Author: bug1
-Branch: HEAD
-Tag: (none) 
-Log:
-add ipv6 literal support to wget
+Wade
 
 Members: 
-       networking/Config.in:1.23->1.24 
-       networking/wget.c:1.57->1.58 
+       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 3556 
-Date: 2003/09/11 09:25:11
+PatchSet 4405 
+Date: 2004/10/08 08:57:35
 Author: andersen
 Branch: HEAD
 Tag: (none) 
 Log:
-Patch from Philip Blundell:
-
-On Thu, 2003-09-11 at 01:09, Glenn McGrath wrote:
-> Applied
-
-Thanks.  Unfortunately there was one small bug in that last patch.
-Could you apply this one as well?
-
-p.
+Patch from Claus Klein to increase, and make more apparent
+the hard coded limit on the number of mounts
 
 Members: 
-       networking/wget.c:1.58->1.59 
+       libbb/mtab.c:1.5->1.6 
 
 ---------------------
-PatchSet 3557 
-Date: 2003/09/11 09:32:40
+PatchSet 4406 
+Date: 2004/10/08 09:43:34
 Author: andersen
 Branch: HEAD
 Tag: (none) 
 Log:
-Marc A. Lehmann writes:
-
-The tar -x command in busybox does not restore the file mode correctly.
-
-The reason is most probably this code in
-archival/libunarachive/data_extract_all.c:
-
-       chmod(file_header->name, file_header->mode);
-       chown(file_header->name, file_header->uid, file_header->gid);
-
-chown clears the set*id bits (on current versions of linux :). Flipping
-the order around fixes the problem.
-
-(tested with 1.00pre3 from cvs).
+Fix CONFIG_ASH_MATH_SUPPORT_64 so it actually works
 
 Members: 
-       archival/libunarchive/data_extract_all.c:1.12->1.13 
+       shell/ash.c:1.107->1.108 
 
 ---------------------
-PatchSet 3558 
-Date: 2003/09/11 09:51:32
+PatchSet 4407 
+Date: 2004/10/08 10:50:08
 Author: andersen
 Branch: HEAD
 Tag: (none) 
 Log:
-Update definition of struct serial_struct, per linux-2.6.0-test5,
-to avoid stack corruption problems on some 64bit architectures
-when sizeof(void*) != sizeof(int).  Thanks to Atsushi Nemoto
-for finding this problem.
+Add an initial FAQ
 
 Members: 
-       init/init.c:1.195->1.196 
+       docs/busybox.net/FAQ.html:INITIAL->1.1 
+       docs/busybox.net/header.html:1.8->1.9 
 
 ---------------------
-PatchSet 3559 
-Date: 2003/09/12 01:44:50
-Author: bug1
+PatchSet 4408 
+Date: 2004/10/08 10:52:08
+Author: andersen
 Branch: HEAD
 Tag: (none) 
 Log:
-Busybox CVS version ipcalc have problems:
-- Can`t use 255.255.255.255 address
-- typo: double check for valid ip address and uncheck for valid mask
-
-httpd unseted SERVER_PORT (my bug from last_patch111).
-
-last_patch_112 from Vladimir N. Oleynik
+Fix the supported architectures section
 
 Members: 
-       networking/httpd.c:1.15->1.16 
-       networking/ipcalc.c:1.6->1.7 
+       README:1.36->1.37 
 
 ---------------------
-PatchSet 3560 
-Date: 2003/09/12 05:43:49
+PatchSet 4409 
+Date: 2004/10/08 10:52:33
 Author: andersen
 Branch: HEAD
 Tag: (none) 
 Log:
-Update changelog for release
+Bump version
 
 Members: 
-       Changelog:1.282->1.283 
+       Rules.mak:1.38->1.39 
 
 ---------------------
-PatchSet 3561 
-Date: 2003/09/12 05:49:21
+PatchSet 4410 
+Date: 2004/10/08 10:54:20
 Author: andersen
 Branch: HEAD
 Tag: (none) 
 Log:
-config option CONFIG_FEATURE_SH_APPLETS_ALWAYS_WIN must depend
-on CONFIG_FEATURE_SH_STANDALONE_SHELL.
+unmerged fix
 
 Members: 
-       shell/Config.in:1.9->1.10 
+       docs/busybox.net/news.html:1.22->1.23 
 
 ---------------------
-PatchSet 3562 
-Date: 2003/09/12 06:50:51
+PatchSet 4411 
+Date: 2004/10/08 11:11:02
 Author: andersen
 Branch: HEAD
 Tag: (none) 
 Log:
-Teach rdate to timeout in 10 seconds to avoid blocking forever
-with odd or broken networking setups
+oops
 
 Members: 
-       util-linux/rdate.c:1.23->1.24 
+       docs/busybox.net/FAQ.html:1.1->1.2 
 
 ---------------------
-PatchSet 3563 
-Date: 2003/09/12 06:59:53
+PatchSet 4412 
+Date: 2004/10/11 20:52:16
 Author: andersen
 Branch: HEAD
 Tag: (none) 
 Log:
-Invoke run-parts on /etc/network/if-*.d per the behavior of
-the upstream ifupdown code...
+Patch from David Daney:
 
-Members: 
-       networking/ifupdown.c:1.32->1.33 
+It seems that date  -s MMDDHHMMYYYY.ss
 
----------------------
-PatchSet 3564 
-Date: 2003/09/12 07:31:28
-Author: bug1
-Branch: HEAD
-Tag: (none) 
-Log:
-Use the typeflag to identify if its a hardlink on OLD and GNU posix
-modes, fixes a bug extracting hardlinks to symlinks.
+will ignore the .ss part.  This patch tries to fix the problem.
+
+David Daney.
 
 Members: 
-       archival/libunarchive/get_header_tar.c:1.21->1.22 
+       coreutils/date.c:1.47->1.48 
 
 ---------------------
-PatchSet 3565 
-Date: 2003/09/12 07:49:09
-Author: bug1
+PatchSet 4413 
+Date: 2004/10/13 06:25:51
+Author: andersen
 Branch: HEAD
 Tag: (none) 
 Log:
-Fix handling of hardlinks when OLDGNU and GNU extensions arent enabled.
+Make certain clients of bb_make_directory default to honoring
+the user's umask
 
 Members: 
-       archival/libunarchive/get_header_tar.c:1.22->1.23 
+       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 3566 
-Date: 2003/09/12 07:59:17
+PatchSet 4414 
+Date: 2004/10/13 07:18:05
 Author: andersen
 Branch: HEAD
 Tag: (none) 
 Log:
-Update webpage a bit
+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: 
-       docs/busybox.net/index.html:1.128->1.129 
-       docs/busybox.net/oldnews.html:1.15->1.16 
-       docs/busybox.net/screenshot.html:1.5->1.6 
+       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 3567 
-Date: 2003/09/12 07:59:52
+PatchSet 4415 
+Date: 2004/10/13 07:25:01
 Author: andersen
 Branch: HEAD
 Tag: (none) 
 Log:
-I suppose it is now Sept 12...
+return failure when nslookup fails
 
 Members: 
-       docs/busybox.net/index.html:1.129->1.130 
+       networking/nslookup.c:1.32->1.33