move debugging to safe place (before vfork)
[oweals/busybox.git] / Changelog
1 ---------------------
2 PatchSet 3773 
3 Date: 2003/12/11 02:48:15
4 Author: andersen
5 Branch: HEAD
6 Tag: busybox_1_00_pre4 
7 Log:
8 prepare for release
9
10 Members: 
11         Changelog:1.284->1.285 
12         README:1.29->1.30 
13         docs/busybox.net/news.html:1.1->1.2 
14
15 ---------------------
16 PatchSet 3774 
17 Date: 2003/12/11 07:13:15
18 Author: andersen
19 Branch: HEAD
20 Tag: (none) 
21 Log:
22 some minor website cleanups
23
24 Members: 
25         docs/busybox.net/cvs_anon.html:1.8->1.9 
26         docs/busybox.net/cvs_write.html:1.7->1.8 
27         docs/busybox.net/header.html:1.3->1.4 
28         docs/busybox.net/news.html:1.2->1.3 
29
30 ---------------------
31 PatchSet 3775 
32 Date: 2003/12/11 08:04:49
33 Author: andersen
34 Branch: HEAD
35 Tag: (none) 
36 Log:
37 Fixup some html bugs
38
39 Members: 
40         docs/busybox.net/cvs_anon.html:1.9->1.10 
41         docs/busybox.net/footer.html:1.1->1.2 
42         docs/busybox.net/header.html:1.4->1.5 
43         docs/busybox.net/news.html:1.3->1.4 
44         docs/busybox.net/oldnews.html:1.17->1.18 
45         docs/busybox.net/screenshot.html:1.7->1.8 
46
47 ---------------------
48 PatchSet 3776 
49 Date: 2003/12/11 18:03:15
50 Author: andersen
51 Branch: HEAD
52 Tag: (none) 
53 Log:
54 It appears the Netgear WG602 distributes source
55
56 Members: 
57         docs/busybox.net/products.html:1.2->1.3 
58         docs/busybox.net/shame.html:1.2->1.3 
59
60 ---------------------
61 PatchSet 3777 
62 Date: 2003/12/12 00:08:57
63 Author: andersen
64 Branch: HEAD
65 Tag: (none) 
66 Log:
67 Fix compile when CONFIG_FEATURE_HDPARM_GET_IDENTITY is disabled
68
69 Members: 
70         miscutils/hdparm.c:1.8->1.9 
71
72 ---------------------
73 PatchSet 3778 
74 Date: 2003/12/12 07:01:14
75 Author: andersen
76 Branch: HEAD
77 Tag: (none) 
78 Log:
79 Doh!  I broke automatic filesystem type guessing.  Fix mount so
80 it will properly fall back to /proc/mounts when /etc/filesystems
81 is missing, allowing mount to guess the correct fs type when a
82 fs type is not explicitly specified.
83  -Erik
84
85 Members: 
86         util-linux/mount.c:1.114->1.115 
87
88 ---------------------
89 PatchSet 3779 
90 Date: 2003/12/12 19:05:15
91 Author: andersen
92 Branch: HEAD
93 Tag: (none) 
94 Log:
95 Be certain we use a correct entity when performing the
96 BLKGETSIZE64 ioctl -- don't just assume 8,
97
98 Members: 
99         util-linux/fdisk.c:1.13->1.14 
100
101 ---------------------
102 PatchSet 3780 
103 Date: 2003/12/15 21:57:43
104 Author: russ
105 Branch: HEAD
106 Tag: (none) 
107 Log:
108 Get vfork_daemon_rexec working under uclinux
109
110 Members: 
111         include/libbb.h:1.122->1.123 
112         libbb/vfork_daemon_rexec.c:1.1->1.2 
113         miscutils/crond.c:1.10->1.11 
114         sysklogd/klogd.c:1.18->1.19 
115         sysklogd/syslogd.c:1.104->1.105 
116
117 ---------------------
118 PatchSet 3781 
119 Date: 2003/12/15 22:09:36
120 Author: russ
121 Branch: HEAD
122 Tag: (none) 
123 Log:
124 options is a pretty common symbol, bad idea to use as a global in udhcp when compiling into busybox
125
126 Members: 
127         networking/udhcp/clientpacket.c:1.3->1.4 
128         networking/udhcp/files.c:1.4->1.5 
129         networking/udhcp/options.c:1.5->1.6 
130         networking/udhcp/options.h:1.3->1.4 
131         networking/udhcp/script.c:1.5->1.6 
132
133 ---------------------
134 PatchSet 3782 
135 Date: 2003/12/15 22:11:26
136 Author: russ
137 Branch: HEAD
138 Tag: (none) 
139 Log:
140 make udhcp work under uclinux, to an extent
141
142 Members: 
143         networking/udhcp/common.c:1.2->1.3 
144         networking/udhcp/script.c:1.6->1.7 
145
146 ---------------------
147 PatchSet 3783 
148 Date: 2003/12/16 01:29:40
149 Author: russ
150 Branch: HEAD
151 Tag: (none) 
152 Log:
153 not sure who made this change, but it certainly mucks things up (note 'fwrite(leases, ...'), adds a bit more code, and some stack overhead. Anywho, this fixes it, and retains the spirit of what the submitter of this change was attempting to acheive (the entire lease is written at once in a struct)
154
155 Members: 
156         networking/udhcp/files.c:1.5->1.6 
157
158 ---------------------
159 PatchSet 3784 
160 Date: 2003/12/16 01:33:38
161 Author: russ
162 Branch: HEAD
163 Tag: (none) 
164 Log:
165 whoops
166
167 Members: 
168         networking/udhcp/files.c:1.6->1.7 
169
170 ---------------------
171 PatchSet 3785 
172 Date: 2003/12/16 01:42:18
173 Author: russ
174 Branch: HEAD
175 Tag: (none) 
176 Log:
177 when compiled standalone, udhcp needs these headers
178
179 Members: 
180         networking/udhcp/files.c:1.7->1.8 
181
182 ---------------------
183 PatchSet 3786 
184 Date: 2003/12/16 02:28:20
185 Author: russ
186 Branch: HEAD
187 Tag: (none) 
188 Log:
189 start attempting to bring udhcp in busybox back to the state where it is (ideally) an exact copy of udhcp outside of busybox so that its easy to merge back and forth
190
191 Members: 
192         networking/udhcp/dhcpc.c:1.13->1.14 
193         networking/udhcp/dumpleases.c:1.5->1.6 
194         networking/udhcp/libbb_udhcp.h:1.3->1.4 
195
196 ---------------------
197 PatchSet 3787 
198 Date: 2003/12/16 02:29:46
199 Author: russ
200 Branch: HEAD
201 Tag: (none) 
202 Log:
203 why the complication of a static string rather than a define? gcc isn't dumb
204
205 Members: 
206         networking/udhcp/dhcpd.h:1.3->1.4 
207         networking/udhcp/dumpleases.c:1.6->1.7 
208         networking/udhcp/files.c:1.8->1.9 
209
210 ---------------------
211 PatchSet 3788 
212 Date: 2003/12/16 02:34:19
213 Author: russ
214 Branch: HEAD
215 Tag: (none) 
216 Log:
217 forgotten include
218
219 Members: 
220         networking/udhcp/dumpleases.c:1.7->1.8 
221
222 ---------------------
223 PatchSet 3789 
224 Date: 2003/12/16 02:38:09
225 Author: russ
226 Branch: HEAD
227 Tag: (none) 
228 Log:
229 revert removal of define
230
231 Members: 
232         networking/udhcp/Makefile.in:1.7->1.8 
233
234 ---------------------
235 PatchSet 3790 
236 Date: 2003/12/16 07:43:20
237 Author: andersen
238 Branch: HEAD
239 Tag: (none) 
240 Log:
241 Using vlock also requires libcrypt
242
243 Members: 
244         loginutils/Makefile.in:1.5->1.6 
245
246 ---------------------
247 PatchSet 3791 
248 Date: 2003/12/16 12:04:01
249 Author: andersen
250 Branch: HEAD
251 Tag: (none) 
252 Log:
253 remove reference to missing header file which is breaking the build
254
255 Members: 
256         networking/udhcp/files.c:1.9->1.10 
257
258 ---------------------
259 PatchSet 3792 
260 Date: 2003/12/16 20:44:15
261 Author: russ
262 Branch: HEAD
263 Tag: (none) 
264 Log:
265 include headers with prototypes to make sure prototypes match
266
267 Members: 
268         networking/udhcp/clientpacket.c:1.4->1.5 
269         networking/udhcp/clientpacket.h:1.1->1.2 
270         networking/udhcp/leases.c:1.2->1.3 
271         networking/udhcp/packet.c:1.2->1.3 
272         networking/udhcp/script.c:1.7->1.8 
273         networking/udhcp/serverpacket.c:1.2->1.3 
274         networking/udhcp/serverpacket.h:1.1->1.2 
275         networking/udhcp/socket.c:1.4->1.5 
276
277 ---------------------
278 PatchSet 3793 
279 Date: 2003/12/16 22:46:33
280 Author: russ
281 Branch: HEAD
282 Tag: (none) 
283 Log:
284 clean up some bad, bad formatting
285
286 Members: 
287         networking/udhcp/files.c:1.10->1.11 
288
289 ---------------------
290 PatchSet 3794 
291 Date: 2003/12/18 22:25:38
292 Author: russ
293 Branch: HEAD
294 Tag: (none) 
295 Log:
296 Finish remerging busybox udhcp and udhcp. Some cleanups as well.
297
298 Members: 
299         networking/udhcp/AUTHORS:1.2->1.3 
300         networking/udhcp/ChangeLog:1.6->1.7 
301         networking/udhcp/Makefile.in:1.8->1.9 
302         networking/udhcp/README:1.2->1.3 
303         networking/udhcp/TODO:1.2->1.3 
304         networking/udhcp/arpping.c:1.3->1.4 
305         networking/udhcp/clientsocket.c:INITIAL->1.1 
306         networking/udhcp/clientsocket.h:INITIAL->1.1 
307         networking/udhcp/common.c:1.3->1.4 
308         networking/udhcp/common.h:1.1->1.2 
309         networking/udhcp/dhcpc.c:1.14->1.15 
310         networking/udhcp/dhcpc.h:1.2->1.3 
311         networking/udhcp/dhcpd.c:1.3->1.4 
312         networking/udhcp/files.c:1.11->1.12 
313         networking/udhcp/leases.c:1.3->1.4 
314         networking/udhcp/leases.h:1.2->1.3 
315         networking/udhcp/leases_file.c:1.1->1.2(DEAD) 
316         networking/udhcp/libbb_udhcp.h:1.4->1.5 
317         networking/udhcp/pidfile.c:1.2->1.3 
318         networking/udhcp/pidfile.h:1.2->1.3 
319         networking/udhcp/script.c:1.8->1.9 
320         networking/udhcp/signalpipe.c:INITIAL->1.1 
321         networking/udhcp/signalpipe.h:INITIAL->1.1 
322         networking/udhcp/socket.c:1.5->1.6 
323         networking/udhcp/socket.h:1.1->1.2 
324
325 ---------------------
326 PatchSet 3795 
327 Date: 2003/12/18 22:40:58
328 Author: russ
329 Branch: HEAD
330 Tag: (none) 
331 Log:
332 rename __getgrent so that it doesn't conflict with some libc's
333
334 Members: 
335         include/grp_.h:1.1->1.2 
336         libpwdgrp/__getgrent.c:1.4->1.5 
337         libpwdgrp/fgetgrent.c:1.2->1.3 
338         libpwdgrp/getgrgid.c:1.3->1.4 
339         libpwdgrp/getgrnam.c:1.3->1.4 
340         libpwdgrp/grent.c:1.3->1.4 
341         libpwdgrp/initgroups.c:1.5->1.6 
342
343 ---------------------
344 PatchSet 3796 
345 Date: 2003/12/19 10:13:10
346 Author: bug1
347 Branch: HEAD
348 Tag: (none) 
349 Log:
350 Fix a bug preventing use of escaped characters that use the signed bit
351
352 Members: 
353         libbb/getopt_ulflags.c:1.3->1.4 
354
355 ---------------------
356 PatchSet 3797 
357 Date: 2003/12/19 10:34:36
358 Author: andersen
359 Branch: HEAD
360 Tag: (none) 
361 Log:
362 vodz noticed we need to cast things back to an unsigned long
363 or the syscall will not get the proper arguments.
364
365 Members: 
366         util-linux/fdisk.c:1.14->1.15 
367
368 ---------------------
369 PatchSet 3798 
370 Date: 2003/12/19 10:37:52
371 Author: bug1
372 Branch: HEAD
373 Tag: (none) 
374 Log:
375 Use getopt_ulflags
376
377 Members: 
378         networking/ftpgetput.c:1.9->1.10 
379
380 ---------------------
381 PatchSet 3799 
382 Date: 2003/12/19 10:40:56
383 Author: andersen
384 Branch: HEAD
385 Tag: (none) 
386 Log:
387 don't use kernel headers
388
389 Members: 
390         networking/vconfig.c:1.3->1.4 
391
392 ---------------------
393 PatchSet 3800 
394 Date: 2003/12/19 10:46:00
395 Author: andersen
396 Branch: HEAD
397 Tag: (none) 
398 Log:
399 Manousaridis Angelos writes:
400
401 Hello,
402
403 I have been using busybox for some time now, for an ARM based platform.
404 I was very pleased when I tried the 1.00preX series, with all the new
405 utilities and daemons.
406
407 I found out that the ifupdown in busybox does not behave exaclty like
408 the debian version. Then the pre-up script fails, the interface is
409 getting up. Also when the post-up script fails the return value is
410 ignored. Actually everything is always run and the return value is
411 always true. I looked at the original implementation from debian and
412 fixed the busybox version to do the same. A patch is attached if anyone
413 is interested.
414
415 Members: 
416         networking/ifupdown.c:1.34->1.35 
417
418 ---------------------
419 PatchSet 3801 
420 Date: 2003/12/19 10:47:40
421 Author: andersen
422 Branch: HEAD
423 Tag: (none) 
424 Log:
425 Manousaridis Angelos writes:
426
427 Another issue I found was with the iproute utility. While using another
428 program I found that it failed because the "ip route del" command was
429 not found. I looked at the full iproute implementation and this command
430 exists. The busybox version has the "ip route delete" command. I have
431 created a patch which makes the "ip route del" command an alias to the
432 "ip route delete" command.
433
434 Members: 
435         networking/libiproute/iproute.c:1.11->1.12 
436
437 ---------------------
438 PatchSet 3802 
439 Date: 2003/12/19 11:07:59
440 Author: andersen
441 Branch: HEAD
442 Tag: (none) 
443 Log:
444 Tito writes:
445
446 Hi to all,
447 here is a new patch for bb's devfsd. The news are:
448
449 1) Size reduction for the basic setup with no options compiled in from :
450      text        data     bss     dec       hex   filename
451     10591     392      543    11526   2d06 devfsd.o
452     rw-r--r--    1 root     root        18536 Dec 18 21:52 devfsd.o
453
454     to:
455
456     text        data     bss     dec        hex  filename
457     9303      392      543    10238    27fe devfsd.o
458     rw-r--r--    1 root     root        16528 Dec 18 22:02 devfsd.o
459
460    With this setup you should not expect much output from devfsd
461     ( just at start or with -v) and if some error occurs it only exits 1.
462    To have more output enable:  " Increases logging (and size)" (+1568 b).
463
464 2) The option "Adds function names to program output" was removed from config menu
465     and now to enable debug output you can use bb's standard option:
466     "Build BusyBox with Debugging symbols".
467     Be careful as with this option enabled a lot of data are outputted to /dev/log and/or to stderr.
468
469 3) A new option: "Enables the -fg and -np option" was added to config menu  (+128 b).
470
471 BTW: option "Adds support for MODLOAD keyword in devsfd.conf"  adds 268 b.
472
473 4) The following keywords in devsfd.conf are supported:
474    "CLEAR_CONFIG", "INCLUDE", "OPTIONAL_INCLUDE", "RESTORE",
475    "PERMISSIONS", "EXECUTE", "COPY", "IGNORE",  "MKOLDCOMPAT",
476    "MKNEWCOMPAT","RMOLDCOMPAT", "RMNEWCOMPAT".
477
478    But only if they are written UPPERCASE!!!!!!!!
479
480 5)Help text in usage.h was modified.
481
482 6)Something that I have forgotten..........
483
484 I've tested this for the last week on my box and it seems to work as expected.
485
486 Thanks in advance and please apply.
487
488 Ciao,
489
490 Tito
491
492 Members: 
493         include/usage.h:1.177->1.178 
494         miscutils/Config.in:1.11->1.12 
495         miscutils/devfsd.c:1.5->1.6 
496
497 ---------------------
498 PatchSet 3803 
499 Date: 2003/12/19 11:23:47
500 Author: andersen
501 Branch: HEAD
502 Tag: (none) 
503 Log:
504 Patch from Stephane Billiart:
505
506 This removes references to config->remoteuser when
507 CONFIG_FEATURE_HTTPD_CGI=y but CONFIG_FEATURE_HTTPD_BASIC_AUTH is not set
508
509 Members: 
510         networking/httpd.c:1.20->1.21 
511
512 ---------------------
513 PatchSet 3804 
514 Date: 2003/12/19 11:29:29
515 Author: andersen
516 Branch: HEAD
517 Tag: (none) 
518 Log:
519 Patch from Fillod Stephane:
520
521 * The "rdate.patch" file makes rdate to NOT settimeofday if the date to be
522 set equals current date. This prevents the system from experiencing nasty time
523 discontinuities caused by sub-second changes, with a protocol that has only
524 over second resolution. Depending on your taste, the "fprintf(stderr..." may be
525 removed.
526
527 Members: 
528         util-linux/rdate.c:1.29->1.30 
529
530 ---------------------
531 PatchSet 3805 
532 Date: 2003/12/19 11:30:13
533 Author: andersen
534 Branch: HEAD
535 Tag: (none) 
536 Log:
537 Patch from Fillod Stephane:
538
539 * While I'm at it, there's also a "telnetd.patch" which maps CRLF to CR,
540   like netkit-telnet does, required by the loosy Windows telnet clients.
541
542 Members: 
543         networking/telnetd.c:1.8->1.9 
544
545 ---------------------
546 PatchSet 3806 
547 Date: 2003/12/19 11:32:13
548 Author: andersen
549 Branch: HEAD
550 Tag: (none) 
551 Log:
552 Patch from Fillod Stephane:
553
554   You will find in the attached file "syslog.patch" a patch which adds
555   config options to set at compile time the size of the circular buffer,
556   and some documentation update.
557
558 Members: 
559         docs/busybox.sgml:1.50->1.51 
560         include/usage.h:1.178->1.179 
561         sysklogd/Config.in:1.5->1.6 
562         sysklogd/logread.c:1.13->1.14 
563         sysklogd/syslogd.c:1.105->1.106 
564
565 ---------------------
566 PatchSet 3807 
567 Date: 2003/12/19 12:03:18
568 Author: bug1
569 Branch: HEAD
570 Tag: (none) 
571 Log:
572 Allow escaped 8 bit characters in bb_opt_complementaly
573
574 Members: 
575         libbb/getopt_ulflags.c:1.4->1.5 
576
577 ---------------------
578 PatchSet 3808 
579 Date: 2003/12/19 12:08:56
580 Author: bug1
581 Branch: HEAD
582 Tag: (none) 
583 Log:
584 Use getopt_ulflags
585
586 Members: 
587         networking/wget.c:1.61->1.62 
588
589 ---------------------
590 PatchSet 3809 
591 Date: 2003/12/19 21:04:19
592 Author: andersen
593 Branch: HEAD
594 Tag: (none) 
595 Log:
596 Patch from Woody Suwalski:
597
598 Erik, I think we have met online some time ago when I was in Corel/Rebel
599     Netwinder project....
600
601 Anyway, I would like to use BB on 2.6.0 initrd. 1.00-pre4 works OK, if
602 insmod is actually presented with a full path to the module. Otherwise -
603 problems (not to mention conflicts when 2.4 modutil is enabled)
604
605 Here are some patches for insmod and modprobe which try to walk around
606 the default ".o" module format for 2.2/2.4 modules (you have probably
607 noticed it is now .ko in 2.6 ;-)) Trying to steal as little space as
608 possible if 2.6 not enabled...
609
610 The modprobe is still not perfect on 2.6 - seems to be jamming on some
611 dependencies, but works with some (to be debugged). Anyway after the
612 patches it at least tries to work....
613
614 Will there be a 1.00-pre5 coming any time soon?
615
616 Thanks, Woody
617
618 Members: 
619         modutils/insmod.c:1.107->1.108 
620         modutils/modprobe.c:1.23->1.24 
621
622 ---------------------
623 PatchSet 3810 
624 Date: 2003/12/20 01:47:16
625 Author: bug1
626 Branch: HEAD
627 Tag: (none) 
628 Log:
629 Change interface to bb_lookup_host, dont try and set port inside this
630 function as there is no gracefull way of handling failures.
631 Rename bb_getport to bb_lookup_port, allow a default port to be
632 specified so it always returns a correct value.
633 Modify ftpgetput/rdate/wget to use the new interface.
634 wget/rdate now use etc/services with a falback default value.
635
636 Members: 
637         include/libbb.h:1.123->1.124 
638         libbb/xconnect.c:1.8->1.9 
639         networking/ftpgetput.c:1.10->1.11 
640         networking/telnet.c:1.39->1.40 
641         networking/wget.c:1.62->1.63 
642         util-linux/rdate.c:1.30->1.31 
643
644 ---------------------
645 PatchSet 3811 
646 Date: 2003/12/20 03:19:27
647 Author: bug1
648 Branch: HEAD
649 Tag: (none) 
650 Log:
651 display the port number number correctly, other minor optimisations
652
653 Members: 
654         networking/ftpgetput.c:1.11->1.12 
655
656 ---------------------
657 PatchSet 3812 
658 Date: 2003/12/20 04:38:01
659 Author: bug1
660 Branch: HEAD
661 Tag: (none) 
662 Log:
663 Use low level file descriptors to match bb_copyfd_eof
664
665 Members: 
666         libbb/copy_file.c:1.26->1.27 
667
668 ---------------------
669 PatchSet 3813 
670 Date: 2003/12/20 05:43:34
671 Author: bug1
672 Branch: HEAD
673 Tag: (none) 
674 Log:
675 Allow recieving file to stdout, sending files from stdin, use the '-'
676 filename. Save a variable.
677
678 Members: 
679         networking/ftpgetput.c:1.12->1.13 
680
681 ---------------------
682 PatchSet 3814 
683 Date: 2003/12/20 06:00:08
684 Author: bug1
685 Branch: HEAD
686 Tag: (none) 
687 Log:
688 Use bb_xopen
689
690 Members: 
691         console-tools/dumpkmap.c:1.16->1.17 
692         console-tools/loadacm.c:1.23->1.24 
693         console-tools/loadfont.c:1.20->1.21 
694         console-tools/openvt.c:1.5->1.6 
695
696 ---------------------
697 PatchSet 3815 
698 Date: 2003/12/20 07:07:22
699 Author: andersen
700 Branch: HEAD
701 Tag: (none) 
702 Log:
703 Kill off the loadacm applet.  It is unused, unmaintained
704 garbage leftover from before I started maintaining BusyBox.
705 As the Klingon's like to say, Today is a good day to die.
706  -Erik
707
708 Members: 
709         console-tools/Config.in:1.3->1.4 
710         console-tools/Makefile.in:1.3->1.4 
711         console-tools/loadacm.c:1.24->1.25(DEAD) 
712         console-tools/reset.c:1.11->1.12 
713         debian/config-deb:1.9->1.10 
714         debian/config-static:1.12->1.13 
715         debian/config-udeb:1.16->1.17 
716         debian/config-udeb-linux-i386:1.2->1.3 
717         include/applets.h:1.107->1.108 
718         sysdeps/linux/defconfig:1.5->1.6 
719
720 ---------------------
721 PatchSet 3816 
722 Date: 2003/12/20 07:16:21
723 Author: andersen
724 Branch: HEAD
725 Tag: (none) 
726 Log:
727 Eradicate all references to loadacm
728
729 Members: 
730         docs/busybox.sgml:1.51->1.52 
731         docs/busybox_header.pod:1.11->1.12 
732         docs/busybox.net/screenshot.html:1.8->1.9 
733         include/usage.h:1.179->1.180 
734
735 ---------------------
736 PatchSet 3817 
737 Date: 2003/12/20 07:26:10
738 Author: andersen
739 Branch: HEAD
740 Tag: (none) 
741 Log:
742 Try to accomodate systems that do not define PAGE_SHIFT
743
744 Members: 
745         libbb/procps.c:1.8->1.9 
746
747 ---------------------
748 PatchSet 3818 
749 Date: 2003/12/20 07:30:34
750 Author: bug1
751 Branch: HEAD
752 Tag: (none) 
753 Log:
754 New applet, rx, by Christopher Hoover
755
756 Members: 
757         include/applets.h:1.108->1.109 
758         include/usage.h:1.180->1.181 
759         miscutils/Config.in:1.12->1.13 
760         miscutils/Makefile.in:1.10->1.11 
761         miscutils/rx.c:INITIAL->1.1 
762
763 ---------------------
764 PatchSet 3819 
765 Date: 2003/12/20 09:17:50
766 Author: andersen
767 Branch: HEAD
768 Tag: (none) 
769 Log:
770 doh!
771
772 Members: 
773         libbb/procps.c:1.9->1.10 
774
775 ---------------------
776 PatchSet 3820 
777 Date: 2003/12/20 10:23:28
778 Author: andersen
779 Branch: HEAD
780 Tag: (none) 
781 Log:
782 bother.  It seems I can't read.
783
784 Members: 
785         libbb/procps.c:1.10->1.11 
786
787 ---------------------
788 PatchSet 3821 
789 Date: 2003/12/21 08:59:24
790 Author: andersen
791 Branch: HEAD
792 Tag: (none) 
793 Log:
794 Don't hose up perms for files that happen to have symlinks
795 in the tarball that point to them.
796  -Erik
797
798 Members: 
799         archival/libunarchive/data_extract_all.c:1.17->1.18 
800
801 ---------------------
802 PatchSet 3822 
803 Date: 2003/12/21 09:04:54
804 Author: andersen
805 Branch: HEAD
806 Tag: (none) 
807 Log:
808 Bump version
809
810 Members: 
811         Rules.mak:1.24->1.25 
812
813 ---------------------
814 PatchSet 3823 
815 Date: 2003/12/22 21:02:41
816 Author: bug1
817 Branch: HEAD
818 Tag: (none) 
819 Log:
820 Fix a bug of mine where extracting files to stdout would extract to
821 much, modified patch from Bastian Blank
822
823 Members: 
824         archival/libunarchive/data_extract_to_stdout.c:1.3->1.4 
825
826 ---------------------
827 PatchSet 3824 
828 Date: 2003/12/23 07:21:33
829 Author: bug1
830 Branch: HEAD
831 Tag: (none) 
832 Log:
833 Fix compile error, the indenting really needs to be fixed here
834
835 Members: 
836         miscutils/crond.c:1.11->1.12 
837
838 ---------------------
839 PatchSet 3825 
840 Date: 2003/12/23 08:53:51
841 Author: andersen
842 Branch: HEAD
843 Tag: (none) 
844 Log:
845 Patch from Matt Kraai:
846
847 sed is broken:
848
849  busybox sed -n '/^a/,/^a/p' >output <<EOF
850  a
851  b
852  a
853  b
854  EOF
855  cmp -s output - <<EOF
856  a
857  b
858  a
859  EOF
860
861 The attached patch fixes it.
862
863 Members: 
864         editors/sed.c:1.156->1.157 
865