summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Changelog656
-rw-r--r--docs/busybox.net/news.html25
-rw-r--r--docs/busybox.net/shame.html5
3 files changed, 593 insertions, 93 deletions
diff --git a/Changelog b/Changelog
index b7918a789..ca1dcf301 100644
--- a/Changelog
+++ b/Changelog
@@ -1,201 +1,671 @@
1--------------------- 1---------------------
2PatchSet 3914 2PatchSet 3926
3Date: 2004/01/31 05:44:07 3Date: 2004/02/09 10:01:01
4Author: andersen 4Author: andersen
5Branch: HEAD 5Branch: HEAD
6Tag: (none) 6Tag: (none)
7Log: 7Log:
8Update docs for release 8Buffalo appears to have resolved their GPL problems
9 9
10Members: 10Members:
11 Changelog:1.286->1.287 11 docs/busybox.net/products.html:1.5->1.6
12 docs/busybox.net/news.html:1.5->1.6 12 docs/busybox.net/shame.html:1.7->1.8
13 docs/busybox.net/shame.html:1.6->1.7
14 13
15--------------------- 14---------------------
16PatchSet 3915 15PatchSet 3927
17Date: 2004/01/31 06:11:39 16Date: 2004/02/09 10:57:04
18Author: andersen 17Author: andersen
19Branch: HEAD 18Branch: HEAD
20Tag: (none) 19Tag: (none)
21Log: 20Log:
22Mention changes to the daily snapshots 21Update URL
23 22
24Members: 23Members:
25 docs/busybox.net/news.html:1.6->1.7 24 docs/busybox.net/products.html:1.6->1.7
26 25
27--------------------- 26---------------------
28PatchSet 3916 27PatchSet 3928
29Date: 2004/01/31 08:08:57 28Date: 2004/02/10 01:07:45
29Author: andersen
30Branch: HEAD
31Tag: (none)
32Log:
33Support disabling pipe and redirect support
34
35Members:
36 shell/lash.c:1.151->1.152
37
38---------------------
39PatchSet 3929
40Date: 2004/02/10 01:28:36
41Author: andersen
42Branch: HEAD
43Tag: (none)
44Log:
45Initial effort at disabling job control as well
46
47Members:
48 shell/lash.c:1.152->1.153
49
50---------------------
51PatchSet 3930
52Date: 2004/02/10 01:30:21
53Author: andersen
54Branch: HEAD
55Tag: (none)
56Log:
57oops. Leave the default feature set enbled for now...
58
59Members:
60 shell/lash.c:1.153->1.154
61
62---------------------
63PatchSet 3931
64Date: 2004/02/13 08:09:43
65Author: andersen
66Branch: HEAD
67Tag: (none)
68Log:
69Accomodate the fact that newer libc versions may in fact not
70contain query_module and friends and more
71
72Members:
73 libbb/module_syscalls.c:1.13->1.14
74
75---------------------
76PatchSet 3932
77Date: 2004/02/14 21:33:39
78Author: andersen
79Branch: HEAD
80Tag: (none)
81Log:
82Avoid naming conflict with symbol in newer glibc headers
83
84Members:
85 miscutils/hdparm.c:1.9->1.10
86
87---------------------
88PatchSet 3933
89Date: 2004/02/17 07:51:31
90Author: bug1
91Branch: HEAD
92Tag: (none)
93Log:
94define option names to be clearer, simplify nested if statements, remove
95un-needed if statement, minor indenting change
96
97Members:
98 coreutils/date.c:1.41->1.42
99
100---------------------
101PatchSet 3934
102Date: 2004/02/17 07:58:04
30Author: bug1 103Author: bug1
31Branch: HEAD 104Branch: HEAD
32Tag: busybox_1_00_pre6 **FUNKY** 105Tag: (none)
33Log: 106Log:
34Fix http proxy use, bytes were swapped 107Woops, im getting ahead of myself, we dont have the -r (refernece)
108option yet
35 109
36Members: 110Members:
37 networking/wget.c:1.67->1.68 111 coreutils/date.c:1.42->1.43
38 112
39--------------------- 113---------------------
40PatchSet 3917 114PatchSet 3935
41Date: 2004/02/01 07:34:28 115Date: 2004/02/17 10:16:21
42Author: mjn3 116Author: mjn3
43Branch: HEAD 117Branch: HEAD
44Tag: (none) 118Tag: (none)
45Log: 119Log:
46Use bb_xstrdup() instead of strdup(). 120Patch from Florian Schirmer <jolt@tuxbox.org>. When I rewrote the parser,
121I overlooked the case of someone wanting to use a valid but empty suid
122config file.
123
124Members:
125 applets/applets.c:1.21->1.22
126
127---------------------
128PatchSet 3936
129Date: 2004/02/17 11:55:06
130Author: bug1
131Branch: HEAD
132Tag: (none)
133Log:
134Dont strip trailing '/' until _after_ i test to set if its there !
135
136Members:
137 archival/libunarchive/get_header_tar.c:1.30->1.31
138
139---------------------
140PatchSet 3937
141Date: 2004/02/17 12:04:13
142Author: bug1
143Branch: HEAD
144Tag: (none)
145Log:
146Remove debugging
47 147
48Members: 148Members:
49 coreutils/expr.c:1.15->1.16 149 archival/libunarchive/get_header_tar.c:1.31->1.32
50 150
51--------------------- 151---------------------
52PatchSet 3918 152PatchSet 3938
53Date: 2004/02/01 10:03:05 153Date: 2004/02/17 12:22:21
154Author: bug1
155Branch: HEAD
156Tag: (none)
157Log:
158Add the -r option, patch from Rob with some help from myself.
159
160Members:
161 coreutils/date.c:1.43->1.44
162
163---------------------
164PatchSet 3939
165Date: 2004/02/17 20:04:34
166Author: andersen
167Branch: HEAD
168Tag: (none)
169Log:
170Mark Lord writes:
171
172The config file processing for inetd in busybox-1.00-pre7 and newer
173is broken -- the saved command argv[] values overwrite each other.
174
175Patch to fix it is attached.
176
177Cheers
178--
179Mark Lord
180Real-Time Remedies Inc.
181
182Members:
183 networking/inetd.c:1.14->1.15
184
185---------------------
186PatchSet 3940
187Date: 2004/02/17 20:08:11
188Author: andersen
189Branch: HEAD
190Tag: (none)
191Log:
192Remove the unused CONFIG_FEATURE_HTTPD_SET_CGI_VARS_TO_ENV option.
193
194Members:
195 networking/Config.in:1.25->1.26
196
197---------------------
198PatchSet 3941
199Date: 2004/02/18 09:40:41
200Author: mjn3
201Branch: HEAD
202Tag: (none)
203Log:
204Fix vstype[] to match VS* defines. Patch from OpenWrt by mbm.
205
206Members:
207 shell/ash.c:1.89->1.90
208
209---------------------
210PatchSet 3942
211Date: 2004/02/18 09:54:15
212Author: landley
213Branch: HEAD
214Tag: (none)
215Log:
216Add -i option to sed, to edit files in-place.
217
218Members:
219 editors/sed.c:1.159->1.160
220
221---------------------
222PatchSet 3943
223Date: 2004/02/18 10:14:17
54Author: mjn3 224Author: mjn3
55Branch: HEAD 225Branch: HEAD
56Tag: (none) 226Tag: (none)
57Log: 227Log:
58Rewrite parse_config_file(). Among the old version's problems: 228Patch from OpenWrt.
59 No checking for lines that were too long. 229
60 No checking that fgets returning NULL was actually due to EOF. 230Members:
61 Various whitespace handling inconsistencies. 231 modutils/insmod.c:1.111->1.112
62 Bloat (switches and multiple identical function calls). 232
63 Failure to check for trailing characters in some cases. 233---------------------
64 Dynamicly allocated memory was not free()d on error. 234PatchSet 3944
65Given that this controls suid/sgid behavior, the sloppy coding was 235Date: 2004/02/18 12:58:00
66really inexcusable. :-( 236Author: bug1
237Branch: HEAD
238Tag: (none)
239Log:
240remove debugging
67 241
68Members: 242Members:
69 applets/applets.c:1.20->1.21 243 networking/inetd.c:1.15->1.16
70 244
71--------------------- 245---------------------
72PatchSet 3919 246PatchSet 3945
73Date: 2004/02/04 08:24:39 247Date: 2004/02/18 13:12:53
74Author: bug1 248Author: bug1
75Branch: HEAD 249Branch: HEAD
76Tag: (none) 250Tag: (none)
77Log: 251Log:
78Vodz last_patch_125_2, this patch have: 252Formatting
79- synced with dash 0.4.21
80- better handle trap "cmds..." SIGINT (strange, i make bad hack for ash
81 and cmdedit, but this work only with this...)
82- may be haven`t problem with Ctrl-D
83 253
84Members: 254Members:
85 shell/ash.c:1.87->1.88 255 networking/inetd.c:1.16->1.17
86 shell/cmdedit.c:1.87->1.88
87 256
88--------------------- 257---------------------
89PatchSet 3920 258PatchSet 3946
90Date: 2004/02/04 08:27:57 259Date: 2004/02/18 13:19:58
91Author: bug1 260Author: bug1
92Branch: HEAD 261Branch: HEAD
93Tag: (none) 262Tag: (none)
94Log: 263Log:
95Bug fix from Tito. 264Dont use same variable and struct name
96 265
97Members: 266Members:
98 miscutils/devfsd.c:1.6->1.7 267 networking/inetd.c:1.17->1.18
99 268
100--------------------- 269---------------------
101PatchSet 3921 270PatchSet 3947
102Date: 2004/02/04 10:48:37 271Date: 2004/02/19 00:44:08
103Author: andersen 272Author: andersen
104Branch: HEAD 273Branch: HEAD
105Tag: (none) 274Tag: (none)
106Log: 275Log:
107The variable 'complementaly' used to be allocated with calloc, which zeroed it 276Chris Larson (kergoth) writes:
108out during the allocation process. When vodz changed it to be allocated on the 277
109stack, he forgot to explicitly zero it, leaving its value filled with whatever 278I was adding -s/--symbolic-link support to busybox cp when I noticed a
110used to be sitting on the stack. It would garbage values, depending on the 279bug with -r/-a. Test case:
111garbage that happened to be sitting on the stack when the function was called. 280
112The result was that applets using bb_getopt_ulflags() were showing 281mkdir -p test/out
113unpredictable behavior (such as segfaults), which naturally broke many things. 282cd test
283busybox cp -a * out/
284
285Will never return until we run out of open files or similar.
286Coreutils cp on the other hand will error with "cannot copy a directory,
287`out', into itself, `out'". Patch attached.
114 288
115Members: 289Members:
116 libbb/getopt_ulflags.c:1.6->1.7 290 libbb/copy_file.c:1.28->1.29
117 291
118--------------------- 292---------------------
119PatchSet 3922 293PatchSet 3948
120Date: 2004/02/04 10:57:46 294Date: 2004/02/19 01:52:29
121Author: andersen 295Author: andersen
122Branch: HEAD 296Branch: HEAD
123Tag: (none) 297Tag: (none)
124Log: 298Log:
125Rob Landley writes: 299Chris Larson (kergoth) writes:
300
301As Manuel points out, this is a flawed fix, and doesnt fix the
302following:
303
304mkdir -p cpa cpb cpc
305cp -a cpa cpa/cpb/cpc
306
307Attached what appears to be a more sane fix. Apply on top of previous.
308Please confirm sanity.
309
310Members:
311 libbb/copy_file.c:1.29->1.30
312
313---------------------
314PatchSet 3949
315Date: 2004/02/19 08:48:30
316Author: bug1
317Branch: HEAD
318Tag: (none)
319Log:
320Add extra comments, freakout if a pax archive is encoutered.
321
322Members:
323 archival/libunarchive/get_header_tar.c:1.32->1.33
324
325---------------------
326PatchSet 3950
327Date: 2004/02/20 02:25:18
328Author: bug1
329Branch: HEAD
330Tag: (none)
331Log:
332A strict interpretation of the ustar format requires the type flag to be
333interpreted, we cannot depend on the file type being set in the mode
334field.
335
336Members:
337 archival/libunarchive/get_header_tar.c:1.33->1.34
126 338
127While building glibc with busybox as part of the development environment, I 339---------------------
128found a bug in glibc's regexec can throw sed into an endless loop. This 340PatchSet 3951
129fixes it. Should I put an #ifdef around it or something? (Note, this patch 341Date: 2004/02/20 02:34:42
130also contains the "this is not gnu sed 4.0" hack I posted earlier, which is 342Author: bug1
131also needed to build glibc...) 343Branch: HEAD
344Tag: (none)
345Log:
346Fix up hard links
132 347
133Members: 348Members:
134 editors/sed.c:1.158->1.159 349 archival/libunarchive/get_header_tar.c:1.34->1.35
135 350
136--------------------- 351---------------------
137PatchSet 3923 352PatchSet 3952
138Date: 2004/02/04 11:01:19 353Date: 2004/02/20 09:55:37
139Author: andersen 354Author: andersen
140Branch: HEAD 355Branch: HEAD
141Tag: (none) 356Tag: (none)
142Log: 357Log:
143Jean Wolter writes: 358Document missing cp options
144 359
145Hello, 360Members:
361 include/usage.h:1.187->1.188
146 362
147when calling seq with 363---------------------
364PatchSet 3953
365Date: 2004/02/21 07:49:54
366Author: bug1
367Branch: HEAD
368Tag: (none)
369Log:
370Use return instead of exit, use == instead of & ==, left justify labels,
371adjustment of whitespace.
148 372
149 seq 1 1 373Members:
374 coreutils/mv.c:1.19->1.20
150 375
151it generates an "endless" list of numbers until the counter wraps and 376---------------------
152reaches 1 again. The follwoing small patch should introduce the 377PatchSet 3954
153expected behavior (output of 1 and termination): 378Date: 2004/02/21 09:20:56
379Author: bug1
380Branch: HEAD
381Tag: (none)
382Log:
383Sometimes i get carried away with the use of function pointers, im sure
384it seemed like a good idea at the time.
385
386Members:
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---------------------
392PatchSet 3955
393Date: 2004/02/22 00:27:34
394Author: bug1
395Branch: HEAD
396Tag: (none)
397Log:
398No need to check proxy env variable twice, ignore proxy env variable if
399its set to 0
400
401Members:
402 networking/wget.c:1.68->1.69
403
404---------------------
405PatchSet 3956
406Date: 2004/02/22 02:58:57
407Author: bug1
408Branch: HEAD
409Tag: (none)
410Log:
411Return 1 upon failure
412
413Members:
414 coreutils/md5_sha1_sum.c:1.4->1.5
415
416---------------------
417PatchSet 3957
418Date: 2004/02/22 03:33:53
419Author: bug1
420Branch: HEAD
421Tag: (none)
422Log:
423Ptch by Hideki IWAMOTO, fix a bug preventing tftp from getting or
424putting more than 0xffff blocks.
425
426Members:
427 networking/tftp.c:1.21->1.22
428
429---------------------
430PatchSet 3958
431Date: 2004/02/22 04:12:58
432Author: bug1
433Branch: HEAD
434Tag: (none)
435Log:
436Update usage for ftpget and ftpput
437
438Members:
439 include/usage.h:1.188->1.189
440
441---------------------
442PatchSet 3959
443Date: 2004/02/22 04:17:26
444Author: bug1
445Branch: HEAD
446Tag: (none)
447Log:
448Thomas Geulig, remove duplicate header
449
450Members:
451 init/init_shared.c:1.3->1.4
452
453---------------------
454PatchSet 3960
455Date: 2004/02/22 04:44:21
456Author: bug1
457Branch: HEAD
458Tag: (none)
459Log:
460Fixup braces (patch from Thomas Geulig), run through indent and manually
461adjust.
462
463Members:
464 miscutils/crond.c:1.12->1.13
465
466---------------------
467PatchSet 3961
468Date: 2004/02/22 04:58:36
469Author: bug1
470Branch: HEAD
471Tag: (none)
472Log:
473remove duplicate header declarations
474
475Members:
476 networking/inetd.c:1.18->1.19
477
478---------------------
479PatchSet 3962
480Date: 2004/02/22 07:20:25
481Author: bug1
482Branch: HEAD
483Tag: (none)
484Log:
485Patch from Hideki IWAMOTO, output debugging messages to stderr
486
487Members:
488 networking/tftp.c:1.22->1.23
489
490---------------------
491PatchSet 3963
492Date: 2004/02/22 07:38:36
493Author: bug1
494Branch: HEAD
495Tag: (none)
496Log:
497Patch from Florian Schirmer. compile fix for debug builds
498
499Members:
500 miscutils/devfsd.c:1.7->1.8
501
502---------------------
503PatchSet 3964
504Date: 2004/02/22 08:33:37
505Author: bug1
506Branch: HEAD
507Tag: (none)
508Log:
509Use /var/lib/hwclock for adjtime, its really a state file rather than a
510config file, so it should be in /etc, FHS mentions it also.
511
512Members:
513 util-linux/hwclock.c:1.6->1.7
514
515---------------------
516PatchSet 3965
517Date: 2004/02/22 09:11:33
518Author: bug1
519Branch: HEAD
520Tag: (none)
521Log:
522Use bb_getopt_ulflags, marginal saving, better argument checking.
523
524Members:
525 util-linux/hwclock.c:1.7->1.8
526
527---------------------
528PatchSet 3966
529Date: 2004/02/22 09:45:57
530Author: bug1
531Branch: HEAD
532Tag: (none)
533Log:
534Patch from James Zhu, telnetd window resizing support.
535
536Members:
537 networking/telnetd.c:1.9->1.10
538
539---------------------
540PatchSet 3967
541Date: 2004/02/22 11:13:28
542Author: bug1
543Branch: HEAD
544Tag: (none)
545Log:
546Vodz. 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
552Members:
553 applets/applets.c:1.22->1.23
554 shell/cmdedit.c:1.88->1.89
555
556---------------------
557PatchSet 3968
558Date: 2004/02/22 11:25:13
559Author: bug1
560Branch: HEAD
561Tag: (none)
562Log:
563Patch from Vodz, cleanup memory usage, send strdup error messages to
564syslog.
565
566Members:
567 networking/inetd.c:1.19->1.20
154 568
155regards, 569---------------------
156Jean 570PatchSet 3969
571Date: 2004/02/22 11:35:13
572Author: bug1
573Branch: HEAD
574Tag: (none)
575Log:
576Patch from Chris Larson (kergoth), to allow multiple directores to be
577unmounted at once.
157 578
158Members: 579Members:
159 coreutils/seq.c:1.1->1.2 580 docs/busybox.sgml:1.52->1.53
581 util-linux/umount.c:1.62->1.63
160 582
161--------------------- 583---------------------
162PatchSet 3924 584PatchSet 3970
163Date: 2004/02/04 11:10:28 585Date: 2004/02/22 11:46:49
164Author: andersen 586Author: andersen
165Branch: HEAD 587Branch: HEAD
166Tag: (none) 588Tag: (none)
167Log: 589Log:
168Joe.C writes: 590For the time being, revert the changes for detecting copying
591a directory into itself. It is harder to do this correctly
592than it appears. Not trying at all seems a better compromise
593for the time being, untill we can implement this correctly.
169 594
170Hi, 595Members:
596 libbb/copy_file.c:1.30->1.31
171 597
172 When httpd connection is closed, bosybox httpd will 598---------------------
173not stop reading from CGI program. This patch fix this 599PatchSet 3971
174problem. It check the return value of bb_full_write and 600Date: 2004/02/22 11:55:09
175stop reading from CGI if the connection is closed. 601Author: bug1
176Please apply this patch. 602Branch: HEAD
603Tag: (none)
604Log:
605Patch from Dmitry Zakharov, this line was missedfrom the last patch
177 606
178Joe.C 607Members:
608 editors/awk.c:1.5->1.6
609
610---------------------
611PatchSet 3972
612Date: 2004/02/22 12:17:33
613Author: bug1
614Branch: HEAD
615Tag: (none)
616Log:
617Fix from Paul Kortekaas for syslog -C option, size should be in kB.
179 618
180Members: 619Members:
181 networking/httpd.c:1.21->1.22 620 sysklogd/syslogd.c:1.106->1.107
182 621
183--------------------- 622---------------------
184PatchSet 3925 623PatchSet 3973
185Date: 2004/02/04 11:19:44 624Date: 2004/02/22 12:25:47
186Author: andersen 625Author: andersen
187Branch: HEAD 626Branch: HEAD
188Tag: (none) 627Tag: (none)
189Log: 628Log:
190Richard Kojedzinszky writes: 629Fernando Silveira writes:
191 630
192Hi, 631Hi,
193 632
194I've noticed the bug also, and here is another patch for it. I hope it'll 633 Well, I made this patch a long time ago (08/2002) because it was a
195not introduce more bugs. Not too nice, but works for me. 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
640Thanks a lot!
641
642Members:
643 include/usage.h:1.189->1.190
644 networking/Config.in:1.26->1.27
645 networking/telnet.c:1.41->1.42
196 646
197Here it is for busybox-1.00-pre6 647---------------------
648PatchSet 3974
649Date: 2004/02/22 12:27:04
650Author: andersen
651Branch: HEAD
652Tag: (none)
653Log:
654Bump up version in preparation for -pre8
655
656Members:
657 Rules.mak:1.27->1.28
658
659---------------------
660PatchSet 3975
661Date: 2004/02/23 08:11:07
662Author: bug1
663Branch: HEAD
664Tag: (none)
665Log:
666bb_full_fd_action was incorrectly returning an error message causing
667major breaking.
198 668
199Members: 669Members:
200 editors/vi.c:1.31->1.32 670 libbb/copyfd.c:1.10->1.11
201 671
diff --git a/docs/busybox.net/news.html b/docs/busybox.net/news.html
index f6beda984..3af3dca33 100644
--- a/docs/busybox.net/news.html
+++ b/docs/busybox.net/news.html
@@ -3,6 +3,31 @@
3 3
4<ul> 4<ul>
5 5
6 <li><b>23 February 2004 -- BusyBox 1.0.0-pre8 released</b><p>
7
8 Here goes yet another BusyBox pre-release... Please do not bother to send
9 in patches supplying new features at this time. Only bug-fix patches will
10 be accepted. If you have a cool new feature you would like to see
11 supported, or if you have an amazing new applet you would like to submit,
12 please wait and submit such things later. We really want to get a release
13 out we can all be proud of. We are still aiming to finish off the -pre
14 series in February and move on to the final 1.0.0 release... So if you
15 spot any bugs, now would be an excellent time to send in a fix to the
16 busybox mailing list. It would also be <b>very</b> helpful if people could
17 help review the BusyBox documentation and submit improvements. It would be
18 especially helpful if people could check that the features supported by the
19 various applets match the features listed in the documentation.
20
21 <p>
22
23 The <a href="downloads/Changelog">changelog</a> has all the details.
24 And as usual you can <a href="downloads">download busybox here</a>.
25
26 <p>Have Fun!
27 <p>
28
29
30 <p>
6 <li><b>4 February 2004 -- BusyBox 1.0.0-pre7 released</b><p> 31 <li><b>4 February 2004 -- BusyBox 1.0.0-pre7 released</b><p>
7 32
8 There was a bug in -pre6 that broke argument parsing for a 33 There was a bug in -pre6 that broke argument parsing for a
diff --git a/docs/busybox.net/shame.html b/docs/busybox.net/shame.html
index 1a142c880..4b7557b3f 100644
--- a/docs/busybox.net/shame.html
+++ b/docs/busybox.net/shame.html
@@ -35,6 +35,9 @@ the busybox license by releasing the source code with your product.
35 </li><li><a href="http://www.hauppauge.co.uk/html/mvp.htm">Hauppauge Media MVP</a> 35 </li><li><a href="http://www.hauppauge.co.uk/html/mvp.htm">Hauppauge Media MVP</a>
36 <br>Hauppauge contacted me on 16 Dec 2003, and claims to be working on resolving this problem. 36 <br>Hauppauge contacted me on 16 Dec 2003, and claims to be working on resolving this problem.
37 </li><li><a href="http://catalog.belkin.com/IWCatProductPage.process?Merchant_Id=&Section_Id=201522&pcount=&Product_Id=136493">Belkin 54g Wireless DSL/Cable Gateway Router</a> 37 </li><li><a href="http://catalog.belkin.com/IWCatProductPage.process?Merchant_Id=&Section_Id=201522&pcount=&Product_Id=136493">Belkin 54g Wireless DSL/Cable Gateway Router</a>
38 </li><li><a href="http://www.usr.com/">U.S. Robotics Sureconnect 4-port ADSL router</a>
39 </li><li><a href="http://www.asus.com/products/communication/wireless/wl-300g/overview.htm">ASUS WL-300g Wireless LAN Access Point</a>
40 </li><li><a href="http://www.allnet.de/">ALLNET 0186 wireless router</a>
38 </li><li><a href="http://www.dmmtv.com/">Dreambox DM7000S DVB Satellite Receiver</a> 41 </li><li><a href="http://www.dmmtv.com/">Dreambox DM7000S DVB Satellite Receiver</a>
39 <br> Dream Multimedia contacted me on 22 Dec 2003 and is working on resolving this problem. 42 <br> Dream Multimedia contacted me on 22 Dec 2003 and is working on resolving this problem.
40 <br> Source _may_ be here: http://cvs.tuxbox.org/cgi-bin/viewcvs.cgi/tuxbox/cdk/ 43 <br> Source _may_ be here: http://cvs.tuxbox.org/cgi-bin/viewcvs.cgi/tuxbox/cdk/
@@ -44,6 +47,8 @@ the busybox license by releasing the source code with your product.
44 </li><li><a href="http://testing.lkml.org/slashdot.php?mid=433790">Liteon LVD2001 DVD player using the Sigma Designs EM8500</a> 47 </li><li><a href="http://testing.lkml.org/slashdot.php?mid=433790">Liteon LVD2001 DVD player using the Sigma Designs EM8500</a>
45 </li><li><a href="http://www.rimax.net/">Rimax DVD players using the Sigma Designs EM8500</a> 48 </li><li><a href="http://www.rimax.net/">Rimax DVD players using the Sigma Designs EM8500</a>
46 </li><li><a href="http://www.vinc.us/">Bravo DVD players using the Sigma Designs EM8500</a> 49 </li><li><a href="http://www.vinc.us/">Bravo DVD players using the Sigma Designs EM8500</a>
50 </li><li><a href="http://www.hb-direct.com/">H&B DX3110 Divx player based on Sigma Designs EM8500</a>
51 </li><li><a href="http://www.recospa.it/mdpro1/index.php">United *DVX4066 mpeg4 capable DVD players</a>
47 </li><li>Undoubtedly there are others... Please report them so we can shame them (or if necessary sue them) into compliance. 52 </li><li>Undoubtedly there are others... Please report them so we can shame them (or if necessary sue them) into compliance.
48 53
49</ul> 54</ul>