summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>2003-07-30 09:33:54 +0000
committerEric Andersen <andersen@codepoet.org>2003-07-30 09:33:54 +0000
commit7a6a77362bac39949357ad899fb0a3153af11469 (patch)
treeaa890b1490fb4c49c03ec446b5b5e24012a37381
parent25f95dee2d63e4a774636b9d7ecf53eaac4ea69c (diff)
downloadbusybox-w32-1_00_pre2.tar.gz
busybox-w32-1_00_pre2.tar.bz2
busybox-w32-1_00_pre2.zip
Update webpage and changelog for release1_00_pre2
-rw-r--r--Changelog19311
-rw-r--r--docs/busybox.net/index.html59
-rw-r--r--docs/busybox.net/oldnews.html49
3 files changed, 603 insertions, 18816 deletions
diff --git a/Changelog b/Changelog
index 4d0574ddb..b35b66e68 100644
--- a/Changelog
+++ b/Changelog
@@ -1,19361 +1,1098 @@
1PatchSet 2130
2Date: 2001/08/02 21:56:16
3Author: andersen
4Branch: HEAD
5Tag: busybox_0_60_0
6Log:
7Fix up some silly messups with the debian packaging, and a dumb
8bug with chroot. I've had the package uploaded but perms set to
9000, so I am going to re-tag things and re-cut the release. Folks
10who pulled from CVS in the last 30 minutes with just have to cope.
11 -Erik
12
13Members:
14 Makefile:1.231->1.232
15 chroot.c:1.24->1.25
16 coreutils/chroot.c:1.24->1.25
17 debian/Config.h-deb:1.24->1.25
18 debian/Config.h-static:1.19->1.20
19 debian/Config.h-udeb:1.22->1.23
20 shellutils/chroot.c:1.24->1.25
21
22---------------------
23PatchSet 2131
24Date: 2001/08/04 06:28:29
25Author: bug1
26Branch: HEAD
27Tag: (none)
28Log:
29Fix exclude list handling
30
31Members:
32 libbb/unarchive.c:1.20->1.21
33
34---------------------
35PatchSet 2132
36Date: 2001/08/06 15:14:18
37Author: kraai
38Branch: HEAD
39Tag: (none)
40Log:
41Add support for underscores in variable names.
42
43Members:
44 msh.c:1.6->1.7
45 shell/msh.c:1.6->1.7
46
47---------------------
48PatchSet 2133
49Date: 2001/08/06 15:18:08
50Author: kraai
51Branch: HEAD
52Tag: (none)
53Log:
54Simplified version checking.
55
56Members:
57 insmod.c:1.70->1.71
58 modutils/insmod.c:1.70->1.71
59
60---------------------
61PatchSet 2134
62Date: 2001/08/06 17:09:09
63Author: kraai
64Branch: HEAD
65Tag: (none)
66Log:
67Use ferror(3) to check for errors, rather than inspecting errno. Thanks to
68David Douthitt for reporting, and shame on me for writing such crappy code.
69
70Members:
71 head.c:1.24->1.25
72 coreutils/head.c:1.24->1.25
73 textutils/head.c:1.24->1.25
74
75---------------------
76PatchSet 2135
77Date: 2001/08/09 22:00:12
78Author: kraai
79Branch: HEAD
80Tag: (none)
81Log:
82Remove BB_SH define entirely.
83
84Members:
85 Config.h:1.98->1.99
86 chroot.c:1.25->1.26
87 coreutils/chroot.c:1.25->1.26
88 debian/Config.h-deb:1.25->1.26
89 debian/Config.h-static:1.20->1.21
90 debian/Config.h-udeb:1.23->1.24
91 shellutils/chroot.c:1.25->1.26
92
93---------------------
94PatchSet 2136
95Date: 2001/08/09 22:07:10
96Author: kraai
97Branch: HEAD
98Tag: (none)
99Log:
100Remind people to enable RPC support when using NFS mount and uClibc (thanks
101to David Douthitt).
102
103Members:
104 Config.h:1.99->1.100
105
106---------------------
107PatchSet 2137
108Date: 2001/08/10 07:02:23
109Author: mjn3
110Branch: HEAD
111Tag: (none)
112Log:
113This corrects the _really_poor_ implementation of "broadcast +" handling
114by ifconfig that someone had submitted. It fixes 1 bug, gets rid of the
115excessive bloating of a structure that is used in a static const array,
116and removes the implicit struct copys by keeping only the int type needed.
117It also turns this into a configurable feature (off by default).
118
119Members:
120 Config.h:1.100->1.101
121 ifconfig.c:1.11->1.12
122 networking/ifconfig.c:1.11->1.12
123
124---------------------
125PatchSet 2138
126Date: 2001/08/10 16:05:23
127Author: kraai
128Branch: HEAD
129Tag: (none)
130Log:
131Commit Vladimir's simplify_path.
132
133Members:
134 Makefile:1.232->1.233
135 mount.c:1.90->1.91
136 include/libbb.h:1.59->1.60
137 libbb/libbb.h:1.59->1.60
138 libbb/simplify_path.c:INITIAL->1.1
139 util-linux/mount.c:1.90->1.91
140
141---------------------
142PatchSet 2139
143Date: 2001/08/10 16:22:35
144Author: andersen
145Branch: HEAD
146Tag: (none)
147Log:
148Fix stupid grammar error.
149
150Members:
151 ash.c:1.17->1.18
152 shell/ash.c:1.17->1.18
153
154---------------------
155PatchSet 2140
156Date: 2001/08/10 19:22:14
157Author: andersen
158Branch: busybox_0_60_stable
159Tag: (none)
160Log:
161Merge the CVS changes so far into the stable branch.
162
163Members:
164 Config.h:1.98->1.98.2.1
165 Makefile:1.232->1.232.2.1
166 ash.c:1.17->1.17.2.1
167 chroot.c:1.25->1.25.2.1
168 head.c:1.24->1.24.2.1
169 ifconfig.c:1.11->1.11.2.1
170 insmod.c:1.70->1.70.2.1
171 mount.c:1.90->1.90.2.1
172 msh.c:1.6->1.6.2.1
173 coreutils/chroot.c:1.25->1.25.2.1
174 coreutils/head.c:1.24->1.24.2.1
175 debian/Config.h-deb:1.25->1.25.2.1
176 debian/Config.h-static:1.20->1.20.2.1
177 debian/Config.h-udeb:1.23->1.23.2.1
178 include/libbb.h:1.59->1.59.2.1
179 libbb/libbb.h:1.59->1.59.2.1
180 libbb/simplify_path.c:1.1->1.1.2.1
181 libbb/unarchive.c:1.20->1.20.2.1
182 modutils/insmod.c:1.70->1.70.2.1
183 networking/ifconfig.c:1.11->1.11.2.1
184 shell/ash.c:1.17->1.17.2.1
185 shell/msh.c:1.6->1.6.2.1
186 shellutils/chroot.c:1.25->1.25.2.1
187 textutils/head.c:1.24->1.24.2.1
188 util-linux/mount.c:1.90->1.90.2.1
189
190---------------------
191PatchSet 2141
192Date: 2001/08/10 19:42:04
193Author: andersen
194Branch: HEAD
195Tag: (none)
196Log:
197Small size optimization from Aaron Lehmann
198
199Members:
200 ash.c:1.18->1.19
201 shell/ash.c:1.18->1.19
202
203---------------------
204PatchSet 2142
205Date: 2001/08/10 20:36:07
206Author: mjn3
207Branch: HEAD
208Tag: (none)
209Log:
210A few bug fixes and significant size savings. Combined effort of
211Vladimir N. Oleynik dzo@simtreas.ru, Aaron Lehmann aaronl@vitelus.com,
212and myself.
213
214Members:
215 ash.c:1.19->1.20
216 shell/ash.c:1.19->1.20
217
218---------------------
219PatchSet 2143
220Date: 2001/08/10 22:11:56
221Author: andersen
222Branch: HEAD
223Tag: (none)
224Log:
225Fix a merging error
226
227Members:
228 ash.c:1.20->1.21
229 shell/ash.c:1.20->1.21
230
231---------------------
232PatchSet 2144
233Date: 2001/08/12 18:32:56
234Author: mjn3
235Branch: HEAD
236Tag: (none)
237Log:
238I stupidly forgot one level of pointer indirection in the cmdtxt(), calcsize(),
239and copynode() table implementations. Commit the fix but keep them disabled
240until others check them out. Uncomment "//#define CMDTXT_TABLE",
241"//#define CALCSIZE_TABLE", and "//#define COPYNODE_TABLE" to try them out.
242Saves over 600 bytes on i386.
243
244Members:
245 ash.c:1.21->1.22
246 shell/ash.c:1.21->1.22
247
248---------------------
249PatchSet 2145
250Date: 2001/08/14 18:10:08
251Author: kraai
252Branch: HEAD
253Tag: (none)
254Log:
255Rewritten by Manuel Novoa III.
256
257Members:
258 libbb/simplify_path.c:1.1->1.2
259
260---------------------
261PatchSet 2146
262Date: 2001/08/14 18:32:23
263Author: kraai
264Branch: HEAD
265Tag: (none)
266Log:
267Log all messages from a single connection, not just the first. Patch from
268matthias@corelatus.com, approved by Gennady Feldman <gena01@cachier.com>.
269
270Members:
271 syslogd.c:1.75->1.76
272 sysklogd/syslogd.c:1.75->1.76
273
274---------------------
275PatchSet 2147
276Date: 2001/08/14 19:05:40
277Author: kraai
278Branch: busybox_0_60_stable
279Tag: (none)
280Log:
281Backported syslogd fix.
282
283Members:
284 syslogd.c:1.75->1.75.2.1
285 sysklogd/syslogd.c:1.75->1.75.2.1
286
287---------------------
288PatchSet 2148
289Date: 2001/08/15 12:25:01
290Author: bug1
291Branch: HEAD
292Tag: (none)
293Log:
294Fix version comparision bug
295
296Members:
297 dpkg.c:1.40->1.41
298 archival/dpkg.c:1.40->1.41
299
300---------------------
301PatchSet 2149
302Date: 2001/08/20 18:44:32
303Author: andersen
304Branch: busybox_0_60_stable
305Tag: (none)
306Log:
307Minor wording changes
308
309Members:
310 Makefile:1.232.2.1->1.232.2.2
311
312---------------------
313PatchSet 2150
314Date: 2001/08/20 18:46:09
315Author: andersen
316Branch: busybox_0_60_stable
317Tag: (none)
318Log:
319Backport Manuel Novoa III's rewrite to the stable branch
320
321Members:
322 libbb/simplify_path.c:1.1.2.1->1.1.2.2
323
324---------------------
325PatchSet 2151
326Date: 2001/08/20 18:47:14
327Author: andersen
328Branch: busybox_0_60_stable
329Tag: (none)
330Log:
331Apply Glenn's tftp rewrite for the stable branch
332
333Members:
334 tftp.c:1.5->1.5.2.1
335 networking/tftp.c:1.5->1.5.2.1
336
337---------------------
338PatchSet 2152
339Date: 2001/08/20 18:47:49
340Author: andersen
341Branch: HEAD
342Tag: (none)
343Log:
344Apply Glenn's tftp rewrite
345
346Members:
347 tftp.c:1.5->1.6
348 networking/tftp.c:1.5->1.6
349
350---------------------
351PatchSet 2153
352Date: 2001/08/20 18:48:17
353Author: andersen
354Branch: HEAD
355Tag: (none)
356Log:
357some minor wording changes
358
359Members:
360 Makefile:1.233->1.234
361
362---------------------
363PatchSet 2154
364Date: 2001/08/20 22:21:06
365Author: kraai
366Branch: HEAD
367Tag: (none)
368Log:
369Fix a problem with unsatisfied backrefs (noted by Martin Bene).
370
371Members:
372 sed.c:1.73->1.74
373 editors/sed.c:1.73->1.74
374
375---------------------
376PatchSet 2155
377Date: 2001/08/21 17:18:59
378Author: andersen
379Branch: HEAD
380Tag: (none)
381Log:
382Initial merge of all tinylogin applets that do not require crypt.
383There is some optimization that can be done to better use libbb in
384these applets. There is also redundancy between stty and getty which
385could be eliminated.
386 -Erik
387
388Members:
389 Config.h:1.101->1.102
390 addgroup.c:INITIAL->1.1
391 adduser.c:INITIAL->1.1
392 applets.h:1.38->1.39
393 deluser.c:INITIAL->1.1
394 getty.c:INITIAL->1.1
395 usage.h:1.60->1.61
396 applets/usage.h:1.60->1.61
397 include/applets.h:1.38->1.39
398 include/usage.h:1.60->1.61
399 pwd_grp/addgroup.c:INITIAL->1.1
400 pwd_grp/adduser.c:INITIAL->1.1
401 pwd_grp/deluser.c:INITIAL->1.1
402 pwd_grp/getty.c:INITIAL->1.1
403
404---------------------
405PatchSet 2156
406Date: 2001/08/21 23:34:05
407Author: andersen
408Branch: HEAD
409Tag: (none)
410Log:
411Fix dos2unix compile problem with certain glibc versions
412
413Members:
414 dos2unix.c:1.13->1.14
415 coreutils/dos2unix.c:1.13->1.14
416 textutils/dos2unix.c:1.13->1.14
417
418---------------------
419PatchSet 2157
420Date: 2001/08/21 23:34:58
421Author: andersen
422Branch: busybox_0_60_stable
423Tag: (none)
424Log:
425Fix stable as well
426
427Members:
428 dos2unix.c:1.13->1.13.2.1
429 coreutils/dos2unix.c:1.13->1.13.2.1
430 textutils/dos2unix.c:1.13->1.13.2.1
431
432---------------------
433PatchSet 2158
434Date: 2001/08/22 00:34:10
435Author: andersen
436Branch: HEAD
437Tag: (none)
438Log:
439Disable the tinylogin apps by default.
440
441Members:
442 Config.h:1.102->1.103
443
444---------------------
445PatchSet 2159
446Date: 2001/08/22 00:36:32
447Author: andersen
448Branch: HEAD
449Tag: (none)
450Log:
451dfp might be used uninitialized. NULL it.
452
453Members:
454 libbb/copy_file.c:1.13->1.14
455
456---------------------
457PatchSet 2160
458Date: 2001/08/22 01:10:00
459Author: andersen
460Branch: HEAD
461Tag: (none)
462Log:
463Make it compile with uClibc
464
465Members:
466 getty.c:1.1->1.2
467 pwd_grp/getty.c:1.1->1.2
468
469---------------------
470PatchSet 2161
471Date: 2001/08/22 05:15:47
472Author: andersen
473Branch: HEAD
474Tag: (none)
475Log:
476Patch from Rodney Brown <RDBrown@mira.net>, shrinking 1.5k
477from gzip by careful optimization. Appears to work just fine
478(I've tested the changes on x86, ARM, and powerpc).
479
480Members:
481 Changelog:1.261->1.262
482 gzip.c:1.47->1.48
483 archival/gzip.c:1.47->1.48
484
485---------------------
486PatchSet 2162
487Date: 2001/08/22 05:16:36
488Author: andersen
489Branch: HEAD
490Tag: (none)
491Log:
492Bump version to 0.61.pre
493
494Members:
495 Makefile:1.234->1.235
496 busybox.spec:1.37->1.38
497 examples/busybox.spec:1.37->1.38
498
499---------------------
500PatchSet 2163
501Date: 2001/08/22 06:06:29
502Author: andersen
503Branch: HEAD
504Tag: (none)
505Log:
506Scrub things and ditch uint64_t and use a custom type name
507to avoid C lib compatibility problems.
508
509Members:
510 dos2unix.c:1.14->1.15
511 coreutils/dos2unix.c:1.14->1.15
512 textutils/dos2unix.c:1.14->1.15
513
514---------------------
515PatchSet 2164
516Date: 2001/08/22 06:26:08
517Author: andersen
518Branch: HEAD
519Tag: (none)
520Log:
521Fix an _old_ interface problem with a never-used feature.
522
523Members:
524 insmod.c:1.71->1.72
525 modutils/insmod.c:1.71->1.72
526
527---------------------
528PatchSet 2165
529Date: 2001/08/22 06:29:19
530Author: andersen
531Branch: busybox_0_60_stable
532Tag: (none)
533Log:
534Merge some safe fixes into stable
535
536Members:
537 dos2unix.c:1.13.2.1->1.13.2.2
538 insmod.c:1.70.2.1->1.70.2.2
539 coreutils/dos2unix.c:1.13.2.1->1.13.2.2
540 modutils/insmod.c:1.70.2.1->1.70.2.2
541 textutils/dos2unix.c:1.13.2.1->1.13.2.2
542
543---------------------
544PatchSet 2166
545Date: 2001/08/22 06:31:15
546Author: andersen
547Branch: busybox_0_60_stable
548Tag: (none)
549Log:
550Backport Matt's non-existent backreference sed fix to stable
551
552Members:
553 sed.c:1.73->1.73.2.1
554 editors/sed.c:1.73->1.73.2.1
555
556---------------------
557PatchSet 2167
558Date: 2001/08/22 06:32:24
559Author: andersen
560Branch: HEAD
561Tag: (none)
562Log:
563Fix a warning and potential segfault in lash when BB_FEATURE_CLEAN_UP
564is enabled
565
566Members:
567 lash.c:1.134->1.135
568 shell/lash.c:1.134->1.135
569
570---------------------
571PatchSet 2168
572Date: 2001/08/22 06:32:45
573Author: andersen
574Branch: busybox_0_60_stable
575Tag: (none)
576Log:
577Backport lash fix
578
579Members:
580 lash.c:1.134->1.134.2.1
581 shell/lash.c:1.134->1.134.2.1
582
583---------------------
584PatchSet 2169
585Date: 2001/08/22 06:35:39
586Author: andersen
587Branch: HEAD
588Tag: (none)
589Log:
590Add #include <sys/param.h> to ensure PATH_MAX is defined
591
592Members:
593 libbb/xgetcwd.c:1.1->1.2
594
595---------------------
596PatchSet 2170
597Date: 2001/08/22 06:36:12
598Author: andersen
599Branch: busybox_0_60_stable
600Tag: (none)
601Log:
602Add #include <sys/param.h> to ensure PATH_MAX is defined
603
604Members:
605 libbb/xgetcwd.c:1.1->1.1.2.1
606
607---------------------
608PatchSet 2171
609Date: 2001/08/22 06:41:57
610Author: andersen
611Branch: HEAD
612Tag: (none)
613Log:
614Force BB_FEATURE_NEW_MODULE_INTERFACE and BB_FEATURE_OLD_MODULE_INTERFACE
615to be mutually exclusive
616
617Members:
618 insmod.c:1.72->1.73
619 modutils/insmod.c:1.72->1.73
620
621---------------------
622PatchSet 2172
623Date: 2001/08/22 06:43:14
624Author: andersen
625Branch: busybox_0_60_stable
626Tag: (none)
627Log:
628Force BB_FEATURE_NEW_MODULE_INTERFACE and BB_FEATURE_OLD_MODULE_INTERFACE
629to be mutually exclusive (stable branch)
630
631Members:
632 insmod.c:1.70.2.2->1.70.2.3
633 modutils/insmod.c:1.70.2.2->1.70.2.3
634
635---------------------
636PatchSet 2173
637Date: 2001/08/22 06:58:16
638Author: andersen
639Branch: HEAD
640Tag: (none)
641Log:
642A patch from Shu-Hao Chang <shuhao_chang@trend.com.tw> to
643fixed sed handling of multiple -e commands
644
645Members:
646 Changelog:1.262->1.263
647 sed.c:1.74->1.75
648 editors/sed.c:1.74->1.75
649
650---------------------
651PatchSet 2174
652Date: 2001/08/22 07:00:26
653Author: andersen
654Branch: busybox_0_60_stable
655Tag: (none)
656Log:
657A patch from Shu-Hao Chang <shuhao_chang@trend.com.tw> to
658fixed sed handling of multiple -e commands
659
660Members:
661 sed.c:1.73.2.1->1.73.2.2
662 editors/sed.c:1.73.2.1->1.73.2.2
663
664---------------------
665PatchSet 2175
666Date: 2001/08/23 20:10:52
667Author: andersen
668Branch: busybox_0_60_stable
669Tag: (none)
670Log:
671A patch from Jaspreet Singh to fix a segfault and display nothing wher
672there is nothing to display.
673
674Members:
675 route.c:1.10->1.10.2.1
676 networking/route.c:1.10->1.10.2.1
677
678---------------------
679PatchSet 2176
680Date: 2001/08/23 20:18:06
681Author: andersen
682Branch: busybox_0_60_stable
683Tag: (none)
684Log:
685Part of a patch from Magick <magick@linux-fan.com> tha fixes a bug
686AskFirst where reading from /dev/null gives EOF.
687
688Members:
689 init.c:1.142->1.142.2.1
690 init/init.c:1.142->1.142.2.1
691
692---------------------
693PatchSet 2177
694Date: 2001/08/23 22:39:49
695Author: andersen
696Branch: busybox_0_60_stable
697Tag: (none)
698Log:
699Update the changelog for release
700
701Members:
702 Changelog:1.261->1.261.2.1
703
704---------------------
705PatchSet 2178
706Date: 2001/08/23 22:51:58
707Author: andersen
708Branch: busybox_0_60_stable
709Tag: (none)
710Log:
711Update the web page
712
713Members:
714 docs/busybox.lineo.com/index.html:1.59->1.59.2.1
715 docs/busybox.net/index.html:1.59->1.59.2.1
716
717---------------------
718PatchSet 2179
719Date: 2001/08/23 23:05:33
720Author: andersen
721Branch: HEAD
722Tag: (none)
723Log:
724A patch from Jaspreet Singh <jsingh@somanetworks.com>
725fixing both a segfault and cosmetic bug in route
726
727Members:
728 route.c:1.10->1.11
729 networking/route.c:1.10->1.11
730
731---------------------
732PatchSet 2180
733Date: 2001/08/23 23:05:55
734Author: andersen
735Branch: HEAD
736Tag: (none)
737Log:
738Merge with the stable branch
739
740Members:
741 Changelog:1.263->1.264
742 docs/busybox.lineo.com/index.html:1.59->1.60
743 docs/busybox.net/index.html:1.59->1.60
744
745---------------------
746PatchSet 2181
747Date: 2001/08/23 23:16:22
748Author: andersen
749Branch: busybox_0_60_stable
750Tag: (none)
751Log:
752Fix up the debian stuff for release
753
754Members:
755 debian/Config.h-udeb:1.23.2.1->1.23.2.2
756 debian/changelog:1.27->1.27.2.1
757
758---------------------
759PatchSet 2182
760Date: 2001/08/23 23:45:40
761Author: andersen
762Branch: busybox_0_60_stable
763Tag: busybox_0_60_1
764Log:
765Oops. Forgot to bump the version number.
766
767Members:
768 Makefile:1.232.2.2->1.232.2.3
769 busybox.spec:1.37->1.37.2.1
770 examples/busybox.spec:1.37->1.37.2.1
771
772---------------------
773PatchSet 2183
774Date: 2001/08/24 15:45:50
775Author: kraai
776Branch: HEAD
777Tag: (none)
778Log:
779Fix s/[/]// handling (noted by Dumas Patrice).
780
781Members:
782 Changelog:1.264->1.265
783 sed.c:1.75->1.76
784 editors/sed.c:1.75->1.76
785
786---------------------
787PatchSet 2184
788Date: 2001/08/24 20:07:31
789Author: kraai
790Branch: HEAD
791Tag: (none)
792Log:
793Fix a memory leak if parent directory creation failed.
794
795Members:
796 libbb/make_directory.c:1.3->1.4
797
798---------------------
799PatchSet 2185
800Date: 2001/08/24 20:51:51
801Author: kraai
802Branch: HEAD
803Tag: (none)
804Log:
805Canonicalize dirname(3) behavior.
806
807Members:
808 tar.c:1.125->1.126
809 archival/tar.c:1.125->1.126
810 libbb/dirname.c:1.3->1.4
811 libbb/make_directory.c:1.4->1.5
812 libbb/unarchive.c:1.21->1.22
813
814---------------------
815PatchSet 2186
816Date: 2001/08/24 21:35:45
817Author: kraai
818Branch: HEAD
819Tag: (none)
820Log:
821Eliminate improper consts and allow standard version to override.
822
823Members:
824 include/libbb.h:1.60->1.61
825 libbb/dirname.c:1.4->1.5
826 libbb/libbb.h:1.60->1.61
827
828---------------------
829PatchSet 2187
830Date: 2001/08/27 16:02:32
831Author: kraai
832Branch: HEAD
833Tag: (none)
834Log:
835Fix invocation of `-/bin/sh' (bug #1209).
836
837Members:
838 Changelog:1.265->1.266
839 busybox.c:1.134->1.135
840 applets/busybox.c:1.134->1.135
841
842---------------------
843PatchSet 2188
844Date: 2001/08/27 16:08:57
845Author: kraai
846Branch: HEAD
847Tag: (none)
848Log:
849Fix ash exec (noted by Arne Bernin).
850
851Members:
852 Changelog:1.266->1.267
853 applets.c:1.7->1.8
854 applets/applets.c:1.7->1.8
855
856---------------------
857PatchSet 2189
858Date: 2001/08/27 18:19:38
859Author: kraai
860Branch: HEAD
861Tag: (none)
862Log:
863Add support for `busybox --help APPLET' by Vladimir Oleynik.
864
865Members:
866 applets.c:1.8->1.9
867 applets/applets.c:1.8->1.9
868
869---------------------
870PatchSet 2190
871Date: 2001/08/27 18:57:27
872Author: andersen
873Branch: HEAD
874Tag: (none)
875Log:
876patch from vodz -- route cleanup to display all route entries
877
878Members:
879 route.c:1.11->1.12
880 networking/route.c:1.11->1.12
881
882---------------------
883PatchSet 2191
884Date: 2001/08/27 19:55:05
885Author: kraai
886Branch: HEAD
887Tag: (none)
888Log:
889Remove traces of rpmunpack (patch by Laurence Anderson).
890
891Members:
892 applets.h:1.39->1.40
893 usage.h:1.61->1.62
894 applets/usage.h:1.61->1.62
895 docs/busybox_header.pod:1.3->1.4
896 include/applets.h:1.39->1.40
897 include/usage.h:1.61->1.62
898 tests/testcases:1.12->1.13
899
900---------------------
901PatchSet 2192
902Date: 2001/08/27 20:22:44
903Author: andersen
904Branch: HEAD
905Tag: (none)
906Log:
907Add "DutNux"
908
909Members:
910 docs/busybox.lineo.com/index.html:1.60->1.61
911 docs/busybox.net/index.html:1.60->1.61
912
913---------------------
914PatchSet 2193
915Date: 2001/08/28 23:57:38
916Author: kraai
917Branch: HEAD
918Tag: (none)
919Log:
920Use the correct buffer when calling dirname, improve an error message, and
921plug some memory leaks. Patch by Laurence Anderson.
922
923Members:
924 libbb/unarchive.c:1.22->1.23
925
926---------------------
927PatchSet 2194
928Date: 2001/08/29 20:02:26
929Author: andersen
930Branch: HEAD
931Tag: (none)
932Log:
933Standard typing (u_int16_t instead of u16, u_int32_t instead
934of u32, etc) cleanups from Laurence Anderson <laurence@zxmail.com>
935
936Members:
937 fbset.c:1.26->1.27
938 fsck_minix.c:1.33->1.34
939 mkfs_minix.c:1.33->1.34
940 rpm2cpio.c:1.2->1.3
941 archival/rpm2cpio.c:1.2->1.3
942 util-linux/fbset.c:1.26->1.27
943 util-linux/fsck_minix.c:1.33->1.34
944 util-linux/mkfs_minix.c:1.33->1.34
945
946---------------------
947PatchSet 2195
948Date: 2001/08/29 21:19:29
949Author: kraai
950Branch: HEAD
951Tag: (none)
952Log:
953SUSv2 specifies that if the extension is identical to the basename, it
954should not be removed.
955
956Members:
957 basename.c:1.18->1.19
958 coreutils/basename.c:1.18->1.19
959 shellutils/basename.c:1.18->1.19
960
961---------------------
962PatchSet 2196
963Date: 2001/08/29 22:18:47
964Author: kraai
965Branch: HEAD
966Tag: (none)
967Log:
968Add -p support.
969
970Members:
971 rmdir.c:1.20->1.21
972 coreutils/rmdir.c:1.20->1.21
973 fileutils/rmdir.c:1.20->1.21
974
975---------------------
976PatchSet 2197
977Date: 2001/09/03 17:49:25
978Author: andersen
979Branch: HEAD
980Tag: (none)
981Log:
982Don't automount things as "usbdevfs" -- patch from
983Ethan Benson <erbenson@alaska.net>
984
985Members:
986 mount.c:1.91->1.92
987 util-linux/mount.c:1.91->1.92
988
989---------------------
990PatchSet 2198
991Date: 2001/09/03 20:16:23
992Author: andersen
993Branch: busybox_0_60_stable
994Tag: (none)
995Log:
996Backport sed fix for s/[/]// handling from Matt Kraai
997
998Members:
999 sed.c:1.73.2.2->1.73.2.3
1000 editors/sed.c:1.73.2.2->1.73.2.3
1001
1002---------------------
1003PatchSet 2199
1004Date: 2001/09/03 20:17:48
1005Author: andersen
1006Branch: busybox_0_60_stable
1007Tag: (none)
1008Log:
1009Eliminate improper consts and allow standard version to override.
1010
1011Members:
1012 include/libbb.h:1.59.2.1->1.59.2.2
1013 libbb/dirname.c:1.3->1.3.2.1
1014 libbb/libbb.h:1.59.2.1->1.59.2.2
1015
1016---------------------
1017PatchSet 2200
1018Date: 2001/09/03 20:21:07
1019Author: andersen
1020Branch: busybox_0_60_stable
1021Tag: (none)
1022Log:
1023Backport fix from Matt, for when applet names contain a leading dash
1024and a full pathname.
1025
1026Members:
1027 busybox.c:1.134->1.134.2.1
1028 applets/busybox.c:1.134->1.134.2.1
1029
1030---------------------
1031PatchSet 2201
1032Date: 2001/09/03 20:23:30
1033Author: andersen
1034Branch: busybox_0_60_stable
1035Tag: (none)
1036Log:
1037Backport fix for exec'ing ash
1038
1039Members:
1040 applets.c:1.7->1.7.2.1
1041 applets/applets.c:1.7->1.7.2.1
1042
1043---------------------
1044PatchSet 2202
1045Date: 2001/09/03 20:26:27
1046Author: andersen
1047Branch: busybox_0_60_stable
1048Tag: (none)
1049Log:
1050Backport vodz' route fix
1051
1052Members:
1053 route.c:1.10.2.1->1.10.2.2
1054 networking/route.c:1.10.2.1->1.10.2.2
1055
1056---------------------
1057PatchSet 2203
1058Date: 2001/09/03 20:30:08
1059Author: andersen
1060Branch: busybox_0_60_stable
1061Tag: (none)
1062Log:
1063remove traces of rpmunpack
1064
1065Members:
1066 applets.h:1.38->1.38.2.1
1067 usage.h:1.60->1.60.2.1
1068 applets/usage.h:1.60->1.60.2.1
1069 docs/busybox_header.pod:1.3->1.3.2.1
1070 include/applets.h:1.38->1.38.2.1
1071 include/usage.h:1.60->1.60.2.1
1072 tests/testcases:1.12->1.12.2.1
1073
1074---------------------
1075PatchSet 2204
1076Date: 2001/09/03 20:32:18
1077Author: andersen
1078Branch: busybox_0_60_stable
1079Tag: (none)
1080Log:
1081Use the correct buffer when calling dirname, improve an error message,
1082and plug some memory leaks. Patch by Laurence Anderson.
1083
1084Members:
1085 libbb/unarchive.c:1.20.2.1->1.20.2.2
1086
1087---------------------
1088PatchSet 2205
1089Date: 2001/09/03 20:34:29
1090Author: andersen
1091Branch: busybox_0_60_stable
1092Tag: (none)
1093Log:
1094Patch from Laurence Anderson to use more standard typing
1095
1096Members:
1097 fbset.c:1.26->1.26.2.1
1098 fsck_minix.c:1.33->1.33.2.1
1099 mkfs_minix.c:1.33->1.33.2.1
1100 rpm2cpio.c:1.2->1.2.2.1
1101 archival/rpm2cpio.c:1.2->1.2.2.1
1102 util-linux/fbset.c:1.26->1.26.2.1
1103 util-linux/fsck_minix.c:1.33->1.33.2.1
1104 util-linux/mkfs_minix.c:1.33->1.33.2.1
1105
1106---------------------
1107PatchSet 2206
1108Date: 2001/09/03 20:37:15
1109Author: andersen
1110Branch: busybox_0_60_stable
1111Tag: (none)
1112Log:
1113SUSv2 specifies that if the extension is identical to the basename, it
1114should not be removed. Patch backport from Matt Kraai
1115
1116Members:
1117 basename.c:1.18->1.18.2.1
1118 coreutils/basename.c:1.18->1.18.2.1
1119 shellutils/basename.c:1.18->1.18.2.1
1120
1121---------------------
1122PatchSet 2207
1123Date: 2001/09/03 20:39:36
1124Author: andersen
1125Branch: busybox_0_60_stable
1126Tag: (none)
1127Log:
1128SuS2 says rmdir must provide -p -- backport patch from Matt
1129
1130Members:
1131 rmdir.c:1.20->1.20.2.1
1132 coreutils/rmdir.c:1.20->1.20.2.1
1133 fileutils/rmdir.c:1.20->1.20.2.1
1134
1135---------------------
1136PatchSet 2208
1137Date: 2001/09/03 20:45:47
1138Author: andersen
1139Branch: busybox_0_60_stable
1140Tag: (none)
1141Log:
1142Teacvh 'mount -t auto' to ignore usbdevfs
1143
1144Members:
1145 mount.c:1.90.2.1->1.90.2.2
1146 util-linux/mount.c:1.90.2.1->1.90.2.2
1147
1148---------------------
1149PatchSet 2209
1150Date: 2001/09/03 20:46:55
1151Author: andersen
1152Branch: busybox_0_60_stable
1153Tag: (none)
1154Log:
1155Update stable's changelog and bump stable version to 0.60.2.pre
1156
1157Members:
1158 Changelog:1.261.2.1->1.261.2.2
1159 Makefile:1.232.2.3->1.232.2.4
1160 busybox.spec:1.37.2.1->1.37.2.2
1161 debian/changelog:1.27.2.1->1.27.2.2
1162 examples/busybox.spec:1.37.2.1->1.37.2.2
1163
1164---------------------
1165PatchSet 2210
1166Date: 2001/09/05 20:32:00
1167Author: andersen
1168Branch: HEAD
1169Tag: (none)
1170Log:
1171Another fix from vodz
1172
1173Members:
1174 route.c:1.12->1.13
1175 networking/route.c:1.12->1.13
1176
1177---------------------
1178PatchSet 2211
1179Date: 2001/09/05 20:45:36
1180Author: kraai
1181Branch: busybox_0_60_stable
1182Tag: (none)
1183Log:
1184Backport the rest of dirname(3) interface change.
1185
1186Members:
1187 tar.c:1.125->1.125.2.1
1188 archival/tar.c:1.125->1.125.2.1
1189 libbb/make_directory.c:1.3->1.3.2.1
1190
1191---------------------
1192PatchSet 2212
1193Date: 2001/09/05 21:18:15
1194Author: andersen
1195Branch: HEAD
1196Tag: (none)
1197Log:
1198Two patches from Magick <magick@linux-fan.com>:
1199 1st makes init smaller, and fixes a bug with AskFirst. Reading from
1200 /dev/null gives EOF.
1201 2nd makes init run the command's in the order of inittab, as in
1202 FIFO instead of LIFO.
1203
1204Members:
1205 Changelog:1.267->1.268
1206 init.c:1.142->1.143
1207 init/init.c:1.142->1.143
1208
1209---------------------
1210PatchSet 2213
1211Date: 2001/09/06 00:31:44
1212Author: andersen
1213Branch: busybox_0_60_stable
1214Tag: (none)
1215Log:
1216Backport vodz' route fix
1217
1218Members:
1219 Changelog:1.261.2.2->1.261.2.3
1220 route.c:1.10.2.2->1.10.2.3
1221 networking/route.c:1.10.2.2->1.10.2.3
1222
1223---------------------
1224PatchSet 2214
1225Date: 2001/09/06 18:35:20
1226Author: andersen
1227Branch: HEAD
1228Tag: (none)
1229Log:
1230Patch from vodz to make ash cope with leading redirections
1231(i.e. '2>/dev/null ls rubbish') will now work.
1232
1233Members:
1234 Changelog:1.268->1.269
1235 ash.c:1.22->1.23
1236 shell/ash.c:1.22->1.23
1237
1238---------------------
1239PatchSet 2215
1240Date: 2001/09/06 18:39:23
1241Author: andersen
1242Branch: busybox_0_60_stable
1243Tag: (none)
1244Log:
1245Patch from vodz for ash leading redirections (i.e. '2>/dev/null
1246ls rubbish')
1247
1248Members:
1249 ash.c:1.17.2.1->1.17.2.2
1250 shell/ash.c:1.17.2.1->1.17.2.2
1251
1252---------------------
1253PatchSet 2216
1254Date: 2001/09/06 18:40:57
1255Author: andersen
1256Branch: busybox_0_60_stable
1257Tag: (none)
1258Log:
1259Note vodz ash fix
1260
1261Members:
1262 Changelog:1.261.2.3->1.261.2.4
1263
1264---------------------
1265PatchSet 2217
1266Date: 2001/09/06 18:59:36
1267Author: andersen
1268Branch: busybox_0_60_stable
1269Tag: (none)
1270Log:
1271define IFS_BROKEN
1272
1273Members:
1274 ash.c:1.17.2.2->1.17.2.3
1275 shell/ash.c:1.17.2.2->1.17.2.3
1276
1277---------------------
1278PatchSet 2218
1279Date: 2001/09/06 19:00:41
1280Author: andersen
1281Branch: HEAD
1282Tag: (none)
1283Log:
1284define IFS_BROKEN
1285
1286Members:
1287 ash.c:1.23->1.24
1288 shell/ash.c:1.23->1.24
1289
1290---------------------
1291PatchSet 2219
1292Date: 2001/09/08 21:47:19
1293Author: andersen
1294Branch: HEAD
1295Tag: (none)
1296Log:
1297Lineo is no longer sponsoring busybox
1298
1299Members:
1300 docs/busybox.lineo.com/index.html:1.61->1.62
1301 docs/busybox.net/index.html:1.61->1.62
1302
1303---------------------
1304PatchSet 2220
1305Date: 2001/09/08 21:52:33
1306Author: andersen
1307Branch: HEAD
1308Tag: (none)
1309Log:
1310Fix my email address.
1311
1312Members:
1313 docs/busybox.lineo.com/index.html:1.62->1.63
1314 docs/busybox.net/index.html:1.62->1.63
1315
1316---------------------
1317PatchSet 2221
1318Date: 2001/09/11 02:11:31
1319Author: mjn3
1320Branch: HEAD
1321Tag: (none)
1322Log:
1323Commit my changes to arith.c which fixed a couple of bugs and decreased
1324code size. Please read the TODO comments regarding accessing shell
1325variables from the arith() funciton.
1326
1327Members:
1328 libbb/arith.c:1.2->1.3
1329
1330---------------------
1331PatchSet 2222
1332Date: 2001/09/11 02:14:02
1333Author: mjn3
1334Branch: HEAD
1335Tag: (none)
1336Log:
1337Commit my changes to xxreadtoken() to reduce code size. Also set defines
1338so that the table implementations of copynode, calcsize, and cmdtxt are
1339used. Hopefully this will result in wider testing. ;-) If it breaks,
1340just unset the appropriate defines.
1341
1342Members:
1343 ash.c:1.24->1.25
1344 shell/ash.c:1.24->1.25
1345
1346---------------------
1347PatchSet 2223
1348Date: 2001/09/16 03:00:09
1349Author: timr
1350Branch: HEAD
1351Tag: (none)
1352Log:
1353closes bug#1215?
1354
1355Members:
1356 applets.h:1.40->1.41
1357 include/applets.h:1.40->1.41
1358
1359---------------------
1360PatchSet 2224
1361Date: 2001/09/21 05:30:51
1362Author: bug1
1363Branch: HEAD
1364Tag: (none)
1365Log:
1366Implement dpkg -l option, from Stefan Soucek (slightly modified)
1367
1368Members:
1369 dpkg.c:1.41->1.42
1370 archival/dpkg.c:1.41->1.42
1371
1372---------------------
1373PatchSet 2225
1374Date: 2001/09/21 06:07:47
1375Author: bug1
1376Branch: HEAD
1377Tag: (none)
1378Log:
1379Fix to make preinst run when required, from Stefan Soucek
1380
1381Members:
1382 dpkg.c:1.42->1.43
1383 archival/dpkg.c:1.42->1.43
1384
1385---------------------
1386PatchSet 2226
1387Date: 2001/09/21 07:05:35
1388Author: andersen
1389Branch: HEAD
1390Tag: (none)
1391Log:
1392Eliminate ldconfig which is no longer built by
1393default (or needed) with uClibc.
1394
1395Members:
1396 bootfloppy/mkrootfs.sh:1.2->1.3
1397 examples/bootfloppy/mkrootfs.sh:1.2->1.3
1398
1399---------------------
1400PatchSet 2227
1401Date: 2001/09/21 15:42:30
1402Author: kraai
1403Branch: HEAD
1404Tag: (none)
1405Log:
1406Fix tftp usage information (closes: #1216).
1407
1408Members:
1409 usage.h:1.62->1.63
1410 applets/usage.h:1.62->1.63
1411 include/usage.h:1.62->1.63
1412
1413---------------------
1414PatchSet 2228
1415Date: 2001/09/21 21:20:46
1416Author: kraai
1417Branch: busybox_0_60_stable
1418Tag: (none)
1419Log:
1420Backport tftp usage message fix.
1421
1422Members:
1423 usage.h:1.60.2.1->1.60.2.2
1424 applets/usage.h:1.60.2.1->1.60.2.2
1425 include/usage.h:1.60.2.1->1.60.2.2
1426
1427---------------------
1428PatchSet 2229
1429Date: 2001/09/22 04:24:07
1430Author: bug1
1431Branch: HEAD
1432Tag: (none)
1433Log:
1434Dont free everytime getline() is used, fix from Stefan Soucek
1435
1436Members:
1437 dpkg.c:1.43->1.44
1438 archival/dpkg.c:1.43->1.44
1439
1440---------------------
1441PatchSet 2230
1442Date: 2001/09/22 05:16:55
1443Author: bug1
1444Branch: HEAD
1445Tag: (none)
1446Log:
1447The <package>.list file was prepending "./" to the files, fixed that.
1448Also fixed a very silly error by me when running postinst (remember to use the variable BEFORE its freed)
1449
1450Members:
1451 dpkg.c:1.44->1.45
1452 archival/dpkg.c:1.44->1.45
1453
1454---------------------
1455PatchSet 2231
1456Date: 2001/09/24 19:34:06
1457Author: bug1
1458Branch: HEAD
1459Tag: (none)
1460Log:
1461List full path instead of relative path if prefix is specified (this was supposed to be in last patch)
1462
1463Members:
1464 libbb/unarchive.c:1.23->1.24
1465
1466---------------------
1467PatchSet 2232
1468Date: 2001/09/24 23:44:52
1469Author: kraai
1470Branch: HEAD
1471Tag: (none)
1472Log:
1473Add Cachier.
1474
1475Members:
1476 docs/busybox.lineo.com/index.html:1.63->1.64
1477 docs/busybox.net/index.html:1.63->1.64
1478
1479---------------------
1480PatchSet 2233
1481Date: 2001/09/26 07:20:54
1482Author: andersen
1483Branch: HEAD
1484Tag: (none)
1485Log:
1486use the pedantically correct compiler for preprocessing
1487
1488Members:
1489 Makefile:1.235->1.236
1490 busybox.sh:1.15->1.16
1491 applets/busybox.sh:1.15->1.16
1492
1493---------------------
1494PatchSet 2234
1495Date: 2001/09/26 07:35:10
1496Author: andersen
1497Branch: busybox_0_60_stable
1498Tag: (none)
1499Log:
1500Use the padantically correct compiler for preprocessing
1501
1502Members:
1503 Makefile:1.232.2.4->1.232.2.5
1504 busybox.sh:1.15->1.15.2.1
1505 applets/busybox.sh:1.15->1.15.2.1
1506
1507---------------------
1508PatchSet 2235
1509Date: 2001/09/29 04:34:38
1510Author: bug1
1511Branch: HEAD
1512Tag: (none)
1513Log:
1514Fix return status, picked up by Stefan
1515
1516Members:
1517 dpkg.c:1.45->1.46
1518 archival/dpkg.c:1.45->1.46
1519
1520---------------------
1521PatchSet 2236
1522Date: 2001/10/01 18:50:25
1523Author: kraai
1524Branch: HEAD
1525Tag: (none)
1526Log:
1527Use xgethostbyname instead of gethostbyname (found by Erik Andersen).
1528
1529Members:
1530 nslookup.c:1.24->1.25
1531 networking/nslookup.c:1.24->1.25
1532
1533---------------------
1534PatchSet 2237
1535Date: 2001/10/01 18:52:14
1536Author: kraai
1537Branch: HEAD
1538Tag: (none)
1539Log:
1540Use port 37 by default.
1541
1542Members:
1543 rdate.c:1.19->1.20
1544 util-linux/rdate.c:1.19->1.20
1545
1546---------------------
1547PatchSet 2238
1548Date: 2001/10/02 08:58:23
1549Author: andersen
1550Branch: HEAD
1551Tag: (none)
1552Log:
1553Fix large file support -- 2+ gig files should now actually
1554work this time...
1555 -Erik
1556
1557Members:
1558 Makefile:1.236->1.237
1559
1560---------------------
1561PatchSet 2239
1562Date: 2001/10/03 04:10:35
1563Author: bug1
1564Branch: HEAD
1565Tag: (none)
1566Log:
1567Extract control.tar.gz and data.tar.gz unconditionally, another one picked up by Stefan
1568
1569Members:
1570 dpkg.c:1.46->1.47
1571 archival/dpkg.c:1.46->1.47
1572
1573---------------------
1574PatchSet 2240
1575Date: 2001/10/03 12:23:42
1576Author: andersen
1577Branch: HEAD
1578Tag: (none)
1579Log:
1580Patch from Magnus Damm <damm@opensource.se> to avoid lash hanging
1581on serial ports
1582
1583Members:
1584 lash.c:1.135->1.136
1585 shell/lash.c:1.135->1.136
1586
1587---------------------
1588PatchSet 2241
1589Date: 2001/10/03 22:26:12
1590Author: andersen
1591Branch: HEAD
1592Tag: (none)
1593Log:
1594Look for either "init" or "linuxrc" processes
1595
1596Members:
1597 halt.c:1.14->1.15
1598 poweroff.c:1.11->1.12
1599 reboot.c:1.18->1.19
1600 init/halt.c:1.14->1.15
1601 init/poweroff.c:1.11->1.12
1602 init/reboot.c:1.18->1.19
1603
1604---------------------
1605PatchSet 2242
1606Date: 2001/10/03 22:38:18
1607Author: andersen
1608Branch: busybox_0_60_stable
1609Tag: (none)
1610Log:
1611Look for "init" or "linuxrc" when rebooting
1612
1613Members:
1614 halt.c:1.14->1.14.2.1
1615 poweroff.c:1.11->1.11.2.1
1616 reboot.c:1.18->1.18.2.1
1617 init/halt.c:1.14->1.14.2.1
1618 init/poweroff.c:1.11->1.11.2.1
1619 init/reboot.c:1.18->1.18.2.1
1620
1621---------------------
1622PatchSet 2243
1623Date: 2001/10/03 22:44:28
1624Author: andersen
1625Branch: busybox_0_60_stable
1626Tag: (none)
1627Log:
1628Route is supposed to be in /sbin
1629
1630Members:
1631 applets.h:1.38.2.1->1.38.2.2
1632 include/applets.h:1.38.2.1->1.38.2.2
1633
1634---------------------
1635PatchSet 2244
1636Date: 2001/10/03 23:10:02
1637Author: andersen
1638Branch: busybox_0_60_stable
1639Tag: (none)
1640Log:
1641Fix lash behavior on serial consoles
1642
1643Members:
1644 lash.c:1.134.2.1->1.134.2.2
1645 shell/lash.c:1.134.2.1->1.134.2.2
1646
1647---------------------
1648PatchSet 2245
1649Date: 2001/10/04 00:35:05
1650Author: andersen
1651Branch: busybox_0_60_stable
1652Tag: (none)
1653Log:
1654Always enable BB_TEST when BB_ASH, BB_LASH, or BB_MSH is enabled
1655
1656Members:
1657 Config.h:1.98.2.1->1.98.2.2
1658
1659---------------------
1660PatchSet 2246
1661Date: 2001/10/04 00:37:24
1662Author: andersen
1663Branch: HEAD
1664Tag: (none)
1665Log:
1666Always enable BB_TEST when BB_ASH, BB_LASH, or BB_MSH is enabled
1667
1668Members:
1669 Config.h:1.103->1.104
1670
1671---------------------
1672PatchSet 2247
1673Date: 2001/10/04 06:22:42
1674Author: bug1
1675Branch: HEAD
1676Tag: (none)
1677Log:
1678Fixes with help from Stefan, Typo in prerm script, and when reinstall a package the old packages status was getting overwritten.
1679
1680Members:
1681 dpkg.c:1.47->1.48
1682 archival/dpkg.c:1.47->1.48
1683
1684---------------------
1685PatchSet 2248
1686Date: 2001/10/04 10:33:40
1687Author: andersen
1688Branch: HEAD
1689Tag: (none)
1690Log:
1691Add Magnus Damm and fix alpha sorting
1692
1693Members:
1694 AUTHORS:1.19->1.20
1695
1696---------------------
1697PatchSet 2249
1698Date: 2001/10/04 16:23:34
1699Author: kraai
1700Branch: HEAD
1701Tag: (none)
1702Log:
1703Fix BB_FEATURE_MTAB_SUPPORT test (report and patch by Magnus Damm).
1704
1705Members:
1706 libbb/mtab_file.c:1.2->1.3
1707
1708---------------------
1709PatchSet 2250
1710Date: 2001/10/04 19:44:28
1711Author: kraai
1712Branch: busybox_0_60_stable
1713Tag: (none)
1714Log:
1715Backport fix.
1716
1717Members:
1718 libbb/mtab_file.c:1.2->1.2.2.1
1719
1720---------------------
1721PatchSet 2251
1722Date: 2001/10/05 02:35:08
1723Author: kraai
1724Branch: HEAD
1725Tag: (none)
1726Log:
1727Invert FILEUTILS_PRESERVE_SYMLINKS into FILEUTILS_DEREFERENCE.
1728
1729Members:
1730 cp.c:1.19->1.20
1731 mv.c:1.16->1.17
1732 coreutils/cp.c:1.19->1.20
1733 coreutils/mv.c:1.16->1.17
1734 fileutils/cp.c:1.19->1.20
1735 fileutils/mv.c:1.16->1.17
1736 include/libbb.h:1.61->1.62
1737 libbb/copy_file.c:1.14->1.15
1738 libbb/libbb.h:1.61->1.62
1739
1740---------------------
1741PatchSet 2252
1742Date: 2001/10/05 03:58:48
1743Author: bug1
1744Branch: HEAD
1745Tag: (none)
1746Log:
1747Change extraction/list code to use common unarchive code.
1748
1749Members:
1750 tar.c:1.126->1.127
1751 archival/tar.c:1.126->1.127
1752
1753---------------------
1754PatchSet 2253
1755Date: 2001/10/05 04:48:57
1756Author: bug1
1757Branch: HEAD
1758Tag: (none)
1759Log:
1760Initial support for for bunzip2....
1761This code could be improvemed by
1762 1) supporting more options,
1763 2) Creating a shared crc table with gunzip, or perhaps generated on the fly.
1764 3) Removing any remaining unneccessary code (e.g. if (noisy))
1765
1766Members:
1767 Config.h:1.104->1.105
1768 applets.h:1.41->1.42
1769 bunzip2.c:INITIAL->1.1
1770 usage.h:1.63->1.64
1771 applets/usage.h:1.63->1.64
1772 archival/bunzip2.c:INITIAL->1.1
1773 include/applets.h:1.41->1.42
1774 include/usage.h:1.63->1.64
1775
1776---------------------
1777PatchSet 2254
1778Date: 2001/10/05 05:40:37
1779Author: bug1
1780Branch: HEAD
1781Tag: (none)
1782Log:
1783Apply Magnus Damm's patch, adds tftp blocksize support, and some cleanups.
1784
1785Members:
1786 Config.h:1.105->1.106
1787 tftp.c:1.6->1.7
1788 usage.h:1.64->1.65
1789 applets/usage.h:1.64->1.65
1790 include/usage.h:1.64->1.65
1791 networking/tftp.c:1.6->1.7
1792
1793---------------------
1794PatchSet 2255
1795Date: 2001/10/05 06:03:14
1796Author: bug1
1797Branch: HEAD
1798Tag: (none)
1799Log:
1800Use xfopen, saves 32 bytes !
1801
1802Members:
1803 freeramdisk.c:1.18->1.19
1804 util-linux/freeramdisk.c:1.18->1.19
1805
1806---------------------
1807PatchSet 2256
1808Date: 2001/10/05 06:24:19
1809Author: bug1
1810Branch: HEAD
1811Tag: (none)
1812Log:
1813Use wfopen instead of fopen & error_msg, saves 64 bytes
1814
1815Members:
1816 tee.c:1.19->1.20
1817 coreutils/tee.c:1.19->1.20
1818 shellutils/tee.c:1.19->1.20
1819
1820---------------------
1821PatchSet 2257
1822Date: 2001/10/05 11:11:28
1823Author: bug1
1824Branch: HEAD
1825Tag: (none)
1826Log:
1827Remove duplicate tftp -l option help
1828
1829Members:
1830 usage.h:1.65->1.66
1831 applets/usage.h:1.65->1.66
1832 include/usage.h:1.65->1.66
1833
1834---------------------
1835PatchSet 2258
1836Date: 2001/10/06 03:27:36
1837Author: bug1
1838Branch: HEAD
1839Tag: (none)
1840Log:
1841status_package_num should refer to package not status.
1842Only initialise a new entry in the status hashtable if it really is a new entry.
1843
1844Members:
1845 dpkg.c:1.48->1.49
1846 archival/dpkg.c:1.48->1.49
1847
1848---------------------
1849PatchSet 2259
1850Date: 2001/10/06 03:40:20
1851Author: bug1
1852Branch: HEAD
1853Tag: (none)
1854Log:
1855Another part of Stafan's latest patch, when replacing a pre-existing package set its status correctly.
1856
1857Members:
1858 dpkg.c:1.49->1.50
1859 archival/dpkg.c:1.49->1.50
1860
1861---------------------
1862PatchSet 2260
1863Date: 2001/10/08 09:22:48
1864Author: bug1
1865Branch: HEAD
1866Tag: (none)
1867Log:
1868Free some variables after use
1869
1870Members:
1871 libbb/unarchive.c:1.24->1.25
1872
1873---------------------
1874PatchSet 2261
1875Date: 2001/10/08 14:10:12
1876Author: bug1
1877Branch: HEAD
1878Tag: (none)
1879Log:
1880Cleanup memory usage properly
1881
1882Members:
1883 libbb/unarchive.c:1.25->1.26
1884
1885---------------------
1886PatchSet 2262
1887Date: 2001/10/12 20:00:15
1888Author: kraai
1889Branch: HEAD
1890Tag: (none)
1891Log:
1892Fix tar segfault when include list is empty and exclude list is not.
1893
1894Members:
1895 Changelog:1.269->1.270
1896 tar.c:1.127->1.128
1897 archival/tar.c:1.127->1.128
1898
1899---------------------
1900PatchSet 2263
1901Date: 2001/10/13 06:03:29
1902Author: bug1
1903Branch: HEAD
1904Tag: (none)
1905Log:
1906Superficial changes to make the exclude/include code easier to understand
1907
1908Members:
1909 tar.c:1.128->1.129
1910 archival/tar.c:1.128->1.129
1911
1912---------------------
1913PatchSet 2264
1914Date: 2001/10/13 07:21:32
1915Author: bug1
1916Branch: HEAD
1917Tag: (none)
1918Log:
1919Use fnmatch() to compare excluded/included files
1920
1921Members:
1922 libbb/unarchive.c:1.26->1.27
1923
1924---------------------
1925PatchSet 2265
1926Date: 2001/10/13 07:53:34
1927Author: bug1
1928Branch: HEAD
1929Tag: (none)
1930Log:
1931match exclude/include names with trailing '/'
1932
1933Members:
1934 libbb/unarchive.c:1.27->1.28
1935
1936---------------------
1937PatchSet 2266
1938Date: 2001/10/13 07:54:45
1939Author: bug1
1940Branch: HEAD
1941Tag: (none)
1942Log:
1943Match subdirectories of included/excluded files
1944
1945Members:
1946 tar.c:1.129->1.130
1947 archival/tar.c:1.129->1.130
1948
1949---------------------
1950PatchSet 2267
1951Date: 2001/10/13 08:11:03
1952Author: bug1
1953Branch: HEAD
1954Tag: (none)
1955Log:
1956Reverse part of previous change.... i think it was the wrong approach... im lost
1957
1958Members:
1959 tar.c:1.130->1.131
1960 archival/tar.c:1.130->1.131
1961
1962---------------------
1963PatchSet 2268
1964Date: 2001/10/13 20:43:46
1965Author: bug1
1966Branch: HEAD
1967Tag: (none)
1968Log:
1969unarchive function changed to support both exclude and include lists, applets that use unarchive changed to match.
1970
1971Members:
1972 ar.c:1.37->1.38
1973 cpio.c:1.4->1.5
1974 tar.c:1.131->1.132
1975 archival/ar.c:1.37->1.38
1976 archival/cpio.c:1.4->1.5
1977 archival/tar.c:1.131->1.132
1978 include/libbb.h:1.62->1.63
1979 libbb/libbb.h:1.62->1.63
1980 libbb/unarchive.c:1.28->1.29
1981
1982---------------------
1983PatchSet 2269
1984Date: 2001/10/18 04:20:41
1985Author: andersen
1986Branch: HEAD
1987Tag: (none)
1988Log:
1989Patch from Stefan Soucek <ssoucek@coactive.com> to
1990ignore extra empty lines in fgets_str
1991
1992Members:
1993 libbb/fgets_str.c:1.1->1.2
1994
1995---------------------
1996PatchSet 2270
1997Date: 2001/10/18 05:04:34
1998Author: andersen
1999Branch: HEAD
2000Tag: (none)
2001Log:
2002Fix a nasty bug with variable name shadowing
2003
2004Members:
2005 halt.c:1.15->1.16
2006 poweroff.c:1.12->1.13
2007 reboot.c:1.19->1.20
2008 init/halt.c:1.15->1.16
2009 init/poweroff.c:1.12->1.13
2010 init/reboot.c:1.19->1.20
2011
2012---------------------
2013PatchSet 2271
2014Date: 2001/10/18 05:05:28
2015Author: andersen
2016Branch: busybox_0_60_stable
2017Tag: (none)
2018Log:
2019Fix a nasty bug resulting from variable name shadowing
2020
2021Members:
2022 halt.c:1.14.2.1->1.14.2.2
2023 poweroff.c:1.11.2.1->1.11.2.2
2024 reboot.c:1.18.2.1->1.18.2.2
2025 init/halt.c:1.14.2.1->1.14.2.2
2026 init/poweroff.c:1.11.2.1->1.11.2.2
2027 init/reboot.c:1.18.2.1->1.18.2.2
2028
2029---------------------
2030PatchSet 2272
2031Date: 2001/10/18 05:10:22
2032Author: andersen
2033Branch: HEAD
2034Tag: (none)
2035Log:
2036Make mount default to using /proc/filesystems to avoid
2037ever trying to mount a nodev filesystem.
2038 -Erik
2039
2040Members:
2041 mount.c:1.92->1.93
2042 util-linux/mount.c:1.92->1.93
2043
2044---------------------
2045PatchSet 2273
2046Date: 2001/10/18 05:11:38
2047Author: andersen
2048Branch: HEAD
2049Tag: (none)
2050Log:
2051Scrub up some function prototypes.
2052 -Erik
2053
2054Members:
2055 Makefile:1.237->1.238
2056 ash.c:1.25->1.26
2057 grep.c:1.62->1.63
2058 gzip.c:1.48->1.49
2059 init.c:1.143->1.144
2060 mkswap.c:1.24->1.25
2061 swaponoff.c:1.28->1.29
2062 tail.c:1.38->1.39
2063 test.c:1.19->1.20
2064 archival/gzip.c:1.48->1.49
2065 archival/libunarchive/unzip.c:1.9->1.10
2066 coreutils/tail.c:1.38->1.39
2067 coreutils/test.c:1.19->1.20
2068 findutils/grep.c:1.62->1.63
2069 init/init.c:1.143->1.144
2070 libbb/unzip.c:1.9->1.10
2071 libbb/vherror_msg.c:1.2->1.3
2072 libbb/xgethostbyname.c:1.2->1.3
2073 shell/ash.c:1.25->1.26
2074 shellutils/test.c:1.19->1.20
2075 textutils/tail.c:1.38->1.39
2076 util-linux/mkswap.c:1.24->1.25
2077 util-linux/swaponoff.c:1.28->1.29
2078
2079---------------------
2080PatchSet 2274
2081Date: 2001/10/18 05:15:26
2082Author: andersen
2083Branch: busybox_0_60_stable
2084Tag: (none)
2085Log:
2086Revert mount -t auto to using /proc/filesystems, so we can
2087avoid automounting any nodev filesystems.
2088 -Erik
2089
2090Members:
2091 mount.c:1.90.2.2->1.90.2.3
2092 util-linux/mount.c:1.90.2.2->1.90.2.3
2093
2094---------------------
2095PatchSet 2275
2096Date: 2001/10/18 07:04:23
2097Author: andersen
2098Branch: HEAD
2099Tag: (none)
2100Log:
2101Revert that change. As Matt Kraai rightly points out,
2102this is not a bug. What I was I thinking when I committed
2103this. Doh!
2104
2105Members:
2106 libbb/fgets_str.c:1.2->1.3
2107
2108---------------------
2109PatchSet 2276
2110Date: 2001/10/18 16:08:30
2111Author: kraai
2112Branch: HEAD
2113Tag: (none)
2114Log:
2115Remove xmalloc calls.
2116
2117Members:
2118 dpkg.c:1.50->1.51
2119 archival/dpkg.c:1.50->1.51
2120
2121---------------------
2122PatchSet 2277
2123Date: 2001/10/18 18:03:59
2124Author: kraai
2125Branch: HEAD
2126Tag: (none)
2127Log:
2128Process extra empty lines correctly.
2129
2130Members:
2131 dpkg.c:1.51->1.52
2132 archival/dpkg.c:1.51->1.52
2133
2134---------------------
2135PatchSet 2278
2136Date: 2001/10/18 18:04:22
2137Author: kraai
2138Branch: HEAD
2139Tag: (none)
2140Log:
2141Return NULL if EOF is encountered before terminating_string.
2142
2143Members:
2144 libbb/fgets_str.c:1.3->1.4
2145
2146---------------------
2147PatchSet 2279
2148Date: 2001/10/18 20:33:06
2149Author: andersen
2150Branch: HEAD
2151Tag: (none)
2152Log:
2153Commit the start-stop-daemon applet. This was contributed by David
2154Kimdon <dwhedon@gordian.com> on october 7th -- the day I was fired from
2155Lineo. So it seems I totally forgot about this patch until now.
2156Sorry about that David!
2157
2158Members:
2159 Config.h:1.106->1.107
2160 applets.h:1.42->1.43
2161 start_stop_daemon.c:INITIAL->1.1
2162 usage.h:1.66->1.67
2163 applets/usage.h:1.66->1.67
2164 include/applets.h:1.42->1.43
2165 include/usage.h:1.66->1.67
2166 init/start_stop_daemon.c:INITIAL->1.1
2167
2168---------------------
2169PatchSet 2280
2170Date: 2001/10/19 01:08:17
2171Author: andersen
2172Branch: HEAD
2173Tag: (none)
2174Log:
2175Remove the now unused ARITH_* defines
2176 -Erik
2177
2178Members:
2179 ash.c:1.26->1.27
2180 shell/ash.c:1.26->1.27
2181
2182---------------------
2183PatchSet 2281
2184Date: 2001/10/19 01:22:22
2185Author: andersen
2186Branch: HEAD
2187Tag: (none)
2188Log:
2189Add an option to make the shells not advertise their busybox nature
2190
2191Members:
2192 Config.h:1.107->1.108
2193 ash.c:1.27->1.28
2194 hush.c:1.54->1.55
2195 lash.c:1.136->1.137
2196 msh.c:1.7->1.8
2197 shell/ash.c:1.27->1.28
2198 shell/hush.c:1.54->1.55
2199 shell/lash.c:1.136->1.137
2200 shell/msh.c:1.7->1.8
2201
2202---------------------
2203PatchSet 2282
2204Date: 2001/10/19 01:46:06
2205Author: andersen
2206Branch: HEAD
2207Tag: (none)
2208Log:
2209Add mindi linux
2210
2211Members:
2212 docs/busybox.lineo.com/index.html:1.64->1.65
2213 docs/busybox.net/index.html:1.64->1.65
2214
2215---------------------
2216PatchSet 2283
2217Date: 2001/10/19 07:13:06
2218Author: andersen
2219Branch: busybox_0_60_stable
2220Tag: (none)
2221Log:
2222Update udeb contents
2223
2224Members:
2225 debian/Config.h-udeb:1.23.2.2->1.23.2.3
2226
2227---------------------
2228PatchSet 2284
2229Date: 2001/10/19 07:14:16
2230Author: andersen
2231Branch: busybox_0_60_stable
2232Tag: (none)
2233Log:
2234update apps enabled in the .deb
2235
2236Members:
2237 debian/Config.h-deb:1.25.2.1->1.25.2.2
2238
2239---------------------
2240PatchSet 2285
2241Date: 2001/10/19 07:32:15
2242Author: andersen
2243Branch: HEAD
2244Tag: (none)
2245Log:
2246Add slackware 8 to list
2247
2248Members:
2249 docs/busybox.lineo.com/index.html:1.65->1.66
2250 docs/busybox.net/index.html:1.65->1.66
2251
2252---------------------
2253PatchSet 2286
2254Date: 2001/10/19 16:33:45
2255Author: kraai
2256Branch: HEAD
2257Tag: (none)
2258Log:
2259Add ttylinux.
2260
2261Members:
2262 docs/busybox.lineo.com/index.html:1.66->1.67
2263 docs/busybox.net/index.html:1.66->1.67
2264
2265---------------------
2266PatchSet 2287
2267Date: 2001/10/23 18:52:28
2268Author: bug1
2269Branch: HEAD
2270Tag: (none)
2271Log:
2272Abort if scripts return value != 0
2273
2274Members:
2275 dpkg.c:1.52->1.53
2276 archival/dpkg.c:1.52->1.53
2277
2278---------------------
2279PatchSet 2288
2280Date: 2001/10/23 22:12:07
2281Author: kraai
2282Branch: HEAD
2283Tag: (none)
2284Log:
2285Fix empty line substitutions (noted by Joshua Hudson).
2286
2287Members:
2288 sed.c:1.76->1.77
2289 editors/sed.c:1.76->1.77
2290
2291---------------------
2292PatchSet 2289
2293Date: 2001/10/23 22:18:59
2294Author: kraai
2295Branch: HEAD
2296Tag: (none)
2297Log:
2298Fix empty line substitutions (noted by Joshua Hudson).
2299
2300Members:
2301 Changelog:1.270->1.271
2302
2303---------------------
2304PatchSet 2290
2305Date: 2001/10/24 01:20:27
2306Author: andersen
2307Branch: busybox_0_60_stable
2308Tag: (none)
2309Log:
2310Thanks to Glenn McGrath, clean applet_source_list last
2311 -Erik
2312
2313Members:
2314 Makefile:1.232.2.5->1.232.2.6
2315
2316---------------------
2317PatchSet 2291
2318Date: 2001/10/24 01:22:11
2319Author: andersen
2320Branch: busybox_0_60_stable
2321Tag: (none)
2322Log:
2323Backport sed 's/$/@/' bugfix, thanks to Matt Kraai
2324
2325Members:
2326 sed.c:1.73.2.3->1.73.2.4
2327 editors/sed.c:1.73.2.3->1.73.2.4
2328
2329---------------------
2330PatchSet 2292
2331Date: 2001/10/24 01:42:44
2332Author: andersen
2333Branch: busybox_0_60_stable
2334Tag: (none)
2335Log:
2336Accomodate older glibc's which also do not have the module
2337syscalls.
2338
2339Members:
2340 libbb/module_syscalls.c:1.5->1.5.2.1
2341
2342---------------------
2343PatchSet 2293
2344Date: 2001/10/24 01:44:11
2345Author: andersen
2346Branch: HEAD
2347Tag: (none)
2348Log:
2349Accomodate older glibc, which also lacks the module syscalls
2350
2351Members:
2352 libbb/module_syscalls.c:1.5->1.6
2353
2354---------------------
2355PatchSet 2294
2356Date: 2001/10/24 05:59:07
2357Author: andersen
2358Branch: HEAD
2359Tag: (none)
2360Log:
2361Major rework of the directory structure and the entire build system.
2362 -Erik
2363
2364Members:
2365 .cvsignore:1.8->1.9
2366 AUTHORS:1.20->1.21
2367 Changelog:1.271->1.272
2368 Config.h:1.108->1.109(DEAD)
2369 LICENSE:1.6->1.7
2370 Makefile:1.238->1.239
2371 README:1.19->1.20
2372 addgroup.c:1.1->1.2(DEAD)
2373 adduser.c:1.1->1.2(DEAD)
2374 adjtimex.c:1.2->1.3(DEAD)
2375 applets.c:1.9->1.10(DEAD)
2376 applets.h:1.43->1.44(DEAD)
2377 ar.c:1.38->1.39(DEAD)
2378 ash.c:1.28->1.29(DEAD)
2379 basename.c:1.19->1.20(DEAD)
2380 bunzip2.c:1.1->1.2(DEAD)
2381 busybox.c:1.135->1.136(DEAD)
2382 busybox.h:1.46->1.47(DEAD)
2383 busybox.mkll:1.16->1.17(DEAD)
2384 busybox.sh:1.16->1.17(DEAD)
2385 busybox.spec:1.38->1.39(DEAD)
2386 cat.c:1.25->1.26(DEAD)
2387 chgrp.c:1.9->1.10(DEAD)
2388 chmod.c:1.10->1.11(DEAD)
2389 chown.c:1.17->1.18(DEAD)
2390 chroot.c:1.26->1.27(DEAD)
2391 chvt.c:1.17->1.18(DEAD)
2392 clear.c:1.14->1.15(DEAD)
2393 cmdedit.c:1.62->1.63(DEAD)
2394 cmdedit.h:1.12->1.13(DEAD)
2395 cmp.c:1.7->1.8(DEAD)
2396 cp.c:1.20->1.21(DEAD)
2397 cpio.c:1.5->1.6(DEAD)
2398 cut.c:1.24->1.25(DEAD)
2399 date.c:1.34->1.35(DEAD)
2400 dc.c:1.12->1.13(DEAD)
2401 dd.c:1.46->1.47(DEAD)
2402 deallocvt.c:1.23->1.24(DEAD)
2403 deluser.c:1.1->1.2(DEAD)
2404 df.c:1.48->1.49(DEAD)
2405 dirname.c:1.16->1.17(DEAD)
2406 dmesg.c:1.25->1.26(DEAD)
2407 dos2unix.c:1.15->1.16(DEAD)
2408 dpkg.c:1.53->1.54(DEAD)
2409 dpkg_deb.c:1.24->1.25(DEAD)
2410 du.c:1.50->1.51(DEAD)
2411 dumpkmap.c:1.14->1.15(DEAD)
2412 dutmp.c:1.26->1.27(DEAD)
2413 echo.c:1.16->1.17(DEAD)
2414 env.c:1.4->1.5(DEAD)
2415 expr.c:1.9->1.10(DEAD)
2416 fbset.c:1.27->1.28(DEAD)
2417 fdflush.c:1.18->1.19(DEAD)
2418 find.c:1.32->1.33(DEAD)
2419 free.c:1.17->1.18(DEAD)
2420 freeramdisk.c:1.19->1.20(DEAD)
2421 fsck_minix.c:1.34->1.35(DEAD)
2422 getopt.c:1.9->1.10(DEAD)
2423 getty.c:1.2->1.3(DEAD)
2424 grep.c:1.63->1.64(DEAD)
2425 gunzip.c:1.57->1.58(DEAD)
2426 gzip.c:1.49->1.50(DEAD)
2427 halt.c:1.16->1.17(DEAD)
2428 head.c:1.25->1.26(DEAD)
2429 hostid.c:1.12->1.13(DEAD)
2430 hostname.c:1.30->1.31(DEAD)
2431 hush.c:1.55->1.56(DEAD)
2432 id.c:1.20->1.21(DEAD)
2433 ifconfig.c:1.12->1.13(DEAD)
2434 init.c:1.144->1.145(DEAD)
2435 insmod.c:1.73->1.74(DEAD)
2436 install.sh:1.14->1.15(DEAD)
2437 kill.c:1.38->1.39(DEAD)
2438 klogd.c:1.6->1.7(DEAD)
2439 lash.c:1.137->1.138(DEAD)
2440 length.c:1.13->1.14(DEAD)
2441 ln.c:1.37->1.38(DEAD)
2442 loadacm.c:1.22->1.23(DEAD)
2443 loadfont.c:1.19->1.20(DEAD)
2444 loadkmap.c:1.25->1.26(DEAD)
2445 logger.c:1.33->1.34(DEAD)
2446 logname.c:1.15->1.16(DEAD)
2447 logread.c:1.8->1.9(DEAD)
2448 ls.c:1.84->1.85(DEAD)
2449 lsmod.c:1.27->1.28(DEAD)
2450 makedevs.c:1.11->1.12(DEAD)
2451 md5sum.c:1.25->1.26(DEAD)
2452 mk_loop_h.sh:1.2->1.3(DEAD)
2453 mkdir.c:1.31->1.32(DEAD)
2454 mkfifo.c:1.14->1.15(DEAD)
2455 mkfs_minix.c:1.34->1.35(DEAD)
2456 mknod.c:1.21->1.22(DEAD)
2457 mkswap.c:1.25->1.26(DEAD)
2458 mktemp.c:1.10->1.11(DEAD)
2459 modprobe.c:1.2->1.3(DEAD)
2460 more.c:1.51->1.52(DEAD)
2461 mount.c:1.93->1.94(DEAD)
2462 msh.c:1.8->1.9(DEAD)
2463 mt.c:1.23->1.24(DEAD)
2464 mv.c:1.17->1.18(DEAD)
2465 nc.c:1.18->1.19(DEAD)
2466 nfsmount.c:1.23->1.24(DEAD)
2467 nfsmount.h:1.5->1.6(DEAD)
2468 nslookup.c:1.25->1.26(DEAD)
2469 pidof.c:1.1->1.2(DEAD)
2470 ping.c:1.46->1.47(DEAD)
2471 pivot_root.c:1.6->1.7(DEAD)
2472 poweroff.c:1.13->1.14(DEAD)
2473 printf.c:1.17->1.18(DEAD)
2474 pristine_setup.sh:1.4->1.5(DEAD)
2475 ps.c:1.43->1.44(DEAD)
2476 pwd.c:1.21->1.22(DEAD)
2477 rdate.c:1.20->1.21(DEAD)
2478 readlink.c:1.9->1.10(DEAD)
2479 reboot.c:1.20->1.21(DEAD)
2480 renice.c:1.7->1.8(DEAD)
2481 reset.c:1.6->1.7(DEAD)
2482 rm.c:1.35->1.36(DEAD)
2483 rmdir.c:1.21->1.22(DEAD)
2484 rmmod.c:1.20->1.21(DEAD)
2485 route.c:1.13->1.14(DEAD)
2486 rpm2cpio.c:1.3->1.4(DEAD)
2487 sed.c:1.77->1.78(DEAD)
2488 setkeycodes.c:1.11->1.12(DEAD)
2489 sleep.c:1.15->1.16(DEAD)
2490 sort.c:1.33->1.34(DEAD)
2491 start_stop_daemon.c:1.1->1.2(DEAD)
2492 stty.c:1.6->1.7(DEAD)
2493 swaponoff.c:1.29->1.30(DEAD)
2494 sync.c:1.17->1.18(DEAD)
2495 syslogd.c:1.76->1.77(DEAD)
2496 tail.c:1.39->1.40(DEAD)
2497 tar.c:1.132->1.133(DEAD)
2498 tee.c:1.20->1.21(DEAD)
2499 telnet.c:1.24->1.25(DEAD)
2500 test.c:1.20->1.21(DEAD)
2501 tftp.c:1.7->1.8(DEAD)
2502 touch.c:1.22->1.23(DEAD)
2503 tr.c:1.31->1.32(DEAD)
2504 traceroute.c:1.5->1.6(DEAD)
2505 true_false.c:1.14->1.15(DEAD)
2506 tty.c:1.11->1.12(DEAD)
2507 umount.c:1.56->1.57(DEAD)
2508 uname.c:1.15->1.16(DEAD)
2509 uniq.c:1.19->1.20(DEAD)
2510 update.c:1.23->1.24(DEAD)
2511 uptime.c:1.15->1.16(DEAD)
2512 usage.c:1.59->1.60(DEAD)
2513 usage.h:1.67->1.68(DEAD)
2514 usleep.c:1.9->1.10(DEAD)
2515 uudecode.c:1.17->1.18(DEAD)
2516 uuencode.c:1.20->1.21(DEAD)
2517 vi.c:1.15->1.16(DEAD)
2518 watchdog.c:1.5->1.6(DEAD)
2519 wc.c:1.19->1.20(DEAD)
2520 wget.c:1.45->1.46(DEAD)
2521 which.c:1.20->1.21(DEAD)
2522 whoami.c:1.19->1.20(DEAD)
2523 xargs.c:1.19->1.20(DEAD)
2524 yes.c:1.13->1.14(DEAD)
2525 applets/busybox.c:1.135->1.136
2526 applets/busybox.sh:1.16->1.17
2527 applets/usage.h:1.67->1.68
2528 archival/Makefile:INITIAL->1.1
2529 archival/config.in:INITIAL->1.1
2530 archival/gzip.c:1.49->1.50
2531 archival/tar.c:1.132->1.133
2532 bootfloppy/bootfloppy.txt:1.1->1.2(DEAD)
2533 bootfloppy/display.txt:1.1->1.2(DEAD)
2534 bootfloppy/mkdevs.sh:1.1->1.2(DEAD)
2535 bootfloppy/mkrootfs.sh:1.3->1.4(DEAD)
2536 bootfloppy/mksyslinux.sh:1.1->1.2(DEAD)
2537 bootfloppy/quickstart.txt:1.1->1.2(DEAD)
2538 bootfloppy/syslinux.cfg:1.1->1.2(DEAD)
2539 bootfloppy/etc/fstab:1.1->1.2(DEAD)
2540 bootfloppy/etc/inittab:1.1->1.2(DEAD)
2541 bootfloppy/etc/profile:1.1->1.2(DEAD)
2542 bootfloppy/etc/init.d/rcS:1.1->1.2(DEAD)
2543 console-tools/Makefile:INITIAL->1.1
2544 console-tools/clear.c:1.14->1.15
2545 console-tools/config.in:INITIAL->1.1
2546 console-tools/reset.c:1.6->1.7
2547 coreutils/basename.c:1.19->1.20
2548 coreutils/cat.c:1.25->1.26
2549 coreutils/chgrp.c:1.9->1.10
2550 coreutils/chmod.c:1.10->1.11
2551 coreutils/chown.c:1.17->1.18
2552 coreutils/chroot.c:1.26->1.27
2553 coreutils/cmp.c:1.7->1.8
2554 coreutils/df.c:1.48->1.49
2555 coreutils/dirname.c:1.16->1.17
2556 coreutils/du.c:1.50->1.51
2557 coreutils/head.c:1.25->1.26
2558 coreutils/ln.c:1.37->1.38
2559 coreutils/ls.c:1.84->1.85
2560 coreutils/rmdir.c:1.21->1.22
2561 coreutils/sort.c:1.33->1.34
2562 coreutils/tail.c:1.39->1.40
2563 coreutils/tee.c:1.20->1.21
2564 coreutils/touch.c:1.22->1.23
2565 coreutils/tr.c:1.31->1.32
2566 coreutils/uniq.c:1.19->1.20
2567 coreutils/uuencode.c:1.20->1.21
2568 debian/Config.h-deb:1.26->1.27
2569 debian/Config.h-static:1.21->1.22
2570 debian/Config.h-udeb:1.24->1.25
2571 debian/rules:1.10->1.11
2572 docs/autodocifier.pl:1.21->1.22
2573 docs/new-applet-HOWTO.txt:1.4->1.5
2574 docs/style-guide.txt:1.15->1.16
2575 docs/busybox.lineo.com/index.html:1.67->1.68
2576 docs/busybox.lineo.com/oldnews.html:1.5->1.6
2577 docs/busybox.net/index.html:1.67->1.68
2578 docs/busybox.net/oldnews.html:1.5->1.6
2579 editors/Makefile:INITIAL->1.1
2580 editors/config.in:INITIAL->1.1
2581 editors/sed.c:1.77->1.78
2582 editors/vi.c:1.15->1.16
2583 examples/inittab:1.5->1.6
2584 examples/mk2knr.pl:1.2->1.3
2585 examples/kernel-patches/devps.patch.9_25_2000:1.1->1.2
2586 fileutils/Makefile:INITIAL->1.1
2587 fileutils/chgrp.c:1.9->1.10
2588 fileutils/chmod.c:1.10->1.11
2589 fileutils/chown.c:1.17->1.18
2590 fileutils/config.in:INITIAL->1.1
2591 fileutils/df.c:1.48->1.49
2592 fileutils/du.c:1.50->1.51
2593 fileutils/ln.c:1.37->1.38
2594 fileutils/ls.c:1.84->1.85
2595 fileutils/rmdir.c:1.21->1.22
2596 fileutils/touch.c:1.22->1.23
2597 findutils/Makefile:INITIAL->1.1
2598 findutils/config.in:INITIAL->1.1
2599 findutils/find.c:1.32->1.33
2600 findutils/grep.c:1.63->1.64
2601 findutils/which.c:1.20->1.21
2602 findutils/xargs.c:1.19->1.20
2603 include/applets.h:1.43->1.44
2604 include/busybox.h:1.46->1.47
2605 include/grp.h:1.2->1.3
2606 include/libbb.h:1.63->1.64
2607 include/pwd.h:1.2->1.3
2608 include/usage.h:1.67->1.68
2609 init/Makefile:INITIAL->1.1
2610 init/config.in:INITIAL->1.1
2611 init/halt.c:1.16->1.17
2612 init/init.c:1.144->1.145
2613 init/poweroff.c:1.13->1.14
2614 init/reboot.c:1.20->1.21
2615 kernel-patches/Will_devps_GoIntoTheKernel:1.1->1.2(DEAD)
2616 kernel-patches/devps.patch.9_25_2000:1.1->1.2(DEAD)
2617 libbb/Makefile:1.1->1.2
2618 libbb/ask_confirmation.c:1.1->1.2
2619 libbb/chomp.c:1.4->1.5
2620 libbb/concat_path_file.c:1.7->1.8
2621 libbb/copy_file.c:1.15->1.16
2622 libbb/copy_file_chunk.c:1.6->1.7
2623 libbb/copyfd.c:1.2->1.3
2624 libbb/device_open.c:1.1->1.2
2625 libbb/error_msg.c:1.2->1.3
2626 libbb/error_msg_and_die.c:1.1->1.2
2627 libbb/fgets_str.c:1.4->1.5
2628 libbb/find_mount_point.c:1.2->1.3
2629 libbb/find_pid_by_name.c:1.5->1.6
2630 libbb/find_root_device.c:1.4->1.5
2631 libbb/full_read.c:1.1->1.2
2632 libbb/full_write.c:1.1->1.2
2633 libbb/get_console.c:1.2->1.3
2634 libbb/get_last_path_component.c:1.2->1.3
2635 libbb/get_line_from_file.c:1.1->1.2
2636 libbb/gz_open.c:1.4->1.5
2637 libbb/herror_msg.c:1.1->1.2
2638 libbb/herror_msg_and_die.c:1.1->1.2
2639 libbb/inode_hash.c:1.2->1.3
2640 libbb/interface.c:1.4->1.5
2641 libbb/isdirectory.c:1.1->1.2
2642 libbb/kernel_version.c:1.1->1.2
2643 libbb/libbb.h:1.63->1.64(DEAD)
2644 libbb/loop.c:1.1->1.2
2645 libbb/messages.c:1.5->1.6
2646 libbb/mode_string.c:1.1->1.2
2647 libbb/module_syscalls.c:1.6->1.7
2648 libbb/mtab.c:1.1->1.2
2649 libbb/mtab_file.c:1.3->1.4
2650 libbb/my_getgrgid.c:1.1->1.2
2651 libbb/my_getgrnam.c:1.1->1.2
2652 libbb/my_getpwnam.c:1.1->1.2
2653 libbb/my_getpwnamegid.c:1.1->1.2
2654 libbb/my_getpwuid.c:1.1->1.2
2655 libbb/parse_mode.c:1.3->1.4
2656 libbb/parse_number.c:1.1->1.2
2657 libbb/perror_msg.c:1.1->1.2
2658 libbb/perror_msg_and_die.c:1.1->1.2
2659 libbb/print_file.c:1.3->1.4
2660 libbb/read_package_field.c:1.4->1.5
2661 libbb/recursive_action.c:1.4->1.5
2662 libbb/remove_file.c:1.3->1.4
2663 libbb/safe_read.c:1.1->1.2
2664 libbb/safe_strncpy.c:1.1->1.2
2665 libbb/syscalls.c:1.5->1.6
2666 libbb/syslog_msg_with_name.c:1.2->1.3
2667 libbb/time_string.c:1.1->1.2
2668 libbb/trim.c:1.5->1.6
2669 libbb/u_signal_names.c:1.1->1.2
2670 libbb/vdprintf.c:1.2->1.3
2671 libbb/verror_msg.c:1.2->1.3
2672 libbb/vherror_msg.c:1.3->1.4
2673 libbb/vperror_msg.c:1.1->1.2
2674 libbb/wfopen.c:1.1->1.2
2675 libbb/xfuncs.c:1.3->1.4
2676 libbb/xgethostbyname.c:1.3->1.4
2677 libbb/xregcomp.c:1.1->1.2
2678 miscutils/Makefile:INITIAL->1.1
2679 miscutils/config.in:INITIAL->1.1
2680 miscutils/readlink.c:1.9->1.10
2681 modutils/Makefile:INITIAL->1.1
2682 modutils/config.in:INITIAL->1.1
2683 modutils/insmod.c:1.73->1.74
2684 modutils/lsmod.c:1.27->1.28
2685 modutils/rmmod.c:1.20->1.21
2686 networking/Makefile:INITIAL->1.1
2687 networking/config.in:INITIAL->1.1
2688 networking/hostname.c:1.30->1.31
2689 networking/ifconfig.c:1.12->1.13
2690 networking/nslookup.c:1.25->1.26
2691 networking/ping.c:1.46->1.47
2692 networking/telnet.c:1.24->1.25
2693 networking/tftp.c:1.7->1.8
2694 networking/traceroute.c:1.5->1.6
2695 networking/wget.c:1.45->1.46
2696 procps/Makefile:INITIAL->1.1
2697 procps/config.in:INITIAL->1.1
2698 procps/free.c:1.17->1.18
2699 procps/kill.c:1.38->1.39
2700 procps/pidof.c:1.1->1.2
2701 procps/ps.c:1.43->1.44
2702 procps/uptime.c:1.15->1.16
2703 pwd_grp/Makefile:1.4->1.5
2704 pwd_grp/__getgrent.c:1.1->1.2(DEAD)
2705 pwd_grp/__getpwent.c:1.1->1.2(DEAD)
2706 pwd_grp/addgroup.c:1.1->1.2
2707 pwd_grp/adduser.c:1.1->1.2
2708 pwd_grp/config.h:1.1->1.2(DEAD)
2709 pwd_grp/config.in:INITIAL->1.1
2710 pwd_grp/deluser.c:1.1->1.2
2711 pwd_grp/fgetgrent.c:1.2->1.3(DEAD)
2712 pwd_grp/fgetpwent.c:1.2->1.3(DEAD)
2713 pwd_grp/getgrgid.c:1.2->1.3(DEAD)
2714 pwd_grp/getgrnam.c:1.2->1.3(DEAD)
2715 pwd_grp/getpw.c:1.2->1.3(DEAD)
2716 pwd_grp/getpwnam.c:1.2->1.3(DEAD)
2717 pwd_grp/getpwuid.c:1.2->1.3(DEAD)
2718 pwd_grp/grent.c:1.2->1.3(DEAD)
2719 pwd_grp/grp.h:1.2->1.3(DEAD)
2720 pwd_grp/initgroups.c:1.2->1.3(DEAD)
2721 pwd_grp/putpwent.c:1.2->1.3(DEAD)
2722 pwd_grp/pwd.h:1.2->1.3(DEAD)
2723 pwd_grp/pwent.c:1.2->1.3(DEAD)
2724 pwd_grp/setgroups.c:1.3->1.4(DEAD)
2725 pwd_grp/libpwd_grp/Makefile:INITIAL->1.1
2726 pwd_grp/libpwd_grp/__getgrent.c:1.1->1.2
2727 pwd_grp/libpwd_grp/initgroups.c:1.2->1.3
2728 pwd_grp/libpwd_grp/setgroups.c:1.3->1.4
2729 scripts/Configure:INITIAL->1.1
2730 scripts/Menuconfig:INITIAL->1.1
2731 scripts/depmod.pl:1.1->1.2(DEAD)
2732 scripts/inittab:1.5->1.6(DEAD)
2733 scripts/mk2knr.pl:1.2->1.3(DEAD)
2734 scripts/mkdep.c:INITIAL->1.1
2735 scripts/split-include.c:INITIAL->1.1
2736 scripts/undeb:1.2->1.3(DEAD)
2737 scripts/unrpm:1.3->1.4(DEAD)
2738 scripts/lxdialog/BIG.FAT.WARNING:INITIAL->1.1
2739 scripts/lxdialog/Makefile:INITIAL->1.1
2740 scripts/lxdialog/Makefile-2.5:INITIAL->1.1
2741 scripts/lxdialog/checklist.c:INITIAL->1.1
2742 scripts/lxdialog/colors.h:INITIAL->1.1
2743 scripts/lxdialog/dialog.h:INITIAL->1.1
2744 scripts/lxdialog/inputbox.c:INITIAL->1.1
2745 scripts/lxdialog/lxdialog.c:INITIAL->1.1
2746 scripts/lxdialog/menubox.c:INITIAL->1.1
2747 scripts/lxdialog/msgbox.c:INITIAL->1.1
2748 scripts/lxdialog/textbox.c:INITIAL->1.1
2749 scripts/lxdialog/util.c:INITIAL->1.1
2750 scripts/lxdialog/yesno.c:INITIAL->1.1
2751 shell/Makefile:INITIAL->1.1
2752 shell/ash.c:1.28->1.29
2753 shell/cmdedit.c:1.62->1.63
2754 shell/config.in:INITIAL->1.1
2755 shell/hush.c:1.55->1.56
2756 shell/lash.c:1.137->1.138
2757 shell/msh.c:1.8->1.9
2758 shellutils/Makefile:INITIAL->1.1
2759 shellutils/basename.c:1.19->1.20
2760 shellutils/chroot.c:1.26->1.27
2761 shellutils/config.in:INITIAL->1.1
2762 shellutils/dirname.c:1.16->1.17
2763 shellutils/tee.c:1.20->1.21
2764 shellutils/true_false.c:1.14->1.15
2765 sysdeps/linux/config.in:INITIAL->1.1
2766 sysdeps/linux/defconfig:INITIAL->1.1
2767 sysklogd/Makefile:INITIAL->1.1
2768 sysklogd/config.in:INITIAL->1.1
2769 sysklogd/klogd.c:1.6->1.7
2770 sysklogd/logger.c:1.33->1.34
2771 sysklogd/logread.c:1.8->1.9
2772 sysklogd/syslogd.c:1.76->1.77
2773 tests/multibuild.pl:1.6->1.7
2774 tests/multifeat.pl:1.2->1.3
2775 tests/testcases:1.13->1.14
2776 tests/tester.sh:1.4->1.5
2777 textutils/Makefile:INITIAL->1.1
2778 textutils/cat.c:1.25->1.26
2779 textutils/cmp.c:1.7->1.8
2780 textutils/config.in:INITIAL->1.1
2781 textutils/head.c:1.25->1.26
2782 textutils/sort.c:1.33->1.34
2783 textutils/tail.c:1.39->1.40
2784 textutils/tr.c:1.31->1.32
2785 textutils/uniq.c:1.19->1.20
2786 textutils/uuencode.c:1.20->1.21
2787 util-linux/Makefile:INITIAL->1.1
2788 util-linux/config.in:INITIAL->1.1
2789 util-linux/fbset.c:1.27->1.28
2790 util-linux/fsck_minix.c:1.34->1.35
2791 util-linux/mkfs_minix.c:1.34->1.35
2792 util-linux/more.c:1.51->1.52
2793 util-linux/mount.c:1.93->1.94
2794 util-linux/swaponoff.c:1.29->1.30
2795 util-linux/umount.c:1.56->1.57
2796
2797---------------------
2798PatchSet 2295
2799Date: 2001/10/24 06:26:42
2800Author: andersen
2801Branch: HEAD
2802Tag: (none)
2803Log:
2804Oops. Forgot these....
2805
2806Members:
2807 Rules.mak:INITIAL->1.1
2808 applets/Makefile:INITIAL->1.1
2809
2810---------------------
2811PatchSet 2296
2812Date: 2001/10/24 07:33:31
2813Author: andersen
2814Branch: HEAD
2815Tag: (none)
2816Log:
2817Add in a mostly content free config help file
2818
2819Members:
2820 docs/Configure.help:INITIAL->1.1
2821
2822---------------------
2823PatchSet 2297
2824Date: 2001/10/24 07:48:42
2825Author: andersen
2826Branch: HEAD
2827Tag: (none)
2828Log:
2829A couple of leftovers
2830
2831Members:
2832 Makefile:1.239->1.240
2833
2834---------------------
2835PatchSet 2298
2836Date: 2001/10/24 07:50:42
2837Author: andersen
2838Branch: HEAD
2839Tag: (none)
2840Log:
2841ignore generated files
2842
2843Members:
2844 scripts/.cvsignore:INITIAL->1.1
2845
2846---------------------
2847PatchSet 2299
2848Date: 2001/10/24 07:53:33
2849Author: andersen
2850Branch: HEAD
2851Tag: (none)
2852Log:
2853Ignore generated files
2854
2855Members:
2856 include/.cvsignore:INITIAL->1.1
2857
2858---------------------
2859PatchSet 2300
2860Date: 2001/10/24 08:58:02
2861Author: andersen
2862Branch: HEAD
2863Tag: (none)
2864Log:
2865Fixup the new buildsystem a bit.
2866
2867Members:
2868 Makefile:1.240->1.241
2869 applets/busybox.mkll:1.16->1.17
2870 applets/busybox.sh:1.17->1.18(DEAD)
2871
2872---------------------
2873PatchSet 2301
2874Date: 2001/10/24 09:01:06
2875Author: andersen
2876Branch: HEAD
2877Tag: (none)
2878Log:
2879Patch from vodz:
2880 1) complete true: $ > /tmp/tmpfile
2881 2) the builtin pwd now does not unwrap symlinks
2882 3) reduce 680 bytes
2883
2884Members:
2885 shell/ash.c:1.29->1.30
2886
2887---------------------
2888PatchSet 2302
2889Date: 2001/10/24 09:24:41
2890Author: andersen
2891Branch: HEAD
2892Tag: (none)
2893Log:
2894Oops. As Aaron Lehmann <aaronl@vitelus.com> just noticed,
2895I forgot to add procps to the SUBDIR list
2896
2897Members:
2898 Makefile:1.241->1.242
2899
2900---------------------
2901PatchSet 2303
2902Date: 2001/10/24 17:51:39
2903Author: andersen
2904Branch: HEAD
2905Tag: (none)
2906Log:
2907Fix missing BB_VER defines
2908
2909Members:
2910 miscutils/Makefile:1.1->1.2
2911 sysklogd/Makefile:1.1->1.2
2912
2913---------------------
2914PatchSet 2304
2915Date: 2001/10/24 18:19:35
2916Author: andersen
2917Branch: HEAD
2918Tag: (none)
2919Log:
2920Fixup the location of pwd.h and grp.h
2921
2922Members:
2923 coreutils/uudecode.c:1.17->1.18
2924 init/start_stop_daemon.c:1.1->1.2
2925 pwd_grp/addgroup.c:1.2->1.3
2926 pwd_grp/adduser.c:1.2->1.3
2927 shell/ash.c:1.30->1.31
2928 shell/cmdedit.c:1.63->1.64
2929 textutils/uudecode.c:1.17->1.18
2930
2931---------------------
2932PatchSet 2305
2933Date: 2001/10/24 18:35:52
2934Author: andersen
2935Branch: HEAD
2936Tag: (none)
2937Log:
2938Oops. Fix capililization
2939
2940Members:
2941 miscutils/Makefile:1.2->1.3
2942
2943---------------------
2944PatchSet 2306
2945Date: 2001/10/24 18:37:07
2946Author: andersen
2947Branch: HEAD
2948Tag: (none)
2949Log:
2950Fix variable name -- was stuck at the old RPMUNPACK value. Doh!
2951
2952Members:
2953 archival/Makefile:1.1->1.2
2954
2955---------------------
2956PatchSet 2307
2957Date: 2001/10/24 19:51:27
2958Author: kraai
2959Branch: HEAD
2960Tag: (none)
2961Log:
2962Add CONFIG_FEATURE_TAR_EXCLUDE support.
2963
2964Members:
2965 archival/config.in:1.1->1.2
2966
2967---------------------
2968PatchSet 2308
2969Date: 2001/10/24 20:00:20
2970Author: kraai
2971Branch: HEAD
2972Tag: (none)
2973Log:
2974Split true and false into separate applets.
2975
2976Members:
2977 coreutils/false.c:INITIAL->1.1
2978 coreutils/true.c:INITIAL->1.1
2979 include/applets.h:1.44->1.45
2980 shellutils/Makefile:1.1->1.2
2981 shellutils/config.in:1.1->1.2
2982 shellutils/false.c:INITIAL->1.1
2983 shellutils/true.c:INITIAL->1.1
2984 shellutils/true_false.c:1.15->1.16(DEAD)
2985
2986---------------------
2987PatchSet 2309
2988Date: 2001/10/24 20:59:38
2989Author: andersen
2990Branch: HEAD
2991Tag: (none)
2992Log:
2993Ignore lxdialog
2994
2995Members:
2996 scripts/lxdialog/.cvsignore:INITIAL->1.1
2997
2998---------------------
2999PatchSet 2310
3000Date: 2001/10/24 21:01:04
3001Author: andersen
3002Branch: HEAD
3003Tag: (none)
3004Log:
3005ignore .menuconfig.log
3006
3007Members:
3008 .cvsignore:1.9->1.10
3009
3010---------------------
3011PatchSet 2311
3012Date: 2001/10/25 06:56:51
3013Author: andersen
3014Branch: HEAD
3015Tag: (none)
3016Log:
3017Oops. I forgot pwd_group/config.in
3018
3019Members:
3020 sysdeps/linux/config.in:1.1->1.2
3021
3022---------------------
3023PatchSet 2312
3024Date: 2001/10/25 15:18:08
3025Author: bug1
3026Branch: HEAD
3027Tag: (none)
3028Log:
3029*** empty log message ***
3030
3031Members:
3032 Makefile:1.242->1.243
3033 archival/libunarchive/Makefile:INITIAL->1.1
3034 archival/libunarchive/deb_extract.c:INITIAL->1.1
3035 archival/libunarchive/get_header_ar.c:INITIAL->1.1
3036 archival/libunarchive/get_header_cpio.c:INITIAL->1.1
3037 archival/libunarchive/get_header_tar.c:INITIAL->1.1
3038 archival/libunarchive/seek_sub_file.c:INITIAL->1.1
3039 archival/libunarchive/unarchive.c:INITIAL->1.1
3040
3041---------------------
3042PatchSet 2313
3043Date: 2001/10/25 15:26:04
3044Author: bug1
3045Branch: HEAD
3046Tag: (none)
3047Log:
3048Modify applets to use libunarchive
3049
3050Members:
3051 archival/config.in:1.2->1.3
3052 archival/dpkg.c:1.53->1.54
3053 include/libbb.h:1.64->1.65
3054 libbb/Makefile:1.2->1.3
3055 networking/Makefile:1.1->1.2
3056 networking/config.in:1.1->1.2
3057
3058---------------------
3059PatchSet 2314
3060Date: 2001/10/25 15:49:48
3061Author: bug1
3062Branch: HEAD
3063Tag: (none)
3064Log:
3065Recovering from my previous commit
3066
3067Members:
3068 archival/Makefile:1.2->1.3
3069 archival/ar.c:1.38->1.39
3070 archival/config.in:1.3->1.4
3071 archival/cpio.c:1.5->1.6
3072 archival/dpkg.c:1.54->1.55
3073 archival/dpkg_deb.c:1.24->1.25
3074 archival/tar.c:1.133->1.134
3075
3076---------------------
3077PatchSet 2315
3078Date: 2001/10/25 15:53:50
3079Author: bug1
3080Branch: HEAD
3081Tag: (none)
3082Log:
3083Move libbb/unarchive functions to ./archival/libunarchive
3084
3085Members:
3086 libbb/unarchive.c:1.29->1.30(DEAD)
3087
3088---------------------
3089PatchSet 2316
3090Date: 2001/10/25 15:57:14
3091Author: bug1
3092Branch: HEAD
3093Tag: (none)
3094Log:
3095libunarchive, and recovery from my previous commit
3096
3097Members:
3098 include/libbb.h:1.65->1.66
3099 include/unarchive.h:INITIAL->1.1
3100
3101---------------------
3102PatchSet 2317
3103Date: 2001/10/25 15:59:47
3104Author: bug1
3105Branch: HEAD
3106Tag: (none)
3107Log:
3108rEcover from my previous commit
3109
3110Members:
3111 libbb/Makefile:1.3->1.4
3112 networking/config.in:1.2->1.3
3113
3114---------------------
3115PatchSet 2318
3116Date: 2001/10/25 16:01:10
3117Author: bug1
3118Branch: HEAD
3119Tag: (none)
3120Log:
3121Recovery from previous commit
3122
3123Members:
3124 networking/Makefile:1.2->1.3
3125
3126---------------------
3127PatchSet 2319
3128Date: 2001/10/25 19:37:41
3129Author: bug1
3130Branch: HEAD
3131Tag: (none)
3132Log:
3133Menu entry for tar creation support
3134
3135Members:
3136 archival/config.in:1.4->1.5
3137
3138---------------------
3139PatchSet 2320
3140Date: 2001/10/26 17:09:09
3141Author: gfeldman
3142Branch: HEAD
3143Tag: (none)
3144Log:
3145Fix up the configuration rules and update Libc5 piece for Syslogd. (copied code from logread.c)
3146
3147Members:
3148 sysklogd/config.in:1.1->1.2
3149 sysklogd/syslogd.c:1.77->1.78
3150
3151---------------------
3152PatchSet 2321
3153Date: 2001/10/26 22:27:57
3154Author: kraai
3155Branch: HEAD
3156Tag: (none)
3157Log:
3158Add mv (noted by Sven Oliver Moll).
3159
3160Members:
3161 fileutils/config.in:1.1->1.2
3162
3163---------------------
3164PatchSet 2322
3165Date: 2001/10/27 04:20:00
3166Author: andersen
3167Branch: HEAD
3168Tag: (none)
3169Log:
3170Wrap exclude_file() inside a #ifdef CONFIG_FEATURE_TAR_EXCLUDE block
3171
3172Members:
3173 archival/tar.c:1.134->1.135
3174
3175---------------------
3176PatchSet 2323
3177Date: 2001/10/27 04:28:19
3178Author: andersen
3179Branch: HEAD
3180Tag: (none)
3181Log:
3182Be extra pedantic about printing the correct type for an address
3183
3184Members:
3185 libbb/interface.c:1.5->1.6
3186
3187---------------------
3188PatchSet 2324
3189Date: 2001/10/27 14:14:52
3190Author: bug1
3191Branch: HEAD
3192Tag: (none)
3193Log:
3194Attempt to fix libc compiling error regarding off_t
3195
3196Members:
3197 archival/libunarchive/seek_sub_file.c:1.1->1.2
3198
3199---------------------
3200PatchSet 2325
3201Date: 2001/10/27 15:10:37
3202Author: bug1
3203Branch: HEAD
3204Tag: (none)
3205Log:
3206include unistd which provides off_t for the header and hence unarchive applets
3207
3208Members:
3209 include/unarchive.h:1.1->1.2
3210
3211---------------------
3212PatchSet 2326
3213Date: 2001/10/28 05:12:18
3214Author: andersen
3215Branch: HEAD
3216Tag: (none)
3217Log:
3218Add in some (theoretical) uClinux support. Some init cleanups
3219
3220Members:
3221 init/init.c:1.145->1.146
3222 networking/ifconfig.c:1.13->1.14
3223 shell/ash.c:1.31->1.32
3224 shell/hush.c:1.56->1.57
3225 shell/lash.c:1.138->1.139
3226 sysklogd/klogd.c:1.7->1.8
3227 sysklogd/syslogd.c:1.78->1.79
3228
3229---------------------
3230PatchSet 2327
3231Date: 2001/10/28 09:36:48
3232Author: andersen
3233Branch: HEAD
3234Tag: (none)
3235Log:
3236Use error_msg() instead of fprintf(stderr, ...)
3237
3238Members:
3239 networking/ifconfig.c:1.14->1.15
3240
3241---------------------
3242PatchSet 2328
3243Date: 2001/10/28 22:48:48
3244Author: andersen
3245Branch: HEAD
3246Tag: (none)
3247Log:
3248As Aaron Lehmann just pointed out, I forgot a line...
3249
3250Members:
3251 init/init.c:1.146->1.147
3252
3253---------------------
3254PatchSet 2329
3255Date: 2001/10/29 15:22:42
3256Author: kraai
3257Branch: HEAD
3258Tag: (none)
3259Log:
3260Add killall (noted by Giulio Orsero).
3261
3262Members:
3263 procps/config.in:1.1->1.2
3264
3265---------------------
3266PatchSet 2330
3267Date: 2001/10/29 15:49:01
3268Author: kraai
3269Branch: HEAD
3270Tag: (none)
3271Log:
3272Use extended regular expressions when invoked as egrep (noted and initial
3273patch by Charles Steinkuehler).
3274
3275Members:
3276 findutils/config.in:1.1->1.2
3277 findutils/grep.c:1.64->1.65
3278 include/applets.h:1.45->1.46
3279
3280---------------------
3281PatchSet 2331
3282Date: 2001/10/30 23:09:50
3283Author: kraai
3284Branch: HEAD
3285Tag: (none)
3286Log:
3287Merge test suite.
3288
3289Members:
3290 testsuite/COPYING:INITIAL->1.1
3291 testsuite/README:INITIAL->1.1
3292 testsuite/TODO:INITIAL->1.1
3293 testsuite/runtest:INITIAL->1.1
3294 testsuite/basename/basename-does-not-remove-identical-extension:INITIAL->1.1
3295 testsuite/cat/cat-prints-a-file:INITIAL->1.1
3296 testsuite/cat/cat-prints-a-file-and-standard-input:INITIAL->1.1
3297 testsuite/cmp/cmp-detects-difference:INITIAL->1.1
3298 testsuite/cp/cp-copies-empty-file:INITIAL->1.1
3299 testsuite/cp/cp-copies-large-file:INITIAL->1.1
3300 testsuite/cp/cp-copies-small-file:INITIAL->1.1
3301 testsuite/cp/cp-follows-links:INITIAL->1.1
3302 testsuite/cp/cp-preserves-links:INITIAL->1.1
3303 testsuite/cp/cp-preserves-source-file:INITIAL->1.1
3304 testsuite/cut/cut-cuts-a-character:INITIAL->1.1
3305 testsuite/cut/cut-cuts-a-closed-range:INITIAL->1.1
3306 testsuite/cut/cut-cuts-a-field:INITIAL->1.1
3307 testsuite/cut/cut-cuts-an-open-range:INITIAL->1.1
3308 testsuite/cut/cut-cuts-an-unclosed-range:INITIAL->1.1
3309 testsuite/dd/dd-accepts-if:INITIAL->1.1
3310 testsuite/dd/dd-accepts-of:INITIAL->1.1
3311 testsuite/dd/dd-copies-from-standard-input-to-standard-output:INITIAL->1.1
3312 testsuite/dd/dd-prints-count-to-standard-error:INITIAL->1.1
3313 testsuite/dirname/dirname-handles-absolute-path:INITIAL->1.1
3314 testsuite/dirname/dirname-handles-empty-path:INITIAL->1.1
3315 testsuite/dirname/dirname-handles-multiple-slashes:INITIAL->1.1
3316 testsuite/dirname/dirname-handles-relative-path:INITIAL->1.1
3317 testsuite/dirname/dirname-handles-root:INITIAL->1.1
3318 testsuite/dirname/dirname-handles-single-component:INITIAL->1.1
3319 testsuite/echo/echo-does-not-print-newline:INITIAL->1.1
3320 testsuite/echo/echo-prints-argument:INITIAL->1.1
3321 testsuite/echo/echo-prints-arguments:INITIAL->1.1
3322 testsuite/echo/echo-prints-newline:INITIAL->1.1
3323 testsuite/false/false-is-silent:INITIAL->1.1
3324 testsuite/false/false-returns-failure:INITIAL->1.1
3325 testsuite/find/find-supports-minus-xdev:INITIAL->1.1
3326 testsuite/grep/grep-is-also-egrep:INITIAL->1.1
3327 testsuite/gunzip/gunzip-reads-from-standard-input:INITIAL->1.1
3328 testsuite/gzip/gzip-accepts-single-minus:INITIAL->1.1
3329 testsuite/mkdir/mkdir-makes-a-directory:INITIAL->1.1
3330 testsuite/mkdir/mkdir-makes-parent-directories:INITIAL->1.1
3331 testsuite/msh/msh-supports-underscores-in-variable-names:INITIAL->1.1
3332 testsuite/mv/mv-moves-file:INITIAL->1.1
3333 testsuite/rmdir/rmdir-removes-parent-directories:INITIAL->1.1
3334 testsuite/sed/sed-chains-substs:INITIAL->1.1
3335 testsuite/sed/sed-handles-embedded-slashes:INITIAL->1.1
3336 testsuite/sed/sed-handles-empty-lines:INITIAL->1.1
3337 testsuite/sed/sed-handles-unsatisfied-backrefs:INITIAL->1.1
3338 testsuite/sed/sed-prints-line-once-for-multiple-substs:INITIAL->1.1
3339 testsuite/tar/tar-demands-at-least-one-ctx:INITIAL->1.1
3340 testsuite/tar/tar-demands-at-most-one-ctx:INITIAL->1.1
3341 testsuite/tar/tar-extracts-file:INITIAL->1.1
3342 testsuite/tar/tar-extracts-multiple-files:INITIAL->1.1
3343 testsuite/tar/tar-handles-cz-options:INITIAL->1.1
3344 testsuite/tar/tar-handles-empty-include-and-non-empty-exclude-list:INITIAL->1.1
3345 testsuite/tar/tar-handles-exclude-and-extract-lists:INITIAL->1.1
3346 testsuite/tar/tar-handles-multiple-X-options:INITIAL->1.1
3347 testsuite/tar/tar-handles-nested-exclude:INITIAL->1.1
3348 testsuite/tee/tee-appends-input:INITIAL->1.1
3349 testsuite/tee/tee-tees-input:INITIAL->1.1
3350 testsuite/touch/touch-creates-file:INITIAL->1.1
3351 testsuite/touch/touch-does-not-create-file:INITIAL->1.1
3352 testsuite/true/true-is-silent:INITIAL->1.1
3353 testsuite/true/true-returns-success:INITIAL->1.1
3354 testsuite/uuencode/uuencode-sets-standard-input-mode-correctly:INITIAL->1.1
3355 testsuite/wc/wc-counts-all:INITIAL->1.1
3356 testsuite/wc/wc-counts-characters:INITIAL->1.1
3357 testsuite/wc/wc-counts-lines:INITIAL->1.1
3358 testsuite/wc/wc-counts-words:INITIAL->1.1
3359 testsuite/wc/wc-prints-longest-line-length:INITIAL->1.1
3360 testsuite/wget/wget--O-overrides--P:INITIAL->1.1
3361 testsuite/wget/wget-retrieves-google-index:INITIAL->1.1
3362 testsuite/wget/wget-supports--P:INITIAL->1.1
3363
3364---------------------
3365PatchSet 2332
3366Date: 2001/10/31 04:29:18
3367Author: beppu
3368Branch: HEAD
3369Tag: (none)
3370Log:
3371
3372- fixed typos
3373- thinking about how to generate Configure.help...
3374
3375Members:
3376 docs/autodocifier.pl:1.22->1.23
3377
3378---------------------
3379PatchSet 2333
3380Date: 2001/10/31 09:54:29
3381Author: andersen
3382Branch: HEAD
3383Tag: (none)
3384Log:
3385patch from Giulio Orsero <giulioo@pobox.com>
3386
3387Members:
3388 networking/config.in:1.3->1.4
3389
3390---------------------
3391PatchSet 2334
3392Date: 2001/10/31 09:55:39
3393Author: andersen
3394Branch: HEAD
3395Tag: (none)
3396Log:
3397patch from vodz:
3398 I reduce 148 bytes from start_stop_daemon.c code. Also reduced
3399 memory allocated.
3400
3401Members:
3402 init/start_stop_daemon.c:1.2->1.3
3403
3404---------------------
3405PatchSet 2335
3406Date: 2001/10/31 09:59:57
3407Author: andersen
3408Branch: HEAD
3409Tag: (none)
3410Log:
3411Major cleanup from Charles Steinkuehler <charles@steinkuehler.net>:
3412 - Switched to getopt argument parsing
3413 - Added -f option to get fully qualified domain name
3414 - Fixed the -s (short) and -d (domain) options, which were not
3415 doing a gethostbyname lookup to get the FQDN before trying to
3416 separate the local and domain portions of the hostname.
3417 - Fixed probem with 'agressive setting' of the hostname...the
3418 previous busybox version would try to set the hostname if called
3419 with a non-option argument, or the -F option, even if another
3420 option (like -i or -s) was given. This behavior does not match
3421 the net-tools hostname, which does not attempt to set anything if
3422 given a 'display' option, regardless of the presence/absence of
3423 the -F option or additional command line arguments.
3424 - When using a file to set the hostname, behavior now matches
3425 net-tools version...previous busybox version did not handle
3426 comments, and simply grabbed the first line from the file.
3427
3428Members:
3429 networking/hostname.c:1.31->1.32
3430
3431---------------------
3432PatchSet 2336
3433Date: 2001/10/31 10:02:46
3434Author: andersen
3435Branch: HEAD
3436Tag: (none)
3437Log:
3438Patch from Charles Steinkuehler <charles@steinkuehler.net>
3439to properly handle extended regexps for egrep
3440
3441Members:
3442 findutils/grep.c:1.65->1.66
3443
3444---------------------
3445PatchSet 2337
3446Date: 2001/10/31 10:04:04
3447Author: andersen
3448Branch: HEAD
3449Tag: (none)
3450Log:
3451start-stop-deamon is done
3452
3453Members:
3454 TODO:1.79->1.80
3455
3456---------------------
3457PatchSet 2338
3458Date: 2001/10/31 10:04:44
3459Author: andersen
3460Branch: HEAD
3461Tag: (none)
3462Log:
3463Add Gennady Feldman
3464
3465Members:
3466 AUTHORS:1.21->1.22
3467
3468---------------------
3469PatchSet 2339
3470Date: 2001/10/31 10:21:17
3471Author: andersen
3472Branch: HEAD
3473Tag: (none)
3474Log:
3475Document CONFIG_RUN_PARTS, patch from Emanuele Aina <faina.mail@tiscalinet.it>
3476
3477Members:
3478 docs/Configure.help:1.1->1.2
3479
3480---------------------
3481PatchSet 2340
3482Date: 2001/10/31 10:24:32
3483Author: andersen
3484Branch: HEAD
3485Tag: (none)
3486Log:
3487Run parts applet by Emanuele Aina <faina.mail@tiscalinet.it>
3488
3489Members:
3490 AUTHORS:1.22->1.23
3491 Makefile:1.243->1.244
3492 applets/usage.h:1.68->1.69
3493 docs/busybox.sgml:1.44->1.45
3494 include/applets.h:1.46->1.47
3495 include/usage.h:1.68->1.69
3496 init/Makefile:1.1->1.2
3497 init/config.in:1.1->1.2
3498
3499---------------------
3500PatchSet 2341
3501Date: 2001/10/31 10:40:37
3502Author: andersen
3503Branch: HEAD
3504Tag: (none)
3505Log:
3506Patch from ASA <llb@udm.net.ru> to that source files
3507are properly passed their arguments.
3508
3509Members:
3510 shell/ash.c:1.32->1.33
3511
3512---------------------
3513PatchSet 2342
3514Date: 2001/10/31 10:41:30
3515Author: andersen
3516Branch: HEAD
3517Tag: (none)
3518Log:
3519Fixup some silly prototype warnings
3520
3521Members:
3522 coreutils/expr.c:1.9->1.10
3523 coreutils/tr.c:1.32->1.33
3524 shell/hush.c:1.57->1.58
3525 shellutils/expr.c:1.9->1.10
3526 textutils/tr.c:1.32->1.33
3527 util-linux/mkfs_minix.c:1.35->1.36
3528
3529---------------------
3530PatchSet 2343
3531Date: 2001/10/31 10:50:16
3532Author: andersen
3533Branch: HEAD
3534Tag: (none)
3535Log:
3536This should be working now...
3537
3538Members:
3539 pwd_grp/Makefile:1.5->1.6
3540 pwd_grp/config.in:1.1->1.2
3541
3542---------------------
3543PatchSet 2344
3544Date: 2001/10/31 10:59:29
3545Author: andersen
3546Branch: HEAD
3547Tag: (none)
3548Log:
3549Add the run-parts applet submitted by Emanuele Aina
3550<emanuele.aina@tiscali.it>
3551
3552Members:
3553 init/run_parts.c:INITIAL->1.1
3554
3555---------------------
3556PatchSet 2345
3557Date: 2001/10/31 11:00:46
3558Author: andersen
3559Branch: HEAD
3560Tag: (none)
3561Log:
3562Add netstat applet, submitted by Bart Visscher <magick@linux-fan.com>
3563
3564Members:
3565 networking/Makefile:1.3->1.4
3566 networking/config.in:1.4->1.5
3567 networking/netstat.c:INITIAL->1.1
3568
3569---------------------
3570PatchSet 2346
3571Date: 2001/10/31 11:05:49
3572Author: andersen
3573Branch: HEAD
3574Tag: (none)
3575Log:
3576Patch from Aaron Lehmann <aaronl@vitelus.com>;
3577
3578 This diff does 2 things:
3579
3580 1) removes an unnecessary function. saves 64 bytes on i386
3581
3582 2) allows you to disable checking of mail (actually, it's now disabled
3583 by default). this would be a nice CML1 option, but for now it's a
3584 #(define|undef) in the C file like the other internal ash options.
3585 this saves an additional 352 bytes if you leave mail disabled.
3586
3587Members:
3588 shell/ash.c:1.33->1.34
3589
3590---------------------
3591PatchSet 2347
3592Date: 2001/10/31 11:07:12
3593Author: andersen
3594Branch: HEAD
3595Tag: (none)
3596Log:
3597Move usage.h to include/usage.h
3598
3599Members:
3600 Makefile:1.244->1.245
3601 applets/usage.h:1.69->1.70(DEAD)
3602 include/applets.h:1.47->1.48
3603 include/usage.h:1.69->1.70
3604
3605---------------------
3606PatchSet 2348
3607Date: 2001/10/31 11:12:25
3608Author: andersen
3609Branch: HEAD
3610Tag: (none)
3611Log:
3612Fix location of Configure.help
3613
3614Members:
3615 scripts/Configure:1.1->1.2
3616
3617---------------------
3618PatchSet 2349
3619Date: 2001/10/31 11:45:10
3620Author: andersen
3621Branch: HEAD
3622Tag: (none)
3623Log:
3624*** empty log message ***
3625
3626Members:
3627 applets/Makefile:1.1->1.2
3628
3629---------------------
3630PatchSet 2350
3631Date: 2001/10/31 16:16:29
3632Author: kraai
3633Branch: HEAD
3634Tag: (none)
3635Log:
3636Make egrep only set REG_EXTENDED flag.
3637
3638Members:
3639 findutils/grep.c:1.66->1.67
3640 testsuite/grep/egrep-is-not-case-insensitive:INITIAL->1.1
3641 testsuite/grep/egrep-supports-extended-regexps:INITIAL->1.1
3642
3643---------------------
3644PatchSet 2351
3645Date: 2001/10/31 16:18:48
3646Author: kraai
3647Branch: HEAD
3648Tag: (none)
3649Log:
3650Mark as unsupported unless CONFIG_FEATURE_TAR_EXCLUDE is defined.
3651
3652Members:
3653 testsuite/tar/tar-handles-empty-include-and-non-empty-exclude-list:1.1->1.2
3654 testsuite/tar/tar-handles-exclude-and-extract-lists:1.1->1.2
3655 testsuite/tar/tar-handles-nested-exclude:1.1->1.2
3656
3657---------------------
3658PatchSet 2352
3659Date: 2001/10/31 16:36:02
3660Author: kraai
3661Branch: HEAD
3662Tag: (none)
3663Log:
3664Remove completed task.
3665
3666Members:
3667 testsuite/TODO:1.1->1.2
3668
3669---------------------
3670PatchSet 2353
3671Date: 2001/10/31 16:36:23
3672Author: kraai
3673Branch: HEAD
3674Tag: (none)
3675Log:
3676New.
3677
3678Members:
3679 testsuite/rm/rm-removes-file:INITIAL->1.1
3680
3681---------------------
3682PatchSet 2354
3683Date: 2001/11/02 11:39:45
3684Author: bug1
3685Branch: HEAD
3686Tag: (none)
3687Log:
3688Introduce od and hexdump applets
3689
3690Members:
3691 coreutils/od.c:INITIAL->1.1
3692 include/applets.h:1.48->1.49
3693 include/usage.h:1.70->1.71
3694 libbb/Makefile:1.4->1.5
3695 libbb/dump.c:INITIAL->1.1
3696 textutils/Makefile:1.1->1.2
3697 textutils/config.in:1.1->1.2
3698 textutils/od.c:INITIAL->1.1
3699 util-linux/Makefile:1.1->1.2
3700 util-linux/config.in:1.1->1.2
3701 util-linux/hexdump.c:INITIAL->1.1
3702
3703---------------------
3704PatchSet 2355
3705Date: 2001/11/02 11:40:44
3706Author: bug1
3707Branch: HEAD
3708Tag: (none)
3709Log:
3710Required for od and hexdump applets
3711
3712Members:
3713 include/dump.h:INITIAL->1.1
3714
3715---------------------
3716PatchSet 2356
3717Date: 2001/11/03 08:29:35
3718Author: bug1
3719Branch: HEAD
3720Tag: (none)
3721Log:
3722Fix create list segfault
3723
3724Members:
3725 archival/dpkg.c:1.55->1.56
3726
3727---------------------
3728PatchSet 2357
3729Date: 2001/11/05 23:10:48
3730Author: andersen
3731Branch: HEAD
3732Tag: (none)
3733Log:
3734Fix spelling
3735
3736Members:
3737 examples/kernel-patches/Will_devps_GoIntoTheKernel:1.1->1.2
3738
3739---------------------
3740PatchSet 2358
3741Date: 2001/11/06 18:45:56
3742Author: andersen
3743Branch: HEAD
3744Tag: (none)
3745Log:
3746Force main to always be included
3747
3748Members:
3749 Makefile:1.245->1.246
3750
3751---------------------
3752PatchSet 2359
3753Date: 2001/11/07 07:50:08
3754Author: andersen
3755Branch: HEAD
3756Tag: (none)
3757Log:
3758Remove comments about 'make bzImage'
3759
3760Members:
3761 scripts/Configure:1.2->1.3
3762
3763---------------------
3764PatchSet 2360
3765Date: 2001/11/10 09:53:17
3766Author: andersen
3767Branch: HEAD
3768Tag: (none)
3769Log:
3770config.in features patch from Giulio Orsero <giulioo@pobox.com>
3771with some minor edits from me
3772
3773Members:
3774 archival/config.in:1.5->1.6
3775 editors/config.in:1.1->1.2
3776 fileutils/config.in:1.2->1.3
3777 findutils/config.in:1.2->1.3
3778 modutils/config.in:1.1->1.2
3779 procps/config.in:1.2->1.3
3780 textutils/config.in:1.2->1.3
3781 util-linux/config.in:1.2->1.3
3782
3783---------------------
3784PatchSet 2361
3785Date: 2001/11/10 10:43:09
3786Author: andersen
3787Branch: HEAD
3788Tag: (none)
3789Log:
3790more config.in entries from Giulio Orsero <giulioo@pobox.com>
3791with some minor edits by me.
3792
3793Members:
3794 docs/Configure.help:1.2->1.3
3795 editors/config.in:1.2->1.3
3796 pwd_grp/adduser.c:1.3->1.4
3797 pwd_grp/config.in:1.2->1.3
3798 pwd_grp/deluser.c:1.2->1.3
3799 sysdeps/linux/config.in:1.2->1.3
3800
3801---------------------
3802PatchSet 2362
3803Date: 2001/11/10 10:46:42
3804Author: andersen
3805Branch: HEAD
3806Tag: (none)
3807Log:
3808Mention that glibc-2.2 is supported
3809
3810Members:
3811 README:1.20->1.21
3812
3813---------------------
3814PatchSet 2363
3815Date: 2001/11/10 10:49:42
3816Author: andersen
3817Branch: HEAD
3818Tag: (none)
3819Log:
3820|2001-10-08 Rodney Brown <rbrown64@csc.com.au>
3821|
3822| * editors/sed.c: Fix multiline [aic] commands. Make # an endline
3823| comment for compatibility. Codespace reduction.
3824| * tests/testcases: Cope with move to subdirectories.
3825| * testsuite/sed/sed-aic-commands: Add.
3826|
3827| text data bss dec hex filename
3828| 3772 16 0 3788 ecc editors/sed.o
3829| 4516 16 0 4532 11b4 editors/sed.o.bu
3830
3831Members:
3832 editors/sed.c:1.78->1.79
3833 tests/testcases:1.14->1.15
3834 testsuite/sed/sed-aic-commands:INITIAL->1.1
3835
3836---------------------
3837PatchSet 2364
3838Date: 2001/11/10 11:16:39
3839Author: andersen
3840Branch: HEAD
3841Tag: (none)
3842Log:
3843Can't use RESERVE_CONFIG_BUFFER here since the allocation
3844size varies meaning BUFFERS_GO_ON_STACK will fail
3845
3846Members:
3847 networking/tftp.c:1.8->1.9
3848
3849---------------------
3850PatchSet 2365
3851Date: 2001/11/10 11:17:17
3852Author: andersen
3853Branch: HEAD
3854Tag: (none)
3855Log:
3856oops
3857
3858Members:
3859 util-linux/config.in:1.3->1.4
3860
3861---------------------
3862PatchSet 2366
3863Date: 2001/11/10 11:22:42
3864Author: andersen
3865Branch: HEAD
3866Tag: (none)
3867Log:
3868Latest patch from vodz:
3869 -- reverse resolve network name and cache in route and ifconfig
3870 applets, fix print nslookup server name if compile without
3871 uClibc, fix route crashe 'route add', fix warnings compile
3872 networking and pwd_grp applets
3873
3874Members:
3875 Changelog:1.272->1.273
3876 INSTALL:1.1->1.2
3877 libbb/Makefile:1.5->1.6
3878 libbb/interface.c:1.6->1.7
3879 networking/ifconfig.c:1.15->1.16
3880 networking/netstat.c:1.1->1.2
3881 networking/nslookup.c:1.26->1.27
3882 networking/route.c:1.13->1.14
3883 networking/telnet.c:1.25->1.26
3884 networking/traceroute.c:1.6->1.7
3885 pwd_grp/addgroup.c:1.3->1.4
3886 pwd_grp/adduser.c:1.4->1.5
3887 pwd_grp/deluser.c:1.3->1.4
3888 pwd_grp/getty.c:1.2->1.3
3889
3890---------------------
3891PatchSet 2367
3892Date: 2001/11/10 11:23:47
3893Author: andersen
3894Branch: HEAD
3895Tag: (none)
3896Log:
3897Only use -mpreferred-stack-boundary with gcc versions that support it
3898
3899Members:
3900 Makefile:1.246->1.247
3901
3902---------------------
3903PatchSet 2368
3904Date: 2001/11/10 12:07:17
3905Author: andersen
3906Branch: HEAD
3907Tag: (none)
3908Log:
3909Cleanup some config problems. Add a sane default config that basically
3910matches the default old Config.h
3911
3912Members:
3913 fileutils/config.in:1.3->1.4
3914 init/config.in:1.2->1.3
3915 pwd_grp/config.in:1.3->1.4
3916 scripts/Menuconfig:1.1->1.2
3917 shell/config.in:1.1->1.2
3918 shellutils/config.in:1.2->1.3
3919 sysdeps/linux/config.in:1.3->1.4
3920 sysdeps/linux/defconfig:1.1->1.2
3921 util-linux/config.in:1.4->1.5
3922
3923---------------------
3924PatchSet 2369
3925Date: 2001/11/10 12:18:42
3926Author: andersen
3927Branch: HEAD
3928Tag: (none)
3929Log:
3930I forgot to add these. Part of the patch from vodz
3931
3932Members:
3933 include/inet_common.h:INITIAL->1.1
3934 libbb/inet_common.c:INITIAL->1.1
3935
3936---------------------
3937PatchSet 2370
3938Date: 2001/11/10 12:54:00
3939Author: andersen
3940Branch: HEAD
3941Tag: (none)
3942Log:
3943Add in grep -E support
3944
3945Members:
3946 findutils/grep.c:1.67->1.68
3947
3948---------------------
3949PatchSet 2371
3950Date: 2001/11/10 13:08:02
3951Author: andersen
3952Branch: HEAD
3953Tag: (none)
3954Log:
3955Some more minor build cleanups
3956
3957Members:
3958 Makefile:1.247->1.248
3959 shell/config.in:1.2->1.3
3960 sysdeps/linux/defconfig:1.2->1.3
3961
3962---------------------
3963PatchSet 2372
3964Date: 2001/11/10 13:35:27
3965Author: andersen
3966Branch: HEAD
3967Tag: (none)
3968Log:
3969Add in Redhat
3970
3971Members:
3972 docs/busybox.lineo.com/index.html:1.68->1.69
3973 docs/busybox.net/index.html:1.68->1.69
3974
3975---------------------
3976PatchSet 2373
3977Date: 2001/11/10 13:38:36
3978Author: andersen
3979Branch: HEAD
3980Tag: (none)
3981Log:
3982Add redhat and slackware
3983
3984Members:
3985 docs/busybox.lineo.com/index.html:1.69->1.70
3986 docs/busybox.net/index.html:1.69->1.70
3987
3988---------------------
3989PatchSet 2374
3990Date: 2001/11/12 16:44:51
3991Author: kraai
3992Branch: HEAD
3993Tag: (none)
3994Log:
3995Use fopen wrapper.
3996
3997Members:
3998 archival/rpm2cpio.c:1.3->1.4
3999 editors/sed.c:1.79->1.80
4000 pwd_grp/addgroup.c:1.4->1.5
4001 shell/ash.c:1.34->1.35
4002
4003---------------------
4004PatchSet 2375
4005Date: 2001/11/12 16:45:23
4006Author: kraai
4007Branch: HEAD
4008Tag: (none)
4009Log:
4010Eliminate unused variable warnings.
4011
4012Members:
4013 archival/tar.c:1.135->1.136
4014
4015---------------------
4016PatchSet 2376
4017Date: 2001/11/12 16:45:43
4018Author: kraai
4019Branch: HEAD
4020Tag: (none)
4021Log:
4022Brag.
4023
4024Members:
4025 AUTHORS:1.23->1.24
4026
4027---------------------
4028PatchSet 2377
4029Date: 2001/11/12 16:57:15
4030Author: kraai
4031Branch: HEAD
4032Tag: (none)
4033Log:
4034Change strdup calls to xstrdup (patch from Steve Merrifield).
4035
4036Members:
4037 archival/bunzip2.c:1.1->1.2
4038 archival/gunzip.c:1.57->1.58
4039 editors/sed.c:1.80->1.81
4040 editors/vi.c:1.16->1.17
4041 modutils/insmod.c:1.74->1.75
4042 shell/ash.c:1.35->1.36
4043 shell/lash.c:1.139->1.140
4044 sysklogd/syslogd.c:1.79->1.80
4045 util-linux/mount.c:1.94->1.95
4046
4047---------------------
4048PatchSet 2378
4049Date: 2001/11/12 16:58:07
4050Author: kraai
4051Branch: HEAD
4052Tag: (none)
4053Log:
4054Convert strdup call to xstrdup, and calloc calls to xcalloc (patch from
4055Steve Merrifield).
4056
4057Members:
4058 findutils/grep.c:1.68->1.69
4059
4060---------------------
4061PatchSet 2379
4062Date: 2001/11/12 18:42:57
4063Author: kraai
4064Branch: HEAD
4065Tag: (none)
4066Log:
4067New.
4068
4069Members:
4070 testsuite/pwd/pwd-prints-working-directory:INITIAL->1.1
4071
4072---------------------
4073PatchSet 2380
4074Date: 2001/11/12 18:44:26
4075Author: kraai
4076Branch: HEAD
4077Tag: (none)
4078Log:
4079Remove unnecessary errno handling.
4080
4081Members:
4082 libbb/xgetcwd.c:1.2->1.3
4083
4084---------------------
4085PatchSet 2381
4086Date: 2001/11/17 04:16:15
4087Author: andersen
4088Branch: HEAD
4089Tag: (none)
4090Log:
4091David Kimdon <dwhedon@instant802.com> noticed a thinko
4092in md5sum where only binary sums were verified. He also
4093sent in this patch,
4094 -Erik
4095
4096Members:
4097 coreutils/md5sum.c:1.25->1.26
4098 textutils/md5sum.c:1.25->1.26
4099
4100---------------------
4101PatchSet 2382
4102Date: 2001/11/17 06:57:42
4103Author: andersen
4104Branch: HEAD
4105Tag: (none)
4106Log:
4107Patch from Steve Merrifield <steve@labyrinth.net.au> to make vi
4108use xmalloc
4109
4110Members:
4111 editors/vi.c:1.17->1.18
4112
4113---------------------
4114PatchSet 2383
4115Date: 2001/11/17 07:14:06
4116Author: andersen
4117Branch: HEAD
4118Tag: (none)
4119Log:
4120Patch from "Andrew Tipton" <andrew@cadre5.com> to enable vi cursor
4121keys while editing.
4122
4123Members:
4124 editors/vi.c:1.18->1.19
4125
4126---------------------
4127PatchSet 2384
4128Date: 2001/11/17 07:23:46
4129Author: andersen
4130Branch: HEAD
4131Tag: (none)
4132Log:
4133Minor warning cleanups
4134
4135Members:
4136 archival/tar.c:1.136->1.137
4137 editors/sed.c:1.81->1.82
4138
4139---------------------
4140PatchSet 2385
4141Date: 2001/11/17 07:26:58
4142Author: andersen
4143Branch: HEAD
4144Tag: (none)
4145Log:
4146Hide some ifdefs to make it more readible
4147
4148Members:
4149 init/init.c:1.147->1.148
4150
4151---------------------
4152PatchSet 2386
4153Date: 2001/11/18 14:20:25
4154Author: bug1
4155Branch: HEAD
4156Tag: (none)
4157Log:
4158bzcat and bunzip -c support from Thomas Lundquist
4159
4160Members:
4161 archival/bunzip2.c:1.2->1.3
4162 include/applets.h:1.49->1.50
4163 include/usage.h:1.71->1.72
4164
4165---------------------
4166PatchSet 2387
4167Date: 2001/11/18 15:49:26
4168Author: andersen
4169Branch: HEAD
4170Tag: (none)
4171Log:
4172Update webpage
4173
4174Members:
4175 docs/busybox.lineo.com/index.html:1.70->1.71
4176 docs/busybox.net/index.html:1.70->1.71
4177
4178---------------------
4179PatchSet 2388
4180Date: 2001/11/19 10:36:20
4181Author: andersen
4182Branch: HEAD
4183Tag: (none)
4184Log:
4185Fixup CLEANUP behavior
4186
4187Members:
4188 findutils/grep.c:1.69->1.70
4189
4190---------------------
4191PatchSet 2389
4192Date: 2001/11/19 10:49:30
4193Author: andersen
4194Branch: HEAD
4195Tag: (none)
4196Log:
4197Call xmalloc before realloc
4198
4199Members:
4200 findutils/xargs.c:1.20->1.21
4201
4202---------------------
4203PatchSet 2390
4204Date: 2001/11/19 10:58:23
4205Author: andersen
4206Branch: HEAD
4207Tag: (none)
4208Log:
4209More scrubbing
4210
4211Members:
4212 findutils/grep.c:1.70->1.71
4213
4214---------------------
4215PatchSet 2391
4216Date: 2001/11/19 11:45:39
4217Author: andersen
4218Branch: HEAD
4219Tag: (none)
4220Log:
4221oops
4222
4223Members:
4224 findutils/grep.c:1.71->1.72
4225
4226---------------------
4227PatchSet 2392
4228Date: 2001/11/19 15:13:12
4229Author: kraai
4230Branch: HEAD
4231Tag: (none)
4232Log:
4233New.
4234
4235Members:
4236 testsuite/md5sum/md5sum-verifies-non-binary-file:INITIAL->1.1
4237
4238---------------------
4239PatchSet 2393
4240Date: 2001/11/19 18:44:58
4241Author: kraai
4242Branch: HEAD
4243Tag: (none)
4244Log:
4245Fix misspelling.
4246
4247Members:
4248 docs/busybox.lineo.com/index.html:1.71->1.72
4249 docs/busybox.net/index.html:1.71->1.72
4250
4251---------------------
4252PatchSet 2394
4253Date: 2001/11/19 19:00:13
4254Author: kraai
4255Branch: HEAD
4256Tag: (none)
4257Log:
4258New.
4259
4260Members:
4261 testsuite/grep/grep-handles-multiple-regexps:INITIAL->1.1
4262
4263---------------------
4264PatchSet 2395
4265Date: 2001/11/19 19:28:56
4266Author: kraai
4267Branch: HEAD
4268Tag: (none)
4269Log:
4270Update usage instructions, and document test case format.
4271
4272Members:
4273 testsuite/README:1.1->1.2
4274
4275---------------------
4276PatchSet 2396
4277Date: 2001/11/19 19:47:56
4278Author: kraai
4279Branch: HEAD
4280Tag: (none)
4281Log:
4282Add a check target.
4283
4284Members:
4285 Makefile:1.248->1.249
4286
4287---------------------
4288PatchSet 2397
4289Date: 2001/11/19 21:07:14
4290Author: kraai
4291Branch: HEAD
4292Tag: (none)
4293Log:
4294Fix opt type in dpkg (closes: #118975).
4295
4296Members:
4297 Changelog:1.273->1.274
4298 archival/dpkg.c:1.56->1.57
4299
4300---------------------
4301PatchSet 2398
4302Date: 2001/11/19 21:13:50
4303Author: kraai
4304Branch: HEAD
4305Tag: (none)
4306Log:
4307Parse arguments via getopt.
4308
4309Members:
4310 pwd_grp/addgroup.c:1.5->1.6
4311 pwd_grp/adduser.c:1.5->1.6
4312
4313---------------------
4314PatchSet 2399
4315Date: 2001/11/19 22:51:41
4316Author: andersen
4317Branch: HEAD
4318Tag: (none)
4319Log:
4320Note tinylogin TODO items
4321
4322Members:
4323 TODO:1.80->1.81
4324
4325---------------------
4326PatchSet 2400
4327Date: 2001/11/19 23:50:18
4328Author: andersen
4329Branch: HEAD
4330Tag: (none)
4331Log:
4332Oops. doubled myself
4333
4334Members:
4335 LICENSE:1.7->1.8
4336
4337---------------------
4338PatchSet 2401
4339Date: 2001/11/20 00:15:27
4340Author: andersen
4341Branch: HEAD
4342Tag: (none)
4343Log:
4344Include time.h
4345
4346Members:
4347 miscutils/dutmp.c:1.26->1.27
4348
4349---------------------
4350PatchSet 2402
4351Date: 2001/11/20 00:23:48
4352Author: andersen
4353Branch: HEAD
4354Tag: (none)
4355Log:
4356Usr get_last_path_component() name basename()
4357
4358Members:
4359 findutils/grep.c:1.72->1.73
4360
4361---------------------
4362PatchSet 2403
4363Date: 2001/11/20 05:42:57
4364Author: andersen
4365Branch: HEAD
4366Tag: (none)
4367Log:
4368S390 wierdness
4369
4370Members:
4371 init/init.c:1.148->1.149
4372
4373---------------------
4374PatchSet 2404
4375Date: 2001/11/20 11:41:37
4376Author: andersen
4377Branch: HEAD
4378Tag: (none)
4379Log:
4380Fix email addr
4381
4382Members:
4383 examples/busybox.spec:1.38->1.39
4384
4385---------------------
4386PatchSet 2405
4387Date: 2001/11/20 11:56:51
4388Author: andersen
4389Branch: HEAD
4390Tag: (none)
4391Log:
4392Update the website
4393
4394Members:
4395 docs/busybox.lineo.com/index.html:1.72->1.73
4396 docs/busybox.net/index.html:1.72->1.73
4397
4398---------------------
4399PatchSet 2406
4400Date: 2001/11/20 12:36:28
4401Author: andersen
4402Branch: HEAD
4403Tag: (none)
4404Log:
4405grammer error
4406
4407Members:
4408 docs/busybox.lineo.com/index.html:1.73->1.74
4409 docs/busybox.net/index.html:1.73->1.74
4410
4411---------------------
4412PatchSet 2407
4413Date: 2001/11/20 12:40:37
4414Author: andersen
4415Branch: HEAD
4416Tag: (none)
4417Log:
4418More grammar fixes
4419
4420Members:
4421 docs/busybox.lineo.com/index.html:1.74->1.75
4422 docs/busybox.net/index.html:1.74->1.75
4423
4424---------------------
4425PatchSet 2408
4426Date: 2001/11/20 15:49:50
4427Author: kraai
4428Branch: HEAD
4429Tag: (none)
4430Log:
4431Treat NUL as the end-of-line.
4432
4433Members:
4434 libbb/get_line_from_file.c:1.2->1.3
4435
4436---------------------
4437PatchSet 2409
4438Date: 2001/11/20 15:49:55
4439Author: kraai
4440Branch: HEAD
4441Tag: (none)
4442Log:
4443New.
4444
4445Members:
4446 testsuite/grep/grep-handles-binary-files:INITIAL->1.1
4447
4448---------------------
4449PatchSet 2410
4450Date: 2001/11/20 16:00:19
4451Author: kraai
4452Branch: HEAD
4453Tag: (none)
4454Log:
4455Eliminate warning.
4456
4457Members:
4458 editors/sed.c:1.82->1.83
4459
4460---------------------
4461PatchSet 2411
4462Date: 2001/11/20 16:00:44
4463Author: kraai
4464Branch: HEAD
4465Tag: (none)
4466Log:
4467Fix undeclared variable error.
4468
4469Members:
4470 findutils/grep.c:1.73->1.74
4471
4472---------------------
4473PatchSet 2412
4474Date: 2001/11/20 16:04:22
4475Author: kraai
4476Branch: HEAD
4477Tag: (none)
4478Log:
4479New.
4480
4481Members:
4482 testsuite/grep/grep-matches-NUL:INITIAL->1.1
4483
4484---------------------
4485PatchSet 2413
4486Date: 2001/11/21 09:04:59
4487Author: andersen
4488Branch: HEAD
4489Tag: (none)
4490Log:
4491Fix dangling comma
4492
4493Members:
4494 init/init.c:1.149->1.150
4495
4496---------------------
4497PatchSet 2414
4498Date: 2001/11/21 09:17:00
4499Author: bug1
4500Branch: HEAD
4501Tag: (none)
4502Log:
4503Use enums for selected functionality, Reduce the size by nearly 100 Bytes
4504
4505Members:
4506 coreutils/wc.c:1.19->1.20
4507 textutils/wc.c:1.19->1.20
4508
4509---------------------
4510PatchSet 2415
4511Date: 2001/11/21 09:58:29
4512Author: bug1
4513Branch: HEAD
4514Tag: (none)
4515Log:
4516Simplify print function, prints an extra space if no filename, but saves 4 bytes
4517
4518Members:
4519 coreutils/wc.c:1.20->1.21
4520 textutils/wc.c:1.20->1.21
4521
4522---------------------
4523PatchSet 2416
4524Date: 2001/11/21 10:01:29
4525Author: bug1
4526Branch: HEAD
4527Tag: (none)
4528Log:
4529woops. dotn pass NULL
4530
4531Members:
4532 coreutils/wc.c:1.21->1.22
4533 textutils/wc.c:1.21->1.22
4534
4535---------------------
4536PatchSet 2417
4537Date: 2001/11/21 10:26:28
4538Author: bug1
4539Branch: HEAD
4540Tag: (none)
4541Log:
4542When just counting chars of a file stat file instead of reading the whole file (Fixes Debian bug #103302)
4543
4544Members:
4545 coreutils/wc.c:1.22->1.23
4546 textutils/wc.c:1.22->1.23
4547
4548---------------------
4549PatchSet 2418
4550Date: 2001/11/21 12:46:36
4551Author: bug1
4552Branch: HEAD
4553Tag: (none)
4554Log:
4555Minor space saving improvments
4556
4557Members:
4558 coreutils/wc.c:1.23->1.24
4559 textutils/wc.c:1.23->1.24
4560
4561---------------------
4562PatchSet 2419
4563Date: 2001/11/27 17:28:01
4564Author: kraai
4565Branch: HEAD
4566Tag: (none)
4567Log:
4568Add space before module name (noted by Ron Yorston).
4569
4570Members:
4571 modutils/modprobe.c:1.2->1.3
4572
4573---------------------
4574PatchSet 2420
4575Date: 2001/11/29 06:36:56
4576Author: bug1
4577Branch: HEAD
4578Tag: (none)
4579Log:
4580gunzip was incorrectly reporting a failed crc and length (discovered by
4581Chang, Shu-Hao). The bitbuffer needs to be unwound after decompression,
4582as it was eating into the crc/size field.
4583
4584Members:
4585 archival/libunarchive/unzip.c:1.10->1.11
4586 libbb/unzip.c:1.10->1.11
4587
4588---------------------
4589PatchSet 2421
4590Date: 2001/11/30 07:54:31
4591Author: andersen
4592Branch: HEAD
4593Tag: (none)
4594Log:
4595Add in a 'time' applet. Adds 4.5k.
4596 -Erik
4597
4598Members:
4599 include/applets.h:1.50->1.51
4600 include/usage.h:1.72->1.73
4601 miscutils/config.in:1.1->1.2
4602 miscutils/time.c:INITIAL->1.1
4603
4604---------------------
4605PatchSet 2422
4606Date: 2001/11/30 19:10:58
4607Author: andersen
4608Branch: HEAD
4609Tag: (none)
4610Log:
4611Patch from Dan Langlois <dan@somanetworks.com> Support SIGSTOP/SIGCONT
4612for wierd situations when people want init to actualy stop doing
4613anything for a while...
4614
4615Members:
4616 init/init.c:1.150->1.151
4617
4618---------------------
4619PatchSet 2423
4620Date: 2001/12/05 04:10:14
4621Author: bug1
4622Branch: HEAD
4623Tag: (none)
4624Log:
4625Fail gracefully if package depends on a virtual package.
4626
4627Members:
4628 archival/dpkg.c:1.57->1.58
4629
4630---------------------
4631PatchSet 2424
4632Date: 2001/12/05 04:21:30
4633Author: mjn3
4634Branch: HEAD
4635Tag: (none)
4636Log:
4637Combined size reduction changes by Glenn and myself. Added back in "unknown"
4638for -p to match normal uname behavior (at a cost of 30-40 bytes).
4639
4640Members:
4641 coreutils/uname.c:1.15->1.16
4642 shellutils/uname.c:1.15->1.16
4643
4644---------------------
4645PatchSet 2425
4646Date: 2001/12/05 04:35:32
4647Author: mjn3
4648Branch: HEAD
4649Tag: (none)
4650Log:
4651New version to cut size. Includes optional basename() compatibility, but
4652enabling that would break the basename applet at least for one corner case.
4653
4654Members:
4655 libbb/get_last_path_component.c:1.3->1.4
4656
4657---------------------
4658PatchSet 2426
4659Date: 2001/12/05 04:40:52
4660Author: bug1
4661Branch: HEAD
4662Tag: (none)
4663Log:
4664Fix some fegfaults and picket fence
4665
4666Members:
4667 archival/dpkg.c:1.58->1.59
4668
4669---------------------
4670PatchSet 2427
4671Date: 2001/12/05 13:08:03
4672Author: bug1
4673Branch: HEAD
4674Tag: (none)
4675Log:
4676Simplify CRC table generation
4677
4678Members:
4679 archival/libunarchive/unzip.c:1.11->1.12
4680 libbb/unzip.c:1.11->1.12
4681
4682---------------------
4683PatchSet 2428
4684Date: 2001/12/05 16:01:02
4685Author: bug1
4686Branch: HEAD
4687Tag: (none)
4688Log:
4689Simplify unzip(), remove unused checks and unneccessary variables
4690
4691Members:
4692 archival/libunarchive/unzip.c:1.12->1.13
4693 libbb/unzip.c:1.12->1.13
4694
4695---------------------
4696PatchSet 2429
4697Date: 2001/12/06 03:22:43
4698Author: aaronl
4699Branch: HEAD
4700Tag: (none)
4701Log:
4702Commit my improvement on Rodney Brown's patch to g(un)zip, decreasing
4703binary size.
4704
4705Members:
4706 archival/bunzip2.c:1.3->1.4
4707 archival/gzip.c:1.50->1.51
4708 archival/libunarchive/unzip.c:1.13->1.14
4709 libbb/unzip.c:1.13->1.14
4710
4711---------------------
4712PatchSet 2430
4713Date: 2001/12/06 03:29:37
4714Author: aaronl
4715Branch: HEAD
4716Tag: (none)
4717Log:
4718Patch to avoid warnings
4719
4720Members:
4721 miscutils/dc.c:1.12->1.13
4722
4723---------------------
4724PatchSet 2431
4725Date: 2001/12/06 03:32:11
4726Author: aaronl
4727Branch: HEAD
4728Tag: (none)
4729Log:
4730Trying to commit Changelog and TODO. cvs is being weird :/
4731
4732Members:
4733 Changelog:1.274->1.275
4734 TODO:1.81->1.82
4735
4736---------------------
4737PatchSet 2432
4738Date: 2001/12/06 03:37:38
4739Author: aaronl
4740Branch: HEAD
4741Tag: (none)
4742Log:
4743The ash ansification diff!
4744Please tell me if you notice any problems resulting from this.
4745
4746Members:
4747 shell/ash.c:1.36->1.37
4748
4749---------------------
4750PatchSet 2433
4751Date: 2001/12/06 07:24:29
4752Author: andersen
4753Branch: HEAD
4754Tag: (none)
4755Log:
4756Fix running more on files in the (broken) procfs that claim 0 length
4757when that isn't actually true.
4758 -Erik
4759
4760Members:
4761 util-linux/more.c:1.52->1.53
4762
4763---------------------
4764PatchSet 2434
4765Date: 2001/12/06 07:42:04
4766Author: andersen
4767Branch: HEAD
4768Tag: (none)
4769Log:
4770Patch from Steve Merrifield <steve@labyrinth.net.au> to
4771fixup the merge of the time applet, which I messed up.
4772 -Erik
4773
4774Members:
4775 include/applets.h:1.51->1.52
4776 include/usage.h:1.73->1.74
4777 miscutils/Makefile:1.3->1.4
4778
4779---------------------
4780PatchSet 2435
4781Date: 2001/12/06 08:04:45
4782Author: andersen
4783Branch: HEAD
4784Tag: (none)
4785Log:
4786Silly cosmetic problem in the comment
4787
4788Members:
4789 libbb/herror_msg_and_die.c:1.2->1.3
4790
4791---------------------
4792PatchSet 2436
4793Date: 2001/12/06 08:20:14
4794Author: andersen
4795Branch: HEAD
4796Tag: (none)
4797Log:
4798More copyright and email addr cleanups
4799
4800Members:
4801 archival/libunarchive/unzip.c:1.14->1.15
4802 libbb/README:1.1->1.2
4803 libbb/libc5.c:1.1->1.2
4804 libbb/simplify_path.c:1.2->1.3
4805 libbb/unzip.c:1.14->1.15
4806
4807---------------------
4808PatchSet 2437
4809Date: 2001/12/06 14:44:11
4810Author: andersen
4811Branch: HEAD
4812Tag: (none)
4813Log:
4814Minor adjustment to the strip command
4815
4816Members:
4817 Makefile:1.249->1.250
4818
4819---------------------
4820PatchSet 2438
4821Date: 2001/12/06 14:52:30
4822Author: andersen
4823Branch: HEAD
4824Tag: (none)
4825Log:
4826If find_pid_by_name() had an error, it was returning -1, but storing
4827that into a pid_t, which is unsigned on a number archs. Furthermore,
4828find_pid_by_name() would _never_ return an error if the intended proces
4829was "init", but instead would return 1, meaning we would fail to work
4830on 2.4.x kernels running an initrd...
4831 -Erik
4832
4833Members:
4834 include/libbb.h:1.66->1.67
4835 init/halt.c:1.17->1.18
4836 init/poweroff.c:1.14->1.15
4837 init/reboot.c:1.21->1.22
4838 libbb/find_pid_by_name.c:1.6->1.7
4839 procps/kill.c:1.39->1.40
4840 procps/pidof.c:1.2->1.3
4841
4842---------------------
4843PatchSet 2439
4844Date: 2001/12/06 15:16:43
4845Author: andersen
4846Branch: HEAD
4847Tag: (none)
4848Log:
4849Merge in the cal applet from Steve Merrifield <steve@labyrinth.net.au>
4850
4851Members:
4852 coreutils/cal.c:INITIAL->1.1
4853 include/applets.h:1.52->1.53
4854 include/usage.h:1.74->1.75
4855 shellutils/Makefile:1.2->1.3
4856 shellutils/cal.c:INITIAL->1.1
4857 shellutils/config.in:1.3->1.4
4858
4859---------------------
4860PatchSet 2440
4861Date: 2001/12/06 17:37:51
4862Author: kraai
4863Branch: HEAD
4864Tag: (none)
4865Log:
4866Remove documentation for the --file option to hostname (noted by
4867David Douthitt).
4868
4869Members:
4870 include/usage.h:1.75->1.76
4871
4872---------------------
4873PatchSet 2441
4874Date: 2001/12/06 21:33:55
4875Author: andersen
4876Branch: HEAD
4877Tag: (none)
4878Log:
4879Avoid NULL pointer problems. Patch from "Frank P. MacLachlan"
4880<fpm-plutus@tgs.indyme.com>
4881
4882Members:
4883 util-linux/mount.c:1.95->1.96
4884
4885---------------------
4886PatchSet 2442
4887Date: 2001/12/07 16:27:37
4888Author: kraai
4889Branch: HEAD
4890Tag: (none)
4891Log:
4892Update copyright and close file descriptors (noted by Axel Kittenberger).
4893
4894Members:
4895 coreutils/dd.c:1.46->1.47
4896 fileutils/dd.c:1.46->1.47
4897
4898---------------------
4899PatchSet 2443
4900Date: 2001/12/07 19:00:30
4901Author: andersen
4902Branch: HEAD
4903Tag: (none)
4904Log:
4905Fix broken link
4906
4907Members:
4908 docs/busybox.net/index.html:1.75->1.76
4909
4910---------------------
4911PatchSet 2444
4912Date: 2001/12/07 19:01:31
4913Author: andersen
4914Branch: HEAD
4915Tag: (none)
4916Log:
4917Fix link name
4918
4919Members:
4920 docs/busybox.net/index.html:1.76->1.77
4921
4922---------------------
4923PatchSet 2445
4924Date: 2001/12/07 21:24:25
4925Author: kraai
4926Branch: HEAD
4927Tag: (none)
4928Log:
4929Enable test only if CONFIG_FEATURE_GREP_EGREP_ALIAS is defined.
4930
4931Members:
4932 testsuite/grep/egrep-supports-extended-regexps:1.1->1.2
4933
4934---------------------
4935PatchSet 2446
4936Date: 2001/12/07 21:27:38
4937Author: kraai
4938Branch: HEAD
4939Tag: (none)
4940Log:
4941Continue processing files if we are asked to touch, but not create, a file
4942which doesn't exist.
4943
4944Members:
4945 coreutils/touch.c:1.23->1.24
4946 fileutils/touch.c:1.23->1.24
4947
4948---------------------
4949PatchSet 2447
4950Date: 2001/12/07 21:27:57
4951Author: kraai
4952Branch: HEAD
4953Tag: (none)
4954Log:
4955New.
4956
4957Members:
4958 testsuite/touch/touch-touches-files-after-non-existent-file:INITIAL->1.1
4959
4960---------------------
4961PatchSet 2448
4962Date: 2001/12/08 00:18:20
4963Author: andersen
4964Branch: HEAD
4965Tag: (none)
4966Log:
4967Use a local image, not an offsite one.
4968
4969Members:
4970 docs/busybox.lineo.com/images/donate.png:INITIAL->1.1
4971 docs/busybox.net/index.html:1.77->1.78
4972 docs/busybox.net/images/donate.png:INITIAL->1.1
4973
4974---------------------
4975PatchSet 2449
4976Date: 2001/12/08 01:56:06
4977Author: andersen
4978Branch: HEAD
4979Tag: (none)
4980Log:
4981Begin moving things to busybox.net
4982 -Erik
4983
4984Members:
4985 Makefile:1.250->1.251
4986 README:1.21->1.22
4987 debian/copyright:1.1->1.2
4988 debian/rules:1.11->1.12
4989 docs/contributing.txt:1.6->1.7
4990 docs/new-applet-HOWTO.txt:1.5->1.6
4991 docs/busybox.lineo.com/images/donate.png:1.1->1.2(DEAD)
4992 docs/busybox.net/index.html:1.78->1.79
4993 docs/busybox.net/oldnews.html:1.6->1.7
4994 examples/busybox.spec:1.39->1.40
4995 examples/bootfloppy/bootfloppy.txt:1.1->1.2
4996 scripts/Menuconfig:1.2->1.3
4997 shell/lash.c:1.140->1.141
4998
4999---------------------
5000PatchSet 2450
5001Date: 2001/12/08 02:08:31
5002Author: andersen
5003Branch: HEAD
5004Tag: (none)
5005Log:
5006Add in cvs info
5007
5008Members:
5009 docs/busybox.net/cvs_anon.html:INITIAL->1.1
5010 docs/busybox.net/cvs_write.html:INITIAL->1.1
5011
5012---------------------
5013PatchSet 2451
5014Date: 2001/12/08 02:10:37
5015Author: andersen
5016Branch: HEAD
5017Tag: (none)
5018Log:
5019Oops
5020
5021Members:
5022 docs/busybox.net/cvs_anon.html:1.1->1.2
5023 docs/busybox.net/cvs_write.html:1.1->1.2
5024
5025---------------------
5026PatchSet 2452
5027Date: 2001/12/08 02:13:05
5028Author: andersen
5029Branch: HEAD
5030Tag: (none)
5031Log:
5032More polish
5033
5034Members:
5035 docs/busybox.net/cvs_anon.html:1.2->1.3
5036 docs/busybox.net/cvs_write.html:1.2->1.3
5037
5038---------------------
5039PatchSet 2453
5040Date: 2001/12/08 02:14:02
5041Author: andersen
5042Branch: HEAD
5043Tag: (none)
5044Log:
5045And a bit more
5046
5047Members:
5048 docs/busybox.net/cvs_anon.html:1.3->1.4
5049 docs/busybox.net/cvs_write.html:1.3->1.4
5050
5051---------------------
5052PatchSet 2454
5053Date: 2001/12/11 16:06:02
5054Author: kraai
5055Branch: HEAD
5056Tag: (none)
5057Log:
5058Use an int to hold the result of fgetc (bug noted by David Kimdon).
5059
5060Members:
5061 coreutils/wc.c:1.24->1.25
5062 textutils/wc.c:1.24->1.25
5063
5064---------------------
5065PatchSet 2455
5066Date: 2001/12/11 16:43:46
5067Author: kraai
5068Branch: HEAD
5069Tag: (none)
5070Log:
5071Open the source before creating the destination.
5072
5073Members:
5074 libbb/copy_file.c:1.16->1.17
5075 testsuite/cp/cp-does-not-copy-unreadable-file:INITIAL->1.1
5076
5077---------------------
5078PatchSet 2456
5079Date: 2001/12/12 19:09:51
5080Author: kraai
5081Branch: HEAD
5082Tag: (none)
5083Log:
5084Update uClibc URL.
5085
5086Members:
5087 docs/busybox.net/index.html:1.79->1.80
5088
5089---------------------
5090PatchSet 2457
5091Date: 2001/12/14 16:08:17
5092Author: kraai
5093Branch: HEAD
5094Tag: (none)
5095Log:
5096Add support for big-endian ARM (initial patch by Mike Voytovich).
5097
5098Members:
5099 modutils/insmod.c:1.75->1.76
5100
5101---------------------
5102PatchSet 2458
5103Date: 2001/12/16 08:27:49
5104Author: andersen
5105Branch: HEAD
5106Tag: (none)
5107Log:
5108Fixup missing defines
5109
5110Members:
5111 pwd_grp/deluser.c:1.4->1.5
5112
5113---------------------
5114PatchSet 2459
5115Date: 2001/12/16 09:20:08
5116Author: andersen
5117Branch: HEAD
5118Tag: (none)
5119Log:
5120Add a more verbose non-strip command.
5121
5122Members:
5123 Makefile:1.251->1.252
5124
5125---------------------
5126PatchSet 2460
5127Date: 2001/12/16 09:23:09
5128Author: andersen
5129Branch: HEAD
5130Tag: (none)
5131Log:
5132Some minor usage cleanups from David Douthitt <ssrat@mailbag.com>
5133
5134Members:
5135 include/usage.h:1.76->1.77
5136
5137---------------------
5138PatchSet 2461
5139Date: 2001/12/16 09:25:57
5140Author: andersen
5141Branch: HEAD
5142Tag: (none)
5143Log:
5144* Add ^L clear to shell
5145
5146Members:
5147 TODO:1.82->1.83
5148
5149---------------------
5150PatchSet 2462
5151Date: 2001/12/17 15:26:25
5152Author: kraai
5153Branch: HEAD
5154Tag: (none)
5155Log:
5156Make cp and mv optionally preserve hard links.
5157
5158Members:
5159 coreutils/du.c:1.51->1.52
5160 fileutils/config.in:1.4->1.5
5161 fileutils/du.c:1.51->1.52
5162 include/libbb.h:1.67->1.68
5163 libbb/Makefile:1.6->1.7
5164 libbb/copy_file.c:1.17->1.18
5165 libbb/inode_hash.c:1.3->1.4
5166 testsuite/cp/cp-preserves-hard-links:INITIAL->1.1
5167
5168---------------------
5169PatchSet 2463
5170Date: 2001/12/17 23:13:08
5171Author: andersen
5172Branch: HEAD
5173Tag: (none)
5174Log:
5175Add in a new restart init target, triggered by SIGHUP. Patch from
5176Russ Dill, with adjustments by me.
5177 -Erik
5178
5179Members:
5180 examples/inittab:1.6->1.7
5181 include/usage.h:1.77->1.78
5182 init/init.c:1.151->1.152
5183
5184---------------------
5185PatchSet 2464
5186Date: 2001/12/18 00:57:55
5187Author: andersen
5188Branch: HEAD
5189Tag: (none)
5190Log:
5191Things like 'tar -c /tmp/*' and 'tar -cO /tmp/*' where the output
5192filename was not explicitly specified were segfaulting.
5193 -Erik
5194
5195Members:
5196 archival/tar.c:1.137->1.138
5197
5198---------------------
5199PatchSet 2465
5200Date: 2001/12/18 14:05:59
5201Author: andersen
5202Branch: HEAD
5203Tag: (none)
5204Log:
5205Vodz' last_patch31
5206
5207 Very minimal last corrections:
5208
5209 1) busybox.c: fix warining
5210 2) docs/: add applets for list from pwd_grp
5211 3) usage.h: add -n option for route
5212 4) run_parts.c: many todo fix for busybox style
5213 5) addgroup.c: add #ifdef CONFIG_FEATURE_SHADOWPASSWDS, reduce one
5214 perror_msg
5215 6) adduser.c: fix bug "variable i not initialize" and
5216 add #ifdef CONFIG_FEATURE_SHADOWPASSWDS
5217
5218Members:
5219 applets/busybox.c:1.136->1.137
5220 docs/busybox.sgml:1.45->1.46
5221 docs/busybox_footer.pod:1.4->1.5
5222 docs/busybox_header.pod:1.4->1.5
5223 include/usage.h:1.78->1.79
5224 init/run_parts.c:1.1->1.2
5225 pwd_grp/addgroup.c:1.6->1.7
5226 pwd_grp/adduser.c:1.6->1.7
5227
5228---------------------
5229PatchSet 2466
5230Date: 2001/12/20 08:04:56
5231Author: andersen
5232Branch: HEAD
5233Tag: (none)
5234Log:
5235Switch from FTP to HTTP for downloads
5236
5237Members:
5238 docs/busybox.net/cvs_anon.html:1.4->1.5
5239 docs/busybox.net/cvs_write.html:1.4->1.5
5240 docs/busybox.net/index.html:1.80->1.81
5241 docs/busybox.net/oldnews.html:1.7->1.8
5242
5243---------------------
5244PatchSet 2467
5245Date: 2001/12/20 21:11:59
5246Author: kraai
5247Branch: HEAD
5248Tag: (none)
5249Log:
5250Avoid printing a trailing blank character.
5251
5252Members:
5253 coreutils/wc.c:1.25->1.26
5254 textutils/wc.c:1.25->1.26
5255
5256---------------------
5257PatchSet 2468
5258Date: 2001/12/20 21:13:18
5259Author: kraai
5260Branch: HEAD
5261Tag: (none)
5262Log:
5263Remove dependence on CONFIG_FEATURE_CLEAN_UP.
5264
5265Members:
5266 testsuite/grep/grep-handles-multiple-regexps:1.1->1.2
5267
5268---------------------
5269PatchSet 2469
5270Date: 2001/12/20 22:09:30
5271Author: kraai
5272Branch: HEAD
5273Tag: (none)
5274Log:
5275Write files when extracting an archive from standard input.
5276
5277Members:
5278 archival/tar.c:1.138->1.139
5279 testsuite/tar/tar-extracts-from-standard-input:INITIAL->1.1
5280
5281---------------------
5282PatchSet 2470
5283Date: 2001/12/20 22:30:14
5284Author: kraai
5285Branch: HEAD
5286Tag: (none)
5287Log:
5288Perform clean up only if CONFIG_FEATURE_CLEAN_UP is defined.
5289
5290Members:
5291 archival/tar.c:1.139->1.140
5292
5293---------------------
5294PatchSet 2471
5295Date: 2001/12/20 23:12:45
5296Author: kraai
5297Branch: HEAD
5298Tag: (none)
5299Log:
5300Remove `== TRUE' tests and convert `!= TRUE' and `== FALSE' tests to use !.
5301
5302Members:
5303 archival/bunzip2.c:1.4->1.5
5304 archival/dpkg.c:1.59->1.60
5305 archival/gunzip.c:1.58->1.59
5306 archival/tar.c:1.140->1.141
5307 archival/libunarchive/unarchive.c:1.1->1.2
5308 coreutils/cat.c:1.26->1.27
5309 coreutils/chgrp.c:1.10->1.11
5310 coreutils/chmod.c:1.11->1.12
5311 coreutils/chown.c:1.18->1.19
5312 coreutils/ls.c:1.85->1.86
5313 coreutils/touch.c:1.24->1.25
5314 editors/vi.c:1.19->1.20
5315 fileutils/chgrp.c:1.10->1.11
5316 fileutils/chmod.c:1.11->1.12
5317 fileutils/chown.c:1.18->1.19
5318 fileutils/ls.c:1.85->1.86
5319 fileutils/touch.c:1.24->1.25
5320 findutils/find.c:1.33->1.34
5321 init/init.c:1.152->1.153
5322 libbb/isdirectory.c:1.2->1.3
5323 libbb/read_package_field.c:1.5->1.6
5324 libbb/recursive_action.c:1.5->1.6
5325 modutils/insmod.c:1.76->1.77
5326 networking/telnet.c:1.26->1.27
5327 procps/kill.c:1.40->1.41
5328 shell/ash.c:1.37->1.38
5329 shell/cmdedit.c:1.64->1.65
5330 shell/lash.c:1.141->1.142
5331 sysklogd/klogd.c:1.8->1.9
5332 sysklogd/syslogd.c:1.80->1.81
5333 textutils/cat.c:1.26->1.27
5334 util-linux/mount.c:1.96->1.97
5335 util-linux/umount.c:1.57->1.58
5336
5337---------------------
5338PatchSet 2472
5339Date: 2001/12/21 11:18:36
5340Author: andersen
5341Branch: HEAD
5342Tag: (none)
5343Log:
5344Update TODO. vodz has implemented ^L. Reverse policy on tinylogin.
5345 -Erik
5346
5347Members:
5348 TODO:1.83->1.84
5349
5350---------------------
5351PatchSet 2473
5352Date: 2001/12/21 11:20:15
5353Author: andersen
5354Branch: HEAD
5355Tag: (none)
5356Log:
5357Patch from vodz to implement ^L (clear screen)
5358
5359Members:
5360 shell/cmdedit.c:1.65->1.66
5361
5362---------------------
5363PatchSet 2474
5364Date: 2001/12/21 11:22:26
5365Author: andersen
5366Branch: HEAD
5367Tag: (none)
5368Log:
5369Patch from vodz to fix broken function prototype
5370
5371Members:
5372 shell/ash.c:1.38->1.39
5373
5374---------------------
5375PatchSet 2475
5376Date: 2001/12/21 15:54:25
5377Author: kraai
5378Branch: HEAD
5379Tag: (none)
5380Log:
5381New.
5382
5383Members:
5384 testsuite/tar/tar-complains-about-missing-file:INITIAL->1.1
5385
5386---------------------
5387PatchSet 2476
5388Date: 2001/12/21 16:04:11
5389Author: kraai
5390Branch: HEAD
5391Tag: (none)
5392Log:
5393Ignore blanks before the first address and before the command.
5394
5395Members:
5396 editors/sed.c:1.83->1.84
5397 testsuite/sed/sed-accepts-blanks-before-command:INITIAL->1.1
5398
5399---------------------
5400PatchSet 2477
5401Date: 2001/12/22 00:37:54
5402Author: andersen
5403Branch: HEAD
5404Tag: (none)
5405Log:
5406Update URLs and email addresses
5407
5408Members:
5409 README:1.22->1.23
5410
5411---------------------
5412PatchSet 2478
5413Date: 2001/12/22 19:28:24
5414Author: andersen
5415Branch: HEAD
5416Tag: (none)
5417Log:
5418Link to udhcp
5419
5420Members:
5421 docs/busybox.net/index.html:1.81->1.82
5422
5423---------------------
5424PatchSet 2479
5425Date: 2001/12/29 04:15:13
5426Author: andersen
5427Branch: HEAD
5428Tag: (none)
5429Log:
5430Silence some silly warnings
5431 -Erik
5432
5433Members:
5434 modutils/insmod.c:1.77->1.78
5435
5436---------------------
5437PatchSet 2480
5438Date: 2001/12/29 07:26:33
5439Author: andersen
5440Branch: HEAD
5441Tag: (none)
5442Log:
5443optimize this a little bit.
5444
5445Members:
5446 libbb/chomp.c:1.5->1.6
5447
5448---------------------
5449PatchSet 2481
5450Date: 2001/12/31 06:00:57
5451Author: aaronl
5452Branch: HEAD
5453Tag: (none)
5454Log:
5455ash patch: addfname-diff
5456
5457Members:
5458 shell/ash.c:1.39->1.40
5459
5460---------------------
5461PatchSet 2482
5462Date: 2001/12/31 06:03:12
5463Author: aaronl
5464Branch: HEAD
5465Tag: (none)
5466Log:
5467ash patch: breakcmd-diff
5468
5469Members:
5470 shell/ash.c:1.40->1.41
5471
5472---------------------
5473PatchSet 2483
5474Date: 2001/12/31 06:07:57
5475Author: aaronl
5476Branch: HEAD
5477Tag: (none)
5478Log:
5479ash patch: fgcmd-diff
5480
5481Members:
5482 shell/ash.c:1.41->1.42
5483
5484---------------------
5485PatchSet 2484
5486Date: 2001/12/31 06:12:48
5487Author: aaronl
5488Branch: HEAD
5489Tag: (none)
5490Log:
5491ash patch: forkshell-diff
5492
5493Members:
5494 shell/ash.c:1.42->1.43
5495
5496---------------------
5497PatchSet 2485
5498Date: 2001/12/31 06:13:38
5499Author: aaronl
5500Branch: HEAD
5501Tag: (none)
5502Log:
5503ash patch: initvar-diff
5504
5505Members:
5506 shell/ash.c:1.43->1.44
5507
5508---------------------
5509PatchSet 2486
5510Date: 2001/12/31 06:16:54
5511Author: aaronl
5512Branch: HEAD
5513Tag: (none)
5514Log:
5515ash patch: errname-diff
5516
5517Members:
5518 shell/ash.c:1.44->1.45
5519
5520---------------------
5521PatchSet 2487
5522Date: 2002/01/02 13:52:20
5523Author: bug1
5524Branch: HEAD
5525Tag: (none)
5526Log:
5527unzip applet by Laurence Anderson
5528----------------------------------------------------------------------
5529
5530Members:
5531 archival/Makefile:1.3->1.4
5532 archival/config.in:1.6->1.7
5533 archival/unzip.c:INITIAL->1.1
5534 archival/libunarchive/Makefile:1.1->1.2
5535 archival/libunarchive/get_header_zip.c:INITIAL->1.1
5536 archival/libunarchive/unarchive.c:1.2->1.3
5537 archival/libunarchive/unzip.c:1.15->1.16
5538 include/applets.h:1.53->1.54
5539 include/libbb.h:1.68->1.69
5540 include/unarchive.h:1.2->1.3
5541 include/usage.h:1.79->1.80
5542 libbb/unzip.c:1.15->1.16
5543
5544---------------------
5545PatchSet 2488
5546Date: 2002/01/02 17:56:38
5547Author: kraai
5548Branch: HEAD
5549Tag: (none)
5550Log:
5551* editors/sed.c (parse_edit_command): Require a newline after the backslash
5552 after an edit command.
5553* testsuite/sed/sed-requires-newline-after-edit-command: New.
5554
5555Members:
5556 editors/sed.c:1.84->1.85
5557 testsuite/sed/sed-requires-newline-after-edit-command:INITIAL->1.1
5558
5559---------------------
5560PatchSet 2489
5561Date: 2002/01/02 18:51:23
5562Author: kraai
5563Branch: HEAD
5564Tag: (none)
5565Log:
5566chomp should only remove the newline if it occurs at the end of the input.
5567This was caught by the test suite (in sed/sed-aic-commands).
5568
5569* libbb/chomp.c: Revert to revision 1.5.
5570
5571Members:
5572 libbb/chomp.c:1.6->1.7
5573
5574---------------------
5575PatchSet 2490
5576Date: 2002/01/02 19:01:41
5577Author: kraai
5578Branch: HEAD
5579Tag: (none)
5580Log:
5581* archival/dpkg.c (create_list): Use chomp.
5582* archival/tar.c (append_file_list_to_list): Likewise.
5583
5584Members:
5585 archival/dpkg.c:1.60->1.61
5586 archival/tar.c:1.141->1.142
5587
5588---------------------
5589PatchSet 2491
5590Date: 2002/01/02 20:37:59
5591Author: kraai
5592Branch: HEAD
5593Tag: (none)
5594Log:
5595* testsuite/README: Document -v option.
5596* testsuite/runtest: Handle -v option.
5597 (show_result): New.
5598 (run_applet_testcase): Call it.
5599
5600Members:
5601 testsuite/README:1.2->1.3
5602 testsuite/runtest:1.1->1.2
5603
5604---------------------
5605PatchSet 2492
5606Date: 2002/01/02 20:45:40
5607Author: kraai
5608Branch: HEAD
5609Tag: (none)
5610Log:
5611* cmp/cmp-detects-difference: Simplify return code negation.
5612* false/false-returns-failure: Likewise.
5613* tar/tar-demands-at-least-one-ctx: Likewise.
5614* tar/tar-demands-at-most-one-ctx: Likewise.
5615
5616Members:
5617 testsuite/cmp/cmp-detects-difference:1.1->1.2
5618 testsuite/false/false-returns-failure:1.1->1.2
5619 testsuite/tar/tar-demands-at-least-one-ctx:1.1->1.2
5620 testsuite/tar/tar-demands-at-most-one-ctx:1.1->1.2
5621
5622---------------------
5623PatchSet 2493
5624Date: 2002/01/03 17:32:29
5625Author: kraai
5626Branch: HEAD
5627Tag: (none)
5628Log:
5629* include/usage.h: Fix route and unzip usage messages (patch from
5630 Laurence Anderson).
5631
5632Members:
5633 include/usage.h:1.80->1.81
5634
5635---------------------
5636PatchSet 2494
5637Date: 2002/01/03 18:29:37
5638Author: kraai
5639Branch: HEAD
5640Tag: (none)
5641Log:
5642* AUTHORS (Matt Kraai): Update e-mail address.
5643
5644Members:
5645 AUTHORS:1.24->1.25
5646
5647---------------------
5648PatchSet 2495
5649Date: 2002/01/03 21:12:33
5650Author: kraai
5651Branch: HEAD
5652Tag: (none)
5653Log:
5654* editors/sed.c (parse_edit_cmd): Rewrite.
5655* testsuite/sed/sed-splits-edit-commands-on-command-line: New.
5656
5657Members:
5658 editors/sed.c:1.85->1.86
5659 testsuite/sed/sed-splits-edit-commands-on-command-line:INITIAL->1.1
5660
5661---------------------
5662PatchSet 2496
5663Date: 2002/01/03 21:19:19
5664Author: kraai
5665Branch: HEAD
5666Tag: (none)
5667Log:
5668* editors/sed.c (parse_cmd_str): Remove redundant code to skip initial
5669 whitespace.
5670
5671Members:
5672 editors/sed.c:1.86->1.87
5673
5674---------------------
5675PatchSet 2497
5676Date: 2002/01/04 00:32:15
5677Author: andersen
5678Branch: HEAD
5679Tag: (none)
5680Log:
5681Update busybox.net info and donation noise
5682
5683Members:
5684 docs/busybox.net/index.html:1.82->1.83
5685 docs/busybox.net/oldnews.html:1.8->1.9
5686
5687---------------------
5688PatchSet 2498
5689Date: 2002/01/04 00:34:22
5690Author: andersen
5691Branch: HEAD
5692Tag: (none)
5693Log:
5694Fix link
5695
5696Members:
5697 docs/busybox.net/index.html:1.83->1.84
5698
5699---------------------
5700PatchSet 2499
5701Date: 2002/01/04 04:24:27
5702Author: andersen
5703Branch: HEAD
5704Tag: (none)
5705Log:
5706Fix grammar (thanks to my wife for proof reading)
5707
5708Members:
5709 docs/busybox.net/index.html:1.84->1.85
5710
5711---------------------
5712PatchSet 2500
5713Date: 2002/01/04 05:04:15
5714Author: andersen
5715Branch: HEAD
5716Tag: (none)
5717Log:
5718Update text once again
5719
5720Members:
5721 docs/busybox.net/index.html:1.85->1.86
5722
5723---------------------
5724PatchSet 2501
5725Date: 2002/01/04 05:11:48
5726Author: andersen
5727Branch: HEAD
5728Tag: (none)
5729Log:
5730More pics
5731
5732Members:
5733 docs/busybox.net/images/busybox.png:INITIAL->1.1
5734 docs/busybox.net/images/busybox1.png:INITIAL->1.1
5735 docs/busybox.net/images/busybox3.jpg:INITIAL->1.1
5736
5737---------------------
5738PatchSet 2502
5739Date: 2002/01/04 05:12:14
5740Author: andersen
5741Branch: HEAD
5742Tag: (none)
5743Log:
5744More updates
5745
5746Members:
5747 docs/busybox.net/index.html:1.86->1.87
5748
5749---------------------
5750PatchSet 2503
5751Date: 2002/01/04 16:54:39
5752Author: kraai
5753Branch: HEAD
5754Tag: (none)
5755Log:
5756* docs/busybox.net/index.html: Fix misspelling of `Unfortunately'.
5757
5758Members:
5759 docs/busybox.net/index.html:1.87->1.88
5760
5761---------------------
5762PatchSet 2504
5763Date: 2002/01/05 05:34:31
5764Author: andersen
5765Branch: HEAD
5766Tag: (none)
5767Log:
5768Update links to avoid possible lingering DNS problems
5769(and thereby test if I have the Reply-to thing really
5770fixed this time)...
5771 -Erik
5772
5773Members:
5774 docs/busybox.net/index.html:1.88->1.89
5775
5776---------------------
5777PatchSet 2505
5778Date: 2002/01/05 16:56:43
5779Author: andersen
5780Branch: HEAD
5781Tag: (none)
5782Log:
5783Somehow ttylinux got lost. Put it back.
5784 -Erik
5785
5786Members:
5787 docs/busybox.net/index.html:1.89->1.90
5788
5789---------------------
5790PatchSet 2506
5791Date: 2002/01/06 01:08:28
5792Author: andersen
5793Branch: HEAD
5794Tag: (none)
5795Log:
5796Do not depend on PATH or getopt arg reordering
5797
5798Members:
5799 init/init.c:1.153->1.154
5800
5801---------------------
5802PatchSet 2507
5803Date: 2002/01/06 01:10:25
5804Author: andersen
5805Branch: HEAD
5806Tag: (none)
5807Log:
5808Oops.
5809
5810Members:
5811 init/init.c:1.154->1.155
5812
5813---------------------
5814PatchSet 2508
5815Date: 2002/01/08 16:03:41
5816Author: kraai
5817Branch: HEAD
5818Tag: (none)
5819Log:
5820* archival/tar.c (tar_main): Remove unused variable.
5821
5822Members:
5823 archival/tar.c:1.142->1.143
5824
5825---------------------
5826PatchSet 2509
5827Date: 2002/01/09 15:37:36
5828Author: andersen
5829Branch: HEAD
5830Tag: (none)
5831Log:
5832Make private ash config options be public
5833
5834Members:
5835 shell/ash.c:1.45->1.46
5836 shell/config.in:1.3->1.4
5837
5838---------------------
5839PatchSet 2510
5840Date: 2002/01/13 03:01:02
5841Author: andersen
5842Branch: HEAD
5843Tag: (none)
5844Log:
5845Remove broken "Other cool embedded software" link
5846
5847Members:
5848 docs/busybox.net/index.html:1.90->1.91
5849
5850---------------------
5851PatchSet 2511
5852Date: 2002/01/14 18:30:10
5853Author: kraai
5854Branch: HEAD
5855Tag: (none)
5856Log:
5857Do not segfault if PATH is unset.
5858
5859Members:
5860 findutils/which.c:1.21->1.22
5861 testsuite/which/which-uses-default-path:INITIAL->1.1
5862
5863---------------------
5864PatchSet 2512
5865Date: 2002/01/18 17:52:52
5866Author: andersen
5867Branch: HEAD
5868Tag: (none)
5869Log:
5870Fix from Tim Bird <tbird@lineo.com> to avoid potential name aliasing
5871
5872Members:
5873 pwd_grp/deluser.c:1.5->1.6
5874
5875---------------------
5876PatchSet 2513
5877Date: 2002/01/18 18:08:34
5878Author: andersen
5879Branch: HEAD
5880Tag: (none)
5881Log:
5882Eliminate legacy reference to Embedix
5883
5884Members:
5885 pwd_grp/adduser.c:1.7->1.8
5886
5887---------------------
5888PatchSet 2514
5889Date: 2002/01/25 23:13:06
5890Author: andersen
5891Branch: HEAD
5892Tag: (none)
5893Log:
5894Teach 'init -q' that init's pid may not equal 1
5895
5896Members:
5897 init/init.c:1.155->1.156
5898
5899---------------------
5900PatchSet 2515
5901Date: 2002/01/26 09:04:45
5902Author: andersen
5903Branch: HEAD
5904Tag: (none)
5905Log:
5906Patch from Russ Dill <Russ.Dill@asu.edu>. From the
5907start-stop-daemon man page:
5908
5909-b|--background
5910 Typically used with programs that don't detach on their own.
5911 This option will force start-stop-daemon to fork before starting
5912 the process, and force it into the background. WARNING:
5913 start-stop-daemon cannot check the exit status if the process
5914 fails to execute for any reason. This is a last resort, and is
5915 only meant for programs that either make no sense forking on
5916 their own, or where it's not feasible to add the code for it to
5917 do this itself.
5918
5919This is usefull for applets like watchdog
5920
5921Members:
5922 init/start_stop_daemon.c:1.3->1.4
5923
5924---------------------
5925PatchSet 2516
5926Date: 2002/01/26 23:58:22
5927Author: andersen
5928Branch: HEAD
5929Tag: (none)
5930Log:
5931If PATH_MAX isn't defined, define it outselves
5932
5933Members:
5934 include/busybox.h:1.47->1.48
5935
5936---------------------
5937PatchSet 2517
5938Date: 2002/02/01 16:54:00
5939Author: kraai
5940Branch: HEAD
5941Tag: (none)
5942Log:
59432002-01-30 Neal H Walfield <neal@cs.uml.edu>
5944
5945 * networking/ping.c (hostname): Removed.
5946
5947 [CONFIG_FEATURE_FANCY_PING] (noresp): Moved from here . . .
5948 [CONFIG_FEATURE_FANCY_PING] (ping:noresp): . . . to here.
5949 Use H->h_name, not hostname.
5950 [CONFIG_FEATURE_FANCY_PING] (ping): Do not copy H->h_name into
5951 hostname.
5952 Use H->h_name directly.
5953
5954 [!CONFIG_FEATURE_FANCY_PING] (hostent): New global variable.
5955 [!CONFIG_FEATURE_FANCY_PING] (pingstats): Use hostent in favor
5956 of the now obsolete hostname global variable.
5957 [!CONFIG_FEATURE_FANCY_PING] (ping): Likewise.
5958 No need to copy H; use hostent instead.
5959
5960 [!CONFIG_FEATURE_FANCY_PING] (ntransmitted, nreceived,
5961 nrepeats, pingcount, myid, options, tmax, tsum): Removed
5962 superfluous zero initializers.
5963
5964Members:
5965 networking/ping.c:1.47->1.48
5966
5967---------------------
5968PatchSet 2518
5969Date: 2002/02/05 15:28:54
5970Author: kraai
5971Branch: HEAD
5972Tag: (none)
5973Log:
5974* fileutils/dd.c (dd_main): Ignore ftruncate error if the output is not a
5975 file or directory.
5976
5977Members:
5978 coreutils/dd.c:1.47->1.48
5979 fileutils/dd.c:1.47->1.48
5980
5981---------------------
5982PatchSet 2519
5983Date: 2002/02/05 19:25:29
5984Author: kraai
5985Branch: HEAD
5986Tag: (none)
5987Log:
5988* include/usage.h (gzip_trivial_usage): Make FILE optional.
5989 (gzip_full_usage): Note behavior when FILE is unspecified.
5990
5991Members:
5992 include/usage.h:1.81->1.82
5993
5994---------------------
5995PatchSet 2520
5996Date: 2002/02/05 19:34:53
5997Author: kraai
5998Branch: HEAD
5999Tag: (none)
6000Log:
6001* archival/gzip.c (gzip_main): Display usage if given multiple files.
6002
6003Members:
6004 archival/gzip.c:1.51->1.52
6005
6006---------------------
6007PatchSet 2521
6008Date: 2002/02/05 22:31:46
6009Author: kraai
6010Branch: HEAD
6011Tag: (none)
6012Log:
6013* archival/gzip.c (ifname, ofname): Delete.
6014 (gzip_main): Handle multiple files.
6015* include/usage.h (gzip_trivial_usage): Allow multiple FILEs.
6016 (gzip_full_usage): Ditto.
6017* testsuite/gzip/gzip-accepts-multiple-files: New.
6018* testsuite/gzip/gzip-removes-original-file: New.
6019
6020Members:
6021 archival/gzip.c:1.52->1.53
6022 include/usage.h:1.82->1.83
6023 testsuite/gzip/gzip-accepts-multiple-files:INITIAL->1.1
6024 testsuite/gzip/gzip-removes-original-file:INITIAL->1.1
6025
6026---------------------
6027PatchSet 2522
6028Date: 2002/02/13 03:32:11
6029Author: bug1
6030Branch: HEAD
6031Tag: (none)
6032Log:
6033Fix condition that prevented creation of compressed files
6034
6035Members:
6036 archival/tar.c:1.143->1.144
6037
6038---------------------
6039PatchSet 2523
6040Date: 2002/02/15 05:15:03
6041Author: bug1
6042Branch: HEAD
6043Tag: (none)
6044Log:
6045Parse the include list to writeTarFile rather than argv, fixes a bug where tar files wernt being created.
6046
6047Members:
6048 archival/tar.c:1.144->1.145
6049
6050---------------------
6051PatchSet 2524
6052Date: 2002/02/16 18:48:55
6053Author: andersen
6054Branch: HEAD
6055Tag: (none)
6056Log:
6057Add Partition Image
6058
6059Members:
6060 docs/busybox.net/index.html:1.91->1.92
6061
6062---------------------
6063PatchSet 2525
6064Date: 2002/02/16 21:50:34
6065Author: andersen
6066Branch: HEAD
6067Tag: (none)
6068Log:
6069Add in a sponsors link, and update the screenshot.
6070
6071Members:
6072 docs/busybox.net/index.html:1.92->1.93
6073 docs/busybox.net/screenshot.html:1.2->1.3
6074
6075---------------------
6076PatchSet 2526
6077Date: 2002/02/16 22:08:28
6078Author: andersen
6079Branch: HEAD
6080Tag: (none)
6081Log:
6082Update sponsor section
6083
6084Members:
6085 docs/busybox.net/index.html:1.93->1.94
6086
6087---------------------
6088PatchSet 2527
6089Date: 2002/02/16 22:17:33
6090Author: andersen
6091Branch: HEAD
6092Tag: (none)
6093Log:
6094Add in tuxscreen
6095
6096Members:
6097 docs/busybox.net/index.html:1.94->1.95
6098
6099---------------------
6100PatchSet 2528
6101Date: 2002/02/17 18:42:52
6102Author: kraai
6103Branch: HEAD
6104Tag: (none)
6105Log:
6106* testsuite/tar/tar-archives-multiple-files: New.
6107
6108Members:
6109 testsuite/tar/tar-archives-multiple-files:INITIAL->1.1
6110
6111---------------------
6112PatchSet 2529
6113Date: 2002/02/17 22:42:30
6114Author: andersen
6115Branch: HEAD
6116Tag: (none)
6117Log:
6118fix name
6119
6120Members:
6121 docs/busybox.net/index.html:1.95->1.96
6122
6123---------------------
6124PatchSet 2530
6125Date: 2002/02/19 22:58:26
6126Author: kraai
6127Branch: HEAD
6128Tag: (none)
6129Log:
6130* docs/busybox.net/index.html (Products/Projects Using BusyBox): Added
6131 Tinfoil Hat Linux.
6132
6133Members:
6134 docs/busybox.net/index.html:1.96->1.97
6135
6136---------------------
6137PatchSet 2531
6138Date: 2002/02/19 23:15:41
6139Author: kraai
6140Branch: HEAD
6141Tag: (none)
6142Log:
6143* testsuite/tar/tar-archives-multiple-files: Require
6144 CONFIG_FEATURE_TAR_CREATE.
6145
6146Members:
6147 testsuite/tar/tar-archives-multiple-files:1.1->1.2
6148
6149---------------------
6150PatchSet 2532
6151Date: 2002/02/19 23:19:46
6152Author: kraai
6153Branch: HEAD
6154Tag: (none)
6155Log:
6156* testsuite/README: Update copyright date.
6157
6158Members:
6159 testsuite/README:1.3->1.4
6160
6161---------------------
6162PatchSet 2533
6163Date: 2002/02/19 23:20:52
6164Author: kraai
6165Branch: HEAD
6166Tag: (none)
6167Log:
6168* testsuite/README: Fill to 80 columns.
6169
6170Members:
6171 testsuite/README:1.4->1.5
6172
6173---------------------
6174PatchSet 2534
6175Date: 2002/02/19 23:38:08
6176Author: kraai
6177Branch: HEAD
6178Tag: (none)
6179Log:
6180* testsuite/runtest (run_applet_testcase): Return UNTESTED instead of
6181 UNSUPPORTED for missing applets and features.
6182
6183Members:
6184 testsuite/runtest:1.2->1.3
6185
6186---------------------
6187PatchSet 2535
6188Date: 2002/02/19 23:43:05
6189Author: kraai
6190Branch: HEAD
6191Tag: (none)
6192Log:
6193* testsuite/README: Change "UNSUPPORTED" tag to "FEATURE".
6194* testsuite/runtest (run_applet_testcase): Likewise.
6195* testsuite/cp/cp-preserves-hard-links: Likewise.
6196* testsuite/grep/egrep-supports-extended-regexps: Likewise.
6197* testsuite/grep/grep-is-also-egrep: Likewise.
6198* testsuite/tar/tar-archives-multiple-files: Likewise.
6199* testsuite/tar/tar-handles-empty-include-and-non-empty-exclude-list:
6200 Likewise.
6201* testsuite/tar/tar-handles-exclude-and-extract-lists: Likewise.
6202* testsuite/tar/tar-handles-nested-exclude: Likewise.
6203
6204Members:
6205 testsuite/README:1.5->1.6
6206 testsuite/runtest:1.3->1.4
6207 testsuite/cp/cp-preserves-hard-links:1.1->1.2
6208 testsuite/grep/egrep-supports-extended-regexps:1.2->1.3
6209 testsuite/grep/grep-is-also-egrep:1.1->1.2
6210 testsuite/tar/tar-archives-multiple-files:1.2->1.3
6211 testsuite/tar/tar-handles-empty-include-and-non-empty-exclude-list:1.2->1.3
6212 testsuite/tar/tar-handles-exclude-and-extract-lists:1.2->1.3
6213 testsuite/tar/tar-handles-nested-exclude:1.2->1.3
6214
6215---------------------
6216PatchSet 2536
6217Date: 2002/02/19 23:54:42
6218Author: kraai
6219Branch: HEAD
6220Tag: (none)
6221Log:
6222* testsuite/runtest (show_result): Change UPASS to XPASS.
6223 (run_applet_testcase): Likewise.
6224
6225Members:
6226 testsuite/runtest:1.4->1.5
6227
6228---------------------
6229PatchSet 2537
6230Date: 2002/02/22 22:08:16
6231Author: kraai
6232Branch: HEAD
6233Tag: (none)
6234Log:
6235* findutils/grep.c (grep_main): Remove unnecessary use of junk.
6236
6237Members:
6238 findutils/grep.c:1.74->1.75
6239
6240---------------------
6241PatchSet 2538
6242Date: 2002/02/26 15:24:56
6243Author: kraai
6244Branch: HEAD
6245Tag: (none)
6246Log:
6247* libbb/xfuncs.c (xmalloc, xcalloc): Do not exit if a zero-length buffer is
6248 requested.
6249 (xrealloc): Simplify.
6250
6251Members:
6252 libbb/xfuncs.c:1.4->1.5
6253
6254---------------------
6255PatchSet 2539
6256Date: 2002/03/02 15:39:02
6257Author: andersen
6258Branch: HEAD
6259Tag: (none)
6260Log:
6261Update the cvs commit info. Remove the old busybox.lineo.com stuff.
6262
6263Members:
6264 docs/busybox.lineo.com/.cvsignore:1.1->1.2(DEAD)
6265 docs/busybox.lineo.com/busybox-growth.ps:1.1->1.2(DEAD)
6266 docs/busybox.lineo.com/index.html:1.75->1.76(DEAD)
6267 docs/busybox.lineo.com/oldnews.html:1.6->1.7(DEAD)
6268 docs/busybox.lineo.com/screenshot.html:1.2->1.3(DEAD)
6269 docs/busybox.lineo.com/images/busybox.jpeg:1.1->1.2(DEAD)
6270 docs/busybox.lineo.com/images/busybox2.jpg:1.1->1.2(DEAD)
6271 docs/busybox.lineo.com/images/fm.mini.png:1.1->1.2(DEAD)
6272 docs/busybox.lineo.com/images/gfx_by_gimp.png:1.1->1.2(DEAD)
6273 docs/busybox.lineo.com/images/ltbutton2.png:1.1->1.2(DEAD)
6274 docs/busybox.lineo.com/images/sdsmall.png:1.1->1.2(DEAD)
6275 docs/busybox.lineo.com/images/written.in.vi.png:1.1->1.2(DEAD)
6276 docs/busybox.net/cvs_anon.html:1.5->1.6
6277 docs/busybox.net/cvs_write.html:1.5->1.6
6278 docs/busybox.net/index.html:1.97->1.98
6279 docs/busybox.net/oldnews.html:1.9->1.10
6280
6281---------------------
6282PatchSet 2540
6283Date: 2002/03/02 16:42:45
6284Author: andersen
6285Branch: HEAD
6286Tag: (none)
6287Log:
6288A few more little cleanups to simplify mirroring
6289
6290Members:
6291 docs/busybox.net/.cvsignore:1.1->1.2
6292 docs/busybox.net/images/back.png:INITIAL->1.1
6293 docs/busybox.net/images/dir.png:INITIAL->1.1
6294 docs/busybox.net/images/text.png:INITIAL->1.1
6295
6296---------------------
6297PatchSet 2541
6298Date: 2002/03/02 16:43:30
6299Author: andersen
6300Branch: HEAD
6301Tag: (none)
6302Log:
6303Update robots.txt
6304
6305Members:
6306 docs/busybox.net/robots.txt:INITIAL->1.1
6307
6308---------------------
6309PatchSet 2542
6310Date: 2002/03/05 15:12:19
6311Author: andersen
6312Branch: HEAD
6313Tag: (none)
6314Log:
6315Update init.c per my changes in the stable branch
6316 -Erik
6317
6318Members:
6319 init/init.c:1.156->1.157
6320
6321---------------------
6322PatchSet 2543
6323Date: 2002/03/05 15:55:58
6324Author: andersen
6325Branch: HEAD
6326Tag: (none)
6327Log:
6328Now that we are mirrored, remove absolute links
6329
6330Members:
6331 docs/busybox.net/cvs_write.html:1.6->1.7
6332 docs/busybox.net/index.html:1.98->1.99
6333 docs/busybox.net/oldnews.html:1.10->1.11
6334
6335---------------------
6336PatchSet 2544
6337Date: 2002/03/06 10:28:55
6338Author: andersen
6339Branch: HEAD
6340Tag: (none)
6341Log:
6342Update webpage to note new mirrors
6343
6344Members:
6345 docs/busybox.net/index.html:1.99->1.100
6346
6347---------------------
6348PatchSet 2545
6349Date: 2002/03/06 11:13:51
6350Author: andersen
6351Branch: HEAD
6352Tag: (none)
6353Log:
6354Update
6355
6356Members:
6357 docs/busybox.net/index.html:1.100->1.101
6358
6359---------------------
6360PatchSet 2546
6361Date: 2002/03/08 16:16:38
6362Author: kraai
6363Branch: HEAD
6364Tag: (none)
6365Log:
6366* fileutils/ls.c (showfiles): Display multiple short names on a line.
6367
6368Members:
6369 coreutils/ls.c:1.86->1.87
6370 fileutils/ls.c:1.86->1.87
6371
6372---------------------
6373PatchSet 2547
6374Date: 2002/03/08 16:25:33
6375Author: kraai
6376Branch: HEAD
6377Tag: (none)
6378Log:
6379list_single: Declare scratch iff CONFIG_FEATURE_LS_USERNAME is defined.
6380
6381Members:
6382 coreutils/ls.c:1.87->1.88
6383 fileutils/ls.c:1.87->1.88
6384
6385---------------------
6386PatchSet 2548
6387Date: 2002/03/10 22:01:51
6388Author: andersen
6389Branch: HEAD
6390Tag: (none)
6391Log:
6392Fix broken link
6393
6394Members:
6395 docs/busybox.net/index.html:1.101->1.102
6396
6397---------------------
6398PatchSet 2549
6399Date: 2002/03/12 00:35:40
6400Author: andersen
6401Branch: HEAD
6402Tag: (none)
6403Log:
6404Cleanup a libc5 compatibility hack
6405
6406Members:
6407 libbb/module_syscalls.c:1.7->1.8
6408 libbb/syscalls.c:1.6->1.7
6409 pwd_grp/libpwd_grp/setgroups.c:1.4->1.5
6410
6411---------------------
6412PatchSet 2550
6413Date: 2002/03/13 17:26:39
6414Author: andersen
6415Branch: HEAD
6416Tag: (none)
6417Log:
6418Don't mention ldconfig
6419
6420Members:
6421 examples/bootfloppy/bootfloppy.txt:1.2->1.3
6422
6423---------------------
6424PatchSet 2551
6425Date: 2002/03/16 02:12:30
6426Author: andersen
6427Branch: HEAD
6428Tag: (none)
6429Log:
6430Try to pull in PATH_MAX properly
6431
6432Members:
6433 include/busybox.h:1.48->1.49
6434
6435---------------------
6436PatchSet 2552
6437Date: 2002/03/18 16:03:00
6438Author: kraai
6439Branch: HEAD
6440Tag: (none)
6441Log:
6442Thomas Lundquist
6443
6444* docs/new-applet-HOWTO.txt: Update for new directory structure.
6445
6446Members:
6447 docs/new-applet-HOWTO.txt:1.6->1.7
6448
6449---------------------
6450PatchSet 2553
6451Date: 2002/03/19 15:22:40
6452Author: kraai
6453Branch: HEAD
6454Tag: (none)
6455Log:
6456* networking/wget.c (parse_url): Allocate a string for the empty path.
6457* testsuite/wget/wget-handles-empty-path: New.
6458
6459Members:
6460 networking/wget.c:1.46->1.47
6461 testsuite/wget/wget-handles-empty-path:INITIAL->1.1
6462
6463---------------------
6464PatchSet 2554
6465Date: 2002/03/19 23:46:16
6466Author: kraai
6467Branch: HEAD
6468Tag: (none)
6469Log:
6470* testsuite/grep/grep-handles-binary-files: Read input from a pipe.
6471* testsuite/grep/grep-matches-NUL: Likewise.
6472
6473Members:
6474 testsuite/grep/grep-handles-binary-files:1.1->1.2
6475 testsuite/grep/grep-matches-NUL:1.1->1.2
6476
6477---------------------
6478PatchSet 2555
6479Date: 2002/03/19 23:47:49
6480Author: kraai
6481Branch: HEAD
6482Tag: (none)
6483Log:
6484* testsuite/grep/egrep-is-not-case-insensitive: Require
6485 CONFIG_FEATURE_GREP_EGREP_ALIAS.
6486
6487Members:
6488 testsuite/grep/egrep-is-not-case-insensitive:1.1->1.2
6489
6490---------------------
6491PatchSet 2556
6492Date: 2002/03/20 01:32:25
6493Author: andersen
6494Branch: HEAD
6495Tag: (none)
6496Log:
6497Bart Visscher noticed some spurious search and replace silliness
6498 -Erik
6499
6500Members:
6501 Makefile:1.252->1.253
6502
6503---------------------
6504PatchSet 2557
6505Date: 2002/03/20 09:13:48
6506Author: andersen
6507Branch: HEAD
6508Tag: (none)
6509Log:
6510Patch from J.W.Janssen <JanWillem.Janssen@lxtreme.nl> to provide
6511color ls support, modifed by me to behave properly when not running
6512output to a terminal (i.e. 'ls | more')
6513 -Erik
6514
6515Members:
6516 coreutils/ls.c:1.88->1.89
6517 fileutils/config.in:1.5->1.6
6518 fileutils/ls.c:1.88->1.89
6519
6520---------------------
6521PatchSet 2558
6522Date: 2002/03/20 09:52:44
6523Author: andersen
6524Branch: HEAD
6525Tag: (none)
6526Log:
6527Add missing " " after the word on, as reported by Jason Luther
6528back in mid-december.
6529 -Erik
6530
6531Members:
6532 sysklogd/syslogd.c:1.81->1.82
6533
6534---------------------
6535PatchSet 2559
6536Date: 2002/03/20 11:34:18
6537Author: andersen
6538Branch: HEAD
6539Tag: (none)
6540Log:
6541Patch from Axel Barnitzke <barney@xkontor.com>:
6542 When configured with shadow passwords busybox behaves weird.
6543 adduser:
6544 1. adds passwd-shadow entries to /etc/gshadow (easy)
6545 2. adds group 'addgroup' to /etc/group (see below)
6546 deluser:
6547 1. doesn't remove group entry from /etc/gshadow (easy)
6548
6549Members:
6550 pwd_grp/adduser.c:1.8->1.9
6551 pwd_grp/deluser.c:1.6->1.7
6552
6553---------------------
6554PatchSet 2560
6555Date: 2002/03/20 11:59:28
6556Author: andersen
6557Branch: HEAD
6558Tag: (none)
6559Log:
6560Cave to pressure (2 months later). Eliminate using a
6561nested function, which is a purely unremovable gcc-ism...
6562 -Erik
6563
6564Members:
6565 networking/ping.c:1.48->1.49
6566
6567---------------------
6568PatchSet 2561
6569Date: 2002/03/20 13:30:40
6570Author: andersen
6571Branch: HEAD
6572Tag: (none)
6573Log:
6574Reinitialize initial shift register value for on each pass.
6575 -Erik
6576
6577Members:
6578 archival/libunarchive/unzip.c:1.16->1.17
6579 libbb/unzip.c:1.16->1.17
6580
6581---------------------
6582PatchSet 2562
6583Date: 2002/03/20 14:16:31
6584Author: andersen
6585Branch: HEAD
6586Tag: (none)
6587Log:
6588Update dmalloc options per suggestion from Glenn
6589
6590Members:
6591 Makefile:1.253->1.254
6592
6593---------------------
6594PatchSet 2563
6595Date: 2002/03/20 14:25:27
6596Author: andersen
6597Branch: HEAD
6598Tag: (none)
6599Log:
6600Patch from Jeff Studer <jstuder@aquilagroup.com> to supply a defaults for
6601localfilename from remotefilename, and for remotefilename from localfilename
6602when the other one is not supplied.
6603
6604Members:
6605 networking/tftp.c:1.9->1.10
6606
6607---------------------
6608PatchSet 2564
6609Date: 2002/03/20 14:31:15
6610Author: andersen
6611Branch: HEAD
6612Tag: (none)
6613Log:
6614Patch from vodz to fix a potential segfault
6615
6616Members:
6617 shell/cmdedit.c:1.66->1.67
6618
6619---------------------
6620PatchSet 2565
6621Date: 2002/03/20 14:57:50
6622Author: andersen
6623Branch: HEAD
6624Tag: (none)
6625Log:
6626Rewind messages to avoid weird formatting, and fix a bug with
6627CONFIG_FEATURE_EXTRA_QUIET, which was broken
6628
6629Members:
6630 init/init.c:1.157->1.158
6631
6632---------------------
6633PatchSet 2566
6634Date: 2002/03/20 15:25:25
6635Author: andersen
6636Branch: HEAD
6637Tag: (none)
6638Log:
6639Fix devfs loop device support
6640
6641Members:
6642 include/libbb.h:1.69->1.70
6643 libbb/loop.c:1.2->1.3
6644
6645---------------------
6646PatchSet 2567
6647Date: 2002/03/20 16:10:54
6648Author: andersen
6649Branch: HEAD
6650Tag: (none)
6651Log:
6652Eliminate extra trailing space
6653
6654Members:
6655 coreutils/uname.c:1.16->1.17
6656 shellutils/uname.c:1.16->1.17
6657
6658---------------------
6659PatchSet 2568
6660Date: 2002/03/20 17:38:36
6661Author: kraai
6662Branch: HEAD
6663Tag: (none)
6664Log:
6665* include/applets.h (CONFIG_LOSETUP): New.
6666* include/usage.h (losetup_trivial_usage, losetup_full_usage): New.
6667* util-linux/Makefile: Add losetup.o.
6668* util-linux/config.in: Add losetup prompt.
6669* util-linux/losetup.c: New.
6670
6671Members:
6672 include/applets.h:1.54->1.55
6673 include/usage.h:1.83->1.84
6674 util-linux/Makefile:1.2->1.3
6675 util-linux/config.in:1.5->1.6
6676 util-linux/losetup.c:INITIAL->1.1
6677
6678---------------------
6679PatchSet 2569
6680Date: 2002/03/20 18:39:10
6681Author: andersen
6682Branch: HEAD
6683Tag: (none)
6684Log:
6685Doh! Missed a ';'
6686 -Erik
6687
6688Members:
6689 pwd_grp/adduser.c:1.9->1.10
6690
6691---------------------
6692PatchSet 2570
6693Date: 2002/03/21 14:04:43
6694Author: andersen
6695Branch: HEAD
6696Tag: (none)
6697Log:
6698Doh! I broke ping when removing the nested function.
6699This patch from vodz fixes it again.
6700
6701Members:
6702 networking/ping.c:1.49->1.50
6703
6704---------------------
6705PatchSet 2571
6706Date: 2002/03/22 22:55:51
6707Author: kraai
6708Branch: HEAD
6709Tag: (none)
6710Log:
6711* archival/gzip.c (gzip_main): Ensure that the output is a terminal and use
6712 error_msg to display the error message.
6713
6714Members:
6715 archival/gzip.c:1.53->1.54
6716
6717---------------------
6718PatchSet 2572
6719Date: 2002/03/25 02:37:20
6720Author: mjn3
6721Branch: HEAD
6722Tag: (none)
6723Log:
6724Work around compiler/assembler problem and reduce code size at the same time.
6725
6726Members:
6727 coreutils/uname.c:1.17->1.18
6728 shellutils/uname.c:1.17->1.18
6729
6730---------------------
6731PatchSet 2573
6732Date: 2002/03/27 17:30:59
6733Author: kraai
6734Branch: HEAD
6735Tag: (none)
6736Log:
6737* archival/bunzip2.c: Include <unistd.h>.
6738 (bunzip2_main): Read data from standard input if FILE argument is `-' or
6739 omitted.
6740* include/usage.h (bunzip2_trivial_usage, bunzip2_full_usage): Rewrite.
6741* testsuite/bunzip2/bunzip2-reads-from-standard-input: New.
6742
6743Members:
6744 archival/bunzip2.c:1.5->1.6
6745 include/usage.h:1.84->1.85
6746 testsuite/bunzip2/bunzip2-reads-from-standard-input:INITIAL->1.1
6747
6748---------------------
6749PatchSet 2574
6750Date: 2002/03/27 17:33:31
6751Author: kraai
6752Branch: HEAD
6753Tag: (none)
6754Log:
6755* testsuite/runtest (run_applet_testcase): Return test case status, not
6756 process ID.
6757
6758Members:
6759 testsuite/runtest:1.5->1.6
6760
6761---------------------
6762PatchSet 2575
6763Date: 2002/03/27 17:46:43
6764Author: kraai
6765Branch: HEAD
6766Tag: (none)
6767Log:
6768* archival/bunzip2.c (bunzip2_main): Remove compressed file.
6769* testsuite/bunzip2/bunzip2-removes-compressed-file: New.
6770
6771Members:
6772 archival/bunzip2.c:1.6->1.7
6773 testsuite/bunzip2/bunzip2-removes-compressed-file:INITIAL->1.1
6774
6775---------------------
6776PatchSet 2576
6777Date: 2002/03/27 22:43:47
6778Author: kraai
6779Branch: HEAD
6780Tag: (none)
6781Log:
6782* testsuite/COPYING: Remove.
6783
6784Members:
6785 testsuite/COPYING:1.1->1.2(DEAD)
6786
6787---------------------
6788PatchSet 2577
6789Date: 2002/03/27 22:48:38
6790Author: kraai
6791Branch: HEAD
6792Tag: (none)
6793Log:
6794* testsuite/bunzip2/bunzip2-reads-from-standard-input: Remove -c flags.
6795* testsuite/gunzip/gunzip-reads-from-standard-input: Likewise.
6796
6797Members:
6798 testsuite/bunzip2/bunzip2-reads-from-standard-input:1.1->1.2
6799 testsuite/gunzip/gunzip-reads-from-standard-input:1.1->1.2
6800
6801---------------------
6802PatchSet 2578
6803Date: 2002/03/27 22:56:19
6804Author: kraai
6805Branch: HEAD
6806Tag: (none)
6807Log:
6808* testsuite/grep/egrep-supports-extended-regexps: Check exit status instead
6809 of output.
6810
6811Members:
6812 testsuite/grep/egrep-supports-extended-regexps:1.3->1.4
6813
6814---------------------
6815PatchSet 2579
6816Date: 2002/03/27 23:19:17
6817Author: kraai
6818Branch: HEAD
6819Tag: (none)
6820Log:
6821* testsuite/which/which-uses-default-path: Remove extra echo.
6822
6823Members:
6824 testsuite/which/which-uses-default-path:1.1->1.2
6825
6826---------------------
6827PatchSet 2580
6828Date: 2002/03/29 00:59:44
6829Author: andersen
6830Branch: HEAD
6831Tag: (none)
6832Log:
6833Provide a controlling tty to askfirst processes as well
6834 -Erik
6835
6836Members:
6837 init/init.c:1.158->1.159
6838
6839---------------------
6840PatchSet 2581
6841Date: 2002/04/01 09:34:25
6842Author: miles
6843Branch: HEAD
6844Tag: (none)
6845Log:
6846Add support for the NEC v850e processor.
6847
6848Members:
6849 modutils/insmod.c:1.78->1.79
6850
6851---------------------
6852PatchSet 2582
6853Date: 2002/04/01 09:37:27
6854Author: miles
6855Branch: HEAD
6856Tag: (none)
6857Log:
6858Add insmod support for the NEC v850e processor.
6859
6860Members:
6861 README:1.23->1.24
6862
6863---------------------
6864PatchSet 2583
6865Date: 2002/04/01 14:25:51
6866Author: miles
6867Branch: HEAD
6868Tag: (none)
6869Log:
6870Tweak my credit (ah, vanity...)
6871
6872Members:
6873 modutils/insmod.c:1.79->1.80
6874
6875---------------------
6876PatchSet 2584
6877Date: 2002/04/01 16:17:37
6878Author: kraai
6879Branch: HEAD
6880Tag: (none)
6881Log:
6882* editors/sed.c (process_file): Stop processing deleted lines.
6883* testsuite/sed/sed-does-not-substitute-in-delete-line: New.
6884
6885Members:
6886 editors/sed.c:1.87->1.88
6887 testsuite/sed/sed-does-not-substitute-in-deleted-line:INITIAL->1.1
6888
6889---------------------
6890PatchSet 2585
6891Date: 2002/04/03 14:30:58
6892Author: andersen
6893Branch: HEAD
6894Tag: (none)
6895Log:
6896Add fli4l
6897
6898Members:
6899 docs/busybox.net/index.html:1.102->1.103
6900
6901---------------------
6902PatchSet 2586
6903Date: 2002/04/06 05:03:38
6904Author: andersen
6905Branch: HEAD
6906Tag: (none)
6907Log:
6908Eliminate uclibc hack, no longer needed
6909 -Erik
6910
6911Members:
6912 pwd_grp/getty.c:1.3->1.4
6913
6914---------------------
6915PatchSet 2587
6916Date: 2002/04/06 05:15:46
6917Author: andersen
6918Branch: HEAD
6919Tag: (none)
6920Log:
6921Fix email addr
6922
6923Members:
6924 archival/gunzip.c:1.59->1.60
6925
6926---------------------
6927PatchSet 2588
6928Date: 2002/04/06 05:17:57
6929Author: andersen
6930Branch: HEAD
6931Tag: (none)
6932Log:
6933Apply lash_patch35 from vodz, which brings several nice size_optimizations.
6934
6935Members:
6936 applets/busybox.c:1.137->1.138
6937 coreutils/ln.c:1.38->1.39
6938 fileutils/ln.c:1.38->1.39
6939 modutils/config.in:1.2->1.3
6940 modutils/lsmod.c:1.28->1.29
6941 util-linux/mkswap.c:1.25->1.26
6942 util-linux/mount.c:1.97->1.98
6943
6944---------------------
6945PatchSet 2589
6946Date: 2002/04/06 23:16:44
6947Author: andersen
6948Branch: HEAD
6949Tag: (none)
6950Log:
6951Patch from Edward Betts <edward@debian.org> to add -x switch to du.c
6952
6953Members:
6954 coreutils/du.c:1.52->1.53
6955 fileutils/du.c:1.52->1.53
6956 include/usage.h:1.85->1.86
6957
6958---------------------
6959PatchSet 2590
6960Date: 2002/04/07 04:18:23
6961Author: andersen
6962Branch: HEAD
6963Tag: (none)
6964Log:
6965Fix thinko where I axed needed variables, as noted by Axel Barnitzke.
6966
6967Members:
6968 pwd_grp/getty.c:1.4->1.5
6969
6970---------------------
6971PatchSet 2591
6972Date: 2002/04/11 21:40:00
6973Author: andersen
6974Branch: HEAD
6975Tag: (none)
6976Log:
6977Oldnews
6978
6979Members:
6980 docs/busybox.net/oldnews.html:1.11->1.12
6981
6982---------------------
6983PatchSet 2592
6984Date: 2002/04/12 01:28:59
6985Author: andersen
6986Branch: HEAD
6987Tag: (none)
6988Log:
6989Fix handling of endianness.
6990 -Erik
6991
6992Members:
6993 modutils/insmod.c:1.80->1.81
6994
6995---------------------
6996PatchSet 2593
6997Date: 2002/04/12 13:05:24
6998Author: andersen
6999Branch: HEAD
7000Tag: (none)
7001Log:
7002Completely rework the config system so that it no longer annoys me to work on
7003the busybox development tree. This eliminates the use of recursive make, and
7004once again allows us to run 'make' in a subdirectory with the expected result.
7005And things are now much faster too. Greatly improved IMHO...
7006 -Erik
7007
7008Members:
7009 Makefile:1.254->1.255
7010 Rules.mak:1.1->1.2
7011 applets/Makefile:1.2->1.3
7012 applets/Makefile.in:INITIAL->1.1
7013 archival/Makefile:1.4->1.5
7014 archival/Makefile.in:INITIAL->1.1
7015 archival/libunarchive/Makefile:1.2->1.3
7016 archival/libunarchive/Makefile.in:INITIAL->1.1
7017 console-tools/Makefile:1.1->1.2
7018 console-tools/Makefile.in:INITIAL->1.1
7019 editors/Makefile:1.1->1.2
7020 editors/Makefile.in:INITIAL->1.1
7021 fileutils/Makefile:1.1->1.2
7022 fileutils/Makefile.in:INITIAL->1.1
7023 findutils/Makefile:1.1->1.2
7024 findutils/Makefile.in:INITIAL->1.1
7025 init/Makefile:1.2->1.3
7026 init/Makefile.in:INITIAL->1.1
7027 libbb/Makefile:1.7->1.8
7028 libbb/Makefile.in:INITIAL->1.1
7029 miscutils/Makefile:1.4->1.5
7030 miscutils/Makefile.in:INITIAL->1.1
7031 modutils/Makefile:1.1->1.2
7032 modutils/Makefile.in:INITIAL->1.1
7033 networking/Makefile:1.4->1.5
7034 networking/Makefile.in:INITIAL->1.1
7035 procps/Makefile:1.1->1.2
7036 procps/Makefile.in:INITIAL->1.1
7037 pwd_grp/Makefile:1.6->1.7
7038 pwd_grp/Makefile.in:INITIAL->1.1
7039 pwd_grp/libpwd_grp/Makefile:1.1->1.2
7040 pwd_grp/libpwd_grp/Makefile.in:INITIAL->1.1
7041 shell/Makefile:1.1->1.2
7042 shell/Makefile.in:INITIAL->1.1
7043 shellutils/Makefile:1.3->1.4
7044 shellutils/Makefile.in:INITIAL->1.1
7045 sysklogd/Makefile:1.2->1.3
7046 sysklogd/Makefile.in:INITIAL->1.1
7047 textutils/Makefile:1.2->1.3
7048 textutils/Makefile.in:INITIAL->1.1
7049 util-linux/Makefile:1.3->1.4
7050 util-linux/Makefile.in:INITIAL->1.1
7051
7052---------------------
7053PatchSet 2594
7054Date: 2002/04/13 06:37:10
7055Author: timr
7056Branch: HEAD
7057Tag: (none)
7058Log:
7059make ash prompt the same as other shells if cmdedit and fancyprompt
7060
7061Members:
7062 shell/ash.c:1.46->1.47
7063
7064---------------------
7065PatchSet 2595
7066Date: 2002/04/13 09:31:52
7067Author: andersen
7068Branch: HEAD
7069Tag: (none)
7070Log:
7071Update some missing copyright notices
7072
7073Members:
7074 archival/tar.c:1.145->1.146
7075 coreutils/mknod.c:1.21->1.22
7076 coreutils/pwd.c:1.21->1.22
7077 coreutils/sleep.c:1.15->1.16
7078 coreutils/sync.c:1.17->1.18
7079 coreutils/usleep.c:1.9->1.10
7080 fileutils/mknod.c:1.21->1.22
7081 fileutils/sync.c:1.17->1.18
7082 init/halt.c:1.18->1.19
7083 init/init.c:1.159->1.160
7084 init/poweroff.c:1.15->1.16
7085 init/reboot.c:1.22->1.23
7086 procps/kill.c:1.41->1.42
7087 shellutils/pwd.c:1.21->1.22
7088 shellutils/sleep.c:1.15->1.16
7089 shellutils/usleep.c:1.9->1.10
7090 util-linux/fdflush.c:1.18->1.19
7091 util-linux/more.c:1.53->1.54
7092 util-linux/mount.c:1.98->1.99
7093
7094---------------------
7095PatchSet 2596
7096Date: 2002/04/13 09:43:01
7097Author: andersen
7098Branch: HEAD
7099Tag: (none)
7100Log:
7101Patch from Laurence Anderson <L.D.Anderson@warwick.ac.uk> for
7102better tape drive support in tar/cpio by using an intervening
7103pipe...
7104
7105Members:
7106 archival/config.in:1.7->1.8
7107 archival/libunarchive/unarchive.c:1.3->1.4
7108
7109---------------------
7110PatchSet 2597
7111Date: 2002/04/13 10:10:34
7112Author: andersen
7113Branch: HEAD
7114Tag: (none)
7115Log:
7116Rework per how I did things in version in 0.60.3 so it can
7117properly uncompress multiple files now.
7118 -Erik
7119
7120Members:
7121 archival/gunzip.c:1.60->1.61
7122
7123---------------------
7124PatchSet 2598
7125Date: 2002/04/13 10:30:25
7126Author: andersen
7127Branch: HEAD
7128Tag: (none)
7129Log:
7130Teach tftp to direct the fetched file to stdout when the
7131user specifies "-l -"
7132 -Erik
7133
7134Members:
7135 networking/tftp.c:1.10->1.11
7136
7137---------------------
7138PatchSet 2599
7139Date: 2002/04/13 13:33:38
7140Author: andersen
7141Branch: HEAD
7142Tag: (none)
7143Log:
7144Nice patch from Wolfgang Denk <wd@denx.de> to provide hush with
7145shell loops (for, while, until) and control operators (||, &&)
7146
7147Members:
7148 shell/hush.c:1.58->1.59
7149
7150---------------------
7151PatchSet 2600
7152Date: 2002/04/13 14:02:03
7153Author: andersen
7154Branch: HEAD
7155Tag: (none)
7156Log:
7157Stupid gcc always includes its own builtin strlen()...
7158
7159Members:
7160 include/libbb.h:1.70->1.71
7161 libbb/xfuncs.c:1.5->1.6
7162
7163---------------------
7164PatchSet 2601
7165Date: 2002/04/13 14:18:15
7166Author: andersen
7167Branch: HEAD
7168Tag: (none)
7169Log:
7170Sed can go into an infinite loop
7171
7172Members:
7173 testsuite/sed/sed-recurses-properly:INITIAL->1.1
7174
7175---------------------
7176PatchSet 2602
7177Date: 2002/04/13 14:26:49
7178Author: andersen
7179Branch: HEAD
7180Tag: (none)
7181Log:
7182Patch from Jim Treadway and Vladimir Oleynik to Add CTRL-K
7183and fix CTRL-L support for cmdedit.c
7184
7185Members:
7186 shell/cmdedit.c:1.67->1.68
7187
7188---------------------
7189PatchSet 2603
7190Date: 2002/04/13 14:32:28
7191Author: andersen
7192Branch: HEAD
7193Tag: (none)
7194Log:
7195Patch from Jim Treadway <jim@stardot-tech.com> to teach
7196pidof to not add trailing spaces when not needed.
7197
7198Members:
7199 procps/pidof.c:1.3->1.4
7200
7201---------------------
7202PatchSet 2604
7203Date: 2002/04/13 14:39:48
7204Author: andersen
7205Branch: HEAD
7206Tag: (none)
7207Log:
7208Add a 'make uninstall' target
7209
7210Members:
7211 Makefile:1.255->1.256
7212
7213---------------------
7214PatchSet 2605
7215Date: 2002/04/13 14:47:37
7216Author: andersen
7217Branch: HEAD
7218Tag: (none)
7219Log:
7220Patch from Kevin Hilman <khilman@equator.com> to fix potential
7221memory corruption from long pathnames in /etc/fstab.
7222
7223Members:
7224 util-linux/mount.c:1.99->1.100
7225
7226---------------------
7227PatchSet 2606
7228Date: 2002/04/13 14:52:13
7229Author: andersen
7230Branch: HEAD
7231Tag: (none)
7232Log:
7233Cleanup make clean
7234
7235Members:
7236 Makefile:1.256->1.257
7237
7238---------------------
7239PatchSet 2607
7240Date: 2002/04/13 15:07:30
7241Author: andersen
7242Branch: HEAD
7243Tag: (none)
7244Log:
7245Patch from Larry Doolittle to teach syslogd to not give up when errno is EINTR
7246
7247Members:
7248 sysklogd/syslogd.c:1.82->1.83
7249
7250---------------------
7251PatchSet 2608
7252Date: 2002/04/13 15:26:41
7253Author: andersen
7254Branch: HEAD
7255Tag: (none)
7256Log:
7257Teach makedevs to not segfault quite so much
7258
7259Members:
7260 miscutils/makedevs.c:1.11->1.12
7261
7262---------------------
7263PatchSet 2609
7264Date: 2002/04/13 15:44:28
7265Author: andersen
7266Branch: HEAD
7267Tag: (none)
7268Log:
7269Silly me
7270
7271Members:
7272 libbb/xfuncs.c:1.6->1.7
7273
7274---------------------
7275PatchSet 2610
7276Date: 2002/04/13 15:48:48
7277Author: andersen
7278Branch: HEAD
7279Tag: (none)
7280Log:
7281Patch from Jim Treadway -- fix a missing "\" in usage.h
7282
7283Members:
7284 include/usage.h:1.86->1.87
7285
7286---------------------
7287PatchSet 2611
7288Date: 2002/04/13 16:12:39
7289Author: andersen
7290Branch: HEAD
7291Tag: (none)
7292Log:
7293Patch from Jim Treadway <jim@stardot-tech.com>:
7294 The internal __getgrent function doesn't allocate enough memory to hold
7295 the trailing NULL pointer in the gr_mem member of the returned 'struct
7296 group *'.
7297
7298Members:
7299 pwd_grp/libpwd_grp/__getgrent.c:1.2->1.3
7300
7301---------------------
7302PatchSet 2612
7303Date: 2002/04/15 08:40:27
7304Author: andersen
7305Branch: HEAD
7306Tag: (none)
7307Log:
7308Patch from Ben Low <ben@titr.uow.edu.au> to allow tftp to work
7309with stdin as well as stdout.
7310
7311Members:
7312 networking/tftp.c:1.11->1.12
7313
7314---------------------
7315PatchSet 2613
7316Date: 2002/04/15 16:01:37
7317Author: kraai
7318Branch: HEAD
7319Tag: (none)
7320Log:
7321* archival/bunzip2.c (bunzip2_main): Do not remove files if writing to standard
7322 output.
7323* testsuite/bunzip2/bzcat-does-not-remove-compressed-file: New.
7324
7325Members:
7326 archival/bunzip2.c:1.7->1.8
7327 testsuite/bunzip2/bzcat-does-not-remove-compressed-file:INITIAL->1.1
7328
7329---------------------
7330PatchSet 2614
7331Date: 2002/04/17 16:33:24
7332Author: kraai
7333Branch: HEAD
7334Tag: (none)
7335Log:
7336* networking/wget.c (wget_main): Check return value of safe_fwrite.
7337
7338Members:
7339 networking/wget.c:1.47->1.48
7340
7341---------------------
7342PatchSet 2615
7343Date: 2002/04/17 21:21:45
7344Author: andersen
7345Branch: HEAD
7346Tag: (none)
7347Log:
7348ls could mis-color certain entries when previous commands
7349had failed. Explicitly 0 out errno to prevent that.
7350
7351Members:
7352 coreutils/ls.c:1.89->1.90
7353 fileutils/ls.c:1.89->1.90
7354
7355---------------------
7356PatchSet 2616
7357Date: 2002/04/25 00:08:23
7358Author: andersen
7359Branch: HEAD
7360Tag: (none)
7361Log:
7362Apply last_patch37 from vodz
7363
7364Members:
7365 shell/cmdedit.c:1.68->1.69
7366
7367---------------------
7368PatchSet 2617
7369Date: 2002/04/25 00:12:10
7370Author: andersen
7371Branch: HEAD
7372Tag: (none)
7373Log:
7374vodz noted this line (as imported from Debian) is wrong, and has since
7375been fixed upstream.
7376
7377Members:
7378 shell/ash.c:1.47->1.48
7379
7380---------------------
7381PatchSet 2618
7382Date: 2002/04/26 07:04:01
7383Author: andersen
7384Branch: HEAD
7385Tag: (none)
7386Log:
7387Reworked by Robert Griebl <griebl@gmx.de> to support proper
7388module dependancies.
7389
7390Members:
7391 modutils/modprobe.c:1.3->1.4
7392
7393---------------------
7394PatchSet 2619
7395Date: 2002/04/26 08:20:47
7396Author: andersen
7397Branch: HEAD
7398Tag: (none)
7399Log:
7400Forward port patch from Przemyslaw Czerpak <druzus@polbox.com>:
7401
7402 1. busybox-telnet dosn't inform server about the size of terminal screen.
7403 In the world of xterminals and frame buffers it's rather horrible
7404 to use fixed 80x24 region in upper-left corner of screen/window.
7405
7406 2. If client sends character 0x0d to the server then sends character 0x0a
7407 the server eat the second byte (0x0a) - it's described in telnet RFC.
7408 Client should send two bytes ( 0x0d + 0x0a or 0x0d + 0x00 ) insted of
7409 one 0x0d byte.
7410
7411 3. busybox telnet implementation wasn't 8bit clean (look at 0xff byte).
7412 I need it because I have to use binray transfer like rz/sz. So when
7413 I resloved the problem (2) I corrected this one two.
7414
7415This also contains a small cleanup patch from vodz, and some minor editing
7416by me.
7417
7418Members:
7419 networking/telnet.c:1.27->1.28
7420
7421---------------------
7422PatchSet 2620
7423Date: 2002/04/26 08:41:22
7424Author: timr
7425Branch: HEAD
7426Tag: (none)
7427Log:
7428fix from kergoth
7429
7430Members:
7431 editors/vi.c:1.20->1.21
7432
7433---------------------
7434PatchSet 2621
7435Date: 2002/04/26 08:53:39
7436Author: timr
7437Branch: HEAD
7438Tag: (none)
7439Log:
7440add missing void, still has issues though
7441
7442Members:
7443 networking/telnet.c:1.28->1.29
7444
7445---------------------
7446PatchSet 2622
7447Date: 2002/04/26 09:00:33
7448Author: andersen
7449Branch: HEAD
7450Tag: (none)
7451Log:
7452Minor formatting
7453
7454Members:
7455 networking/telnet.c:1.29->1.30
7456
7457---------------------
7458PatchSet 2623
7459Date: 2002/04/26 09:44:17
7460Author: andersen
7461Branch: HEAD
7462Tag: (none)
7463Log:
7464Fix bugs
7465
7466Members:
7467 networking/telnet.c:1.30->1.31
7468
7469---------------------
7470PatchSet 2624
7471Date: 2002/04/27 00:39:48
7472Author: andersen
7473Branch: HEAD
7474Tag: (none)
7475Log:
7476Ensure that getenv("PATH") stays current, since otherwise cmdedit
7477(which calls getenv("PATH")) would not operate upon the current
7478PATH settings, which was really quite iritating.
7479 -Erik
7480
7481Members:
7482 shell/ash.c:1.48->1.49
7483 shell/msh.c:1.9->1.10
7484
7485---------------------
7486PatchSet 2625
7487Date: 2002/04/27 00:53:10
7488Author: andersen
7489Branch: HEAD
7490Tag: (none)
7491Log:
7492Add the who applet, supplied by Da Chen <dchen@ayrnetworks.com>
7493
7494Members:
7495 coreutils/who.c:INITIAL->1.1
7496 include/applets.h:1.55->1.56
7497 include/usage.h:1.87->1.88
7498 shellutils/Makefile.in:1.1->1.2
7499 shellutils/config.in:1.4->1.5
7500 shellutils/who.c:INITIAL->1.1
7501
7502---------------------
7503PatchSet 2626
7504Date: 2002/04/27 00:59:11
7505Author: andersen
7506Branch: HEAD
7507Tag: (none)
7508Log:
7509Add netcat -i option, per patch from Cristian Ionescu-Idbohrn
7510<cristian.ionescu-idbohrn@axis.com>
7511
7512Members:
7513 include/usage.h:1.88->1.89
7514 networking/nc.c:1.18->1.19
7515
7516---------------------
7517PatchSet 2627
7518Date: 2002/04/27 01:06:47
7519Author: andersen
7520Branch: HEAD
7521Tag: (none)
7522Log:
7523When the .config file is missing, supply a default one
7524and run menuconfig
7525
7526Members:
7527 Makefile:1.257->1.258
7528
7529---------------------
7530PatchSet 2628
7531Date: 2002/04/27 02:31:43
7532Author: andersen
7533Branch: HEAD
7534Tag: (none)
7535Log:
7536Support noerror option
7537
7538Members:
7539 coreutils/dd.c:1.48->1.49
7540 fileutils/dd.c:1.48->1.49
7541 include/usage.h:1.89->1.90
7542
7543---------------------
7544PatchSet 2629
7545Date: 2002/04/27 05:06:55
7546Author: andersen
7547Branch: HEAD
7548Tag: (none)
7549Log:
7550uClibc supports struct _res these days...
7551
7552Members:
7553 networking/nslookup.c:1.27->1.28
7554
7555---------------------
7556PatchSet 2630
7557Date: 2002/04/27 07:06:11
7558Author: andersen
7559Branch: HEAD
7560Tag: (none)
7561Log:
7562Patch from Cliff L. Biffle <cbiffle@safety.net> to display memory
7563usage in the ps listing
7564
7565Members:
7566 procps/ps.c:1.44->1.45
7567
7568---------------------
7569PatchSet 2631
7570Date: 2002/04/27 10:19:39
7571Author: andersen
7572Branch: HEAD
7573Tag: (none)
7574Log:
7575Fix silly combinitorial oversight
7576
7577Members:
7578 coreutils/ls.c:1.90->1.91
7579 fileutils/ls.c:1.90->1.91
7580
7581---------------------
7582PatchSet 2632
7583Date: 2002/04/27 13:16:48
7584Author: andersen
7585Branch: HEAD
7586Tag: (none)
7587Log:
7588Update website
7589
7590Members:
7591 docs/busybox.net/index.html:1.103->1.104
7592 docs/busybox.net/screenshot.html:1.3->1.4
7593
7594---------------------
7595PatchSet 2633
7596Date: 2002/04/29 16:32:32
7597Author: kraai
7598Branch: HEAD
7599Tag: (none)
7600Log:
7601* archival/gunzip.c (gunzip_file): New.
7602 (gunzip_main): Handle no arguments correctly.
7603
7604Members:
7605 archival/gunzip.c:1.61->1.62
7606
7607---------------------
7608PatchSet 2634
7609Date: 2002/05/01 06:57:15
7610Author: timr
7611Branch: HEAD
7612Tag: (none)
7613Log:
7614fix and shrink uuencode
7615
7616Members:
7617 Changelog:1.275->1.276
7618 coreutils/uuencode.c:1.21->1.22
7619 textutils/uuencode.c:1.21->1.22
7620
7621---------------------
7622PatchSet 2635
7623Date: 2002/05/03 11:34:35
7624Author: andersen
7625Branch: HEAD
7626Tag: (none)
7627Log:
7628Patch from Robert Griebl <griebl@gmx.de> to ignore the -s flag
7629
7630Members:
7631 modutils/insmod.c:1.81->1.82
7632
7633---------------------
7634PatchSet 2636
7635Date: 2002/05/03 16:22:42
7636Author: andersen
7637Branch: HEAD
7638Tag: (none)
7639Log:
7640Make verbose and show_only work as expected
7641 -Erik
7642
7643Members:
7644 modutils/modprobe.c:1.4->1.5
7645
7646---------------------
7647PatchSet 2637
7648Date: 2002/05/03 16:48:26
7649Author: andersen
7650Branch: HEAD
7651Tag: (none)
7652Log:
7653Patch from Robert Griebl <griebl@gmx.de> to support modprobe -r properly,
7654merged in with the latest and greatest.
7655
7656Members:
7657 modutils/modprobe.c:1.5->1.6
7658
7659---------------------
7660PatchSet 2638
7661Date: 2002/05/05 04:40:14
7662Author: andersen
7663Branch: HEAD
7664Tag: (none)
7665Log:
7666Tom Oehser noticed that we were lacking the SO_REUSEADDR flag.
7667
7668Members:
7669 networking/nc.c:1.19->1.20
7670
7671---------------------
7672PatchSet 2639
7673Date: 2002/05/14 23:56:29
7674Author: sandman
7675Branch: HEAD
7676Tag: (none)
7677Log:
7678Entries with "noauto" options are ignored correctly when mounting all
7679("mount -a"), but mount fails when these entries are specified explicitly
7680In these cases the "noauto" option has to be simply ignored.
7681
7682Members:
7683 util-linux/mount.c:1.100->1.101
7684
7685---------------------
7686PatchSet 2640
7687Date: 2002/05/15 00:03:23
7688Author: sandman
7689Branch: HEAD
7690Tag: (none)
7691Log:
7692This patch adds -e (extended information) to route and -r/-e (show routing
7693tables/extended information) to netstat.
7694This makes them behave (more) like their GNU counterparts.
7695
7696Members:
7697 networking/netstat.c:1.2->1.3
7698 networking/route.c:1.14->1.15
7699
7700---------------------
7701PatchSet 2641
7702Date: 2002/05/15 00:10:58
7703Author: sandman
7704Branch: HEAD
7705Tag: (none)
7706Log:
7707This patch adds -e (extended information) to route and -r/-e (show routing
7708tables/extended information) to netstat.
7709This makes them behave (more) like their GNU counterparts.
7710
7711Members:
7712 include/usage.h:1.90->1.91
7713
7714---------------------
7715PatchSet 2642
7716Date: 2002/05/15 00:22:06
7717Author: sandman
7718Branch: HEAD
7719Tag: (none)
7720Log:
7721Add --login support. This is the bash way of starting a shell that should
7722parse the profile files.
7723
7724Members:
7725 shell/ash.c:1.49->1.50
7726
7727---------------------
7728PatchSet 2643
7729Date: 2002/05/15 00:36:44
7730Author: sandman
7731Branch: HEAD
7732Tag: (none)
7733Log:
7734Added support for -Y|--proxy=on/off to wget
7735
7736Members:
7737 include/usage.h:1.91->1.92
7738 networking/wget.c:1.48->1.49
7739
7740---------------------
7741PatchSet 2644
7742Date: 2002/05/15 00:42:08
7743Author: sandman
7744Branch: HEAD
7745Tag: (none)
7746Log:
7747Complete rewrite to support stack loading/unloading with proper
7748handling of duplicates in the dependencies list.
7749
7750Members:
7751 modutils/modprobe.c:1.6->1.7
7752
7753---------------------
7754PatchSet 2645
7755Date: 2002/05/15 22:45:52
7756Author: sandman
7757Branch: HEAD
7758Tag: (none)
7759Log:
7760Don't delete source file when decompressing to stdout
7761This is the normal GNU gunzip behaviour
7762
7763Members:
7764 archival/gunzip.c:1.62->1.63
7765
7766---------------------
7767PatchSet 2646
7768Date: 2002/05/15 22:57:42
7769Author: sandman
7770Branch: HEAD
7771Tag: (none)
7772Log:
7773gunzip'ing many files to stdout works now
7774Fixed a missing initialisation and made a for loop more readable.
7775
7776Members:
7777 archival/gunzip.c:1.63->1.64
7778
7779---------------------
7780PatchSet 2647
7781Date: 2002/05/15 23:13:46
7782Author: sandman
7783Branch: HEAD
7784Tag: (none)
7785Log:
7786Support old-style compress (.Z) files via libbb / unzip( ) calls
7787(configurable) - When enabled an applet "uncompress" is also made
7788available (oddname to gunzip)
7789
7790Members:
7791 archival/libunarchive/unzip.c:1.17->1.18
7792 include/applets.h:1.56->1.57
7793 libbb/Makefile.in:1.1->1.2
7794 libbb/unzip.c:1.17->1.18
7795 sysdeps/linux/config.in:1.4->1.5
7796
7797---------------------
7798PatchSet 2648
7799Date: 2002/05/15 23:19:09
7800Author: andersen
7801Branch: HEAD
7802Tag: (none)
7803Log:
7804Doh! Remember to close /etc/inittab
7805
7806Members:
7807 init/init.c:1.160->1.161
7808
7809---------------------
7810PatchSet 2649
7811Date: 2002/05/16 20:14:15
7812Author: sandman
7813Branch: HEAD
7814Tag: (none)
7815Log:
7816Reduced code size for new -e flag (suggested by vodz)
7817
7818Members:
7819 networking/route.c:1.15->1.16
7820
7821---------------------
7822PatchSet 2650
7823Date: 2002/05/17 23:18:04
7824Author: sandman
7825Branch: HEAD
7826Tag: (none)
7827Log:
7828SUpport old style -[::digit::] options for head and tail
7829Also make head behave like GNU head (-0/-n 0 is valid)
7830
7831Members:
7832 coreutils/head.c:1.26->1.27
7833 coreutils/tail.c:1.40->1.41
7834 textutils/head.c:1.26->1.27
7835 textutils/tail.c:1.40->1.41
7836
7837---------------------
7838PatchSet 2651
7839Date: 2002/05/18 10:16:04
7840Author: timr
7841Branch: HEAD
7842Tag: (none)
7843Log:
7844ping return 1 if can't ping
7845
7846Members:
7847 networking/ping.c:1.50->1.51
7848
7849---------------------
7850PatchSet 2652
7851Date: 2002/05/19 20:00:14
7852Author: sandman
7853Branch: HEAD
7854Tag: (none)
7855Log:
7856Support old-style compress (.Z) files via libbb / unzip( ) calls
7857(configurable) - When enabled an applet "uncompress" is also made
7858available (oddname to gunzip)
7859[the cvs add for this file got lost somehow...]
7860
7861Members:
7862 archival/libunarchive/uncompress.c:INITIAL->1.1
7863 libbb/uncompress.c:INITIAL->1.1
7864
7865---------------------
7866PatchSet 2653
7867Date: 2002/05/23 00:34:35
7868Author: sandman
7869Branch: HEAD
7870Tag: (none)
7871Log:
7872Some cleanups, some size reductions and some buffer overflow checks
7873Most of it based on ideas from vodz
7874
7875Members:
7876 modutils/modprobe.c:1.7->1.8
7877
7878---------------------
7879PatchSet 2654
7880Date: 2002/05/23 00:38:12
7881Author: sandman
7882Branch: HEAD
7883Tag: (none)
7884Log:
7885Made exit code SysV compliant. Also added -s (single pid) flag.
7886
7887Members:
7888 procps/pidof.c:1.4->1.5
7889
7890---------------------
7891PatchSet 2655
7892Date: 2002/05/24 07:50:15
7893Author: andersen
7894Branch: HEAD
7895Tag: (none)
7896Log:
7897Patch from Magnus Damm <damm@opensource.se> to rework things
7898greatly, and keep the arch specific relocations together,
7899fixes R_PPC_ADDR32 handling so powerpc can work, and changes the
7900tlb tables to be linked lists (again so powerpc can work).
7901
7902Members:
7903 modutils/insmod.c:1.82->1.83
7904
7905---------------------
7906PatchSet 2656
7907Date: 2002/05/24 07:59:22
7908Author: andersen
7909Branch: HEAD
7910Tag: (none)
7911Log:
7912Ensure that insmod supports at least one MODULE_INTERFACE
7913 -Erik
7914
7915Members:
7916 modutils/config.in:1.3->1.4
7917
7918---------------------
7919PatchSet 2657
7920Date: 2002/05/27 23:24:53
7921Author: sandman
7922Branch: HEAD
7923Tag: (none)
7924Log:
7925Added include for isdigit(); simplified -<num> detection
7926
7927Members:
7928 coreutils/head.c:1.27->1.28
7929 coreutils/tail.c:1.41->1.42
7930 textutils/head.c:1.27->1.28
7931 textutils/tail.c:1.41->1.42
7932
7933---------------------
7934PatchSet 2658
7935Date: 2002/05/28 22:32:10
7936Author: sandman
7937Branch: HEAD
7938Tag: (none)
7939Log:
7940Added support for /etc/modules.conf parsing
7941for now only the 'alias' entries are evaluated
7942
7943Members:
7944 modutils/modprobe.c:1.8->1.9
7945
7946---------------------
7947PatchSet 2659
7948Date: 2002/05/29 14:45:34
7949Author: bug1
7950Branch: HEAD
7951Tag: (none)
7952Log:
7953Patch from Randolfe Averty to fixup package conflict checks, cleanup some memory leaks and reorganise dependency checking.
7954Some further memory leaks fixed by me.
7955
7956Members:
7957 archival/dpkg.c:1.61->1.62
7958 archival/libunarchive/unarchive.c:1.4->1.5
7959
7960---------------------
7961PatchSet 2660
7962Date: 2002/05/29 20:08:41
7963Author: mjn3
7964Branch: HEAD
7965Tag: (none)
7966Log:
7967Include busybox.h before testing CONFIG_LOCALE_SUPPORT.
7968
7969Members:
7970 coreutils/cal.c:1.1->1.2
7971 shellutils/cal.c:1.1->1.2
7972
7973---------------------
7974PatchSet 2661
7975Date: 2002/06/02 10:36:12
7976Author: sandman
7977Branch: HEAD
7978Tag: (none)
7979Log:
7980Fixed a realloc bug found by Martin Volf
7981
7982Members:
7983 modutils/modprobe.c:1.9->1.10
7984
7985---------------------
7986PatchSet 2662
7987Date: 2002/06/04 14:28:43
7988Author: andersen
7989Branch: HEAD
7990Tag: (none)
7991Log:
7992Avoid stack munching stdio implementations.
7993 -Erik
7994
7995Members:
7996 modutils/modprobe.c:1.10->1.11
7997
7998---------------------
7999PatchSet 2663
8000Date: 2002/06/04 20:33:58
8001Author: sandman
8002Branch: HEAD
8003Tag: (none)
8004Log:
8005Cleaned up Erik's fgets -> read patch and fixed a buffer overflow
8006
8007Members:
8008 modutils/modprobe.c:1.11->1.12
8009
8010---------------------
8011PatchSet 2664
8012Date: 2002/06/04 21:06:23
8013Author: sandman
8014Branch: HEAD
8015Tag: (none)
8016Log:
8017Implement two types of suid/sgid support for BusyBox:
80181) tinylogin like with compile time selection and a chown root.root
80192) Runtime configurable via /etc/busybox.conf (docu is in the works)
8020[Parts of this patch may overlap with my other two patches]
8021
8022Members:
8023 applets/applets.c:1.9->1.10
8024 include/applets.h:1.57->1.58
8025 include/busybox.h:1.49->1.50
8026 include/libbb.h:1.71->1.72
8027 sysdeps/linux/config.in:1.5->1.6
8028
8029---------------------
8030PatchSet 2665
8031Date: 2002/06/04 21:10:10
8032Author: sandman
8033Branch: HEAD
8034Tag: (none)
8035Log:
8036Fix for broken handling off BusyBox's own pwd/grp implementations
8037[Parts of this patch may overlap with my other two patches]
8038
8039Members:
8040 include/grp.h:1.3->1.4
8041 include/pwd.h:1.3->1.4
8042 include/shadow.h:INITIAL->1.1
8043 init/start_stop_daemon.c:1.4->1.5
8044 libbb/my_getgrgid.c:1.2->1.3
8045 libbb/my_getgrnam.c:1.2->1.3
8046 libbb/my_getpwnam.c:1.2->1.3
8047 libbb/my_getpwnamegid.c:1.2->1.3
8048 libbb/my_getpwuid.c:1.2->1.3
8049 networking/netstat.c:1.3->1.4
8050 shell/ash.c:1.50->1.51
8051
8052---------------------
8053PatchSet 2666
8054Date: 2002/06/04 21:45:42
8055Author: sandman
8056Branch: HEAD
8057Tag: (none)
8058Log:
8059Bigger patch for (partial) tinylogin integration
8060- Made a new dir loginutils
8061- Moved all applets from pwd_grp to loginutils
8062- Added new applets su.c login.c to loginutils
8063- Made a new dir libpwdgrp
8064- Moved everything from pwd_grp/libpwd_grp there
8065- Added shadow.c to libpwdgrp
8066- Removed dir pwd_grp
8067- Added usage strings for login and su to usage.h
8068- Changed main Makefile to reflect the dir rearrangements
8069[Parts of this patch may overlap with my other two patches]
8070
8071Members:
8072 Makefile:1.258->1.259
8073 include/usage.h:1.92->1.93
8074 libpwdgrp/Makefile:INITIAL->1.1
8075 libpwdgrp/Makefile.in:INITIAL->1.1
8076 libpwdgrp/__getgrent.c:INITIAL->1.1
8077 libpwdgrp/__getpwent.c:INITIAL->1.1
8078 libpwdgrp/fgetgrent.c:INITIAL->1.1
8079 libpwdgrp/fgetpwent.c:INITIAL->1.1
8080 libpwdgrp/getgrgid.c:INITIAL->1.1
8081 libpwdgrp/getgrnam.c:INITIAL->1.1
8082 libpwdgrp/getpw.c:INITIAL->1.1
8083 libpwdgrp/getpwnam.c:INITIAL->1.1
8084 libpwdgrp/getpwuid.c:INITIAL->1.1
8085 libpwdgrp/grent.c:INITIAL->1.1
8086 libpwdgrp/initgroups.c:INITIAL->1.1
8087 libpwdgrp/putpwent.c:INITIAL->1.1
8088 libpwdgrp/pwent.c:INITIAL->1.1
8089 libpwdgrp/setgroups.c:INITIAL->1.1
8090 libpwdgrp/shadow.c:INITIAL->1.1
8091 loginutils/Makefile:INITIAL->1.1
8092 loginutils/Makefile.in:INITIAL->1.1
8093 loginutils/addgroup.c:INITIAL->1.1
8094 loginutils/adduser.c:INITIAL->1.1
8095 loginutils/config.in:INITIAL->1.1
8096 loginutils/deluser.c:INITIAL->1.1
8097 loginutils/getty.c:INITIAL->1.1
8098 loginutils/login.c:INITIAL->1.1
8099 loginutils/su.c:INITIAL->1.1
8100 loginutils/tinylogin.c:INITIAL->1.1
8101 loginutils/tinylogin.h:INITIAL->1.1
8102 pwd_grp/Makefile:1.7->1.8(DEAD)
8103 pwd_grp/Makefile.in:1.1->1.2(DEAD)
8104 pwd_grp/addgroup.c:1.7->1.8(DEAD)
8105 pwd_grp/adduser.c:1.10->1.11(DEAD)
8106 pwd_grp/config.in:1.4->1.5(DEAD)
8107 pwd_grp/deluser.c:1.7->1.8(DEAD)
8108 pwd_grp/getty.c:1.5->1.6(DEAD)
8109 pwd_grp/libpwd_grp/Makefile:1.2->1.3(DEAD)
8110 pwd_grp/libpwd_grp/Makefile.in:1.1->1.2(DEAD)
8111 pwd_grp/libpwd_grp/__getgrent.c:1.3->1.4(DEAD)
8112 pwd_grp/libpwd_grp/__getpwent.c:1.1->1.2(DEAD)
8113 pwd_grp/libpwd_grp/fgetgrent.c:1.2->1.3(DEAD)
8114 pwd_grp/libpwd_grp/fgetpwent.c:1.2->1.3(DEAD)
8115 pwd_grp/libpwd_grp/getgrgid.c:1.2->1.3(DEAD)
8116 pwd_grp/libpwd_grp/getgrnam.c:1.2->1.3(DEAD)
8117 pwd_grp/libpwd_grp/getpw.c:1.2->1.3(DEAD)
8118 pwd_grp/libpwd_grp/getpwnam.c:1.2->1.3(DEAD)
8119 pwd_grp/libpwd_grp/getpwuid.c:1.2->1.3(DEAD)
8120 pwd_grp/libpwd_grp/grent.c:1.2->1.3(DEAD)
8121 pwd_grp/libpwd_grp/initgroups.c:1.3->1.4(DEAD)
8122 pwd_grp/libpwd_grp/putpwent.c:1.2->1.3(DEAD)
8123 pwd_grp/libpwd_grp/pwent.c:1.2->1.3(DEAD)
8124 pwd_grp/libpwd_grp/setgroups.c:1.5->1.6(DEAD)
8125
8126---------------------
8127PatchSet 2667
8128Date: 2002/06/04 21:51:06
8129Author: sandman
8130Branch: HEAD
8131Tag: (none)
8132Log:
8133Cleanup leftover files from big move
8134
8135Members:
8136 pwd_grp/.indent.pro:1.1->1.2(DEAD)
8137
8138---------------------
8139PatchSet 2668
8140Date: 2002/06/05 08:11:32
8141Author: andersen
8142Branch: HEAD
8143Tag: (none)
8144Log:
8145plug fd leak noticed by Russ Dill
8146 -Erik
8147
8148Members:
8149 init/start_stop_daemon.c:1.5->1.6
8150
8151---------------------
8152PatchSet 2669
8153Date: 2002/06/06 12:35:29
8154Author: andersen
8155Branch: HEAD
8156Tag: (none)
8157Log:
8158last_patch41 from vodz to fix stty -F and similar
8159
8160Members:
8161 coreutils/stty.c:1.6->1.7
8162 shellutils/stty.c:1.6->1.7
8163
8164---------------------
8165PatchSet 2670
8166Date: 2002/06/06 12:47:00
8167Author: andersen
8168Branch: HEAD
8169Tag: (none)
8170Log:
8171Per discussion with vodz, Tim's changes do not seem to make sense.
8172Revert them.
8173 -Erik
8174
8175Members:
8176 networking/ping.c:1.51->1.52
8177
8178---------------------
8179PatchSet 2671
8180Date: 2002/06/06 13:07:28
8181Author: andersen
8182Branch: HEAD
8183Tag: (none)
8184Log:
8185Patch from vodz to only setenv PATH when PATH changes, which is much
8186smarter than my quick fix.
8187
8188Members:
8189 shell/ash.c:1.51->1.52
8190
8191---------------------
8192PatchSet 2672
8193Date: 2002/06/06 13:11:55
8194Author: andersen
8195Branch: HEAD
8196Tag: (none)
8197Log:
8198Patch from Gyepi SAM <gyepi@praxis-sw.com>:
8199 When DEBUG is defined
8200 1. need to include resolv.h (for _resinit())
8201 2. remove _() call around string. It appears to be a remnant of i18n or some such notion
8202
8203Members:
8204 libbb/inet_common.c:1.1->1.2
8205
8206---------------------
8207PatchSet 2673
8208Date: 2002/06/06 13:24:51
8209Author: andersen
8210Branch: HEAD
8211Tag: (none)
8212Log:
8213Patch from Gyepi SAM <gyepi@praxis-sw.com>:
8214
8215Fixed up domain removal for local domains. GNU traceroute does not do this. I
8216don't know why we do. Fixed incorrect argument for reverse resolution. Clean
8217up cruft that appears when CONFIG_FEATURE_TRACEROUTE_VERBOSE is defined
8218
8219Members:
8220 networking/traceroute.c:1.7->1.8
8221
8222---------------------
8223PatchSet 2674
8224Date: 2002/06/06 13:59:13
8225Author: andersen
8226Branch: HEAD
8227Tag: (none)
8228Log:
8229Email addr fix
8230
8231Members:
8232 networking/telnet.c:1.31->1.32
8233
8234---------------------
8235PatchSet 2675
8236Date: 2002/06/06 14:00:47
8237Author: andersen
8238Branch: HEAD
8239Tag: (none)
8240Log:
8241Lets give this a try...
8242
8243Members:
8244 Makefile:1.259->1.260
8245
8246---------------------
8247PatchSet 2676
8248Date: 2002/06/06 14:33:01
8249Author: andersen
8250Branch: HEAD
8251Tag: (none)
8252Log:
8253Fix a buffer overflow found by Gerardo Puga <gpuga@gioia.ing.unlp.edu.ar>
8254 -Erik
8255
8256Members:
8257 shell/lash.c:1.142->1.143
8258
8259---------------------
8260PatchSet 2677
8261Date: 2002/06/06 15:24:57
8262Author: andersen
8263Branch: HEAD
8264Tag: (none)
8265Log:
8266Fix buffer overflows noted by Gerardo Puga
8267 -Erik
8268
8269Members:
8270 modutils/insmod.c:1.83->1.84
8271
8272---------------------
8273PatchSet 2678
8274Date: 2002/06/06 15:36:07
8275Author: andersen
8276Branch: HEAD
8277Tag: (none)
8278Log:
8279Fix buffer overflows noted by Gerardo Puga
8280 -Erik
8281
8282Members:
8283 miscutils/makedevs.c:1.12->1.13
8284
8285---------------------
8286PatchSet 2679
8287Date: 2002/06/06 18:30:16
8288Author: sandman
8289Branch: HEAD
8290Tag: (none)
8291Log:
8292If config file can not be parsed, use compiled in BB_SUID_... values as a
8293fallback method
8294
8295Members:
8296 applets/applets.c:1.10->1.11
8297
8298---------------------
8299PatchSet 2680
8300Date: 2002/06/08 13:44:17
8301Author: andersen
8302Branch: HEAD
8303Tag: (none)
8304Log:
8305vodz' last_patch42_2, which is an updated fix for buffer overflows
8306noted by Gerardo Puga
8307
8308Members:
8309 miscutils/makedevs.c:1.13->1.14
8310
8311---------------------
8312PatchSet 2681
8313Date: 2002/06/11 14:25:26
8314Author: kraai
8315Branch: HEAD
8316Tag: (none)
8317Log:
8318* libbb/copy_file.c (copy_file): Check st_dev instead of st_rdev.
8319
8320Members:
8321 libbb/copy_file.c:1.18->1.19
8322
8323---------------------
8324PatchSet 2682
8325Date: 2002/06/11 14:29:08
8326Author: kraai
8327Branch: HEAD
8328Tag: (none)
8329Log:
8330* testsuite/sed/sed-recurses-properly: Mark XFAIL.
8331
8332Members:
8333 testsuite/sed/sed-recurses-properly:1.1->1.2
8334
8335---------------------
8336PatchSet 2683
8337Date: 2002/06/12 00:43:27
8338Author: sandman
8339Branch: HEAD
8340Tag: (none)
8341Log:
8342Patch from Simon Krahnke:
8343I wrote a patch for busybox for our company's (www.lisa.de)
8344private use. [...] To sed it adds the '!'-inversion of addresses.
8345
8346Members:
8347 editors/sed.c:1.88->1.89
8348
8349---------------------
8350PatchSet 2684
8351Date: 2002/06/15 15:33:06
8352Author: andersen
8353Branch: HEAD
8354Tag: (none)
8355Log:
8356Don't use pointless GNU-isms
8357
8358Members:
8359 coreutils/date.c:1.34->1.35
8360 shellutils/date.c:1.34->1.35
8361
8362---------------------
8363PatchSet 2685
8364Date: 2002/06/15 15:37:46
8365Author: andersen
8366Branch: HEAD
8367Tag: (none)
8368Log:
8369Fix a potential macro expansion problem... isspace can be
8370a macro causing a double decrement...
8371
8372Members:
8373 coreutils/cal.c:1.2->1.3
8374 shellutils/cal.c:1.2->1.3
8375
8376---------------------
8377PatchSet 2686
8378Date: 2002/06/18 06:16:25
8379Author: andersen
8380Branch: HEAD
8381Tag: (none)
8382Log:
8383As noted by Yves Lavoie ing. <yves.lavoie.ing@sympatico.ca>, don't
8384lose the last letter of the module name.
8385
8386Members:
8387 modutils/insmod.c:1.84->1.85
8388
8389---------------------
8390PatchSet 2687
8391Date: 2002/06/22 07:35:29
8392Author: aaronl
8393Branch: HEAD
8394Tag: (none)
8395Log:
8396Major revamp. I've been trying to clean up the code. the bzerror stuff
8397still needs major attention (i.e. removal).
8398
8399Removed references to uninitialized variables like progName,
8400smallMode, noisy, etc. Remove functions and code for handling "small"
8401decompression mode, since it is all unreachable. Remove
8402total_{in,out}* counters - they are never used. Remove panic()
8403function and assert_h and their uses because they are all for "should
8404never happen" circumstances. Replace internal malloc/free wrappers
8405with xmalloc and free. Remove conditional in if(foo)free(foo);
8406situations. Remove bogus
8407 if (sizeof(int) != 4) {
8408 return BZ_CONFIG_ERROR;
8409 }
8410(...etc...) code and code for handling BZ_CONFIG_ERROR. Someone should
8411go through and change the applet to use well-defined types when
8412appropriate - it expects sizeof(short)==2 && sizeof(int)==4. Until
8413this commit these were explicitly checked for, and the applet would
8414exit if these types were not the right size. (I think this is wrong
8415even as an interim solution.)
8416
8417With gcc 3.1 reduces size of binary on i386-linux by about 700 bytes.
8418
8419Lightly tested.
8420
8421Members:
8422 archival/bunzip2.c:1.8->1.9
8423
8424---------------------
8425PatchSet 2688
8426Date: 2002/06/22 18:15:42
8427Author: andersen
8428Branch: HEAD
8429Tag: (none)
8430Log:
8431Apply vodz' cleanup for insmod buffer overflows, which was cleaner
8432than my first effort.
8433
8434Members:
8435 modutils/insmod.c:1.85->1.86
8436
8437---------------------
8438PatchSet 2689
8439Date: 2002/06/22 18:20:50
8440Author: andersen
8441Branch: HEAD
8442Tag: (none)
8443Log:
8444Apply last_patch46 from vodz, to fix buffer overflows noted by
8445Gerardo Puga, and to optimize for size a little bit. Thanks vodz
8446
8447Members:
8448 util-linux/mount.c:1.101->1.102
8449
8450---------------------
8451PatchSet 2690
8452Date: 2002/06/22 18:23:45
8453Author: andersen
8454Branch: HEAD
8455Tag: (none)
8456Log:
8457Kill dead email address
8458 -Erik
8459
8460Members:
8461 util-linux/mount.c:1.102->1.103
8462
8463---------------------
8464PatchSet 2691
8465Date: 2002/06/22 18:32:58
8466Author: andersen
8467Branch: HEAD
8468Tag: (none)
8469Log:
8470Apply vodz' last_patch44 -- cleanup several chars to be const, fix
8471rotten error handling, kill spare \n's, etc
8472
8473Members:
8474 networking/netstat.c:1.4->1.5
8475
8476---------------------
8477PatchSet 2692
8478Date: 2002/06/22 18:49:29
8479Author: andersen
8480Branch: HEAD
8481Tag: (none)
8482Log:
8483Several login cleanups from vodz
8484
8485Members:
8486 loginutils/login.c:1.1->1.2
8487
8488---------------------
8489PatchSet 2693
8490Date: 2002/06/23 05:24:20
8491Author: andersen
8492Branch: HEAD
8493Tag: (none)
8494Log:
8495Port over the last of the tinylogin applets
8496 -Erik
8497
8498Members:
8499 include/applets.h:1.58->1.59
8500 include/libbb.h:1.72->1.73
8501 include/shadow_.h:INITIAL->1.1
8502 include/usage.h:1.93->1.94
8503 libbb/Makefile.in:1.2->1.3
8504 libbb/change_identity.c:INITIAL->1.1
8505 libbb/correct_password.c:INITIAL->1.1
8506 libbb/libc5.c:1.2->1.3
8507 libbb/messages.c:1.6->1.7
8508 libbb/obscure.c:INITIAL->1.1
8509 libbb/pw_encrypt.c:INITIAL->1.1
8510 libbb/pwd2spwd.c:INITIAL->1.1
8511 libbb/restricted_shell.c:INITIAL->1.1
8512 libbb/run_shell.c:INITIAL->1.1
8513 libbb/setup_environment.c:INITIAL->1.1
8514 loginutils/Makefile.in:1.1->1.2
8515 loginutils/addgroup.c:1.1->1.2
8516 loginutils/adduser.c:1.1->1.2
8517 loginutils/config.in:1.1->1.2
8518 loginutils/deluser.c:1.1->1.2
8519 loginutils/login.c:1.2->1.3
8520 loginutils/passwd.c:INITIAL->1.1
8521 loginutils/su.c:1.1->1.2
8522 loginutils/sulogin.c:INITIAL->1.1
8523 loginutils/tinylogin.c:1.1->1.2(DEAD)
8524 loginutils/tinylogin.h:1.1->1.2(DEAD)
8525 loginutils/vlock.c:INITIAL->1.1
8526
8527---------------------
8528PatchSet 2694
8529Date: 2002/06/23 05:50:49
8530Author: andersen
8531Branch: HEAD
8532Tag: (none)
8533Log:
8534Rework optimization code. Be more compiler aware.
8535 -Erik
8536
8537Members:
8538 Rules.mak:1.2->1.3
8539
8540---------------------
8541PatchSet 2695
8542Date: 2002/06/23 22:56:13
8543Author: aaronl
8544Branch: HEAD
8545Tag: (none)
8546Log:
8547remove cleanUpAndFail, and replace it with exit(). because that's what
8548it does unless srcMode was set, and srcMode is never set.
8549
8550Members:
8551 archival/bunzip2.c:1.9->1.10
8552
8553---------------------
8554PatchSet 2696
8555Date: 2002/06/23 23:00:41
8556Author: aaronl
8557Branch: HEAD
8558Tag: (none)
8559Log:
8560Needs shadow.h; otherwise wont compile without CONFIG_USE_BB_SHADOW
8561
8562Members:
8563 libbb/pwd2spwd.c:1.1->1.2
8564
8565---------------------
8566PatchSet 2697
8567Date: 2002/06/23 23:13:22
8568Author: aaronl
8569Branch: HEAD
8570Tag: (none)
8571Log:
8572inline many functions that are only called once. saves about 300 bytes
8573on i386. also staticify most functions.
8574
8575Members:
8576 archival/bunzip2.c:1.10->1.11
8577
8578---------------------
8579PatchSet 2698
8580Date: 2002/06/23 23:25:21
8581Author: aaronl
8582Branch: HEAD
8583Tag: (none)
8584Log:
8585Remove advertising clauses in accordance with
8586ftp://ftp.cs.berkeley.edu/ucb/4bsd/README.Impt.License.Change
8587
8588Members:
8589 coreutils/cal.c:1.3->1.4
8590 coreutils/od.c:1.1->1.2
8591 libbb/dump.c:1.1->1.2
8592 networking/traceroute.c:1.8->1.9
8593 shellutils/cal.c:1.3->1.4
8594 textutils/od.c:1.1->1.2
8595 util-linux/hexdump.c:1.1->1.2
8596
8597---------------------
8598PatchSet 2699
8599Date: 2002/07/02 20:14:23
8600Author: andersen
8601Branch: HEAD
8602Tag: (none)
8603Log:
8604David Frascone <dave@frascone.com> noticed two problems. First, modprobe was
8605trying to call 'insmod -q', which wasn't supported. Secondly, when modprobe
8606was fed blank lines from modules.dep, we ended up calling xstrndup(ptr, -1),
8607which with suitably bad results. David provided a patch to catch the blank
8608lines, and I have added insmod -q support. So modprobe should work again.
8609 -Erik
8610
8611Members:
8612 modutils/insmod.c:1.86->1.87
8613 modutils/modprobe.c:1.12->1.13
8614
8615---------------------
8616PatchSet 2700
8617Date: 2002/07/03 03:52:35
8618Author: andersen
8619Branch: HEAD
8620Tag: (none)
8621Log:
8622Silly spelling fix
8623 -Erik
8624
8625Members:
8626 include/usage.h:1.94->1.95
8627
8628---------------------
8629PatchSet 2701
8630Date: 2002/07/03 05:24:08
8631Author: andersen
8632Branch: HEAD
8633Tag: (none)
8634Log:
8635Little fix to avoid overflow
8636
8637Members:
8638 coreutils/dos2unix.c:1.15->1.16
8639 textutils/dos2unix.c:1.15->1.16
8640
8641---------------------
8642PatchSet 2702
8643Date: 2002/07/03 05:47:43
8644Author: andersen
8645Branch: HEAD
8646Tag: (none)
8647Log:
8648Cleanup shadow.h stuff so it behaves as intended
8649 -Erik
8650
8651Members:
8652 include/shadow.h:1.1->1.2(DEAD)
8653 libbb/pwd2spwd.c:1.2->1.3
8654 libpwdgrp/shadow.c:1.1->1.2
8655 loginutils/config.in:1.2->1.3
8656 sysdeps/linux/config.in:1.6->1.7
8657
8658---------------------
8659PatchSet 2703
8660Date: 2002/07/03 05:54:52
8661Author: andersen
8662Branch: HEAD
8663Tag: (none)
8664Log:
8665Fix text alignment, thanks to Sander Klein <s.klein@quicknet.nl>
8666
8667Members:
8668 loginutils/passwd.c:1.1->1.2
8669
8670---------------------
8671PatchSet 2704
8672Date: 2002/07/03 06:15:10
8673Author: andersen
8674Branch: HEAD
8675Tag: (none)
8676Log:
8677Patch from till busch <buti@gmx.at> -- unblock all signals
8678in exec_signal() before calling exec()
8679
8680Members:
8681 init/init.c:1.161->1.162
8682
8683---------------------
8684PatchSet 2705
8685Date: 2002/07/03 06:32:02
8686Author: andersen
8687Branch: HEAD
8688Tag: (none)
8689Log:
8690Patch from Danny Lepage <danny.lepage@cognicase.com> to fix
8691dutmp for uClibc.
8692
8693Members:
8694 miscutils/dutmp.c:1.27->1.28
8695
8696---------------------
8697PatchSet 2706
8698Date: 2002/07/03 06:44:18
8699Author: andersen
8700Branch: HEAD
8701Tag: (none)
8702Log:
8703Fix from vodz so that complex init commands actually work
8704
8705Members:
8706 init/init.c:1.162->1.163
8707
8708---------------------
8709PatchSet 2707
8710Date: 2002/07/03 06:55:14
8711Author: andersen
8712Branch: HEAD
8713Tag: (none)
8714Log:
8715Patch from Martin Volf <volf@dragon.cz> to fix where I had
8716screwed up the usage messages
8717
8718Members:
8719 include/usage.h:1.95->1.96
8720
8721---------------------
8722PatchSet 2708
8723Date: 2002/07/03 10:13:21
8724Author: andersen
8725Branch: HEAD
8726Tag: (none)
8727Log:
8728hide shadow using stuff when CONFIG_FEATURE_SHADOWPASSWDS
8729is not set
8730 -Erik
8731
8732Members:
8733 loginutils/vlock.c:1.1->1.2
8734
8735---------------------
8736PatchSet 2709
8737Date: 2002/07/03 12:08:10
8738Author: andersen
8739Branch: HEAD
8740Tag: (none)
8741Log:
8742Apply last_patch47 from vodz to fix several problems, such as the ash "job
8743control turned off" bug, console_setup() was called with a closed file
8744descriptor, setsid() inconsistancy, and silly string handling bugs. I have
8745modified his patch to allow the askfirst init actions to have a controlling
8746terminal.
8747
8748Members:
8749 init/init.c:1.163->1.164
8750
8751---------------------
8752PatchSet 2710
8753Date: 2002/07/03 12:46:37
8754Author: andersen
8755Branch: HEAD
8756Tag: (none)
8757Log:
8758This patch from Bart Visscher <magick@linux-fan.com> adds
8759IPV6 support to busybox. This patch does the following:
8760 * Add IPv6 support to libbb
8761 * Enable IPv6 interface address display
8762 * Add IPv6 config option
8763 * Adds ping6, an adaptation of the ping applet for IPv6
8764 * Adds support routines for ping6:
8765 - xgethostbyname2
8766 - create_icmp6_socket
8767 * Adds ifconfig support for IPv6
8768 * Add support IPv6 to netstat
8769 * Add IPv6 support to route
8770Thanks Bart!
8771
8772Members:
8773 include/applets.h:1.59->1.60
8774 include/inet_common.h:1.1->1.2
8775 include/libbb.h:1.73->1.74
8776 include/usage.h:1.96->1.97
8777 libbb/Makefile.in:1.3->1.4
8778 libbb/create_icmp6_socket.c:INITIAL->1.1
8779 libbb/inet_common.c:1.2->1.3
8780 libbb/interface.c:1.7->1.8
8781 libbb/xgethostbyname2.c:INITIAL->1.1
8782 networking/Makefile.in:1.1->1.2
8783 networking/config.in:1.5->1.6
8784 networking/ifconfig.c:1.16->1.17
8785 networking/netstat.c:1.5->1.6
8786 networking/ping6.c:INITIAL->1.1
8787 networking/route.c:1.16->1.17
8788
8789---------------------
8790PatchSet 2711
8791Date: 2002/07/03 12:51:42
8792Author: andersen
8793Branch: HEAD
8794Tag: (none)
8795Log:
8796A patch from Bart Visscher <magick@linux-fan.com> to add an
8797xconnect helper routine which does:
8798 -address and port resolving
8799 -tries to connect to all resolved addresses until connected
8800 -uses getaddrinfo, so works for IPv6 too
8801This patch also ports rdate, telnet, and wget to use the new
8802xconnect function. Thanks Bart!
8803
8804Members:
8805 libbb/xconnect.c:INITIAL->1.1
8806 networking/telnet.c:1.32->1.33
8807 networking/wget.c:1.49->1.50
8808 util-linux/rdate.c:1.20->1.21
8809
8810---------------------
8811PatchSet 2712
8812Date: 2002/07/03 20:50:23
8813Author: andersen
8814Branch: HEAD
8815Tag: (none)
8816Log:
8817tito <farmatito@tiscali.it> noticed that delgroup was actually
8818setting CONFIG_DELUSER. Oops.
8819
8820Members:
8821 loginutils/config.in:1.3->1.4
8822
8823---------------------
8824PatchSet 2713
8825Date: 2002/07/04 00:19:08
8826Author: andersen
8827Branch: HEAD
8828Tag: (none)
8829Log:
8830Scrub pwd.h and grp.h handling so we don't have to play any
8831silly games.
8832 -Erik
8833
8834Members:
8835 Rules.mak:1.3->1.4
8836 applets/applets.c:1.11->1.12
8837 coreutils/uudecode.c:1.18->1.19
8838 include/grp.h:1.4->1.5(DEAD)
8839 include/grp_.h:INITIAL->1.1
8840 include/libbb.h:1.74->1.75
8841 include/pwd.h:1.4->1.5(DEAD)
8842 include/pwd_.h:INITIAL->1.1
8843 init/start_stop_daemon.c:1.6->1.7
8844 libbb/my_getgrgid.c:1.3->1.4
8845 libbb/my_getgrnam.c:1.3->1.4
8846 libbb/my_getpwnam.c:1.3->1.4
8847 libbb/my_getpwnamegid.c:1.3->1.4
8848 libbb/my_getpwuid.c:1.3->1.4
8849 libpwdgrp/__getgrent.c:1.1->1.2
8850 libpwdgrp/__getpwent.c:1.1->1.2
8851 libpwdgrp/fgetgrent.c:1.1->1.2
8852 libpwdgrp/fgetpwent.c:1.1->1.2
8853 libpwdgrp/getgrgid.c:1.1->1.2
8854 libpwdgrp/getgrnam.c:1.1->1.2
8855 libpwdgrp/getpw.c:1.1->1.2
8856 libpwdgrp/getpwnam.c:1.1->1.2
8857 libpwdgrp/getpwuid.c:1.1->1.2
8858 libpwdgrp/grent.c:1.1->1.2
8859 libpwdgrp/initgroups.c:1.1->1.2
8860 libpwdgrp/putpwent.c:1.1->1.2
8861 libpwdgrp/pwent.c:1.1->1.2
8862 libpwdgrp/setgroups.c:1.1->1.2
8863 loginutils/addgroup.c:1.2->1.3
8864 networking/netstat.c:1.6->1.7
8865 shell/ash.c:1.52->1.53
8866 shell/cmdedit.c:1.69->1.70
8867 textutils/uudecode.c:1.18->1.19
8868
8869---------------------
8870PatchSet 2714
8871Date: 2002/07/04 00:49:27
8872Author: andersen
8873Branch: HEAD
8874Tag: (none)
8875Log:
8876This is last_patch48 from vodz. More cleanups, kills a bit
8877of dead code, fixes one blatent bug.
8878
8879Members:
8880 init/init.c:1.164->1.165
8881
8882---------------------
8883PatchSet 2715
8884Date: 2002/07/04 01:19:46
8885Author: andersen
8886Branch: HEAD
8887Tag: (none)
8888Log:
8889Patch from Stewart Brodie <stewart.brodie@pace.co.uk> to fix ash:
8890
8891When alias support is not configured, ash believes that command parameters
8892that look like dd's "if=/dev/zero" are requests to set a temporary
8893environment variable whilst dd is running, even though it appears after the
8894command name. This is caused by the re-use of the checkalias global variable
8895to indicate when both alias checking and environment variable checking. The
8896failure to reset this flag is due to the reset action being performed only
8897inside the feature check CHECK_ASH_ALIAS. Hence ash works as expected when
8898aliases are configured in, and fails when not.
8899
8900Example script using 'date' with different settings of TZ:
8901
8902# TZ=Europe/London
8903# export TZ
8904# date
8905Thu May 30 17:18:49 BST 2002
8906# TZ=America/New_York date
8907Thu May 30 12:19:10 EDT 2002
8908# date
8909Thu May 30 17:19:12 BST 2002
8910# date TZ=America/New_York
8911Thu May 30 12:19:30 EDT 2002 <----- wrong, should be BST time (or error!)
8912# date
8913Thu May 30 17:19:35 BST 2002
8914
8915Attached is a patch against revision 1.52 of ash.c which moves the checks so
8916that checkalias is updated regardless of whether CONFIG_ASH_ALIAS is set.
8917With this patch applied, the command shown above which should generate an
8918error does generate an error.
8919
8920I have tested this patch with the 'dd' command too and that now works
8921correctly.
8922
8923Members:
8924 shell/ash.c:1.53->1.54
8925
8926---------------------
8927PatchSet 2716
8928Date: 2002/07/08 02:40:02
8929Author: andersen
8930Branch: HEAD
8931Tag: (none)
8932Log:
8933Some minor bits of scrubbing
8934
8935Members:
8936 docs/busybox.net/index.html:1.104->1.105
8937 docs/busybox.net/oldnews.html:1.12->1.13
8938
8939---------------------
8940PatchSet 2717
8941Date: 2002/07/11 11:40:43
8942Author: andersen
8943Branch: HEAD
8944Tag: (none)
8945Log:
8946Brad Campbell <brad@seme.com.au> notes that
8947xconnect.c needs #include <netinet/in.h>
8948to compile if CONFIG_FEATURE_IPV6 is not defined
8949
8950Members:
8951 libbb/xconnect.c:1.1->1.2
8952
8953---------------------
8954PatchSet 2718
8955Date: 2002/07/11 12:11:56
8956Author: andersen
8957Branch: HEAD
8958Tag: (none)
8959Log:
8960Fixup warnings and undefined operations that show up in gcc-3.1
8961 -Erik
8962
8963Members:
8964 archival/libunarchive/deb_extract.c:1.1->1.2
8965 archival/libunarchive/get_header_ar.c:1.1->1.2
8966 archival/libunarchive/get_header_cpio.c:1.1->1.2
8967 archival/libunarchive/get_header_tar.c:1.1->1.2
8968 archival/libunarchive/seek_sub_file.c:1.2->1.3
8969 coreutils/md5sum.c:1.26->1.27
8970 coreutils/uuencode.c:1.22->1.23
8971 editors/sed.c:1.89->1.90
8972 networking/ifconfig.c:1.17->1.18
8973 networking/telnet.c:1.33->1.34
8974 shell/ash.c:1.54->1.55
8975 textutils/md5sum.c:1.26->1.27
8976 textutils/uuencode.c:1.22->1.23
8977
8978---------------------
8979PatchSet 2719
8980Date: 2002/07/12 01:04:46
8981Author: sandman
8982Branch: HEAD
8983Tag: (none)
8984Log:
8985Accept the --passive-ftp cmd.line option. We always use passive ftp mode,
8986so it doesn't hurt (adds compatibility though)
8987
8988Members:
8989 networking/wget.c:1.50->1.51
8990
8991---------------------
8992PatchSet 2720
8993Date: 2002/07/13 07:08:39
8994Author: andersen
8995Branch: HEAD
8996Tag: (none)
8997Log:
8998Try to be more clear about the current two-CVS-trees
8999situation.
9000 -Erik
9001
9002Members:
9003 docs/busybox.net/index.html:1.105->1.106
9004
9005---------------------
9006PatchSet 2721
9007Date: 2002/07/13 07:24:58
9008Author: andersen
9009Branch: HEAD
9010Tag: (none)
9011Log:
9012Better clarify the CVS tree situation
9013 -Erik
9014
9015Members:
9016 docs/busybox.net/index.html:1.106->1.107
9017
9018---------------------
9019PatchSet 2722
9020Date: 2002/07/14 16:39:05
9021Author: andersen
9022Branch: HEAD
9023Tag: (none)
9024Log:
9025Doh!
9026
9027Members:
9028 docs/busybox.net/index.html:1.107->1.108
9029
9030---------------------
9031PatchSet 2723
9032Date: 2002/07/16 22:53:59
9033Author: sandman
9034Branch: HEAD
9035Tag: (none)
9036Log:
9037Don't treat a non-existant/-readable config file as an empty config, but
9038use the compiled in _BB_SUID_* flags (same as for parse errors)
9039
9040Members:
9041 applets/applets.c:1.12->1.13
9042
9043---------------------
9044PatchSet 2724
9045Date: 2002/07/17 00:50:05
9046Author: sandman
9047Branch: HEAD
9048Tag: (none)
9049Log:
9050Fix for the totally broken adduser applet (parts/ideas from vodz and tito)
9051
9052Members:
9053 loginutils/adduser.c:1.2->1.3
9054
9055---------------------
9056PatchSet 2725
9057Date: 2002/07/19 00:59:16
9058Author: sandman
9059Branch: HEAD
9060Tag: (none)
9061Log:
9062Added a compile time option to suppress the "Using fallback.." message
9063if no busybox.conf file is existant.
9064
9065Members:
9066 applets/applets.c:1.13->1.14
9067 sysdeps/linux/config.in:1.7->1.8
9068
9069---------------------
9070PatchSet 2726
9071Date: 2002/07/19 01:05:34
9072Author: sandman
9073Branch: HEAD
9074Tag: (none)
9075Log:
9076Applied vodz' patches #49 and #50 (with a small correction in runshell.c)
9077
9078#49: I found one memory overflow and memory leak in "ln" applet.
9079Last patch reduced also 54 bytes. ;)
9080
9081#50: I found bug in loginutils/Makefile.in.
9082New patch have also new function to libbb and
9083aplied this to applets and other cosmetic changes.
9084
9085Members:
9086 Makefile:1.260->1.261
9087 archival/gunzip.c:1.64->1.65
9088 archival/libunarchive/get_header_ar.c:1.2->1.3
9089 archival/libunarchive/unarchive.c:1.5->1.6
9090 coreutils/expr.c:1.10->1.11
9091 coreutils/ln.c:1.39->1.40
9092 fileutils/ln.c:1.39->1.40
9093 include/libbb.h:1.75->1.76
9094 libbb/Makefile.in:1.4->1.5
9095 libbb/concat_path_file.c:1.8->1.9
9096 libbb/run_shell.c:1.1->1.2
9097 libbb/xconnect.c:1.2->1.3
9098 libbb/xreadlink.c:1.2->1.3
9099 loginutils/Makefile.in:1.2->1.3
9100 loginutils/getty.c:1.1->1.2
9101 loginutils/passwd.c:1.2->1.3
9102 modutils/insmod.c:1.87->1.88
9103 shell/cmdedit.c:1.70->1.71
9104 shellutils/expr.c:1.10->1.11
9105 util-linux/getopt.c:1.9->1.10
9106
9107---------------------
9108PatchSet 2727
9109Date: 2002/07/19 21:27:11
9110Author: sandman
9111Branch: HEAD
9112Tag: (none)
9113Log:
9114- Forgot to cvs add bb_asprintf.c (from vodz' patch #50)
9115- Applied Joel Coltoff's xconnect patch:
9116On both my host system and with mipsel-linux for my embedded systems
9117the function getservbyname() gives the port number already in host order.
9118In fact, this is how it was used by rdate in version 0.60.3. The snapshot
9119I have of the development tree from July 12, 2002 takes the port number
9120and stuffs it into htons() before it uses it. This causes bugs in rdate,
9121telnet and wget. This patch fixes that.
9122
9123Members:
9124 libbb/bb_asprintf.c:INITIAL->1.1
9125 libbb/xconnect.c:1.3->1.4
9126
9127---------------------
9128PatchSet 2728
9129Date: 2002/07/19 21:52:21
9130Author: sandman
9131Branch: HEAD
9132Tag: (none)
9133Log:
9134Applied syslogd fix submitted by Bart Visscher:
9135I am using BB 0.60.2 in a floppy distro, and the syslog (and logger) is
9136unable to log the "<" char. This shows up in ppp logfiles. [...]
9137#logger "<pcomp>" results in "comp>" arriving at the log.
9138
9139Members:
9140 sysklogd/syslogd.c:1.83->1.84
9141
9142---------------------
9143PatchSet 2729
9144Date: 2002/07/21 17:50:48
9145Author: sandman
9146Branch: HEAD
9147Tag: (none)
9148Log:
9149Initial checkin of a very primitive hwclock replacement
9150
9151Members:
9152 include/applets.h:1.60->1.61
9153 include/usage.h:1.97->1.98
9154 util-linux/Makefile.in:1.1->1.2
9155 util-linux/config.in:1.6->1.7
9156 util-linux/hwclock.c:INITIAL->1.1
9157
9158---------------------
9159PatchSet 2730
9160Date: 2002/07/21 18:33:27
9161Author: sandman
9162Branch: HEAD
9163Tag: (none)
9164Log:
9165Fixed two compiler warnings
9166
9167Members:
9168 loginutils/addgroup.c:1.3->1.4
9169 modutils/insmod.c:1.88->1.89
9170
9171---------------------
9172PatchSet 2731
9173Date: 2002/07/23 23:05:47
9174Author: sandman
9175Branch: HEAD
9176Tag: (none)
9177Log:
9178Added tar -cz support (creating gzipped tar files without a gzip pipe)
9179
9180Members:
9181 archival/config.in:1.8->1.9
9182 archival/tar.c:1.146->1.147
9183
9184---------------------
9185PatchSet 2732
9186Date: 2002/07/24 00:45:11
9187Author: andersen
9188Branch: HEAD
9189Tag: (none)
9190Log:
9191Fix indentation. Support killall -q, for pcmcia-cs
9192 -Erik
9193
9194Members:
9195 procps/kill.c:1.42->1.43
9196
9197---------------------
9198PatchSet 2733
9199Date: 2002/07/24 01:34:48
9200Author: sandman
9201Branch: HEAD
9202Tag: (none)
9203Log:
9204Patch for bug #1183: Added a -xdev option to find (configurable)
9205
9206Members:
9207 findutils/config.in:1.3->1.4
9208 findutils/find.c:1.34->1.35
9209
9210---------------------
9211PatchSet 2734
9212Date: 2002/07/24 01:56:56
9213Author: sandman
9214Branch: HEAD
9215Tag: (none)
9216Log:
9217Commited patch from bug #1182
9218Although ssrat@mailbag.com says this is not GNU behaviour, it really *is*
9219(man nslookup)
9220
9221Members:
9222 networking/nslookup.c:1.28->1.29
9223
9224---------------------
9225PatchSet 2735
9226Date: 2002/07/24 02:41:30
9227Author: sandman
9228Branch: HEAD
9229Tag: (none)
9230Log:
9231Add support for /etc/filesystem when searching for an "auto" filesystem
9232This is bug #1246
9233
9234Members:
9235 util-linux/mount.c:1.103->1.104
9236
9237---------------------
9238PatchSet 2736
9239Date: 2002/07/25 15:17:19
9240Author: sandman
9241Branch: HEAD
9242Tag: (none)
9243Log:
9244Fix for bug #1255 -- support for mount -t <type>
9245
9246Members:
9247 util-linux/mount.c:1.104->1.105
9248
9249---------------------
9250PatchSet 2737
9251Date: 2002/07/26 16:54:20
9252Author: sandman
9253Branch: HEAD
9254Tag: (none)
9255Log:
9256modprobe now also uses "options" from /etc/modules.conf
9257
9258Members:
9259 modutils/modprobe.c:1.13->1.14
9260
9261---------------------
9262PatchSet 2738
9263Date: 2002/07/29 07:39:46
9264Author: andersen
9265Branch: HEAD
9266Tag: (none)
9267Log:
9268Patch from Tim Riker to allow tty* in inittab if the tty
9269actually exists -- serial console is not the issue...
9270
9271Members:
9272 Changelog:1.276->1.277
9273 init/init.c:1.165->1.166
9274
9275---------------------
9276PatchSet 2739
9277Date: 2002/07/29 08:59:38
9278Author: andersen
9279Branch: HEAD
9280Tag: (none)
9281Log:
9282Kill a silly warning
9283
9284Members:
9285 init/init.c:1.166->1.167
9286
9287---------------------
9288PatchSet 2740
9289Date: 2002/07/29 21:28:38
9290Author: sandman
9291Branch: HEAD
9292Tag: (none)
9293Log:
9294Fixed a bug that I had introduced with the new "options" handling.
9295
9296Members:
9297 modutils/modprobe.c:1.14->1.15
9298
9299---------------------
9300PatchSet 2741
9301Date: 2002/07/31 00:11:00
9302Author: sandman
9303Branch: HEAD
9304Tag: (none)
9305Log:
9306Added the -I (isofmt) options to date, which comes in handy for scripts
9307(this is a confiureable option)
9308
9309Members:
9310 coreutils/date.c:1.35->1.36
9311 shellutils/config.in:1.5->1.6
9312 shellutils/date.c:1.35->1.36
9313
9314---------------------
9315PatchSet 2742
9316Date: 2002/07/31 00:13:51
9317Author: sandman
9318Branch: HEAD
9319Tag: (none)
9320Log:
9321Fixed a timing bug which occured when bb ash is run in a rxvt on the
9322HP iPAQ. Sometimes we get a SIGWINCH and want to print the prompt, although
9323the prompt is not yet initialised (0) .. so just don't print a prompt
9324as long as the prompt string is 0
9325
9326Members:
9327 shell/cmdedit.c:1.71->1.72
9328
9329---------------------
9330PatchSet 2743
9331Date: 2002/07/31 04:45:05
9332Author: andersen
9333Branch: HEAD
9334Tag: (none)
9335Log:
9336Be more portable with 'find' for those that prefer programming
9337on *BSD, etc. Formatting fixes, etc.
9338
9339Members:
9340 Makefile:1.261->1.262
9341 Rules.mak:1.4->1.5
9342
9343---------------------
9344PatchSet 2744
9345Date: 2002/07/31 05:04:20
9346Author: andersen
9347Branch: HEAD
9348Tag: (none)
9349Log:
9350A couple of small bugfixes from Marshall M. Midden <m4@brecis.com>
9351
9352Members:
9353 shell/lash.c:1.143->1.144
9354
9355---------------------
9356PatchSet 2745
9357Date: 2002/07/31 22:22:21
9358Author: sandman
9359Branch: HEAD
9360Tag: (none)
9361Log:
9362Applied a patch from Philip Blundell <pb@nexus.co.uk>:
9363Added support for ":x" as an alias for ":wq" to vi
9364
9365Members:
9366 editors/vi.c:1.21->1.22
9367
9368---------------------
9369PatchSet 2746
9370Date: 2002/08/01 02:31:17
9371Author: andersen
9372Branch: HEAD
9373Tag: (none)
9374Log:
9375Joseph Chiu <josephc@idealab.com> found an off-by-one bug. oops!
9376
9377Members:
9378 libpwdgrp/initgroups.c:1.2->1.3
9379
9380---------------------
9381PatchSet 2747
9382Date: 2002/08/02 07:39:47
9383Author: aaronl
9384Branch: HEAD
9385Tag: (none)
9386Log:
9387Remove ckfree, and replace all references with free. Remove freefunc,
9388which is also equivilent to free. Remove some if(x)free(x)
9389redundancies.
9390
9391Members:
9392 shell/ash.c:1.55->1.56
9393
9394---------------------
9395PatchSet 2748
9396Date: 2002/08/03 15:49:03
9397Author: sandman
9398Branch: HEAD
9399Tag: (none)
9400Log:
9401Fixed a bug in xarg: string data was strcat'ed to a malloc'ed buffer - and
9402malloc does not clear memory by default (somehow this worked on x86, but
9403not on arm)
9404
9405Members:
9406 findutils/xargs.c:1.21->1.22
9407
9408---------------------
9409PatchSet 2749
9410Date: 2002/08/05 03:57:09
9411Author: sandman
9412Branch: HEAD
9413Tag: (none)
9414Log:
9415- updated a few copyright/left file headers
9416- documented most of my 0.61 changes in the ChangeLog
9417
9418Members:
9419 Changelog:1.277->1.278
9420 coreutils/date.c:1.36->1.37
9421 modutils/modprobe.c:1.15->1.16
9422 shellutils/date.c:1.36->1.37
9423 util-linux/hwclock.c:1.1->1.2
9424
9425---------------------
9426PatchSet 2750
9427Date: 2002/08/05 12:14:11
9428Author: andersen
9429Branch: HEAD
9430Tag: (none)
9431Log:
9432Joel Coltoff <joel@wmi.com> noticed that following a recent
9433change in uClibc that changed opening the /dev/log socket as
9434SOCK_STREAM to SOCK_DGRAM, busybox syslogd no longer worked
9435since it needed a matching change. This fixes it so it
9436works once again.
9437
9438Members:
9439 sysklogd/syslogd.c:1.84->1.85
9440
9441---------------------
9442PatchSet 2751
9443Date: 2002/08/05 12:56:25
9444Author: andersen
9445Branch: HEAD
9446Tag: (none)
9447Log:
9448Oops. Code things so it actually works this time around...
9449 -Erik
9450
9451Members:
9452 sysklogd/syslogd.c:1.85->1.86
9453
9454---------------------
9455PatchSet 2752
9456Date: 2002/08/06 21:12:56
9457Author: mjn3
9458Branch: HEAD
9459Tag: (none)
9460Log:
9461Move #define MAXLINE so this compiles without circ buffers.
9462
9463Members:
9464 sysklogd/syslogd.c:1.86->1.87
9465
9466---------------------
9467PatchSet 2753
9468Date: 2002/08/06 21:39:23
9469Author: mjn3
9470Branch: HEAD
9471Tag: (none)
9472Log:
9473Fix silly typo. addgroup was using /etc/shadow for /etc/gshadow.
9474
9475Members:
9476 loginutils/addgroup.c:1.4->1.5
9477
9478---------------------
9479PatchSet 2754
9480Date: 2002/08/06 22:07:17
9481Author: sandman
9482Branch: HEAD
9483Tag: (none)
9484Log:
9485Added the \CregexpC syntax as an alternative for /regexp/ (like GNU sed)
9486
9487Members:
9488 editors/sed.c:1.90->1.91
9489
9490---------------------
9491PatchSet 2755
9492Date: 2002/08/07 00:13:31
9493Author: sandman
9494Branch: HEAD
9495Tag: (none)
9496Log:
9497Somehow I applied an old patch for the last commit - this one works now:
9498- Added \CregexC support to sed (sed testsuite reported no errors, btw)
9499
9500Members:
9501 editors/sed.c:1.91->1.92
9502
9503---------------------
9504PatchSet 2756
9505Date: 2002/08/07 22:10:19
9506Author: sandman
9507Branch: HEAD
9508Tag: (none)
9509Log:
9510Added a help text for the -C option to syslogd
9511
9512Members:
9513 include/usage.h:1.98->1.99
9514
9515---------------------
9516PatchSet 2757
9517Date: 2002/08/07 22:24:33
9518Author: sandman
9519Branch: HEAD
9520Tag: (none)
9521Log:
9522Patch from Rusell Nelson to document the -C switch for syslogd
9523
9524Members:
9525 docs/busybox.sgml:1.46->1.47
9526
9527---------------------
9528PatchSet 2758
9529Date: 2002/08/09 23:54:39
9530Author: sandman
9531Branch: HEAD
9532Tag: (none)
9533Log:
9534Added Familiar Linux to the projects list
9535
9536Members:
9537 docs/busybox.net/index.html:1.108->1.109
9538
9539---------------------
9540PatchSet 2759
9541Date: 2002/08/13 05:19:23
9542Author: aaronl
9543Branch: HEAD
9544Tag: (none)
9545Log:
9546minor fixes for fbset bloat
9547
9548
9549<mjn3> printf("\tgeometry %u %u %u %u %u\n", v->xres, v->yres,
9550<mjn3> v->xres_virtual, v->yres_virtual, v->bits_per_pixel);
9551<mjn3> printf("\ttimings %u %u %u %u %u %u %u\n", v->pixclock, v->left_margin,
9552<mjn3> v->right_margin, v->upper_margin, v->lower_margin, v->hsync_l
9553<mjn3> en,
9554<mjn3> v->vsync_len);
9555<mjn3> printf("\taccel %s\n", (v->accel_flags > 0 ? "true" : "false"));
9556<mjn3> printf("\trgba %u/%u,%u/%u,%u/%u,%u/%u\n", v->red.length,
9557<mjn3> v->red.offset, v->green.length, v->green.offset, v->blue.leng
9558<mjn3> th,
9559<mjn3> v->blue.offset, v->transp.length, v->transp.offset);
9560<mjn3> printf("endmode\n\n");
9561<mjn3> whay have multiple printf calls when one would do?
9562
9563<mjn3> and this:
9564<mjn3> static struct cmdoptions_t {
9565<mjn3> char *name;
9566<mjn3> unsigned char param_count;
9567<mjn3> unsigned char code;
9568<mjn3> } g_cmdoptions[] = {
9569<mjn3> {
9570<mjn3> "-fb", 1, CMD_FB}, {
9571<mjn3> (repeated entries)
9572<mjn3> why isn't this constant? what about struct packing?
9573
9574inline the helper functions that are only referenced once.
9575
9576Members:
9577 util-linux/fbset.c:1.28->1.29
9578
9579---------------------
9580PatchSet 2760
9581Date: 2002/08/13 06:06:42
9582Author: bug1
9583Branch: HEAD
9584Tag: (none)
9585Log:
9586Enable support for the old tar header format, enable via menu's
9587
9588Members:
9589 archival/config.in:1.9->1.10
9590 archival/libunarchive/get_header_tar.c:1.2->1.3
9591
9592---------------------
9593PatchSet 2761
9594Date: 2002/08/13 10:57:44
9595Author: andersen
9596Branch: HEAD
9597Tag: (none)
9598Log:
9599Try to be a bit more dietlibc friendly
9600
9601Members:
9602 libbb/libc5.c:1.3->1.4
9603
9604---------------------
9605PatchSet 2762
9606Date: 2002/08/15 04:29:56
9607Author: bug1
9608Branch: HEAD
9609Tag: (none)
9610Log:
9611Fix dietlibc test condition
9612
9613Members:
9614 libbb/libc5.c:1.4->1.5
9615
9616---------------------
9617PatchSet 2763
9618Date: 2002/08/21 11:27:57
9619Author: bug1
9620Branch: HEAD
9621Tag: (none)
9622Log:
9623New applet, udhcp client
9624
9625Members:
9626 include/applets.h:1.61->1.62
9627 include/usage.h:1.99->1.100
9628 networking/Makefile.in:1.2->1.3
9629 networking/config.in:1.6->1.7
9630 networking/udhcpc.c:INITIAL->1.1
9631
9632---------------------
9633PatchSet 2764
9634Date: 2002/08/21 12:21:19
9635Author: aaronl
9636Branch: HEAD
9637Tag: (none)
9638Log:
9639Clean up udhcpd a bit. Constify. Staticize. Remove these functions and
9640inline their contents: print_usage, pidfile_delete, and background.
9641
9642Members:
9643 networking/udhcpc.c:1.1->1.2
9644
9645---------------------
9646PatchSet 2765
9647Date: 2002/08/21 12:44:31
9648Author: bug1
9649Branch: HEAD
9650Tag: (none)
9651Log:
9652Disable debugging
9653
9654Members:
9655 networking/udhcpc.c:1.2->1.3
9656
9657---------------------
9658PatchSet 2766
9659Date: 2002/08/21 13:44:54
9660Author: aaronl
9661Branch: HEAD
9662Tag: (none)
9663Log:
9664Cleanups. These SHOULD make the binary a lot smaller. But they don't.
9665CURSE GCC
9666
9667Members:
9668 networking/udhcpc.c:1.3->1.4
9669
9670---------------------
9671PatchSet 2767
9672Date: 2002/08/21 14:02:24
9673Author: aaronl
9674Branch: HEAD
9675Tag: (none)
9676Log:
9677vi inlining
9678
9679Members:
9680 editors/vi.c:1.22->1.23
9681
9682---------------------
9683PatchSet 2768
9684Date: 2002/08/21 14:11:34
9685Author: aaronl
9686Branch: HEAD
9687Tag: (none)
9688Log:
9689Tar inlining, #if 0 out unused function
9690
9691Members:
9692 archival/tar.c:1.147->1.148
9693
9694---------------------
9695PatchSet 2769
9696Date: 2002/08/21 14:21:20
9697Author: aaronl
9698Branch: HEAD
9699Tag: (none)
9700Log:
9701Inline functions with only one reference in mkfs_minix. I don't know
9702why these efforts aren't making the binary smaller.
9703
9704Members:
9705 util-linux/mkfs_minix.c:1.36->1.37
9706
9707---------------------
9708PatchSet 2770
9709Date: 2002/08/21 15:24:38
9710Author: bug1
9711Branch: HEAD
9712Tag: (none)
9713Log:
9714udhcpc sample scripts
9715
9716Members:
9717 examples/udhcpc/default.bound:INITIAL->1.1
9718 examples/udhcpc/default.deconfig:INITIAL->1.1
9719 examples/udhcpc/default.renew:INITIAL->1.1
9720 examples/udhcpc/default.script:INITIAL->1.1
9721
9722---------------------
9723PatchSet 2771
9724Date: 2002/08/22 12:50:31
9725Author: bug1
9726Branch: HEAD
9727Tag: (none)
9728Log:
9729Honour the USTAR prefix field, this enables a 155 byte path length plus the normal 100 byte filename.
9730The catch is gnu tar cannot create archives that use the prefix field, you need to use s-tar.
9731
9732Members:
9733 archival/libunarchive/get_header_tar.c:1.3->1.4
9734
9735---------------------
9736PatchSet 2772
9737Date: 2002/08/22 13:55:26
9738Author: bug1
9739Branch: HEAD
9740Tag: (none)
9741Log:
9742Remove definition of is_octal and is_decimal, they arent used
9743
9744Members:
9745 include/libbb.h:1.76->1.77
9746
9747---------------------
9748PatchSet 2773
9749Date: 2002/08/22 14:12:40
9750Author: bug1
9751Branch: HEAD
9752Tag: (none)
9753Log:
9754Run through indent, use /* */ style comments instead of //
9755
9756Members:
9757 applets/applets.c:1.14->1.15
9758
9759---------------------
9760PatchSet 2774
9761Date: 2002/08/22 14:21:26
9762Author: bug1
9763Branch: HEAD
9764Tag: (none)
9765Log:
9766Run through indent
9767
9768Members:
9769 archival/gzip.c:1.54->1.55
9770
9771---------------------
9772PatchSet 2775
9773Date: 2002/08/22 14:25:12
9774Author: bug1
9775Branch: HEAD
9776Tag: (none)
9777Log:
9778Run through indent, use /* */ style comments
9779
9780Members:
9781 include/unarchive.h:1.3->1.4
9782
9783---------------------
9784PatchSet 2776
9785Date: 2002/08/22 14:44:08
9786Author: bug1
9787Branch: HEAD
9788Tag: (none)
9789Log:
9790Run through indent, use /* */ style comments, change extern to static
9791
9792Members:
9793 archival/tar.c:1.148->1.149
9794
9795---------------------
9796PatchSet 2777
9797Date: 2002/08/22 16:54:22
9798Author: bug1
9799Branch: HEAD
9800Tag: (none)
9801Log:
9802Remove unwanted comments, run through indent
9803
9804Members:
9805 include/busybox.h:1.50->1.51
9806
9807---------------------
9808PatchSet 2778
9809Date: 2002/08/22 16:59:18
9810Author: bug1
9811Branch: HEAD
9812Tag: (none)
9813Log:
9814define inline if needed for ANSI C compatability
9815
9816Members:
9817 include/libbb.h:1.77->1.78
9818
9819---------------------
9820PatchSet 2779
9821Date: 2002/08/22 18:47:09
9822Author: bug1
9823Branch: HEAD
9824Tag: (none)
9825Log:
9826Run through ident, fix comments
9827
9828Members:
9829 archival/libunarchive/get_header_tar.c:1.4->1.5
9830
9831---------------------
9832PatchSet 2780
9833Date: 2002/08/22 19:13:54
9834Author: bug1
9835Branch: HEAD
9836Tag: (none)
9837Log:
9838Run through indent, fix BB_ define
9839
9840Members:
9841 coreutils/ls.c:1.91->1.92
9842 fileutils/ls.c:1.91->1.92
9843
9844---------------------
9845PatchSet 2781
9846Date: 2002/08/22 19:19:01
9847Author: bug1
9848Branch: HEAD
9849Tag: (none)
9850Log:
9851Run through indent, fix comments
9852
9853Members:
9854 init/init.c:1.167->1.168
9855 networking/ifconfig.c:1.18->1.19
9856
9857---------------------
9858PatchSet 2782
9859Date: 2002/08/22 19:24:43
9860Author: bug1
9861Branch: HEAD
9862Tag: (none)
9863Log:
9864Run through indent, fix comment
9865
9866Members:
9867 networking/route.c:1.17->1.18
9868
9869---------------------
9870PatchSet 2783
9871Date: 2002/08/22 19:30:15
9872Author: bug1
9873Branch: HEAD
9874Tag: (none)
9875Log:
9876Run through indent, fix comments
9877
9878Members:
9879 shell/ash.c:1.56->1.57
9880 sysklogd/klogd.c:1.9->1.10
9881
9882---------------------
9883PatchSet 2784
9884Date: 2002/08/22 19:41:20
9885Author: bug1
9886Branch: HEAD
9887Tag: (none)
9888Log:
9889Run through indent, fix comments
9890
9891Members:
9892 archival/libunarchive/unzip.c:1.18->1.19
9893 libbb/dump.c:1.2->1.3
9894 libbb/unzip.c:1.18->1.19
9895 util-linux/mount.c:1.105->1.106
9896
9897---------------------
9898PatchSet 2785
9899Date: 2002/08/22 20:15:26
9900Author: bug1
9901Branch: HEAD
9902Tag: (none)
9903Log:
9904Remove duplicate variable definition
9905
9906Members:
9907 archival/gzip.c:1.55->1.56
9908
9909---------------------
9910PatchSet 2786
9911Date: 2002/08/22 20:22:32
9912Author: bug1
9913Branch: HEAD
9914Tag: (none)
9915Log:
9916Specify cast
9917
9918Members:
9919 archival/libunarchive/get_header_tar.c:1.5->1.6
9920
9921---------------------
9922PatchSet 2787
9923Date: 2002/08/22 20:31:35
9924Author: bug1
9925Branch: HEAD
9926Tag: (none)
9927Log:
9928replace some global const ints with defines
9929
9930Members:
9931 archival/libunarchive/unzip.c:1.19->1.20
9932 libbb/unzip.c:1.19->1.20
9933
9934---------------------
9935PatchSet 2788
9936Date: 2002/08/22 20:35:36
9937Author: bug1
9938Branch: HEAD
9939Tag: (none)
9940Log:
9941Remove duplicate definitions, run through indent
9942
9943Members:
9944 libbb/interface.c:1.8->1.9
9945
9946---------------------
9947PatchSet 2789
9948Date: 2002/08/23 04:25:22
9949Author: bug1
9950Branch: HEAD
9951Tag: (none)
9952Log:
9953Run through indent
9954
9955Members:
9956 coreutils/du.c:1.53->1.54
9957 fileutils/du.c:1.53->1.54
9958
9959---------------------
9960PatchSet 2790
9961Date: 2002/08/23 04:37:07
9962Author: bug1
9963Branch: HEAD
9964Tag: (none)
9965Log:
9966Run through indent, specify cast
9967
9968Members:
9969 coreutils/mknod.c:1.22->1.23
9970 fileutils/mknod.c:1.22->1.23
9971
9972---------------------
9973PatchSet 2791
9974Date: 2002/08/23 06:58:38
9975Author: bug1
9976Branch: HEAD
9977Tag: (none)
9978Log:
9979Run through indent, fix comments
9980
9981Members:
9982 coreutils/date.c:1.37->1.38
9983 shellutils/date.c:1.37->1.38
9984
9985---------------------
9986PatchSet 2792
9987Date: 2002/08/23 07:05:11
9988Author: bug1
9989Branch: HEAD
9990Tag: (none)
9991Log:
9992Run through indent, fix comments
9993
9994Members:
9995 coreutils/test.c:1.20->1.21
9996 shellutils/test.c:1.20->1.21
9997
9998---------------------
9999PatchSet 2793
10000Date: 2002/08/23 07:17:46
10001Author: bug1
10002Branch: HEAD
10003Tag: (none)
10004Log:
10005Run through indent, style
10006
10007Members:
10008 util-linux/mount.c:1.106->1.107
10009
10010---------------------
10011PatchSet 2794
10012Date: 2002/08/23 08:28:45
10013Author: aaronl
10014Branch: HEAD
10015Tag: (none)
10016Log:
10017move some globals to bss
10018
10019Members:
10020 coreutils/du.c:1.54->1.55
10021 fileutils/du.c:1.54->1.55
10022
10023---------------------
10024PatchSet 2795
10025Date: 2002/08/23 08:45:26
10026Author: aaronl
10027Branch: HEAD
10028Tag: (none)
10029Log:
10030for some baffling reason tinycc insists that i change this 0 to NULL
10031
10032Members:
10033 modutils/modprobe.c:1.16->1.17
10034
10035---------------------
10036PatchSet 2796
10037Date: 2002/08/23 08:51:01
10038Author: aaronl
10039Branch: HEAD
10040Tag: (none)
10041Log:
10042remove duplicate definition of G
10043caught by tinycc
10044
10045Members:
10046 networking/telnet.c:1.34->1.35
10047
10048---------------------
10049PatchSet 2797
10050Date: 2002/08/23 08:52:58
10051Author: aaronl
10052Branch: HEAD
10053Tag: (none)
10054Log:
10055ansify
10056
10057Members:
10058 networking/traceroute.c:1.9->1.10
10059
10060---------------------
10061PatchSet 2798
10062Date: 2002/08/23 08:56:21
10063Author: aaronl
10064Branch: HEAD
10065Tag: (none)
10066Log:
10067Don't #ifdef __linux__. this is linux.
10068
10069Members:
10070 loginutils/getty.c:1.2->1.3
10071
10072---------------------
10073PatchSet 2799
10074Date: 2002/08/23 13:04:23
10075Author: bug1
10076Branch: HEAD
10077Tag: (none)
10078Log:
10079Apply vodz last_patch51_2 and run through indent
10080
10081Members:
10082 libbb/arith.c:1.3->1.4
10083
10084---------------------
10085PatchSet 2800
10086Date: 2002/08/23 14:14:48
10087Author: bug1
10088Branch: HEAD
10089Tag: (none)
10090Log:
10091Apply vodz last_path_51-2
10092
10093Members:
10094 shell/ash.c:1.57->1.58
10095
10096---------------------
10097PatchSet 2801
10098Date: 2002/08/23 15:31:28
10099Author: bug1
10100Branch: HEAD
10101Tag: (none)
10102Log:
10103Use static instead of extern, braces around if's, run through indent
10104
10105Members:
10106 networking/udhcpc.c:1.4->1.5
10107
10108---------------------
10109PatchSet 2802
10110Date: 2002/08/23 15:36:59
10111Author: bug1
10112Branch: HEAD
10113Tag: (none)
10114Log:
10115Remove empty loops
10116
10117Members:
10118 networking/udhcpc.c:1.5->1.6
10119
10120---------------------
10121PatchSet 2803
10122Date: 2002/08/23 18:19:26
10123Author: bug1
10124Branch: HEAD
10125Tag: (none)
10126Log:
10127Rewrite, its smaller
10128
10129Members:
10130 libbb/make_directory.c:1.5->1.6
10131
10132---------------------
10133PatchSet 2804
10134Date: 2002/08/23 23:09:50
10135Author: aaronl
10136Branch: HEAD
10137Tag: (none)
10138Log:
10139Remove extrangeous backslashes that were probably introduced by
10140someone joining lines and forgetting to remove the backslash escaping
10141the newline.
10142
10143Members:
10144 include/usage.h:1.100->1.101
10145
10146---------------------
10147PatchSet 2805
10148Date: 2002/08/24 11:30:36
10149Author: bug1
10150Branch: HEAD
10151Tag: (none)
10152Log:
10153Run through indent, use braces
10154
10155Members:
10156 archival/gunzip.c:1.65->1.66
10157
10158---------------------
10159PatchSet 2806
10160Date: 2002/08/24 15:32:17
10161Author: bug1
10162Branch: HEAD
10163Tag: (none)
10164Log:
10165Reorganise, make it just one function, remove -v option it didnt work properly anyway, dont setvbuf it doesnt make any difference in performance.
10166
10167Members:
10168 archival/gunzip.c:1.66->1.67
10169
10170---------------------
10171PatchSet 2807
10172Date: 2002/08/24 21:00:52
10173Author: bug1
10174Branch: HEAD
10175Tag: (none)
10176Log:
10177Fix warning
10178
10179Members:
10180 libbb/make_directory.c:1.6->1.7
10181
10182---------------------
10183PatchSet 2808
10184Date: 2002/08/24 21:11:38
10185Author: bug1
10186Branch: HEAD
10187Tag: (none)
10188Log:
10189Dont return an error if the directory already existed
10190
10191Members:
10192 libbb/make_directory.c:1.7->1.8
10193
10194---------------------
10195PatchSet 2809
10196Date: 2002/08/26 18:17:27
10197Author: bug1
10198Branch: HEAD
10199Tag: (none)
10200Log:
10201chmod on the NEW file
10202
10203Members:
10204 archival/gunzip.c:1.67->1.68
10205
10206---------------------
10207PatchSet 2810
10208Date: 2002/08/26 22:34:56
10209Author: andersen
10210Branch: HEAD
10211Tag: (none)
10212Log:
10213Eliminate use of obsolete sys_errlist[]
10214 -Erik
10215
10216Members:
10217 init/init.c:1.168->1.169
10218 networking/udhcpc.c:1.6->1.7
10219
10220---------------------
10221PatchSet 2811
10222Date: 2002/09/01 07:45:55
10223Author: andersen
10224Branch: HEAD
10225Tag: (none)
10226Log:
10227Some CML1 grammar fixes
10228 -Erik
10229
10230Members:
10231 modutils/config.in:1.4->1.5
10232 shell/config.in:1.4->1.5
10233 sysdeps/linux/config.in:1.8->1.9
10234 textutils/config.in:1.3->1.4
10235 util-linux/config.in:1.7->1.8
10236
10237---------------------
10238PatchSet 2812
10239Date: 2002/09/10 06:23:29
10240Author: andersen
10241Branch: HEAD
10242Tag: (none)
10243Log:
10244Yipe. uid and gid were reversed.
10245 -Erik
10246
10247Members:
10248 libpwdgrp/putpwent.c:1.2->1.3
10249
10250---------------------
10251PatchSet 2813
10252Date: 2002/09/10 07:03:31
10253Author: andersen
10254Branch: HEAD
10255Tag: (none)
10256Log:
10257Fix for handling of "tftp -l -" from Jean Wolter <jw5@os.inf.tu-dresden.de>
10258
10259Members:
10260 networking/tftp.c:1.12->1.13
10261
10262---------------------
10263PatchSet 2814
10264Date: 2002/09/12 15:52:26
10265Author: mjn3
10266Branch: HEAD
10267Tag: (none)
10268Log:
10269Apply vodz's last_patch53.gz (bb_asprintf.c) and last_patch54.gz
10270(arith.c).
10271
10272Members:
10273 libbb/arith.c:1.4->1.5
10274 libbb/bb_asprintf.c:1.1->1.2
10275
10276---------------------
10277PatchSet 2815
10278Date: 2002/09/12 16:44:53
10279Author: andersen
10280Branch: HEAD
10281Tag: (none)
10282Log:
10283Patch from Thomas Gleixner <tglx@linutronix.de> to do
10284automatic child reaping to avoid zombies
10285
10286Members:
10287 init/init.c:1.169->1.170
10288
10289---------------------
10290PatchSet 2816
10291Date: 2002/09/15 17:54:48
10292Author: bug1
10293Branch: HEAD
10294Tag: (none)
10295Log:
10296Support for GNU style long filename and linknames
10297
10298Members:
10299 archival/config.in:1.10->1.11
10300 archival/libunarchive/get_header_tar.c:1.6->1.7
10301
10302---------------------
10303PatchSet 2817
10304Date: 2002/09/15 18:03:48
10305Author: bug1
10306Branch: HEAD
10307Tag: (none)
10308Log:
10309Awk applet written from scratch by Dmitry Zakharov
10310
10311Members:
10312 include/applets.h:1.62->1.63
10313 include/usage.h:1.101->1.102
10314 textutils/Makefile.in:1.1->1.2
10315 textutils/awk.c:INITIAL->1.1
10316 textutils/config.in:1.4->1.5
10317
10318---------------------
10319PatchSet 2818
10320Date: 2002/09/15 18:20:44
10321Author: bug1
10322Branch: HEAD
10323Tag: (none)
10324Log:
10325Use busybox's show_usage function for help
10326
10327Members:
10328 include/usage.h:1.102->1.103
10329 networking/udhcpc.c:1.7->1.8
10330
10331---------------------
10332PatchSet 2819
10333Date: 2002/09/16 04:16:05
10334Author: bug1
10335Branch: HEAD
10336Tag: (none)
10337Log:
10338openvt applet by Quy Tonthat
10339
10340Members:
10341 console-tools/Makefile.in:1.1->1.2
10342 console-tools/config.in:1.1->1.2
10343 console-tools/openvt.c:INITIAL->1.1
10344 include/applets.h:1.63->1.64
10345 include/usage.h:1.103->1.104
10346
10347---------------------
10348PatchSet 2820
10349Date: 2002/09/16 04:47:48
10350Author: bug1
10351Branch: HEAD
10352Tag: (none)
10353Log:
10354Put in GPL v2 or later copyright notice
10355
10356Members:
10357 console-tools/openvt.c:1.1->1.2
10358
10359---------------------
10360PatchSet 2821
10361Date: 2002/09/16 05:21:45
10362Author: bug1
10363Branch: HEAD
10364Tag: (none)
10365Log:
10366mesg applet by Manuel Novoa III
10367
10368Members:
10369 include/applets.h:1.64->1.65
10370 include/usage.h:1.104->1.105
10371 init/Makefile.in:1.1->1.2
10372 init/config.in:1.3->1.4
10373 init/mesg.c:INITIAL->1.1
10374
10375---------------------
10376PatchSet 2822
10377Date: 2002/09/16 06:30:24
10378Author: andersen
10379Branch: HEAD
10380Tag: (none)
10381Log:
10382Support module tainting
10383 -Erik
10384
10385Members:
10386 modutils/insmod.c:1.89->1.90
10387 modutils/lsmod.c:1.29->1.30
10388
10389---------------------
10390PatchSet 2823
10391Date: 2002/09/16 07:22:18
10392Author: andersen
10393Branch: HEAD
10394Tag: (none)
10395Log:
10396Apply vodz' last_patch52
10397
10398Members:
10399 applets/applets.c:1.15->1.16
10400 console-tools/chvt.c:1.17->1.18
10401 console-tools/deallocvt.c:1.23->1.24
10402 console-tools/setkeycodes.c:1.11->1.12
10403 include/applets.h:1.65->1.66
10404 include/libbb.h:1.78->1.79
10405 include/usage.h:1.105->1.106
10406 libbb/get_console.c:1.3->1.4
10407 loginutils/adduser.c:1.3->1.4
10408 procps/kill.c:1.43->1.44
10409
10410---------------------
10411PatchSet 2824
10412Date: 2002/09/16 07:29:26
10413Author: andersen
10414Branch: HEAD
10415Tag: (none)
10416Log:
10417Fix stupid typo noticed by John Mullin <john.mullin@homenetcomm.com>
10418
10419Members:
10420 libpwdgrp/initgroups.c:1.3->1.4
10421
10422---------------------
10423PatchSet 2825
10424Date: 2002/09/16 07:47:47
10425Author: andersen
10426Branch: HEAD
10427Tag: (none)
10428Log:
10429Let people run SHUTDOWN actions prior to killing everything
10430 -Erik
10431
10432Members:
10433 init/init.c:1.170->1.171
10434
10435---------------------
10436PatchSet 2826
10437Date: 2002/09/16 08:25:41
10438Author: andersen
10439Branch: HEAD
10440Tag: (none)
10441Log:
10442Patch from Matthias Lang <matthias@corelatus.se> to fix gunzip
10443error handling and prevent gunzip from hanging.
10444
10445Members:
10446 archival/libunarchive/unzip.c:1.20->1.21
10447 libbb/unzip.c:1.20->1.21
10448
10449---------------------
10450PatchSet 2827
10451Date: 2002/09/16 10:10:04
10452Author: bug1
10453Branch: HEAD
10454Tag: (none)
10455Log:
10456Watch applet by Michael Habermann
10457
10458Members:
10459 coreutils/watch.c:INITIAL->1.1
10460 include/applets.h:1.66->1.67
10461 include/usage.h:1.106->1.107
10462 shellutils/Makefile.in:1.2->1.3
10463 shellutils/config.in:1.6->1.7
10464 shellutils/watch.c:INITIAL->1.1
10465
10466---------------------
10467PatchSet 2828
10468Date: 2002/09/16 10:23:22
10469Author: andersen
10470Branch: HEAD
10471Tag: (none)
10472Log:
10473Properly honor FILEUTILS_INTERACTIVE and FILEUTILS_FORCE for
10474file all file types (not just regular files and dirs). Unlink
10475destination files when needed.
10476 -Erik
10477
10478Members:
10479 libbb/copy_file.c:1.19->1.20
10480
10481---------------------
10482PatchSet 2829
10483Date: 2002/09/16 11:23:38
10484Author: andersen
10485Branch: HEAD
10486Tag: (none)
10487Log:
10488Let people force overwrite links
10489 -Erik
10490
10491Members:
10492 libbb/copy_file.c:1.20->1.21
10493
10494---------------------
10495PatchSet 2830
10496Date: 2002/09/16 11:44:24
10497Author: andersen
10498Branch: HEAD
10499Tag: (none)
10500Log:
10501last_patch55 from vodz:
10502 I found overflow problem in xargs applet
10503 (allocated not space for trailing '\0').
10504 Last patch also reduce 22 bytes size. ;)
10505
10506Members:
10507 findutils/xargs.c:1.22->1.23
10508
10509---------------------
10510PatchSet 2831
10511Date: 2002/09/17 06:43:26
10512Author: andersen
10513Branch: HEAD
10514Tag: (none)
10515Log:
10516Typo fix from Steven Merrifield
10517
10518Members:
10519 docs/busybox.net/index.html:1.109->1.110
10520
10521---------------------
10522PatchSet 2832
10523Date: 2002/09/17 07:36:02
10524Author: andersen
10525Branch: HEAD
10526Tag: (none)
10527Log:
10528Use "MiB" not "Mb"
10529 -Erik
10530
10531Members:
10532 libbb/interface.c:1.9->1.10
10533
10534---------------------
10535PatchSet 2833
10536Date: 2002/09/17 09:40:12
10537Author: andersen
10538Branch: HEAD
10539Tag: (none)
10540Log:
10541Patch from David McCullough <davidm@snapgear.com>
10542
10543Members:
10544 init/reboot.c:1.23->1.24
10545
10546---------------------
10547PatchSet 2834
10548Date: 2002/09/17 09:41:08
10549Author: andersen
10550Branch: HEAD
10551Tag: (none)
10552Log:
10553Patch from "Joe.C" <joe@numa.com.tw>
10554
10555Members:
10556 shell/ash.c:1.58->1.59
10557
10558---------------------
10559PatchSet 2835
10560Date: 2002/09/17 09:42:21
10561Author: andersen
10562Branch: HEAD
10563Tag: (none)
10564Log:
10565last_patch56 from vodz to simplify copy_file logic
10566
10567Members:
10568 libbb/copy_file.c:1.21->1.22
10569
10570---------------------
10571PatchSet 2836
10572Date: 2002/09/17 09:44:16
10573Author: andersen
10574Branch: HEAD
10575Tag: (none)
10576Log:
10577Support setting depth
10578
10579Members:
10580 util-linux/fbset.c:1.29->1.30
10581
10582---------------------
10583PatchSet 2837
10584Date: 2002/09/17 21:06:29
10585Author: andersen
10586Branch: HEAD
10587Tag: (none)
10588Log:
10589Vodz' last_patch57:
10590 Ok. Patch with reduce size ready.
10591 Notes: syslogd imposible close logsocket,
10592 the real programm write logmessages (hmm, cycle loop?)
10593
10594 (Excuse me - this have small tab-formats rewroting also)
10595
10596 text data bss dec hex filename
10597 2913 332 12388 15633 3d11 syslogd.o
10598 3109 332 9252 12693 3195 syslogd_old.o
10599
10600Members:
10601 sysklogd/syslogd.c:1.87->1.88
10602
10603---------------------
10604PatchSet 2838
10605Date: 2002/09/17 21:35:58
10606Author: andersen
10607Branch: HEAD
10608Tag: (none)
10609Log:
10610hehe.
10611
10612Members:
10613 sysklogd/syslogd.c:1.88->1.89
10614
10615---------------------
10616PatchSet 2839
10617Date: 2002/09/17 21:53:41
10618Author: andersen
10619Branch: HEAD
10620Tag: (none)
10621Log:
10622Sane-ify the screen clearing stuff.
10623 -Erik
10624
10625Members:
10626 coreutils/watch.c:1.1->1.2
10627 shellutils/watch.c:1.1->1.2
10628
10629---------------------
10630PatchSet 2840
10631Date: 2002/09/17 22:02:16
10632Author: mjn3
10633Branch: HEAD
10634Tag: (none)
10635Log:
10636Modified so that it "works" for archs other than i386... arm in particular.
10637Also tried to clean up the logic a little, and ensure that read errors
10638or invalid archives resulted in error returns. This could use a lot more
10639work... Volunteers?
10640
10641Members:
10642 archival/libunarchive/get_header_zip.c:1.1->1.2
10643
10644---------------------
10645PatchSet 2841
10646Date: 2002/09/17 22:17:35
10647Author: andersen
10648Branch: HEAD
10649Tag: (none)
10650Log:
10651re-enable the cursor, in case it got disabled
10652 -Erik
10653
10654Members:
10655 console-tools/reset.c:1.7->1.8
10656
10657---------------------
10658PatchSet 2842
10659Date: 2002/09/17 22:21:27
10660Author: andersen
10661Branch: HEAD
10662Tag: (none)
10663Log:
10664Clear screen too.
10665
10666Members:
10667 console-tools/reset.c:1.8->1.9
10668
10669---------------------
10670PatchSet 2843
10671Date: 2002/09/17 23:14:58
10672Author: andersen
10673Branch: HEAD
10674Tag: (none)
10675Log:
10676Add a new top applet
10677 -Erik
10678
10679Members:
10680 include/applets.h:1.67->1.68
10681 include/usage.h:1.107->1.108
10682 procps/Makefile.in:1.1->1.2
10683 procps/config.in:1.3->1.4
10684 procps/top.c:INITIAL->1.1
10685
10686---------------------
10687PatchSet 2844
10688Date: 2002/09/18 15:23:06
10689Author: andersen
10690Branch: HEAD
10691Tag: (none)
10692Log:
10693patch from John Hall <john.hall@optionexist.co.uk> to change the
10694klogd specific messages to facility LOG_SYSLOG and tidies up some
10695of the priorities.
10696
10697Members:
10698 sysklogd/klogd.c:1.10->1.11
10699
10700---------------------
10701PatchSet 2845
10702Date: 2002/09/18 20:27:10
10703Author: mjn3
10704Branch: HEAD
10705Tag: (none)
10706Log:
10707Commit vodz's patch, plus a tweak to change TracePid to TracerPid. Now
10708works on i386 (2.4.19) and arm (2.4.6).
10709
10710Members:
10711 procps/top.c:1.1->1.2
10712
10713---------------------
10714PatchSet 2846
10715Date: 2002/09/18 21:48:20
10716Author: andersen
10717Branch: HEAD
10718Tag: (none)
10719Log:
10720Update webpage
10721
10722Members:
10723 docs/busybox.net/index.html:1.110->1.111
10724
10725---------------------
10726PatchSet 2847
10727Date: 2002/09/18 21:52:26
10728Author: andersen
10729Branch: HEAD
10730Tag: (none)
10731Log:
10732update the noise a tiny bit
10733
10734Members:
10735 docs/busybox.net/index.html:1.111->1.112
10736
10737---------------------
10738PatchSet 2848
10739Date: 2002/09/20 08:33:18
10740Author: andersen
10741Branch: HEAD
10742Tag: (none)
10743Log:
10744don't leak FILEs
10745
10746Members:
10747 procps/top.c:1.2->1.3
10748
10749---------------------
10750PatchSet 2849
10751Date: 2002/09/22 03:12:30
10752Author: bug1
10753Branch: HEAD
10754Tag: (none)
10755Log:
10756Fix error messages conditions, and make them the same as GNU mkdir.
10757
10758Members:
10759 libbb/make_directory.c:1.8->1.9
10760
10761--------------------- 1---------------------
10762PatchSet 2850 2PatchSet 3399
10763Date: 2002/09/22 13:09:44 3Date: 2003/07/15 08:15:03
10764Author: andersen
10765Branch: HEAD
10766Tag: (none)
10767Log:
10768Fixup largefile settings
10769 -Erik
10770
10771Members:
10772 Rules.mak:1.5->1.6
10773
10774---------------------
10775PatchSet 2851
10776Date: 2002/09/25 03:47:40
10777Author: bug1
10778Branch: HEAD
10779Tag: (none)
10780Log:
10781New common unarchive code.
10782
10783Members:
10784 archival/ar.c:1.39->1.40
10785 archival/config.in:1.11->1.12
10786 archival/cpio.c:1.6->1.7
10787 archival/dpkg_deb.c:1.25->1.26
10788 archival/gunzip.c:1.68->1.69
10789 archival/rpm2cpio.c:1.4->1.5
10790 archival/tar.c:1.149->1.150
10791 archival/unzip.c:1.1->1.2
10792 archival/libunarchive/Makefile.in:1.1->1.2
10793 archival/libunarchive/add_to_list.c:INITIAL->1.1
10794 archival/libunarchive/check_header_gzip.c:INITIAL->1.1
10795 archival/libunarchive/check_trailer_gzip.c:INITIAL->1.1
10796 archival/libunarchive/copy_file_chunk_fd.c:INITIAL->1.1
10797 archival/libunarchive/data_align.c:INITIAL->1.1
10798 archival/libunarchive/data_extract_all.c:INITIAL->1.1
10799 archival/libunarchive/data_extract_to_stdout.c:INITIAL->1.1
10800 archival/libunarchive/data_skip.c:INITIAL->1.1
10801 archival/libunarchive/filter_accept_all.c:INITIAL->1.1
10802 archival/libunarchive/filter_accept_list.c:INITIAL->1.1
10803 archival/libunarchive/filter_accept_reject_list.c:INITIAL->1.1
10804 archival/libunarchive/get_header_ar.c:1.3->1.4
10805 archival/libunarchive/get_header_tar.c:1.7->1.8
10806 archival/libunarchive/get_header_tar_gz.c:INITIAL->1.1
10807 archival/libunarchive/header_list.c:INITIAL->1.1
10808 archival/libunarchive/header_skip.c:INITIAL->1.1
10809 archival/libunarchive/header_verbose_list.c:INITIAL->1.1
10810 archival/libunarchive/init_handle.c:INITIAL->1.1
10811 archival/libunarchive/seek_sub_file.c:1.3->1.4
10812 archival/libunarchive/unpack_ar_archive.c:INITIAL->1.1
10813 archival/libunarchive/unzip.c:1.21->1.22
10814 include/libbb.h:1.79->1.80
10815 include/unarchive.h:1.4->1.5
10816 libbb/Makefile.in:1.5->1.6
10817 libbb/unzip.c:1.21->1.22
10818 libbb/xfuncs.c:1.7->1.8
10819
10820---------------------
10821PatchSet 2852
10822Date: 2002/09/25 04:04:03
10823Author: bug1
10824Branch: HEAD
10825Tag: (none)
10826Log:
10827Remove files made obsolete by new unarchiving code
10828
10829Members:
10830 archival/libunarchive/deb_extract.c:1.2->1.3(DEAD)
10831 archival/libunarchive/get_header_cpio.c:1.2->1.3(DEAD)
10832 archival/libunarchive/get_header_zip.c:1.2->1.3(DEAD)
10833 archival/libunarchive/unarchive.c:1.6->1.7(DEAD)
10834
10835---------------------
10836PatchSet 2853
10837Date: 2002/09/25 07:08:19
10838Author: bug1
10839Branch: HEAD
10840Tag: (none)
10841Log:
10842Reverse some minor changes that got caught up in my big unarchive patch
10843
10844Members:
10845 include/libbb.h:1.80->1.81
10846
10847---------------------
10848PatchSet 2854
10849Date: 2002/09/25 16:08:40
10850Author: andersen
10851Branch: HEAD
10852Tag: (none)
10853Log:
10854Ignoring SIGCHLD causes a race leading to the occasional hang of init
10855when init will wait() on itself in waitfor() when the child exits before
10856init is scheduled to run. Letting init hang is very seriously bad.
10857 -Erik
10858
10859Members:
10860 init/init.c:1.171->1.172
10861
10862---------------------
10863PatchSet 2855
10864Date: 2002/09/26 12:17:24
10865Author: bug1
10866Branch: HEAD
10867Tag: (none)
10868Log:
10869Bugfixes from Dmitry Zakharov
10870
10871Members:
10872 textutils/awk.c:1.1->1.2
10873
10874---------------------
10875PatchSet 2856
10876Date: 2002/09/26 14:59:40
10877Author: andersen
10878Branch: HEAD
10879Tag: (none)
10880Log:
10881Avoid calling exit() from within fork/vfork'ed processes.
10882 -Erik
10883
10884Members:
10885 shell/lash.c:1.144->1.145
10886
10887---------------------
10888PatchSet 2857
10889Date: 2002/09/26 17:01:21
10890Author: bug1
10891Branch: HEAD
10892Tag: (none)
10893Log:
10894Fix simple define problem
10895
10896Members:
10897 archival/ar.c:1.40->1.41
10898
10899---------------------
10900PatchSet 2858
10901Date: 2002/09/27 07:45:58
10902Author: bug1
10903Branch: HEAD
10904Tag: (none)
10905Log:
10906Fix compress support and prevent a segfault
10907
10908Members:
10909 archival/gunzip.c:1.69->1.70
10910 archival/rpm2cpio.c:1.5->1.6
10911 archival/libunarchive/check_header_gzip.c:1.1->1.2
10912 archival/libunarchive/data_extract_all.c:1.1->1.2
10913 archival/libunarchive/filter_accept_all.c:1.1->1.2
10914 archival/libunarchive/get_header_tar.c:1.8->1.9
10915 archival/libunarchive/get_header_tar_gz.c:1.1->1.2
10916 archival/libunarchive/uncompress.c:1.1->1.2
10917 include/libbb.h:1.81->1.82
10918 include/unarchive.h:1.5->1.6
10919 libbb/uncompress.c:1.1->1.2
10920
10921---------------------
10922PatchSet 2859
10923Date: 2002/09/28 00:34:53
10924Author: andersen
10925Branch: HEAD
10926Tag: (none)
10927Log:
10928Bug fix from Nitin Gupta <gupta@equator.com>
10929
10930Members:
10931 miscutils/time.c:1.1->1.2
10932
10933---------------------
10934PatchSet 2860
10935Date: 2002/09/28 03:06:39
10936Author: bug1
10937Branch: HEAD
10938Tag: (none)
10939Log:
10940Fix for using '-' as the filename when reading from stdin
10941
10942Members:
10943 archival/tar.c:1.150->1.151
10944
10945---------------------
10946PatchSet 2861
10947Date: 2002/09/28 09:30:47
10948Author: bug1
10949Branch: HEAD
10950Tag: (none)
10951Log:
10952Fail straight away rather than recursively printing error messages :)
10953
10954Members:
10955 libbb/make_directory.c:1.9->1.10
10956
10957---------------------
10958PatchSet 2862
10959Date: 2002/09/28 09:32:14
10960Author: bug1
10961Branch: HEAD
10962Tag: (none)
10963Log:
10964make_directory() will fail instantly so we dont need to test for failure here
10965
10966Members:
10967 coreutils/mkdir.c:1.31->1.32
10968 fileutils/mkdir.c:1.31->1.32
10969
10970---------------------
10971PatchSet 2863
10972Date: 2002/09/30 06:30:29
10973Author: bug1
10974Branch: HEAD
10975Tag: (none)
10976Log:
10977Save status so we know if to delete compressed file
10978
10979Members:
10980 archival/gunzip.c:1.70->1.71
10981
10982---------------------
10983PatchSet 2864
10984Date: 2002/09/30 20:37:48
10985Author: andersen
10986Branch: HEAD
10987Tag: (none)
10988Log:
10989Doh. We divide microseconds by 60?
10990
10991Members:
10992 miscutils/time.c:1.2->1.3
10993
10994---------------------
10995PatchSet 2865
10996Date: 2002/09/30 21:08:53
10997Author: andersen
10998Branch: HEAD
10999Tag: (none)
11000Log:
11001Set the close-on-exec flag, just to be saf
11002
11003Members:
11004 init/init.c:1.172->1.173
11005
11006---------------------
11007PatchSet 2866
11008Date: 2002/09/30 21:12:32
11009Author: andersen
11010Branch: HEAD
11011Tag: (none)
11012Log:
11013Don't even try to run ash on uClinux. It won't work.
11014 -Erik
11015
11016Members:
11017 shell/ash.c:1.59->1.60
11018
11019---------------------
11020PatchSet 2867
11021Date: 2002/09/30 21:14:57
11022Author: andersen
11023Branch: HEAD
11024Tag: (none)
11025Log:
11026Patch from Konstantin Isakov <ikm@pisem.net>:
11027 In most cases, dirname returns the same argument it was given, so this code
11028 works nice, but there's one special case: when the name contains no
11029 dirname, it returns "." (stored statically in the body of itself), and we
11030 get a segfault in attempt to free() it.
11031This patch fixes this problem.
11032
11033Members:
11034 archival/libunarchive/data_extract_all.c:1.2->1.3
11035
11036---------------------
11037PatchSet 2868
11038Date: 2002/09/30 21:20:20
11039Author: andersen
11040Branch: HEAD
11041Tag: (none)
11042Log:
11043Use %m, not strerror, and strerror(err) was broken anyways and should have been
11044strerror(errno). Problem noted by Alexey V. Neyman <alex.neyman@auriga.ru>
11045
11046Members:
11047 shell/lash.c:1.145->1.146
11048
11049---------------------
11050PatchSet 2869
11051Date: 2002/09/30 21:39:12
11052Author: andersen
11053Branch: HEAD
11054Tag: (none)
11055Log:
11056Fix dependancy so we rebuild busybox.o, usage.o and busybox.o
11057whenever the config changes.
11058 -Erik
11059
11060Members:
11061 applets/Makefile.in:1.1->1.2
11062
11063---------------------
11064PatchSet 2870
11065Date: 2002/09/30 21:39:49
11066Author: andersen
11067Branch: HEAD
11068Tag: (none)
11069Log:
11070Vodz' last_patch57:
11071 Hi, Erik.
11072
11073 my_getpw(uid/gid) and applets used it have problem:
11074 if username for uid not found, applets can`t detect it
11075 (but code pessent). Also "%8ld " format is bad:
11076 spaces not required (applets have self format
11077 or spec format (tar applet) and overflow for "id" applet...)
11078 This problem also pressent in stable version.
11079 Patch for unstable in attach.
11080
11081 --w
11082 vodz
11083
11084Members:
11085 archival/tar.c:1.151->1.152
11086 coreutils/id.c:1.20->1.21
11087 coreutils/logname.c:1.15->1.16
11088 coreutils/whoami.c:1.19->1.20
11089 include/libbb.h:1.82->1.83
11090 libbb/my_getgrgid.c:1.4->1.5
11091 libbb/my_getpwuid.c:1.4->1.5
11092 procps/ps.c:1.45->1.46
11093 shellutils/id.c:1.20->1.21
11094 shellutils/logname.c:1.15->1.16
11095 shellutils/whoami.c:1.19->1.20
11096 sysklogd/logger.c:1.34->1.35
11097
11098---------------------
11099PatchSet 2871
11100Date: 2002/09/30 21:52:10
11101Author: andersen
11102Branch: HEAD
11103Tag: (none)
11104Log:
11105last_patch58 from vodz:
11106 Ok. I generate patch for include to busybox-devel my work with
11107 top (original author give me maintaining) and telnetd (my
11108 support and unofficial maintaining) applets. Docs changes
11109 also: added awk, netstat, time applets to list ;)
11110
11111Members:
11112 AUTHORS:1.25->1.26
11113 docs/busybox_footer.pod:1.5->1.6
11114 docs/busybox_header.pod:1.5->1.6
11115 include/applets.h:1.68->1.69
11116 include/usage.h:1.108->1.109
11117 networking/Makefile.in:1.3->1.4
11118 networking/config.in:1.7->1.8
11119 networking/telnetd.c:INITIAL->1.1
11120 procps/top.c:1.3->1.4
11121
11122---------------------
11123PatchSet 2872
11124Date: 2002/09/30 21:53:38
11125Author: andersen
11126Branch: HEAD
11127Tag: (none)
11128Log:
11129Bugfix from Claudio Fleiner <claudio@fleiner.com>
11130
11131Members:
11132 procps/Makefile.in:1.2->1.3
11133
11134---------------------
11135PatchSet 2873
11136Date: 2002/09/30 21:59:33
11137Author: andersen
11138Branch: HEAD
11139Tag: (none)
11140Log:
11141Fix init docs
11142
11143Members:
11144 include/usage.h:1.109->1.110
11145
11146---------------------
11147PatchSet 2874
11148Date: 2002/10/07 00:25:23
11149Author: bug1
11150Branch: HEAD
11151Tag: (none)
11152Log:
11153Fix segfault when testing if reaidng from stdin "-"
11154
11155Members:
11156 archival/tar.c:1.152->1.153
11157
11158---------------------
11159PatchSet 2875
11160Date: 2002/10/08 10:37:24
11161Author: andersen
11162Branch: HEAD
11163Tag: (none)
11164Log:
11165Fix missing \n noticed by Robert Schwebel
11166
11167Members:
11168 modutils/lsmod.c:1.30->1.31
11169
11170---------------------
11171PatchSet 2876
11172Date: 2002/10/08 20:31:04
11173Author: andersen
11174Branch: HEAD
11175Tag: (none)
11176Log:
11177Remember to delete docs/busybox.pod
11178
11179Members:
11180 Makefile:1.262->1.263
11181
11182---------------------
11183PatchSet 2877
11184Date: 2002/10/08 22:33:51
11185Author: sjhill
11186Branch: HEAD
11187Tag: (none)
11188Log:
11189Fixed the script. It always put output to 'stdout' and never to
11190the 'modules.dep' file.
11191
11192Members:
11193 examples/depmod.pl:1.1->1.2
11194
11195---------------------
11196PatchSet 2878
11197Date: 2002/10/10 04:44:12
11198Author: andersen
11199Branch: HEAD
11200Tag: (none)
11201Log:
11202last_patch58_2 from vodz -- add FEATURE_CPU_USAGE_PERCENTAGE option
11203
11204Members:
11205 procps/config.in:1.4->1.5
11206
11207---------------------
11208PatchSet 2879
11209Date: 2002/10/10 04:47:01
11210Author: andersen
11211Branch: HEAD
11212Tag: (none)
11213Log:
11214last_patch59 from vodz to cleanup chmod and correctly parse '-rwxgoa'
11215
11216Members:
11217 coreutils/chmod.c:1.12->1.13
11218 fileutils/chmod.c:1.12->1.13
11219
11220---------------------
11221PatchSet 2880
11222Date: 2002/10/10 04:55:09
11223Author: andersen
11224Branch: HEAD
11225Tag: (none)
11226Log:
11227last_patch60 from vodz:
11228 login and getty applets writes utmp/wtmp but init do clearing not.
11229 I think, in current time deny wtmp/utmp writes as undefault features.
11230
11231Members:
11232 loginutils/getty.c:1.3->1.4
11233 loginutils/login.c:1.3->1.4
11234
11235---------------------
11236PatchSet 2881
11237Date: 2002/10/10 05:20:08
11238Author: andersen
11239Branch: HEAD
11240Tag: (none)
11241Log:
11242last_patch61 from vodz:
11243 New complex patch for decrease size devel version. Requires previous patch.
11244 Also removed small problems from dutmp and tar applets.
11245Also includes vodz' last_patch61_2:
11246 Last patch correcting comment for #endif and more integrated
11247 with libbb (very reduce size if used "cat" applet also).
11248 Requires last_patch61 for modutils/config.in.
11249
11250Members:
11251 archival/tar.c:1.153->1.154
11252 archival/libunarchive/data_extract_all.c:1.3->1.4
11253 console-tools/dumpkmap.c:1.14->1.15
11254 init/init.c:1.173->1.174
11255 libbb/messages.c:1.7->1.8
11256 libbb/obscure.c:1.1->1.2
11257 loginutils/getty.c:1.4->1.5
11258 loginutils/login.c:1.4->1.5
11259 miscutils/dutmp.c:1.28->1.29
11260 modutils/config.in:1.5->1.6
11261 modutils/insmod.c:1.90->1.91
11262 modutils/lsmod.c:1.31->1.32
11263 shellutils/config.in:1.7->1.8
11264
11265---------------------
11266PatchSet 2882
11267Date: 2002/10/12 05:05:48
11268Author: andersen
11269Branch: HEAD
11270Tag: (none)
11271Log:
11272After thinking about it, I think this patch from Matt Kraai is probably the
11273best way to go. Sysvinit does not provide a controlling tty since it doesn't
11274even try to open ttys for apps. We do. So we should _try_ to provide a
11275controlling tty if possible, but we needn't freak out if it doesn't work. This
11276way we won't need to use openvt or similar, we'll just have init do the Right
11277Thing(tm).
11278
11279Members:
11280 init/init.c:1.174->1.175
11281
11282---------------------
11283PatchSet 2883
11284Date: 2002/10/12 05:16:08
11285Author: andersen
11286Branch: HEAD
11287Tag: (none)
11288Log:
11289Doh! I screwed up applying vodz' patch.
11290 -Erik
11291
11292Members:
11293 modutils/lsmod.c:1.32->1.33
11294
11295---------------------
11296PatchSet 2884
11297Date: 2002/10/14 22:41:18
11298Author: russ
11299Branch: HEAD
11300Tag: (none)
11301Log:
11302added full udhcp integration
11303
11304Members:
11305 Makefile:1.263->1.264
11306 examples/udhcp/sample.bound:INITIAL->1.1
11307 examples/udhcp/sample.deconfig:INITIAL->1.1
11308 examples/udhcp/sample.nak:INITIAL->1.1
11309 examples/udhcp/sample.renew:INITIAL->1.1
11310 examples/udhcp/sample.script:INITIAL->1.1
11311 examples/udhcp/simple.script:INITIAL->1.1
11312 examples/udhcp/udhcpd.conf:INITIAL->1.1
11313 examples/udhcpc/default.bound:1.1->1.2(DEAD)
11314 examples/udhcpc/default.deconfig:1.1->1.2(DEAD)
11315 examples/udhcpc/default.renew:1.1->1.2(DEAD)
11316 examples/udhcpc/default.script:1.1->1.2(DEAD)
11317 include/applets.h:1.69->1.70
11318 include/usage.h:1.110->1.111
11319 networking/Makefile.in:1.4->1.5
11320 networking/config.in:1.8->1.9
11321 networking/udhcpc.c:1.8->1.9(DEAD)
11322 networking/udhcp/AUTHORS:INITIAL->1.1
11323 networking/udhcp/COPYING:INITIAL->1.1
11324 networking/udhcp/ChangeLog:INITIAL->1.1
11325 networking/udhcp/Makefile.in:INITIAL->1.1
11326 networking/udhcp/README:INITIAL->1.1
11327 networking/udhcp/TODO:INITIAL->1.1
11328 networking/udhcp/arpping.c:INITIAL->1.1
11329 networking/udhcp/arpping.h:INITIAL->1.1
11330 networking/udhcp/clientpacket.c:INITIAL->1.1
11331 networking/udhcp/clientpacket.h:INITIAL->1.1
11332 networking/udhcp/config.in:INITIAL->1.1
11333 networking/udhcp/debug.h:INITIAL->1.1
11334 networking/udhcp/dhcpc.c:INITIAL->1.1
11335 networking/udhcp/dhcpc.h:INITIAL->1.1
11336 networking/udhcp/dhcpd.c:INITIAL->1.1
11337 networking/udhcp/dhcpd.h:INITIAL->1.1
11338 networking/udhcp/dumpleases.c:INITIAL->1.1
11339 networking/udhcp/files.c:INITIAL->1.1
11340 networking/udhcp/files.h:INITIAL->1.1
11341 networking/udhcp/frontend.c:INITIAL->1.1
11342 networking/udhcp/leases.c:INITIAL->1.1
11343 networking/udhcp/leases.h:INITIAL->1.1
11344 networking/udhcp/libbb_udhcp.h:INITIAL->1.1
11345 networking/udhcp/options.c:INITIAL->1.1
11346 networking/udhcp/options.h:INITIAL->1.1
11347 networking/udhcp/packet.c:INITIAL->1.1
11348 networking/udhcp/packet.h:INITIAL->1.1
11349 networking/udhcp/pidfile.c:INITIAL->1.1
11350 networking/udhcp/pidfile.h:INITIAL->1.1
11351 networking/udhcp/script.c:INITIAL->1.1
11352 networking/udhcp/script.h:INITIAL->1.1
11353 networking/udhcp/serverpacket.c:INITIAL->1.1
11354 networking/udhcp/serverpacket.h:INITIAL->1.1
11355 networking/udhcp/socket.c:INITIAL->1.1
11356 networking/udhcp/socket.h:INITIAL->1.1
11357
11358---------------------
11359PatchSet 2885
11360Date: 2002/10/14 22:47:07
11361Author: russ
11362Branch: HEAD
11363Tag: (none)
11364Log:
11365missed add for udhcp
11366
11367Members:
11368 networking/udhcp/Makefile:INITIAL->1.1
11369
11370---------------------
11371PatchSet 2886
11372Date: 2002/10/18 23:13:23
11373Author: andersen
11374Branch: HEAD
11375Tag: (none)
11376Log:
11377Fix needless difference vs GNU
11378
11379Members:
11380 networking/hostname.c:1.32->1.33
11381
11382---------------------
11383PatchSet 2887
11384Date: 2002/10/18 23:14:07
11385Author: andersen
11386Branch: HEAD
11387Tag: (none)
11388Log:
11389Fix needless formatting differences vs modutils
11390
11391Members:
11392 modutils/lsmod.c:1.33->1.34
11393
11394---------------------
11395PatchSet 2888
11396Date: 2002/10/18 23:18:10
11397Author: andersen
11398Branch: HEAD
11399Tag: (none)
11400Log:
11401disambiguate a test
11402
11403Members:
11404 tests/sh.testcases:1.4->1.5
11405
11406---------------------
11407PatchSet 2889
11408Date: 2002/10/18 23:31:02
11409Author: andersen
11410Branch: HEAD
11411Tag: (none)
11412Log:
11413Fix an obvious thinko
11414 -Erik
11415
11416Members:
11417 archival/rpm2cpio.c:1.6->1.7
11418
11419---------------------
11420PatchSet 2890
11421Date: 2002/10/19 00:59:40
11422Author: bug1
11423Branch: HEAD
11424Tag: (none)
11425Log:
11426Put bac kthe code that handles cases where a '-' wasnt specified prior to the options.
11427
11428Members:
11429 archival/tar.c:1.154->1.155
11430
11431---------------------
11432PatchSet 2891
11433Date: 2002/10/19 01:46:35
11434Author: bug1
11435Branch: HEAD
11436Tag: (none)
11437Log:
11438Dont use absolute pathname (dunno why i did that), fix tar filename/stdin problems
11439
11440Members:
11441 archival/tar.c:1.155->1.156
11442
11443---------------------
11444PatchSet 2892
11445Date: 2002/10/19 03:18:50
11446Author: bug1
11447Branch: HEAD
11448Tag: (none)
11449Log:
11450Remove entries from the accept list as they are matched so we can determine if any files that were specified in the list wernt found.
11451
11452Members:
11453 archival/tar.c:1.156->1.157
11454 archival/libunarchive/filter_accept_list.c:1.1->1.2
11455
11456---------------------
11457PatchSet 2893
11458Date: 2002/10/19 06:10:51
11459Author: bug1
11460Branch: HEAD
11461Tag: (none)
11462Log:
11463Find a string in a list
11464
11465Members:
11466 archival/libunarchive/find_list_entry.c:INITIAL->1.1
11467
11468---------------------
11469PatchSet 2894
11470Date: 2002/10/19 07:19:20
11471Author: bug1
11472Branch: HEAD
11473Tag: (none)
11474Log:
11475Fix exclude/include problem
11476
11477Members:
11478 archival/tar.c:1.157->1.158
11479 archival/libunarchive/Makefile.in:1.2->1.3
11480 archival/libunarchive/filter_accept_list.c:1.2->1.3
11481 archival/libunarchive/filter_accept_reject_list.c:1.1->1.2
11482 archival/libunarchive/get_header_tar.c:1.9->1.10
11483 include/unarchive.h:1.6->1.7
11484
11485---------------------
11486PatchSet 2895
11487Date: 2002/10/19 11:40:53
11488Author: bug1
11489Branch: HEAD
11490Tag: (none)
11491Log:
11492Update dpkg to use new unarchive code
11493
11494Members:
11495 archival/dpkg.c:1.62->1.63
11496 archival/libunarchive/Makefile.in:1.3->1.4
11497 archival/libunarchive/data_extract_all_prefix.c:INITIAL->1.1
11498 archival/libunarchive/data_extract_to_buffer.c:INITIAL->1.1
11499 include/unarchive.h:1.7->1.8
11500
11501---------------------
11502PatchSet 2896
11503Date: 2002/10/20 00:56:41
11504Author: bug1
11505Branch: HEAD
11506Tag: (none)
11507Log:
11508Dont try and make the "/" directory
11509
11510Members:
11511 libbb/make_directory.c:1.10->1.11
11512
11513---------------------
11514PatchSet 2897
11515Date: 2002/10/21 07:29:55
11516Author: bug1
11517Branch: HEAD
11518Tag: (none)
11519Log:
11520gz_open is used anymore, use inflate directly, see how its done in get_header_tar_gz
11521
11522Members:
11523 libbb/gz_open.c:1.5->1.6(DEAD)
11524
11525---------------------
11526PatchSet 2898
11527Date: 2002/10/22 02:07:31
11528Author: bug1
11529Branch: HEAD
11530Tag: (none)
11531Log:
11532Move unzip.c uncompress.c from libbb to archiveal/libunarchive
11533
11534Members:
11535 archival/libunarchive/Makefile.in:1.4->1.5
11536 libbb/Makefile.in:1.6->1.7
11537 libbb/uncompress.c:1.2->1.3(DEAD)
11538 libbb/unzip.c:1.22->1.23(DEAD)
11539
11540---------------------
11541PatchSet 2899
11542Date: 2002/10/22 12:45:20
11543Author: andersen
11544Branch: HEAD
11545Tag: (none)
11546Log:
11547Be absurdly careful about flushing stdout.
11548
11549Members:
11550 init/init.c:1.175->1.176
11551
11552---------------------
11553PatchSet 2900
11554Date: 2002/10/22 12:58:59
11555Author: andersen
11556Branch: HEAD
11557Tag: (none)
11558Log:
11559Apply last_patch51_3 from vodz
11560
11561Members:
11562 shell/ash.c:1.60->1.61
11563
11564---------------------
11565PatchSet 2901
11566Date: 2002/10/22 13:21:15
11567Author: andersen
11568Branch: HEAD
11569Tag: (none)
11570Log:
11571Patch last_pach62 from vodz. This patch moves all the /proc parsing
11572code into libbb so it can be shared by ps, top, etc, saving over 1.5k.
11573
11574Members:
11575 include/libbb.h:1.83->1.84
11576 libbb/Makefile.in:1.7->1.8
11577 libbb/find_pid_by_name.c:1.7->1.8
11578 libbb/procps.c:INITIAL->1.1
11579 procps/kill.c:1.44->1.45
11580 procps/pidof.c:1.5->1.6
11581 procps/ps.c:1.46->1.47
11582 procps/top.c:1.4->1.5
11583
11584---------------------
11585PatchSet 2902
11586Date: 2002/10/22 13:24:55
11587Author: andersen
11588Branch: HEAD
11589Tag: (none)
11590Log:
11591last_patch63 from vodz: add in crond and crontab applets
11592
11593Members:
11594 AUTHORS:1.26->1.27
11595 docs/busybox_footer.pod:1.6->1.7
11596 docs/busybox_header.pod:1.6->1.7
11597 include/applets.h:1.70->1.71
11598 include/usage.h:1.111->1.112
11599 miscutils/Makefile.in:1.1->1.2
11600 miscutils/config.in:1.2->1.3
11601 miscutils/crond.c:INITIAL->1.1
11602 miscutils/crontab.c:INITIAL->1.1
11603
11604---------------------
11605PatchSet 2903
11606Date: 2002/10/22 20:15:19
11607Author: andersen
11608Branch: HEAD
11609Tag: (none)
11610Log:
11611I committed the fflush in the wrong spot. I should go to bed
11612earlier so I don't screw up such easy stuff.
11613 -Erik
11614
11615Members:
11616 init/init.c:1.176->1.177
11617
11618---------------------
11619PatchSet 2904
11620Date: 2002/10/22 20:19:12
11621Author: andersen
11622Branch: HEAD
11623Tag: (none)
11624Log:
11625vodz writes:
11626 Oops... Last patch 63 have small typo (stable/devel) mixing.
11627 Attached patch removing lines from TODO also :)
11628
11629Members:
11630 TODO:1.84->1.85
11631 include/applets.h:1.71->1.72
11632
11633---------------------
11634PatchSet 2905
11635Date: 2002/10/22 20:21:48
11636Author: andersen
11637Branch: HEAD
11638Tag: (none)
11639Log:
11640Apply patch from bug #1278 -- fix usage message for the
11641start_stop_daemon applet.
11642
11643Members:
11644 include/usage.h:1.112->1.113
11645
11646---------------------
11647PatchSet 2906
11648Date: 2002/10/22 21:01:08
11649Author: andersen
11650Branch: HEAD
11651Tag: (none)
11652Log:
11653vodz forgot to include the suid field
11654
11655Members:
11656 include/applets.h:1.72->1.73
11657
11658---------------------
11659PatchSet 2907
11660Date: 2002/10/22 21:08:51
11661Author: andersen
11662Branch: HEAD
11663Tag: (none)
11664Log:
11665mjn3 noticed that crond and crontab had #include <pwd.h> and #include <grp.h>
11666but this conflicted with the internal pwd_.h and grp_.h. Removing these
11667headers is correct, since the correct pwd/grp headers will be included via
11668busybox.h
11669 -Erik
11670
11671Members:
11672 miscutils/crond.c:1.1->1.2
11673 miscutils/crontab.c:1.1->1.2
11674
11675---------------------
11676PatchSet 2908
11677Date: 2002/10/22 23:15:33
11678Author: andersen
11679Branch: HEAD
11680Tag: (none)
11681Log:
11682Fix warning
11683
11684Members:
11685 shell/ash.c:1.61->1.62
11686
11687---------------------
11688PatchSet 2909
11689Date: 2002/10/25 13:14:02
11690Author: andersen
11691Branch: HEAD
11692Tag: (none)
11693Log:
11694This patch from Magnus Damm fixed a long standing problem
11695with freeing memory.
11696
11697Members:
11698 networking/tftp.c:1.13->1.14
11699
11700---------------------
11701PatchSet 2910
11702Date: 2002/10/26 11:05:37
11703Author: andersen
11704Branch: HEAD
11705Tag: (none)
11706Log:
11707A bugfix from Danny Lepage:
11708 It seems that under busybox unstable, "tar -c -f - blabla" create
11709 a tar file named "-" instead of writing to stdout.
11710
11711 The included patch should fix this.
11712
11713Members:
11714 archival/tar.c:1.158->1.159
11715
11716---------------------
11717PatchSet 2911
11718Date: 2002/10/26 11:17:24
11719Author: andersen
11720Branch: HEAD
11721Tag: (none)
11722Log:
11723Ivan Popov noticed that handling of PREFIX was bad.
11724 -Erik
11725
11726Members:
11727 Rules.mak:1.6->1.7
11728
11729---------------------
11730PatchSet 2912
11731Date: 2002/10/26 11:19:19
11732Author: andersen
11733Branch: HEAD
11734Tag: (none)
11735Log:
11736A patch from Jouni Malinen to avoid some buffer overflows in vi,
11737closing bug #1270
11738
11739Members:
11740 editors/vi.c:1.23->1.24
11741
11742---------------------
11743PatchSet 2913
11744Date: 2002/10/26 11:27:42
11745Author: andersen
11746Branch: HEAD
11747Tag: (none)
11748Log:
11749last_patch64 from vodz:
11750
11751 The following usage from original user:
11752 $ ./busybox swapon -a
11753 Have typo problem:
11754 swapon: swapon: Operation not permitted
11755
11756 But regular version:
11757 swapon: /dev/hda5: Operation not permitted
11758
11759 Patch attached, reduced 9 bytes and advanced
11760 exit code also.
11761
11762Members:
11763 util-linux/swaponoff.c:1.30->1.31
11764
11765---------------------
11766PatchSet 2914
11767Date: 2002/10/27 06:08:30
11768Author: andersen
11769Branch: HEAD
11770Tag: (none)
11771Log:
11772Update the webpage
11773 -Erik
11774
11775Members:
11776 docs/busybox.net/index.html:1.112->1.113
11777
11778---------------------
11779PatchSet 2915
11780Date: 2002/10/27 06:14:44
11781Author: andersen
11782Branch: HEAD
11783Tag: (none)
11784Log:
11785Formatting
11786
11787Members:
11788 docs/busybox.net/index.html:1.113->1.114
11789
11790---------------------
11791PatchSet 2916
11792Date: 2002/10/30 06:55:37
11793Author: andersen
11794Branch: HEAD
11795Tag: (none)
11796Log:
11797Use a nifty macro to make testing gcc features simpler
11798and much easier to read.
11799 -Erik
11800
11801Members:
11802 Rules.mak:1.7->1.8
11803
11804---------------------
11805PatchSet 2917
11806Date: 2002/10/31 19:21:27
11807Author: russ
11808Branch: HEAD
11809Tag: (none)
11810Log:
11811sync to udhcp 0.9.8
11812
11813Members:
11814 networking/udhcp/ChangeLog:1.1->1.2
11815 networking/udhcp/README:1.1->1.2
11816 networking/udhcp/README.dumpleases:INITIAL->1.1
11817 networking/udhcp/README.udhcpc:INITIAL->1.1
11818 networking/udhcp/README.udhcpd:INITIAL->1.1
11819 networking/udhcp/TODO:1.1->1.2
11820 networking/udhcp/clientpacket.c:1.1->1.2
11821 networking/udhcp/dhcpc.c:1.1->1.2
11822
11823---------------------
11824PatchSet 2918
11825Date: 2002/11/01 21:40:52
11826Author: bug1
11827Branch: HEAD
11828Tag: (none)
11829Log:
11830Report errror if the first magic character doesnt match
11831
11832Members:
11833 archival/gunzip.c:1.71->1.72
11834
11835---------------------
11836PatchSet 2919
11837Date: 2002/11/01 22:08:59
11838Author: bug1
11839Branch: HEAD
11840Tag: (none)
11841Log:
11842Make it a fatal error if bad chksum or crc, if not we should return an error code
11843
11844Members:
11845 archival/libunarchive/check_trailer_gzip.c:1.1->1.2
11846
11847---------------------
11848PatchSet 2920
11849Date: 2002/11/01 22:11:53
11850Author: bug1
11851Branch: HEAD
11852Tag: (none)
11853Log:
11854Allow the .Z prefix if compress support enabled
11855
11856Members:
11857 archival/gunzip.c:1.72->1.73
11858
11859---------------------
11860PatchSet 2921
11861Date: 2002/11/01 22:28:13
11862Author: bug1
11863Branch: HEAD
11864Tag: (none)
11865Log:
11866Allow short reads when filling compress buffer
11867
11868Members:
11869 archival/libunarchive/uncompress.c:1.2->1.3
11870
11871---------------------
11872PatchSet 2922
11873Date: 2002/11/01 23:38:50
11874Author: bug1
11875Branch: HEAD
11876Tag: (none)
11877Log:
11878Make uncompress a seperate applet so it doesnt pull in all the gunzip code
11879
11880Members:
11881 archival/Makefile.in:1.1->1.2
11882 archival/config.in:1.12->1.13
11883 archival/gunzip.c:1.73->1.74
11884 archival/uncompress.c:INITIAL->1.1
11885 archival/libunarchive/uncompress.c:1.3->1.4
11886 include/applets.h:1.73->1.74
11887 include/usage.h:1.113->1.114
11888 sysdeps/linux/config.in:1.9->1.10
11889
11890---------------------
11891PatchSet 2923
11892Date: 2002/11/03 00:25:23
11893Author: andersen
11894Branch: HEAD
11895Tag: (none)
11896Log:
11897Test for holes in swapfiles
11898 -Erik
11899
11900Members:
11901 util-linux/swaponoff.c:1.31->1.32
11902
11903---------------------
11904PatchSet 2924
11905Date: 2002/11/03 07:28:36
11906Author: bug1
11907Branch: HEAD
11908Tag: (none)
11909Log:
11910Move bunzip2 idecompression code to libunarchive
11911
11912Members:
11913 archival/bunzip2.c:1.11->1.12
11914 archival/libunarchive/Makefile.in:1.5->1.6
11915 archival/libunarchive/decompress_bunzip2.c:INITIAL->1.1
11916 include/unarchive.h:1.8->1.9
11917
11918---------------------
11919PatchSet 2925
11920Date: 2002/11/03 10:57:25
11921Author: bug1
11922Branch: HEAD
11923Tag: (none)
11924Log:
11925Use xread_char to save a few bytes, fix indenting of comments
11926
11927Members:
11928 archival/libunarchive/check_header_gzip.c:1.2->1.3
11929
11930---------------------
11931PatchSet 2926
11932Date: 2002/11/03 11:46:49
11933Author: bug1
11934Branch: HEAD
11935Tag: (none)
11936Log:
11937Add copyright notice and license, use strcat+strcpy instead of sprintf
11938
11939Members:
11940 archival/libunarchive/data_extract_all_prefix.c:1.1->1.2
11941
11942---------------------
11943PatchSet 2927
11944Date: 2002/11/03 11:57:08
11945Author: bug1
11946Branch: HEAD
11947Tag: (none)
11948Log:
11949Move data_extract_all_prefix to dpkg, its only used there.
11950
11951Members:
11952 archival/dpkg.c:1.63->1.64
11953 archival/libunarchive/Makefile.in:1.6->1.7
11954 archival/libunarchive/data_extract_all_prefix.c:1.2->1.3(DEAD)
11955 include/unarchive.h:1.9->1.10
11956
11957---------------------
11958PatchSet 2928
11959Date: 2002/11/03 12:50:33
11960Author: bug1
11961Branch: HEAD
11962Tag: (none)
11963Log:
11964Fix #define syntax
11965
11966Members:
11967 archival/libunarchive/uncompress.c:1.4->1.5
11968
11969---------------------
11970PatchSet 2929
11971Date: 2002/11/03 14:05:05
11972Author: bug1
11973Branch: HEAD
11974Tag: (none)
11975Log:
11976Abstract read and seek in unarchiving code, convert bunzip to file descriptors, support tar -j
11977
11978Members:
11979 archival/ar.c:1.41->1.42
11980 archival/bunzip2.c:1.12->1.13
11981 archival/config.in:1.13->1.14
11982 archival/cpio.c:1.7->1.8
11983 archival/tar.c:1.159->1.160
11984 archival/unzip.c:1.2->1.3
11985 archival/libunarchive/Makefile.in:1.7->1.8
11986 archival/libunarchive/archive_copy_file.c:INITIAL->1.1
11987 archival/libunarchive/archive_xread.c:INITIAL->1.1
11988 archival/libunarchive/archive_xread_all.c:INITIAL->1.1
11989 archival/libunarchive/archive_xread_all_eof.c:INITIAL->1.1
11990 archival/libunarchive/archive_xread_char.c:INITIAL->1.1
11991 archival/libunarchive/copy_file_chunk_fd.c:1.1->1.2(DEAD)
11992 archival/libunarchive/data_align.c:1.1->1.2
11993 archival/libunarchive/data_extract_all.c:1.4->1.5
11994 archival/libunarchive/data_extract_to_buffer.c:1.1->1.2
11995 archival/libunarchive/data_extract_to_stdout.c:1.1->1.2
11996 archival/libunarchive/data_skip.c:1.1->1.2
11997 archival/libunarchive/decompress_bunzip2.c:1.1->1.2
11998 archival/libunarchive/get_header_tar.c:1.10->1.11
11999 archival/libunarchive/get_header_tar_gz.c:1.2->1.3
12000 archival/libunarchive/init_handle.c:1.1->1.2
12001 archival/libunarchive/seek_by_char.c:INITIAL->1.1
12002 archival/libunarchive/seek_by_jump.c:INITIAL->1.1
12003 archival/libunarchive/seek_sub_file.c:1.4->1.5(DEAD)
12004 archival/libunarchive/unpack_ar_archive.c:1.1->1.2
12005 include/libbb.h:1.84->1.85
12006 include/unarchive.h:1.10->1.11
12007 libbb/xfuncs.c:1.8->1.9
12008
12009---------------------
12010PatchSet 2930
12011Date: 2002/11/03 14:14:53
12012Author: bug1
12013Branch: HEAD
12014Tag: (none)
12015Log:
12016Call lseek directly rather than via data_align()
12017
12018Members:
12019 archival/rpm2cpio.c:1.7->1.8
12020
12021---------------------
12022PatchSet 2931
12023Date: 2002/11/04 23:47:29
12024Author: bug1
12025Branch: HEAD
12026Tag: (none)
12027Log:
12028Change filter paramaters, filters can be more powefull now
12029
12030Members:
12031 archival/cpio.c:1.8->1.9
12032 archival/libunarchive/filter_accept_all.c:1.2->1.3
12033 archival/libunarchive/filter_accept_list.c:1.3->1.4
12034 archival/libunarchive/filter_accept_reject_list.c:1.2->1.3
12035 archival/libunarchive/get_header_ar.c:1.4->1.5
12036 archival/libunarchive/get_header_tar.c:1.11->1.12
12037 include/unarchive.h:1.11->1.12
12038
12039---------------------
12040PatchSet 2932
12041Date: 2002/11/05 01:52:20
12042Author: bug1
12043Branch: HEAD
12044Tag: (none)
12045Log:
12046enable .tar.bz2 for dpkg-deb
12047
12048Members:
12049 archival/config.in:1.14->1.15
12050 archival/dpkg_deb.c:1.26->1.27
12051 archival/libunarchive/Makefile.in:1.8->1.9
12052 archival/libunarchive/filter_accept_all.c:1.3->1.4
12053 archival/libunarchive/filter_accept_list.c:1.4->1.5
12054 archival/libunarchive/filter_accept_reject_list.c:1.3->1.4
12055 include/unarchive.h:1.12->1.13
12056
12057---------------------
12058PatchSet 2933
12059Date: 2002/11/05 02:56:52
12060Author: bug1
12061Branch: HEAD
12062Tag: (none)
12063Log:
12064Fail silently if a partial tar header is read as tar.bz2 is leaving trailing junk (not sure why), add some missing files
12065
12066Members:
12067 archival/tar.c:1.160->1.161
12068 archival/libunarchive/Makefile.in:1.9->1.10
12069 archival/libunarchive/decompress_bunzip2.c:1.2->1.3
12070 archival/libunarchive/filter_accept_list_reassign.c:INITIAL->1.1
12071 archival/libunarchive/get_header_tar.c:1.12->1.13
12072 archival/libunarchive/get_header_tar_bz2.c:INITIAL->1.1
12073 include/unarchive.h:1.13->1.14
12074
12075---------------------
12076PatchSet 2934
12077Date: 2002/11/05 13:56:04
12078Author: bug1
12079Branch: HEAD
12080Tag: (none)
12081Log:
12082Support for bziped debs, i.e. use .tar.bz2 instead .tar.gz internally
12083
12084Members:
12085 archival/dpkg.c:1.64->1.65
12086
12087---------------------
12088PatchSet 2935
12089Date: 2002/11/05 20:10:21
12090Author: russ
12091Branch: HEAD
12092Tag: (none)
12093Log:
12094version number oops
12095
12096Members:
12097 networking/udhcp/dhcpd.h:1.1->1.2
12098 networking/udhcp/libbb_udhcp.h:1.1->1.2
12099 networking/udhcp/version.h:INITIAL->1.1
12100
12101---------------------
12102PatchSet 2936
12103Date: 2002/11/05 20:13:41
12104Author: russ
12105Branch: HEAD
12106Tag: (none)
12107Log:
12108typo in udhcpc help
12109
12110Members:
12111 include/usage.h:1.114->1.115
12112
12113---------------------
12114PatchSet 2937
12115Date: 2002/11/06 22:31:45
12116Author: bug1
12117Branch: HEAD
12118Tag: (none)
12119Log:
12120Terminate the buffer with a '\0'
12121
12122Members:
12123 archival/libunarchive/data_extract_to_buffer.c:1.2->1.3
12124
12125---------------------
12126PatchSet 2938
12127Date: 2002/11/06 22:54:41
12128Author: bug1
12129Branch: HEAD
12130Tag: (none)
12131Log:
12132Split deb_extract() into more generic functions
12133
12134Members:
12135 archival/dpkg.c:1.65->1.66
12136
12137---------------------
12138PatchSet 2939
12139Date: 2002/11/06 23:35:28
12140Author: bug1
12141Branch: HEAD
12142Tag: (none)
12143Log:
12144Use a switch instead of successive if (strcmp()) statments.
12145
12146Members:
12147 archival/dpkg.c:1.66->1.67
12148
12149---------------------
12150PatchSet 2940
12151Date: 2002/11/07 02:06:58
12152Author: andersen
12153Branch: HEAD
12154Tag: (none)
12155Log:
12156Fix broken tabs
12157
12158Members:
12159 scripts/lxdialog/Makefile:1.1->1.2
12160
12161---------------------
12162PatchSet 2941
12163Date: 2002/11/07 02:09:37
12164Author: andersen
12165Branch: HEAD
12166Tag: (none)
12167Log:
12168Implement a small strings applet
12169
12170Members:
12171 include/applets.h:1.74->1.75
12172 include/usage.h:1.115->1.116
12173 miscutils/Makefile.in:1.2->1.3
12174 miscutils/config.in:1.3->1.4
12175 miscutils/strings.c:INITIAL->1.1
12176
12177---------------------
12178PatchSet 2942
12179Date: 2002/11/07 02:26:29
12180Author: andersen
12181Branch: HEAD
12182Tag: (none)
12183Log:
12184Fix a stupid typo
12185
12186Members:
12187 include/usage.h:1.116->1.117
12188
12189---------------------
12190PatchSet 2943
12191Date: 2002/11/07 02:45:55
12192Author: andersen
12193Branch: HEAD
12194Tag: (none)
12195Log:
12196Remove gratuitous and unnecessary "BusyBox" refernece in login prompt
12197 -Erik
12198
12199Members:
12200 loginutils/login.c:1.5->1.6
12201
12202---------------------
12203PatchSet 2944
12204Date: 2002/11/08 07:09:42
12205Author: bug1
12206Branch: HEAD
12207Tag: (none)
12208Log:
12209Fix reading from stdin (me), Fix tar segfault when no arguments specified (Geoffrey Lee)
12210
12211Members:
12212 archival/tar.c:1.161->1.162
12213
12214---------------------
12215PatchSet 2945
12216Date: 2002/11/08 08:07:38
12217Author: bug1
12218Branch: HEAD
12219Tag: (none)
12220Log:
12221#ifdef, not just #if... grrr
12222
12223Members:
12224 archival/libunarchive/seek_by_jump.c:1.1->1.2
12225
12226---------------------
12227PatchSet 2946
12228Date: 2002/11/08 09:40:02
12229Author: andersen
12230Branch: HEAD
12231Tag: (none)
12232Log:
12233Teach lash to get $1 $2 $3 etc correct
12234 -Erik
12235
12236Members:
12237 shell/lash.c:1.146->1.147
12238
12239---------------------
12240PatchSet 2947
12241Date: 2002/11/09 09:34:14
12242Author: bug1
12243Branch: HEAD
12244Tag: (none)
12245Log:
12246debian compatable ifup and ifdown commands
12247
12248Members:
12249 include/applets.h:1.75->1.76
12250 include/usage.h:1.117->1.118
12251 networking/Makefile.in:1.5->1.6
12252 networking/config.in:1.9->1.10
12253 networking/ifupdown.c:INITIAL->1.1
12254
12255---------------------
12256PatchSet 2948
12257Date: 2002/11/10 01:33:46
12258Author: bug1
12259Branch: HEAD
12260Tag: (none)
12261Log:
12262IP applet by Bastian Blank <waldi@debian.org>
12263
12264Members:
12265 Makefile:1.264->1.265
12266 include/applets.h:1.76->1.77
12267 include/usage.h:1.118->1.119
12268 networking/Makefile.in:1.6->1.7
12269 networking/config.in:1.10->1.11
12270 networking/ip.c:INITIAL->1.1
12271 networking/libiproute/Makefile:INITIAL->1.1
12272 networking/libiproute/Makefile.in:INITIAL->1.1
12273 networking/libiproute/ip_common.h:INITIAL->1.1
12274 networking/libiproute/ipaddress.c:INITIAL->1.1
12275 networking/libiproute/iplink.c:INITIAL->1.1
12276 networking/libiproute/iproute.c:INITIAL->1.1
12277 networking/libiproute/iptunnel.c:INITIAL->1.1
12278 networking/libiproute/libnetlink.c:INITIAL->1.1
12279 networking/libiproute/libnetlink.h:INITIAL->1.1
12280 networking/libiproute/ll_addr.c:INITIAL->1.1
12281 networking/libiproute/ll_map.c:INITIAL->1.1
12282 networking/libiproute/ll_map.h:INITIAL->1.1
12283 networking/libiproute/ll_proto.c:INITIAL->1.1
12284 networking/libiproute/ll_types.c:INITIAL->1.1
12285 networking/libiproute/rt_names.c:INITIAL->1.1
12286 networking/libiproute/rt_names.h:INITIAL->1.1
12287 networking/libiproute/rtm_map.c:INITIAL->1.1
12288 networking/libiproute/rtm_map.h:INITIAL->1.1
12289 networking/libiproute/utils.c:INITIAL->1.1
12290 networking/libiproute/utils.h:INITIAL->1.1
12291 networking/libiproute/linux/pkt_sched.h:INITIAL->1.1
12292
12293---------------------
12294PatchSet 2949
12295Date: 2002/11/10 10:20:45
12296Author: bug1
12297Branch: HEAD
12298Tag: (none)
12299Log:
12300Only compile the files in this dir if the IP applet is enabled
12301
12302Members:
12303 networking/libiproute/Makefile.in:1.1->1.2
12304
12305---------------------
12306PatchSet 2950
12307Date: 2002/11/10 13:17:08
12308Author: bug1
12309Branch: HEAD
12310Tag: (none)
12311Log:
12312Make mapping support a definable feature, saves 1.6kB
12313
12314Members:
12315 networking/config.in:1.11->1.12
12316 networking/ifupdown.c:1.1->1.2
12317
12318---------------------
12319PatchSet 2951
12320Date: 2002/11/10 13:20:35
12321Author: bug1
12322Branch: HEAD
12323Tag: (none)
12324Log:
12325Fixup a previous define
12326
12327Members:
12328 networking/ifupdown.c:1.2->1.3
12329
12330---------------------
12331PatchSet 2952
12332Date: 2002/11/10 21:28:12
12333Author: bug1
12334Branch: HEAD
12335Tag: (none)
12336Log:
12337last_patch64 from Vladimir N. Oleynik <dzo@simtreas.ru>
12338
12339Members:
12340 include/applets.h:1.77->1.78
12341 miscutils/crontab.c:1.2->1.3
12342
12343---------------------
12344PatchSet 2953
12345Date: 2002/11/10 21:33:28
12346Author: bug1
12347Branch: HEAD
12348Tag: (none)
12349Log:
12350last_patch57 from Vladimir N. Oleynik
12351
12352Members:
12353 sysklogd/logger.c:1.35->1.36
12354
12355---------------------
12356PatchSet 2954
12357Date: 2002/11/10 21:47:14
12358Author: bug1
12359Branch: HEAD
12360Tag: (none)
12361Log:
12362Rewrite of xargs by Vladimir N. Oleynik
12363
12364Members:
12365 AUTHORS:1.27->1.28
12366 docs/busybox_footer.pod:1.7->1.8
12367 findutils/xargs.c:1.23->1.24
12368 include/usage.h:1.119->1.120
12369
12370---------------------
12371PatchSet 2955
12372Date: 2002/11/10 21:52:59
12373Author: bug1
12374Branch: HEAD
12375Tag: (none)
12376Log:
12377Prevent a segfault if no argument, by Geoffrey Lee <glee@bluesat.unsw.edu.au>
12378
12379Members:
12380 coreutils/od.c:1.2->1.3
12381 textutils/od.c:1.2->1.3
12382
12383---------------------
12384PatchSet 2956
12385Date: 2002/11/10 22:07:48
12386Author: bug1
12387Branch: HEAD
12388Tag: (none)
12389Log:
12390Fix for hostname -s, by Stephan Linz
12391
12392Members:
12393 networking/hostname.c:1.33->1.34
12394
12395---------------------
12396PatchSet 2957
12397Date: 2002/11/10 22:16:09
12398Author: bug1
12399Branch: HEAD
12400Tag: (none)
12401Log:
12402Will the real od.c please stand up! (my previous commit was a mistake)
12403
12404Members:
12405 coreutils/od.c:1.3->1.4
12406 textutils/od.c:1.3->1.4
12407
12408---------------------
12409PatchSet 2958
12410Date: 2002/11/10 22:26:18
12411Author: bug1
12412Branch: HEAD
12413Tag: (none)
12414Log:
12415Config feature DEVPTS defined and used in telnetd, by Pavel Roskin
12416
12417Members:
12418 docs/Configure.help:1.3->1.4
12419 networking/telnetd.c:1.1->1.2
12420 sysdeps/linux/config.in:1.10->1.11
12421
12422---------------------
12423PatchSet 2959
12424Date: 2002/11/10 22:46:45
12425Author: bug1
12426Branch: HEAD
12427Tag: (none)
12428Log:
12429run through indent and manually check result
12430
12431Members:
12432 sysklogd/syslogd.c:1.89->1.90
12433
12434---------------------
12435PatchSet 2960
12436Date: 2002/11/10 23:42:25
12437Author: bug1
12438Branch: HEAD
12439Tag: (none)
12440Log:
12441ipcalc applet by Stephan Linz and Jordan Crouse
12442
12443Members:
12444 AUTHORS:1.28->1.29
12445 include/applets.h:1.78->1.79
12446 include/usage.h:1.120->1.121
12447 networking/Makefile.in:1.7->1.8
12448 networking/config.in:1.12->1.13
12449 networking/ipcalc.c:INITIAL->1.1
12450
12451---------------------
12452PatchSet 2961
12453Date: 2002/11/11 03:00:03
12454Author: bug1
12455Branch: HEAD
12456Tag: (none)
12457Log:
12458Move readlink, mktemp, run-parts and which to a new debianutils dir.
12459
12460Members:
12461 Makefile:1.265->1.266
12462 debianutils/Makefile:INITIAL->1.1
12463 debianutils/Makefile.in:INITIAL->1.1
12464 debianutils/config.in:INITIAL->1.1
12465 debianutils/mktemp.c:INITIAL->1.1
12466 debianutils/readlink.c:INITIAL->1.1
12467 debianutils/run_parts.c:INITIAL->1.1
12468 debianutils/which.c:INITIAL->1.1
12469 findutils/Makefile.in:1.1->1.2
12470 findutils/config.in:1.4->1.5
12471 findutils/which.c:1.22->1.23(DEAD)
12472 include/usage.h:1.121->1.122
12473 init/Makefile.in:1.2->1.3
12474 init/config.in:1.4->1.5
12475 init/run_parts.c:1.2->1.3(DEAD)
12476 miscutils/Makefile.in:1.3->1.4
12477 miscutils/config.in:1.4->1.5
12478 miscutils/mktemp.c:1.10->1.11(DEAD)
12479 miscutils/readlink.c:1.10->1.11(DEAD)
12480 sysdeps/linux/config.in:1.11->1.12
12481
12482---------------------
12483PatchSet 2962
12484Date: 2002/11/11 06:20:55
12485Author: bug1
12486Branch: HEAD
12487Tag: (none)
12488Log:
12489Move awk from textutils to editors. Cleanup run-parts, saves 200 bytes, moves the guts of run_parts to libbb to be used by ifupdown.
12490
12491Members:
12492 debianutils/run_parts.c:1.1->1.2
12493 editors/Makefile.in:1.1->1.2
12494 editors/awk.c:INITIAL->1.1
12495 editors/config.in:1.3->1.4
12496 include/libbb.h:1.85->1.86
12497 libbb/Makefile.in:1.8->1.9
12498 libbb/run_parts.c:INITIAL->1.1
12499 networking/ifupdown.c:1.3->1.4
12500 textutils/Makefile.in:1.2->1.3
12501 textutils/awk.c:1.2->1.3(DEAD)
12502 textutils/config.in:1.5->1.6
12503
12504---------------------
12505PatchSet 2963
12506Date: 2002/11/11 07:03:02
12507Author: bug1
12508Branch: HEAD
12509Tag: (none)
12510Log:
12511Make ifupdown use internal run_parts
12512
12513Members:
12514 networking/ifupdown.c:1.4->1.5
12515
12516---------------------
12517PatchSet 2964
12518Date: 2002/11/12 23:34:15
12519Author: bug1
12520Branch: HEAD
12521Tag: (none)
12522Log:
12523Reduce block size to 512 to prevent short read's when reading from a pipe
12524
12525Members:
12526 archival/libunarchive/archive_copy_file.c:1.1->1.2
12527
12528---------------------
12529PatchSet 2965
12530Date: 2002/11/13 00:24:19
12531Author: bug1
12532Branch: HEAD
12533Tag: (none)
12534Log:
12535Minor cleanups
12536
12537Members:
12538 archival/dpkg_deb.c:1.27->1.28
12539 archival/tar.c:1.162->1.163
12540 archival/libunarchive/filter_accept_list_reassign.c:1.1->1.2
12541 archival/libunarchive/get_header_tar_bz2.c:1.1->1.2
12542 archival/libunarchive/get_header_tar_gz.c:1.3->1.4
12543
12544---------------------
12545PatchSet 2966
12546Date: 2002/11/14 10:58:02
12547Author: andersen
12548Branch: HEAD
12549Tag: (none)
12550Log:
12551A missing securetty file is not an error.
12552 -Erik
12553
12554Members:
12555 loginutils/login.c:1.6->1.7
12556
12557---------------------
12558PatchSet 2967
12559Date: 2002/11/14 11:10:14
12560Author: andersen
12561Branch: HEAD
12562Tag: (none)
12563Log:
12564Patch from Marcel Hamer to fix addgroup argument parsing
12565
12566Members:
12567 loginutils/addgroup.c:1.5->1.6
12568
12569---------------------
12570PatchSet 2968
12571Date: 2002/11/15 08:48:47
12572Author: bug1
12573Branch: HEAD
12574Tag: (none)
12575Log:
12576Dont chdir untill after we open the archive
12577
12578Members:
12579 archival/tar.c:1.163->1.164
12580
12581---------------------
12582PatchSet 2969
12583Date: 2002/11/15 09:12:47
12584Author: andersen
12585Branch: HEAD
12586Tag: (none)
12587Log:
12588Patch from Bastian Blank:
12589
12590 hi erik
12591
12592 the following patch fixes the handling of iproute add <route> dev <dev>.
12593 the code got lost while removing things.
12594
12595 bastian
12596
12597Members:
12598 networking/libiproute/iproute.c:1.1->1.2
12599
12600---------------------
12601PatchSet 2970
12602Date: 2002/11/15 21:58:30
12603Author: bug1
12604Branch: HEAD
12605Tag: (none)
12606Log:
12607Allow short reads as we are looping anyway.
12608
12609Members:
12610 archival/libunarchive/archive_copy_file.c:1.2->1.3
12611
12612---------------------
12613PatchSet 2971
12614Date: 2002/11/15 22:18:01
12615Author: bug1
12616Branch: HEAD
12617Tag: (none)
12618Log:
12619Use vfork, by vodz
12620
12621Members:
12622 libbb/run_parts.c:1.1->1.2
12623
12624---------------------
12625PatchSet 2972
12626Date: 2002/11/16 21:34:57
12627Author: bug1
12628Branch: HEAD
12629Tag: (none)
12630Log:
12631Remove #defines around get_header_ptr, we allways need it.
12632
12633Members:
12634 archival/tar.c:1.164->1.165
12635
12636---------------------
12637PatchSet 2973
12638Date: 2002/11/17 21:33:30
12639Author: bug1
12640Branch: HEAD
12641Tag: (none)
12642Log:
12643Patch from Laurence Anderson to provide a read_gz function, doesnt require fork(), pipe(), consistent with read_bz2 and more flexible.
12644
12645Members:
12646 archival/libunarchive/unzip.c:1.22->1.23
12647
12648---------------------
12649PatchSet 2974
12650Date: 2002/11/17 21:48:11
12651Author: bug1
12652Branch: HEAD
12653Tag: (none)
12654Log:
12655Remove mapping option, its should always be used
12656
12657Members:
12658 networking/config.in:1.13->1.14
12659 networking/ifupdown.c:1.5->1.6
12660
12661---------------------
12662PatchSet 2975
12663Date: 2002/11/18 07:26:42
12664Author: bug1
12665Branch: HEAD
12666Tag: (none)
12667Log:
12668Use error_msg_and_die, style
12669
12670Members:
12671 networking/libiproute/utils.c:1.1->1.2
12672
12673---------------------
12674PatchSet 2976
12675Date: 2002/11/19 00:41:09
12676Author: russ
12677Branch: HEAD
12678Tag: (none)
12679Log:
12680udhcpc documentation update
12681
12682Members:
12683 networking/udhcp/README.udhcpc:1.1->1.2
12684
12685---------------------
12686PatchSet 2977
12687Date: 2002/11/19 08:22:03
12688Author: bug1
12689Branch: HEAD
12690Tag: (none)
12691Log:
12692Use read_gz, remove fork() woohoo!
12693
12694Members:
12695 archival/libunarchive/get_header_tar_gz.c:1.4->1.5
12696
12697---------------------
12698PatchSet 2978
12699Date: 2002/11/19 09:23:13
12700Author: bug1
12701Branch: HEAD
12702Tag: (none)
12703Log:
12704dont use the -i option of xargs
12705
12706Members:
12707 networking/ifupdown.c:1.6->1.7
12708
12709---------------------
12710PatchSet 2979
12711Date: 2002/11/19 09:58:56
12712Author: bug1
12713Branch: HEAD
12714Tag: (none)
12715Log:
12716Dont use xargs
12717
12718Members:
12719 networking/ifupdown.c:1.7->1.8
12720
12721---------------------
12722PatchSet 2980
12723Date: 2002/11/19 21:07:17
12724Author: bug1
12725Branch: HEAD
12726Tag: (none)
12727Log:
12728Headers for the read_gz changes
12729
12730Members:
12731 include/unarchive.h:1.14->1.15
12732
12733---------------------
12734PatchSet 2981
12735Date: 2002/11/20 06:46:46
12736Author: bug1
12737Branch: HEAD
12738Tag: (none)
12739Log:
12740read_gz patch 3 from Laurence Anderson
12741
12742Members:
12743 archival/libunarchive/unzip.c:1.23->1.24
12744
12745---------------------
12746PatchSet 2982
12747Date: 2002/11/20 22:00:31
12748Author: bug1
12749Branch: HEAD
12750Tag: (none)
12751Log:
12752Speed and memory usage improvements from Laurence Adnerson
12753
12754Members:
12755 archival/libunarchive/unzip.c:1.24->1.25
12756
12757---------------------
12758PatchSet 2983
12759Date: 2002/11/20 22:01:48
12760Author: bug1
12761Branch: HEAD
12762Tag: (none)
12763Log:
12764Add entry for Laurence Anderson
12765
12766Members:
12767 AUTHORS:1.29->1.30
12768
12769---------------------
12770PatchSet 2984
12771Date: 2002/11/21 22:17:11
12772Author: bug1
12773Branch: HEAD
12774Tag: (none)
12775Log:
12776Fix a vfork bug, by Nick Fedchik and Vladimir N. Oleynik
12777
12778Members:
12779 libbb/run_parts.c:1.2->1.3
12780
12781---------------------
12782PatchSet 2985
12783Date: 2002/11/22 10:39:09
12784Author: bug1
12785Branch: HEAD
12786Tag: (none)
12787Log:
12788Config file for udeb based on options from 0.60.5
12789
12790Members:
12791 debian/config-udeb:INITIAL->1.1
12792
12793---------------------
12794PatchSet 2986
12795Date: 2002/11/22 11:39:42
12796Author: bug1
12797Branch: HEAD
12798Tag: (none)
12799Log:
12800Update configuration options
12801
12802Members:
12803 debian/config-udeb:1.1->1.2
12804
12805---------------------
12806PatchSet 2987
12807Date: 2002/11/22 21:43:08
12808Author: bug1
12809Branch: HEAD
12810Tag: (none)
12811Log:
12812The tunnel option isnt required for the ip command
12813
12814Members:
12815 debian/config-udeb:1.2->1.3
12816
12817---------------------
12818PatchSet 2988
12819Date: 2002/11/22 22:16:19
12820Author: bug1
12821Branch: HEAD
12822Tag: (none)
12823Log:
12824Config file for the standard debian package based on 0.60.5 options
12825
12826Members:
12827 debian/config-deb:INITIAL->1.1
12828
12829---------------------
12830PatchSet 2989
12831Date: 2002/11/22 23:00:16
12832Author: bug1
12833Branch: HEAD
12834Tag: (none)
12835Log:
12836Config file for the static deb, based on options from the stable 0.60.5 branch
12837
12838Members:
12839 debian/config-static:INITIAL->1.1
12840
12841---------------------
12842PatchSet 2990
12843Date: 2002/11/23 07:14:55
12844Author: bug1
12845Branch: HEAD
12846Tag: (none)
12847Log:
12848New rules file for unstable
12849
12850Members:
12851 debian/rules:1.12->1.13
12852
12853---------------------
12854PatchSet 2991
12855Date: 2002/11/23 10:44:47
12856Author: bug1
12857Branch: HEAD
12858Tag: (none)
12859Log:
12860Fix long filename support
12861
12862Members:
12863 archival/libunarchive/get_header_tar.c:1.13->1.14
12864
12865---------------------
12866PatchSet 2992
12867Date: 2002/11/24 01:32:56
12868Author: bug1
12869Branch: HEAD
12870Tag: (none)
12871Log:
12872include libbb after stdlib.h as it breaks dmalloc
12873
12874Members:
12875 libbb/procps.c:1.1->1.2
12876
12877---------------------
12878PatchSet 2993
12879Date: 2002/11/24 06:01:19
12880Author: bug1
12881Branch: HEAD
12882Tag: (none)
12883Log:
12884Add an input buffer (currently 32kB) to speed things up heaps, it still requires 25% longer to decompress as compared to upstream.
12885
12886Members:
12887 archival/libunarchive/check_trailer_gzip.c:1.2->1.3
12888 archival/libunarchive/unzip.c:1.25->1.26
12889
12890---------------------
12891PatchSet 2994
12892Date: 2002/11/24 22:48:20
12893Author: bug1
12894Branch: HEAD
12895Tag: (none)
12896Log:
12897When making parent directories set permissions based on the base parent tree rather than the new directory to be created.
12898
12899Members:
12900 coreutils/mkdir.c:1.32->1.33
12901 fileutils/mkdir.c:1.32->1.33
12902 libbb/make_directory.c:1.11->1.12
12903
12904---------------------
12905PatchSet 2995
12906Date: 2002/11/24 23:22:29
12907Author: bug1
12908Branch: HEAD
12909Tag: (none)
12910Log:
12911Dont need a seperate function
12912
12913Members:
12914 libbb/make_directory.c:1.12->1.13
12915
12916---------------------
12917PatchSet 2996
12918Date: 2002/11/25 22:12:28
12919Author: bug1
12920Branch: HEAD
12921Tag: (none)
12922Log:
12923last_patch_67 from Vladimir N. Oleynik
12924
12925Members:
12926 procps/kill.c:1.45->1.46
12927 procps/pidof.c:1.6->1.7
12928
12929---------------------
12930PatchSet 2997
12931Date: 2002/11/25 22:31:37
12932Author: bug1
12933Branch: HEAD
12934Tag: (none)
12935Log:
12936Handle name entries that have a \0 in them, last_patch_65 from Vladimir N. Oleynik
12937
12938Members:
12939 libbb/procps.c:1.2->1.3
12940
12941---------------------
12942PatchSet 2998
12943Date: 2002/11/25 23:57:27
12944Author: bug1
12945Branch: HEAD
12946Tag: (none)
12947Log:
12948Use vfork instead of fork, some more cleanup from Vladimir N. Oleynik
12949
12950Members:
12951 archival/tar.c:1.165->1.166
12952
12953---------------------
12954PatchSet 2999
12955Date: 2002/11/26 02:16:06
12956Author: bug1
12957Branch: HEAD
12958Tag: (none)
12959Log:
12960Make a seperate busybox-doc package
12961
12962Members:
12963 debian/control:1.10->1.11
12964 debian/rules:1.13->1.14
12965
12966---------------------
12967PatchSet 3000
12968Date: 2002/11/26 02:23:41
12969Author: bug1
12970Branch: HEAD
12971Tag: (none)
12972Log:
12973Fix simple syntax error
12974
12975Members:
12976 networking/ifupdown.c:1.8->1.9
12977
12978---------------------
12979PatchSet 3001
12980Date: 2002/11/26 02:39:50
12981Author: bug1
12982Branch: HEAD
12983Tag: (none)
12984Log:
12985Use #ifdef instead of #if
12986
12987Members:
12988 libbb/create_icmp6_socket.c:1.1->1.2
12989 libbb/inet_common.c:1.3->1.4
12990 libbb/xgethostbyname2.c:1.1->1.2
12991 networking/netstat.c:1.7->1.8
12992
12993---------------------
12994PatchSet 3002
12995Date: 2002/11/26 03:01:27
12996Author: bug1
12997Branch: HEAD
12998Tag: (none)
12999Log:
13000Include heaps of options as is tradional with this deb
13001
13002Members:
13003 debian/config-static:1.1->1.2
13004
13005---------------------
13006PatchSet 3003
13007Date: 2002/11/26 03:03:41
13008Author: bug1
13009Branch: HEAD
13010Tag: (none)
13011Log:
13012use #ifdef instead of #if
13013
13014Members:
13015 networking/ping6.c:1.1->1.2
13016
13017---------------------
13018PatchSet 3004
13019Date: 2002/11/26 03:08:30
13020Author: bug1
13021Branch: HEAD
13022Tag: (none)
13023Log:
13024Store a custom Rules.mak file to enable buildign static binaries
13025
13026Members:
13027 debian/Config.h-deb:1.27->1.28(DEAD)
13028 debian/Config.h-static:1.22->1.23(DEAD)
13029 debian/Config.h-udeb:1.25->1.26(DEAD)
13030 debian/Rules.mak.shared:INITIAL->1.1
13031 debian/Rules.mak.static:INITIAL->1.1
13032 debian/rules:1.14->1.15
13033
13034---------------------
13035PatchSet 3005
13036Date: 2002/11/26 03:38:14
13037Author: bug1
13038Branch: HEAD
13039Tag: (none)
13040Log:
13041Required file for busybox-doc package
13042
13043Members:
13044 debian/busybox-doc.docs:INITIAL->1.1
13045
13046---------------------
13047PatchSet 3006
13048Date: 2002/11/26 09:02:04
13049Author: bug1
13050Branch: HEAD
13051Tag: (none)
13052Log:
13053use #ifdef CONFIG_* instead of #if CONFIG_*
13054
13055Members:
13056 libbb/interface.c:1.10->1.11
13057 libbb/xconnect.c:1.4->1.5
13058 networking/ifconfig.c:1.19->1.20
13059 networking/netstat.c:1.8->1.9
13060 networking/route.c:1.18->1.19
13061
13062---------------------
13063PatchSet 3007
13064Date: 2002/11/26 09:05:15
13065Author: bug1
13066Branch: HEAD
13067Tag: (none)
13068Log:
13069Name package busybox-unstable to keep a clean seperation between the official packages.
13070
13071Members:
13072 debian/control:1.11->1.12
13073 debian/rules:1.15->1.16
13074
13075---------------------
13076PatchSet 3008
13077Date: 2002/11/26 22:00:18
13078Author: bug1
13079Branch: HEAD
13080Tag: (none)
13081Log:
13082fdisk applet by Vladimir N. Oleynik
13083
13084Members:
13085 AUTHORS:1.30->1.31
13086 docs/busybox_footer.pod:1.8->1.9
13087 docs/busybox_header.pod:1.7->1.8
13088 include/applets.h:1.79->1.80
13089 include/usage.h:1.122->1.123
13090 util-linux/Makefile.in:1.2->1.3
13091 util-linux/config.in:1.8->1.9
13092 util-linux/fdisk.c:INITIAL->1.1
13093
13094---------------------
13095PatchSet 3009
13096Date: 2002/11/27 07:52:22
13097Author: bug1
13098Branch: HEAD
13099Tag: (none)
13100Log:
13101Check that one and only one of the [cxt] options is given
13102
13103Members:
13104 archival/tar.c:1.166->1.167
13105
13106---------------------
13107PatchSet 3010
13108Date: 2002/11/27 09:29:46
13109Author: bug1
13110Branch: HEAD
13111Tag: (none)
13112Log:
13113last_patch_68 from Vladimir N. Oleynik
13114
13115Members:
13116 README:1.24->1.25
13117 include/usage.h:1.123->1.124
13118 shell/cmdedit.c:1.72->1.73
13119 util-linux/config.in:1.9->1.10
13120
13121---------------------
13122PatchSet 3011
13123Date: 2002/11/27 23:24:49
13124Author: bug1
13125Branch: HEAD
13126Tag: (none)
13127Log:
13128Install symlinks for the udeb, dont install changelogs for the udeb
13129
13130Members:
13131 debian/rules:1.16->1.17
13132
13133---------------------
13134PatchSet 3012
13135Date: 2002/11/27 23:40:46
13136Author: bug1
13137Branch: HEAD
13138Tag: (none)
13139Log:
13140Adds a dummy entry to make it easier to make custom debs
13141
13142Members:
13143 debian/changelog:1.27->1.28
13144
13145---------------------
13146PatchSet 3013
13147Date: 2002/11/28 00:47:49
13148Author: bug1
13149Branch: HEAD
13150Tag: (none)
13151Log:
13152This test was hanging
13153
13154Members:
13155 testsuite/sed/sed-recurses-properly:1.2->1.3
13156
13157---------------------
13158PatchSet 3014
13159Date: 2002/11/28 00:51:38
13160Author: bug1
13161Branch: HEAD
13162Tag: (none)
13163Log:
13164left out a \"
13165
13166Members:
13167 testsuite/sed/sed-recurses-properly:1.3->1.4
13168
13169---------------------
13170PatchSet 3015
13171Date: 2002/11/28 08:33:04
13172Author: bug1
13173Branch: HEAD
13174Tag: (none)
13175Log:
13176Save a few bytes in show_usage
13177
13178Members:
13179 applets/applets.c:1.16->1.17
13180
13181---------------------
13182PatchSet 3016
13183Date: 2002/11/28 08:37:46
13184Author: bug1
13185Branch: HEAD
13186Tag: (none)
13187Log:
13188Use printf instead of fprintf(stdout
13189
13190Members:
13191 coreutils/ls.c:1.92->1.93
13192 fileutils/ls.c:1.92->1.93
13193
13194---------------------
13195PatchSet 3017
13196Date: 2002/11/28 09:09:47
13197Author: bug1
13198Branch: HEAD
13199Tag: (none)
13200Log:
13201Style
13202
13203Members:
13204 archival/libunarchive/uncompress.c:1.5->1.6
13205
13206---------------------
13207PatchSet 3018
13208Date: 2002/11/28 09:22:14
13209Author: bug1
13210Branch: HEAD
13211Tag: (none)
13212Log:
13213Use error_msg instead of printf(stderr
13214
13215Members:
13216 archival/gzip.c:1.56->1.57
13217
13218---------------------
13219PatchSet 3019
13220Date: 2002/11/28 09:30:40
13221Author: bug1
13222Branch: HEAD
13223Tag: (none)
13224Log:
13225Use erorr_msg( isntead of fprintf(stderr,
13226
13227Members:
13228 editors/awk.c:1.1->1.2
13229
13230---------------------
13231PatchSet 3020
13232Date: 2002/11/28 09:34:51
13233Author: bug1
13234Branch: HEAD
13235Tag: (none)
13236Log:
13237Use error_msg instead of fprintf(stderr
13238
13239Members:
13240 coreutils/dd.c:1.49->1.50
13241 fileutils/dd.c:1.49->1.50
13242
13243---------------------
13244PatchSet 3021
13245Date: 2002/11/28 09:40:36
13246Author: bug1
13247Branch: HEAD
13248Tag: (none)
13249Log:
13250Use error_msg instead of fprintf(stderr
13251
13252Members:
13253 init/init.c:1.177->1.178
13254
13255---------------------
13256PatchSet 3022
13257Date: 2002/11/28 09:52:23
13258Author: bug1
13259Branch: HEAD
13260Tag: (none)
13261Log:
13262Style, minor cleanups
13263
13264Members:
13265 libbb/inet_common.c:1.4->1.5
13266
13267---------------------
13268PatchSet 3023
13269Date: 2002/11/28 10:20:45
13270Author: bug1
13271Branch: HEAD
13272Tag: (none)
13273Log:
13274Use error_msg instead of fprintf(stderr, other minor cleanups
13275
13276Members:
13277 libbb/interface.c:1.11->1.12
13278
13279---------------------
13280PatchSet 3024
13281Date: 2002/11/28 10:25:19
13282Author: bug1
13283Branch: HEAD
13284Tag: (none)
13285Log:
13286Use error_msg( instead of fprintf(stderr
13287
13288Members:
13289 libbb/module_syscalls.c:1.8->1.9
13290
13291---------------------
13292PatchSet 3025
13293Date: 2002/11/28 10:27:50
13294Author: bug1
13295Branch: HEAD
13296Tag: (none)
13297Log:
13298Use error_msg instead of fprintf(stderr
13299
13300Members:
13301 libbb/recursive_action.c:1.6->1.7
13302
13303---------------------
13304PatchSet 3026
13305Date: 2002/11/28 10:35:40
13306Author: bug1
13307Branch: HEAD
13308Tag: (none)
13309Log:
13310Use error_msg instead of fprintf(stderr
13311
13312Members:
13313 libbb/syscalls.c:1.7->1.8
13314
13315---------------------
13316PatchSet 3027
13317Date: 2002/11/28 10:49:14
13318Author: bug1
13319Branch: HEAD
13320Tag: (none)
13321Log:
13322Use error_msg instead of fprintf(stderr
13323
13324Members:
13325 networking/libiproute/ipaddress.c:1.1->1.2
13326
13327---------------------
13328PatchSet 3028
13329Date: 2002/11/28 10:56:38
13330Author: bug1
13331Branch: HEAD
13332Tag: (none)
13333Log:
13334Use standard error messages
13335
13336Members:
13337 networking/libiproute/iplink.c:1.1->1.2
13338 networking/libiproute/iproute.c:1.2->1.3
13339
13340---------------------
13341PatchSet 3029
13342Date: 2002/11/28 10:58:19
13343Author: bug1
13344Branch: HEAD
13345Tag: (none)
13346Log:
13347Woops, forgot they printout applet name as well....
13348
13349Members:
13350 coreutils/dd.c:1.50->1.51
13351 fileutils/dd.c:1.50->1.51
13352
13353---------------------
13354PatchSet 3030
13355Date: 2002/11/28 11:05:28
13356Author: bug1
13357Branch: HEAD
13358Tag: (none)
13359Log:
13360Style
13361
13362Members:
13363 coreutils/dd.c:1.51->1.52
13364 fileutils/dd.c:1.51->1.52
13365
13366---------------------
13367PatchSet 3031
13368Date: 2002/11/28 11:17:19
13369Author: bug1
13370Branch: HEAD
13371Tag: (none)
13372Log:
13373Style, error_msg
13374
13375Members:
13376 networking/libiproute/iproute.c:1.3->1.4
13377
13378---------------------
13379PatchSet 3032
13380Date: 2002/11/28 11:27:22
13381Author: aaronl
13382Branch: HEAD
13383Tag: (none)
13384Log:
13385Change if(x)free(x); to free(x);
13386
13387Members:
13388 archival/dpkg.c:1.67->1.68
13389 archival/gzip.c:1.57->1.58
13390 coreutils/ls.c:1.93->1.94
13391 editors/awk.c:1.2->1.3
13392 editors/sed.c:1.92->1.93
13393 editors/vi.c:1.24->1.25
13394 fileutils/ls.c:1.93->1.94
13395 findutils/grep.c:1.75->1.76
13396 libpwdgrp/__getgrent.c:1.2->1.3
13397 modutils/insmod.c:1.91->1.92
13398 networking/udhcp/dhcpc.c:1.2->1.3
13399 networking/udhcp/files.c:1.1->1.2
13400 shell/hush.c:1.59->1.60
13401 shell/lash.c:1.147->1.148
13402 util-linux/fsck_minix.c:1.35->1.36
13403 util-linux/getopt.c:1.10->1.11
13404 util-linux/umount.c:1.58->1.59
13405
13406---------------------
13407PatchSet 3033
13408Date: 2002/11/28 12:01:25
13409Author: bug1
13410Branch: HEAD
13411Tag: (none)
13412Log:
13413Syntax error
13414
13415Members:
13416 networking/libiproute/iproute.c:1.4->1.5
13417
13418---------------------
13419PatchSet 3034
13420Date: 2002/11/28 12:19:51
13421Author: bug1
13422Branch: HEAD
13423Tag: (none)
13424Log:
13425Cleanup error messages
13426
13427Members:
13428 networking/libiproute/iptunnel.c:1.1->1.2
13429
13430---------------------
13431PatchSet 3035
13432Date: 2002/11/28 12:35:46
13433Author: bug1
13434Branch: HEAD
13435Tag: (none)
13436Log:
13437Cleanup error messages
13438
13439Members:
13440 networking/libiproute/libnetlink.c:1.1->1.2
13441
13442---------------------
13443PatchSet 3036
13444Date: 2002/11/28 12:39:19
13445Author: bug1
13446Branch: HEAD
13447Tag: (none)
13448Log:
13449Minor error messages changes
13450
13451Members:
13452 networking/libiproute/ll_addr.c:1.1->1.2
13453
13454---------------------
13455PatchSet 3037
13456Date: 2002/11/28 12:45:48
13457Author: bug1
13458Branch: HEAD
13459Tag: (none)
13460Log:
13461Clean up error messages
13462
13463Members:
13464 networking/libiproute/utils.c:1.2->1.3
13465
13466---------------------
13467PatchSet 3038
13468Date: 2002/11/28 21:49:06
13469Author: bug1
13470Branch: HEAD
13471Tag: (none)
13472Log:
13473I miscalculated on this one, change it back
13474
13475Members:
13476 applets/applets.c:1.17->1.18
13477
13478---------------------
13479PatchSet 3039
13480Date: 2002/12/01 02:09:19
13481Author: bug1
13482Branch: HEAD
13483Tag: (none)
13484Log:
13485Patch from Bastian Blank (waldi) for debian installer
13486
13487Members:
13488 debian/changelog:1.28->1.29
13489 debian/config-deb:1.1->1.2
13490 debian/config-static:1.2->1.3
13491 debian/config-udeb:1.3->1.4
13492 debian/control:1.12->1.13
13493 debian/rules:1.17->1.18
13494
13495---------------------
13496PatchSet 3040
13497Date: 2002/12/01 11:31:58
13498Author: bug1
13499Branch: HEAD
13500Tag: (none)
13501Log:
13502add the -c option, modified version of a patch from Bastian Blank
13503
13504Members:
13505 sysklogd/klogd.c:1.11->1.12
13506
13507---------------------
13508PatchSet 3041
13509Date: 2002/12/01 11:38:56
13510Author: bug1
13511Branch: HEAD
13512Tag: (none)
13513Log:
13514Build files from Bastian Blank
13515
13516Members:
13517 debian/Rules.mak.shared:1.1->1.2(DEAD)
13518 debian/Rules.mak.static:1.1->1.2(DEAD)
13519 debian/busybox-cvs-doc.docs:INITIAL->1.1
13520 debian/busybox-cvs-static.dirs:INITIAL->1.1
13521 debian/busybox-cvs.dirs:INITIAL->1.1
13522
13523---------------------
13524PatchSet 3042
13525Date: 2002/12/01 20:16:01
13526Author: bug1
13527Branch: HEAD
13528Tag: (none)
13529Log:
13530Fix the package name, patch from Bastian Blank
13531
13532Members:
13533 debian/rules:1.18->1.19
13534
13535---------------------
13536PatchSet 3043
13537Date: 2002/12/01 21:52:40
13538Author: bug1
13539Branch: HEAD
13540Tag: (none)
13541Log:
13542fix warning
13543
13544Members:
13545 archival/libunarchive/unzip.c:1.26->1.27
13546
13547---------------------
13548PatchSet 3044
13549Date: 2002/12/01 23:04:04
13550Author: bug1
13551Branch: HEAD
13552Tag: (none)
13553Log:
13554Enable ip commands to be compiled seperate from ip, modifed patch from Bastian Blank
13555
13556Members:
13557 include/applets.h:1.80->1.81
13558 include/usage.h:1.124->1.125
13559 networking/Makefile.in:1.8->1.9
13560 networking/config.in:1.14->1.15
13561 networking/ip.c:1.1->1.2
13562 networking/ipaddr.c:INITIAL->1.1
13563 networking/iplink.c:INITIAL->1.1
13564 networking/iproute.c:INITIAL->1.1
13565 networking/iptunnel.c:INITIAL->1.1
13566 networking/libiproute/Makefile.in:1.2->1.3
13567 networking/libiproute/ip_common.h:1.1->1.2
13568 networking/libiproute/ip_parse_common_args.c:INITIAL->1.1
13569 networking/libiproute/ipaddress.c:1.2->1.3
13570
13571---------------------
13572PatchSet 3045
13573Date: 2002/12/02 00:01:34
13574Author: bug1
13575Branch: HEAD
13576Tag: (none)
13577Log:
13578Move compare_string_array to libbb
13579
13580Members:
13581 archival/dpkg.c:1.68->1.69
13582 include/libbb.h:1.86->1.87
13583 libbb/Makefile.in:1.9->1.10
13584 libbb/compare_string_array.c:INITIAL->1.1
13585
13586---------------------
13587PatchSet 3046
13588Date: 2002/12/02 00:35:23
13589Author: bug1
13590Branch: HEAD
13591Tag: (none)
13592Log:
13593Save a hundred bytes or so on the do_iproute function
13594
13595Members:
13596 networking/libiproute/ip_common.h:1.2->1.3
13597 networking/libiproute/iproute.c:1.5->1.6
13598
13599---------------------
13600PatchSet 3047
13601Date: 2002/12/02 00:54:10
13602Author: bug1
13603Branch: HEAD
13604Tag: (none)
13605Log:
13606Save a few more bytes
13607
13608Members:
13609 networking/libiproute/iproute.c:1.6->1.7
13610
13611---------------------
13612PatchSet 3048
13613Date: 2002/12/02 01:40:05
13614Author: bug1
13615Branch: HEAD
13616Tag: (none)
13617Log:
13618Use compare_string_array in ipaddress to save a few bytes, minor cleanups
13619
13620Members:
13621 networking/libiproute/ip_common.h:1.3->1.4
13622 networking/libiproute/ipaddress.c:1.3->1.4
13623 networking/libiproute/iplink.c:1.2->1.3
13624
13625---------------------
13626PatchSet 3049
13627Date: 2002/12/02 21:14:56
13628Author: bug1
13629Branch: HEAD
13630Tag: (none)
13631Log:
13632Its move to busybox-cvs-doc.docs
13633
13634Members:
13635 debian/busybox-doc.docs:1.1->1.2(DEAD)
13636
13637---------------------
13638PatchSet 3050
13639Date: 2002/12/02 21:18:08
13640Author: bug1
13641Branch: HEAD
13642Tag: (none)
13643Log:
13644last_patch_69, 8 bit clean and other fixes from Vladimir N. Oleynik
13645
13646Members:
13647 editors/vi.c:1.25->1.26
13648 libbb/procps.c:1.3->1.4
13649
13650---------------------
13651PatchSet 3051
13652Date: 2002/12/03 19:54:12
13653Author: sandman
13654Branch: HEAD
13655Tag: (none)
13656Log:
13657A missing /etc/securetty is not an error when checking the tty name - the
13658comment is right, but the code was wrong ..
13659
13660Members:
13661 loginutils/login.c:1.7->1.8
13662
13663---------------------
13664PatchSet 3052
13665Date: 2002/12/03 20:34:36
13666Author: bug1
13667Branch: HEAD
13668Tag: (none)
13669Log:
13670Save 10 bytes or so, last_patch_70 from Vladimir N. Oleynik
13671
13672Members:
13673 libbb/last_char_is.c:1.5->1.6
13674
13675---------------------
13676PatchSet 3053
13677Date: 2002/12/03 21:48:15
13678Author: bug1
13679Branch: HEAD
13680Tag: (none)
13681Log:
13682Fix crashme code, by Jim Treadway
13683
13684Members:
13685 editors/vi.c:1.26->1.27
13686
13687---------------------
13688PatchSet 3054
13689Date: 2002/12/03 22:41:36
13690Author: sandman
13691Branch: HEAD
13692Tag: (none)
13693Log:
13694print an error message if we can't load a module
13695
13696Members:
13697 modutils/modprobe.c:1.17->1.18
13698
13699---------------------
13700PatchSet 3055
13701Date: 2002/12/03 22:45:46
13702Author: sandman
13703Branch: HEAD
13704Tag: (none)
13705Log:
13706 - the number of commands in the history list is now configureable via the
13707 config system
13708 - added a new config option to allow persistant history lists. This is
13709 currently only used by ash, but the calls ({load,save}_history) could
13710 be added to the other shells as well.
13711
13712Members:
13713 shell/ash.c:1.62->1.63
13714 shell/cmdedit.c:1.73->1.74
13715 shell/cmdedit.h:1.12->1.13
13716 shell/config.in:1.5->1.6
13717
13718---------------------
13719PatchSet 3056
13720Date: 2002/12/04 22:26:30
13721Author: bug1
13722Branch: HEAD
13723Tag: (none)
13724Log:
13725Unlink before mkdir, mknod, symlink to overwrite
13726
13727Members:
13728 archival/libunarchive/data_extract_all.c:1.5->1.6
13729
13730---------------------
13731PatchSet 3057
13732Date: 2002/12/05 07:24:08
13733Author: andersen
13734Branch: HEAD
13735Tag: (none)
13736Log:
13737Kill CONFIG_FEATURE_USE_DEVPS_PATCH and the devps patch. I'm not
13738maintaining it anymore, and it is now terribly out of date.
13739 -Erik
13740
13741Members:
13742 examples/kernel-patches/Will_devps_GoIntoTheKernel:1.2->1.3(DEAD)
13743 examples/kernel-patches/devps.patch.9_25_2000:1.2->1.3(DEAD)
13744 libbb/find_pid_by_name.c:1.8->1.9
13745 libbb/mtab_file.c:1.4->1.5
13746 libbb/procps.c:1.4->1.5
13747 procps/ps.c:1.47->1.48
13748 util-linux/mount.c:1.107->1.108
13749
13750---------------------
13751PatchSet 3058
13752Date: 2002/12/05 08:40:31
13753Author: andersen
13754Branch: HEAD
13755Tag: (none)
13756Log:
13757Yet another major rework of the BusyBox config system, using the considerably
13758modified Kbuild system I put into uClibc. With this, there should be no more
13759need to modify Rules.mak since I've moved all the interesting options into the
13760config system. I think I've got everything updated, but you never know, I may
13761have made some mistakes, so watch closely.
13762 -Erik
13763
13764Members:
13765 .cvsignore:1.10->1.11
13766 Makefile:1.266->1.267
13767 Rules.mak:1.8->1.9
13768 archival/Config.in:INITIAL->1.1
13769 archival/config.in:1.15->1.16(DEAD)
13770 console-tools/Config.in:INITIAL->1.1
13771 console-tools/config.in:1.2->1.3(DEAD)
13772 debianutils/Config.in:INITIAL->1.1
13773 debianutils/config.in:1.1->1.2(DEAD)
13774 editors/Config.in:INITIAL->1.1
13775 editors/config.in:1.4->1.5(DEAD)
13776 fileutils/Config.in:INITIAL->1.1
13777 fileutils/config.in:1.6->1.7(DEAD)
13778 findutils/Config.in:INITIAL->1.1
13779 findutils/config.in:1.5->1.6(DEAD)
13780 init/Config.in:INITIAL->1.1
13781 init/config.in:1.5->1.6(DEAD)
13782 loginutils/Config.in:INITIAL->1.1
13783 loginutils/config.in:1.4->1.5(DEAD)
13784 miscutils/Config.in:INITIAL->1.1
13785 miscutils/config.in:1.5->1.6(DEAD)
13786 modutils/Config.in:INITIAL->1.1
13787 modutils/config.in:1.6->1.7(DEAD)
13788 networking/Config.in:INITIAL->1.1
13789 networking/config.in:1.15->1.16(DEAD)
13790 networking/udhcp/Config.in:INITIAL->1.1
13791 networking/udhcp/Makefile.in:1.1->1.2
13792 networking/udhcp/config.in:1.1->1.2(DEAD)
13793 procps/Config.in:INITIAL->1.1
13794 procps/config.in:1.5->1.6(DEAD)
13795 scripts/Configure:1.3->1.4(DEAD)
13796 scripts/Menuconfig:1.3->1.4(DEAD)
13797 scripts/config/.cvsignore:INITIAL->1.1
13798 scripts/config/Kconfig-language.txt:INITIAL->1.1
13799 scripts/config/Makefile:INITIAL->1.1
13800 scripts/config/checklist.c:INITIAL->1.1
13801 scripts/config/colors.h:INITIAL->1.1
13802 scripts/config/conf.c:INITIAL->1.1
13803 scripts/config/confdata.c:INITIAL->1.1
13804 scripts/config/dialog.h:INITIAL->1.1
13805 scripts/config/expr.c:INITIAL->1.1
13806 scripts/config/expr.h:INITIAL->1.1
13807 scripts/config/inputbox.c:INITIAL->1.1
13808 scripts/config/lex.zconf.c_shipped:INITIAL->1.1
13809 scripts/config/lkc.h:INITIAL->1.1
13810 scripts/config/lkc_proto.h:INITIAL->1.1
13811 scripts/config/mconf.c:INITIAL->1.1
13812 scripts/config/menu.c:INITIAL->1.1
13813 scripts/config/menubox.c:INITIAL->1.1
13814 scripts/config/msgbox.c:INITIAL->1.1
13815 scripts/config/symbol.c:INITIAL->1.1
13816 scripts/config/textbox.c:INITIAL->1.1
13817 scripts/config/util.c:INITIAL->1.1
13818 scripts/config/yesno.c:INITIAL->1.1
13819 scripts/config/zconf.l:INITIAL->1.1
13820 scripts/config/zconf.tab.c_shipped:INITIAL->1.1
13821 scripts/config/zconf.tab.h_shipped:INITIAL->1.1
13822 scripts/config/zconf.y:INITIAL->1.1
13823 scripts/lxdialog/.cvsignore:1.1->1.2(DEAD)
13824 scripts/lxdialog/BIG.FAT.WARNING:1.1->1.2(DEAD)
13825 scripts/lxdialog/Makefile:1.2->1.3(DEAD)
13826 scripts/lxdialog/Makefile-2.5:1.1->1.2(DEAD)
13827 scripts/lxdialog/checklist.c:1.1->1.2(DEAD)
13828 scripts/lxdialog/colors.h:1.1->1.2(DEAD)
13829 scripts/lxdialog/dialog.h:1.1->1.2(DEAD)
13830 scripts/lxdialog/inputbox.c:1.1->1.2(DEAD)
13831 scripts/lxdialog/lxdialog.c:1.1->1.2(DEAD)
13832 scripts/lxdialog/menubox.c:1.1->1.2(DEAD)
13833 scripts/lxdialog/msgbox.c:1.1->1.2(DEAD)
13834 scripts/lxdialog/textbox.c:1.1->1.2(DEAD)
13835 scripts/lxdialog/util.c:1.1->1.2(DEAD)
13836 scripts/lxdialog/yesno.c:1.1->1.2(DEAD)
13837 shell/Config.in:INITIAL->1.1
13838 shell/config.in:1.6->1.7(DEAD)
13839 shellutils/Config.in:INITIAL->1.1
13840 shellutils/config.in:1.8->1.9(DEAD)
13841 sysdeps/linux/Config.in:INITIAL->1.1
13842 sysdeps/linux/config.in:1.12->1.13(DEAD)
13843 sysklogd/Config.in:INITIAL->1.1
13844 sysklogd/config.in:1.2->1.3(DEAD)
13845 textutils/Config.in:INITIAL->1.1
13846 textutils/config.in:1.6->1.7(DEAD)
13847 util-linux/Config.in:INITIAL->1.1
13848 util-linux/config.in:1.10->1.11(DEAD)
13849
13850---------------------
13851PatchSet 3059
13852Date: 2002/12/05 18:28:41
13853Author: andersen
13854Branch: HEAD
13855Tag: (none)
13856Log:
13857Fix a silly oversight breaking cross compilation
13858 -Erik
13859
13860Members:
13861 Rules.mak:1.9->1.10
13862
13863---------------------
13864PatchSet 3060
13865Date: 2002/12/05 20:56:31
13866Author: bug1
13867Branch: HEAD
13868Tag: (none)
13869Log:
13870Usage for klogd -c
13871
13872Members:
13873 include/usage.h:1.125->1.126
13874
13875---------------------
13876PatchSet 3061
13877Date: 2002/12/05 21:12:41
13878Author: andersen
13879Branch: HEAD
13880Tag: (none)
13881Log:
13882Kill the now obsolete docs/Configure.help file, and move all existing
13883help texts into their respective Config.in file.
13884 -Erik
13885
13886Members:
13887 archival/Config.in:1.1->1.2
13888 debianutils/Config.in:1.1->1.2
13889 docs/Configure.help:1.4->1.5(DEAD)
13890 sysdeps/linux/Config.in:1.1->1.2
13891
13892---------------------
13893PatchSet 3062
13894Date: 2002/12/05 21:25:20
13895Author: andersen
13896Branch: HEAD
13897Tag: (none)
13898Log:
13899Put stuff back into a sub-menu
13900
13901Members:
13902 sysdeps/linux/Config.in:1.2->1.3
13903
13904---------------------
13905PatchSet 3063
13906Date: 2002/12/06 02:22:20
13907Author: andersen
13908Branch: HEAD
13909Tag: (none)
13910Log:
13911Kill link now pointing to porn site.
13912
13913Members:
13914 docs/busybox.net/index.html:1.114->1.115
13915
13916---------------------
13917PatchSet 3064
13918Date: 2002/12/06 08:10:40
13919Author: bug1
13920Branch: HEAD
13921Tag: (none)
13922Log:
13923Fix bug that stoped -a working
13924
13925Members:
13926 networking/ifupdown.c:1.9->1.10
13927
13928---------------------
13929PatchSet 3065
13930Date: 2002/12/06 08:35:55
13931Author: bug1
13932Branch: HEAD
13933Tag: (none)
13934Log:
13935Make mapping a config option again to save space, turn off file locking, do we really need it ?
13936
13937Members:
13938 networking/Config.in:1.1->1.2
13939 networking/ifupdown.c:1.10->1.11
13940
13941---------------------
13942PatchSet 3066
13943Date: 2002/12/06 11:51:46
13944Author: bug1
13945Branch: HEAD
13946Tag: (none)
13947Log:
13948Use libbb/get_line_from_file, change default state file location
13949
13950Members:
13951 networking/ifupdown.c:1.11->1.12
13952
13953---------------------
13954PatchSet 3067
13955Date: 2002/12/06 21:37:08
13956Author: andersen
13957Branch: HEAD
13958Tag: (none)
13959Log:
13960Make hush comple once again
13961
13962Members:
13963 shell/hush.c:1.60->1.61
13964
13965---------------------
13966PatchSet 3068
13967Date: 2002/12/06 21:39:48
13968Author: andersen
13969Branch: HEAD
13970Tag: (none)
13971Log:
13972Fixup buffer allocation
13973
13974Members:
13975 coreutils/uuencode.c:1.23->1.24
13976 textutils/uuencode.c:1.23->1.24
13977
13978---------------------
13979PatchSet 3069
13980Date: 2002/12/06 21:41:09
13981Author: andersen
13982Branch: HEAD
13983Tag: (none)
13984Log:
13985Fix adjtimex applet compile
13986
13987Members:
13988 miscutils/adjtimex.c:1.2->1.3
13989
13990---------------------
13991PatchSet 3070
13992Date: 2002/12/06 21:42:56
13993Author: andersen
13994Branch: HEAD
13995Tag: (none)
13996Log:
13997Fixup dumpleases compile problem
13998
13999Members:
14000 networking/udhcp/Makefile.in:1.2->1.3
14001 networking/udhcp/dumpleases.c:1.1->1.2
14002
14003---------------------
14004PatchSet 3071
14005Date: 2002/12/06 21:44:50
14006Author: andersen
14007Branch: HEAD
14008Tag: (none)
14009Log:
14010Do the dumb/obvious thing for the killall->kill dependancy
14011
14012Members:
14013 procps/Config.in:1.1->1.2
14014
14015---------------------
14016PatchSet 3072
14017Date: 2002/12/06 21:49:59
14018Author: andersen
14019Branch: HEAD
14020Tag: (none)
14021Log:
14022Allow for people to select no default shell
14023
14024Members:
14025 shell/Config.in:1.1->1.2
14026
14027---------------------
14028PatchSet 3073
14029Date: 2002/12/06 22:40:54
14030Author: bug1
14031Branch: HEAD
14032Tag: (none)
14033Log:
14034Add some help descriptions
14035
14036Members:
14037 archival/Config.in:1.2->1.3
14038
14039---------------------
14040PatchSet 3074
14041Date: 2002/12/06 22:45:07
14042Author: bug1
14043Branch: HEAD
14044Tag: (none)
14045Log:
14046Remove duplicate entry for kill
14047
14048Members:
14049 procps/Config.in:1.2->1.3
14050
14051---------------------
14052PatchSet 3075
14053Date: 2002/12/06 23:05:22
14054Author: bug1
14055Branch: HEAD
14056Tag: (none)
14057Log:
14058It shouldnt depend on itself
14059
14060Members:
14061 procps/Config.in:1.3->1.4
14062
14063---------------------
14064PatchSet 3076
14065Date: 2002/12/06 23:11:30
14066Author: bug1
14067Branch: HEAD
14068Tag: (none)
14069Log:
14070depends on for telnet and ipcalc
14071
14072Members:
14073 networking/Config.in:1.2->1.3
14074
14075---------------------
14076PatchSet 3077
14077Date: 2002/12/07 00:48:54
14078Author: bug1
14079Branch: HEAD
14080Tag: (none)
14081Log:
14082Fix command that brings down loopback
14083
14084Members:
14085 networking/ifupdown.c:1.12->1.13
14086
14087---------------------
14088PatchSet 3078
14089Date: 2002/12/07 07:45:42
14090Author: bug1
14091Branch: HEAD
14092Tag: (none)
14093Log:
14094Differentiate struct and type names
14095
14096Members:
14097 networking/ifupdown.c:1.13->1.14
14098
14099---------------------
14100PatchSet 3079
14101Date: 2002/12/07 23:14:38
14102Author: bug1
14103Branch: HEAD
14104Tag: (none)
14105Log:
14106include "busybox" after the libc includes tofix compile errors
14107
14108Members:
14109 init/reboot.c:1.24->1.25
14110 libbb/Makefile.in:1.10->1.11
14111 libpwdgrp/__getgrent.c:1.3->1.4
14112 libpwdgrp/__getpwent.c:1.2->1.3
14113 libpwdgrp/getpwuid.c:1.2->1.3
14114 libpwdgrp/pwent.c:1.2->1.3
14115 libpwdgrp/shadow.c:1.2->1.3
14116
14117---------------------
14118PatchSet 3080
14119Date: 2002/12/07 23:30:11
14120Author: bug1
14121Branch: HEAD
14122Tag: (none)
14123Log:
14124Commit to reverse my previous commit, isnt cvs supposed to have some undo command ?
14125
14126Members:
14127 libbb/Makefile.in:1.11->1.12
14128
14129---------------------
14130PatchSet 3081
14131Date: 2002/12/07 23:56:14
14132Author: bug1
14133Branch: HEAD
14134Tag: (none)
14135Log:
14136Re-sort filenames to alphebetical order.
14137
14138Members:
14139 libbb/Makefile.in:1.12->1.13
14140
14141---------------------
14142PatchSet 3082
14143Date: 2002/12/08 00:54:29
14144Author: bug1
14145Branch: HEAD
14146Tag: (none)
14147Log:
14148Move add_to_list from libunarchive to libbb so it can be of more general use (eg ifupdown). Changed the name to llist_add_to as i plan on adding more llist_ functions as needed (e.g. llist_free).
14149
14150Members:
14151 archival/ar.c:1.42->1.43
14152 archival/cpio.c:1.9->1.10
14153 archival/dpkg.c:1.69->1.70
14154 archival/dpkg_deb.c:1.28->1.29
14155 archival/tar.c:1.167->1.168
14156 archival/unzip.c:1.3->1.4
14157 archival/libunarchive/Makefile.in:1.10->1.11
14158 archival/libunarchive/add_to_list.c:1.1->1.2(DEAD)
14159 archival/libunarchive/get_header_tar.c:1.14->1.15
14160 include/libbb.h:1.87->1.88
14161 include/unarchive.h:1.15->1.16
14162 libbb/Makefile.in:1.13->1.14
14163 libbb/llist_add_to.c:INITIAL->1.1
14164
14165---------------------
14166PatchSet 3083
14167Date: 2002/12/08 01:23:39
14168Author: bug1
14169Branch: HEAD
14170Tag: (none)
14171Log:
14172Start to cleanup handling of the state file, save some space and uses linked lists.
14173
14174Members:
14175 networking/ifupdown.c:1.14->1.15
14176
14177---------------------
14178PatchSet 3084
14179Date: 2002/12/08 11:47:52
14180Author: bug1
14181Branch: HEAD
14182Tag: (none)
14183Log:
14184Change #include order to fix warning
14185
14186Members:
14187 libpwdgrp/pwent.c:1.3->1.4
14188
14189---------------------
14190PatchSet 3085
14191Date: 2002/12/08 11:51:05
14192Author: bug1
14193Branch: HEAD
14194Tag: (none)
14195Log:
14196Fix compile warning with OSF
14197
14198Members:
14199 util-linux/fdisk.c:1.1->1.2
14200
14201---------------------
14202PatchSet 3086
14203Date: 2002/12/08 12:08:37
14204Author: bug1
14205Branch: HEAD
14206Tag: (none)
14207Log:
14208Fix compile warning
14209
14210Members:
14211 console-tools/openvt.c:1.2->1.3
14212
14213---------------------
14214PatchSet 3087
14215Date: 2002/12/08 20:45:47
14216Author: bug1
14217Branch: HEAD
14218Tag: (none)
14219Log:
14220Updates for the new build system from Bastian Blank (waldi)
14221
14222Members:
14223 debian/busybox-cvs-static.dirs:1.1->1.2
14224 debian/config-deb:1.2->1.3
14225 debian/config-static:1.3->1.4
14226 debian/config-udeb:1.4->1.5
14227 debian/control:1.13->1.14
14228 debian/copyright:1.2->1.3
14229 debian/rules:1.19->1.20
14230
14231---------------------
14232PatchSet 3088
14233Date: 2002/12/08 22:17:54
14234Author: bug1
14235Branch: HEAD
14236Tag: (none)
14237Log:
14238Support using ip in udhcpc scripts.
14239Slightly modified version of patch by Bastian Blank
14240
14241Members:
14242 networking/udhcp/Config.in:1.1->1.2
14243 networking/udhcp/options.c:1.1->1.2
14244 networking/udhcp/options.h:1.1->1.2
14245 networking/udhcp/script.c:1.1->1.2
14246
14247---------------------
14248PatchSet 3089
14249Date: 2002/12/09 11:10:39
14250Author: bug1
14251Branch: HEAD
14252Tag: (none)
14253Log:
14254Command line history changes, lastpatch_71 from Vladimir N. Oleynik
14255
14256Members:
14257 shell/Config.in:1.2->1.3
14258 shell/ash.c:1.63->1.64
14259 shell/cmdedit.c:1.74->1.75
14260 shell/cmdedit.h:1.13->1.14
14261
14262---------------------
14263PatchSet 3090
14264Date: 2002/12/09 21:05:40
14265Author: bug1
14266Branch: HEAD
14267Tag: (none)
14268Log:
14269Fix a debug message, from Bastian Blank
14270
14271Members:
14272 networking/tftp.c:1.14->1.15
14273
14274---------------------
14275PatchSet 3091
14276Date: 2002/12/09 21:11:54
14277Author: bug1
14278Branch: HEAD
14279Tag: (none)
14280Log:
14281Stop linian warning about statically linked binary
14282
14283Members:
14284 debian/busybox-cvs-static.override:INITIAL->1.1
14285
14286---------------------
14287PatchSet 3092
14288Date: 2002/12/09 21:14:38
14289Author: bug1
14290Branch: HEAD
14291Tag: (none)
14292Log:
14293Make clean in the scripts directory to remove some binaries
14294
14295Members:
14296 Makefile:1.267->1.268
14297
14298---------------------
14299PatchSet 3093
14300Date: 2002/12/09 21:16:39
14301Author: bug1
14302Branch: HEAD
14303Tag: (none)
14304Log:
14305err.. Make clean in the scripts/config directory to remove some binaries
14306
14307Members:
14308 Makefile:1.268->1.269
14309
14310---------------------
14311PatchSet 3094
14312Date: 2002/12/09 21:52:29
14313Author: bug1
14314Branch: HEAD
14315Tag: (none)
14316Log:
14317Forgot to rename foo
14318
14319Members:
14320 networking/tftp.c:1.15->1.16
14321
14322---------------------
14323PatchSet 3095
14324Date: 2002/12/10 00:14:33
14325Author: bug1
14326Branch: HEAD
14327Tag: (none)
14328Log:
14329Realpath applet
14330
14331Members:
14332 coreutils/realpath.c:INITIAL->1.1
14333 include/applets.h:1.81->1.82
14334 include/usage.h:1.126->1.127
14335 shellutils/Config.in:1.1->1.2
14336 shellutils/Makefile.in:1.3->1.4
14337 shellutils/realpath.c:INITIAL->1.1
14338
14339---------------------
14340PatchSet 3096
14341Date: 2002/12/10 00:17:19
14342Author: bug1
14343Branch: HEAD
14344Tag: (none)
14345Log:
14346rpm applet by Laurence Anderson
14347
14348Members:
14349 AUTHORS:1.31->1.32
14350 archival/Config.in:1.3->1.4
14351 archival/Makefile.in:1.2->1.3
14352 archival/cpio.c:1.10->1.11
14353 archival/rpm.c:INITIAL->1.1
14354 archival/libunarchive/Makefile.in:1.11->1.12
14355 archival/libunarchive/data_extract_all.c:1.6->1.7
14356 archival/libunarchive/get_header_cpio.c:1.3->1.4
14357 include/applets.h:1.82->1.83
14358 include/unarchive.h:1.16->1.17
14359 include/usage.h:1.127->1.128
14360
14361---------------------
14362PatchSet 3097
14363Date: 2002/12/10 02:09:12
14364Author: bug1
14365Branch: HEAD
14366Tag: (none)
14367Log:
14368include busybox after libc includes
14369
14370Members:
14371 archival/rpm.c:1.1->1.2
14372
14373---------------------
14374PatchSet 3098
14375Date: 2002/12/10 03:16:37
14376Author: bug1
14377Branch: HEAD
14378Tag: (none)
14379Log:
14380Fix undefined behaviour and save some bytes as suggested by Manuel Novoa III
14381
14382Members:
14383 coreutils/realpath.c:1.1->1.2
14384 shellutils/realpath.c:1.1->1.2
14385
14386---------------------
14387PatchSet 3099
14388Date: 2002/12/10 11:28:40
14389Author: bug1
14390Branch: HEAD
14391Tag: (none)
14392Log:
14393Sync debian files with debian package version 0.60.99.cvs20021209-2
14394
14395Members:
14396 debian/busybox-cvs-static.manpages:INITIAL->1.1
14397 debian/busybox-cvs.manpages:INITIAL->1.1
14398 debian/changelog:1.29->1.30
14399 debian/config-udeb:1.5->1.6
14400 debian/control:1.14->1.15
14401 debian/rules:1.20->1.21
14402
14403---------------------
14404PatchSet 3100
14405Date: 2002/12/11 03:10:13
14406Author: bug1
14407Branch: HEAD
14408Tag: (none)
14409Log:
14410Use libbb/get_line_from_file instead of getline
14411
14412Members:
14413 archival/dpkg.c:1.70->1.71
14414
14415---------------------
14416PatchSet 3101
14417Date: 2002/12/11 03:40:10
14418Author: andersen
14419Branch: HEAD
14420Tag: (none)
14421Log:
14422Fixup header file ordering
14423
14424Members:
14425 libpwdgrp/getpwuid.c:1.3->1.4
14426
14427---------------------
14428PatchSet 3102
14429Date: 2002/12/11 03:41:28
14430Author: andersen
14431Branch: HEAD
14432Tag: (none)
14433Log:
14434Eliminate dependancy on kernel header files. Naughty naughty.
14435Using linux kernel headers is a Bad Thing(tm) and should be
14436punished.
14437 -Erik
14438
14439Members:
14440 util-linux/hwclock.c:1.2->1.3
14441
14442---------------------
14443PatchSet 3103
14444Date: 2002/12/11 03:49:33
14445Author: andersen
14446Branch: HEAD
14447Tag: (none)
14448Log:
14449Eliminate dependancy on kernel header files. Naughty naughty.
14450Using linux kernel headers is a Bad Thing(tm) and should be
14451punished.
14452
14453Members:
14454 util-linux/fdisk.c:1.2->1.3
14455
14456---------------------
14457PatchSet 3104
14458Date: 2002/12/11 03:55:52
14459Author: bug1
14460Branch: HEAD
14461Tag: (none)
14462Log:
14463undefine sysinfo to prevent breakage on ia64
14464
14465Members:
14466 networking/libiproute/ipaddress.c:1.4->1.5
14467
14468---------------------
14469PatchSet 3105
14470Date: 2002/12/11 03:57:12
14471Author: andersen
14472Branch: HEAD
14473Tag: (none)
14474Log:
14475Eliminate dependancy on kernel header files. Naughty naughty.
14476Using linux kernel headers is a Bad Thing(tm) and should be
14477punished.
14478 -Erik
14479
14480Members:
14481 networking/route.c:1.19->1.20
14482
14483---------------------
14484PatchSet 3106
14485Date: 2002/12/11 04:04:26
14486Author: andersen
14487Branch: HEAD
14488Tag: (none)
14489Log:
14490Eliminate dependancy on kernel header files. Naughty naughty.
14491Using linux kernel headers is a Bad Thing(tm) and should be
14492punished.
14493 -Erik
14494
14495Members:
14496 util-linux/nfsmount.c:1.23->1.24
14497
14498---------------------
14499PatchSet 3107
14500Date: 2002/12/11 04:25:02
14501Author: andersen
14502Branch: HEAD
14503Tag: (none)
14504Log:
14505Add missing header file to squash a warning
14506
14507Members:
14508 coreutils/watch.c:1.2->1.3
14509 shellutils/watch.c:1.2->1.3
14510
14511---------------------
14512PatchSet 3108
14513Date: 2002/12/11 04:26:28
14514Author: andersen
14515Branch: HEAD
14516Tag: (none)
14517Log:
14518Squash a warning by making function declaration a proper prototype
14519
14520Members:
14521 shell/lash.c:1.148->1.149
14522
14523---------------------
14524PatchSet 3109
14525Date: 2002/12/11 07:42:46
14526Author: andersen
14527Branch: HEAD
14528Tag: (none)
14529Log:
14530Fixup all the horrible broken function prototypes
14531 -Erik
14532
14533Members:
14534 shell/msh.c:1.10->1.11
14535
14536---------------------
14537PatchSet 3110
14538Date: 2002/12/11 07:46:30
14539Author: andersen
14540Branch: HEAD
14541Tag: (none)
14542Log:
14543Make sure we have a show_usage function prototype
14544 -Erik
14545
14546Members:
14547 networking/udhcp/dhcpc.c:1.3->1.4
14548
14549---------------------
14550PatchSet 3111
14551Date: 2002/12/11 21:12:44
14552Author: russ
14553Branch: HEAD
14554Tag: (none)
14555Log:
14556resync with udhcp cvs
14557
14558Members:
14559 networking/udhcp/Config.in:1.2->1.3
14560 networking/udhcp/README.udhcpc:1.2->1.3
14561 networking/udhcp/dhcpc.c:1.4->1.5
14562 networking/udhcp/dumpleases.c:1.2->1.3
14563 networking/udhcp/files.c:1.2->1.3
14564 networking/udhcp/options.c:1.2->1.3
14565 networking/udhcp/options.h:1.2->1.3
14566 networking/udhcp/script.c:1.2->1.3
14567 networking/udhcp/version.h:1.1->1.2
14568
14569---------------------
14570PatchSet 3112
14571Date: 2002/12/11 21:13:00
14572Author: bug1
14573Branch: HEAD
14574Tag: (none)
14575Log:
14576Small bugfix, last_patch72 from Vladimir N. Oleynik
14577
14578Members:
14579 shell/ash.c:1.64->1.65
14580
14581---------------------
14582PatchSet 3113
14583Date: 2002/12/11 21:22:21
14584Author: bug1
14585Branch: HEAD
14586Tag: (none)
14587Log:
14588Fix -mtime, by Ian Abbott
14589
14590Members:
14591 findutils/find.c:1.35->1.36
14592
14593---------------------
14594PatchSet 3114
14595Date: 2002/12/11 21:34:04
14596Author: andersen 4Author: andersen
14597Branch: HEAD 5Branch: HEAD
14598Tag: (none) 6Tag: (none)
14599Log: 7Log:
14600squash a warning 8Document CONFIG_USE_BB_PWD_GRP
14601
14602Members:
14603 archival/libunarchive/get_header_cpio.c:1.4->1.5
14604
14605---------------------
14606PatchSet 3115
14607Date: 2002/12/11 21:39:13
14608Author: russ
14609Branch: HEAD
14610Tag: (none)
14611Log:
14612another sync to udhcp cvs
14613
14614Members:
14615 examples/udhcp/udhcpd.conf:1.1->1.2
14616
14617---------------------
14618PatchSet 3116
14619Date: 2002/12/11 21:40:45
14620Author: russ
14621Branch: HEAD
14622Tag: (none)
14623Log:
14624sorry about all the noise, should be all synced up now
14625 9
14626Members: 10Members:
14627 networking/udhcp/ChangeLog:1.2->1.3 11 loginutils/Config.in:1.3->1.4
14628 networking/udhcp/dhcpd.c:1.1->1.2
14629 networking/udhcp/options.c:1.3->1.4
14630 12
14631--------------------- 13---------------------
14632PatchSet 3117 14PatchSet 3400
14633Date: 2002/12/11 21:45:08 15Date: 2003/07/15 08:52:40
14634Author: andersen 16Author: andersen
14635Branch: HEAD 17Branch: HEAD
14636Tag: (none) 18Tag: busybox_1_00_pre1
14637Log:
14638A cleaner cleanup that avoids passing an off_t to scanf
14639
14640Members:
14641 archival/libunarchive/get_header_cpio.c:1.5->1.6
14642
14643---------------------
14644PatchSet 3118
14645Date: 2002/12/11 22:43:37
14646Author: russ
14647Branch: HEAD
14648Tag: (none)
14649Log: 19Log:
14650slight change to reflect BB_VER change 20Update changelog and docs
14651 21
14652Members: 22Members:
14653 networking/udhcp/dhcpc.c:1.5->1.6 23 Changelog:1.280->1.281
14654 networking/udhcp/dumpleases.c:1.3->1.4 24 docs/busybox.net/index.html:1.120->1.121
14655 networking/udhcp/libbb_udhcp.h:1.2->1.3 25 docs/busybox.net/oldnews.html:1.13->1.14
26 docs/busybox.net/screenshot.html:1.4->1.5
14656 27
14657--------------------- 28---------------------
14658PatchSet 3119 29PatchSet 3401
14659Date: 2002/12/11 22:45:33 30Date: 2003/07/16 07:29:51
14660Author: andersen 31Author: andersen
14661Branch: HEAD 32Branch: HEAD
14662Tag: (none) 33Tag: (none)
14663Log: 34Log:
14664Makefile rework coordinate with Russ so udhcp will behave 35Fixup problem unconditionally converting all hard links to symlinks.
14665 -Erik
14666 36
14667Members: 37Members:
14668 networking/udhcp/Makefile.in:1.3->1.4 38 archival/libunarchive/get_header_tar.c:1.18->1.19
14669 39
14670--------------------- 40---------------------
14671PatchSet 3120 41PatchSet 3402
14672Date: 2002/12/11 22:59:39 42Date: 2003/07/16 08:31:14
14673Author: andersen 43Author: andersen
14674Branch: HEAD 44Branch: HEAD
14675Tag: (none) 45Tag: (none)
14676Log: 46Log:
14677hehe. Screwed that one up. Lets do things right this time. 47Update required kernel version and note that libc5 is no longer
14678 -Erik 48supported (it is unmaintained and lacks support for simple things
49such as stdint.h) and uClibc is a better choice these days anyways.
14679 50
14680Members: 51Members:
14681 networking/udhcp/Makefile.in:1.4->1.5 52 README:1.26->1.27
14682 53
14683--------------------- 54---------------------
14684PatchSet 3121 55PatchSet 3403
14685Date: 2002/12/12 08:57:16 56Date: 2003/07/19 09:19:21
14686Author: andersen 57Author: andersen
14687Branch: HEAD 58Branch: HEAD
14688Tag: (none) 59Tag: (none)
14689Log: 60Log:
14690Teach addgroup to add user names to groups 61Fixup some little error in the webpage. Mention the Dell TrueMobile 1184.
14691
14692Members:
14693 loginutils/addgroup.c:1.6->1.7
14694
14695---------------------
14696PatchSet 3122
14697Date: 2002/12/12 10:31:52
14698Author: bug1
14699Branch: HEAD
14700Tag: (none)
14701Log:
14702Support the o, f and p options, patch by Magnus Mårtensson
14703
14704Members:
14705 include/usage.h:1.128->1.129
14706 miscutils/dc.c:1.13->1.14
14707
14708---------------------
14709PatchSet 3123
14710Date: 2002/12/12 10:54:47
14711Author: bug1
14712Branch: HEAD
14713Tag: (none)
14714Log:
14715Update email address for Gennady Feldman <gena01@gena01.com>
14716
14717Members:
14718 AUTHORS:1.32->1.33
14719 sysklogd/klogd.c:1.12->1.13
14720 sysklogd/logread.c:1.9->1.10
14721 sysklogd/syslogd.c:1.90->1.91
14722
14723---------------------
14724PatchSet 3124
14725Date: 2002/12/12 12:56:18
14726Author: bug1
14727Branch: HEAD
14728Tag: (none)
14729Log:
14730full usage cleanup for udhcp
14731
14732Members:
14733 include/usage.h:1.129->1.130
14734
14735---------------------
14736PatchSet 3125
14737Date: 2002/12/13 00:01:43
14738Author: bug1
14739Branch: HEAD
14740Tag: (none)
14741Log:
14742New applet, nameif by Nick Fedchik and myself.
14743 62
14744Members: 63Members:
14745 include/applets.h:1.83->1.84 64 docs/busybox.net/index.html:1.121->1.122
14746 include/usage.h:1.130->1.131
14747 networking/Config.in:1.3->1.4
14748 networking/Makefile.in:1.9->1.10
14749 networking/nameif.c:INITIAL->1.1
14750 65
14751--------------------- 66---------------------
14752PatchSet 3126 67PatchSet 3404
14753Date: 2002/12/13 02:43:49 68Date: 2003/07/22 06:57:29
14754Author: bug1
14755Branch: HEAD
14756Tag: (none)
14757Log:
14758New applets, ftpget and ftpput
14759
14760Members:
14761 include/applets.h:1.84->1.85
14762 include/usage.h:1.131->1.132
14763 networking/Config.in:1.4->1.5
14764 networking/Makefile.in:1.10->1.11
14765 networking/ftpgetput.c:INITIAL->1.1
14766
14767---------------------
14768PatchSet 3127
14769Date: 2002/12/13 04:14:36
14770Author: bug1
14771Branch: HEAD
14772Tag: (none)
14773Log:
14774Fix possible bug if file length not known
14775
14776Members:
14777 networking/ftpgetput.c:1.1->1.2
14778
14779---------------------
14780PatchSet 3128
14781Date: 2002/12/13 05:57:46
14782Author: bug1
14783Branch: HEAD
14784Tag: (none)
14785Log:
14786Change ftpput so it uses <remote-path> <local-file> as it should
14787
14788Members:
14789 networking/ftpgetput.c:1.2->1.3
14790
14791---------------------
14792PatchSet 3129
14793Date: 2002/12/13 08:20:42
14794Author: bug1
14795Branch: HEAD
14796Tag: (none)
14797Log:
14798Merge copyfd and copy_file_chunk
14799
14800Members:
14801 include/libbb.h:1.88->1.89
14802 libbb/copy_file.c:1.22->1.23
14803 libbb/copyfd.c:1.3->1.4
14804 libbb/print_file.c:1.4->1.5
14805 networking/ftpgetput.c:1.3->1.4
14806
14807---------------------
14808PatchSet 3130
14809Date: 2002/12/13 09:02:16
14810Author: bug1
14811Branch: HEAD
14812Tag: (none)
14813Log:
14814Fix bug when reading mac from command line, continue; if hwaddrr not found
14815
14816Members:
14817 networking/nameif.c:1.1->1.2
14818
14819---------------------
14820PatchSet 3131
14821Date: 2002/12/13 22:02:12
14822Author: timr
14823Branch: HEAD
14824Tag: (none)
14825Log:
14826use const group_file
14827
14828Members:
14829 loginutils/addgroup.c:1.7->1.8
14830
14831---------------------
14832PatchSet 3132
14833Date: 2002/12/13 22:53:28
14834Author: andersen 69Author: andersen
14835Branch: HEAD 70Branch: HEAD
14836Tag: (none) 71Tag: (none)
14837Log: 72Log:
14838Don't build the ncurses stuff unless it is specifically asked for 73Patch from Jeff Angielski <jeff@theptrgroup.com> recognizing
14839 -Erik 74his work on ftpput and ftpget.
14840
14841Members:
14842 Makefile:1.269->1.270
14843 Rules.mak:1.10->1.11
14844 scripts/config/Makefile:1.1->1.2
14845 sysdeps/linux/Config.in:1.3->1.4
14846
14847---------------------
14848PatchSet 3133
14849Date: 2002/12/13 22:59:15
14850Author: timr
14851Branch: HEAD
14852Tag: (none)
14853Log:
14854cleanup
14855
14856Members:
14857 modutils/lsmod.c:1.34->1.35
14858
14859---------------------
14860PatchSet 3134
14861Date: 2002/12/14 01:58:56
14862Author: timr
14863Branch: HEAD
14864Tag: (none)
14865Log:
14866rmmod -a removed modules recursively
14867
14868Members:
14869 docs/busybox.sgml:1.47->1.48
14870 include/libbb.h:1.89->1.90
14871 include/usage.h:1.132->1.133
14872 libbb/Makefile.in:1.14->1.15
14873 libbb/qmodule.c:INITIAL->1.1
14874 modutils/lsmod.c:1.35->1.36
14875 modutils/rmmod.c:1.21->1.22
14876
14877---------------------
14878PatchSet 3135
14879Date: 2002/12/16 06:40:37
14880Author: bug1
14881Branch: HEAD
14882Tag: (none)
14883Log:
14884fix warning
14885
14886Members:
14887 networking/libiproute/ip_parse_common_args.c:1.1->1.2
14888
14889---------------------
14890PatchSet 3136
14891Date: 2002/12/16 07:37:20
14892Author: bug1
14893Branch: HEAD
14894Tag: (none)
14895Log:
14896Only included headers that are used.
14897
14898Members:
14899 networking/libiproute/ipaddress.c:1.5->1.6
14900 networking/libiproute/iplink.c:1.3->1.4
14901 networking/libiproute/iproute.c:1.7->1.8
14902 networking/libiproute/iptunnel.c:1.2->1.3
14903 networking/libiproute/libnetlink.c:1.2->1.3
14904 networking/libiproute/ll_addr.c:1.2->1.3
14905 networking/libiproute/ll_map.c:1.1->1.2
14906 networking/libiproute/ll_proto.c:1.1->1.2
14907 networking/libiproute/ll_types.c:1.1->1.2
14908 networking/libiproute/rt_names.c:1.1->1.2
14909 networking/libiproute/rtm_map.c:1.1->1.2
14910 networking/libiproute/utils.c:1.3->1.4
14911
14912---------------------
14913PatchSet 3137
14914Date: 2002/12/16 21:55:39
14915Author: sandman
14916Branch: HEAD
14917Tag: (none)
14918Log:
14919changed most assignments from ":=" to "=" to allow setting some variables
14920at the command line (this is also needed for cross-compilation)
14921 75
14922Members: 76Members:
14923 Rules.mak:1.11->1.12 77 AUTHORS:1.36->1.37
14924 78
14925--------------------- 79---------------------
14926PatchSet 3138 80PatchSet 3405
14927Date: 2002/12/16 22:04:18 81Date: 2003/07/22 08:30:36
14928Author: sandman
14929Branch: HEAD
14930Tag: (none)
14931Log:
14932Always print the routing table header for IPv4:
14933 - this is consistent with IPv6 route
14934 - you can get very confused, if there are no routes and "route" prints
14935 nothing at all (not even "No routes" message)
14936
14937Members:
14938 networking/route.c:1.20->1.21
14939
14940---------------------
14941PatchSet 3139
14942Date: 2002/12/17 09:48:16
14943Author: andersen 82Author: andersen
14944Branch: HEAD 83Branch: HEAD
14945Tag: (none) 84Tag: (none)
14946Log: 85Log:
14947Odd. I never brought this forward from bb.stable. Should handle 86Matteo Croce submitted a hdparm applet.
14948reaping child processes better.
14949 -Erik
14950
14951Members:
14952 init/init.c:1.178->1.179
14953
14954---------------------
14955PatchSet 3140
14956Date: 2002/12/17 12:43:43
14957Author: bug1
14958Branch: HEAD
14959Tag: (none)
14960Log:
14961Get interface names using ioctl rather than /proc, from Nick Fedchik
14962
14963Members:
14964 networking/nameif.c:1.2->1.3
14965
14966---------------------
14967PatchSet 3141
14968Date: 2002/12/18 02:47:40
14969Author: bug1
14970Branch: HEAD
14971Tag: (none)
14972Log:
14973When retrieving a file dont open file until we have to to prevent files of size 0 being created when retrieval fails, bug found by Jeff Angielski
14974
14975Members:
14976 networking/ftpgetput.c:1.4->1.5
14977
14978---------------------
14979PatchSet 3142
14980Date: 2002/12/19 20:16:22
14981Author: bug1
14982Branch: HEAD
14983Tag: (none)
14984Log:
14985Bugfix, wastn retrieving last block, patch by Jean-Christophe Dubois
14986
14987Members:
14988 networking/tftp.c:1.16->1.17
14989
14990---------------------
14991PatchSet 3143
14992Date: 2002/12/20 06:03:47
14993Author: bug1
14994Branch: HEAD
14995Tag: (none)
14996Log:
14997busybox target wasnt checking .depend, clean kbuild binaries only on distclean
14998
14999Members:
15000 Makefile:1.270->1.271
15001
15002---------------------
15003PatchSet 3144
15004Date: 2002/12/20 10:06:38
15005Author: bug1
15006Branch: HEAD
15007Tag: (none)
15008Log:
15009Adjust for new .depend target
15010
15011Members:
15012 Makefile:1.271->1.272
15013
15014---------------------
15015PatchSet 3145
15016Date: 2002/12/23 10:16:12
15017Author: bug1
15018Branch: HEAD
15019Tag: (none)
15020Log:
15021Support the '=' command
15022
15023Members:
15024 editors/sed.c:1.93->1.94
15025
15026---------------------
15027PatchSet 3146
15028Date: 2002/12/23 10:23:10
15029Author: bug1
15030Branch: HEAD
15031Tag: (none)
15032Log:
15033Fix STANDALONE_SHELL and ALWAYS_WIN options, last_path_73 by Vladimir N. Oleynik
15034
15035Members:
15036 shell/ash.c:1.65->1.66
15037
15038---------------------
15039PatchSet 3147
15040Date: 2002/12/23 11:54:56
15041Author: bug1
15042Branch: HEAD
15043Tag: (none)
15044Log:
15045Support the obsolete '+' option
15046
15047Members:
15048 coreutils/tail.c:1.42->1.43
15049 textutils/tail.c:1.42->1.43
15050
15051---------------------
15052PatchSet 3148
15053Date: 2002/12/23 12:49:32
15054Author: bug1
15055Branch: HEAD
15056Tag: (none)
15057Log:
15058Sync with 20021214-1 debian package
15059 87
15060Members: 88Members:
15061 debian/changelog:1.30->1.31 89 include/applets.h:1.99->1.100
15062 debian/config-deb:1.3->1.4 90 include/usage.h:1.157->1.158
15063 debian/config-static:1.4->1.5 91 miscutils/Config.in:1.2->1.3
15064 debian/config-udeb:1.6->1.7 92 miscutils/Makefile.in:1.5->1.6
93 miscutils/hdparm.c:INITIAL->1.1
15065 94
15066--------------------- 95---------------------
15067PatchSet 3149 96PatchSet 3406
15068Date: 2002/12/27 00:45:35 97Date: 2003/07/22 08:33:14
15069Author: bug1
15070Branch: HEAD
15071Tag: (none)
15072Log:
15073Add usage for tar -j and -z
15074
15075Members:
15076 include/usage.h:1.133->1.134
15077
15078---------------------
15079PatchSet 3150
15080Date: 2002/12/27 17:42:01
15081Author: mjn3
15082Branch: HEAD
15083Tag: (none)
15084Log:
15085Add "Broadcast +" support back in. Also cut the size down some. Not well
15086tested, but it is the holidays...
15087
15088Members:
15089 networking/ifconfig.c:1.20->1.21
15090
15091---------------------
15092PatchSet 3151
15093Date: 2003/01/02 07:16:53
15094Author: sandman
15095Branch: HEAD
15096Tag: (none)
15097Log:
15098> Eliminate dependancy on kernel header files. Naughty naughty.
15099> Using linux kernel headers is a Bad Thing(tm) and should be
15100> punished.
15101> -Erik
15102
15103Doing this wrong should be punished even harder :)
15104 - Robert
15105
15106Members:
15107 util-linux/hwclock.c:1.3->1.4
15108
15109---------------------
15110PatchSet 3152
15111Date: 2003/01/02 07:24:02
15112Author: andersen 98Author: andersen
15113Branch: HEAD 99Branch: HEAD
15114Tag: (none) 100Tag: (none)
15115Log: 101Log:
15116Fix tab-tab listing of files so it properly reflects current 102Patch from Paul Mundt:
15117terminal width.
15118 -Erik
15119
15120Members:
15121 shell/cmdedit.c:1.75->1.76
15122
15123---------------------
15124PatchSet 3153
15125Date: 2003/01/04 11:56:06
15126Author: bug1
15127Branch: HEAD
15128Tag: (none)
15129Log:
15130fdisk writable feature, allows compilation of a small fdisk that can
15131only read partition table, by Vladimir N. Oleynik
15132
15133Members:
15134 util-linux/Config.in:1.1->1.2
15135 util-linux/fdisk.c:1.3->1.4
15136
15137---------------------
15138PatchSet 3154
15139Date: 2003/01/04 13:45:42
15140Author: bug1
15141Branch: HEAD
15142Tag: (none)
15143Log:
15144Sync with 20030104-2 cvs package, disable fdisk BSD label as they dont
15145compile on m68k
15146
15147Members:
15148 debian/changelog:1.31->1.32
15149 debian/config-static:1.5->1.6
15150 debian/config-udeb:1.7->1.8
15151 debian/control:1.15->1.16
15152
15153---------------------
15154PatchSet 3155
15155Date: 2003/01/05 00:43:00
15156Author: bug1
15157Branch: HEAD
15158Tag: (none)
15159Log:
15160fixes for ia64
15161
15162Members:
15163 networking/libiproute/iptunnel.c:1.3->1.4
15164 networking/libiproute/ll_addr.c:1.3->1.4
15165
15166---------------------
15167PatchSet 3156
15168Date: 2003/01/05 02:02:02
15169Author: bug1
15170Branch: HEAD
15171Tag: (none)
15172Log:
15173Prepare for new busybox-cvs upload
15174
15175Members:
15176 debian/changelog:1.32->1.33
15177 debian/config-static:1.6->1.7
15178
15179---------------------
15180PatchSet 3157
15181Date: 2003/01/05 04:01:55
15182Author: bug1
15183Branch: HEAD
15184Tag: (none)
15185Log:
15186New applet: httpd, by Glenn Engel
15187
15188Members:
15189 include/applets.h:1.85->1.86
15190 include/usage.h:1.134->1.135
15191 networking/Config.in:1.5->1.6
15192 networking/Makefile.in:1.11->1.12
15193 networking/httpd.c:INITIAL->1.1
15194
15195---------------------
15196PatchSet 3158
15197Date: 2003/01/06 01:11:49
15198Author: bug1
15199Branch: HEAD
15200Tag: (none)
15201Log:
15202Correct column width for tab completion and ls
15203 103
15204Members: 104 The current SC_x references automatically assume that everyone uses ttyS/tts
15205 coreutils/ls.c:1.94->1.95 105 as their naming scheme for their serial ports. This isn't the case for quite
15206 fileutils/ls.c:1.94->1.95 106 a few architectures, including sh, sh64, h8, arm, etc.
15207 shell/cmdedit.c:1.76->1.77
15208
15209---------------------
15210PatchSet 3159
15211Date: 2003/01/06 16:27:07
15212Author: bug1
15213Branch: HEAD
15214Tag: (none)
15215Log:
15216Minor cleanup, identified by Stewart Brodie, patch by Vladimir N.
15217Oleynik
15218 107
15219Members: 108Members:
15220 shell/ash.c:1.66->1.67 109 include/libbb.h:1.103->1.104
15221 110
15222--------------------- 111---------------------
15223PatchSet 3160 112PatchSet 3407
15224Date: 2003/01/08 01:15:31 113Date: 2003/07/22 08:39:18
15225Author: andersen 114Author: andersen
15226Branch: HEAD 115Branch: HEAD
15227Tag: (none) 116Tag: (none)
15228Log: 117Log:
15229Lineo has ceased to exist, and is no longer a sponsor. 118Paul Mundt <lethal@linux-sh.org> writes:
15230
15231Members:
15232 docs/busybox.net/index.html:1.115->1.116
15233
15234---------------------
15235PatchSet 3161
15236Date: 2003/01/08 03:26:47
15237Author: bug1
15238Branch: HEAD
15239Tag: (none)
15240Log:
15241Patch by Stewart Brodie to terminate the string array correctly
15242 119
15243Members: 120 Here's a bunch of fixes for the watchdog app in busybox. This does a
15244 debianutils/run_parts.c:1.2->1.3 121 couple of things:
15245 122
15246--------------------- 123 - configurable timer duration (userspace timer duration is
15247PatchSet 3162 124 usually configurable within the device drivers themselves).
15248Date: 2003/01/09 10:00:49 125 - run as a daemon
15249Author: bug1 126 - shutdown the device properly on SIGINT or SIGHUP
15250Branch: HEAD 127 - clear the counter immediately instead of sleeping first
15251Tag: (none)
15252Log:
15253Make output the same as upstream, patch by Tito
15254 128
15255Members: 129 as well as updating the usage information. This has also been switched
15256 miscutils/strings.c:1.1->1.2 130 over to getopt to deal with the optional timer duration specifier.
15257 131
15258--------------------- 132 The changes themselves are harmless and isolated, and I've veried that
15259PatchSet 3163 133 this works on sh and x86 without any problems.
15260Date: 2003/01/09 10:06:00
15261Author: bug1
15262Branch: HEAD
15263Tag: (none)
15264Log:
15265arping applet by Nick Fedchik
15266 134
15267Members: 135Members:
15268 include/applets.h:1.86->1.87 136 include/usage.h:1.158->1.159
15269 include/usage.h:1.135->1.136 137 miscutils/watchdog.c:1.6->1.7
15270 networking/Config.in:1.6->1.7
15271 networking/Makefile.in:1.12->1.13
15272 networking/arping.c:INITIAL->1.1
15273 138
15274--------------------- 139---------------------
15275PatchSet 3164 140PatchSet 3408
15276Date: 2003/01/09 14:36:26 141Date: 2003/07/22 08:50:18
15277Author: andersen 142Author: andersen
15278Branch: HEAD 143Branch: HEAD
15279Tag: (none) 144Tag: (none)
15280Log: 145Log:
15281Additional patch from Tito to fix some anomolies 146mention stresslinux
15282 147
15283Members: 148Members:
15284 miscutils/strings.c:1.2->1.3 149 docs/busybox.net/index.html:1.122->1.123
15285 150
15286--------------------- 151---------------------
15287PatchSet 3165 152PatchSet 3409
15288Date: 2003/01/09 18:53:53 153Date: 2003/07/22 09:25:37
15289Author: andersen 154Author: andersen
15290Branch: HEAD 155Branch: HEAD
15291Tag: (none) 156Tag: (none)
15292Log: 157Log:
15293Fix addgroup so it actually works 158Error out early if people try to build mount with nfs support
159using uClibc, but have not enabled UCLIBC_HAS_RPC...
15294 -Erik 160 -Erik
15295 161
15296Members: 162Members:
15297 loginutils/addgroup.c:1.8->1.9 163 util-linux/mount.c:1.112->1.113
15298
15299---------------------
15300PatchSet 3166
15301Date: 2003/01/11 18:02:51
15302Author: andersen
15303Branch: HEAD
15304Tag: (none)
15305Log:
15306Fix an obvious mistake
15307
15308Members:
15309 Makefile:1.272->1.273
15310
15311---------------------
15312PatchSet 3167
15313Date: 2003/01/11 18:06:02
15314Author: andersen
15315Branch: HEAD
15316Tag: (none)
15317Log:
15318Patch from Robert Schwebel fixing a missing \n
15319
15320Members:
15321 modutils/lsmod.c:1.36->1.37
15322
15323---------------------
15324PatchSet 3168
15325Date: 2003/01/11 18:07:14
15326Author: andersen
15327Branch: HEAD
15328Tag: (none)
15329Log:
15330Patch from Robert Schwebel -- support ncurses installed in /usr/local
15331
15332Members:
15333 scripts/config/Makefile:1.2->1.3
15334
15335---------------------
15336PatchSet 3169
15337Date: 2003/01/11 20:40:20
15338Author: andersen
15339Branch: HEAD
15340Tag: (none)
15341Log:
15342Patch from Daniel J Walsh at redhat to make free work for systems
15343with more than 1 GB of memory...
15344
15345Members:
15346 procps/free.c:1.18->1.19
15347
15348---------------------
15349PatchSet 3170
15350Date: 2003/01/12 06:08:33
15351Author: andersen
15352Branch: HEAD
15353Tag: (none)
15354Log:
15355Kiss Gabor noticed that ping compiled without BB_FEATURE_FANCY_PING
15356would return 0 instead of EXIT_FAILURE when no response was received.
15357
15358Members:
15359 networking/ping.c:1.52->1.53
15360 networking/ping6.c:1.2->1.3
15361
15362---------------------
15363PatchSet 3171
15364Date: 2003/01/13 21:40:35
15365Author: bug1
15366Branch: HEAD
15367Tag: (none)
15368Log:
15369Option to allow ifupdown use ip commands instead of ifconfig, add flush
15370command to ipaddr, patch by Bastian Blank
15371
15372Members:
15373 include/usage.h:1.136->1.137
15374 networking/Config.in:1.7->1.8
15375 networking/ifupdown.c:1.15->1.16
15376 networking/libiproute/ipaddress.c:1.6->1.7
15377 networking/libiproute/iplink.c:1.4->1.5
15378 164
15379--------------------- 165---------------------
15380PatchSet 3172 166PatchSet 3410
15381Date: 2003/01/13 22:09:47 167Date: 2003/07/22 09:26:05
15382Author: bug1
15383Branch: HEAD
15384Tag: (none)
15385Log:
15386Correct some init issues, update email address, last_patch78 by Vladimir
15387N. Oleynik
15388
15389Members:
15390 include/libbb.h:1.90->1.91
15391 init/init.c:1.179->1.180
15392 libbb/device_open.c:1.2->1.3
15393 libbb/process_escape_sequence.c:1.2->1.3
15394 util-linux/more.c:1.54->1.55
15395
15396---------------------
15397PatchSet 3173
15398Date: 2003/01/13 23:19:31
15399Author: andersen
15400Branch: HEAD
15401Tag: (none)
15402Log:
15403Patch from Tito to rework strings applet, and some testsuite
15404stuff to test it added by me.
15405
15406Members:
15407 miscutils/strings.c:1.3->1.4
15408 testsuite/strings/strings-works-like-GNU:INITIAL->1.1
15409
15410---------------------
15411PatchSet 3174
15412Date: 2003/01/14 06:40:11
15413Author: andersen 168Author: andersen
15414Branch: HEAD 169Branch: HEAD
15415Tag: (none) 170Tag: (none)
15416Log: 171Log:
15417Only call free if it is necessary 172Very minor rdate updates
15418 173
15419Members: 174Members:
15420 shell/ash.c:1.67->1.68 175 include/applets.h:1.100->1.101
176 include/usage.h:1.159->1.160
177 util-linux/rdate.c:1.22->1.23
15421 178
15422--------------------- 179---------------------
15423PatchSet 3175 180PatchSet 3411
15424Date: 2003/01/14 06:42:56 181Date: 2003/07/22 09:54:02
15425Author: andersen 182Author: andersen
15426Branch: HEAD 183Branch: HEAD
15427Tag: (none) 184Tag: (none)
15428Log: 185Log:
15429Fixup addgroup help text 186Add a default clean target
15430 187
15431Members: 188Members:
15432 include/usage.h:1.137->1.138 189 tests/Makefile:1.4->1.5
15433 190
15434--------------------- 191---------------------
15435PatchSet 3176 192PatchSet 3412
15436Date: 2003/01/14 08:06:07 193Date: 2003/07/22 09:55:12
15437Author: andersen 194Author: andersen
15438Branch: HEAD 195Branch: HEAD
15439Tag: (none) 196Tag: (none)
15440Log: 197Log:
15441Eliminate use of kernel header file 198Update TODO list
15442 -Erik
15443 199
15444Members: 200Members:
15445 networking/libiproute/ipaddress.c:1.7->1.8 201 TODO:1.85->1.86
15446 202
15447--------------------- 203---------------------
15448PatchSet 3177 204PatchSet 3413
15449Date: 2003/01/14 08:52:18 205Date: 2003/07/22 09:56:01
15450Author: andersen 206Author: andersen
15451Branch: HEAD 207Branch: HEAD
15452Tag: (none) 208Tag: (none)
15453Log: 209Log:
15454Clean config binsries on 'make clean' 210A minor update for handling older gcc versions
15455 211
15456Members: 212Members:
15457 Makefile:1.273->1.274 213 Rules.mak:1.16->1.17
15458 214
15459--------------------- 215---------------------
15460PatchSet 3178 216PatchSet 3414
15461Date: 2003/01/14 08:54:06 217Date: 2003/07/22 09:56:42
15462Author: andersen 218Author: andersen
15463Branch: HEAD 219Branch: HEAD
15464Tag: (none) 220Tag: (none)
15465Log: 221Log:
15466Eliminate most instances where we use linux kernel headers 222Remove remaining libc5 support code
15467 -Erik
15468 223
15469Members: 224Members:
15470 libbb/interface.c:1.12->1.13 225 coreutils/chgrp.c:1.14->1.15
15471 networking/ifconfig.c:1.21->1.22 226 coreutils/chown.c:1.22->1.23
15472 networking/nameif.c:1.3->1.4 227 include/busybox.h:1.52->1.53
15473 networking/libiproute/iplink.c:1.5->1.6 228 include/libbb.h:1.104->1.105
15474 networking/libiproute/iptunnel.c:1.4->1.5 229 init/init.c:1.188->1.189
15475 networking/libiproute/ll_addr.c:1.4->1.5 230 init/reboot.c:1.28->1.29
231 libbb/Makefile.in:1.23->1.24
232 libbb/dirname.c:1.6->1.7(DEAD)
233 libbb/interface.c:1.16->1.17
234 libbb/libc5.c:1.6->1.7(DEAD)
235 libbb/module_syscalls.c:1.12->1.13
236 libbb/syscalls.c:1.11->1.12
237 libpwdgrp/setgroups.c:1.3->1.4
238 miscutils/adjtimex.c:1.4->1.5
239 miscutils/dutmp.c:1.30->1.31
240 miscutils/update.c:1.24->1.25
241 modutils/insmod.c:1.98->1.99
242 networking/ping.c:1.54->1.55
243 networking/traceroute.c:1.11->1.12
244 networking/wget.c:1.53->1.54
245 shell/cmdedit.c:1.79->1.80
246 sysklogd/klogd.c:1.15->1.16
247 sysklogd/logread.c:1.11->1.12
248 sysklogd/syslogd.c:1.97->1.98
249 util-linux/dmesg.c:1.29->1.30
250 util-linux/swaponoff.c:1.34->1.35
15476 251
15477--------------------- 252---------------------
15478PatchSet 3179 253PatchSet 3415
15479Date: 2003/01/14 09:12:39 254Date: 2003/07/22 10:41:39
15480Author: andersen 255Author: andersen
15481Branch: HEAD 256Branch: HEAD
15482Tag: (none) 257Tag: (none)
15483Log: 258Log:
15484Ensure consistant sort order, sed behavior, etc 259Support reboot, halt, and poweroff independent of busybox init.
260Simplify and fixup some logic.
15485 -Erik 261 -Erik
15486 262
15487Members: 263Members:
15488 Rules.mak:1.12->1.13 264 init/Config.in:1.5->1.6
15489 265 init/halt.c:1.22->1.23
15490--------------------- 266 init/init_shared.c:1.1->1.2
15491PatchSet 3180 267 init/init_shared.h:1.1->1.2
15492Date: 2003/01/14 18:13:13 268 init/poweroff.c:1.19->1.20
15493Author: andersen 269 init/reboot.c:1.29->1.30
15494Branch: HEAD
15495Tag: (none)
15496Log:
15497last_patch75_2 from vodz,
15498
15499Members:
15500 coreutils/ls.c:1.95->1.96
15501 fileutils/ls.c:1.95->1.96
15502
15503---------------------
15504PatchSet 3181
15505Date: 2003/01/14 21:41:11
15506Author: bug1
15507Branch: HEAD
15508Tag: (none)
15509Log:
15510Patch for the debian-cvs package, ip* applets in /bin, patch from Bastian Blank
15511
15512Members:
15513 debian/changelog:1.33->1.34
15514 debian/config-deb:1.4->1.5
15515 debian/config-static:1.7->1.8
15516 debian/config-udeb:1.8->1.9
15517 debian/rules:1.21->1.22
15518 include/applets.h:1.87->1.88
15519
15520---------------------
15521PatchSet 3182
15522Date: 2003/01/14 23:26:57
15523Author: bug1
15524Branch: HEAD
15525Tag: (none)
15526Log:
15527Fix leading spaces bug, free line buffer, redo next_word, save some
15528space.
15529
15530Members:
15531 networking/ifupdown.c:1.16->1.17
15532
15533---------------------
15534PatchSet 3183
15535Date: 2003/01/16 11:37:57
15536Author: bug1
15537Branch: HEAD
15538Tag: (none)
15539Log:
15540Use vsyslog instead of syslog, improve initalisation and cleanup of
15541variables, save 300 Bytes or so, patch by Vladimir N. Oleynik
15542
15543Members:
15544 networking/nameif.c:1.4->1.5
15545
15546---------------------
15547PatchSet 3184
15548Date: 2003/01/19 12:55:11
15549Author: bug1
15550Branch: HEAD
15551Tag: (none)
15552Log:
15553Compile option to avoid using /usr directory, patch by Bastian Blank
15554
15555Members:
15556 include/applets.h:1.88->1.89
15557 sysdeps/linux/Config.in:1.4->1.5
15558
15559---------------------
15560PatchSet 3185
15561Date: 2003/01/19 13:31:41
15562Author: bug1
15563Branch: HEAD
15564Tag: (none)
15565Log:
15566fix missed option argument for -I <device>, interface name checks
15567redesigned, patch by Nick Fedchik
15568
15569Members:
15570 networking/arping.c:1.1->1.2
15571
15572---------------------
15573PatchSet 3186
15574Date: 2003/01/19 13:34:20
15575Author: bug1
15576Branch: HEAD
15577Tag: (none)
15578Log:
15579Dont use getopt_long, minor usage changes, patch by Nick Fedchik
15580
15581Members:
15582 include/usage.h:1.138->1.139
15583 networking/nameif.c:1.5->1.6
15584
15585---------------------
15586PatchSet 3187
15587Date: 2003/01/20 23:34:12
15588Author: bug1
15589Branch: HEAD
15590Tag: (none)
15591Log:
15592Make test mode output same as official version
15593
15594Members:
15595 libbb/run_parts.c:1.3->1.4
15596
15597---------------------
15598PatchSet 3188
15599Date: 2003/01/20 23:50:57
15600Author: bug1
15601Branch: HEAD
15602Tag: (none)
15603Log:
15604New test mode that allows run_parts to fail silently if the directory
15605is not found. Patch from Bastian Blank
15606
15607Members:
15608 include/libbb.h:1.91->1.92
15609 libbb/run_parts.c:1.4->1.5
15610 networking/ifupdown.c:1.17->1.18
15611
15612---------------------
15613PatchSet 3189
15614Date: 2003/01/21 00:03:05
15615Author: bug1
15616Branch: HEAD
15617Tag: (none)
15618Log:
15619header update
15620
15621Members:
15622 networking/libiproute/ip_common.h:1.4->1.5
15623
15624---------------------
15625PatchSet 3190
15626Date: 2003/01/21 00:12:11
15627Author: bug1
15628Branch: HEAD
15629Tag: (none)
15630Log:
15631re-order config options, part of a patch from Bastian Blank
15632
15633Members:
15634 loginutils/Config.in:1.1->1.2
15635
15636---------------------
15637PatchSet 3191
15638Date: 2003/01/21 20:55:53
15639Author: bug1
15640Branch: HEAD
15641Tag: (none)
15642Log:
15643run telnet from inetd, present login prompt if login is configured,
15644patch from Bastian Blank
15645
15646Members:
15647 include/libbb.h:1.92->1.93
15648 libbb/Makefile.in:1.15->1.16
15649 loginutils/getty.c:1.5->1.6
15650 loginutils/login.c:1.8->1.9
15651 networking/Config.in:1.8->1.9
15652 networking/telnetd.c:1.2->1.3
15653
15654---------------------
15655PatchSet 3192
15656Date: 2003/01/21 20:59:34
15657Author: bug1
15658Branch: HEAD
15659Tag: (none)
15660Log:
15661Login prompt function, part of waldi's telnetd from inetd patch
15662
15663Members:
15664 libbb/login.c:INITIAL->1.1
15665 270
15666--------------------- 271---------------------
15667PatchSet 3193 272PatchSet 3416
15668Date: 2003/01/21 22:39:34 273Date: 2003/07/22 10:48:56
15669Author: russ
15670Branch: HEAD
15671Tag: (none)
15672Log:
15673merge fixes with udhcp
15674
15675Members:
15676 networking/udhcp/dhcpc.c:1.6->1.7
15677
15678---------------------
15679PatchSet 3194
15680Date: 2003/01/22 01:20:35
15681Author: andersen 274Author: andersen
15682Branch: HEAD 275Branch: HEAD
15683Tag: (none) 276Tag: (none)
15684Log: 277Log:
15685Fix a typo that broke it so busybox won't build 278Patch from Andrew Flegg:
15686
15687Members:
15688 networking/libiproute/ip_common.h:1.5->1.6
15689 279
15690--------------------- 280 Here's a pretty crude patch to reload /etc/inittab when init receives a
15691PatchSet 3195 281 SIGHUP. The mailing list archives weren't entirely clear on whether or
15692Date: 2003/01/22 21:09:48 282 not it should already happen, but didn't appear to be.
15693Author: bug1
15694Branch: HEAD
15695Tag: (none)
15696Log:
15697Patch from Basitan Blank to fix nasty bug
15698 283
15699Members: 284 The patch:
15700 networking/telnetd.c:1.3->1.4 285 * Adds a new function, reload_signal() which just calls
286 parse_inittab() and run_actions(RESPAWN)
15701 287
15702--------------------- 288 * Before entering the while (1) loop set up SIGHUP to call
15703PatchSet 3196 289 reload_signal()
15704Date: 2003/01/23 04:48:34
15705Author: andersen
15706Branch: HEAD
15707Tag: (none)
15708Log:
15709Patch from Joel Vallier to add modules symbols to the kernel symbol
15710table in order to obtain better debug output from ksymoops.
15711 290
15712Members: 291 * Modify new_init_action to skip the action if the same command
15713 modutils/Config.in:1.1->1.2 292 already exists on the same terminal
15714 modutils/insmod.c:1.92->1.93
15715 293
15716--------------------- 294 This last bit means that changing already running entries is a bit
15717PatchSet 3197 295 hairy as you can end up with, for example, two shells running on the
15718Date: 2003/01/23 04:57:34 296 same virtual console. However, for solely adding/removing entries this patch
15719Author: andersen 297 seems to work quite well.
15720Branch: HEAD
15721Tag: (none)
15722Log:
15723Patch from Artem Egorkine to support the -m option
15724 298
15725Members: 299Members:
15726 include/usage.h:1.139->1.140 300 init/init.c:1.189->1.190
15727 modutils/Config.in:1.2->1.3
15728 modutils/insmod.c:1.93->1.94
15729 301
15730--------------------- 302---------------------
15731PatchSet 3198 303PatchSet 3417
15732Date: 2003/01/23 05:27:42 304Date: 2003/07/22 10:59:28
15733Author: andersen 305Author: andersen
15734Branch: HEAD 306Branch: HEAD
15735Tag: (none) 307Tag: (none)
15736Log: 308Log:
15737Apply patch from Ghozlane Toumi to add -inum support to find. 309Patch from Terje Kvernes adding quite a lot of missing documentation
15738Apply patch from Ghozlane Toumi to make find smaller by combining
15739 similar error messages
15740Forward port find -newer support from busybox stable that was
15741 missing from unstable. -Erik.
15742Fixup usage messages for find. -Erik
15743 310
15744Members: 311Members:
15745 findutils/Config.in:1.1->1.2 312 editors/Config.in:1.5->1.6
15746 findutils/find.c:1.36->1.37 313 loginutils/Config.in:1.4->1.5
15747 include/usage.h:1.140->1.141 314 modutils/Config.in:1.6->1.7
315 networking/Config.in:1.16->1.17
316 procps/Config.in:1.5->1.6
317 shell/Config.in:1.5->1.6
15748 318
15749--------------------- 319---------------------
15750PatchSet 3199 320PatchSet 3418
15751Date: 2003/01/23 05:59:31 321Date: 2003/07/22 11:11:27
15752Author: andersen 322Author: andersen
15753Branch: HEAD 323Branch: HEAD
15754Tag: (none) 324Tag: (none)
15755Log: 325Log:
15756A patch from John F. Kelly to add in a utility for configuring 326Remove the update utility, that is only relevant to older 2.0.x kernels
15757vlan under linux, derived from Ben Greear's VLAN "vconfig" tool. 327that are no longer supported.
15758 328
15759Members: 329Members:
15760 include/applets.h:1.89->1.90 330 docs/busybox_header.pod:1.10->1.11
15761 include/usage.h:1.141->1.142 331 include/applets.h:1.101->1.102
15762 networking/Config.in:1.9->1.10 332 include/usage.h:1.160->1.161
15763 networking/Makefile.in:1.13->1.14 333 miscutils/Makefile.in:1.6->1.7
15764 networking/vconfig.c:INITIAL->1.1 334 miscutils/update.c:1.25->1.26(DEAD)
15765 335
15766--------------------- 336---------------------
15767PatchSet 3200 337PatchSet 3419
15768Date: 2003/01/23 06:02:39 338Date: 2003/07/22 11:11:48
15769Author: andersen 339Author: andersen
15770Branch: HEAD 340Branch: HEAD
15771Tag: (none) 341Tag: (none)
15772Log: 342Log:
15773Patch from Jason McMullan @ linuxcare.com adding insmod 343Write some more docs
15774support for s390 systems.
15775 344
15776Members: 345Members:
15777 modutils/insmod.c:1.94->1.95 346 miscutils/Config.in:1.3->1.4
15778 347
15779--------------------- 348---------------------
15780PatchSet 3201 349PatchSet 3420
15781Date: 2003/01/23 06:35:17 350Date: 2003/07/22 11:14:32
15782Author: andersen 351Author: andersen
15783Branch: HEAD 352Branch: HEAD
15784Tag: (none) 353Tag: (none)
15785Log: 354Log:
15786Patch from Brett Hunt at micron.com to fixup potential segfaults 355Document CONFIG_ASH_CMDCMD
15787during 'make menuconfig'
15788 356
15789Members: 357Members:
15790 scripts/config/menubox.c:1.1->1.2 358 shell/Config.in:1.6->1.7
15791 359
15792--------------------- 360---------------------
15793PatchSet 3202 361PatchSet 3421
15794Date: 2003/01/23 07:08:26 362Date: 2003/07/22 11:16:58
15795Author: andersen 363Author: andersen
15796Branch: HEAD 364Branch: HEAD
15797Tag: (none) 365Tag: (none)
15798Log: 366Log:
15799Fix a silly compile error, thanks to a patch from Wen-chien Jesse Sung 367Document CONFIG_FEATURE_INSMOD_LOADINKMEM
15800 368
15801Members: 369Members:
15802 init/init.c:1.180->1.181 370 modutils/Config.in:1.7->1.8
15803 371
15804--------------------- 372---------------------
15805PatchSet 3203 373PatchSet 3422
15806Date: 2003/01/27 17:41:19 374Date: 2003/07/22 11:18:17
15807Author: andersen 375Author: andersen
15808Branch: HEAD 376Branch: HEAD
15809Tag: (none) 377Tag: (none)
15810Log: 378Log:
15811This seems sufficient for ifup and ifdown to actually work 379There is no need to expose CONFIG_FEATURE_TRACEROUTE_SO_DEBUG
15812as advertised. Works for me (at least with glibc)
15813 380
15814Members: 381Members:
15815 networking/ifupdown.c:1.18->1.19 382 networking/Config.in:1.17->1.18
15816 networking/libiproute/ip_parse_common_args.c:1.2->1.3
15817 networking/libiproute/ipaddress.c:1.8->1.9
15818 383
15819--------------------- 384---------------------
15820PatchSet 3204 385PatchSet 3423
15821Date: 2003/01/27 22:11:59 386Date: 2003/07/22 18:03:24
15822Author: andersen 387Author: andersen
15823Branch: HEAD 388Branch: HEAD
15824Tag: (none) 389Tag: (none)
15825Log: 390Log:
15826Don't wipe the config system on 'make clean' 391the word "only" is repeated for CONFIG_FEATURE_SHADOWPASSWDS
15827
15828Members:
15829 Makefile:1.274->1.275
15830
15831---------------------
15832PatchSet 3205
15833Date: 2003/01/28 01:45:47
15834Author: bug1
15835Branch: HEAD
15836Tag: (none)
15837Log:
15838Fix long standing bug with old gnu tar files, add a check so tar will
15839complain "unknown file type" if it tries to extract an oldgnu tar file
15840and TAR_FEATURE_OLDGNU_COMPATABILITY sint defined.
15841Print a warning if unisupported gnu extensions are encountered.
15842 392
15843Members: 393Members:
15844 archival/Config.in:1.4->1.5 394 loginutils/Config.in:1.5->1.6
15845 archival/libunarchive/data_extract_all.c:1.7->1.8
15846 archival/libunarchive/get_header_tar.c:1.15->1.16
15847 395
15848--------------------- 396---------------------
15849PatchSet 3206 397PatchSet 3424
15850Date: 2003/02/03 12:44:59 398Date: 2003/07/22 18:04:54
15851Author: andersen 399Author: andersen
15852Branch: HEAD 400Branch: HEAD
15853Tag: (none) 401Tag: (none)
15854Log: 402Log:
15855Fix a couple more ifupdown bugs 403As vodz noticed, I screwed up reboot
15856 404
15857Members: 405Members:
15858 networking/ifupdown.c:1.19->1.20 406 init/reboot.c:1.30->1.31
15859 407
15860--------------------- 408---------------------
15861PatchSet 3207 409PatchSet 3425
15862Date: 2003/02/05 18:16:45 410Date: 2003/07/22 18:14:10
15863Author: andersen 411Author: andersen
15864Branch: HEAD 412Branch: HEAD
15865Tag: (none) 413Tag: (none)
15866Log: 414Log:
15867Mention penguru 415Several simplifications and indenting changes, per
15868 416last_patch97 from vodz
15869Members:
15870 docs/busybox.net/index.html:1.116->1.117
15871
15872---------------------
15873PatchSet 3208
15874Date: 2003/02/08 22:33:53
15875Author: bug1
15876Branch: HEAD
15877Tag: (none)
15878Log:
15879Patch from Nick Fedchik, CONFIG_SYSLOGD should determine getty's
15880behaviour.
15881
15882Members:
15883 loginutils/getty.c:1.6->1.7
15884
15885---------------------
15886PatchSet 3209
15887Date: 2003/02/08 23:11:19
15888Author: bug1
15889Branch: HEAD
15890Tag: (none)
15891Log:
15892Rewrite by Manuel Novoa III, very compact implimentation.
15893
15894Members:
15895 networking/vconfig.c:1.1->1.2
15896
15897---------------------
15898PatchSet 3210
15899Date: 2003/02/08 23:20:02
15900Author: bug1
15901Branch: HEAD
15902Tag: (none)
15903Log:
15904Patch from Joshua Jackson, make md5 the default hash algorithm
15905
15906Members:
15907 loginutils/passwd.c:1.3->1.4
15908
15909---------------------
15910PatchSet 3211
15911Date: 2003/02/08 23:36:15
15912Author: bug1
15913Branch: HEAD
15914Tag: (none)
15915Log:
15916Patch from mathuria, compatability with solaris
15917
15918Members:
15919 coreutils/chown.c:1.19->1.20
15920 fileutils/chown.c:1.19->1.20
15921 include/busybox.h:1.51->1.52
15922 include/libbb.h:1.93->1.94
15923
15924---------------------
15925PatchSet 3212
15926Date: 2003/02/09 04:46:34
15927Author: bug1
15928Branch: HEAD
15929Tag: (none)
15930Log:
15931Fix endian probelm on PPC, i had different types for an extern variable.
15932
15933Members:
15934 archival/libunarchive/Makefile.in:1.12->1.13
15935 archival/libunarchive/unzip.c:1.27->1.28
15936
15937---------------------
15938PatchSet 3213
15939Date: 2003/02/09 04:49:17
15940Author: bug1
15941Branch: HEAD
15942Tag: (none)
15943Log:
15944Moved to libunarchive/unzip.c
15945
15946Members:
15947 archival/libunarchive/check_trailer_gzip.c:1.3->1.4(DEAD)
15948
15949---------------------
15950PatchSet 3214
15951Date: 2003/02/09 05:00:52
15952Author: bug1
15953Branch: HEAD
15954Tag: (none)
15955Log:
15956Specify install path, patch by Nick Fedchik
15957
15958Members:
15959 sysdeps/linux/Config.in:1.5->1.6
15960
15961---------------------
15962PatchSet 3215
15963Date: 2003/02/09 05:07:42
15964Author: bug1
15965Branch: HEAD
15966Tag: (none)
15967Log:
15968Dont die if logging remotely fails, patch by Joshua Jackson
15969
15970Members:
15971 sysklogd/syslogd.c:1.91->1.92
15972
15973---------------------
15974PatchSet 3216
15975Date: 2003/02/09 06:51:11
15976Author: bug1
15977Branch: HEAD
15978Tag: (none)
15979Log:
15980New applet, inetd, make httpd features more configurable, update authors, last_patch_80
15981from Vladimir N. Oleynik
15982
15983Members:
15984 AUTHORS:1.33->1.34
15985 docs/busybox_footer.pod:1.9->1.10
15986 docs/busybox_header.pod:1.8->1.9
15987 include/applets.h:1.90->1.91
15988 include/usage.h:1.142->1.143
15989 networking/Config.in:1.10->1.11
15990 networking/Makefile.in:1.14->1.15
15991 networking/httpd.c:1.1->1.2
15992 networking/inetd.c:INITIAL->1.1
15993
15994---------------------
15995PatchSet 3217
15996Date: 2003/02/09 07:01:33
15997Author: bug1
15998Branch: HEAD
15999Tag: (none)
16000Log:
16001Minor update to arping, patch from Nick Fedchik
16002
16003Members:
16004 networking/arping.c:1.2->1.3
16005
16006---------------------
16007PatchSet 3218
16008Date: 2003/02/09 12:00:17
16009Author: bug1
16010Branch: HEAD
16011Tag: (none)
16012Log:
16013Woops, my gunzip fix broke unzip, these cant be static
16014
16015Members:
16016 archival/libunarchive/unzip.c:1.28->1.29
16017
16018---------------------
16019PatchSet 3219
16020Date: 2003/02/09 22:40:33
16021Author: bug1
16022Branch: HEAD
16023Tag: (none)
16024Log:
16025Fix compiler warnings, patch by Steven Scholz
16026 417
16027Members: 418Members:
16028 libbb/interface.c:1.13->1.14 419 init/init_shared.c:1.2->1.3
16029 libbb/login.c:1.1->1.2
16030 procps/kill.c:1.46->1.47
16031 420
16032--------------------- 421---------------------
16033PatchSet 3220 422PatchSet 3426
16034Date: 2003/02/10 09:22:36 423Date: 2003/07/22 23:15:16
16035Author: andersen 424Author: andersen
16036Branch: HEAD 425Branch: HEAD
16037Tag: (none) 426Tag: (none)
16038Log: 427Log:
16039udhcpc is supposed to be in /sbin, not /usr/sbin/ 428eliminate DOSTATIC, DODEBUG, etc and name them sensibly
16040
16041Members:
16042 include/applets.h:1.91->1.92
16043
16044---------------------
16045PatchSet 3221
16046Date: 2003/02/10 22:28:21
16047Author: bug1
16048Branch: HEAD
16049Tag: (none)
16050Log:
16051Fix compile error, last_patch81 by Vladimir N. Oleynik
16052
16053Members:
16054 networking/httpd.c:1.2->1.3
16055
16056---------------------
16057PatchSet 3222
16058Date: 2003/02/10 22:31:09
16059Author: bug1
16060Branch: HEAD
16061Tag: (none)
16062Log:
16063Fix compile error, last_patch82 by Vladimir N. Oleynik
16064
16065Members:
16066 networking/inetd.c:1.1->1.2
16067
16068---------------------
16069PatchSet 3223
16070Date: 2003/02/10 22:53:35
16071Author: bug1
16072Branch: HEAD
16073Tag: (none)
16074Log:
16075last_patch83 by Vladimir N. Oleynik
16076 429
16077Members: 430Members:
16078 AUTHORS:1.34->1.35 431 Rules.mak:1.17->1.18
16079 docs/busybox_footer.pod:1.10->1.11 432 coreutils/tr.c:1.35->1.36
16080 networking/Config.in:1.11->1.12 433 debian/config-deb:1.6->1.7
434 debian/config-net-udeb:1.2->1.3
435 debian/config-net-udeb-i386:1.3->1.4
436 debian/config-static:1.9->1.10
437 debian/config-udeb:1.13->1.14
438 debian/config-udeb-i386:1.3->1.4
439 debian/rules:1.23->1.24
440 sysdeps/linux/Config.in:1.9->1.10
441 sysklogd/syslogd.c:1.98->1.99
16081 442
16082--------------------- 443---------------------
16083PatchSet 3224 444PatchSet 3427
16084Date: 2003/02/11 07:06:06 445Date: 2003/07/24 00:24:31
16085Author: mjn3 446Author: mjn3
16086Branch: HEAD 447Branch: HEAD
16087Tag: (none) 448Tag: (none)
16088Log: 449Log:
16089Fix compile error... header problems. 450Set the tm_isdst flag to -1 before calling mktime(). Otherwise, the current
16090 451timezone setting is used for the new date.
16091Members:
16092 networking/inetd.c:1.2->1.3
16093
16094---------------------
16095PatchSet 3225
16096Date: 2003/02/12 10:56:53
16097Author: andersen
16098Branch: HEAD
16099Tag: (none)
16100Log:
16101Don't use HZ -- use sysconf(_SC_CLK_TCK)
16102
16103Members:
16104 networking/libiproute/utils.c:1.4->1.5
16105
16106---------------------
16107PatchSet 3226
16108Date: 2003/02/12 22:20:19
16109Author: russ
16110Branch: HEAD
16111Tag: (none)
16112Log:
16113sync with udhcp bug fixes
16114
16115Members:
16116 networking/udhcp/ChangeLog:1.3->1.4
16117 networking/udhcp/arpping.c:1.1->1.2
16118 networking/udhcp/script.c:1.3->1.4
16119
16120---------------------
16121PatchSet 3227
16122Date: 2003/02/15 10:53:07
16123Author: bug1
16124Branch: HEAD
16125Tag: (none)
16126Log:
16127Merge fileutils, textutils and shellutils into coreuils
16128
16129Members:
16130 Makefile:1.275->1.276
16131 coreutils/Config.in:INITIAL->1.1
16132 coreutils/Makefile:INITIAL->1.1
16133 coreutils/Makefile.in:INITIAL->1.1
16134 sysdeps/linux/Config.in:1.6->1.7
16135
16136---------------------
16137PatchSet 3228
16138Date: 2003/02/15 11:43:16
16139Author: bug1
16140Branch: HEAD
16141Tag: (none)
16142Log:
16143fileutils, shellutils, textutils moved to coreutils
16144
16145Members:
16146 fileutils/Config.in:1.1->1.2(DEAD)
16147 fileutils/Makefile:1.2->1.3(DEAD)
16148 fileutils/Makefile.in:1.1->1.2(DEAD)
16149 fileutils/chgrp.c:1.11->1.12(DEAD)
16150 fileutils/chmod.c:1.13->1.14(DEAD)
16151 fileutils/chown.c:1.20->1.21(DEAD)
16152 fileutils/cp.c:1.20->1.21(DEAD)
16153 fileutils/dd.c:1.52->1.53(DEAD)
16154 fileutils/df.c:1.49->1.50(DEAD)
16155 fileutils/du.c:1.55->1.56(DEAD)
16156 fileutils/ln.c:1.40->1.41(DEAD)
16157 fileutils/ls.c:1.96->1.97(DEAD)
16158 fileutils/mkdir.c:1.33->1.34(DEAD)
16159 fileutils/mkfifo.c:1.14->1.15(DEAD)
16160 fileutils/mknod.c:1.23->1.24(DEAD)
16161 fileutils/mv.c:1.17->1.18(DEAD)
16162 fileutils/rm.c:1.35->1.36(DEAD)
16163 fileutils/rmdir.c:1.22->1.23(DEAD)
16164 fileutils/sync.c:1.18->1.19(DEAD)
16165 fileutils/touch.c:1.25->1.26(DEAD)
16166 shellutils/Config.in:1.2->1.3(DEAD)
16167 shellutils/Makefile:1.4->1.5(DEAD)
16168 shellutils/Makefile.in:1.4->1.5(DEAD)
16169 shellutils/basename.c:1.20->1.21(DEAD)
16170 shellutils/cal.c:1.4->1.5(DEAD)
16171 shellutils/chroot.c:1.27->1.28(DEAD)
16172 shellutils/date.c:1.38->1.39(DEAD)
16173 shellutils/dirname.c:1.17->1.18(DEAD)
16174 shellutils/echo.c:1.16->1.17(DEAD)
16175 shellutils/env.c:1.4->1.5(DEAD)
16176 shellutils/expr.c:1.11->1.12(DEAD)
16177 shellutils/false.c:1.1->1.2(DEAD)
16178 shellutils/hostid.c:1.12->1.13(DEAD)
16179 shellutils/id.c:1.21->1.22(DEAD)
16180 shellutils/logname.c:1.16->1.17(DEAD)
16181 shellutils/printf.c:1.17->1.18(DEAD)
16182 shellutils/pwd.c:1.22->1.23(DEAD)
16183 shellutils/realpath.c:1.2->1.3(DEAD)
16184 shellutils/sleep.c:1.16->1.17(DEAD)
16185 shellutils/stty.c:1.7->1.8(DEAD)
16186 shellutils/tee.c:1.21->1.22(DEAD)
16187 shellutils/test.c:1.21->1.22(DEAD)
16188 shellutils/true.c:1.1->1.2(DEAD)
16189 shellutils/tty.c:1.11->1.12(DEAD)
16190 shellutils/uname.c:1.18->1.19(DEAD)
16191 shellutils/usleep.c:1.10->1.11(DEAD)
16192 shellutils/watch.c:1.3->1.4(DEAD)
16193 shellutils/who.c:1.1->1.2(DEAD)
16194 shellutils/whoami.c:1.20->1.21(DEAD)
16195 shellutils/yes.c:1.13->1.14(DEAD)
16196 textutils/Config.in:1.1->1.2(DEAD)
16197 textutils/Makefile:1.3->1.4(DEAD)
16198 textutils/Makefile.in:1.3->1.4(DEAD)
16199 textutils/cat.c:1.27->1.28(DEAD)
16200 textutils/cmp.c:1.8->1.9(DEAD)
16201 textutils/cut.c:1.24->1.25(DEAD)
16202 textutils/dos2unix.c:1.16->1.17(DEAD)
16203 textutils/head.c:1.28->1.29(DEAD)
16204 textutils/length.c:1.13->1.14(DEAD)
16205 textutils/md5sum.c:1.27->1.28(DEAD)
16206 textutils/od.c:1.4->1.5(DEAD)
16207 textutils/sort.c:1.34->1.35(DEAD)
16208 textutils/tail.c:1.43->1.44(DEAD)
16209 textutils/tr.c:1.33->1.34(DEAD)
16210 textutils/uniq.c:1.20->1.21(DEAD)
16211 textutils/uudecode.c:1.19->1.20(DEAD)
16212 textutils/uuencode.c:1.24->1.25(DEAD)
16213 textutils/wc.c:1.26->1.27(DEAD)
16214
16215---------------------
16216PatchSet 3229
16217Date: 2003/02/15 11:50:30
16218Author: bug1
16219Branch: HEAD
16220Tag: (none)
16221Log:
16222Patch from Bastian Blank
16223 - ip route flush
16224 - different usage for telnetd in inetd mode
16225 - changes for the default flags of the ip features
16226 - if no /usr requested, udhcpc should use the script also without /usr.
16227
16228Members:
16229 include/usage.h:1.143->1.144
16230 networking/Config.in:1.12->1.13
16231 networking/libiproute/iproute.c:1.8->1.9
16232 networking/udhcp/dhcpc.c:1.7->1.8
16233
16234---------------------
16235PatchSet 3230
16236Date: 2003/02/17 08:23:21
16237Author: bug1
16238Branch: HEAD
16239Tag: (none)
16240Log:
16241New applet sha1sum
16242
16243Members:
16244 coreutils/Config.in:1.1->1.2
16245 coreutils/Makefile.in:1.1->1.2
16246 coreutils/sha1sum.c:INITIAL->1.1
16247 include/applets.h:1.92->1.93
16248 include/usage.h:1.144->1.145
16249
16250---------------------
16251PatchSet 3231
16252Date: 2003/02/17 12:18:16
16253Author: bug1
16254Branch: HEAD
16255Tag: (none)
16256Log:
16257Fix for big endian machines
16258 452
16259Members: 453Members:
16260 coreutils/sha1sum.c:1.1->1.2 454 coreutils/date.c:1.40->1.41
16261 455
16262--------------------- 456---------------------
16263PatchSet 3232 457PatchSet 3428
16264Date: 2003/02/18 20:17:30 458Date: 2003/07/26 01:45:52
16265Author: andersen 459Author: andersen
16266Branch: HEAD 460Branch: HEAD
16267Tag: (none) 461Tag: (none)
16268Log: 462Log:
16269mention "katamaran" 463Don't depend on CONFIG_LFS. It is really a suggestion, not a requirement,
464since fdisk will work just fine on smaller disks w/o it.
16270 465
16271Members: 466Members:
16272 docs/busybox.net/index.html:1.117->1.118 467 util-linux/Config.in:1.6->1.7
16273 468
16274--------------------- 469---------------------
16275PatchSet 3233 470PatchSet 3429
16276Date: 2003/02/27 03:14:04 471Date: 2003/07/26 07:24:25
16277Author: andersen 472Author: andersen
16278Branch: HEAD 473Branch: HEAD
16279Tag: (none) 474Tag: (none)
16280Log: 475Log:
16281Write all the help text for the util-linux utilities. Allow 476Patch from Thomas Gleixner to reap any zombie processes that are
16282people to locate the mtab file somewhere other that /etc to 477reparented to init...
16283accomodate read only root filesystems.
16284 -Erik
16285 478
16286Members: 479Members:
16287 libbb/mtab_file.c:1.5->1.6 480 init/init.c:1.190->1.191
16288 util-linux/Config.in:1.2->1.3
16289 481
16290--------------------- 482---------------------
16291PatchSet 3234 483PatchSet 3430
16292Date: 2003/02/28 06:29:27 484Date: 2003/07/26 08:41:56
16293Author: andersen 485Author: andersen
16294Branch: HEAD 486Branch: HEAD
16295Tag: (none) 487Tag: (none)
16296Log: 488Log:
16297There is no good reason to prevent nfs mounts from being mounted 489Rework kill / killall so it behaves itself, even when subjected
16298during 'mount -a'. If the user wants to do that, hey, its their 490to abuse.
16299lifs. If the nfs server is down and they don't want to wait for
16300nfs to time out, that is their problem.
16301 -Erik 491 -Erik
16302 492
16303Members: 493Members:
16304 util-linux/mount.c:1.108->1.109 494 procps/kill.c:1.49->1.50
16305 495
16306--------------------- 496---------------------
16307PatchSet 3235 497PatchSet 3431
16308Date: 2003/02/28 07:20:55 498Date: 2003/07/26 08:48:13
16309Author: andersen 499Author: andersen
16310Branch: HEAD 500Branch: HEAD
16311Tag: (none) 501Tag: (none)
16312Log: 502Log:
16313Add all the syslogd help text 503Patch from Nick Fedchik to fixup paths in busybox/libpwdgrp
504which were not properly using the bb_path_*_file strings.
16314 505
16315Members: 506Members:
16316 sysklogd/Config.in:1.1->1.2 507 libpwdgrp/getgrgid.c:1.2->1.3
508 libpwdgrp/getgrnam.c:1.2->1.3
509 libpwdgrp/getpwnam.c:1.2->1.3
510 libpwdgrp/getpwuid.c:1.4->1.5
511 libpwdgrp/grent.c:1.2->1.3
512 libpwdgrp/initgroups.c:1.4->1.5
513 libpwdgrp/pwent.c:1.4->1.5
16317 514
16318--------------------- 515---------------------
16319PatchSet 3236 516PatchSet 3432
16320Date: 2003/03/07 17:27:51 517Date: 2003/07/26 09:07:56
16321Author: andersen 518Author: andersen
16322Branch: HEAD 519Branch: HEAD
16323Tag: (none) 520Tag: (none)
16324Log: 521Log:
16325Explicitly define -DNDEBUG so asserts don't clutter release code 522Some additional description based on a patch from Terje Kvernes
16326 523
16327Members: 524Members:
16328 Rules.mak:1.13->1.14 525 miscutils/Config.in:1.4->1.5
16329 526
16330--------------------- 527---------------------
16331PatchSet 3237 528PatchSet 3433
16332Date: 2003/03/07 17:29:12 529Date: 2003/07/26 09:16:10
16333Author: andersen 530Author: andersen
16334Branch: HEAD 531Branch: HEAD
16335Tag: (none) 532Tag: (none)
16336Log: 533Log:
16337Define bb_xgetlarg as a standard interface for extracting 534Patch from Christian Meyer:
16338numbers from getopt which includes careful error checking.
16339 -Erik
16340 535
16341Members: 536 The client gives up way too soon because timeout is set to 0 ...
16342 include/libbb.h:1.94->1.95 537 There's a solution for that problem.
16343 libbb/Makefile.in:1.16->1.17
16344 libbb/bb_xgetlarg.c:INITIAL->1.1
16345
16346---------------------
16347PatchSet 3238
16348Date: 2003/03/07 17:33:40
16349Author: andersen
16350Branch: HEAD
16351Tag: (none)
16352Log:
16353audit for proper error handling, apply a few size optimizations
16354 -Erik
16355 538
16356Members: 539Members:
16357 util-linux/dmesg.c:1.25->1.26 540 networking/tftp.c:1.18->1.19
16358 541
16359--------------------- 542---------------------
16360PatchSet 3239 543PatchSet 3434
16361Date: 2003/03/07 17:43:32 544Date: 2003/07/26 09:20:46
16362Author: andersen 545Author: andersen
16363Branch: HEAD 546Branch: HEAD
16364Tag: (none) 547Tag: (none)
16365Log: 548Log:
16366With nightmares of libbb ending up with 100 .c files starting 549The logger utility does not really depend on CONFIG_SYSLOGD,
16367with "bb_" it seems best to rename this now and avoid starting 550since it can also be used with other syslog daemons
16368an evil KDE style naming trend.
16369
16370Members:
16371 libbb/Makefile.in:1.17->1.18
16372 libbb/bb_xgetlarg.c:1.1->1.2(DEAD)
16373 libbb/xgetlarg.c:INITIAL->1.1
16374
16375---------------------
16376PatchSet 3240
16377Date: 2003/03/07 17:59:32
16378Author: andersen
16379Branch: HEAD
16380Tag: (none)
16381Log:
16382Save a few bytes and remove a redundant string
16383
16384Members:
16385 util-linux/dmesg.c:1.26->1.27
16386
16387---------------------
16388PatchSet 3241
16389Date: 2003/03/07 18:03:02
16390Author: andersen
16391Branch: HEAD
16392Tag: (none)
16393Log:
16394Scrub things a bit, shave off a few bytes.
16395 -Erik 551 -Erik
16396 552
16397Members: 553Members:
16398 util-linux/fdflush.c:1.19->1.20 554 sysklogd/Config.in:1.2->1.3
16399 555
16400--------------------- 556---------------------
16401PatchSet 3242 557PatchSet 3435
16402Date: 2003/03/07 18:09:06 558Date: 2003/07/26 10:10:35
16403Author: andersen 559Author: andersen
16404Branch: HEAD 560Branch: HEAD
16405Tag: (none) 561Tag: (none)
16406Log: 562Log:
16407be more careful about cleaning up 563cleanup and add long options
16408 564
16409Members: 565Members:
16410 util-linux/fdflush.c:1.20->1.21 566 debianutils/start_stop_daemon.c:1.8->1.9
16411 util-linux/freeramdisk.c:1.19->1.20 567 init/start_stop_daemon.c:1.8->1.9
16412 568
16413--------------------- 569---------------------
16414PatchSet 3243 570PatchSet 3436
16415Date: 2003/03/08 05:21:02 571Date: 2003/07/26 10:16:00
16416Author: bug1
16417Branch: HEAD
16418Tag: (none)
16419Log:
16420Fix matching for the $ address (last line)
16421
16422Members:
16423 editors/sed.c:1.94->1.95
16424
16425---------------------
16426PatchSet 3244
16427Date: 2003/03/09 02:39:29
16428Author: bug1
16429Branch: HEAD
16430Tag: (none)
16431Log:
16432Mention the opengroup sed reference, add a check which is disabled at present.
16433
16434Members:
16435 editors/sed.c:1.95->1.96
16436
16437---------------------
16438PatchSet 3245
16439Date: 2003/03/09 02:44:49
16440Author: bug1
16441Branch: HEAD
16442Tag: (none)
16443Log:
16444Woops, remove the code i didnt mean to commit
16445
16446Members:
16447 editors/sed.c:1.96->1.97
16448
16449---------------------
16450PatchSet 3246
16451Date: 2003/03/09 08:44:49
16452Author: bug1
16453Branch: HEAD
16454Tag: (none)
16455Log:
16456redo get_addres(). save some space. possible fix a bug where the command might be set to 0 if no second address is given. dont parse sed_cmd struct to get_address, we only need the delim field.
16457
16458Members:
16459 editors/sed.c:1.97->1.98
16460
16461---------------------
16462PatchSet 3247
16463Date: 2003/03/09 10:23:57
16464Author: bug1
16465Branch: HEAD
16466Tag: (none)
16467Log:
16468use typedef for struct sed_cmd
16469
16470Members:
16471 editors/sed.c:1.98->1.99
16472
16473---------------------
16474PatchSet 3248
16475Date: 2003/03/09 11:06:38
16476Author: bug1
16477Branch: HEAD
16478Tag: (none)
16479Log:
16480alloc array for commands, use string ptr in parse_command_string()
16481
16482Members:
16483 editors/sed.c:1.99->1.100
16484
16485---------------------
16486PatchSet 3249
16487Date: 2003/03/09 15:12:24
16488Author: bug1
16489Branch: HEAD
16490Tag: (none)
16491Log:
16492Support grouped commands, i.e. {cmd1;cmd2}
16493
16494Members:
16495 editors/sed.c:1.100->1.101
16496
16497---------------------
16498PatchSet 3250
16499Date: 2003/03/09 15:40:40
16500Author: bug1
16501Branch: HEAD
16502Tag: (none)
16503Log:
16504Fix a delimiter matching bug i introduced.
16505
16506Members:
16507 editors/sed.c:1.101->1.102
16508
16509---------------------
16510PatchSet 3251
16511Date: 2003/03/10 02:21:14
16512Author: bug1
16513Branch: HEAD
16514Tag: (none)
16515Log:
16516Add the q (quit) option
16517
16518Members:
16519 editors/sed.c:1.102->1.103
16520
16521---------------------
16522PatchSet 3252
16523Date: 2003/03/10 02:56:56
16524Author: bug1
16525Branch: HEAD
16526Tag: (none)
16527Log:
16528add the 'n' command
16529
16530Members:
16531 editors/sed.c:1.103->1.104
16532
16533---------------------
16534PatchSet 3253
16535Date: 2003/03/10 04:12:35
16536Author: bug1
16537Branch: HEAD
16538Tag: (none)
16539Log:
16540fix n, add N, P
16541
16542Members:
16543 editors/sed.c:1.104->1.105
16544
16545---------------------
16546PatchSet 3254
16547Date: 2003/03/10 17:21:46
16548Author: andersen 572Author: andersen
16549Branch: HEAD 573Branch: HEAD
16550Tag: (none) 574Tag: (none)
16551Log: 575Log:
16552Avoid potential rendering problems 576Move start_stop_daemon to debianutils.
577Cleanup run_parts a bit and add long opts
16553 578
16554Members: 579Members:
16555 scripts/config/menubox.c:1.2->1.3 580 debianutils/Config.in:1.3->1.4
581 debianutils/Makefile.in:1.2->1.3
582 debianutils/run_parts.c:1.4->1.5
583 init/Config.in:1.6->1.7
584 init/Makefile.in:1.6->1.7
585 init/start_stop_daemon.c:1.9->1.10(DEAD)
16556 586
16557--------------------- 587---------------------
16558PatchSet 3255 588PatchSet 3437
16559Date: 2003/03/11 18:03:39 589Date: 2003/07/26 10:27:02
16560Author: andersen 590Author: andersen
16561Branch: HEAD 591Branch: HEAD
16562Tag: (none) 592Tag: (none)
16563Log: 593Log:
16564cope with crappy windoze ftp servers 594Allow people to use the full blown iproute2 programs with busybox ifupdown.
16565 595
16566Members: 596Members:
16567 networking/wget.c:1.51->1.52 597 networking/Config.in:1.18->1.19
16568 598
16569--------------------- 599---------------------
16570PatchSet 3256 600PatchSet 3438
16571Date: 2003/03/13 18:49:45 601Date: 2003/07/26 10:33:15
16572Author: andersen 602Author: andersen
16573Branch: HEAD 603Branch: HEAD
16574Tag: (none) 604Tag: (none)
16575Log: 605Log:
16576Patch from Tito Ragusa: 606There should be only one instance of CONFIG_FEATURE_AUTOWIDTH
16577
16578The changes I've made: in strings.c:
165791) fix memory allocation error I've detected with MALLOC_CHECK_=1 in *string;
165802) code clean up;
165813) fix compiler warnings about uninitialized vars;
16582 607
16583Members: 608Members:
16584 miscutils/strings.c:1.4->1.5 609 coreutils/Config.in:1.11->1.12
610 util-linux/Config.in:1.7->1.8
16585 611
16586--------------------- 612---------------------
16587PatchSet 3257 613PatchSet 3439
16588Date: 2003/03/13 18:57:08 614Date: 2003/07/28 07:35:32
16589Author: andersen 615Author: andersen
16590Branch: HEAD 616Branch: HEAD
16591Tag: (none) 617Tag: (none)
16592Log: 618Log:
16593Fix obviously wrong names from older busybox 619James Petterson writes:
16594 620
16595Members: 621I've found a possible bug in libbb/interface.c, in function
16596 modutils/insmod.c:1.95->1.96 622if_readlist_proc(). This function calls get_name(), and passes
623as an argument 'name', a buffer of 16 bytes (IFNAMSIZ). The
624function get_name(), however, may use more than 16 bytes,
625when it is searching for aliases. Even if you don't have an
626alias interface, you can run into trouble if the interface
627has received more than 99999999 bytes, in which case the
628space between the interface name and the rx stats
629disappears, as in the /proc/net/dev example below:
630 wan0.200:264573315 462080 ...
631In this case get_name() correctly identifies the interface name
632as "wan0.200", but to do that it uses 18 bytes of the 'name'
633buffer, which could lead to an unpredictable error.
16597 634
16598--------------------- 635A simple solution would be to increase the size of the buffer:
16599PatchSet 3258
16600Date: 2003/03/13 20:54:26
16601Author: andersen
16602Branch: HEAD
16603Tag: (none)
16604Log:
16605oops. args shuffled.
16606 636
16607Members: 637Members:
16608 miscutils/strings.c:1.5->1.6 638 libbb/interface.c:1.17->1.18
16609 639
16610--------------------- 640---------------------
16611PatchSet 3259 641PatchSet 3440
16612Date: 2003/03/14 16:05:59 642Date: 2003/07/28 07:42:59
16613Author: andersen 643Author: andersen
16614Branch: HEAD 644Branch: HEAD
16615Tag: (none) 645Tag: (none)
16616Log: 646Log:
16617Patch from Jonas Holmberg, adjusted by Robert Schwebel, and 647Add a "search google" button
16618later re-adjusted by me to fix msh backtick handling
16619
16620Members:
16621 shell/msh.c:1.11->1.12
16622
16623---------------------
16624PatchSet 3260
16625Date: 2003/03/18 01:19:23
16626Author: bug1
16627Branch: HEAD
16628Tag: (none)
16629Log:
16630Fix a bug that corrupted the string followed commands that had no arguments (Closes #1304)
16631
16632Members:
16633 editors/sed.c:1.105->1.106
16634
16635---------------------
16636PatchSet 3261
16637Date: 2003/03/18 08:37:57
16638Author: bug1
16639Branch: HEAD
16640Tag: (none)
16641Log:
16642Match newlines, this fixes matching of ^ or $ when there is a '\n' in the pattern being matched. This fixes cases when the N command is used.
16643
16644Members:
16645 editors/sed.c:1.106->1.107
16646
16647---------------------
16648PatchSet 3262
16649Date: 2003/03/19 09:11:07
16650Author: mjn3
16651Branch: HEAD
16652Tag: (none)
16653Log:
16654Major coreutils update.
16655 648
16656Members: 649Members:
16657 Makefile:1.276->1.277 650 docs/busybox.net/index.html:1.123->1.124
16658 applets/applets.c:1.18->1.19
16659 applets/busybox.c:1.138->1.139
16660 archival/ar.c:1.43->1.44
16661 archival/bunzip2.c:1.13->1.14
16662 archival/cpio.c:1.11->1.12
16663 archival/dpkg.c:1.71->1.72
16664 archival/dpkg_deb.c:1.29->1.30
16665 archival/gunzip.c:1.74->1.75
16666 archival/gzip.c:1.58->1.59
16667 archival/rpm.c:1.2->1.3
16668 archival/rpm2cpio.c:1.8->1.9
16669 archival/tar.c:1.168->1.169
16670 archival/uncompress.c:1.1->1.2
16671 archival/unzip.c:1.4->1.5
16672 archival/libunarchive/archive_copy_file.c:1.3->1.4
16673 archival/libunarchive/archive_xread.c:1.1->1.2
16674 archival/libunarchive/archive_xread_all.c:1.1->1.2
16675 archival/libunarchive/archive_xread_all_eof.c:1.1->1.2
16676 archival/libunarchive/check_header_gzip.c:1.3->1.4
16677 archival/libunarchive/data_extract_all.c:1.8->1.9
16678 archival/libunarchive/decompress_bunzip2.c:1.3->1.4
16679 archival/libunarchive/get_header_ar.c:1.5->1.6
16680 archival/libunarchive/get_header_cpio.c:1.6->1.7
16681 archival/libunarchive/get_header_tar.c:1.16->1.17
16682 archival/libunarchive/get_header_tar_gz.c:1.5->1.6
16683 archival/libunarchive/header_verbose_list.c:1.1->1.2
16684 archival/libunarchive/seek_by_jump.c:1.2->1.3
16685 archival/libunarchive/uncompress.c:1.6->1.7
16686 archival/libunarchive/unpack_ar_archive.c:1.2->1.3
16687 archival/libunarchive/unzip.c:1.29->1.30
16688 console-tools/chvt.c:1.18->1.19
16689 console-tools/deallocvt.c:1.24->1.25
16690 console-tools/dumpkmap.c:1.15->1.16
16691 console-tools/loadacm.c:1.22->1.23
16692 console-tools/loadfont.c:1.19->1.20
16693 console-tools/loadkmap.c:1.25->1.26
16694 console-tools/openvt.c:1.3->1.4
16695 console-tools/setkeycodes.c:1.12->1.13
16696 coreutils/Config.in:1.2->1.3
16697 coreutils/basename.c:1.20->1.21
16698 coreutils/cal.c:1.4->1.5
16699 coreutils/cat.c:1.27->1.28
16700 coreutils/chgrp.c:1.11->1.12
16701 coreutils/chmod.c:1.13->1.14
16702 coreutils/chown.c:1.20->1.21
16703 coreutils/chroot.c:1.27->1.28
16704 coreutils/cmp.c:1.8->1.9
16705 coreutils/cp.c:1.20->1.21
16706 coreutils/cut.c:1.24->1.25
16707 coreutils/date.c:1.38->1.39
16708 coreutils/dd.c:1.52->1.53
16709 coreutils/df.c:1.49->1.50
16710 coreutils/dirname.c:1.17->1.18
16711 coreutils/dos2unix.c:1.16->1.17
16712 coreutils/du.c:1.55->1.56
16713 coreutils/echo.c:1.16->1.17
16714 coreutils/env.c:1.4->1.5
16715 coreutils/expr.c:1.11->1.12
16716 coreutils/false.c:1.1->1.2
16717 coreutils/head.c:1.28->1.29
16718 coreutils/hostid.c:1.12->1.13
16719 coreutils/id.c:1.21->1.22
16720 coreutils/length.c:1.13->1.14
16721 coreutils/ln.c:1.40->1.41
16722 coreutils/logname.c:1.16->1.17
16723 coreutils/ls.c:1.96->1.97
16724 coreutils/md5sum.c:1.27->1.28
16725 coreutils/mkdir.c:1.33->1.34
16726 coreutils/mkfifo.c:1.14->1.15
16727 coreutils/mknod.c:1.23->1.24
16728 coreutils/mv.c:1.17->1.18
16729 coreutils/od.c:1.4->1.5
16730 coreutils/printf.c:1.17->1.18
16731 coreutils/pwd.c:1.22->1.23
16732 coreutils/realpath.c:1.2->1.3
16733 coreutils/rm.c:1.35->1.36
16734 coreutils/rmdir.c:1.22->1.23
16735 coreutils/sha1sum.c:1.2->1.3
16736 coreutils/sleep.c:1.16->1.17
16737 coreutils/sort.c:1.34->1.35
16738 coreutils/stty.c:1.7->1.8
16739 coreutils/sync.c:1.18->1.19
16740 coreutils/tail.c:1.43->1.44
16741 coreutils/tee.c:1.21->1.22
16742 coreutils/test.c:1.21->1.22
16743 coreutils/touch.c:1.25->1.26
16744 coreutils/tr.c:1.33->1.34
16745 coreutils/true.c:1.1->1.2
16746 coreutils/tty.c:1.11->1.12
16747 coreutils/uname.c:1.18->1.19
16748 coreutils/uniq.c:1.20->1.21
16749 coreutils/usleep.c:1.10->1.11
16750 coreutils/uudecode.c:1.19->1.20
16751 coreutils/uuencode.c:1.24->1.25
16752 coreutils/watch.c:1.3->1.4
16753 coreutils/wc.c:1.26->1.27
16754 coreutils/who.c:1.1->1.2
16755 coreutils/whoami.c:1.20->1.21
16756 coreutils/yes.c:1.13->1.14
16757 coreutils/libcoreutils/Makefile:INITIAL->1.1
16758 coreutils/libcoreutils/Makefile.in:INITIAL->1.1
16759 coreutils/libcoreutils/coreutils.h:INITIAL->1.1
16760 coreutils/libcoreutils/cp_mv_stat.c:INITIAL->1.1
16761 coreutils/libcoreutils/getopt_mk_fifo_nod.c:INITIAL->1.1
16762 coreutils/libcoreutils/xgetoptfile_sort_uniq.c:INITIAL->1.1
16763 debianutils/mktemp.c:1.1->1.2
16764 debianutils/readlink.c:1.1->1.2
16765 debianutils/run_parts.c:1.3->1.4
16766 debianutils/which.c:1.1->1.2
16767 editors/awk.c:1.3->1.4
16768 editors/sed.c:1.107->1.108
16769 editors/vi.c:1.27->1.28
16770 findutils/find.c:1.37->1.38
16771 findutils/grep.c:1.76->1.77
16772 findutils/xargs.c:1.24->1.25
16773 include/dump.h:1.1->1.2
16774 include/libbb.h:1.95->1.96
16775 include/usage.h:1.145->1.146
16776 init/halt.c:1.19->1.20
16777 init/init.c:1.181->1.182
16778 init/mesg.c:1.1->1.2
16779 init/poweroff.c:1.16->1.17
16780 init/reboot.c:1.25->1.26
16781 init/start_stop_daemon.c:1.7->1.8
16782 libbb/Makefile.in:1.18->1.19
16783 libbb/ask_confirmation.c:1.2->1.3
16784 libbb/bb_asprintf.c:1.2->1.3
16785 libbb/change_identity.c:1.1->1.2
16786 libbb/compare_string_array.c:1.1->1.2
16787 libbb/concat_path_file.c:1.9->1.10
16788 libbb/copy_file.c:1.23->1.24
16789 libbb/copy_file_chunk.c:1.7->1.8(DEAD)
16790 libbb/copyfd.c:1.4->1.5
16791 libbb/correct_password.c:1.1->1.2
16792 libbb/create_icmp6_socket.c:1.2->1.3
16793 libbb/create_icmp_socket.c:1.1->1.2
16794 libbb/default_error_retval.c:INITIAL->1.1
16795 libbb/dirname.c:1.5->1.6
16796 libbb/dump.c:1.3->1.4
16797 libbb/error_msg.c:1.3->1.4
16798 libbb/error_msg_and_die.c:1.2->1.3
16799 libbb/fclose_nonstdin.c:INITIAL->1.1
16800 libbb/fflush_stdout_and_exit.c:INITIAL->1.1
16801 libbb/find_root_device.c:1.5->1.6
16802 libbb/full_read.c:1.2->1.3
16803 libbb/full_write.c:1.2->1.3
16804 libbb/get_console.c:1.4->1.5
16805 libbb/get_last_path_component.c:1.4->1.5
16806 libbb/get_line_from_file.c:1.3->1.4
16807 libbb/getopt_ulflags.c:INITIAL->1.1
16808 libbb/herror_msg.c:1.2->1.3
16809 libbb/herror_msg_and_die.c:1.3->1.4
16810 libbb/inet_common.c:1.5->1.6
16811 libbb/interface.c:1.14->1.15
16812 libbb/kernel_version.c:1.2->1.3
16813 libbb/loop.c:1.3->1.4
16814 libbb/make_directory.c:1.13->1.14
16815 libbb/messages.c:1.8->1.9
16816 libbb/mode_string.c:1.2->1.3
16817 libbb/module_syscalls.c:1.9->1.10
16818 libbb/mtab.c:1.2->1.3
16819 libbb/mtab_file.c:1.6->1.7
16820 libbb/my_getgrnam.c:1.4->1.5
16821 libbb/my_getpwnam.c:1.4->1.5
16822 libbb/my_getpwnamegid.c:1.4->1.5
16823 libbb/obscure.c:1.2->1.3
16824 libbb/parse_mode.c:1.4->1.5
16825 libbb/parse_number.c:1.2->1.3
16826 libbb/perror_msg.c:1.2->1.3
16827 libbb/perror_msg_and_die.c:1.2->1.3
16828 libbb/perror_nomsg.c:INITIAL->1.1
16829 libbb/perror_nomsg_and_die.c:INITIAL->1.1
16830 libbb/print_file.c:1.5->1.6
16831 libbb/printf.c:INITIAL->1.1
16832 libbb/process_escape_sequence.c:1.3->1.4
16833 libbb/procps.c:1.5->1.6
16834 libbb/read_package_field.c:1.6->1.7
16835 libbb/recursive_action.c:1.7->1.8
16836 libbb/remove_file.c:1.4->1.5
16837 libbb/run_parts.c:1.5->1.6
16838 libbb/run_shell.c:1.2->1.3
16839 libbb/setup_environment.c:1.1->1.2
16840 libbb/simplify_path.c:1.3->1.4
16841 libbb/skip_whitespace.c:INITIAL->1.1
16842 libbb/speed_table.c:INITIAL->1.1
16843 libbb/syscalls.c:1.8->1.9
16844 libbb/syslog_msg_with_name.c:1.3->1.4
16845 libbb/time_string.c:1.2->1.3(DEAD)
16846 libbb/verror_msg.c:1.3->1.4
16847 libbb/vherror_msg.c:1.4->1.5
16848 libbb/vperror_msg.c:1.2->1.3
16849 libbb/warn_ignoring_args.c:INITIAL->1.1
16850 libbb/wfopen.c:1.2->1.3
16851 libbb/wfopen_input.c:INITIAL->1.1
16852 libbb/xconnect.c:1.5->1.6
16853 libbb/xfuncs.c:1.9->1.10
16854 libbb/xgetcwd.c:1.3->1.4
16855 libbb/xgethostbyname.c:1.4->1.5
16856 libbb/xgethostbyname2.c:1.2->1.3
16857 libbb/xgetlarg.c:1.1->1.2
16858 libbb/xgetularg.c:INITIAL->1.1
16859 libbb/xreadlink.c:1.3->1.4
16860 libbb/xregcomp.c:1.2->1.3
16861 libpwdgrp/shadow.c:1.3->1.4
16862 loginutils/addgroup.c:1.9->1.10
16863 loginutils/adduser.c:1.4->1.5
16864 loginutils/deluser.c:1.2->1.3
16865 loginutils/getty.c:1.7->1.8
16866 loginutils/login.c:1.9->1.10
16867 loginutils/passwd.c:1.4->1.5
16868 loginutils/su.c:1.2->1.3
16869 loginutils/sulogin.c:1.1->1.2
16870 loginutils/vlock.c:1.2->1.3
16871 miscutils/adjtimex.c:1.3->1.4
16872 miscutils/crond.c:1.2->1.3
16873 miscutils/crontab.c:1.3->1.4
16874 miscutils/dc.c:1.14->1.15
16875 miscutils/dutmp.c:1.29->1.30
16876 miscutils/makedevs.c:1.14->1.15
16877 miscutils/mt.c:1.23->1.24
16878 miscutils/strings.c:1.6->1.7
16879 miscutils/time.c:1.3->1.4
16880 miscutils/update.c:1.23->1.24
16881 miscutils/watchdog.c:1.5->1.6
16882 modutils/insmod.c:1.96->1.97
16883 modutils/lsmod.c:1.37->1.38
16884 modutils/modprobe.c:1.18->1.19
16885 modutils/rmmod.c:1.22->1.23
16886 networking/arping.c:1.3->1.4
16887 networking/ftpgetput.c:1.5->1.6
16888 networking/hostname.c:1.34->1.35
16889 networking/httpd.c:1.3->1.4
16890 networking/ifconfig.c:1.22->1.23
16891 networking/ifupdown.c:1.20->1.21
16892 networking/inetd.c:1.3->1.4
16893 networking/ip.c:1.2->1.3
16894 networking/ipcalc.c:1.1->1.2
16895 networking/nameif.c:1.6->1.7
16896 networking/nc.c:1.20->1.21
16897 networking/netstat.c:1.9->1.10
16898 networking/nslookup.c:1.29->1.30
16899 networking/ping.c:1.53->1.54
16900 networking/ping6.c:1.3->1.4
16901 networking/route.c:1.21->1.22
16902 networking/telnet.c:1.35->1.36
16903 networking/telnetd.c:1.4->1.5
16904 networking/tftp.c:1.17->1.18
16905 networking/traceroute.c:1.10->1.11
16906 networking/vconfig.c:1.2->1.3
16907 networking/wget.c:1.52->1.53
16908 networking/libiproute/ip_parse_common_args.c:1.3->1.4
16909 networking/libiproute/ipaddress.c:1.9->1.10
16910 networking/libiproute/iplink.c:1.6->1.7
16911 networking/libiproute/iproute.c:1.9->1.10
16912 networking/libiproute/iptunnel.c:1.5->1.6
16913 networking/libiproute/libnetlink.c:1.3->1.4
16914 networking/libiproute/ll_addr.c:1.5->1.6
16915 networking/libiproute/utils.c:1.5->1.6
16916 networking/udhcp/dhcpc.c:1.8->1.9
16917 procps/free.c:1.19->1.20
16918 procps/kill.c:1.47->1.48
16919 procps/pidof.c:1.7->1.8
16920 procps/renice.c:1.7->1.8
16921 procps/top.c:1.5->1.6
16922 shell/ash.c:1.68->1.69
16923 shell/cmdedit.c:1.77->1.78
16924 shell/hush.c:1.61->1.62
16925 shell/lash.c:1.149->1.150
16926 shell/msh.c:1.12->1.13
16927 sysklogd/klogd.c:1.13->1.14
16928 sysklogd/logger.c:1.36->1.37
16929 sysklogd/logread.c:1.10->1.11
16930 sysklogd/syslogd.c:1.92->1.93
16931 util-linux/dmesg.c:1.27->1.28
16932 util-linux/fbset.c:1.30->1.31
16933 util-linux/fdflush.c:1.21->1.22
16934 util-linux/fdisk.c:1.4->1.5
16935 util-linux/freeramdisk.c:1.20->1.21
16936 util-linux/fsck_minix.c:1.36->1.37
16937 util-linux/getopt.c:1.11->1.12
16938 util-linux/hexdump.c:1.2->1.3
16939 util-linux/hwclock.c:1.4->1.5
16940 util-linux/losetup.c:1.1->1.2
16941 util-linux/mkfs_minix.c:1.37->1.38
16942 util-linux/mkswap.c:1.26->1.27
16943 util-linux/more.c:1.55->1.56
16944 util-linux/mount.c:1.109->1.110
16945 util-linux/nfsmount.c:1.24->1.25
16946 util-linux/pivot_root.c:1.6->1.7
16947 util-linux/rdate.c:1.21->1.22
16948 util-linux/swaponoff.c:1.32->1.33
16949 util-linux/umount.c:1.59->1.60
16950 651
16951--------------------- 652---------------------
16952PatchSet 3263 653PatchSet 3441
16953Date: 2003/03/19 09:42:02 654Date: 2003/07/28 08:40:34
16954Author: mjn3
16955Branch: HEAD
16956Tag: (none)
16957Log:
16958Things my compiler didn't catch...
16959
16960Members:
16961 coreutils/chgrp.c:1.12->1.13
16962 coreutils/df.c:1.50->1.51
16963 coreutils/od.c:1.5->1.6
16964
16965---------------------
16966PatchSet 3264
16967Date: 2003/03/19 09:42:33
16968Author: mjn3
16969Branch: HEAD
16970Tag: (none)
16971Log:
16972Obligatory forgotten item.
16973
16974Members:
16975 libbb/Makefile.in:1.19->1.20
16976
16977---------------------
16978PatchSet 3265
16979Date: 2003/03/19 18:09:03
16980Author: mjn3
16981Branch: HEAD
16982Tag: (none)
16983Log:
16984Restrict octal perms to <= 07777. Cosmetic error message change.
16985
16986Members:
16987 coreutils/chmod.c:1.14->1.15
16988 libbb/parse_mode.c:1.5->1.6
16989
16990---------------------
16991PatchSet 3266
16992Date: 2003/03/19 18:40:42
16993Author: mjn3
16994Branch: HEAD
16995Tag: (none)
16996Log:
16997Minor cleanups. Document the cmp -l option.
16998
16999Members:
17000 include/usage.h:1.146->1.147
17001
17002---------------------
17003PatchSet 3267
17004Date: 2003/03/23 20:27:33
17005Author: mjn3
17006Branch: HEAD
17007Tag: (none)
17008Log:
17009Oops... had != but meant ==.
17010
17011Members:
17012 coreutils/df.c:1.51->1.52
17013
17014---------------------
17015PatchSet 3268
17016Date: 2003/03/28 03:53:31
17017Author: bug1
17018Branch: HEAD
17019Tag: (none)
17020Log:
17021Use a linked list for sed commands in preparation for branching support
17022
17023Members:
17024 editors/sed.c:1.108->1.109
17025
17026---------------------
17027PatchSet 3269
17028Date: 2003/03/28 04:23:23
17029Author: bug1
17030Branch: HEAD
17031Tag: (none)
17032Log:
17033make sed cleanup use linked list
17034
17035Members:
17036 editors/sed.c:1.109->1.110
17037
17038---------------------
17039PatchSet 3270
17040Date: 2003/03/28 04:43:39
17041Author: bug1
17042Branch: HEAD
17043Tag: (none)
17044Log:
17045Add basic branching support, sed ':' and 'b' commands
17046
17047Members:
17048 editors/sed.c:1.110->1.111
17049
17050---------------------
17051PatchSet 3271
17052Date: 2003/03/28 04:57:52
17053Author: bug1
17054Branch: HEAD
17055Tag: (none)
17056Log:
17057fix q command
17058
17059Members:
17060 editors/sed.c:1.111->1.112
17061
17062---------------------
17063PatchSet 3272
17064Date: 2003/03/28 07:44:03
17065Author: bug1
17066Branch: HEAD
17067Tag: (none)
17068Log:
17069Fix sed 's' command's 'p' flag, so it can print line twice
17070
17071Members:
17072 editors/sed.c:1.112->1.113
17073
17074---------------------
17075PatchSet 3273
17076Date: 2003/03/28 08:36:52
17077Author: bug1
17078Branch: HEAD
17079Tag: (none)
17080Log:
17081sed 't' branching command
17082
17083Members:
17084 editors/sed.c:1.113->1.114
17085
17086---------------------
17087PatchSet 3274
17088Date: 2003/03/28 14:11:34
17089Author: bug1
17090Branch: HEAD
17091Tag: (none)
17092Log:
17093Still fine tunning the printing of the substitute command
17094
17095Members:
17096 editors/sed.c:1.114->1.115
17097
17098---------------------
17099PatchSet 3275
17100Date: 2003/03/28 16:54:14
17101Author: andersen
17102Branch: HEAD
17103Tag: (none)
17104Log:
17105trivial fix to make sure we have sufficient arguments before
17106we mess with a possibly non-existant argv[1]
17107 -Erik
17108
17109Members:
17110 coreutils/tail.c:1.44->1.45
17111
17112---------------------
17113PatchSet 3276
17114Date: 2003/03/30 03:41:53
17115Author: bug1
17116Branch: HEAD
17117Tag: (none)
17118Log:
17119Experimental support for embeded newline. (im evil)
17120Fix segfault when using 'N' with an odd number of lines.
17121
17122Members:
17123 editors/Config.in:1.1->1.2
17124 editors/sed.c:1.115->1.116
17125
17126---------------------
17127PatchSet 3277
17128Date: 2003/03/30 08:02:18
17129Author: bug1
17130Branch: HEAD
17131Tag: (none)
17132Log:
17133sed 'y' command, simplify some other code
17134
17135Members:
17136 editors/sed.c:1.116->1.117
17137
17138---------------------
17139PatchSet 3278
17140Date: 2003/03/30 08:40:09
17141Author: bug1
17142Branch: HEAD
17143Tag: (none)
17144Log:
17145Small fix for sed 'y' command
17146
17147Members:
17148 editors/sed.c:1.117->1.118
17149
17150---------------------
17151PatchSet 3279
17152Date: 2003/03/30 09:38:40
17153Author: bug1
17154Branch: HEAD
17155Tag: (none)
17156Log:
17157Group common string
17158
17159Members:
17160 editors/sed.c:1.118->1.119
17161
17162---------------------
17163PatchSet 3280
17164Date: 2003/03/30 13:57:26
17165Author: bug1
17166Branch: HEAD
17167Tag: (none)
17168Log:
17169Rename, to specify kernel
17170
17171Members:
17172 modutils/Config.in:1.3->1.4
17173
17174---------------------
17175PatchSet 3281
17176Date: 2003/03/30 16:10:06
17177Author: bug1
17178Branch: HEAD
17179Tag: (none)
17180Log:
17181Update config to new menu options
17182
17183Members:
17184 debian/config-udeb:1.9->1.10
17185
17186---------------------
17187PatchSet 3282
17188Date: 2003/03/31 16:27:18
17189Author: andersen 655Author: andersen
17190Branch: HEAD 656Branch: HEAD
17191Tag: (none) 657Tag: (none)
17192Log: 658Log:
17193Avoid errors with buggy preprocessors 659last_patch95 from vodz:
17194
17195Members:
17196 scripts/config/lkc_proto.h:1.1->1.2
17197
17198---------------------
17199PatchSet 3283
17200Date: 2003/04/02 10:13:26
17201Author: andersen
17202Branch: HEAD
17203Tag: (none)
17204Log:
17205Yet another rather large face lift. It now works for me as expected.
17206 -Erik
17207 660
17208Members: 661Hi.
17209 networking/ifupdown.c:1.21->1.22
17210 662
17211--------------------- 663Last patch have new libbb function
17212PatchSet 3284 664vfork_rexec() for can use daemon() to uClinux system.
17213Date: 2003/04/03 19:29:11 665This patched daemons: syslog, klogd, inetd, crond.
17214Author: mjn3 666This not tested! I havn`t this systems.
17215Branch: HEAD 667Also. Previous patch for feature request MD5 crypt password for
17216Tag: (none) 668httpd don`t sended to this mailist on 07/15/03
17217Log: 669(mailist have Pytom module problem?).
17218Fix 'thinko'. 670The previous patch included, and have testing.
17219 671
17220Members:
17221 coreutils/mknod.c:1.24->1.25
17222 672
17223--------------------- 673--w
17224PatchSet 3285 674vodz
17225Date: 2003/04/04 14:35:36
17226Author: andersen
17227Branch: HEAD
17228Tag: (none)
17229Log:
17230Test that cvs commit messages are working properly
17231 -Erik
17232 675
17233Members: 676Members:
17234 coreutils/Config.in:1.3->1.4 677 include/libbb.h:1.105->1.106
678 libbb/Makefile.in:1.24->1.25
679 libbb/vfork_daemon_rexec.c:INITIAL->1.1
680 miscutils/Config.in:1.5->1.6
681 miscutils/crond.c:1.4->1.5
682 networking/Config.in:1.19->1.20
683 networking/Makefile.in:1.16->1.17
684 networking/httpd.c:1.10->1.11
685 networking/inetd.c:1.4->1.5
686 sysklogd/klogd.c:1.16->1.17
687 sysklogd/syslogd.c:1.99->1.100
17235 688
17236--------------------- 689---------------------
17237PatchSet 3286 690PatchSet 3442
17238Date: 2003/04/04 15:20:53 691Date: 2003/07/28 08:42:19
17239Author: andersen 692Author: andersen
17240Branch: HEAD 693Branch: HEAD
17241Tag: (none) 694Tag: (none)
17242Log: 695Log:
17243Add more help text 696last_patch98 from vodz:
17244 697
17245Members: 698Denis,
17246 coreutils/Config.in:1.4->1.5
17247 699
17248--------------------- 700># ./busybox env - echo zzz
17249PatchSet 3287 701>zzz
17250Date: 2003/04/06 04:39:24 702># ./busybox echo -n zzz
17251Author: bug1 703>zzz
17252Branch: HEAD 704># ./busybox env - echo -n zzz
17253Tag: (none) 705>env: invalid option -- n
17254Log: 706>
17255Preparation for the new net-udeb based on required applets documented at 707> obviously, env tried to understand -n as env's option
17256http://cvs.debian.org/debian-installer/doc/busybox-applets.txt 708> instead of blindly passing it to echo...
709>
710>BusyBox v1.00-pre1 (2003.07.16-07:53+0000) multi-call binary
711>
712>Usage: env [-iu] [-] [name=value]... [command]
17257 713
17258Members: 714Ah, you found very old problem.
17259 debian/config-net-udeb:INITIAL->1.1 715Last patch also have:
17260 716
17261--------------------- 717- multiple "-u unsetenv" support
17262PatchSet 3288 718- GNU long option support
17263Date: 2003/04/06 16:35:52 719- save errno after exec failed before bb_perror_msg()
17264Author: bug1
17265Branch: HEAD
17266Tag: (none)
17267Log:
17268Sync with waldi's package
17269
17270Members:
17271 debian/changelog:1.34->1.35
17272 debian/config-deb:1.5->1.6
17273 debian/config-net-udeb-i386:INITIAL->1.1
17274 debian/config-static:1.8->1.9
17275 debian/config-udeb:1.10->1.11
17276 debian/config-udeb-i386:INITIAL->1.1
17277 debian/control:1.16->1.17
17278 debian/rules:1.22->1.23
17279
17280---------------------
17281PatchSet 3289
17282Date: 2003/04/07 13:24:44
17283Author: bug1
17284Branch: HEAD
17285Tag: (none)
17286Log:
17287Rename "line" to pattern_space to be more descriptive and closer to the POSIX description
17288 720
17289Members:
17290 editors/sed.c:1.119->1.120
17291 721
17292--------------------- 722--w
17293PatchSet 3290 723vodz
17294Date: 2003/04/07 17:04:14
17295Author: bug1
17296Branch: HEAD
17297Tag: (none)
17298Log:
17299Add hold space commands 'g', 'h', 'x'
17300 724
17301Members: 725Members:
17302 editors/sed.c:1.120->1.121 726 coreutils/env.c:1.7->1.8
17303 727
17304--------------------- 728---------------------
17305PatchSet 3291 729PatchSet 3443
17306Date: 2003/04/08 07:42:45 730Date: 2003/07/28 09:31:56
17307Author: bug1
17308Branch: HEAD
17309Tag: (none)
17310Log:
17311Fixes block commands to correctly identify end of block, recognise the #n directive, fix substitue command when regex isnt specified
17312
17313Members:
17314 editors/sed.c:1.121->1.122
17315
17316---------------------
17317PatchSet 3292
17318Date: 2003/04/08 12:56:11
17319Author: bug1
17320Branch: HEAD
17321Tag: (none)
17322Log:
17323Run through indent
17324
17325Members:
17326 editors/sed.c:1.122->1.123
17327
17328---------------------
17329PatchSet 3293
17330Date: 2003/04/09 02:43:54
17331Author: bug1
17332Branch: HEAD
17333Tag: (none)
17334Log:
17335Label ends at a newline, update comments, rename linked list field
17336
17337Members:
17338 editors/sed.c:1.123->1.124
17339
17340---------------------
17341PatchSet 3294
17342Date: 2003/04/09 08:51:43
17343Author: bug1
17344Branch: HEAD
17345Tag: (none)
17346Log:
17347fix substitution when replacing with &, we shouldnt check for an escape charcter. Its already been taken care of _somewhere_ else
17348
17349Members:
17350 editors/sed.c:1.124->1.125
17351
17352---------------------
17353PatchSet 3295
17354Date: 2003/04/09 16:26:14
17355Author: bug1
17356Branch: HEAD
17357Tag: (none)
17358Log:
17359Fix the sed 'r' command
17360
17361Members:
17362 editors/sed.c:1.125->1.126
17363
17364---------------------
17365PatchSet 3296
17366Date: 2003/04/09 16:52:32
17367Author: bug1
17368Branch: HEAD
17369Tag: (none)
17370Log:
17371Really fix the 'r' command
17372
17373Members:
17374 editors/sed.c:1.126->1.127
17375
17376---------------------
17377PatchSet 3297
17378Date: 2003/04/11 18:10:23
17379Author: bug1
17380Branch: HEAD
17381Tag: (none)
17382Log:
17383Fix up indenting
17384
17385Members:
17386 editors/sed.c:1.127->1.128
17387
17388---------------------
17389PatchSet 3298
17390Date: 2003/04/12 17:10:42
17391Author: bug1
17392Branch: HEAD
17393Tag: (none)
17394Log:
17395Fix logic error in grouped commands
17396
17397Members:
17398 editors/sed.c:1.128->1.129
17399
17400---------------------
17401PatchSet 3299
17402Date: 2003/04/16 21:52:00
17403Author: andersen 731Author: andersen
17404Branch: HEAD 732Branch: HEAD
17405Tag: (none) 733Tag: (none)
17406Log: 734Log:
17407enable CONFIG_USE_BB_PWD_GRP for the debian installer, 735Update docs a bit
17408to prevent glibc from trying and failing to use NSS junk
17409that is not present.
17410 -Erik
17411
17412Members:
17413 debian/config-net-udeb:1.1->1.2
17414 debian/config-net-udeb-i386:1.1->1.2
17415 debian/config-udeb:1.11->1.12
17416 debian/config-udeb-i386:1.1->1.2
17417
17418---------------------
17419PatchSet 3300
17420Date: 2003/04/17 00:02:35
17421Author: andersen
17422Branch: HEAD
17423Tag: (none)
17424Log:
17425Minor .o file naming change
17426 736
17427Members: 737Members:
17428 libbb/Makefile.in:1.20->1.21 738 networking/Config.in:1.20->1.21
17429 libbb/printf.c:1.1->1.2
17430 739
17431--------------------- 740---------------------
17432PatchSet 3301 741PatchSet 3444
17433Date: 2003/04/20 00:15:06 742Date: 2003/07/28 10:31:28
17434Author: andersen 743Author: andersen
17435Branch: HEAD 744Branch: HEAD
17436Tag: (none) 745Tag: (none)
17437Log: 746Log:
17438Patch from David Updegraff to avoid corrupting memory while parsing the 747Fixup bugs in last patch
17439networks/iterfaces file with next_word routine. Without this, next_word
17440increments one beyond the end of the string.
17441 748
17442Members: 749Members:
17443 networking/ifupdown.c:1.22->1.23 750 miscutils/crond.c:1.5->1.6
751 networking/inetd.c:1.5->1.6
752 sysklogd/klogd.c:1.17->1.18
17444 753
17445--------------------- 754---------------------
17446PatchSet 3302 755PatchSet 3445
17447Date: 2003/04/20 00:18:35 756Date: 2003/07/28 10:37:56
17448Author: andersen 757Author: andersen
17449Branch: HEAD 758Branch: HEAD
17450Tag: (none) 759Tag: (none)
17451Log: 760Log:
17452Patch from David Updegraff to use calloc so that forward pointers start out 761Avoid shadowing built-in function `log'
17453NULL, and so it can handle format strings that have stuff _after_ the last %?
17454specification
17455 762
17456Members: 763Members:
17457 libbb/dump.c:1.4->1.5 764 miscutils/crond.c:1.6->1.7
17458 765
17459--------------------- 766---------------------
17460PatchSet 3303 767PatchSet 3446
17461Date: 2003/04/21 04:34:01 768Date: 2003/07/28 10:56:34
17462Author: andersen 769Author: andersen
17463Branch: HEAD 770Branch: HEAD
17464Tag: (none) 771Tag: (none)
17465Log: 772Log:
17466Add link to SimplyGNUstep 773This is synced from dash-0.4.17 and full ready for insert to new busybox
17467 774version:
17468Members: 775ftp://ftp.simtreas.ru/pub/my/bb/new
17469 docs/busybox.net/index.html:1.118->1.119
17470
17471---------------------
17472PatchSet 3304
17473Date: 2003/04/21 11:07:48
17474Author: bug1
17475Branch: HEAD
17476Tag: (none)
17477Log:
17478unlink() an existing file, before opening it, simply truncating can
17479cause nasty problems if overwriting glibc, spotted by waldi.
17480
17481Members:
17482 archival/tar.c:1.169->1.170
17483
17484---------------------
17485PatchSet 3305
17486Date: 2003/04/21 11:26:38
17487Author: bug1
17488Branch: HEAD
17489Tag: (none)
17490Log:
17491sync with waldi
17492 776
17493Members: 777News:
17494 debian/changelog:1.35->1.36
17495 debian/config-net-udeb-i386:1.2->1.3
17496 debian/config-udeb:1.12->1.13
17497 debian/config-udeb-i386:1.2->1.3
17498 libbb/dump.c:1.5->1.6
17499 778
17500--------------------- 779- code is smalest!
17501PatchSet 3306 780- support ${var...} expr
17502Date: 2003/04/21 12:03:29 781- used new very strongly steal controlling terminal
17503Author: bug1
17504Branch: HEAD
17505Tag: (none)
17506Log:
17507unlink a previous file before its extracted
17508 782
17509Members: 783Members:
17510 archival/libunarchive/data_extract_all.c:1.9->1.10 784 shell/ash.c:1.70->1.71
785 shell/cmdedit.c:1.80->1.81
17511 786
17512--------------------- 787---------------------
17513PatchSet 3307 788PatchSet 3447
17514Date: 2003/04/24 12:41:28 789Date: 2003/07/28 10:59:05
17515Author: andersen 790Author: andersen
17516Branch: HEAD 791Branch: HEAD
17517Tag: (none) 792Tag: (none)
17518Log: 793Log:
17519There have been many reports of init failing to reboot and/or failing to halt 794Patch from vodz to update httpd usage
17520over the years. Well I finally took the time to track this down. It turns out
17521that inside linux/kernel/sys.c the kernel will call
17522 machine_halt();
17523 do_exit(0);
17524when halting, or will call
17525 machine_power_off();
17526 do_exit(0);
17527
17528during a reboot. Unlike sysv init, we call reboot from within the init
17529process, so if the call to machine_halt() or machine_power_off() returns, the call to do_exit(0) will cause the kernel to panic. Which is a very
17530bad thing to happen.
17531
17532So I just added this little patch to fork and call the reboot
17533syscall from within the forked child process, thereby neatly
17534avoiding the problem.
17535
17536But IMHO, both calls to do_exit(0) within linux/kernel/sys.c
17537are bugs and should be fixed.
17538
17539 -Erik
17540 795
17541Members: 796Members:
17542 init/init.c:1.182->1.183 797 include/usage.h:1.161->1.162
17543 798
17544--------------------- 799---------------------
17545PatchSet 3308 800PatchSet 3448
17546Date: 2003/04/25 13:32:37 801Date: 2003/07/28 11:13:03
17547Author: andersen 802Author: andersen
17548Branch: HEAD 803Branch: HEAD
17549Tag: (none) 804Tag: (none)
17550Log: 805Log:
17551Patch from Steven Scholz to fix telnetd compile problem 806A small update to the new docs. Plenty more is needed...
17552
17553Members:
17554 networking/telnetd.c:1.5->1.6
17555
17556---------------------
17557PatchSet 3309
17558Date: 2003/04/26 03:22:19
17559Author: bug1
17560Branch: HEAD
17561Tag: (none)
17562Log:
17563iPatch from waldi, fixes usage of ip route flush (from)? (match|exact)
17564
17565Members:
17566 networking/libiproute/iproute.c:1.10->1.11
17567
17568---------------------
17569PatchSet 3310
17570Date: 2003/04/26 05:56:17
17571Author: bug1
17572Branch: HEAD
17573Tag: (none)
17574Log:
17575Add the -d option, its used by old versions of config.guess, change to
17576use getopt.
17577
17578Members:
17579 debianutils/mktemp.c:1.2->1.3
17580
17581---------------------
17582PatchSet 3311
17583Date: 2003/04/26 08:40:07
17584Author: bug1
17585Branch: HEAD
17586Tag: (none)
17587Log:
17588New commands, 'G' and 'H'
17589 807
17590Members: 808Members:
17591 editors/sed.c:1.129->1.130 809 docs/busybox.sgml:1.49->1.50
17592 810
17593--------------------- 811---------------------
17594PatchSet 3312 812PatchSet 3449
17595Date: 2003/04/26 14:16:44 813Date: 2003/07/28 11:34:38
17596Author: bug1
17597Branch: HEAD
17598Tag: (none)
17599Log:
17600Always preserve date
17601
17602Members:
17603 archival/tar.c:1.170->1.171
17604
17605---------------------
17606PatchSet 3313
17607Date: 2003/04/27 02:50:57
17608Author: bug1
17609Branch: HEAD
17610Tag: (none)
17611Log:
17612grep -f support, adds only 60 Bytes, but regex's now compiled as
17613required, rather than being pre-compiled.
17614
17615Members:
17616 findutils/grep.c:1.77->1.78
17617
17618---------------------
17619PatchSet 3314
17620Date: 2003/04/27 03:22:01
17621Author: bug1
17622Branch: HEAD
17623Tag: (none)
17624Log:
17625Fix segfault when cleaning up
17626
17627Members:
17628 findutils/grep.c:1.78->1.79
17629
17630---------------------
17631PatchSet 3315
17632Date: 2003/04/27 03:43:53
17633Author: bug1
17634Branch: HEAD
17635Tag: (none)
17636Log:
17637Config option to create an fgrep alias
17638
17639Members:
17640 findutils/Config.in:1.2->1.3
17641 include/applets.h:1.93->1.94
17642
17643---------------------
17644PatchSet 3316
17645Date: 2003/04/27 07:02:13
17646Author: bug1
17647Branch: HEAD
17648Tag: (none)
17649Log:
17650New applet, fold
17651
17652Members:
17653 coreutils/Config.in:1.5->1.6
17654 coreutils/Makefile.in:1.2->1.3
17655 coreutils/fold.c:INITIAL->1.1
17656 include/applets.h:1.94->1.95
17657 include/usage.h:1.147->1.148
17658
17659---------------------
17660PatchSet 3317
17661Date: 2003/04/27 11:05:35
17662Author: bug1
17663Branch: HEAD
17664Tag: (none)
17665Log:
17666Use bb_xgetlarg
17667
17668Members:
17669 coreutils/fold.c:1.1->1.2
17670
17671---------------------
17672PatchSet 3318
17673Date: 2003/04/27 11:42:30
17674Author: andersen
17675Branch: HEAD
17676Tag: (none)
17677Log:
17678A couple of patches from Tito <farmatito@tiscali.it>
17679
17680Members:
17681 console-tools/deallocvt.c:1.25->1.26
17682 miscutils/strings.c:1.7->1.8
17683
17684---------------------
17685PatchSet 3319
17686Date: 2003/05/02 17:25:01
17687Author: andersen 814Author: andersen
17688Branch: HEAD 815Branch: HEAD
17689Tag: (none) 816Tag: (none)
17690Log: 817Log:
17691Patch from Dmitry V. Levin to fix a fd leak 818bump version to 1.0.0-pre2
17692
17693Members:
17694 libbb/loop.c:1.4->1.5
17695
17696---------------------
17697PatchSet 3320
17698Date: 2003/05/08 14:09:28
17699Author: bug1
17700Branch: HEAD
17701Tag: (none)
17702Log:
17703Use xopen instead of xfopen
17704
17705Members:
17706 util-linux/freeramdisk.c:1.21->1.22
17707
17708---------------------
17709PatchSet 3321
17710Date: 2003/05/11 15:52:37
17711Author: bug1
17712Branch: HEAD
17713Tag: (none)
17714Log:
17715minit, a Minimal init system.
17716
17717Members:
17718 include/applets.h:1.95->1.96
17719 include/usage.h:1.148->1.149
17720 init/Config.in:1.1->1.2
17721 init/Makefile.in:1.3->1.4
17722 init/minit.c:INITIAL->1.1
17723 init/msvc.c:INITIAL->1.1
17724 init/pidfilehack.c:INITIAL->1.1
17725
17726---------------------
17727PatchSet 3322
17728Date: 2003/05/13 14:28:25
17729Author: bug1
17730Branch: HEAD
17731Tag: (none)
17732Log:
17733Fix \l so it doesnt print the character as well as the tty, from old
17734patch by Nick Fedchik
17735
17736Members:
17737 libbb/login.c:1.2->1.3
17738
17739---------------------
17740PatchSet 3323
17741Date: 2003/05/13 15:59:07
17742Author: bug1
17743Branch: HEAD
17744Tag: (none)
17745Log:
17746Add some missing lines for getty, patch by Steven Scholz
17747
17748Members:
17749 include/usage.h:1.149->1.150
17750
17751---------------------
17752PatchSet 3324
17753Date: 2003/05/13 17:20:11
17754Author: bug1
17755Branch: HEAD
17756Tag: (none)
17757Log:
17758last_patch84 by Vodz.
17759
17760Members:
17761 networking/httpd.c:1.4->1.5
17762
17763---------------------
17764PatchSet 3325
17765Date: 2003/05/13 17:31:15
17766Author: bug1
17767Branch: HEAD
17768Tag: (none)
17769Log:
17770Re-use existing variables, patch from Tito
17771
17772Members:
17773 console-tools/openvt.c:1.4->1.5
17774
17775---------------------
17776PatchSet 3326
17777Date: 2003/05/14 13:11:36
17778Author: bug1
17779Branch: HEAD
17780Tag: (none)
17781Log:
17782vodz, last_patch_85
17783 819
17784Members: 820Members:
17785 networking/httpd.c:1.5->1.6 821 Rules.mak:1.18->1.19
17786 822
17787--------------------- 823---------------------
17788PatchSet 3327 824PatchSet 3450
17789Date: 2003/05/14 13:20:21 825Date: 2003/07/29 07:33:12
17790Author: bug1
17791Branch: HEAD
17792Tag: (none)
17793Log:
17794Part of a patch from Glenn Engel, updates httpd help
17795
17796Members:
17797 networking/Config.in:1.13->1.14
17798
17799---------------------
17800PatchSet 3328
17801Date: 2003/05/16 09:34:38
17802Author: andersen 826Author: andersen
17803Branch: HEAD 827Branch: HEAD
17804Tag: (none) 828Tag: (none)
17805Log: 829Log:
17806Apply patch from Georg Magschok to fix syslog behavior so that the 830Yang Xiaopeng writes:
17807'>' charactor can be logged, per rfc3164.
17808
17809Also, a small patch from me to fix it so we use MAXLINE when allocating the
17810buffer, which is consistant with use everywhere else. This is needed since
17811uClibc defines BUFSIZE as 255, causing lines to be truncated at 255...
17812
17813Members:
17814 sysklogd/syslogd.c:1.93->1.94
17815
17816---------------------
17817PatchSet 3329
17818Date: 2003/05/18 22:12:36
17819Author: kraai
17820Branch: HEAD
17821Tag: (none)
17822Log:
17823Handle -O preceding -x.
17824 831
17825Members: 832>I'm sure that no user process use old root now, but when run "umount
17826 archival/tar.c:1.171->1.172 833>/old_root", it says:
17827 testsuite/tar/tar-extracts-to-standard-output:INITIAL->1.1 834> umount: /old_root: Device or resource busy
835>
836>I have tried to remount /proc within the new root *after* chroot, but
837>get the same result.
838>
839>
840I found the problem, I said that no user process use old root when run
841my scripts, but
842I'm wrong, actually there is a '3' fd open the file
843"/old_root/dev/console". By adding
844debug message in init/init.c, I found the problem: when init restart(in
845exec_signal()),
846before open the new terminal device, there is still a file opened(I
847don't know which file it is), so the
848terminal device(stdin) get fd '1', and the first dup(0)(stdout) return
849'2', the second(stderr) return '3'.
17828 850
17829--------------------- 851I attach a simple patch to solve this problem.
17830PatchSet 3330
17831Date: 2003/05/19 06:56:16
17832Author: bug1
17833Branch: HEAD
17834Tag: (none)
17835Log:
17836Patch from Glenn Engel
17837- more comments
17838- larger allowed number of CGI script variables
17839- ifdefs for regression test hooks
17840- default to ./ rather than /www (if unspecified) for compatibility with
17841earlier versions.
17842- Allow ip: as a synomym for A: rules for compatibility with earlier
17843versions.
17844- Setting of CGI_ARGLIST_ when automatic setting of env vars for form
17845scripting is utilized. This helps with minimal systems like openap.
17846 852
17847Members: 853Members:
17848 networking/httpd.c:1.6->1.7 854 init/init.c:1.191->1.192
17849 855
17850--------------------- 856---------------------
17851PatchSet 3331 857PatchSet 3451
17852Date: 2003/05/22 08:10:22 858Date: 2003/07/29 07:38:40
17853Author: andersen 859Author: andersen
17854Branch: HEAD 860Branch: HEAD
17855Tag: (none) 861Tag: (none)
17856Log: 862Log:
17857Patch from Russell Coker: 863Vladimir N. Oleynik writes:
17858
17859The attached patch fixes a compilation error. If you compile ping6 without
17860the CONFIG_FEATURE_FANCY_PING6 option then the compile will fail without this
17861patch.
17862
17863Members:
17864 networking/ping6.c:1.4->1.5
17865 864
17866--------------------- 865Last patch have synced form Manuel Nova III xxreadtoken() function,
17867PatchSet 3332 866corrected (C) form dash debian/copyright, removed my small mistake
17868Date: 2003/05/23 10:28:01 867with IFS_BROKEN (thanks by Herbert), and synced cmdedit.c from
17869Author: andersen 868current CVS (removed libc5 support, your email correction, my (C) year
17870Branch: HEAD 869corertion).
17871Tag: (none)
17872Log:
17873This patch from Vitezslav Batrla, is a cleaner fix for the
17874problem with syslogd logging the '<' char.
17875 870
17876Members: 871Members:
17877 sysklogd/syslogd.c:1.94->1.95 872 shell/ash.c:1.71->1.72
873 shell/cmdedit.c:1.81->1.82
17878 874
17879--------------------- 875---------------------
17880PatchSet 3333 876PatchSet 3452
17881Date: 2003/05/23 10:29:57 877Date: 2003/07/29 08:05:35
17882Author: andersen 878Author: andersen
17883Branch: HEAD 879Branch: HEAD
17884Tag: (none) 880Tag: (none)
17885Log: 881Log:
17886oops 882Bruno Randolf writes:
17887 883
17888Members: 884this patch fixes run_parts when it's called by ifupdown. 1) argv has to be a
17889 sysklogd/syslogd.c:1.95->1.96 885NULL terminated char* array, not just a string. 2) run_parts now explicitly
886sets the environment. this environment is populated from the
887/etc/network/interfaces config file and is needed by the scripts in
888/etc/network/if-pre-up.d/. when run-parts is called from the command line the
889environment is taken from the current process.
17890 890
17891---------------------
17892PatchSet 3334
17893Date: 2003/05/24 08:30:58
17894Author: andersen
17895Branch: HEAD
17896Tag: (none)
17897Log:
17898Update mkdep, per the "touchless dependencies for 2.4.x" patch
17899from Geert Uytterhoeven posted to the lkml.
17900 -Erik
17901 891
17902Members: 892Vladimir Oleynik then wrote:
17903 scripts/mkdep.c:1.1->1.2
17904 893
17905--------------------- 894You can simplify this if use:
17906PatchSet 3335
17907Date: 2003/05/26 15:05:58
17908Author: bug1
17909Branch: HEAD
17910Tag: (none)
17911Log:
17912Vodz, last_patch_86
17913 895
17914Members: 896+ bb_xasprintf(&buf[0], "/etc/network/if-%s.d", opt);
17915 coreutils/du.c:1.56->1.57 897+ buf[1] = NULL;
17916 include/libbb.h:1.96->1.97 898+
17917 libbb/Makefile.in:1.21->1.22 899+ run_parts(&buf, 2, environ);
17918 libbb/concat_subpath_file.c:INITIAL->1.1 900+ free(buf[0]);
17919 libbb/copy_file.c:1.24->1.25
17920 libbb/find_root_device.c:1.6->1.7
17921 libbb/isdirectory.c:1.3->1.4
17922 libbb/login.c:1.3->1.4
17923 libbb/pw_encrypt.c:1.1->1.2
17924 libbb/recursive_action.c:1.8->1.9
17925 libbb/remove_file.c:1.5->1.6
17926 libbb/run_shell.c:1.3->1.4
17927 libbb/setup_environment.c:1.2->1.3
17928 libbb/xgetcwd.c:1.4->1.5
17929 networking/Config.in:1.14->1.15
17930 networking/httpd.c:1.7->1.8
17931 networking/ifconfig.c:1.23->1.24
17932 901
17933--------------------- 902--w
17934PatchSet 3336 903vodz
17935Date: 2003/05/26 15:09:12
17936Author: bug1
17937Branch: HEAD
17938Tag: (none)
17939Log:
17940Vodz, last_path_87, formatiing changes
17941 904
17942Members: 905Members:
17943 applets/applets.c:1.19->1.20 906 debianutils/run_parts.c:1.5->1.6
907 include/libbb.h:1.106->1.107
908 libbb/run_parts.c:1.8->1.9
909 networking/ifupdown.c:1.26->1.27
17944 910
17945--------------------- 911---------------------
17946PatchSet 3337 912PatchSet 3453
17947Date: 2003/05/26 19:06:20 913Date: 2003/07/29 08:15:17
17948Author: andersen 914Author: andersen
17949Branch: HEAD 915Branch: HEAD
17950Tag: (none) 916Tag: (none)
17951Log: 917Log:
17952Remove cruft 918Fixup typo noticed by Nick Fedchik
17953 919
17954Members: 920Members:
17955 libbb/find_pid_by_name.c:1.9->1.10 921 shell/ash.c:1.72->1.73
17956 922
17957--------------------- 923---------------------
17958PatchSet 3338 924PatchSet 3454
17959Date: 2003/05/26 19:07:30 925Date: 2003/07/29 08:37:39
17960Author: andersen 926Author: andersen
17961Branch: HEAD 927Branch: HEAD
17962Tag: (none) 928Tag: (none)
17963Log: 929Log:
17964Skip printing "/proc/%d/cmdline" stuff when it is not relevant 930Match up interfaces
17965 931
17966Members: 932Members:
17967 libbb/procps.c:1.6->1.7 933 networking/ifupdown.c:1.27->1.28
17968 934
17969--------------------- 935---------------------
17970PatchSet 3339 936PatchSet 3455
17971Date: 2003/05/26 19:09:14 937Date: 2003/07/29 08:45:05
17972Author: andersen 938Author: andersen
17973Branch: HEAD 939Branch: HEAD
17974Tag: (none) 940Tag: (none)
17975Log: 941Log:
17976cleanup a bit to remove needless verify() function 942Set libbb dead last in the link order
17977 943
17978Members: 944Members:
17979 coreutils/printf.c:1.18->1.19 945 Makefile:1.282->1.283
17980 946
17981--------------------- 947---------------------
17982PatchSet 3340 948PatchSet 3456
17983Date: 2003/05/26 19:12:00 949Date: 2003/07/30 07:52:33
17984Author: andersen 950Author: andersen
17985Branch: HEAD 951Branch: HEAD
17986Tag: (none) 952Tag: (none)
17987Log: 953Log:
17988This was doing some silly stuff that is not necessary when using 954Ronny L Nilsson writes:
17989vfork(), so I have simplified it.
17990 955
17991Members: 956 If BusyBox was compiled with -DCONFIG_FEATURE_CLEAN_UP dmesg command
17992 libbb/run_parts.c:1.6->1.7 957 segfaults if invoked with the "-n" option. (Due to a free() of an
17993 958 uninitialized pointer).
17994---------------------
17995PatchSet 3341
17996Date: 2003/05/26 19:48:55
17997Author: andersen
17998Branch: HEAD
17999Tag: (none)
18000Log:
18001Make all syscall declarations use the syscall() function
18002 959
18003Members: 960Members:
18004 include/libbb.h:1.97->1.98 961 util-linux/dmesg.c:1.30->1.31
18005 libbb/module_syscalls.c:1.10->1.11
18006 libbb/syscalls.c:1.9->1.10
18007 962
18008--------------------- 963---------------------
18009PatchSet 3342 964PatchSet 3457
18010Date: 2003/05/27 21:45:59 965Date: 2003/07/30 07:56:07
18011Author: andersen 966Author: andersen
18012Branch: HEAD 967Branch: HEAD
18013Tag: (none) 968Tag: (none)
18014Log: 969Log:
18015Put this back the way it was. I misunderstood what vodz was doing. 970Ronny L Nilsson writes:
18016 971
18017Members: 972The login process should always timeout if user don't login sucessfully within
18018 libbb/run_parts.c:1.7->1.8 973reasonable time. Otherwise we're sensetive to a DOS attack by simply doing a
974bunch of simultaneous telnet connections (deploys all availible TTY's).
18019 975
18020--------------------- 976This patch make login.c terminate the connection after "TIMEOUT" seconds.
18021PatchSet 3343
18022Date: 2003/06/05 20:37:01
18023Author: andersen
18024Branch: HEAD
18025Tag: (none)
18026Log:
18027Patch from Lars Kellogg-Stedman, lars at larsshack.org, to
18028make ifupdown's mapping function work as documented.
18029 977
18030Members: 978Members:
18031 networking/ifupdown.c:1.23->1.24 979 loginutils/login.c:1.11->1.12
18032 980
18033--------------------- 981---------------------
18034PatchSet 3344 982PatchSet 3458
18035Date: 2003/06/07 15:54:24 983Date: 2003/07/30 08:16:39
18036Author: bug1
18037Branch: HEAD
18038Tag: (none)
18039Log:
18040Run through indent
18041
18042Members:
18043 coreutils/md5sum.c:1.28->1.29
18044
18045---------------------
18046PatchSet 3345
18047Date: 2003/06/07 18:06:28
18048Author: bug1
18049Branch: HEAD
18050Tag: (none)
18051Log:
18052Fix bug (wrong value computed) when reading file from stdin, implement
18053-s option
18054
18055Members:
18056 coreutils/sha1sum.c:1.3->1.4
18057
18058---------------------
18059PatchSet 3346
18060Date: 2003/06/07 18:11:00
18061Author: bug1
18062Branch: HEAD
18063Tag: (none)
18064Log:
18065Minor correction
18066
18067Members:
18068 coreutils/sha1sum.c:1.4->1.5
18069
18070---------------------
18071PatchSet 3347
18072Date: 2003/06/07 18:38:33
18073Author: bug1
18074Branch: HEAD
18075Tag: (none)
18076Log:
18077Better error handling
18078
18079Members:
18080 coreutils/sha1sum.c:1.5->1.6
18081
18082---------------------
18083PatchSet 3348
18084Date: 2003/06/08 14:32:12
18085Author: bug1
18086Branch: HEAD
18087Tag: (none)
18088Log:
18089sha1sum option to compare checksums
18090
18091Members:
18092 coreutils/Config.in:1.6->1.7
18093 coreutils/sha1sum.c:1.6->1.7
18094
18095---------------------
18096PatchSet 3349
18097Date: 2003/06/10 18:22:46
18098Author: bug1
18099Branch: HEAD
18100Tag: (none)
18101Log:
18102Vodz, last_patch_88
18103
18104Members:
18105 include/applets.h:1.96->1.97
18106 libbb/find_root_device.c:1.7->1.8
18107 networking/httpd.c:1.8->1.9
18108 networking/udhcp/AUTHORS:1.1->1.2
18109 networking/udhcp/ChangeLog:1.4->1.5
18110 networking/udhcp/Makefile.in:1.5->1.6
18111 networking/udhcp/arpping.c:1.2->1.3
18112 networking/udhcp/clientpacket.c:1.2->1.3
18113 networking/udhcp/dhcpc.c:1.9->1.10
18114 networking/udhcp/dhcpc.h:1.1->1.2
18115 networking/udhcp/dhcpd.c:1.2->1.3
18116 networking/udhcp/dhcpd.h:1.2->1.3
18117 networking/udhcp/dumpleases.c:1.4->1.5
18118 networking/udhcp/files.c:1.3->1.4
18119 networking/udhcp/files.h:1.1->1.2
18120 networking/udhcp/leases.c:1.1->1.2
18121 networking/udhcp/leases.h:1.1->1.2
18122 networking/udhcp/options.c:1.4->1.5
18123 networking/udhcp/packet.c:1.1->1.2
18124 networking/udhcp/script.c:1.4->1.5
18125 networking/udhcp/serverpacket.c:1.1->1.2
18126 networking/udhcp/socket.c:1.1->1.2
18127
18128---------------------
18129PatchSet 3350
18130Date: 2003/06/12 14:47:16
18131Author: bug1
18132Branch: HEAD
18133Tag: (none)
18134Log:
18135Handle hard links by converting them to symlinks
18136
18137Members:
18138 archival/libunarchive/get_header_tar.c:1.17->1.18
18139
18140---------------------
18141PatchSet 3351
18142Date: 2003/06/12 23:09:08
18143Author: andersen 984Author: andersen
18144Branch: HEAD 985Branch: HEAD
18145Tag: (none) 986Tag: (none)
18146Log: 987Log:
18147Fix the location for the default config so 'make defconfig' 988Christian Meyer provided this patch to fix more bugs with the tftp client
18148actually works
18149 989
18150Members: 990Members:
18151 scripts/config/confdata.c:1.1->1.2 991 networking/tftp.c:1.19->1.20
18152 992
18153--------------------- 993---------------------
18154PatchSet 3352 994PatchSet 3459
18155Date: 2003/06/14 03:57:53 995Date: 2003/07/30 08:57:06
18156Author: andersen 996Author: andersen
18157Branch: HEAD 997Branch: HEAD
18158Tag: (none) 998Tag: (none)
18159Log: 999Log:
18160Add missing pieces from vodz' last_patch88 1000Vladimir N. Oleynik writes:
18161 1001
18162Members: 1002 This moment have algoritmicaly problem, not overflow:
18163 networking/udhcp/common.c:INITIAL->1.1 1003 strcat(wrapped, wrapped) - may be looped.
18164 networking/udhcp/common.h:INITIAL->1.1
18165 networking/udhcp/leases_file.c:INITIAL->1.1
18166 1004
18167--------------------- 1005 Hand patch:
18168PatchSet 3353
18169Date: 2003/06/15 08:00:54
18170Author: andersen
18171Branch: HEAD
18172Tag: (none)
18173Log:
18174Fix rpm usage msg
18175 1006
18176Members: 1007 - else if (strstr(strcat(wrapped, wrapped), newmono))
18177 include/usage.h:1.150->1.151 1008 + else {
18178 1009 + safe_strncpy(wrapped + lenwrap, wrapped, lenwrap + 1);
18179--------------------- 1010 + if (strstr(wrapped, newmono))
18180PatchSet 3354 1011 +}
18181Date: 2003/06/20 10:01:52
18182Author: andersen
18183Branch: HEAD
18184Tag: (none)
18185Log:
18186last_patch89 from vodz:
18187
18188 Manuel,
18189
18190 I rewrite bb_getopt_ulflags() function for more universal usage.
18191 My version support now:
18192 - options with arguments (optional arg as GNU extension also)
18193 - complementaly and/or incomplementaly and/or incongruously and/or list
18194 options
18195 - long_opt (all applets may have long option, add supporting is trivial)
18196 This realisation full compatibile from your version.
18197 Code size grow 480 bytes, but only coreutils/* over compensate this size
18198 after using new function. Last patch reduced over 800 bytes and not full
18199 applied to all. "mkdir" and "mv" applets have long_opt now for demonstrate
18200 trivial addition support long_opt with usage new bb_getopt_ulflags().
18201 Complementaly and/or incomplementaly and/or incongruously and/or list options
18202 logic is not trivial, but new "cut" and "grep" applets using this logic
18203 for examples with full demostrating. New "grep" applet reduced over 300
18204 bytes.
18205
18206 Mark,
18207 Also. I removed bug from "grep" applet.
18208 $ echo a b | busybox grep -e a b
18209 a b
18210 a b
18211 But right is printing one only.
18212 1012
18213 --w 1013 --w
18214 vodz 1014 vodz
18215 1015
18216Members: 1016Members:
18217 coreutils/cut.c:1.25->1.26 1017 libbb/obscure.c:1.3->1.4
18218 coreutils/date.c:1.39->1.40
18219 coreutils/dd.c:1.53->1.54
18220 coreutils/df.c:1.52->1.53
18221 coreutils/du.c:1.57->1.58
18222 coreutils/env.c:1.5->1.6
18223 coreutils/mkdir.c:1.34->1.35
18224 coreutils/mv.c:1.18->1.19
18225 coreutils/rm.c:1.36->1.37
18226 coreutils/stty.c:1.8->1.9
18227 coreutils/test.c:1.22->1.23
18228 findutils/grep.c:1.79->1.80
18229 findutils/xargs.c:1.25->1.26
18230 include/libbb.h:1.98->1.99
18231 libbb/getopt_ulflags.c:1.1->1.2
18232 libbb/inode_hash.c:1.4->1.5
18233 loginutils/addgroup.c:1.10->1.11
18234 loginutils/adduser.c:1.5->1.6
18235 miscutils/crond.c:1.3->1.4
18236
18237---------------------
18238PatchSet 3355
18239Date: 2003/06/20 10:05:00
18240Author: andersen
18241Branch: HEAD
18242Tag: (none)
18243Log:
18244Patch from Lars Kellogg-Stedman:
18245
18246I'm building BusyBox using a development kit for MontaVista Hardhat Linux
18247(PPC) -- which, at least in this instance, is based around kernel 2.2.14.
18248I've had to massage a few files in networking/libiproute/ to make it
18249compile. Specifically:
18250
18251 (1) Added a #include <sys/uio.h> for the iovec structure in
18252 libnetlink.c,
18253
18254 (2) Put ifdefs in ll_types.c and ll_proto.c around various
18255 constants (ETH_P_xxx and ARPHRD_xxx) that weren't defined,
18256
18257 (3) Make do_changename() in iplink.c require a kernel >=
18258 2.4.0 -- the ifr structure in my environment doesn't
18259 have the ifr_name attribute. I've assumed this is
18260 a kernel dependency -- let me know if I ought to be
18261 checking something else.
18262
18263 In the absence of the correct kernel, do_changename()
18264 always returns 0.
18265
18266Attached is a patch against the current CVS that will make these changes.
18267
18268-- Lars
18269
18270Members:
18271 networking/libiproute/iplink.c:1.7->1.8
18272 networking/libiproute/libnetlink.c:1.4->1.5
18273 networking/libiproute/ll_proto.c:1.2->1.3
18274 networking/libiproute/ll_types.c:1.2->1.3
18275
18276---------------------
18277PatchSet 3356
18278Date: 2003/06/20 10:16:00
18279Author: andersen
18280Branch: HEAD
18281Tag: (none)
18282Log:
18283Add prototype update missing from last_patch89. Fix screwy
18284formatting in cut.
18285
18286Members:
18287 coreutils/cut.c:1.26->1.27
18288 include/libbb.h:1.99->1.100
18289
18290---------------------
18291PatchSet 3357
18292Date: 2003/06/20 10:20:28
18293Author: andersen
18294Branch: HEAD
18295Tag: (none)
18296Log:
18297Make gcc not whine about "deprecated use of label at end of compound statement"
18298
18299Members:
18300 networking/udhcp/dhcpc.c:1.10->1.11
18301 1018
18302--------------------- 1019---------------------
18303PatchSet 3358 1020PatchSet 3460
18304Date: 2003/06/20 10:22:12 1021Date: 2003/07/30 09:22:53
18305Author: andersen 1022Author: andersen
18306Branch: HEAD 1023Branch: HEAD
18307Tag: (none) 1024Tag: (none)
18308Log: 1025Log:
18309use an explicit cast on some types that change size when 1026Eric Spakman writes:
18310large file support is enabled.
18311 1027
18312Members: 1028The recent changes in ifupdown where all calls to 'ip link set' and
18313 networking/ftpgetput.c:1.6->1.7 1029'ip addr set' are swapped give some problems with v4tunnels.
1030For plain ipv4 and ipv6 interfaces it works correct, other methods
1031not tried. The patch below change the behaviour back for v4tunnels
1032only.
18314 1033
18315--------------------- 1034Without the patch the following errors are shown:
18316PatchSet 3359 1035RTNETLINK answers: Network is down
18317Date: 2003/06/20 10:23:34 1036RTNETLINK answers: No route to host
18318Author: andersen 1037and the tunnel is not fully brought up
18319Branch: HEAD
18320Tag: (none)
18321Log:
18322Fix a couple vars that could be used uninitialized
18323
18324Members:
18325 networking/ifconfig.c:1.24->1.25
18326 1038
18327--------------------- 1039With this patch all works as expected.
18328PatchSet 3360
18329Date: 2003/06/20 10:25:34
18330Author: andersen
18331Branch: HEAD
18332Tag: (none)
18333Log:
18334Don't shadow a paramater
18335 1040
18336Members: 1041Members:
18337 libbb/find_root_device.c:1.8->1.9 1042 networking/ifupdown.c:1.28->1.29
18338 1043
18339--------------------- 1044---------------------
18340PatchSet 3361 1045PatchSet 3461
18341Date: 2003/06/20 10:36:48 1046Date: 2003/07/30 09:29:56
18342Author: andersen 1047Author: andersen
18343Branch: HEAD 1048Branch: HEAD
18344Tag: (none) 1049Tag: (none)
18345Log: 1050Log:
18346Somewhere in the 2.4.x kernel series, /proc/mounts was changed to display a 1051Do not require that the signal number be specified
18347"rootfs" entry as well as the traditional "/dev/root" entry. This caused
18348applets such as mount and df to display two root filesystem entries....
18349
18350This teaches the relevant utilities to ignore the "rootfs" entry.
18351 -Erik
18352 1052
18353Members: 1053Members:
18354 coreutils/df.c:1.53->1.54 1054 debianutils/start_stop_daemon.c:1.9->1.10
18355 util-linux/mount.c:1.110->1.111
18356 util-linux/umount.c:1.60->1.61
18357 1055
18358--------------------- 1056---------------------
18359PatchSet 3362 1057PatchSet 3462
18360Date: 2003/06/20 10:56:37 1058Date: 2003/07/30 09:40:37
18361Author: andersen 1059Author: andersen
18362Branch: HEAD 1060Branch: HEAD
18363Tag: (none) 1061Tag: (none)
18364Log: 1062Log:
18365Patch from Andrew Dennison: 1063last_patch100 from vodz updating fdisk to 2.12pre
18366
18367I've had some issues with modprobe which I reported a few months ago. This
18368is still an issue so I decided to sort it out.
18369
18370The attached diff includes the changes against the unstable cvs tree that
18371work for me.
18372
18373Changes are:
18374mod_process() will report success if the module at the head of the list
18375loads successfully. It will also report success if any module unloads
18376successfully.
18377The net result being that modprobe will succeed in the cases outlined below.
18378I've also added error reporting to modprobe -r. Previously it would silently
18379fail (but report success) if the module could not be unloaded.
18380
18381Andrew
18382 1064
18383Members: 1065Members:
18384 modutils/modprobe.c:1.19->1.20 1066 util-linux/fdisk.c:1.7->1.8
18385 1067
18386--------------------- 1068---------------------
18387PatchSet 3363 1069PatchSet 3463
18388Date: 2003/06/20 10:57:30 1070Date: 2003/07/30 09:55:59
18389Author: andersen 1071Author: andersen
18390Branch: HEAD 1072Branch: HEAD
18391Tag: (none) 1073Tag: (none)
18392Log: 1074Log:
18393Fall back to looking in /lib/modules/modules.dep if 1075Lars Ekman writes:
18394/lib/modules/<kernel version>/modules.dep is missing
18395 1076
18396Members: 1077When using "losetup" the device is always setup as Read-Only.
18397 modutils/modprobe.c:1.20->1.21
18398 1078
18399--------------------- 1079(I have only tested with the -o flag, but looking at the code the
18400PatchSet 3364 1080 problem seems general)
18401Date: 2003/06/20 11:02:29
18402Author: andersen
18403Branch: HEAD
18404Tag: (none)
18405Log:
18406Fixup whitespace handing, fixing some annoying behavior and
18407a couple of segfaults
18408
18409Members:
18410 networking/ifupdown.c:1.24->1.25
18411 1081
18412--------------------- 1082The problem is the "opt" variable in "losetup.c" that is reused in
18413PatchSet 3365 1083the "set_loop()" call. Clear it before the call and everything is OK;
18414Date: 2003/06/21 10:05:49
18415Author: andersen
18416Branch: HEAD
18417Tag: (none)
18418Log:
18419Fix a silly bug I introduced yesterday
18420 1084
18421Members: 1085 opt = 0; /* <-------- added line */
18422 networking/ifconfig.c:1.25->1.26 1086 if (delete)
1087 return del_loop (argv[optind]) ? EXIT_SUCCESS : EXIT_FAILURE;
1088 else
1089 return set_loop (argv[optind], argv[optind + 1], offset, &opt)
1090 ? EXIT_FAILURE : EXIT_SUCCESS;
1091}
18423 1092
18424--------------------- 1093Best Regards,
18425PatchSet 3366 1094Lars Ekman
18426Date: 2003/06/21 21:03:06
18427Author: andersen
18428Branch: HEAD
18429Tag: (none)
18430Log:
18431Based on a tinylogin patch from Philip Blundell, add several
18432additional options to adduser.
18433 -Erik
18434
18435Members:
18436 include/usage.h:1.151->1.152
18437 loginutils/adduser.c:1.6->1.7
18438
18439---------------------
18440PatchSet 3367
18441Date: 2003/06/22 07:59:34
18442Author: bug1
18443Branch: HEAD
18444Tag: (none)
18445Log:
18446Save a few bytes by using bb_getopt_ulflags and a few other minor
18447improvments
18448
18449Members:
18450 archival/uncompress.c:1.2->1.3
18451
18452---------------------
18453PatchSet 3368
18454Date: 2003/06/22 16:32:40
18455Author: bug1
18456Branch: HEAD
18457Tag: (none)
18458Log:
18459New applet: patch, applies a unified diff
18460
18461Members:
18462 editors/Config.in:1.2->1.3
18463 editors/Makefile.in:1.2->1.3
18464 editors/patch.c:INITIAL->1.1
18465 include/applets.h:1.97->1.98
18466 include/usage.h:1.152->1.153
18467
18468---------------------
18469PatchSet 3369
18470Date: 2003/06/25 04:26:04
18471Author: andersen
18472Branch: HEAD
18473Tag: (none)
18474Log:
18475Regenerate the busybox.links file when the .config changes
18476
18477Members:
18478 Makefile:1.277->1.278
18479
18480---------------------
18481PatchSet 3370
18482Date: 2003/06/25 06:18:48
18483Author: andersen
18484Branch: HEAD
18485Tag: (none)
18486Log:
18487Oops. As Andrew Dennison just noticed, I left a stray
18488space in the Makefile, thereby totally breaking it.
18489
18490Members:
18491 Makefile:1.278->1.279
18492
18493---------------------
18494PatchSet 3371
18495Date: 2003/06/26 09:53:49
18496Author: andersen
18497Branch: HEAD
18498Tag: (none)
18499Log:
18500Per patch from Nick Fedchik, use SHADOW_FILE, not "/etc/shadow".
18501Change fopen to bb_xfopen
18502
18503Members:
18504 libpwdgrp/shadow.c:1.4->1.5
18505
18506---------------------
18507PatchSet 3372
18508Date: 2003/06/26 10:05:30
18509Author: andersen
18510Branch: HEAD
18511Tag: (none)
18512Log:
18513Geir Thomassen wrote, regarding networking/httpd.c line 1358
18514
18515 Hello, I think the test for an unconfigured httpd is wrong in
18516 the CVS (busybox-unstable-20030620.tar.bz2)
18517
18518 flg_deny_all is default 0
18519
18520vodz then wrote:
18521
18522 Oops. You are right.
18523 Also, this mistake haved from two place.
18524 Last patch rewroted to my new get_ularg() function for overcompensate size
18525 from this error found ;-)
18526
18527Members:
18528 include/libbb.h:1.100->1.101
18529 libbb/login.c:1.4->1.5
18530 libbb/xgetlarg.c:1.2->1.3
18531 networking/httpd.c:1.9->1.10
18532
18533---------------------
18534PatchSet 3373
18535Date: 2003/06/26 10:07:59
18536Author: andersen
18537Branch: HEAD
18538Tag: (none)
18539Log:
18540last_patch91 from vodz to convert tar to use bb_getopt_ulflags
18541
18542Members:
18543 archival/tar.c:1.172->1.173
18544
18545---------------------
18546PatchSet 3374
18547Date: 2003/06/26 19:01:43
18548Author: andersen
18549Branch: HEAD
18550Tag: (none)
18551Log:
18552Oops.
18553
18554Members:
18555 libpwdgrp/shadow.c:1.5->1.6
18556
18557---------------------
18558PatchSet 3375
18559Date: 2003/06/26 22:53:51
18560Author: andersen
18561Branch: HEAD
18562Tag: (none)
18563Log:
18564Make sure we end up with a unix2dos link to busybox
18565
18566Members:
18567 coreutils/Config.in:1.7->1.8
18568
18569---------------------
18570PatchSet 3376
18571Date: 2003/06/27 00:55:55
18572Author: andersen
18573Branch: HEAD
18574Tag: (none)
18575Log:
18576oops. make this actually work as intended....
18577
18578Members:
18579 libpwdgrp/shadow.c:1.6->1.7
18580
18581---------------------
18582PatchSet 3377
18583Date: 2003/06/27 06:46:29
18584Author: andersen
18585Branch: HEAD
18586Tag: (none)
18587Log:
18588Remove bdflush garbage, which is only relevant to unsupported
18589kernel versions
18590
18591Members:
18592 init/init.c:1.183->1.184
18593
18594---------------------
18595PatchSet 3378
18596Date: 2003/06/27 18:08:15
18597Author: andersen
18598Branch: HEAD
18599Tag: (none)
18600Log:
18601Apply last_patch93 from vodz:
18602
18603 andersen@busybox.net wrote:
18604 >Message: 4
18605 >Modified Files:
18606 > init.c
18607 >Log Message:
18608 >Remove code for unsupported kernel versions
18609
18610 Hmm. Current init.c have check >= 2.2.0 kernel one time too.
18611 Ok. Last patch removed this point and move common init code to new file for
18612 /init dir
18613
18614Members:
18615 init/Makefile.in:1.4->1.5
18616 init/halt.c:1.20->1.21
18617 init/init.c:1.184->1.185
18618 init/init_shared.c:INITIAL->1.1
18619 init/init_shared.h:INITIAL->1.1
18620 init/poweroff.c:1.17->1.18
18621 init/reboot.c:1.26->1.27
18622
18623---------------------
18624PatchSet 3379
18625Date: 2003/06/30 19:14:04
18626Author: andersen
18627Branch: HEAD
18628Tag: (none)
18629Log:
18630Patch from Pavel Roskin to fixup toplevel help text
18631
18632Members:
18633 scripts/config/mconf.c:1.1->1.2
18634
18635---------------------
18636PatchSet 3380
18637Date: 2003/07/03 10:41:41
18638Author: andersen
18639Branch: HEAD
18640Tag: (none)
18641Log:
18642As implemented, sha1sum would sometimes give the wrong answer.
18643This fixes it and uses faster sha1 code from Dr. Gladman.
18644 -Erik
18645
18646Members:
18647 coreutils/sha1sum.c:1.7->1.8
18648
18649---------------------
18650PatchSet 3381
18651Date: 2003/07/03 10:48:07
18652Author: andersen
18653Branch: HEAD
18654Tag: (none)
18655Log:
18656Using safe_read seems, well, safer...
18657
18658Members:
18659 libbb/full_read.c:1.3->1.4
18660
18661---------------------
18662PatchSet 3382
18663Date: 2003/07/03 11:00:12
18664Author: andersen
18665Branch: HEAD
18666Tag: (none)
18667Log:
18668Patch from Kent Robotti adding a bunch of menuconfig help
18669
18670Members:
18671 archival/Config.in:1.5->1.6
18672 console-tools/Config.in:1.1->1.2
18673 coreutils/Config.in:1.8->1.9
18674 shell/Config.in:1.3->1.4
18675 util-linux/Config.in:1.3->1.4
18676
18677---------------------
18678PatchSet 3383
18679Date: 2003/07/03 11:02:32
18680Author: andersen
18681Branch: HEAD
18682Tag: (none)
18683Log:
18684Patch from Kent Robotti updating fdisk to version v2.11z
18685
18686Members:
18687 util-linux/fdisk.c:1.5->1.6
18688
18689---------------------
18690PatchSet 3384
18691Date: 2003/07/03 11:06:57
18692Author: andersen
18693Branch: HEAD
18694Tag: (none)
18695Log:
18696Patch from Russell Coker:
18697
18698 I've attached my latest SE Linux patch for busybox against the latest CVS
18699 version of busybox.
18700
18701Members:
18702 Makefile:1.279->1.280
18703 coreutils/id.c:1.22->1.23
18704 coreutils/ls.c:1.97->1.98
18705 include/libbb.h:1.101->1.102
18706 include/usage.h:1.153->1.154
18707 libbb/find_pid_by_name.c:1.10->1.11
18708 libbb/procps.c:1.7->1.8
18709 libbb/run_shell.c:1.4->1.5
18710 loginutils/login.c:1.10->1.11
18711 loginutils/su.c:1.3->1.4
18712 procps/ps.c:1.48->1.49
18713 procps/top.c:1.6->1.7
18714 sysdeps/linux/Config.in:1.7->1.8
18715
18716---------------------
18717PatchSet 3385
18718Date: 2003/07/03 11:19:20
18719Author: andersen
18720Branch: HEAD
18721Tag: (none)
18722Log:
18723Fix stupid unterminated parenthesis
18724
18725Members:
18726 include/usage.h:1.154->1.155
18727
18728---------------------
18729PatchSet 3386
18730Date: 2003/07/03 11:20:29
18731Author: andersen
18732Branch: HEAD
18733Tag: (none)
18734Log:
18735Patch from Lars Kellogg-Stedman:
18736
18737 Erik, et al.
18738
18739 The attached patch makes the following changes to networking/ifupdown.c:
18740
18741 (1) It swaps all calls to 'ip link set' and 'ip addr set'. This solves
18742 two problems:
18743
18744 (a) Calling 'ip link set <dev> up' before assigning an address
18745 generates an error message, and
18746
18747 (b) Under User Mode Linux, running in with ethernet interfaces
18748 in daemon mode, the MAC address for an interface is selected
18749 based on the IP address assigned to that interface. If the
18750 interface is brought up before being assigned an IP address,
18751 it gets a null MAC.
18752
18753 (2) It further cleans up run_mapping().
18754
18755 This patch is against ifupdown.c revision 1.25.
18756
18757 -- Lars
18758
18759Members:
18760 networking/ifupdown.c:1.25->1.26
18761
18762---------------------
18763PatchSet 3387
18764Date: 2003/07/03 11:28:07
18765Author: andersen
18766Branch: HEAD
18767Tag: (none)
18768Log:
18769Patch from Vladimir N. Oleynik (vodz):
18770
18771 Last patch have changed for "ipcalc" applet with usage new get_ulflags()
18772 function.
18773
18774Members:
18775 networking/ipcalc.c:1.2->1.3
18776
18777---------------------
18778PatchSet 3388
18779Date: 2003/07/05 07:38:41
18780Author: andersen
18781Branch: HEAD
18782Tag: (none)
18783Log:
18784Glenn McGrath (bug1) isaway from my email till the 17th, but caught me on IRC.
18785He took a look into the recent reports of tar problems, and found an obvious
18786typo in last_patch91 from vodz which converted tar to use bb_getopt_ulflags.
18787
18788Members:
18789 archival/tar.c:1.173->1.174
18790
18791---------------------
18792PatchSet 3389
18793Date: 2003/07/05 08:51:31
18794Author: andersen
18795Branch: HEAD
18796Tag: (none)
18797Log:
18798Add the fdformat utility, based on a patch from Kent Robotti,
18799but I then completely reworked the fdformat utility to comply
18800with the current busybox way of doing things.
18801
18802Members:
18803 include/applets.h:1.98->1.99
18804 include/usage.h:1.155->1.156
18805 util-linux/Config.in:1.4->1.5
18806 util-linux/Makefile.in:1.3->1.4
18807 util-linux/fdformat.c:INITIAL->1.1
18808
18809---------------------
18810PatchSet 3390
18811Date: 2003/07/05 08:52:29
18812Author: andersen
18813Branch: HEAD
18814Tag: (none)
18815Log:
18816Patch from Kent Robotti adding a bunch of needed docs!
18817 -Erik
18818
18819Members:
18820 archival/Config.in:1.6->1.7
18821 coreutils/Config.in:1.9->1.10
18822 debianutils/Config.in:1.2->1.3
18823 editors/Config.in:1.3->1.4
18824 findutils/Config.in:1.3->1.4
18825 init/Config.in:1.2->1.3
18826 modutils/Config.in:1.4->1.5
18827
18828---------------------
18829PatchSet 3391
18830Date: 2003/07/05 08:59:30
18831Author: andersen
18832Branch: HEAD
18833Tag: (none)
18834Log:
18835Patch from Lars Kellogg-Stedman:
18836
18837 This patch fixes endian problems with get_netmask(). I don't know if
18838 this is the cleanest solution, but it makes 'ipcalc -n' work on both
18839 an i386 system and a ppc system.
18840
18841Members:
18842 networking/ipcalc.c:1.3->1.4
18843
18844---------------------
18845PatchSet 3392
18846Date: 2003/07/05 09:00:17
18847Author: andersen
18848Branch: HEAD
18849Tag: (none)
18850Log:
18851Patch from Lars Kellogg-Stedman:
18852
18853 Glibc 2.1.3 (used by the Hardhat Linux SDK distributed by Cyclades)
18854 does not define IF_NAMESIZE in net/if.h.
18855
18856Members:
18857 networking/nameif.c:1.7->1.8
18858
18859---------------------
18860PatchSet 3393
18861Date: 2003/07/05 09:29:01
18862Author: andersen
18863Branch: HEAD
18864Tag: (none)
18865Log:
18866Daniel writes:
18867
18868I've found a problem with job control when the init process is restarted.
18869
18870If the system boots for the first time, I get job control on a serial terminal -
18871no problems. However, when I restart init by issuing "init -q", then the shell
18872no longer has job control.
18873
18874I traced this a problem in console_init in the file init.c. What was happening
18875after the restart is that the first compare
18876
18877 if (ioctl(0, TIOCGSERIAL, &sr) == 0) {
18878 ...
18879 } else if (ioctl(0, VT_GETSTATE, &vt) == 0) {
18880 ...
18881 } else {
18882 ... // assume /dev/console
18883 }
18884
18885returned error and subsequently the code assumes /dev/console as the console,
18886which does not support job control.
18887
18888Checking the errno after the first call showed that the system was complaining
18889about the file descriptor. This is probably because the previous init process
18890had closed all its file descriptors which the new init process had inherited.
18891
18892Members:
18893 init/init.c:1.185->1.186
18894
18895---------------------
18896PatchSet 3394
18897Date: 2003/07/05 09:38:40
18898Author: andersen
18899Branch: HEAD
18900Tag: (none)
18901Log:
18902oops
18903
18904Members:
18905 init/init.c:1.186->1.187
18906
18907---------------------
18908PatchSet 3395
18909Date: 2003/07/05 22:56:55
18910Author: andersen
18911Branch: HEAD
18912Tag: (none)
18913Log:
18914As noted by Thomas Eckert:
18915
18916 bb-tar "cjf" does not create a valid tbz2-archive -- if fact the result is a
18917 plain tar-file (no compression) -- but does not warn about the unrecognized
18918 parameter combination "cj" (bb does not have bzip2-compression yet, right?).
18919
18920to fix this I have added an error message stating this does not work.
18921
18922He also reported
18923
18924 cosmetic: versose "-v" does not show any output when used with "create"
18925
18926which I have now fixed as well.
18927
18928 -Erik
18929
18930Members:
18931 archival/tar.c:1.174->1.175
18932
18933---------------------
18934PatchSet 3396
18935Date: 2003/07/05 23:15:43
18936Author: andersen
18937Branch: HEAD
18938Tag: (none)
18939Log:
18940Fixup compile problem with dmalloc
18941
18942Members:
18943 libbb/xfuncs.c:1.10->1.11
18944
18945---------------------
18946PatchSet 3397
18947Date: 2003/07/06 00:10:27
18948Author: andersen
18949Branch: HEAD
18950Tag: (none)
18951Log:
18952Be certain to not abort prematurely when reading stuff from pipes.
18953
18954Members:
18955 archival/tar.c:1.175->1.176
18956 archival/libunarchive/archive_xread.c:1.2->1.3
18957 archival/libunarchive/init_handle.c:1.2->1.3
18958
18959---------------------
18960PatchSet 3398
18961Date: 2003/07/07 07:10:31
18962Author: andersen
18963Branch: HEAD
18964Tag: (none)
18965Log:
18966This declaration no longer needs to hide when using dmalloc
18967
18968Members:
18969 include/libbb.h:1.102->1.103
18970
18971---------------------
18972PatchSet 3399
18973Date: 2003/07/14 09:46:30
18974Author: andersen
18975Branch: HEAD
18976Tag: (none)
18977Log:
18978Don't use Linux kernel headers
18979 -Erik
18980
18981Members:
18982 networking/libiproute/ll_proto.c:1.3->1.4
18983
18984---------------------
18985PatchSet 3400
18986Date: 2003/07/14 09:49:43
18987Author: andersen
18988Branch: HEAD
18989Tag: (none)
18990Log:
18991On second thought, this is a better way to fix things
18992
18993Members:
18994 networking/libiproute/ll_proto.c:1.4->1.5
18995
18996---------------------
18997PatchSet 3401
18998Date: 2003/07/14 20:03:14
18999Author: andersen
19000Branch: HEAD
19001Tag: (none)
19002Log:
19003Remove all the llseek junk and just use regular old lseek. When DOLFS is
19004enabled, regular lseek is transparently promoted to lseek64 anyways, rendering
19005the llseek stuff pointless.
19006 -Erik
19007
19008Members:
19009 util-linux/fdisk.c:1.6->1.7
19010
19011---------------------
19012PatchSet 3402
19013Date: 2003/07/14 20:08:04
19014Author: andersen
19015Branch: HEAD
19016Tag: (none)
19017Log:
19018Require that LFS is enabled to get fdisk
19019
19020Members:
19021 util-linux/Config.in:1.5->1.6
19022
19023---------------------
19024PatchSet 3403
19025Date: 2003/07/14 20:14:26
19026Author: andersen
19027Branch: HEAD
19028Tag: (none)
19029Log:
19030Patch from Lars Kellogg-Stedman:
19031
19032 Busybox vi is installed in /bin/vi, but crontab was looking for
19033 /usr/bin/vi. This patch makes crontab look for /bin/vi instead.
19034
19035Members:
19036 miscutils/crontab.c:1.4->1.5
19037
19038---------------------
19039PatchSet 3404
19040Date: 2003/07/14 20:18:43
19041Author: andersen
19042Branch: HEAD
19043Tag: (none)
19044Log:
19045Patch from Lars Kellogg-Stedman:
19046
19047 The attached two patches add config documentation to init/Config.in and
19048 fileutils/Config.in.
19049
19050Members:
19051 findutils/Config.in:1.4->1.5
19052 init/Config.in:1.3->1.4
19053
19054---------------------
19055PatchSet 3405
19056Date: 2003/07/14 20:20:46
19057Author: andersen
19058Branch: HEAD
19059Tag: (none)
19060Log:
19061Michael Sternberg writes:
19062
19063 Latest BusyBox from CVS (Jul 7 2003).
19064 File coreutils/ls.c
19065 "if" at line 970 should be enclosed in #ifdef CONFIG_FEATURE_LS_SORTFILES
19066 "if" at line 976 should be enclosed in #ifdef CONFIG_FEATURE_LS_TIMESTAMPS
19067
19068Members:
19069 coreutils/ls.c:1.98->1.99
19070
19071---------------------
19072PatchSet 3406
19073Date: 2003/07/14 20:32:40
19074Author: andersen
19075Branch: HEAD
19076Tag: (none)
19077Log:
19078Use standard types
19079
19080Members:
19081 util-linux/fbset.c:1.31->1.32
19082
19083---------------------
19084PatchSet 3407
19085Date: 2003/07/14 20:36:54
19086Author: andersen
19087Branch: HEAD
19088Tag: (none)
19089Log:
19090Patch from Thomas Cameron:
19091
19092 Hello all,
19093 This patch adds more "Help" text to the config system. Almost
19094 all applets now have a help entry. Also, I cleaned up the spacing of
19095 the existing text so that things are consistent. This patch is against
19096 this morning's CVS.
19097
19098 Thomas Cameron
19099 CEI Systems, Inc.
19100
19101Members:
19102 archival/Config.in:1.7->1.8
19103 console-tools/Config.in:1.2->1.3
19104 coreutils/Config.in:1.10->1.11
19105 editors/Config.in:1.4->1.5
19106 findutils/Config.in:1.5->1.6
19107 init/Config.in:1.4->1.5
19108 loginutils/Config.in:1.2->1.3
19109 miscutils/Config.in:1.1->1.2
19110 modutils/Config.in:1.5->1.6
19111 networking/Config.in:1.15->1.16
19112 networking/udhcp/Config.in:1.3->1.4
19113 procps/Config.in:1.4->1.5
19114 shell/Config.in:1.4->1.5
19115 sysdeps/linux/Config.in:1.8->1.9
19116
19117---------------------
19118PatchSet 3408
19119Date: 2003/07/14 21:20:45
19120Author: andersen
19121Branch: HEAD
19122Tag: (none)
19123Log:
19124decouple delgroup and deluser
19125
19126Members:
19127 loginutils/Makefile.in:1.3->1.4
19128 loginutils/delgroup.c:INITIAL->1.1
19129 loginutils/delline.c:INITIAL->1.1
19130 loginutils/deluser.c:1.3->1.4
19131
19132---------------------
19133PatchSet 3409
19134Date: 2003/07/14 22:20:36
19135Author: andersen
19136Branch: HEAD
19137Tag: (none)
19138Log:
19139Update a bunch of docs. Run a script to update my email addr.
19140
19141Members:
19142 AUTHORS:1.35->1.36
19143 Changelog:1.278->1.279
19144 INSTALL:1.2->1.3
19145 LICENSE:1.8->1.9
19146 Makefile:1.280->1.281
19147 README:1.25->1.26
19148 Rules.mak:1.14->1.15
19149 applets/Makefile:1.3->1.4
19150 applets/Makefile.in:1.2->1.3
19151 archival/Makefile:1.5->1.6
19152 archival/Makefile.in:1.3->1.4
19153 archival/gunzip.c:1.75->1.76
19154 archival/gzip.c:1.59->1.60
19155 archival/tar.c:1.176->1.177
19156 archival/libunarchive/Makefile:1.3->1.4
19157 archival/libunarchive/Makefile.in:1.13->1.14
19158 archival/libunarchive/unzip.c:1.30->1.31
19159 console-tools/Makefile:1.2->1.3
19160 console-tools/Makefile.in:1.2->1.3
19161 console-tools/clear.c:1.15->1.16
19162 console-tools/reset.c:1.9->1.10
19163 console-tools/setkeycodes.c:1.13->1.14
19164 coreutils/Makefile:1.1->1.2
19165 coreutils/Makefile.in:1.3->1.4
19166 coreutils/basename.c:1.21->1.22
19167 coreutils/chgrp.c:1.13->1.14
19168 coreutils/chmod.c:1.15->1.16
19169 coreutils/chown.c:1.21->1.22
19170 coreutils/chroot.c:1.28->1.29
19171 coreutils/df.c:1.54->1.55
19172 coreutils/dirname.c:1.18->1.19
19173 coreutils/env.c:1.6->1.7
19174 coreutils/false.c:1.2->1.3
19175 coreutils/ln.c:1.41->1.42
19176 coreutils/test.c:1.23->1.24
19177 coreutils/touch.c:1.26->1.27
19178 coreutils/tr.c:1.34->1.35
19179 coreutils/true.c:1.2->1.3
19180 coreutils/libcoreutils/Makefile:1.1->1.2
19181 coreutils/libcoreutils/Makefile.in:1.1->1.2
19182 debian/README.debian:1.1->1.2
19183 debian/copyright:1.3->1.4
19184 debianutils/Makefile:1.1->1.2
19185 debianutils/Makefile.in:1.1->1.2
19186 debianutils/which.c:1.2->1.3
19187 docs/autodocifier.pl:1.23->1.24
19188 docs/busybox.sgml:1.48->1.49
19189 docs/busybox_footer.pod:1.11->1.12
19190 docs/contributing.txt:1.7->1.8
19191 docs/busybox.net/index.html:1.119->1.120
19192 editors/Makefile:1.2->1.3
19193 editors/Makefile.in:1.3->1.4
19194 examples/depmod.pl:1.2->1.3
19195 examples/inittab:1.7->1.8
19196 findutils/Makefile:1.2->1.3
19197 findutils/Makefile.in:1.2->1.3
19198 findutils/find.c:1.38->1.39
19199 include/inet_common.h:1.2->1.3
19200 init/Makefile:1.3->1.4
19201 init/Makefile.in:1.5->1.6
19202 init/halt.c:1.21->1.22
19203 init/init.c:1.187->1.188
19204 init/poweroff.c:1.18->1.19
19205 init/reboot.c:1.27->1.28
19206 libbb/Makefile:1.8->1.9
19207 libbb/Makefile.in:1.22->1.23
19208 libbb/README:1.2->1.3
19209 libbb/chomp.c:1.7->1.8
19210 libbb/concat_path_file.c:1.10->1.11
19211 libbb/copyfd.c:1.5->1.6
19212 libbb/device_open.c:1.3->1.4
19213 libbb/error_msg.c:1.4->1.5
19214 libbb/error_msg_and_die.c:1.3->1.4
19215 libbb/fgets_str.c:1.5->1.6
19216 libbb/find_mount_point.c:1.3->1.4
19217 libbb/find_pid_by_name.c:1.11->1.12
19218 libbb/find_root_device.c:1.9->1.10
19219 libbb/full_read.c:1.4->1.5
19220 libbb/full_write.c:1.3->1.4
19221 libbb/get_console.c:1.5->1.6
19222 libbb/get_line_from_file.c:1.4->1.5
19223 libbb/herror_msg.c:1.3->1.4
19224 libbb/herror_msg_and_die.c:1.4->1.5
19225 libbb/inet_common.c:1.6->1.7
19226 libbb/inode_hash.c:1.5->1.6
19227 libbb/interface.c:1.15->1.16
19228 libbb/kernel_version.c:1.3->1.4
19229 libbb/libc5.c:1.5->1.6
19230 libbb/loop.c:1.5->1.6
19231 libbb/messages.c:1.9->1.10
19232 libbb/module_syscalls.c:1.11->1.12
19233 libbb/mtab.c:1.3->1.4
19234 libbb/mtab_file.c:1.7->1.8
19235 libbb/my_getgrgid.c:1.5->1.6
19236 libbb/my_getgrnam.c:1.5->1.6
19237 libbb/my_getpwnam.c:1.5->1.6
19238 libbb/my_getpwnamegid.c:1.5->1.6
19239 libbb/my_getpwuid.c:1.5->1.6
19240 libbb/perror_msg.c:1.3->1.4
19241 libbb/perror_msg_and_die.c:1.3->1.4
19242 libbb/print_file.c:1.6->1.7
19243 libbb/pw_encrypt.c:1.2->1.3
19244 libbb/read_package_field.c:1.7->1.8
19245 libbb/recursive_action.c:1.9->1.10
19246 libbb/safe_read.c:1.2->1.3
19247 libbb/safe_strncpy.c:1.2->1.3
19248 libbb/syscalls.c:1.10->1.11
19249 libbb/syslog_msg_with_name.c:1.4->1.5
19250 libbb/trim.c:1.6->1.7
19251 libbb/u_signal_names.c:1.2->1.3
19252 libbb/vdprintf.c:1.3->1.4
19253 libbb/verror_msg.c:1.4->1.5
19254 libbb/vherror_msg.c:1.5->1.6
19255 libbb/vperror_msg.c:1.3->1.4
19256 libbb/wfopen.c:1.3->1.4
19257 libbb/xfuncs.c:1.11->1.12
19258 libbb/xgetlarg.c:1.3->1.4
19259 libbb/xregcomp.c:1.3->1.4
19260 libpwdgrp/Makefile:1.1->1.2
19261 libpwdgrp/Makefile.in:1.1->1.2
19262 libpwdgrp/setgroups.c:1.2->1.3
19263 loginutils/Makefile:1.1->1.2
19264 loginutils/Makefile.in:1.4->1.5
19265 miscutils/Makefile:1.5->1.6
19266 miscutils/Makefile.in:1.4->1.5
19267 miscutils/strings.c:1.8->1.9
19268 modutils/Makefile:1.2->1.3
19269 modutils/Makefile.in:1.1->1.2
19270 modutils/insmod.c:1.97->1.98
19271 modutils/lsmod.c:1.38->1.39
19272 modutils/rmmod.c:1.23->1.24
19273 networking/Makefile:1.5->1.6
19274 networking/Makefile.in:1.15->1.16
19275 networking/hostname.c:1.35->1.36
19276 networking/telnet.c:1.36->1.37
19277 networking/libiproute/Makefile:1.1->1.2
19278 networking/libiproute/Makefile.in:1.3->1.4
19279 networking/udhcp/ChangeLog:1.5->1.6
19280 networking/udhcp/Makefile:1.1->1.2
19281 networking/udhcp/Makefile.in:1.6->1.7
19282 procps/Makefile:1.2->1.3
19283 procps/Makefile.in:1.3->1.4
19284 procps/free.c:1.20->1.21
19285 procps/kill.c:1.48->1.49
19286 procps/pidof.c:1.8->1.9
19287 procps/ps.c:1.49->1.50
19288 procps/uptime.c:1.16->1.17
19289 shell/Makefile:1.2->1.3
19290 shell/Makefile.in:1.1->1.2
19291 shell/ash.c:1.69->1.70
19292 shell/cmdedit.c:1.78->1.79
19293 shell/hush.c:1.62->1.63
19294 shell/lash.c:1.150->1.151
19295 shell/msh.c:1.13->1.14
19296 sysklogd/Makefile:1.3->1.4
19297 sysklogd/Makefile.in:1.1->1.2
19298 sysklogd/klogd.c:1.14->1.15
19299 sysklogd/logger.c:1.37->1.38
19300 sysklogd/syslogd.c:1.96->1.97
19301 util-linux/Makefile:1.4->1.5
19302 util-linux/Makefile.in:1.4->1.5
19303 util-linux/dmesg.c:1.28->1.29
19304 util-linux/freeramdisk.c:1.22->1.23
19305 util-linux/mkswap.c:1.27->1.28
19306 util-linux/more.c:1.56->1.57
19307 util-linux/mount.c:1.111->1.112
19308 util-linux/swaponoff.c:1.33->1.34
19309 util-linux/umount.c:1.61->1.62
19310
19311---------------------
19312PatchSet 3410
19313Date: 2003/07/14 22:50:51
19314Author: andersen
19315Branch: HEAD
19316Tag: (none)
19317Log:
19318Looks like I forgot one little tiny detail...
19319
19320Members:
19321 loginutils/delgroup.c:1.1->1.2
19322 loginutils/delline.c:1.1->1.2
19323
19324---------------------
19325PatchSet 3411
19326Date: 2003/07/14 23:14:49
19327Author: andersen
19328Branch: HEAD
19329Tag: (none)
19330Log:
19331Fix a silly typo
19332
19333Members:
19334 include/usage.h:1.156->1.157
19335
19336---------------------
19337PatchSet 3412
19338Date: 2003/07/15 01:28:26
19339Author: andersen
19340Branch: HEAD
19341Tag: (none)
19342Log:
19343Yet more preparation to make a release...
19344
19345Members:
19346 Changelog:1.279->1.280
19347 Makefile:1.281->1.282
19348 Rules.mak:1.15->1.16
19349
19350---------------------
19351PatchSet 3413
19352Date: 2003/07/15 01:31:25
19353Author: andersen
19354Branch: HEAD
19355Tag: busybox_1_00_pre1
19356Log:
19357Update the default set of applets that are listed
19358 1095
19359Members: 1096Members:
19360 docs/busybox_header.pod:1.9->1.10 1097 util-linux/losetup.c:1.2->1.3
19361 1098
diff --git a/docs/busybox.net/index.html b/docs/busybox.net/index.html
index cb0456e39..552d88bf9 100644
--- a/docs/busybox.net/index.html
+++ b/docs/busybox.net/index.html
@@ -102,41 +102,41 @@
102 <ul> 102 <ul>
103 103
104 <p> 104 <p>
105 <li><b>15 July 2003 -- BusyBox 1.0.0-pre1 released</b><p> 105 <li><b>30 July 2003 -- BusyBox 1.0.0-pre2 released</b><p>
106 106
107 The busybox development series has been under construction for 107 Here goes another pre release for the new BusyBox stable
108 nearly two years now. Which is just entirely too long... So 108 series. The last prerelease (pre1) was given quite a lot of
109 it is with great pleasure that I announce the imminent release 109 testing (thanks everyone!) which has helped turn up a number of
110 of a new stable series. Due to the huge number of changes 110 bugs, and these problems have now been fixed.
111 since the last stable release (and the usual mindless version 111
112 number inflation) I am branding this new stable series verison
113 1.0.x...
114 <p> 112 <p>
115 113
116 The point of "-preX" versions is to get a larger group of 114 Highlights of -pre2 include updating the 'ash' shell to sync up
117 people and vendors testing, so any problems that turn up can be 115 with the Debian 'dash' shell, a new 'hdparm' applet was added,
118 fixed prior to the magic 1.0.0 release (which should happen 116 init again supports pivot_root, The 'reboot' 'halt' and
119 later this month)... I plan to release BusyBox 1.0.0-pre2 next 117 'poweroff' applets can now be used without using busybox init.
120 Monday (July 21st), and, if necessary, -pre3 on July 28th. 118 an ifconfig buffer overflow was fixed, losetup now allows
121 Hopefully (i.e. unless some horrible catastrophic problem turns 119 read-write loop devices, uClinux daemon support was added, the
122 up) the final BusyBox 1.0.0 release should be ready by the end 120 'watchdog', 'fdisk', and 'kill' applets were rewritten, there were
123 of July. 121 tons of doc updates, and there were many other bugs fixed.
124 <p> 122 <p>
125 123
126 If you have submitted patches, and they are not in this release 124 If you have submitted a patch and it is not included in this
127 and I have not emailed you explaining why your patch was 125 release and Erik has not emailed you explaining why your patch
128 rejected, it is safe to say that I have lost your patch. That 126 was rejected, it is safe to say that he has lost your patch.
129 happens sometimes. Please do <B>NOT</b> send all your patches, 127 That happens sometimes. Please re-submit your patch to the
130 support questions, etc, directly to Erik. I get hundreds of 128 BusyBox mailing list.
131 emails every day (which is why I end up losing patches
132 sometimes in the flood)... The busybox mailing list is the
133 right place to send your patches, support questions, etc.
134 <p> 129 <p>
135 130
136 I would like to especially thank Vladimir Oleynik (vodz), Glenn 131 The point of the "-preX" versions is to get a larger group of
137 McGrath (bug1), Robert Griebl (sandman), and Manuel Novoa III 132 people and vendors testing, so any problems that turn up can be
138 (mjn3) for their significant efforts and contributions that 133 fixed prior to the final 1.0.0 release. The main feature that
139 have made this release possible. 134 is still still on the TODO list before the final BusyBox 1.0.0
135 release is adding module support for the new 2.6.x kernels. If
136 necessary, a -pre3 BusyBox release will happen on August 6th.
137 Hopefully (i.e. unless some horrible catastrophic problem
138 turns up) the final BusyBox 1.0.0 release will be ready by
139 then...
140 <p> 140 <p>
141 141
142 As usual you can <a href="downloads">download busybox here</a>. 142 As usual you can <a href="downloads">download busybox here</a>.
@@ -428,6 +428,7 @@
428 </li><li><a href="http://salvare.sourceforge.net/">Salvare</a>More Linux than tomsrtbt but less than Knoppix, aims to provide a useful workstation as well as a rescue disk. 428 </li><li><a href="http://salvare.sourceforge.net/">Salvare</a>More Linux than tomsrtbt but less than Knoppix, aims to provide a useful workstation as well as a rescue disk.
429 </li><li><a href="http://www.stresslinux.org/">stresslinux</a>minimal linux distribution running from a bootable cdrom or via PXE. 429 </li><li><a href="http://www.stresslinux.org/">stresslinux</a>minimal linux distribution running from a bootable cdrom or via PXE.
430 </li><li><a href="http://thinstation.sourceforge.net/">thinstation</a>convert standard PCs into full-featured diskless thinclients. 430 </li><li><a href="http://thinstation.sourceforge.net/">thinstation</a>convert standard PCs into full-featured diskless thinclients.
431 </li><li><a href="http://www.uhulinux.hu/">UHU-Linux Hungary</a>
431 432
432 </li><li><a href="http://tuxscreen.net">Tuxscreen Linux Phone</a> 433 </li><li><a href="http://tuxscreen.net">Tuxscreen Linux Phone</a>
433 </li><li><a href="http://www.kerbango.com/">The Kerbango Internet Radio</a> 434 </li><li><a href="http://www.kerbango.com/">The Kerbango Internet Radio</a>
diff --git a/docs/busybox.net/oldnews.html b/docs/busybox.net/oldnews.html
index 9f7d79a6f..0dbf993ad 100644
--- a/docs/busybox.net/oldnews.html
+++ b/docs/busybox.net/oldnews.html
@@ -43,6 +43,55 @@
43 43
44 44
45 <p> 45 <p>
46 <li><b>15 July 2003 -- BusyBox 1.0.0-pre1 released</b><p>
47
48 The busybox development series has been under construction for
49 nearly two years now. Which is just entirely too long... So
50 it is with great pleasure that I announce the imminent release
51 of a new stable series. Due to the huge number of changes
52 since the last stable release (and the usual mindless version
53 number inflation) I am branding this new stable series verison
54 1.0.x...
55 <p>
56
57 The point of "-preX" versions is to get a larger group of
58 people and vendors testing, so any problems that turn up can be
59 fixed prior to the magic 1.0.0 release (which should happen
60 later this month)... I plan to release BusyBox 1.0.0-pre2 next
61 Monday (July 21st), and, if necessary, -pre3 on July 28th.
62 Hopefully (i.e. unless some horrible catastrophic problem turns
63 up) the final BusyBox 1.0.0 release should be ready by the end
64 of July.
65 <p>
66
67 If you have submitted patches, and they are not in this release
68 and I have not emailed you explaining why your patch was
69 rejected, it is safe to say that I have lost your patch. That
70 happens sometimes. Please do <B>NOT</b> send all your patches,
71 support questions, etc, directly to Erik. I get hundreds of
72 emails every day (which is why I end up losing patches
73 sometimes in the flood)... The busybox mailing list is the
74 right place to send your patches, support questions, etc.
75 <p>
76
77 I would like to especially thank Vladimir Oleynik (vodz), Glenn
78 McGrath (bug1), Robert Griebl (sandman), and Manuel Novoa III
79 (mjn3) for their significant efforts and contributions that
80 have made this release possible.
81 <p>
82
83 As usual you can <a href="downloads">download busybox here</a>.
84 You don't really need to bother with the
85 <a href="downloads/Changelog">changelog</a>, as the changes
86 vs the stable version are way too extensive to easily enumerate.
87 But you can take a look if you really want too.
88
89 <p>Have Fun!
90 <p>
91
92
93
94 <p>
46 <li><b>26 October 2002 -- BusyBox 0.60.5 released</b><p> 95 <li><b>26 October 2002 -- BusyBox 0.60.5 released</b><p>
47 96
48 I am very pleased to announce that the BusyBox 0.60.5 (stable) 97 I am very pleased to announce that the BusyBox 0.60.5 (stable)