blob: 9744dab6c910f4e8c0324cd58e2c4162dcbd57cc [file] [log] [blame]
Eric Andersenc9897242003-07-15 07:52:41 +00001---------------------
Eric Andersenf0da28c2003-12-23 09:12:09 +00002PatchSet 3773
3Date: 2003/12/11 02:48:15
4Author: andersen
5Branch: HEAD
6Tag: busybox_1_00_pre4
7Log:
8prepare for release
9
10Members:
11 Changelog:1.284->1.285
12 README:1.29->1.30
13 docs/busybox.net/news.html:1.1->1.2
14
15---------------------
16PatchSet 3774
17Date: 2003/12/11 07:13:15
Eric Andersen7a6a7732003-07-30 09:33:54 +000018Author: andersen
19Branch: HEAD
20Tag: (none)
21Log:
Eric Andersenf0da28c2003-12-23 09:12:09 +000022some minor website cleanups
Eric Andersen7a6a7732003-07-30 09:33:54 +000023
24Members:
Eric Andersenf0da28c2003-12-23 09:12:09 +000025 docs/busybox.net/cvs_anon.html:1.8->1.9
26 docs/busybox.net/cvs_write.html:1.7->1.8
27 docs/busybox.net/header.html:1.3->1.4
28 docs/busybox.net/news.html:1.2->1.3
Eric Andersen96bcfd31999-11-12 01:30:18 +000029
Eric Andersena4389cf2003-09-12 04:43:49 +000030---------------------
Eric Andersenf0da28c2003-12-23 09:12:09 +000031PatchSet 3775
32Date: 2003/12/11 08:04:49
Eric Andersena4389cf2003-09-12 04:43:49 +000033Author: andersen
34Branch: HEAD
35Tag: (none)
36Log:
Eric Andersenf0da28c2003-12-23 09:12:09 +000037Fixup some html bugs
Eric Andersena4389cf2003-09-12 04:43:49 +000038
39Members:
Eric Andersenf0da28c2003-12-23 09:12:09 +000040 docs/busybox.net/cvs_anon.html:1.9->1.10
41 docs/busybox.net/footer.html:1.1->1.2
42 docs/busybox.net/header.html:1.4->1.5
43 docs/busybox.net/news.html:1.3->1.4
44 docs/busybox.net/oldnews.html:1.17->1.18
45 docs/busybox.net/screenshot.html:1.7->1.8
Eric Andersena4389cf2003-09-12 04:43:49 +000046
47---------------------
Eric Andersenf0da28c2003-12-23 09:12:09 +000048PatchSet 3776
49Date: 2003/12/11 18:03:15
Eric Andersenc181f342003-12-11 02:48:15 +000050Author: andersen
51Branch: HEAD
52Tag: (none)
53Log:
Eric Andersenf0da28c2003-12-23 09:12:09 +000054It appears the Netgear WG602 distributes source
Eric Andersenc181f342003-12-11 02:48:15 +000055
56Members:
Eric Andersenf0da28c2003-12-23 09:12:09 +000057 docs/busybox.net/products.html:1.2->1.3
58 docs/busybox.net/shame.html:1.2->1.3
Eric Andersenc181f342003-12-11 02:48:15 +000059
60---------------------
Eric Andersenf0da28c2003-12-23 09:12:09 +000061PatchSet 3777
62Date: 2003/12/12 00:08:57
Eric Andersenc181f342003-12-11 02:48:15 +000063Author: andersen
64Branch: HEAD
65Tag: (none)
66Log:
Eric Andersenf0da28c2003-12-23 09:12:09 +000067Fix compile when CONFIG_FEATURE_HDPARM_GET_IDENTITY is disabled
Eric Andersenc181f342003-12-11 02:48:15 +000068
69Members:
Eric Andersenf0da28c2003-12-23 09:12:09 +000070 miscutils/hdparm.c:1.8->1.9
Eric Andersenc181f342003-12-11 02:48:15 +000071
72---------------------
Eric Andersenf0da28c2003-12-23 09:12:09 +000073PatchSet 3778
74Date: 2003/12/12 07:01:14
Eric Andersena4389cf2003-09-12 04:43:49 +000075Author: andersen
76Branch: HEAD
77Tag: (none)
78Log:
Eric Andersenf0da28c2003-12-23 09:12:09 +000079Doh! I broke automatic filesystem type guessing. Fix mount so
80it will properly fall back to /proc/mounts when /etc/filesystems
81is missing, allowing mount to guess the correct fs type when a
82fs type is not explicitly specified.
Eric Andersena4389cf2003-09-12 04:43:49 +000083 -Erik
84
85Members:
Eric Andersenf0da28c2003-12-23 09:12:09 +000086 util-linux/mount.c:1.114->1.115
Eric Andersena4389cf2003-09-12 04:43:49 +000087
88---------------------
Eric Andersenf0da28c2003-12-23 09:12:09 +000089PatchSet 3779
90Date: 2003/12/12 19:05:15
Eric Andersena4389cf2003-09-12 04:43:49 +000091Author: andersen
92Branch: HEAD
93Tag: (none)
94Log:
Eric Andersenf0da28c2003-12-23 09:12:09 +000095Be certain we use a correct entity when performing the
96BLKGETSIZE64 ioctl -- don't just assume 8,
Eric Andersena4389cf2003-09-12 04:43:49 +000097
98Members:
Eric Andersenf0da28c2003-12-23 09:12:09 +000099 util-linux/fdisk.c:1.13->1.14
Eric Andersena4389cf2003-09-12 04:43:49 +0000100
101---------------------
Eric Andersenf0da28c2003-12-23 09:12:09 +0000102PatchSet 3780
103Date: 2003/12/15 21:57:43
104Author: russ
105Branch: HEAD
106Tag: (none)
107Log:
108Get vfork_daemon_rexec working under uclinux
109
110Members:
111 include/libbb.h:1.122->1.123
112 libbb/vfork_daemon_rexec.c:1.1->1.2
113 miscutils/crond.c:1.10->1.11
114 sysklogd/klogd.c:1.18->1.19
115 sysklogd/syslogd.c:1.104->1.105
116
117---------------------
118PatchSet 3781
119Date: 2003/12/15 22:09:36
120Author: russ
121Branch: HEAD
122Tag: (none)
123Log:
124options is a pretty common symbol, bad idea to use as a global in udhcp when compiling into busybox
125
126Members:
127 networking/udhcp/clientpacket.c:1.3->1.4
128 networking/udhcp/files.c:1.4->1.5
129 networking/udhcp/options.c:1.5->1.6
130 networking/udhcp/options.h:1.3->1.4
131 networking/udhcp/script.c:1.5->1.6
132
133---------------------
134PatchSet 3782
135Date: 2003/12/15 22:11:26
136Author: russ
137Branch: HEAD
138Tag: (none)
139Log:
140make udhcp work under uclinux, to an extent
141
142Members:
143 networking/udhcp/common.c:1.2->1.3
144 networking/udhcp/script.c:1.6->1.7
145
146---------------------
147PatchSet 3783
148Date: 2003/12/16 01:29:40
149Author: russ
150Branch: HEAD
151Tag: (none)
152Log:
153not sure who made this change, but it certainly mucks things up (note 'fwrite(leases, ...'), adds a bit more code, and some stack overhead. Anywho, this fixes it, and retains the spirit of what the submitter of this change was attempting to acheive (the entire lease is written at once in a struct)
154
155Members:
156 networking/udhcp/files.c:1.5->1.6
157
158---------------------
159PatchSet 3784
160Date: 2003/12/16 01:33:38
161Author: russ
162Branch: HEAD
163Tag: (none)
164Log:
165whoops
166
167Members:
168 networking/udhcp/files.c:1.6->1.7
169
170---------------------
171PatchSet 3785
172Date: 2003/12/16 01:42:18
173Author: russ
174Branch: HEAD
175Tag: (none)
176Log:
177when compiled standalone, udhcp needs these headers
178
179Members:
180 networking/udhcp/files.c:1.7->1.8
181
182---------------------
183PatchSet 3786
184Date: 2003/12/16 02:28:20
185Author: russ
186Branch: HEAD
187Tag: (none)
188Log:
189start attempting to bring udhcp in busybox back to the state where it is (ideally) an exact copy of udhcp outside of busybox so that its easy to merge back and forth
190
191Members:
192 networking/udhcp/dhcpc.c:1.13->1.14
193 networking/udhcp/dumpleases.c:1.5->1.6
194 networking/udhcp/libbb_udhcp.h:1.3->1.4
195
196---------------------
197PatchSet 3787
198Date: 2003/12/16 02:29:46
199Author: russ
200Branch: HEAD
201Tag: (none)
202Log:
203why the complication of a static string rather than a define? gcc isn't dumb
204
205Members:
206 networking/udhcp/dhcpd.h:1.3->1.4
207 networking/udhcp/dumpleases.c:1.6->1.7
208 networking/udhcp/files.c:1.8->1.9
209
210---------------------
211PatchSet 3788
212Date: 2003/12/16 02:34:19
213Author: russ
214Branch: HEAD
215Tag: (none)
216Log:
217forgotten include
218
219Members:
220 networking/udhcp/dumpleases.c:1.7->1.8
221
222---------------------
223PatchSet 3789
224Date: 2003/12/16 02:38:09
225Author: russ
226Branch: HEAD
227Tag: (none)
228Log:
229revert removal of define
230
231Members:
232 networking/udhcp/Makefile.in:1.7->1.8
233
234---------------------
235PatchSet 3790
236Date: 2003/12/16 07:43:20
Eric Andersena4389cf2003-09-12 04:43:49 +0000237Author: andersen
238Branch: HEAD
239Tag: (none)
240Log:
Eric Andersenf0da28c2003-12-23 09:12:09 +0000241Using vlock also requires libcrypt
Eric Andersena4389cf2003-09-12 04:43:49 +0000242
243Members:
Eric Andersenf0da28c2003-12-23 09:12:09 +0000244 loginutils/Makefile.in:1.5->1.6
Eric Andersena4389cf2003-09-12 04:43:49 +0000245
246---------------------
Eric Andersenf0da28c2003-12-23 09:12:09 +0000247PatchSet 3791
248Date: 2003/12/16 12:04:01
Eric Andersena4389cf2003-09-12 04:43:49 +0000249Author: andersen
250Branch: HEAD
251Tag: (none)
252Log:
Eric Andersenf0da28c2003-12-23 09:12:09 +0000253remove reference to missing header file which is breaking the build
Eric Andersena4389cf2003-09-12 04:43:49 +0000254
255Members:
Eric Andersenf0da28c2003-12-23 09:12:09 +0000256 networking/udhcp/files.c:1.9->1.10
Eric Andersena4389cf2003-09-12 04:43:49 +0000257
258---------------------
Eric Andersenf0da28c2003-12-23 09:12:09 +0000259PatchSet 3792
260Date: 2003/12/16 20:44:15
261Author: russ
262Branch: HEAD
263Tag: (none)
264Log:
265include headers with prototypes to make sure prototypes match
266
267Members:
268 networking/udhcp/clientpacket.c:1.4->1.5
269 networking/udhcp/clientpacket.h:1.1->1.2
270 networking/udhcp/leases.c:1.2->1.3
271 networking/udhcp/packet.c:1.2->1.3
272 networking/udhcp/script.c:1.7->1.8
273 networking/udhcp/serverpacket.c:1.2->1.3
274 networking/udhcp/serverpacket.h:1.1->1.2
275 networking/udhcp/socket.c:1.4->1.5
276
277---------------------
278PatchSet 3793
279Date: 2003/12/16 22:46:33
280Author: russ
281Branch: HEAD
282Tag: (none)
283Log:
284clean up some bad, bad formatting
285
286Members:
287 networking/udhcp/files.c:1.10->1.11
288
289---------------------
290PatchSet 3794
291Date: 2003/12/18 22:25:38
292Author: russ
293Branch: HEAD
294Tag: (none)
295Log:
296Finish remerging busybox udhcp and udhcp. Some cleanups as well.
297
298Members:
299 networking/udhcp/AUTHORS:1.2->1.3
300 networking/udhcp/ChangeLog:1.6->1.7
301 networking/udhcp/Makefile.in:1.8->1.9
302 networking/udhcp/README:1.2->1.3
303 networking/udhcp/TODO:1.2->1.3
304 networking/udhcp/arpping.c:1.3->1.4
305 networking/udhcp/clientsocket.c:INITIAL->1.1
306 networking/udhcp/clientsocket.h:INITIAL->1.1
307 networking/udhcp/common.c:1.3->1.4
308 networking/udhcp/common.h:1.1->1.2
309 networking/udhcp/dhcpc.c:1.14->1.15
310 networking/udhcp/dhcpc.h:1.2->1.3
311 networking/udhcp/dhcpd.c:1.3->1.4
312 networking/udhcp/files.c:1.11->1.12
313 networking/udhcp/leases.c:1.3->1.4
314 networking/udhcp/leases.h:1.2->1.3
315 networking/udhcp/leases_file.c:1.1->1.2(DEAD)
316 networking/udhcp/libbb_udhcp.h:1.4->1.5
317 networking/udhcp/pidfile.c:1.2->1.3
318 networking/udhcp/pidfile.h:1.2->1.3
319 networking/udhcp/script.c:1.8->1.9
320 networking/udhcp/signalpipe.c:INITIAL->1.1
321 networking/udhcp/signalpipe.h:INITIAL->1.1
322 networking/udhcp/socket.c:1.5->1.6
323 networking/udhcp/socket.h:1.1->1.2
324
325---------------------
326PatchSet 3795
327Date: 2003/12/18 22:40:58
328Author: russ
329Branch: HEAD
330Tag: (none)
331Log:
332rename __getgrent so that it doesn't conflict with some libc's
333
334Members:
335 include/grp_.h:1.1->1.2
336 libpwdgrp/__getgrent.c:1.4->1.5
337 libpwdgrp/fgetgrent.c:1.2->1.3
338 libpwdgrp/getgrgid.c:1.3->1.4
339 libpwdgrp/getgrnam.c:1.3->1.4
340 libpwdgrp/grent.c:1.3->1.4
341 libpwdgrp/initgroups.c:1.5->1.6
342
343---------------------
344PatchSet 3796
345Date: 2003/12/19 10:13:10
Eric Andersena4389cf2003-09-12 04:43:49 +0000346Author: bug1
347Branch: HEAD
348Tag: (none)
349Log:
Eric Andersenf0da28c2003-12-23 09:12:09 +0000350Fix a bug preventing use of escaped characters that use the signed bit
Eric Andersena4389cf2003-09-12 04:43:49 +0000351
352Members:
Eric Andersenf0da28c2003-12-23 09:12:09 +0000353 libbb/getopt_ulflags.c:1.3->1.4
Eric Andersena4389cf2003-09-12 04:43:49 +0000354
Eric Andersenaa2afee2003-09-12 07:03:52 +0000355---------------------
Eric Andersenf0da28c2003-12-23 09:12:09 +0000356PatchSet 3797
357Date: 2003/12/19 10:34:36
358Author: andersen
359Branch: HEAD
360Tag: (none)
361Log:
362vodz noticed we need to cast things back to an unsigned long
363or the syscall will not get the proper arguments.
364
365Members:
366 util-linux/fdisk.c:1.14->1.15
367
368---------------------
369PatchSet 3798
370Date: 2003/12/19 10:37:52
Eric Andersenaa2afee2003-09-12 07:03:52 +0000371Author: bug1
372Branch: HEAD
373Tag: (none)
374Log:
Eric Andersenf0da28c2003-12-23 09:12:09 +0000375Use getopt_ulflags
Eric Andersenaa2afee2003-09-12 07:03:52 +0000376
377Members:
Eric Andersenf0da28c2003-12-23 09:12:09 +0000378 networking/ftpgetput.c:1.9->1.10
Eric Andersenaa2afee2003-09-12 07:03:52 +0000379
380---------------------
Eric Andersenf0da28c2003-12-23 09:12:09 +0000381PatchSet 3799
382Date: 2003/12/19 10:40:56
Eric Andersenaa2afee2003-09-12 07:03:52 +0000383Author: andersen
384Branch: HEAD
385Tag: (none)
386Log:
Eric Andersenf0da28c2003-12-23 09:12:09 +0000387don't use kernel headers
Eric Andersenaa2afee2003-09-12 07:03:52 +0000388
389Members:
Eric Andersenf0da28c2003-12-23 09:12:09 +0000390 networking/vconfig.c:1.3->1.4
Eric Andersenaa2afee2003-09-12 07:03:52 +0000391
392---------------------
Eric Andersenf0da28c2003-12-23 09:12:09 +0000393PatchSet 3800
394Date: 2003/12/19 10:46:00
Eric Andersenaa2afee2003-09-12 07:03:52 +0000395Author: andersen
396Branch: HEAD
397Tag: (none)
398Log:
Eric Andersenf0da28c2003-12-23 09:12:09 +0000399Manousaridis Angelos writes:
400
401Hello,
402
403I have been using busybox for some time now, for an ARM based platform.
404I was very pleased when I tried the 1.00preX series, with all the new
405utilities and daemons.
406
407I found out that the ifupdown in busybox does not behave exaclty like
408the debian version. Then the pre-up script fails, the interface is
409getting up. Also when the post-up script fails the return value is
410ignored. Actually everything is always run and the return value is
411always true. I looked at the original implementation from debian and
412fixed the busybox version to do the same. A patch is attached if anyone
413is interested.
Eric Andersenaa2afee2003-09-12 07:03:52 +0000414
415Members:
Eric Andersenf0da28c2003-12-23 09:12:09 +0000416 networking/ifupdown.c:1.34->1.35
Eric Andersenc181f342003-12-11 02:48:15 +0000417
418---------------------
Eric Andersenf0da28c2003-12-23 09:12:09 +0000419PatchSet 3801
420Date: 2003/12/19 10:47:40
Eric Andersenc181f342003-12-11 02:48:15 +0000421Author: andersen
422Branch: HEAD
423Tag: (none)
424Log:
Eric Andersenf0da28c2003-12-23 09:12:09 +0000425Manousaridis Angelos writes:
Eric Andersenc181f342003-12-11 02:48:15 +0000426
Eric Andersenf0da28c2003-12-23 09:12:09 +0000427Another issue I found was with the iproute utility. While using another
428program I found that it failed because the "ip route del" command was
429not found. I looked at the full iproute implementation and this command
430exists. The busybox version has the "ip route delete" command. I have
431created a patch which makes the "ip route del" command an alias to the
432"ip route delete" command.
Eric Andersenc181f342003-12-11 02:48:15 +0000433
434Members:
Eric Andersenf0da28c2003-12-23 09:12:09 +0000435 networking/libiproute/iproute.c:1.11->1.12
Eric Andersenc181f342003-12-11 02:48:15 +0000436
437---------------------
Eric Andersenf0da28c2003-12-23 09:12:09 +0000438PatchSet 3802
439Date: 2003/12/19 11:07:59
Eric Andersenc181f342003-12-11 02:48:15 +0000440Author: andersen
441Branch: HEAD
442Tag: (none)
443Log:
444Tito writes:
445
446Hi to all,
Eric Andersenf0da28c2003-12-23 09:12:09 +0000447here is a new patch for bb's devfsd. The news are:
Eric Andersenc181f342003-12-11 02:48:15 +0000448
Eric Andersenf0da28c2003-12-23 09:12:09 +00004491) Size reduction for the basic setup with no options compiled in from :
450 text data bss dec hex filename
451 10591 392 543 11526 2d06 devfsd.o
452 rw-r--r-- 1 root root 18536 Dec 18 21:52 devfsd.o
453
454 to:
455
456 text data bss dec hex filename
457 9303 392 543 10238 27fe devfsd.o
458 rw-r--r-- 1 root root 16528 Dec 18 22:02 devfsd.o
459
460 With this setup you should not expect much output from devfsd
461 ( just at start or with -v) and if some error occurs it only exits 1.
462 To have more output enable: " Increases logging (and size)" (+1568 b).
463
4642) The option "Adds function names to program output" was removed from config menu
465 and now to enable debug output you can use bb's standard option:
466 "Build BusyBox with Debugging symbols".
467 Be careful as with this option enabled a lot of data are outputted to /dev/log and/or to stderr.
468
4693) A new option: "Enables the -fg and -np option" was added to config menu (+128 b).
470
471BTW: option "Adds support for MODLOAD keyword in devsfd.conf" adds 268 b.
472
4734) The following keywords in devsfd.conf are supported:
474 "CLEAR_CONFIG", "INCLUDE", "OPTIONAL_INCLUDE", "RESTORE",
475 "PERMISSIONS", "EXECUTE", "COPY", "IGNORE", "MKOLDCOMPAT",
476 "MKNEWCOMPAT","RMOLDCOMPAT", "RMNEWCOMPAT".
477
478 But only if they are written UPPERCASE!!!!!!!!
479
4805)Help text in usage.h was modified.
481
4826)Something that I have forgotten..........
483
484I've tested this for the last week on my box and it seems to work as expected.
485
486Thanks in advance and please apply.
487
488Ciao,
489
Eric Andersenc181f342003-12-11 02:48:15 +0000490Tito
491
492Members:
Eric Andersenf0da28c2003-12-23 09:12:09 +0000493 include/usage.h:1.177->1.178
494 miscutils/Config.in:1.11->1.12
495 miscutils/devfsd.c:1.5->1.6
Eric Andersenc181f342003-12-11 02:48:15 +0000496
497---------------------
Eric Andersenf0da28c2003-12-23 09:12:09 +0000498PatchSet 3803
499Date: 2003/12/19 11:23:47
Eric Andersenc181f342003-12-11 02:48:15 +0000500Author: andersen
501Branch: HEAD
502Tag: (none)
503Log:
Eric Andersenf0da28c2003-12-23 09:12:09 +0000504Patch from Stephane Billiart:
505
506This removes references to config->remoteuser when
507CONFIG_FEATURE_HTTPD_CGI=y but CONFIG_FEATURE_HTTPD_BASIC_AUTH is not set
Eric Andersenc181f342003-12-11 02:48:15 +0000508
509Members:
Eric Andersenf0da28c2003-12-23 09:12:09 +0000510 networking/httpd.c:1.20->1.21
Eric Andersenc181f342003-12-11 02:48:15 +0000511
512---------------------
Eric Andersenf0da28c2003-12-23 09:12:09 +0000513PatchSet 3804
514Date: 2003/12/19 11:29:29
Eric Andersenc181f342003-12-11 02:48:15 +0000515Author: andersen
516Branch: HEAD
517Tag: (none)
518Log:
Eric Andersenf0da28c2003-12-23 09:12:09 +0000519Patch from Fillod Stephane:
520
521* The "rdate.patch" file makes rdate to NOT settimeofday if the date to be
522set equals current date. This prevents the system from experiencing nasty time
523discontinuities caused by sub-second changes, with a protocol that has only
524over second resolution. Depending on your taste, the "fprintf(stderr..." may be
525removed.
Eric Andersenc181f342003-12-11 02:48:15 +0000526
527Members:
Eric Andersenf0da28c2003-12-23 09:12:09 +0000528 util-linux/rdate.c:1.29->1.30
Eric Andersenc181f342003-12-11 02:48:15 +0000529
530---------------------
Eric Andersenf0da28c2003-12-23 09:12:09 +0000531PatchSet 3805
532Date: 2003/12/19 11:30:13
Eric Andersenc181f342003-12-11 02:48:15 +0000533Author: andersen
534Branch: HEAD
535Tag: (none)
536Log:
Eric Andersenf0da28c2003-12-23 09:12:09 +0000537Patch from Fillod Stephane:
538
539* While I'm at it, there's also a "telnetd.patch" which maps CRLF to CR,
540 like netkit-telnet does, required by the loosy Windows telnet clients.
Eric Andersenc181f342003-12-11 02:48:15 +0000541
542Members:
Eric Andersenf0da28c2003-12-23 09:12:09 +0000543 networking/telnetd.c:1.8->1.9
Eric Andersenc181f342003-12-11 02:48:15 +0000544
545---------------------
Eric Andersenf0da28c2003-12-23 09:12:09 +0000546PatchSet 3806
547Date: 2003/12/19 11:32:13
Eric Andersenc181f342003-12-11 02:48:15 +0000548Author: andersen
549Branch: HEAD
550Tag: (none)
551Log:
Eric Andersenf0da28c2003-12-23 09:12:09 +0000552Patch from Fillod Stephane:
553
554 You will find in the attached file "syslog.patch" a patch which adds
555 config options to set at compile time the size of the circular buffer,
556 and some documentation update.
Eric Andersenc181f342003-12-11 02:48:15 +0000557
558Members:
Eric Andersenf0da28c2003-12-23 09:12:09 +0000559 docs/busybox.sgml:1.50->1.51
560 include/usage.h:1.178->1.179
561 sysklogd/Config.in:1.5->1.6
562 sysklogd/logread.c:1.13->1.14
563 sysklogd/syslogd.c:1.105->1.106
Eric Andersenc181f342003-12-11 02:48:15 +0000564
565---------------------
Eric Andersenf0da28c2003-12-23 09:12:09 +0000566PatchSet 3807
567Date: 2003/12/19 12:03:18
568Author: bug1
Eric Andersenc181f342003-12-11 02:48:15 +0000569Branch: HEAD
570Tag: (none)
571Log:
Eric Andersenf0da28c2003-12-23 09:12:09 +0000572Allow escaped 8 bit characters in bb_opt_complementaly
Eric Andersenc181f342003-12-11 02:48:15 +0000573
574Members:
Eric Andersenf0da28c2003-12-23 09:12:09 +0000575 libbb/getopt_ulflags.c:1.4->1.5
Eric Andersenc181f342003-12-11 02:48:15 +0000576
577---------------------
Eric Andersenf0da28c2003-12-23 09:12:09 +0000578PatchSet 3808
579Date: 2003/12/19 12:08:56
580Author: bug1
Eric Andersenc181f342003-12-11 02:48:15 +0000581Branch: HEAD
582Tag: (none)
583Log:
Eric Andersenf0da28c2003-12-23 09:12:09 +0000584Use getopt_ulflags
Eric Andersenc181f342003-12-11 02:48:15 +0000585
586Members:
Eric Andersenf0da28c2003-12-23 09:12:09 +0000587 networking/wget.c:1.61->1.62
Eric Andersenc181f342003-12-11 02:48:15 +0000588
589---------------------
Eric Andersenf0da28c2003-12-23 09:12:09 +0000590PatchSet 3809
591Date: 2003/12/19 21:04:19
Eric Andersenc181f342003-12-11 02:48:15 +0000592Author: andersen
593Branch: HEAD
594Tag: (none)
595Log:
Eric Andersenf0da28c2003-12-23 09:12:09 +0000596Patch from Woody Suwalski:
Eric Andersenc181f342003-12-11 02:48:15 +0000597
Eric Andersenf0da28c2003-12-23 09:12:09 +0000598Erik, I think we have met online some time ago when I was in Corel/Rebel
599 Netwinder project....
600
601Anyway, I would like to use BB on 2.6.0 initrd. 1.00-pre4 works OK, if
602insmod is actually presented with a full path to the module. Otherwise -
603problems (not to mention conflicts when 2.4 modutil is enabled)
604
605Here are some patches for insmod and modprobe which try to walk around
606the default ".o" module format for 2.2/2.4 modules (you have probably
607noticed it is now .ko in 2.6 ;-)) Trying to steal as little space as
608possible if 2.6 not enabled...
609
610The modprobe is still not perfect on 2.6 - seems to be jamming on some
611dependencies, but works with some (to be debugged). Anyway after the
612patches it at least tries to work....
613
614Will there be a 1.00-pre5 coming any time soon?
615
616Thanks, Woody
Eric Andersenc181f342003-12-11 02:48:15 +0000617
618Members:
Eric Andersenf0da28c2003-12-23 09:12:09 +0000619 modutils/insmod.c:1.107->1.108
620 modutils/modprobe.c:1.23->1.24
Eric Andersenc181f342003-12-11 02:48:15 +0000621
622---------------------
Eric Andersenf0da28c2003-12-23 09:12:09 +0000623PatchSet 3810
624Date: 2003/12/20 01:47:16
625Author: bug1
Eric Andersenc181f342003-12-11 02:48:15 +0000626Branch: HEAD
627Tag: (none)
628Log:
Eric Andersenf0da28c2003-12-23 09:12:09 +0000629Change interface to bb_lookup_host, dont try and set port inside this
630function as there is no gracefull way of handling failures.
631Rename bb_getport to bb_lookup_port, allow a default port to be
632specified so it always returns a correct value.
633Modify ftpgetput/rdate/wget to use the new interface.
634wget/rdate now use etc/services with a falback default value.
Eric Andersenc181f342003-12-11 02:48:15 +0000635
636Members:
Eric Andersenf0da28c2003-12-23 09:12:09 +0000637 include/libbb.h:1.123->1.124
638 libbb/xconnect.c:1.8->1.9
639 networking/ftpgetput.c:1.10->1.11
640 networking/telnet.c:1.39->1.40
641 networking/wget.c:1.62->1.63
642 util-linux/rdate.c:1.30->1.31
Eric Andersenc181f342003-12-11 02:48:15 +0000643
644---------------------
Eric Andersenf0da28c2003-12-23 09:12:09 +0000645PatchSet 3811
646Date: 2003/12/20 03:19:27
647Author: bug1
Eric Andersenc181f342003-12-11 02:48:15 +0000648Branch: HEAD
649Tag: (none)
650Log:
Eric Andersenf0da28c2003-12-23 09:12:09 +0000651display the port number number correctly, other minor optimisations
Eric Andersenc181f342003-12-11 02:48:15 +0000652
653Members:
Eric Andersenf0da28c2003-12-23 09:12:09 +0000654 networking/ftpgetput.c:1.11->1.12
Eric Andersenc181f342003-12-11 02:48:15 +0000655
656---------------------
Eric Andersenf0da28c2003-12-23 09:12:09 +0000657PatchSet 3812
658Date: 2003/12/20 04:38:01
659Author: bug1
Eric Andersenc181f342003-12-11 02:48:15 +0000660Branch: HEAD
661Tag: (none)
662Log:
Eric Andersenf0da28c2003-12-23 09:12:09 +0000663Use low level file descriptors to match bb_copyfd_eof
Eric Andersenc181f342003-12-11 02:48:15 +0000664
665Members:
Eric Andersenf0da28c2003-12-23 09:12:09 +0000666 libbb/copy_file.c:1.26->1.27
Eric Andersenc181f342003-12-11 02:48:15 +0000667
668---------------------
Eric Andersenf0da28c2003-12-23 09:12:09 +0000669PatchSet 3813
670Date: 2003/12/20 05:43:34
671Author: bug1
672Branch: HEAD
673Tag: (none)
674Log:
675Allow recieving file to stdout, sending files from stdin, use the '-'
676filename. Save a variable.
677
678Members:
679 networking/ftpgetput.c:1.12->1.13
680
681---------------------
682PatchSet 3814
683Date: 2003/12/20 06:00:08
684Author: bug1
685Branch: HEAD
686Tag: (none)
687Log:
688Use bb_xopen
689
690Members:
691 console-tools/dumpkmap.c:1.16->1.17
692 console-tools/loadacm.c:1.23->1.24
693 console-tools/loadfont.c:1.20->1.21
694 console-tools/openvt.c:1.5->1.6
695
696---------------------
697PatchSet 3815
698Date: 2003/12/20 07:07:22
Eric Andersenc181f342003-12-11 02:48:15 +0000699Author: andersen
700Branch: HEAD
701Tag: (none)
702Log:
Eric Andersenf0da28c2003-12-23 09:12:09 +0000703Kill off the loadacm applet. It is unused, unmaintained
704garbage leftover from before I started maintaining BusyBox.
705As the Klingon's like to say, Today is a good day to die.
Eric Andersenc181f342003-12-11 02:48:15 +0000706 -Erik
707
708Members:
Eric Andersenf0da28c2003-12-23 09:12:09 +0000709 console-tools/Config.in:1.3->1.4
710 console-tools/Makefile.in:1.3->1.4
711 console-tools/loadacm.c:1.24->1.25(DEAD)
712 console-tools/reset.c:1.11->1.12
713 debian/config-deb:1.9->1.10
714 debian/config-static:1.12->1.13
715 debian/config-udeb:1.16->1.17
716 debian/config-udeb-linux-i386:1.2->1.3
717 include/applets.h:1.107->1.108
718 sysdeps/linux/defconfig:1.5->1.6
Eric Andersenc181f342003-12-11 02:48:15 +0000719
720---------------------
Eric Andersenf0da28c2003-12-23 09:12:09 +0000721PatchSet 3816
722Date: 2003/12/20 07:16:21
Eric Andersenc181f342003-12-11 02:48:15 +0000723Author: andersen
724Branch: HEAD
725Tag: (none)
726Log:
Eric Andersenf0da28c2003-12-23 09:12:09 +0000727Eradicate all references to loadacm
Eric Andersenc181f342003-12-11 02:48:15 +0000728
729Members:
Eric Andersenf0da28c2003-12-23 09:12:09 +0000730 docs/busybox.sgml:1.51->1.52
731 docs/busybox_header.pod:1.11->1.12
732 docs/busybox.net/screenshot.html:1.8->1.9
733 include/usage.h:1.179->1.180
Eric Andersenc181f342003-12-11 02:48:15 +0000734
735---------------------
Eric Andersenf0da28c2003-12-23 09:12:09 +0000736PatchSet 3817
737Date: 2003/12/20 07:26:10
Eric Andersenc181f342003-12-11 02:48:15 +0000738Author: andersen
739Branch: HEAD
740Tag: (none)
741Log:
Eric Andersenf0da28c2003-12-23 09:12:09 +0000742Try to accomodate systems that do not define PAGE_SHIFT
Eric Andersenc181f342003-12-11 02:48:15 +0000743
744Members:
Eric Andersenf0da28c2003-12-23 09:12:09 +0000745 libbb/procps.c:1.8->1.9
Eric Andersenc181f342003-12-11 02:48:15 +0000746
747---------------------
Eric Andersenf0da28c2003-12-23 09:12:09 +0000748PatchSet 3818
749Date: 2003/12/20 07:30:34
Eric Andersenc181f342003-12-11 02:48:15 +0000750Author: bug1
751Branch: HEAD
752Tag: (none)
753Log:
Eric Andersenf0da28c2003-12-23 09:12:09 +0000754New applet, rx, by Christopher Hoover
Eric Andersenc181f342003-12-11 02:48:15 +0000755
756Members:
Eric Andersenf0da28c2003-12-23 09:12:09 +0000757 include/applets.h:1.108->1.109
758 include/usage.h:1.180->1.181
759 miscutils/Config.in:1.12->1.13
760 miscutils/Makefile.in:1.10->1.11
761 miscutils/rx.c:INITIAL->1.1
Eric Andersenc181f342003-12-11 02:48:15 +0000762
763---------------------
Eric Andersenf0da28c2003-12-23 09:12:09 +0000764PatchSet 3819
765Date: 2003/12/20 09:17:50
Eric Andersenc181f342003-12-11 02:48:15 +0000766Author: andersen
767Branch: HEAD
768Tag: (none)
769Log:
Eric Andersenf0da28c2003-12-23 09:12:09 +0000770doh!
Eric Andersenc181f342003-12-11 02:48:15 +0000771
772Members:
Eric Andersenf0da28c2003-12-23 09:12:09 +0000773 libbb/procps.c:1.9->1.10
Eric Andersenc181f342003-12-11 02:48:15 +0000774
775---------------------
Eric Andersenf0da28c2003-12-23 09:12:09 +0000776PatchSet 3820
777Date: 2003/12/20 10:23:28
Eric Andersenc181f342003-12-11 02:48:15 +0000778Author: andersen
779Branch: HEAD
780Tag: (none)
781Log:
Eric Andersenf0da28c2003-12-23 09:12:09 +0000782bother. It seems I can't read.
Eric Andersenc181f342003-12-11 02:48:15 +0000783
784Members:
Eric Andersenf0da28c2003-12-23 09:12:09 +0000785 libbb/procps.c:1.10->1.11
Eric Andersenc181f342003-12-11 02:48:15 +0000786
787---------------------
Eric Andersenf0da28c2003-12-23 09:12:09 +0000788PatchSet 3821
789Date: 2003/12/21 08:59:24
Eric Andersenc181f342003-12-11 02:48:15 +0000790Author: andersen
791Branch: HEAD
792Tag: (none)
793Log:
Eric Andersenf0da28c2003-12-23 09:12:09 +0000794Don't hose up perms for files that happen to have symlinks
795in the tarball that point to them.
Eric Andersenc181f342003-12-11 02:48:15 +0000796 -Erik
797
798Members:
Eric Andersenf0da28c2003-12-23 09:12:09 +0000799 archival/libunarchive/data_extract_all.c:1.17->1.18
Eric Andersenc181f342003-12-11 02:48:15 +0000800
801---------------------
Eric Andersenf0da28c2003-12-23 09:12:09 +0000802PatchSet 3822
803Date: 2003/12/21 09:04:54
Eric Andersenc181f342003-12-11 02:48:15 +0000804Author: andersen
805Branch: HEAD
806Tag: (none)
807Log:
Eric Andersenf0da28c2003-12-23 09:12:09 +0000808Bump version
Eric Andersenc181f342003-12-11 02:48:15 +0000809
810Members:
Eric Andersenf0da28c2003-12-23 09:12:09 +0000811 Rules.mak:1.24->1.25
Eric Andersenc181f342003-12-11 02:48:15 +0000812
813---------------------
Eric Andersenf0da28c2003-12-23 09:12:09 +0000814PatchSet 3823
815Date: 2003/12/22 21:02:41
816Author: bug1
817Branch: HEAD
818Tag: (none)
819Log:
820Fix a bug of mine where extracting files to stdout would extract to
821much, modified patch from Bastian Blank
822
823Members:
824 archival/libunarchive/data_extract_to_stdout.c:1.3->1.4
825
826---------------------
827PatchSet 3824
828Date: 2003/12/23 07:21:33
829Author: bug1
830Branch: HEAD
831Tag: (none)
832Log:
833Fix compile error, the indenting really needs to be fixed here
834
835Members:
836 miscutils/crond.c:1.11->1.12
837
838---------------------
839PatchSet 3825
840Date: 2003/12/23 08:53:51
Eric Andersenc181f342003-12-11 02:48:15 +0000841Author: andersen
842Branch: HEAD
843Tag: (none)
844Log:
Eric Andersenf0da28c2003-12-23 09:12:09 +0000845Patch from Matt Kraai:
Eric Andersenc181f342003-12-11 02:48:15 +0000846
Eric Andersenf0da28c2003-12-23 09:12:09 +0000847sed is broken:
Eric Andersenc181f342003-12-11 02:48:15 +0000848
Eric Andersenf0da28c2003-12-23 09:12:09 +0000849 busybox sed -n '/^a/,/^a/p' >output <<EOF
850 a
851 b
852 a
853 b
854 EOF
855 cmp -s output - <<EOF
856 a
857 b
858 a
859 EOF
Eric Andersenc181f342003-12-11 02:48:15 +0000860
Eric Andersenf0da28c2003-12-23 09:12:09 +0000861The attached patch fixes it.
Eric Andersenc181f342003-12-11 02:48:15 +0000862
863Members:
Eric Andersenf0da28c2003-12-23 09:12:09 +0000864 editors/sed.c:1.156->1.157
Eric Andersenaa2afee2003-09-12 07:03:52 +0000865