Add missing include files
[oweals/busybox.git] / Changelog
1 ---------------------
2 PatchSet 3926
3 Date: 2004/02/09 10:01:01
4 Author: andersen
5 Branch: HEAD
6 Tag: (none)
7 Log:
8 Buffalo appears to have resolved their GPL problems
9
10 Members:
11         docs/busybox.net/products.html:1.5->1.6
12         docs/busybox.net/shame.html:1.7->1.8
13
14 ---------------------
15 PatchSet 3927
16 Date: 2004/02/09 10:57:04
17 Author: andersen
18 Branch: HEAD
19 Tag: (none)
20 Log:
21 Update URL
22
23 Members:
24         docs/busybox.net/products.html:1.6->1.7
25
26 ---------------------
27 PatchSet 3928
28 Date: 2004/02/10 01:07:45
29 Author: andersen
30 Branch: HEAD
31 Tag: (none)
32 Log:
33 Support disabling pipe and redirect support
34
35 Members:
36         shell/lash.c:1.151->1.152
37
38 ---------------------
39 PatchSet 3929
40 Date: 2004/02/10 01:28:36
41 Author: andersen
42 Branch: HEAD
43 Tag: (none)
44 Log:
45 Initial effort at disabling job control as well
46
47 Members:
48         shell/lash.c:1.152->1.153
49
50 ---------------------
51 PatchSet 3930
52 Date: 2004/02/10 01:30:21
53 Author: andersen
54 Branch: HEAD
55 Tag: (none)
56 Log:
57 oops.  Leave the default feature set enbled for now...
58
59 Members:
60         shell/lash.c:1.153->1.154
61
62 ---------------------
63 PatchSet 3931
64 Date: 2004/02/13 08:09:43
65 Author: andersen
66 Branch: HEAD
67 Tag: (none)
68 Log:
69 Accomodate the fact that newer libc versions may in fact not
70 contain query_module and friends and more
71
72 Members:
73         libbb/module_syscalls.c:1.13->1.14
74
75 ---------------------
76 PatchSet 3932
77 Date: 2004/02/14 21:33:39
78 Author: andersen
79 Branch: HEAD
80 Tag: (none)
81 Log:
82 Avoid naming conflict with symbol in newer glibc headers
83
84 Members:
85         miscutils/hdparm.c:1.9->1.10
86
87 ---------------------
88 PatchSet 3933
89 Date: 2004/02/17 07:51:31
90 Author: bug1
91 Branch: HEAD
92 Tag: (none)
93 Log:
94 define option names to be clearer, simplify nested if statements, remove
95 un-needed if statement, minor indenting change
96
97 Members:
98         coreutils/date.c:1.41->1.42
99
100 ---------------------
101 PatchSet 3934
102 Date: 2004/02/17 07:58:04
103 Author: bug1
104 Branch: HEAD
105 Tag: (none)
106 Log:
107 Woops, im getting ahead of myself, we dont have the -r (refernece)
108 option yet
109
110 Members:
111         coreutils/date.c:1.42->1.43
112
113 ---------------------
114 PatchSet 3935
115 Date: 2004/02/17 10:16:21
116 Author: mjn3
117 Branch: HEAD
118 Tag: (none)
119 Log:
120 Patch from Florian Schirmer <jolt@tuxbox.org>.  When I rewrote the parser,
121 I overlooked the case of someone wanting to use a valid but empty suid
122 config file.
123
124 Members:
125         applets/applets.c:1.21->1.22
126
127 ---------------------
128 PatchSet 3936
129 Date: 2004/02/17 11:55:06
130 Author: bug1
131 Branch: HEAD
132 Tag: (none)
133 Log:
134 Dont strip trailing '/' until _after_ i test to set if its there !
135
136 Members:
137         archival/libunarchive/get_header_tar.c:1.30->1.31
138
139 ---------------------
140 PatchSet 3937
141 Date: 2004/02/17 12:04:13
142 Author: bug1
143 Branch: HEAD
144 Tag: (none)
145 Log:
146 Remove debugging
147
148 Members:
149         archival/libunarchive/get_header_tar.c:1.31->1.32
150
151 ---------------------
152 PatchSet 3938
153 Date: 2004/02/17 12:22:21
154 Author: bug1
155 Branch: HEAD
156 Tag: (none)
157 Log:
158 Add the -r option, patch from Rob with some help from myself.
159
160 Members:
161         coreutils/date.c:1.43->1.44
162
163 ---------------------
164 PatchSet 3939
165 Date: 2004/02/17 20:04:34
166 Author: andersen
167 Branch: HEAD
168 Tag: (none)
169 Log:
170 Mark Lord writes:
171
172 The config file processing for inetd in busybox-1.00-pre7 and newer
173 is broken -- the saved command argv[] values overwrite each other.
174
175 Patch to fix it is attached.
176
177 Cheers
178 --
179 Mark Lord
180 Real-Time Remedies Inc.
181
182 Members:
183         networking/inetd.c:1.14->1.15
184
185 ---------------------
186 PatchSet 3940
187 Date: 2004/02/17 20:08:11
188 Author: andersen
189 Branch: HEAD
190 Tag: (none)
191 Log:
192 Remove the unused CONFIG_FEATURE_HTTPD_SET_CGI_VARS_TO_ENV option.
193
194 Members:
195         networking/Config.in:1.25->1.26
196
197 ---------------------
198 PatchSet 3941
199 Date: 2004/02/18 09:40:41
200 Author: mjn3
201 Branch: HEAD
202 Tag: (none)
203 Log:
204 Fix vstype[] to match VS* defines.  Patch from OpenWrt by mbm.
205
206 Members:
207         shell/ash.c:1.89->1.90
208
209 ---------------------
210 PatchSet 3942
211 Date: 2004/02/18 09:54:15
212 Author: landley
213 Branch: HEAD
214 Tag: (none)
215 Log:
216 Add -i option to sed, to edit files in-place.
217
218 Members:
219         editors/sed.c:1.159->1.160
220
221 ---------------------
222 PatchSet 3943
223 Date: 2004/02/18 10:14:17
224 Author: mjn3
225 Branch: HEAD
226 Tag: (none)
227 Log:
228 Patch from OpenWrt.
229
230 Members:
231         modutils/insmod.c:1.111->1.112
232
233 ---------------------
234 PatchSet 3944
235 Date: 2004/02/18 12:58:00
236 Author: bug1
237 Branch: HEAD
238 Tag: (none)
239 Log:
240 remove debugging
241
242 Members:
243         networking/inetd.c:1.15->1.16
244
245 ---------------------
246 PatchSet 3945
247 Date: 2004/02/18 13:12:53
248 Author: bug1
249 Branch: HEAD
250 Tag: (none)
251 Log:
252 Formatting
253
254 Members:
255         networking/inetd.c:1.16->1.17
256
257 ---------------------
258 PatchSet 3946
259 Date: 2004/02/18 13:19:58
260 Author: bug1
261 Branch: HEAD
262 Tag: (none)
263 Log:
264 Dont use same variable and struct name
265
266 Members:
267         networking/inetd.c:1.17->1.18
268
269 ---------------------
270 PatchSet 3947
271 Date: 2004/02/19 00:44:08
272 Author: andersen
273 Branch: HEAD
274 Tag: (none)
275 Log:
276 Chris Larson (kergoth) writes:
277
278 I was adding -s/--symbolic-link support to busybox cp when I noticed a
279 bug with -r/-a.  Test case:
280
281 mkdir -p test/out
282 cd test
283 busybox cp -a * out/
284
285 Will never return until we run out of open files or similar.
286 Coreutils cp on the other hand will error with "cannot copy a directory,
287 `out', into itself, `out'".  Patch attached.
288
289 Members:
290         libbb/copy_file.c:1.28->1.29
291
292 ---------------------
293 PatchSet 3948
294 Date: 2004/02/19 01:52:29
295 Author: andersen
296 Branch: HEAD
297 Tag: (none)
298 Log:
299 Chris Larson (kergoth) writes:
300
301 As Manuel points out, this is a flawed fix, and doesnt fix the
302 following:
303
304 mkdir -p cpa cpb cpc
305 cp -a cpa cpa/cpb/cpc
306
307 Attached what appears to be a more sane fix.  Apply on top of previous.
308 Please confirm sanity.
309
310 Members:
311         libbb/copy_file.c:1.29->1.30
312
313 ---------------------
314 PatchSet 3949
315 Date: 2004/02/19 08:48:30
316 Author: bug1
317 Branch: HEAD
318 Tag: (none)
319 Log:
320 Add extra comments, freakout if a pax archive is encoutered.
321
322 Members:
323         archival/libunarchive/get_header_tar.c:1.32->1.33
324
325 ---------------------
326 PatchSet 3950
327 Date: 2004/02/20 02:25:18
328 Author: bug1
329 Branch: HEAD
330 Tag: (none)
331 Log:
332 A strict interpretation of the ustar format requires the type flag to be
333 interpreted, we cannot depend on the file type being set in the mode
334 field.
335
336 Members:
337         archival/libunarchive/get_header_tar.c:1.33->1.34
338
339 ---------------------
340 PatchSet 3951
341 Date: 2004/02/20 02:34:42
342 Author: bug1
343 Branch: HEAD
344 Tag: (none)
345 Log:
346 Fix up hard links
347
348 Members:
349         archival/libunarchive/get_header_tar.c:1.34->1.35
350
351 ---------------------
352 PatchSet 3952
353 Date: 2004/02/20 09:55:37
354 Author: andersen
355 Branch: HEAD
356 Tag: (none)
357 Log:
358 Document missing cp options
359
360 Members:
361         include/usage.h:1.187->1.188
362
363 ---------------------
364 PatchSet 3953
365 Date: 2004/02/21 07:49:54
366 Author: bug1
367 Branch: HEAD
368 Tag: (none)
369 Log:
370 Use return instead of exit, use == instead of & ==, left justify labels,
371 adjustment of whitespace.
372
373 Members:
374         coreutils/mv.c:1.19->1.20
375
376 ---------------------
377 PatchSet 3954
378 Date: 2004/02/21 09:20:56
379 Author: bug1
380 Branch: HEAD
381 Tag: (none)
382 Log:
383 Sometimes i get carried away with the use of function pointers, im sure
384 it seemed like a good idea at the time.
385
386 Members:
387         archival/libunarchive/seek_by_char.c:1.3->1.4
388         include/libbb.h:1.126->1.127
389         libbb/copyfd.c:1.9->1.10
390
391 ---------------------
392 PatchSet 3955
393 Date: 2004/02/22 00:27:34
394 Author: bug1
395 Branch: HEAD
396 Tag: (none)
397 Log:
398 No need to check proxy env variable twice, ignore proxy env variable if
399 its set to 0
400
401 Members:
402         networking/wget.c:1.68->1.69
403
404 ---------------------
405 PatchSet 3956
406 Date: 2004/02/22 02:58:57
407 Author: bug1
408 Branch: HEAD
409 Tag: (none)
410 Log:
411 Return 1 upon failure
412
413 Members:
414         coreutils/md5_sha1_sum.c:1.4->1.5
415
416 ---------------------
417 PatchSet 3957
418 Date: 2004/02/22 03:33:53
419 Author: bug1
420 Branch: HEAD
421 Tag: (none)
422 Log:
423 Ptch by Hideki IWAMOTO, fix a bug preventing tftp from getting or
424 putting more than 0xffff blocks.
425
426 Members:
427         networking/tftp.c:1.21->1.22
428
429 ---------------------
430 PatchSet 3958
431 Date: 2004/02/22 04:12:58
432 Author: bug1
433 Branch: HEAD
434 Tag: (none)
435 Log:
436 Update usage for ftpget and ftpput
437
438 Members:
439         include/usage.h:1.188->1.189
440
441 ---------------------
442 PatchSet 3959
443 Date: 2004/02/22 04:17:26
444 Author: bug1
445 Branch: HEAD
446 Tag: (none)
447 Log:
448 Thomas Geulig, remove duplicate header
449
450 Members:
451         init/init_shared.c:1.3->1.4
452
453 ---------------------
454 PatchSet 3960
455 Date: 2004/02/22 04:44:21
456 Author: bug1
457 Branch: HEAD
458 Tag: (none)
459 Log:
460 Fixup braces (patch from Thomas Geulig), run through indent and manually
461 adjust.
462
463 Members:
464         miscutils/crond.c:1.12->1.13
465
466 ---------------------
467 PatchSet 3961
468 Date: 2004/02/22 04:58:36
469 Author: bug1
470 Branch: HEAD
471 Tag: (none)
472 Log:
473 remove duplicate header declarations
474
475 Members:
476         networking/inetd.c:1.18->1.19
477
478 ---------------------
479 PatchSet 3962
480 Date: 2004/02/22 07:20:25
481 Author: bug1
482 Branch: HEAD
483 Tag: (none)
484 Log:
485 Patch from Hideki IWAMOTO, output debugging messages to stderr
486
487 Members:
488         networking/tftp.c:1.22->1.23
489
490 ---------------------
491 PatchSet 3963
492 Date: 2004/02/22 07:38:36
493 Author: bug1
494 Branch: HEAD
495 Tag: (none)
496 Log:
497 Patch from Florian Schirmer. compile fix for debug builds
498
499 Members:
500         miscutils/devfsd.c:1.7->1.8
501
502 ---------------------
503 PatchSet 3964
504 Date: 2004/02/22 08:33:37
505 Author: bug1
506 Branch: HEAD
507 Tag: (none)
508 Log:
509 Use /var/lib/hwclock for adjtime, its really a state file rather than a
510 config file, so it should be in /etc, FHS mentions it also.
511
512 Members:
513         util-linux/hwclock.c:1.6->1.7
514
515 ---------------------
516 PatchSet 3965
517 Date: 2004/02/22 09:11:33
518 Author: bug1
519 Branch: HEAD
520 Tag: (none)
521 Log:
522 Use bb_getopt_ulflags, marginal saving, better argument checking.
523
524 Members:
525         util-linux/hwclock.c:1.7->1.8
526
527 ---------------------
528 PatchSet 3966
529 Date: 2004/02/22 09:45:57
530 Author: bug1
531 Branch: HEAD
532 Tag: (none)
533 Log:
534 Patch from James Zhu, telnetd window resizing support.
535
536 Members:
537         networking/telnetd.c:1.9->1.10
538
539 ---------------------
540 PatchSet 3967
541 Date: 2004/02/22 11:13:28
542 Author: bug1
543 Branch: HEAD
544 Tag: (none)
545 Log:
546 Vodz. last_patch_128
547 - declare applet_using as static from applets.c
548 - small correction to cmdedit,
549    previous version cleared history after Ctrl-C
550 - small spelling correction (by Friedrich Lobenstock)
551
552 Members:
553         applets/applets.c:1.22->1.23
554         shell/cmdedit.c:1.88->1.89
555
556 ---------------------
557 PatchSet 3968
558 Date: 2004/02/22 11:25:13
559 Author: bug1
560 Branch: HEAD
561 Tag: (none)
562 Log:
563 Patch from Vodz, cleanup memory usage, send strdup error messages to
564 syslog.
565
566 Members:
567         networking/inetd.c:1.19->1.20
568
569 ---------------------
570 PatchSet 3969
571 Date: 2004/02/22 11:35:13
572 Author: bug1
573 Branch: HEAD
574 Tag: (none)
575 Log:
576 Patch from Chris Larson (kergoth), to allow multiple directores to be
577 unmounted at once.
578
579 Members:
580         docs/busybox.sgml:1.52->1.53
581         util-linux/umount.c:1.62->1.63
582
583 ---------------------
584 PatchSet 3970
585 Date: 2004/02/22 11:46:49
586 Author: andersen
587 Branch: HEAD
588 Tag: (none)
589 Log:
590 For the time being, revert the changes for detecting copying
591 a directory into itself.  It is harder to do this correctly
592 than it appears.  Not trying at all seems a better compromise
593 for the time being, untill we can implement this correctly.
594
595 Members:
596         libbb/copy_file.c:1.30->1.31
597
598 ---------------------
599 PatchSet 3971
600 Date: 2004/02/22 11:55:09
601 Author: bug1
602 Branch: HEAD
603 Tag: (none)
604 Log:
605 Patch from Dmitry Zakharov, this line was missedfrom the last patch
606
607 Members:
608         editors/awk.c:1.5->1.6
609
610 ---------------------
611 PatchSet 3972
612 Date: 2004/02/22 12:17:33
613 Author: bug1
614 Branch: HEAD
615 Tag: (none)
616 Log:
617 Fix from Paul Kortekaas for syslog -C option, size should be in kB.
618
619 Members:
620         sysklogd/syslogd.c:1.106->1.107
621
622 ---------------------
623 PatchSet 3973
624 Date: 2004/02/22 12:25:47
625 Author: andersen
626 Branch: HEAD
627 Tag: (none)
628 Log:
629 Fernando Silveira writes:
630
631 Hi,
632
633   Well, I made this patch a long time ago (08/2002) because it was a
634   need of a project, but had no time to send it to you. It adds support
635   to `autologin' option of the telnet protocol. It has been used since
636   made with busybox 0.60.3 at production and I had no problems with it.
637   I have ported it to the HEAD revision of the CVS server (20040211) and
638   I hope you enjoy and apply it to the official sources. :)
639
640 Thanks a lot!
641
642 Members:
643         include/usage.h:1.189->1.190
644         networking/Config.in:1.26->1.27
645         networking/telnet.c:1.41->1.42
646
647 ---------------------
648 PatchSet 3974
649 Date: 2004/02/22 12:27:04
650 Author: andersen
651 Branch: HEAD
652 Tag: (none)
653 Log:
654 Bump up version in preparation for -pre8
655
656 Members:
657         Rules.mak:1.27->1.28
658
659 ---------------------
660 PatchSet 3975
661 Date: 2004/02/23 08:11:07
662 Author: bug1
663 Branch: HEAD
664 Tag: (none)
665 Log:
666 bb_full_fd_action was incorrectly returning an error message causing
667 major breaking.
668
669 Members:
670         libbb/copyfd.c:1.10->1.11
671