Make vodz happy and make fdisk always use large file support if
[oweals/busybox.git] / Changelog
1 ---------------------
2 PatchSet 4054 
3 Date: 2004/04/07 15:19:26
4 Author: andersen
5 Branch: HEAD
6 Tag: (none) 
7 Log:
8 Update changelog for release
9
10 Members: 
11         Changelog:1.290->1.291 
12
13 ---------------------
14 PatchSet 4055 
15 Date: 2004/04/07 15:19:41
16 Author: andersen
17 Branch: HEAD
18 Tag: busybox_1_00_pre9 
19 Log:
20 Update for release
21
22 Members: 
23         docs/busybox.net/news.html:1.12->1.13 
24
25 ---------------------
26 PatchSet 4056 
27 Date: 2004/04/07 16:07:55
28 Author: andersen
29 Branch: HEAD
30 Tag: (none) 
31 Log:
32 Document insmod -o
33
34 Members: 
35         include/usage.h:1.201->1.202 
36
37 ---------------------
38 PatchSet 4057 
39 Date: 2004/04/07 17:59:59
40 Author: andersen
41 Branch: HEAD
42 Tag: (none) 
43 Log:
44 Add the Tritton Technologies NAS120
45
46 Members: 
47         docs/busybox.net/shame.html:1.13->1.14 
48
49 ---------------------
50 PatchSet 4058 
51 Date: 2004/04/07 18:59:04
52 Author: andersen
53 Branch: HEAD
54 Tag: (none) 
55 Log:
56 Vladimir N. Oleynik writes:
57
58 Hi.
59
60 Last changes (rev 1.12) to recursive_actions() by Christian Grigis
61 have problem.
62 Test for demonstrate:
63
64 $ mkdir aaa bbb ccc
65 $ su
66 # chown root bbb
67 # chmod 700 bbb
68 # exit
69 $ busybox chmod 777 -R .
70 ./bbb: Permision denied
71
72 But "./ccc" mode not changed. Previous variant works fine,
73 errors skiped and continued recursion.
74
75
76 --w
77 vodz
78
79 Members: 
80         libbb/recursive_action.c:1.12->1.13 
81
82 ---------------------
83 PatchSet 4059 
84 Date: 2004/04/08 11:27:11
85 Author: bug1
86 Branch: HEAD
87 Tag: (none) 
88 Log:
89 Fix ftp resume
90 Terminate returned message at <CRLF> so strtoul returns without error
91
92 Members: 
93         networking/wget.c:1.72->1.73 
94
95 ---------------------
96 PatchSet 4060 
97 Date: 2004/04/09 07:59:05
98 Author: bug1
99 Branch: HEAD
100 Tag: (none) 
101 Log:
102 Add a comment explaining why we have to check for an extra \n
103
104 Members: 
105         archival/libunarchive/get_header_ar.c:1.9->1.10 
106
107 ---------------------
108 PatchSet 4061 
109 Date: 2004/04/12 03:22:39
110 Author: bug1
111 Branch: HEAD
112 Tag: (none) 
113 Log:
114 Fix up conditional compile of files needed by ip applets
115
116 Members: 
117         networking/libiproute/Makefile.in:1.5->1.6 
118
119 ---------------------
120 PatchSet 4062 
121 Date: 2004/04/12 03:35:44
122 Author: bug1
123 Branch: HEAD
124 Tag: (none) 
125 Log:
126 Fix compile error if CONFIG_FEATURE_IP_ADDR isnt enabled
127
128 Members: 
129         networking/ip.c:1.3->1.4 
130
131 ---------------------
132 PatchSet 4063 
133 Date: 2004/04/12 16:02:53
134 Author: andersen
135 Branch: HEAD
136 Tag: (none) 
137 Log:
138 make mount ignore -n when CONFIG_FEATURE_MTAB_SUPPORT is disabled
139
140 Members: 
141         util-linux/mount.c:1.116->1.117 
142
143 ---------------------
144 PatchSet 4064 
145 Date: 2004/04/12 16:03:51
146 Author: andersen
147 Branch: HEAD
148 Tag: (none) 
149 Log:
150 Fix spelling.  "sort of" is two words.
151
152 Members: 
153         README:1.33->1.34 
154         shell/cmdedit.c:1.90->1.91 
155
156 ---------------------
157 PatchSet 4065 
158 Date: 2004/04/12 16:05:10
159 Author: andersen
160 Branch: HEAD
161 Tag: (none) 
162 Log:
163 "Mac OS X" is how it is written on the Apple website
164
165 Members: 
166         README:1.34->1.35 
167
168 ---------------------
169 PatchSet 4066 
170 Date: 2004/04/12 16:12:06
171 Author: andersen
172 Branch: HEAD
173 Tag: (none) 
174 Log:
175 Patch from Rob Landley to fix sed documentation.
176 The -i option was not documented, and in genereal
177 the formatting was a bit ugly.
178
179 Members: 
180         include/usage.h:1.202->1.203 
181
182 ---------------------
183 PatchSet 4067 
184 Date: 2004/04/12 16:23:19
185 Author: andersen
186 Branch: HEAD
187 Tag: (none) 
188 Log:
189 Add an extra link
190
191 Members: 
192         docs/busybox.net/shame.html:1.14->1.15 
193
194 ---------------------
195 PatchSet 4068 
196 Date: 2004/04/12 18:59:23
197 Author: andersen
198 Branch: HEAD
199 Tag: (none) 
200 Log:
201 Jamie Guinan writes:
202
203 It looks like latest uClibc defines ARCH_HAS_MMU, but a few busybox files
204 test UCLIBC_HAS_MMU, resulting in vfork() getting called instead of
205 fork(), etc.
206
207 Patch below.   Only tested for lash.
208
209 Cheers,
210 -Jamie
211
212 Members: 
213         init/init.c:1.199->1.200 
214         shell/hush.c:1.66->1.67 
215         shell/lash.c:1.159->1.160 
216
217 ---------------------
218 PatchSet 4069 
219 Date: 2004/04/12 20:12:13
220 Author: andersen
221 Branch: HEAD
222 Tag: (none) 
223 Log:
224 Peter Milne writes:
225
226 Just upgraded from 0.6 to 1.00-pre8
227
228 Dot command handling handled args correctly (same as bash) in 0.60,
229 but failed in 1.00:
230
231 I fixed this by reverting the dotcmd function back to previous 0.60
232 instantiation,
233 please consider using the older version.
234
235 Thanks
236
237
238 Peter
239
240 Members: 
241         shell/ash.c:1.95->1.96 
242
243 ---------------------
244 PatchSet 4070 
245 Date: 2004/04/12 20:17:13
246 Author: andersen
247 Branch: HEAD
248 Tag: (none) 
249 Log:
250 As reported by Quy Tonthat, init has problems with inittab's that
251 contain only actions sysinit/wait/once. It does not clean up zombies
252 in that case.
253
254 Members: 
255         init/init.c:1.200->1.201 
256
257 ---------------------
258 PatchSet 4071 
259 Date: 2004/04/12 20:21:54
260 Author: andersen
261 Branch: HEAD
262 Tag: (none) 
263 Log:
264 Silly me
265
266 Members: 
267         init/init.c:1.201->1.202 
268
269 ---------------------
270 PatchSet 4072 
271 Date: 2004/04/12 21:57:17
272 Author: andersen
273 Branch: HEAD
274 Tag: (none) 
275 Log:
276 Eric Spakman noticed that ifdown' will attempt to run 'ifconfig'
277 even if built with CONFIG_FEATURE_IFUPDOWN_IP when shutting down
278 a dhcp connection.
279
280 Members: 
281         networking/ifupdown.c:1.36->1.37 
282
283 ---------------------
284 PatchSet 4073 
285 Date: 2004/04/12 22:41:29
286 Author: andersen
287 Branch: HEAD
288 Tag: (none) 
289 Log:
290 Wolfgang Denk writes:
291
292 He,
293
294 there is a bug in HUSH's handling of "if" / "elif" commands:
295
296         $  if true
297         > then
298         > echo 1
299         > elif
300         > true
301         > then
302         > echo 2
303         > elif
304         > true
305         > then
306         > echo 3
307         > else
308         > echo 4
309         > fi
310         1
311         2
312         3
313         $
314
315 The same bug exists in all versions of HUSH from BB v0.60.x up to and
316 including v1.00-pre9. The attached patch fixes this:
317
318         $ if true
319         > then
320         > echo 1
321         > elif
322         > true
323         > then
324         > echo 2
325         > elif
326         > true
327         > then
328         > echo 3
329         > else
330         > echo 4
331         > fi
332         1
333         $
334
335
336
337 Best regards,
338
339 Wolfgang Denk
340
341 Members: 
342         shell/hush.c:1.67->1.68 
343
344 ---------------------
345 PatchSet 4074 
346 Date: 2004/04/12 23:49:06
347 Author: andersen
348 Branch: HEAD
349 Tag: (none) 
350 Log:
351 Sigh.  The patch from David Anders (prpplague) broke standard
352 securetty files since the /dev was not stripped.
353
354 Members: 
355         loginutils/login.c:1.15->1.16 
356
357 ---------------------
358 PatchSet 4075 
359 Date: 2004/04/13 17:31:41
360 Author: andersen
361 Branch: HEAD
362 Tag: (none) 
363 Log:
364 Put the glibc nss junk back at the end
365
366 Members: 
367         docs/busybox_footer.pod:1.15->1.16 
368         docs/busybox_header.pod:1.16->1.17 
369
370 ---------------------
371 PatchSet 4076 
372 Date: 2004/04/13 19:28:46
373 Author: andersen
374 Branch: HEAD
375 Tag: (none) 
376 Log:
377 Fix several problems with start-stop-daemon, add -m support
378
379 Members: 
380         debianutils/start_stop_daemon.c:1.13->1.14 
381         include/usage.h:1.203->1.204 
382
383 ---------------------
384 PatchSet 4077 
385 Date: 2004/04/13 20:25:57
386 Author: andersen
387 Branch: HEAD
388 Tag: (none) 
389 Log:
390 slightly clean the whacked out formatting
391
392 Members: 
393         networking/ipcalc.c:1.8->1.9 
394
395 ---------------------
396 PatchSet 4078 
397 Date: 2004/04/13 20:27:20
398 Author: andersen
399 Branch: HEAD
400 Tag: (none) 
401 Log:
402 Fix incorrect ipcalc usage text
403
404 Members: 
405         include/usage.h:1.204->1.205 
406