aboutsummaryrefslogtreecommitdiff
path: root/Changelog
blob: 4d22f5bef8376b5e177830633c79b8e68fc13cd1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
---------------------
PatchSet 3926
Date: 2004/02/09 10:01:01
Author: andersen
Branch: HEAD
Tag: (none)
Log:
Buffalo appears to have resolved their GPL problems

Members:
	docs/busybox.net/products.html:1.5->1.6
	docs/busybox.net/shame.html:1.7->1.8

---------------------
PatchSet 3927
Date: 2004/02/09 10:57:04
Author: andersen
Branch: HEAD
Tag: (none)
Log:
Update URL

Members:
	docs/busybox.net/products.html:1.6->1.7

---------------------
PatchSet 3928
Date: 2004/02/10 01:07:45
Author: andersen
Branch: HEAD
Tag: (none)
Log:
Support disabling pipe and redirect support

Members:
	shell/lash.c:1.151->1.152

---------------------
PatchSet 3929
Date: 2004/02/10 01:28:36
Author: andersen
Branch: HEAD
Tag: (none)
Log:
Initial effort at disabling job control as well

Members:
	shell/lash.c:1.152->1.153

---------------------
PatchSet 3930
Date: 2004/02/10 01:30:21
Author: andersen
Branch: HEAD
Tag: (none)
Log:
oops.  Leave the default feature set enbled for now...

Members:
	shell/lash.c:1.153->1.154

---------------------
PatchSet 3931
Date: 2004/02/13 08:09:43
Author: andersen
Branch: HEAD
Tag: (none)
Log:
Accomodate the fact that newer libc versions may in fact not
contain query_module and friends and more

Members:
	libbb/module_syscalls.c:1.13->1.14

---------------------
PatchSet 3932
Date: 2004/02/14 21:33:39
Author: andersen
Branch: HEAD
Tag: (none)
Log:
Avoid naming conflict with symbol in newer glibc headers

Members:
	miscutils/hdparm.c:1.9->1.10

---------------------
PatchSet 3933
Date: 2004/02/17 07:51:31
Author: bug1
Branch: HEAD
Tag: (none)
Log:
define option names to be clearer, simplify nested if statements, remove
un-needed if statement, minor indenting change

Members:
	coreutils/date.c:1.41->1.42

---------------------
PatchSet 3934
Date: 2004/02/17 07:58:04
Author: bug1
Branch: HEAD
Tag: (none)
Log:
Woops, im getting ahead of myself, we dont have the -r (refernece)
option yet

Members:
	coreutils/date.c:1.42->1.43

---------------------
PatchSet 3935
Date: 2004/02/17 10:16:21
Author: mjn3
Branch: HEAD
Tag: (none)
Log:
Patch from Florian Schirmer <jolt@tuxbox.org>.  When I rewrote the parser,
I overlooked the case of someone wanting to use a valid but empty suid
config file.

Members:
	applets/applets.c:1.21->1.22

---------------------
PatchSet 3936
Date: 2004/02/17 11:55:06
Author: bug1
Branch: HEAD
Tag: (none)
Log:
Dont strip trailing '/' until _after_ i test to set if its there !

Members:
	archival/libunarchive/get_header_tar.c:1.30->1.31

---------------------
PatchSet 3937
Date: 2004/02/17 12:04:13
Author: bug1
Branch: HEAD
Tag: (none)
Log:
Remove debugging

Members:
	archival/libunarchive/get_header_tar.c:1.31->1.32

---------------------
PatchSet 3938
Date: 2004/02/17 12:22:21
Author: bug1
Branch: HEAD
Tag: (none)
Log:
Add the -r option, patch from Rob with some help from myself.

Members:
	coreutils/date.c:1.43->1.44

---------------------
PatchSet 3939
Date: 2004/02/17 20:04:34
Author: andersen
Branch: HEAD
Tag: (none)
Log:
Mark Lord writes:

The config file processing for inetd in busybox-1.00-pre7 and newer
is broken -- the saved command argv[] values overwrite each other.

Patch to fix it is attached.

Cheers
--
Mark Lord
Real-Time Remedies Inc.

Members:
	networking/inetd.c:1.14->1.15

---------------------
PatchSet 3940
Date: 2004/02/17 20:08:11
Author: andersen
Branch: HEAD
Tag: (none)
Log:
Remove the unused CONFIG_FEATURE_HTTPD_SET_CGI_VARS_TO_ENV option.

Members:
	networking/Config.in:1.25->1.26

---------------------
PatchSet 3941
Date: 2004/02/18 09:40:41
Author: mjn3
Branch: HEAD
Tag: (none)
Log:
Fix vstype[] to match VS* defines.  Patch from OpenWrt by mbm.

Members:
	shell/ash.c:1.89->1.90

---------------------
PatchSet 3942
Date: 2004/02/18 09:54:15
Author: landley
Branch: HEAD
Tag: (none)
Log:
Add -i option to sed, to edit files in-place.

Members:
	editors/sed.c:1.159->1.160

---------------------
PatchSet 3943
Date: 2004/02/18 10:14:17
Author: mjn3
Branch: HEAD
Tag: (none)
Log:
Patch from OpenWrt.

Members:
	modutils/insmod.c:1.111->1.112

---------------------
PatchSet 3944
Date: 2004/02/18 12:58:00
Author: bug1
Branch: HEAD
Tag: (none)
Log:
remove debugging

Members:
	networking/inetd.c:1.15->1.16

---------------------
PatchSet 3945
Date: 2004/02/18 13:12:53
Author: bug1
Branch: HEAD
Tag: (none)
Log:
Formatting

Members:
	networking/inetd.c:1.16->1.17

---------------------
PatchSet 3946
Date: 2004/02/18 13:19:58
Author: bug1
Branch: HEAD
Tag: (none)
Log:
Dont use same variable and struct name

Members:
	networking/inetd.c:1.17->1.18

---------------------
PatchSet 3947
Date: 2004/02/19 00:44:08
Author: andersen
Branch: HEAD
Tag: (none)
Log:
Chris Larson (kergoth) writes:

I was adding -s/--symbolic-link support to busybox cp when I noticed a
bug with -r/-a.  Test case:

mkdir -p test/out
cd test
busybox cp -a * out/

Will never return until we run out of open files or similar.
Coreutils cp on the other hand will error with "cannot copy a directory,
`out', into itself, `out'".  Patch attached.

Members:
	libbb/copy_file.c:1.28->1.29

---------------------
PatchSet 3948
Date: 2004/02/19 01:52:29
Author: andersen
Branch: HEAD
Tag: (none)
Log:
Chris Larson (kergoth) writes:

As Manuel points out, this is a flawed fix, and doesnt fix the
following:

mkdir -p cpa cpb cpc
cp -a cpa cpa/cpb/cpc

Attached what appears to be a more sane fix.  Apply on top of previous.
Please confirm sanity.

Members:
	libbb/copy_file.c:1.29->1.30

---------------------
PatchSet 3949
Date: 2004/02/19 08:48:30
Author: bug1
Branch: HEAD
Tag: (none)
Log:
Add extra comments, freakout if a pax archive is encoutered.

Members:
	archival/libunarchive/get_header_tar.c:1.32->1.33

---------------------
PatchSet 3950
Date: 2004/02/20 02:25:18
Author: bug1
Branch: HEAD
Tag: (none)
Log:
A strict interpretation of the ustar format requires the type flag to be
interpreted, we cannot depend on the file type being set in the mode
field.

Members:
	archival/libunarchive/get_header_tar.c:1.33->1.34

---------------------
PatchSet 3951
Date: 2004/02/20 02:34:42
Author: bug1
Branch: HEAD
Tag: (none)
Log:
Fix up hard links

Members:
	archival/libunarchive/get_header_tar.c:1.34->1.35

---------------------
PatchSet 3952
Date: 2004/02/20 09:55:37
Author: andersen
Branch: HEAD
Tag: (none)
Log:
Document missing cp options

Members:
	include/usage.h:1.187->1.188

---------------------
PatchSet 3953
Date: 2004/02/21 07:49:54
Author: bug1
Branch: HEAD
Tag: (none)
Log:
Use return instead of exit, use == instead of & ==, left justify labels,
adjustment of whitespace.

Members:
	coreutils/mv.c:1.19->1.20

---------------------
PatchSet 3954
Date: 2004/02/21 09:20:56
Author: bug1
Branch: HEAD
Tag: (none)
Log:
Sometimes i get carried away with the use of function pointers, im sure
it seemed like a good idea at the time.

Members:
	archival/libunarchive/seek_by_char.c:1.3->1.4
	include/libbb.h:1.126->1.127
	libbb/copyfd.c:1.9->1.10

---------------------
PatchSet 3955
Date: 2004/02/22 00:27:34
Author: bug1
Branch: HEAD
Tag: (none)
Log:
No need to check proxy env variable twice, ignore proxy env variable if
its set to 0

Members:
	networking/wget.c:1.68->1.69

---------------------
PatchSet 3956
Date: 2004/02/22 02:58:57
Author: bug1
Branch: HEAD
Tag: (none)
Log:
Return 1 upon failure

Members:
	coreutils/md5_sha1_sum.c:1.4->1.5

---------------------
PatchSet 3957
Date: 2004/02/22 03:33:53
Author: bug1
Branch: HEAD
Tag: (none)
Log:
Ptch by Hideki IWAMOTO, fix a bug preventing tftp from getting or
putting more than 0xffff blocks.

Members:
	networking/tftp.c:1.21->1.22

---------------------
PatchSet 3958
Date: 2004/02/22 04:12:58
Author: bug1
Branch: HEAD
Tag: (none)
Log:
Update usage for ftpget and ftpput

Members:
	include/usage.h:1.188->1.189

---------------------
PatchSet 3959
Date: 2004/02/22 04:17:26
Author: bug1
Branch: HEAD
Tag: (none)
Log:
Thomas Geulig, remove duplicate header

Members:
	init/init_shared.c:1.3->1.4

---------------------
PatchSet 3960
Date: 2004/02/22 04:44:21
Author: bug1
Branch: HEAD
Tag: (none)
Log:
Fixup braces (patch from Thomas Geulig), run through indent and manually
adjust.

Members:
	miscutils/crond.c:1.12->1.13

---------------------
PatchSet 3961
Date: 2004/02/22 04:58:36
Author: bug1
Branch: HEAD
Tag: (none)
Log:
remove duplicate header declarations

Members:
	networking/inetd.c:1.18->1.19

---------------------
PatchSet 3962
Date: 2004/02/22 07:20:25
Author: bug1
Branch: HEAD
Tag: (none)
Log:
Patch from Hideki IWAMOTO, output debugging messages to stderr

Members:
	networking/tftp.c:1.22->1.23

---------------------
PatchSet 3963
Date: 2004/02/22 07:38:36
Author: bug1
Branch: HEAD
Tag: (none)
Log:
Patch from Florian Schirmer. compile fix for debug builds

Members:
	miscutils/devfsd.c:1.7->1.8

---------------------
PatchSet 3964
Date: 2004/02/22 08:33:37
Author: bug1
Branch: HEAD
Tag: (none)
Log:
Use /var/lib/hwclock for adjtime, its really a state file rather than a
config file, so it should be in /etc, FHS mentions it also.

Members:
	util-linux/hwclock.c:1.6->1.7

---------------------
PatchSet 3965
Date: 2004/02/22 09:11:33
Author: bug1
Branch: HEAD
Tag: (none)
Log:
Use bb_getopt_ulflags, marginal saving, better argument checking.

Members:
	util-linux/hwclock.c:1.7->1.8

---------------------
PatchSet 3966
Date: 2004/02/22 09:45:57
Author: bug1
Branch: HEAD
Tag: (none)
Log:
Patch from James Zhu, telnetd window resizing support.

Members:
	networking/telnetd.c:1.9->1.10

---------------------
PatchSet 3967
Date: 2004/02/22 11:13:28
Author: bug1
Branch: HEAD
Tag: (none)
Log:
Vodz. last_patch_128
- declare applet_using as static from applets.c
- small correction to cmdedit,
   previous version cleared history after Ctrl-C
- small spelling correction (by Friedrich Lobenstock)

Members:
	applets/applets.c:1.22->1.23
	shell/cmdedit.c:1.88->1.89

---------------------
PatchSet 3968
Date: 2004/02/22 11:25:13
Author: bug1
Branch: HEAD
Tag: (none)
Log:
Patch from Vodz, cleanup memory usage, send strdup error messages to
syslog.

Members:
	networking/inetd.c:1.19->1.20

---------------------
PatchSet 3969
Date: 2004/02/22 11:35:13
Author: bug1
Branch: HEAD
Tag: (none)
Log:
Patch from Chris Larson (kergoth), to allow multiple directores to be
unmounted at once.

Members:
	docs/busybox.sgml:1.52->1.53
	util-linux/umount.c:1.62->1.63

---------------------
PatchSet 3970
Date: 2004/02/22 11:46:49
Author: andersen
Branch: HEAD
Tag: (none)
Log:
For the time being, revert the changes for detecting copying
a directory into itself.  It is harder to do this correctly
than it appears.  Not trying at all seems a better compromise
for the time being, untill we can implement this correctly.

Members:
	libbb/copy_file.c:1.30->1.31

---------------------
PatchSet 3971
Date: 2004/02/22 11:55:09
Author: bug1
Branch: HEAD
Tag: (none)
Log:
Patch from Dmitry Zakharov, this line was missedfrom the last patch

Members:
	editors/awk.c:1.5->1.6

---------------------
PatchSet 3972
Date: 2004/02/22 12:17:33
Author: bug1
Branch: HEAD
Tag: (none)
Log:
Fix from Paul Kortekaas for syslog -C option, size should be in kB.

Members:
	sysklogd/syslogd.c:1.106->1.107

---------------------
PatchSet 3973
Date: 2004/02/22 12:25:47
Author: andersen
Branch: HEAD
Tag: (none)
Log:
Fernando Silveira writes:

Hi,

  Well, I made this patch a long time ago (08/2002) because it was a
  need of a project, but had no time to send it to you. It adds support
  to `autologin' option of the telnet protocol. It has been used since
  made with busybox 0.60.3 at production and I had no problems with it.
  I have ported it to the HEAD revision of the CVS server (20040211) and
  I hope you enjoy and apply it to the official sources. :)

Thanks a lot!

Members:
	include/usage.h:1.189->1.190
	networking/Config.in:1.26->1.27
	networking/telnet.c:1.41->1.42

---------------------
PatchSet 3974
Date: 2004/02/22 12:27:04
Author: andersen
Branch: HEAD
Tag: (none)
Log:
Bump up version in preparation for -pre8

Members:
	Rules.mak:1.27->1.28

---------------------
PatchSet 3975
Date: 2004/02/23 08:11:07
Author: bug1
Branch: HEAD
Tag: (none)
Log:
bb_full_fd_action was incorrectly returning an error message causing
major breaking.

Members:
	libbb/copyfd.c:1.10->1.11