diff options
author | Eric Andersen <andersen@codepoet.org> | 2003-12-11 02:48:15 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2003-12-11 02:48:15 +0000 |
commit | c181f34c8745fb9348c8ffe17149b46b52c14004 (patch) | |
tree | d862341ae4430831fdaac8e6fbd7f5acdeb177fd | |
parent | e7047887b040da7035f11d0fe48d76bd67381c9c (diff) | |
download | busybox-w32-1_00_pre4.tar.gz busybox-w32-1_00_pre4.tar.bz2 busybox-w32-1_00_pre4.zip |
prepare for release1_00_pre4
-rw-r--r-- | Changelog | 2946 | ||||
-rw-r--r-- | README | 2 | ||||
-rw-r--r-- | docs/busybox.net/news.html | 33 |
3 files changed, 2264 insertions, 717 deletions
@@ -1,1585 +1,3099 @@ | |||
1 | --------------------- | 1 | --------------------- |
2 | PatchSet 3463 | 2 | PatchSet 3568 |
3 | Date: 2003/07/30 09:55:59 | 3 | Date: 2003/09/12 08:03:14 |
4 | Author: andersen | 4 | Author: andersen |
5 | Branch: HEAD | 5 | Branch: HEAD |
6 | Tag: (none) | 6 | Tag: (none) |
7 | Log: | 7 | Log: |
8 | Lars Ekman writes: | 8 | Remove version # |
9 | 9 | ||
10 | When using "losetup" the device is always setup as Read-Only. | 10 | Members: |
11 | 11 | docs/busybox.net/index.html:1.130->1.131 | |
12 | (I have only tested with the -o flag, but looking at the code the | ||
13 | problem seems general) | ||
14 | 12 | ||
15 | The problem is the "opt" variable in "losetup.c" that is reused in | 13 | --------------------- |
16 | the "set_loop()" call. Clear it before the call and everything is OK; | 14 | PatchSet 3569 |
15 | Date: 2003/09/12 08:03:52 | ||
16 | Author: andersen | ||
17 | Branch: HEAD | ||
18 | Tag: (none) | ||
19 | Log: | ||
20 | Final changelog update | ||
17 | 21 | ||
18 | opt = 0; /* <-------- added line */ | 22 | Members: |
19 | if (delete) | 23 | Changelog:1.283->1.284 |
20 | return del_loop (argv[optind]) ? EXIT_SUCCESS : EXIT_FAILURE; | ||
21 | else | ||
22 | return set_loop (argv[optind], argv[optind + 1], offset, &opt) | ||
23 | ? EXIT_FAILURE : EXIT_SUCCESS; | ||
24 | } | ||
25 | 24 | ||
26 | Best Regards, | 25 | --------------------- |
27 | Lars Ekman | 26 | PatchSet 3570 |
27 | Date: 2003/09/12 08:36:46 | ||
28 | Author: andersen | ||
29 | Branch: HEAD | ||
30 | Tag: (none) | ||
31 | Log: | ||
32 | Fix obligitory typos | ||
28 | 33 | ||
29 | Members: | 34 | Members: |
30 | util-linux/losetup.c:1.2->1.3 | 35 | docs/busybox.net/index.html:1.131->1.132 |
31 | 36 | ||
32 | --------------------- | 37 | --------------------- |
33 | PatchSet 3464 | 38 | PatchSet 3571 |
34 | Date: 2003/07/30 10:33:52 | 39 | Date: 2003/09/12 09:32:24 |
35 | Author: andersen | 40 | Author: andersen |
36 | Branch: HEAD | 41 | Branch: HEAD |
37 | Tag: busybox_1_00_pre2 | 42 | Tag: (none) |
38 | Log: | 43 | Log: |
39 | Update webpage and changelog for release | 44 | Remove final \n |
40 | 45 | ||
41 | Members: | 46 | Members: |
42 | Changelog:1.281->1.282 | 47 | util-linux/rdate.c:1.24->1.25 |
43 | docs/busybox.net/index.html:1.124->1.125 | ||
44 | docs/busybox.net/oldnews.html:1.14->1.15 | ||
45 | 48 | ||
46 | --------------------- | 49 | --------------------- |
47 | PatchSet 3465 | 50 | PatchSet 3572 |
48 | Date: 2003/07/30 18:17:33 | 51 | Date: 2003/09/12 09:39:05 |
49 | Author: andersen | 52 | Author: andersen |
50 | Branch: HEAD | 53 | Branch: HEAD |
54 | Tag: busybox_1_00_pre3 **FUNKY** | ||
55 | Log: | ||
56 | As vodz just pointed out, I screwup up the call to bb_xasprintf! | ||
57 | |||
58 | Members: | ||
59 | networking/ifupdown.c:1.33->1.34 | ||
60 | |||
61 | --------------------- | ||
62 | PatchSet 3573 | ||
63 | Date: 2003/09/12 11:58:54 | ||
64 | Author: bug1 | ||
65 | Branch: HEAD | ||
66 | Tag: (none) | ||
67 | Log: | ||
68 | Typo. | ||
69 | |||
70 | Members: | ||
71 | include/usage.h:1.166->1.167 | ||
72 | |||
73 | --------------------- | ||
74 | PatchSet 3574 | ||
75 | Date: 2003/09/12 12:27:15 | ||
76 | Author: bug1 | ||
77 | Branch: HEAD | ||
78 | Tag: (none) | ||
79 | Log: | ||
80 | Fix compile error, Vodz, last_path_113 | ||
81 | |||
82 | Members: | ||
83 | networking/telnetd.c:1.7->1.8 | ||
84 | |||
85 | --------------------- | ||
86 | PatchSet 3575 | ||
87 | Date: 2003/09/13 07:57:39 | ||
88 | Author: bug1 | ||
89 | Branch: HEAD | ||
90 | Tag: (none) | ||
91 | Log: | ||
92 | Fix the following testcase by storing the state of the adress match with | ||
93 | the command. | ||
94 | # cat strings | ||
95 | a | ||
96 | b | ||
97 | c | ||
98 | d | ||
99 | e | ||
100 | f | ||
101 | g | ||
102 | # ./busybox sed '1,2d;4,$d' <strings | ||
103 | c | ||
104 | # ./busybox sed '4,$d;1,2d' <strings | ||
105 | # sed '4,$d;1,2d' <strings | ||
106 | c | ||
107 | # sed '1,2d;4,$d' <strings | ||
108 | c | ||
109 | |||
110 | Members: | ||
111 | editors/sed.c:1.131->1.132 | ||
112 | |||
113 | --------------------- | ||
114 | PatchSet 3576 | ||
115 | Date: 2003/09/13 16:12:22 | ||
116 | Author: bug1 | ||
117 | Branch: HEAD | ||
118 | Tag: (none) | ||
119 | Log: | ||
120 | Fix the following testcase by disabling global substitution if the regex | ||
121 | is anchored to the start of line, there can be only one subst. | ||
122 | echo "aah" | sed 's/^a/b/g' | ||
123 | |||
124 | Members: | ||
125 | editors/sed.c:1.132->1.133 | ||
126 | |||
127 | --------------------- | ||
128 | PatchSet 3577 | ||
129 | Date: 2003/09/14 02:25:31 | ||
130 | Author: bug1 | ||
131 | Branch: HEAD | ||
51 | Tag: (none) | 132 | Tag: (none) |
52 | Log: | 133 | Log: |
53 | Remove LRP (now defunct) and replace it with leaf. | 134 | Fix some memory allocation problems |
54 | 135 | ||
55 | Members: | 136 | Members: |
56 | docs/busybox.net/index.html:1.125->1.126 | 137 | editors/sed.c:1.133->1.134 |
57 | 138 | ||
58 | --------------------- | 139 | --------------------- |
59 | PatchSet 3466 | 140 | PatchSet 3578 |
60 | Date: 2003/07/31 02:53:50 | 141 | Date: 2003/09/14 03:37:46 |
61 | Author: bug1 | 142 | Author: bug1 |
62 | Branch: HEAD | 143 | Branch: HEAD |
63 | Tag: (none) | 144 | Tag: (none) |
64 | Log: | 145 | Log: |
65 | Fix bug when handling debian packages. | 146 | Stupid typo |
66 | If we read the contents of compressed files within the ar archive, | ||
67 | e.g. control.tar.gz, then file position gets all out of whack, so | ||
68 | it has to be reset before reading thenext header. | ||
69 | 147 | ||
70 | Members: | 148 | Members: |
71 | archival/libunarchive/get_header_ar.c:1.6->1.7 | 149 | editors/sed.c:1.134->1.135 |
72 | 150 | ||
73 | --------------------- | 151 | --------------------- |
74 | PatchSet 3467 | 152 | PatchSet 3579 |
75 | Date: 2003/07/31 18:50:17 | 153 | Date: 2003/09/14 05:06:12 |
154 | Author: bug1 | ||
155 | Branch: HEAD | ||
156 | Tag: (none) | ||
157 | Log: | ||
158 | Patch from Rob Landley | ||
159 | |||
160 | Fixed a memory leak in add_cmd/add_cmd_str by moving the allocation | ||
161 | of sed_cmd down to where it's actually first needed. | ||
162 | |||
163 | In get_address, if index_of_next_unescaped_regexp_delim ever failed, we | ||
164 | wouldn't notice because the return value was added to idx, which was | ||
165 | already guaranteed to be > 0. (This is buried in the changes made when | ||
166 | I redid get_address to be based on pointer arithmetic, because all the tests | ||
167 | were gratuitously dereferencing with a constant zero, which wasn't obvious.) | ||
168 | |||
169 | Comment in parse_regex_delim was wrong: 's' and 'y' both call it. | ||
170 | |||
171 | The reason "sed_cmd->num_backrefs = 0;" isn't needed is that sed_cmd was | ||
172 | allocated with cmalloc, which zeroes memory. | ||
173 | |||
174 | Different handling of space after \ in i... | ||
175 | |||
176 | Different handling of pattern "s/a/b s/c/d" | ||
177 | |||
178 | Cool, resursive reads don't cause a crash. :) | ||
179 | |||
180 | Fixed "sed -f blah filename - < filename" since GNU sed was handling | ||
181 | both - and filenames on the same line. (You can even list - more than | ||
182 | once, although it's immediate EOF...) | ||
183 | |||
184 | Members: | ||
185 | editors/sed.c:1.135->1.136 | ||
186 | |||
187 | --------------------- | ||
188 | PatchSet 3580 | ||
189 | Date: 2003/09/14 07:01:14 | ||
190 | Author: bug1 | ||
191 | Branch: HEAD | ||
192 | Tag: (none) | ||
193 | Log: | ||
194 | Fix branching commands. | ||
195 | |||
196 | If a label isnt specified, jump to end of script, not the last command | ||
197 | in the script. | ||
198 | |||
199 | Print an error and exit if you try and jump to a non-existant label | ||
200 | |||
201 | Works for the following testcase | ||
202 | # cat strings | ||
203 | a | ||
204 | b | ||
205 | c | ||
206 | d | ||
207 | e | ||
208 | f | ||
209 | g | ||
210 | # cat strings | ./busybox sed -n '/d/b;p' | ||
211 | a | ||
212 | b | ||
213 | c | ||
214 | e | ||
215 | f | ||
216 | g | ||
217 | |||
218 | Members: | ||
219 | editors/sed.c:1.136->1.137 | ||
220 | |||
221 | --------------------- | ||
222 | PatchSet 3581 | ||
223 | Date: 2003/09/14 08:59:28 | ||
224 | Author: bug1 | ||
225 | Branch: HEAD | ||
226 | Tag: (none) | ||
227 | Log: | ||
228 | Preserve substitution flag value within the current line. | ||
229 | Fixed the following testcase | ||
230 | # cat strings |./busybox sed -n -f test3.sed | ||
231 | 1 | ||
232 | 1 | ||
233 | 2 | ||
234 | c | ||
235 | c | ||
236 | # cat strings | ||
237 | a | ||
238 | b | ||
239 | c | ||
240 | |||
241 | Members: | ||
242 | editors/sed.c:1.137->1.138 | ||
243 | |||
244 | --------------------- | ||
245 | PatchSet 3582 | ||
246 | Date: 2003/09/14 09:52:53 | ||
247 | Author: bug1 | ||
248 | Branch: HEAD | ||
249 | Tag: (none) | ||
250 | Log: | ||
251 | The previous fix for 's/a/1/;s/b/2/;t one;p;:one;p' broke the case of | ||
252 | echo fooba | ./busybox sed -n 's/foo//;s/bar/found/p' | ||
253 | |||
254 | I really need to start adding these tests to the testsuite. | ||
255 | |||
256 | keep the substituted and altered flags seperate | ||
257 | |||
258 | Members: | ||
259 | editors/sed.c:1.138->1.139 | ||
260 | |||
261 | --------------------- | ||
262 | PatchSet 3583 | ||
263 | Date: 2003/09/14 10:38:24 | ||
264 | Author: bug1 | ||
265 | Branch: HEAD | ||
266 | Tag: (none) | ||
267 | Log: | ||
268 | Add two new tests, sed-recurses-properly should always work | ||
269 | |||
270 | Members: | ||
271 | testsuite/sed/sed-branch:INITIAL->1.1 | ||
272 | testsuite/sed/sed-chains-substs2:INITIAL->1.1 | ||
273 | testsuite/sed/sed-recurses-properly:1.4->1.5 | ||
274 | |||
275 | --------------------- | ||
276 | PatchSet 3584 | ||
277 | Date: 2003/09/14 12:10:08 | ||
278 | Author: bug1 | ||
279 | Branch: HEAD | ||
280 | Tag: (none) | ||
281 | Log: | ||
282 | Update sed branch tests | ||
283 | |||
284 | Members: | ||
285 | testsuite/sed/sed-branch:1.1->1.2 | ||
286 | testsuite/sed/sed-branch-conditional:INITIAL->1.1 | ||
287 | testsuite/sed/sed-branch-no-label:INITIAL->1.1 | ||
288 | |||
289 | --------------------- | ||
290 | PatchSet 3585 | ||
291 | Date: 2003/09/14 16:24:18 | ||
292 | Author: bug1 | ||
293 | Branch: HEAD | ||
294 | Tag: (none) | ||
295 | Log: | ||
296 | Cleanup memory usage | ||
297 | |||
298 | Members: | ||
299 | editors/sed.c:1.139->1.140 | ||
300 | |||
301 | --------------------- | ||
302 | PatchSet 3586 | ||
303 | Date: 2003/09/14 17:28:08 | ||
304 | Author: bug1 | ||
305 | Branch: HEAD | ||
306 | Tag: (none) | ||
307 | Log: | ||
308 | Memory cleanups and fix for `echo "foo" | sed 's/foo/bar/;H;q'` | ||
309 | |||
310 | Members: | ||
311 | editors/sed.c:1.140->1.141 | ||
312 | |||
313 | --------------------- | ||
314 | PatchSet 3587 | ||
315 | Date: 2003/09/15 04:37:32 | ||
316 | Author: bug1 | ||
317 | Branch: HEAD | ||
318 | Tag: (none) | ||
319 | Log: | ||
320 | Update Matteo Croce's email address | ||
321 | |||
322 | Members: | ||
323 | miscutils/hdparm.c:1.4->1.5 | ||
324 | |||
325 | --------------------- | ||
326 | PatchSet 3588 | ||
327 | Date: 2003/09/15 05:41:17 | ||
328 | Author: bug1 | ||
329 | Branch: HEAD | ||
330 | Tag: (none) | ||
331 | Log: | ||
332 | Check sed doesnt go into an infinite loop (yes it does) | ||
333 | |||
334 | Members: | ||
335 | testsuite/sed/sed-branch-conditional2:INITIAL->1.1 | ||
336 | |||
337 | --------------------- | ||
338 | PatchSet 3589 | ||
339 | Date: 2003/09/15 05:55:29 | ||
340 | Author: bug1 | ||
341 | Branch: HEAD | ||
342 | Tag: (none) | ||
343 | Log: | ||
344 | Fix recursion problem | ||
345 | |||
346 | Members: | ||
347 | editors/sed.c:1.141->1.142 | ||
348 | |||
349 | --------------------- | ||
350 | PatchSet 3590 | ||
351 | Date: 2003/09/15 06:35:47 | ||
352 | Author: bug1 | ||
353 | Branch: HEAD | ||
354 | Tag: (none) | ||
355 | Log: | ||
356 | Test the N command | ||
357 | |||
358 | Members: | ||
359 | testsuite/sed/sed-append-next-line:INITIAL->1.1 | ||
360 | |||
361 | --------------------- | ||
362 | PatchSet 3591 | ||
363 | Date: 2003/09/15 06:42:05 | ||
364 | Author: bug1 | ||
365 | Branch: HEAD | ||
366 | Tag: (none) | ||
367 | Log: | ||
368 | Fix for the sed-append-next-line test | ||
369 | |||
370 | Members: | ||
371 | editors/sed.c:1.142->1.143 | ||
372 | |||
373 | --------------------- | ||
374 | PatchSet 3592 | ||
375 | Date: 2003/09/15 06:53:28 | ||
376 | Author: bug1 | ||
377 | Branch: HEAD | ||
378 | Tag: (none) | ||
379 | Log: | ||
380 | Test for use of newline in regex's, this feature is used by most | ||
381 | configure scripts. | ||
382 | |||
383 | Members: | ||
384 | testsuite/sed/sed-regex-match-newline:INITIAL->1.1 | ||
385 | |||
386 | --------------------- | ||
387 | PatchSet 3593 | ||
388 | Date: 2003/09/15 07:12:53 | ||
389 | Author: bug1 | ||
390 | Branch: HEAD | ||
391 | Tag: (none) | ||
392 | Log: | ||
393 | A test and fix for the sed 'n' command | ||
394 | |||
395 | Members: | ||
396 | editors/sed.c:1.143->1.144 | ||
397 | testsuite/sed/sed-next-line:INITIAL->1.1 | ||
398 | |||
399 | --------------------- | ||
400 | PatchSet 3594 | ||
401 | Date: 2003/09/15 07:28:40 | ||
402 | Author: bug1 | ||
403 | Branch: HEAD | ||
404 | Tag: (none) | ||
405 | Log: | ||
406 | Add a test for the 'P' command and fix current implementation so it | ||
407 | doesnt permanently modify the pattern space. | ||
408 | |||
409 | Members: | ||
410 | editors/sed.c:1.144->1.145 | ||
411 | testsuite/sed/sed-write-to-stdout:INITIAL->1.1 | ||
412 | |||
413 | --------------------- | ||
414 | PatchSet 3595 | ||
415 | Date: 2003/09/15 09:06:15 | ||
76 | Author: andersen | 416 | Author: andersen |
77 | Branch: HEAD | 417 | Branch: HEAD |
78 | Tag: (none) | 418 | Tag: (none) |
79 | Log: | 419 | Log: |
80 | Minor cleanup | 420 | Do not shadow the global name 'accept' |
81 | 421 | ||
82 | Members: | 422 | Members: |
83 | docs/busybox.net/index.html:1.126->1.127 | 423 | archival/dpkg.c:1.72->1.73 |
84 | 424 | ||
85 | --------------------- | 425 | --------------------- |
86 | PatchSet 3468 | 426 | PatchSet 3596 |
87 | Date: 2003/08/01 23:27:57 | 427 | Date: 2003/09/15 09:11:29 |
88 | Author: andersen | 428 | Author: andersen |
89 | Branch: HEAD | 429 | Branch: HEAD |
90 | Tag: (none) | 430 | Tag: (none) |
91 | Log: | 431 | Log: |
92 | Remove code that too agressively disabled inlines | 432 | comparison was always false due to limited range of data types. |
433 | Carefully cast to unsigned long long prior to multiply to get | ||
434 | the expected result. | ||
93 | 435 | ||
94 | Members: | 436 | Members: |
95 | include/libbb.h:1.107->1.108 | 437 | init/init.c:1.196->1.197 |
96 | 438 | ||
97 | --------------------- | 439 | --------------------- |
98 | PatchSet 3469 | 440 | PatchSet 3597 |
99 | Date: 2003/08/02 01:04:18 | 441 | Date: 2003/09/15 09:12:53 |
100 | Author: mjn3 | 442 | Author: andersen |
101 | Branch: HEAD | 443 | Branch: HEAD |
102 | Tag: (none) | 444 | Tag: (none) |
103 | Log: | 445 | Log: |
104 | Save 0.5K. | 446 | Needs prototype for close() |
105 | 447 | ||
106 | Members: | 448 | Members: |
107 | libbb/interface.c:1.18->1.19 | 449 | util-linux/freeramdisk.c:1.23->1.24 |
108 | 450 | ||
109 | --------------------- | 451 | --------------------- |
110 | PatchSet 3470 | 452 | PatchSet 3598 |
111 | Date: 2003/08/02 01:19:29 | 453 | Date: 2003/09/15 09:13:43 |
112 | Author: mjn3 | 454 | Author: andersen |
113 | Branch: HEAD | 455 | Branch: HEAD |
114 | Tag: (none) | 456 | Tag: (none) |
115 | Log: | 457 | Log: |
116 | Might as well get my name in AUTHORS before 1.0... | 458 | fix function prototype |
117 | 459 | ||
118 | Members: | 460 | Members: |
119 | AUTHORS:1.37->1.38 | 461 | util-linux/rdate.c:1.25->1.26 |
120 | 462 | ||
121 | --------------------- | 463 | --------------------- |
122 | PatchSet 3471 | 464 | PatchSet 3599 |
123 | Date: 2003/08/05 03:18:24 | 465 | Date: 2003/09/15 09:33:34 |
124 | Author: andersen | 466 | Author: andersen |
125 | Branch: HEAD | 467 | Branch: HEAD |
126 | Tag: (none) | 468 | Tag: (none) |
127 | Log: | 469 | Log: |
128 | Merge/rework config system per the latest from linux-2.6.0-test2. | 470 | Be entirely consistant when using ioctl(0, TIOCGWINSZ, &winsize) |
129 | Fix the config bugs revealed by the updated config system. | 471 | to ensure proper fallback behavior on, i.e. serial consoles. |
130 | -Erik | 472 | -Erik |
131 | 473 | ||
132 | Members: | 474 | Members: |
133 | scripts/config/conf.c:1.1->1.2 | 475 | coreutils/ls.c:1.99->1.100 |
134 | scripts/config/confdata.c:1.2->1.3 | 476 | editors/vi.c:1.28->1.29 |
135 | scripts/config/expr.c:1.1->1.2 | 477 | include/libbb.h:1.111->1.112 |
136 | scripts/config/expr.h:1.1->1.2 | 478 | libbb/get_terminal_width_height.c:INITIAL->1.1 |
137 | scripts/config/lex.zconf.c_shipped:1.1->1.2 | 479 | networking/telnet.c:1.37->1.38 |
138 | scripts/config/lkc.h:1.1->1.2 | 480 | networking/wget.c:1.59->1.60 |
139 | scripts/config/lkc_proto.h:1.2->1.3 | 481 | procps/ps.c:1.50->1.51 |
140 | scripts/config/mconf.c:1.2->1.3 | 482 | procps/top.c:1.7->1.8 |
141 | scripts/config/menu.c:1.1->1.2 | 483 | shell/cmdedit.c:1.82->1.83 |
142 | scripts/config/symbol.c:1.1->1.2 | 484 | util-linux/more.c:1.57->1.58 |
143 | scripts/config/zconf.l:1.1->1.2 | ||
144 | scripts/config/zconf.tab.c_shipped:1.1->1.2 | ||
145 | scripts/config/zconf.y:1.1->1.2 | ||
146 | shell/Config.in:1.7->1.8 | ||
147 | sysdeps/linux/Config.in:1.10->1.11 | ||
148 | 485 | ||
149 | --------------------- | 486 | --------------------- |
150 | PatchSet 3472 | 487 | PatchSet 3600 |
151 | Date: 2003/08/05 06:59:47 | 488 | Date: 2003/09/15 10:22:04 |
152 | Author: andersen | 489 | Author: bug1 |
153 | Branch: HEAD | 490 | Branch: HEAD |
154 | Tag: (none) | 491 | Tag: (none) |
155 | Log: | 492 | Log: |
156 | Seems I missed a spot | 493 | Fix some memory allocation problems |
494 | ---------------------------------------------------------------------- | ||
157 | 495 | ||
158 | Members: | 496 | Members: |
159 | scripts/config/zconf.tab.c_shipped:1.2->1.3 | 497 | editors/sed.c:1.145->1.146 |
160 | scripts/config/zconf.y:1.2->1.3 | ||
161 | 498 | ||
162 | --------------------- | 499 | --------------------- |
163 | PatchSet 3473 | 500 | PatchSet 3601 |
164 | Date: 2003/08/06 08:34:19 | 501 | Date: 2003/09/15 13:00:19 |
502 | Author: bug1 | ||
503 | Branch: HEAD | ||
504 | Tag: (none) | ||
505 | Log: | ||
506 | Patch by Jean Wolter to fix a bug where a script wouldnt be executed | ||
507 | unless it had #!/bin/sh in the first line | ||
508 | |||
509 | "It correctly locates the script, tries to execute it via execve which | ||
510 | fails. After that it tries to hand it over to /bin/sh which fails too, | ||
511 | since ash | ||
512 | |||
513 | - neither provides the absolute pathname to /bin/sh | ||
514 | - nor tries to lookup the script via PATH if called as "sh script" | ||
515 | " | ||
516 | |||
517 | Members: | ||
518 | shell/ash.c:1.78->1.79 | ||
519 | |||
520 | --------------------- | ||
521 | PatchSet 3602 | ||
522 | Date: 2003/09/15 13:07:46 | ||
523 | Author: bug1 | ||
524 | Branch: HEAD | ||
525 | Tag: (none) | ||
526 | Log: | ||
527 | Fix a simple mistake with pattern space, and add a test for it | ||
528 | |||
529 | Members: | ||
530 | editors/sed.c:1.146->1.147 | ||
531 | testsuite/sed/sed-append-hold-space-to-pattern-space:INITIAL->1.1 | ||
532 | |||
533 | --------------------- | ||
534 | PatchSet 3603 | ||
535 | Date: 2003/09/15 15:22:37 | ||
536 | Author: bug1 | ||
537 | Branch: HEAD | ||
538 | Tag: (none) | ||
539 | Log: | ||
540 | Patch from Tito, Reduces the size of busybox's strings applet from 1900 to | ||
541 | 1788 bytes (for strings.o). | ||
542 | |||
543 | Members: | ||
544 | miscutils/strings.c:1.11->1.12 | ||
545 | |||
546 | --------------------- | ||
547 | PatchSet 3604 | ||
548 | Date: 2003/09/15 15:42:39 | ||
549 | Author: bug1 | ||
550 | Branch: HEAD | ||
551 | Tag: (none) | ||
552 | Log: | ||
553 | Patch from Bastian Blank to fix a problem when runing find under ash. | ||
554 | |||
555 | "If the shell is compiled with -DJOBS, this is all fine -- find wasn't | ||
556 | stopped (it was killed), so it correctly uses WTERMSIG instead of WSTOPSIG. | ||
557 | However, if the shell _isn't_ compiled with -DJOBS (which it isn't in d-i), | ||
558 | only WSTOPSIG is used, which extracts the high byte instead of the low | ||
559 | byte from the status code. Since the status code is 13 (SIGPIPE), "st" | ||
560 | suddenly gets the value 0, which is equivalent to SIGEXIT. Thus, ash prints | ||
561 | out "EXIT" on find's exit." | ||
562 | |||
563 | Members: | ||
564 | shell/ash.c:1.79->1.80 | ||
565 | |||
566 | --------------------- | ||
567 | PatchSet 3605 | ||
568 | Date: 2003/09/15 16:00:43 | ||
569 | Author: bug1 | ||
570 | Branch: HEAD | ||
571 | Tag: (none) | ||
572 | Log: | ||
573 | Patch from Stephane Billiart to fix an unused variable warning. | ||
574 | |||
575 | Members: | ||
576 | networking/httpd.c:1.16->1.17 | ||
577 | |||
578 | --------------------- | ||
579 | PatchSet 3606 | ||
580 | Date: 2003/09/16 01:50:36 | ||
581 | Author: bug1 | ||
582 | Branch: HEAD | ||
583 | Tag: (none) | ||
584 | Log: | ||
585 | Compile get_terminal_width_height | ||
586 | |||
587 | Members: | ||
588 | libbb/Makefile.in:1.27->1.28 | ||
589 | |||
590 | --------------------- | ||
591 | PatchSet 3607 | ||
592 | Date: 2003/09/16 02:46:34 | ||
593 | Author: bug1 | ||
594 | Branch: HEAD | ||
595 | Tag: (none) | ||
596 | Log: | ||
597 | Fix a bug that creapt in recently with substitution subprinting, and add | ||
598 | a test for it. | ||
599 | |||
600 | Members: | ||
601 | editors/sed.c:1.147->1.148 | ||
602 | testsuite/sed/sed-subst-subprint:INITIAL->1.1 | ||
603 | |||
604 | --------------------- | ||
605 | PatchSet 3608 | ||
606 | Date: 2003/09/16 06:25:40 | ||
607 | Author: bug1 | ||
608 | Branch: HEAD | ||
609 | Tag: (none) | ||
610 | Log: | ||
611 | Configuration option to define wether to follows GNU sed's behaviour | ||
612 | or the posix standard. | ||
613 | Put the cleanup code back the way it was. | ||
614 | |||
615 | Members: | ||
616 | editors/Config.in:1.6->1.7 | ||
617 | editors/sed.c:1.148->1.149 | ||
618 | libbb/get_line_from_file.c:1.5->1.6 | ||
619 | testsuite/sed/sed-append-next-line:1.1->1.2 | ||
620 | testsuite/sed/sed-append-next-line-gnu:INITIAL->1.1 | ||
621 | |||
622 | --------------------- | ||
623 | PatchSet 3609 | ||
624 | Date: 2003/09/17 01:22:26 | ||
625 | Author: bug1 | ||
626 | Branch: HEAD | ||
627 | Tag: (none) | ||
628 | Log: | ||
629 | Patch by Junio C Hamano to workaround a gcc compiler bug. | ||
630 | |||
631 | The construct certain vintages of GCC (the one I have trouble | ||
632 | with is 3.2.3) have trouble with looks like the following: | ||
633 | |||
634 | static struct st a; | ||
635 | static struct st *p = &a; | ||
636 | struct st { int foo; }; | ||
637 | static void init(void) { a.foo = 0; } | ||
638 | |||
639 | The problem disappears if we move the struct declaration up to | ||
640 | let the compiler know the shape of the struct before the first | ||
641 | definition uses it, like this: | ||
642 | |||
643 | struct st { int foo; }; /* this has been moved up */ | ||
644 | static struct st a; | ||
645 | static struct st *p = &a; | ||
646 | static void init(void) { a.foo = 0; } | ||
647 | |||
648 | Members: | ||
649 | shell/ash.c:1.80->1.81 | ||
650 | |||
651 | --------------------- | ||
652 | PatchSet 3610 | ||
653 | Date: 2003/09/20 01:59:35 | ||
654 | Author: bug1 | ||
655 | Branch: HEAD | ||
656 | Tag: (none) | ||
657 | Log: | ||
658 | Patch by Steinar H. Gunderson to fix debian bug #211675. | ||
659 | Linking to my_getgrnam from libpwdgrp wasnt working, instead it was | ||
660 | trying to use functionality from glibc, which pulled in libnss. | ||
661 | |||
662 | Members: | ||
663 | Makefile:1.286->1.287 | ||
664 | |||
665 | --------------------- | ||
666 | PatchSet 3611 | ||
667 | Date: 2003/09/24 04:22:54 | ||
668 | Author: bug1 | ||
669 | Branch: HEAD | ||
670 | Tag: (none) | ||
671 | Log: | ||
672 | Add the "install" applet, move get_ug_id to libbb as its used by chown, | ||
673 | chgrp and install. | ||
674 | |||
675 | Members: | ||
676 | coreutils/Config.in:1.15->1.16 | ||
677 | coreutils/Makefile.in:1.4->1.5 | ||
678 | coreutils/chgrp.c:1.15->1.16 | ||
679 | coreutils/chown.c:1.24->1.25 | ||
680 | coreutils/install.c:INITIAL->1.1 | ||
681 | include/applets.h:1.104->1.105 | ||
682 | include/libbb.h:1.112->1.113 | ||
683 | include/usage.h:1.167->1.168 | ||
684 | libbb/Makefile.in:1.28->1.29 | ||
685 | libbb/get_ug_id.c:INITIAL->1.1 | ||
686 | |||
687 | --------------------- | ||
688 | PatchSet 3612 | ||
689 | Date: 2003/09/24 06:00:29 | ||
690 | Author: bug1 | ||
691 | Branch: HEAD | ||
692 | Tag: (none) | ||
693 | Log: | ||
694 | Add the -d option | ||
695 | |||
696 | Members: | ||
697 | coreutils/install.c:1.1->1.2 | ||
698 | |||
699 | --------------------- | ||
700 | PatchSet 3613 | ||
701 | Date: 2003/09/24 11:23:39 | ||
702 | Author: bug1 | ||
703 | Branch: HEAD | ||
704 | Tag: (none) | ||
705 | Log: | ||
706 | Fix some typo's, remove some extra free statements | ||
707 | |||
708 | Members: | ||
709 | editors/sed.c:1.149->1.150 | ||
710 | |||
711 | --------------------- | ||
712 | PatchSet 3614 | ||
713 | Date: 2003/09/24 16:30:44 | ||
714 | Author: bug1 | ||
715 | Branch: HEAD | ||
716 | Tag: (none) | ||
717 | Log: | ||
718 | Syncronise with debian busybox-cvs package | ||
719 | |||
720 | Members: | ||
721 | debian/changelog:1.37->1.38 | ||
722 | debian/config-deb:1.8->1.9 | ||
723 | debian/config-net-udeb:1.3->1.4 | ||
724 | debian/config-net-udeb-i386:1.4->1.5 | ||
725 | debian/config-net-udeb-linux-i386:INITIAL->1.1 | ||
726 | debian/config-static:1.11->1.12 | ||
727 | debian/config-udeb:1.15->1.16 | ||
728 | debian/config-udeb-i386:1.4->1.5 | ||
729 | debian/config-udeb-linux-i386:INITIAL->1.1 | ||
730 | |||
731 | --------------------- | ||
732 | PatchSet 3615 | ||
733 | Date: 2003/09/24 16:48:29 | ||
734 | Author: bug1 | ||
735 | Branch: HEAD | ||
736 | Tag: (none) | ||
737 | Log: | ||
738 | Use a variable for the config files, makes it easier to syncronise with | ||
739 | debian builds | ||
740 | |||
741 | Members: | ||
742 | Makefile:1.287->1.288 | ||
743 | |||
744 | --------------------- | ||
745 | PatchSet 3616 | ||
746 | Date: 2003/09/26 01:33:18 | ||
747 | Author: bug1 | ||
748 | Branch: HEAD | ||
749 | Tag: (none) | ||
750 | Log: | ||
751 | Patch by Fillod Stephane, declare variables as static to not clobber | ||
752 | busybox namespace | ||
753 | |||
754 | Members: | ||
755 | networking/arping.c:1.5->1.6 | ||
756 | |||
757 | --------------------- | ||
758 | PatchSet 3617 | ||
759 | Date: 2003/09/26 01:49:05 | ||
760 | Author: bug1 | ||
761 | Branch: HEAD | ||
762 | Tag: (none) | ||
763 | Log: | ||
764 | add size parameter to syslogd -C | ||
765 | Patch by Padraig, resubmitted by Fillod Stephane | ||
766 | |||
767 | Members: | ||
768 | sysklogd/syslogd.c:1.102->1.103 | ||
769 | |||
770 | --------------------- | ||
771 | PatchSet 3618 | ||
772 | Date: 2003/09/26 02:03:16 | ||
773 | Author: bug1 | ||
774 | Branch: HEAD | ||
775 | Tag: (none) | ||
776 | Log: | ||
777 | Patch from Fillod Stephane | ||
778 | Add follow mode to logread, ala "tail -f /var/log/messages" | ||
779 | Note: output to a slow serial terminal can have side effects | ||
780 | on syslog because of the semaphore. In such case, define | ||
781 | RC_LOGREAD. | ||
782 | |||
783 | Members: | ||
784 | sysklogd/logread.c:1.12->1.13 | ||
785 | |||
786 | --------------------- | ||
787 | PatchSet 3619 | ||
788 | Date: 2003/09/26 11:45:55 | ||
789 | Author: bug1 | ||
790 | Branch: HEAD | ||
791 | Tag: (none) | ||
792 | Log: | ||
793 | Patch by Guillaume Morin | ||
794 | Fix two race conditions, as described at. | ||
795 | http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=212764 | ||
796 | |||
797 | Members: | ||
798 | init/init.c:1.197->1.198 | ||
799 | |||
800 | --------------------- | ||
801 | PatchSet 3620 | ||
802 | Date: 2003/10/01 04:06:14 | ||
803 | Author: bug1 | ||
804 | Branch: HEAD | ||
805 | Tag: (none) | ||
806 | Log: | ||
807 | Patch by Rob Landley, work in progress update, fixes lots of bugs, | ||
808 | introduces a few others (but they are being worked on) | ||
809 | |||
810 | Members: | ||
811 | editors/Config.in:1.7->1.8 | ||
812 | editors/sed.c:1.150->1.151 | ||
813 | include/libbb.h:1.113->1.114 | ||
814 | |||
815 | --------------------- | ||
816 | PatchSet 3621 | ||
817 | Date: 2003/10/01 07:45:11 | ||
818 | Author: bug1 | ||
819 | Branch: HEAD | ||
820 | Tag: (none) | ||
821 | Log: | ||
822 | Patch by Rob Landley, fix "newline after edit command" | ||
823 | |||
824 | Members: | ||
825 | editors/sed.c:1.151->1.152 | ||
826 | |||
827 | --------------------- | ||
828 | PatchSet 3622 | ||
829 | Date: 2003/10/01 11:26:23 | ||
830 | Author: bug1 | ||
831 | Branch: HEAD | ||
832 | Tag: (none) | ||
833 | Log: | ||
834 | Patch from Rob Landley to fix backrefs | ||
835 | |||
836 | Members: | ||
837 | editors/sed.c:1.152->1.153 | ||
838 | |||
839 | --------------------- | ||
840 | PatchSet 3623 | ||
841 | Date: 2003/10/01 12:33:46 | ||
842 | Author: bug1 | ||
843 | Branch: HEAD | ||
844 | Tag: (none) | ||
845 | Log: | ||
846 | Thomas Lundquist, update for current structure | ||
847 | |||
848 | Members: | ||
849 | docs/new-applet-HOWTO.txt:1.7->1.8 | ||
850 | |||
851 | --------------------- | ||
852 | PatchSet 3624 | ||
853 | Date: 2003/10/02 15:33:23 | ||
854 | Author: bug1 | ||
855 | Branch: HEAD | ||
856 | Tag: (none) | ||
857 | Log: | ||
858 | Fix -C option when creating tar files. | ||
859 | Need to chdir after the tar file is opened, so make common tar filename | ||
860 | parsing and send the file descriptor rather than filename to | ||
861 | writeTarFile. | ||
862 | Modify the verboseFlag operation to determine wether to display on | ||
863 | stderr or stdout at display time, simpler than doing it in tar_main. | ||
864 | |||
865 | Members: | ||
866 | archival/tar.c:1.177->1.178 | ||
867 | |||
868 | --------------------- | ||
869 | PatchSet 3625 | ||
870 | Date: 2003/10/03 04:25:30 | ||
871 | Author: bug1 | ||
872 | Branch: HEAD | ||
873 | Tag: (none) | ||
874 | Log: | ||
875 | Patch from Rob Landley, Simplify organisation of arguments. | ||
876 | |||
877 | Members: | ||
878 | applets/busybox.c:1.139->1.140 | ||
879 | |||
880 | --------------------- | ||
881 | PatchSet 3626 | ||
882 | Date: 2003/10/03 08:51:30 | ||
883 | Author: bug1 | ||
884 | Branch: HEAD | ||
885 | Tag: (none) | ||
886 | Log: | ||
887 | argc has already been decremented | ||
888 | |||
889 | Members: | ||
890 | applets/busybox.c:1.140->1.141 | ||
891 | |||
892 | --------------------- | ||
893 | PatchSet 3627 | ||
894 | Date: 2003/10/03 09:28:59 | ||
895 | Author: bug1 | ||
896 | Branch: HEAD | ||
897 | Tag: (none) | ||
898 | Log: | ||
899 | Patch by Rob Landley, fix warning | ||
900 | |||
901 | Members: | ||
902 | scripts/config/confdata.c:1.3->1.4 | ||
903 | |||
904 | --------------------- | ||
905 | PatchSet 3628 | ||
906 | Date: 2003/10/03 11:50:56 | ||
907 | Author: bug1 | ||
908 | Branch: HEAD | ||
909 | Tag: (none) | ||
910 | Log: | ||
911 | Vodz, last_patch_114 | ||
912 | - env vars CONTENT_TYPE, CONTENT_LENGTH, HTTPD_REFERER, REMOTE_USER and | ||
913 | AUTH_TYPE(Basic always). | ||
914 | - POST data pipied now (previous version have loading into memory may be | ||
915 | big size data and reducing with hardcoded limit) | ||
916 | - removed $CGI_foo environment variables, else my have rubbish | ||
917 | enviroment if POST data have big binary file | ||
918 | |||
919 | Members: | ||
920 | networking/httpd.c:1.17->1.18 | ||
921 | |||
922 | --------------------- | ||
923 | PatchSet 3629 | ||
924 | Date: 2003/10/03 14:15:44 | ||
925 | Author: bug1 | ||
926 | Branch: HEAD | ||
927 | Tag: (none) | ||
928 | Log: | ||
929 | Dont mix xarg options with utility option, fixes example of | ||
930 | `echo "README" | xargs ls -al` | ||
931 | Dont specify a path for the default behaviour of echo | ||
932 | args allocated space for an extra ptr | ||
933 | Use defines for the different options | ||
934 | |||
935 | Members: | ||
936 | findutils/xargs.c:1.26->1.27 | ||
937 | |||
938 | --------------------- | ||
939 | PatchSet 3630 | ||
940 | Date: 2003/10/03 14:21:10 | ||
941 | Author: bug1 | ||
942 | Branch: HEAD | ||
943 | Tag: (none) | ||
944 | Log: | ||
945 | Reverse my previous changes and make a note about why its dont this way | ||
946 | |||
947 | Members: | ||
948 | applets/busybox.c:1.141->1.142 | ||
949 | |||
950 | --------------------- | ||
951 | PatchSet 3631 | ||
952 | Date: 2003/10/04 01:05:47 | ||
953 | Author: bug1 | ||
954 | Branch: HEAD | ||
955 | Tag: (none) | ||
956 | Log: | ||
957 | Woops, the previous patch reversal wasnt complete, breaking everything. | ||
958 | |||
959 | Members: | ||
960 | applets/busybox.c:1.142->1.143 | ||
961 | |||
962 | --------------------- | ||
963 | PatchSet 3632 | ||
964 | Date: 2003/10/04 06:27:56 | ||
965 | Author: bug1 | ||
966 | Branch: HEAD | ||
967 | Tag: (none) | ||
968 | Log: | ||
969 | Patch from Rob Landley; | ||
970 | Moving on to building diffutils, busybox sed needs this patch to get | ||
971 | past the first problem. (Passing it a multi-line command line argument | ||
972 | with -e works, but if you don't use -e it doesn't break up the multiple | ||
973 | lines...) | ||
974 | |||
975 | Members: | ||
976 | editors/sed.c:1.153->1.154 | ||
977 | |||
978 | --------------------- | ||
979 | PatchSet 3633 | ||
980 | Date: 2003/10/04 15:44:27 | ||
981 | Author: bug1 | ||
982 | Branch: HEAD | ||
983 | Tag: (none) | ||
984 | Log: | ||
985 | Add the x, n, s and E options, remove -r as its expected behaviour. | ||
986 | |||
987 | Members: | ||
988 | findutils/xargs.c:1.27->1.28 | ||
989 | |||
990 | --------------------- | ||
991 | PatchSet 3634 | ||
992 | Date: 2003/10/06 14:23:04 | ||
993 | Author: bug1 | ||
994 | Branch: HEAD | ||
995 | Tag: (none) | ||
996 | Log: | ||
997 | Vodz last_patch_105 without his xargs patch which doenst apply cleanly | ||
998 | |||
999 | Members: | ||
1000 | libbb/getopt_ulflags.c:1.2->1.3 | ||
1001 | networking/httpd.c:1.18->1.19 | ||
1002 | |||
1003 | --------------------- | ||
1004 | PatchSet 3635 | ||
1005 | Date: 2003/10/09 08:22:59 | ||
1006 | Author: bug1 | ||
1007 | Branch: HEAD | ||
1008 | Tag: (none) | ||
1009 | Log: | ||
1010 | Comaptability with gcc-2.95 | ||
1011 | |||
1012 | Members: | ||
1013 | editors/sed.c:1.154->1.155 | ||
1014 | |||
1015 | --------------------- | ||
1016 | PatchSet 3636 | ||
1017 | Date: 2003/10/09 08:28:22 | ||
1018 | Author: bug1 | ||
1019 | Branch: HEAD | ||
1020 | Tag: (none) | ||
1021 | Log: | ||
1022 | Patch from Tito, size optimisation and fix error in exit code of -V | ||
1023 | option | ||
1024 | |||
1025 | Members: | ||
1026 | miscutils/hdparm.c:1.5->1.6 | ||
1027 | |||
1028 | --------------------- | ||
1029 | PatchSet 3637 | ||
1030 | Date: 2003/10/09 09:18:36 | ||
165 | Author: andersen | 1031 | Author: andersen |
166 | Branch: HEAD | 1032 | Branch: HEAD |
167 | Tag: (none) | 1033 | Tag: (none) |
168 | Log: | 1034 | Log: |
169 | extern inline is a bad bad thing. kill it (so mkfs_minix.c will | 1035 | Fix some warnings that have crept in recently |
170 | actually compile) | ||
171 | 1036 | ||
172 | Members: | 1037 | Members: |
173 | util-linux/mkfs_minix.c:1.38->1.39 | 1038 | editors/sed.c:1.155->1.156 |
174 | 1039 | ||
175 | --------------------- | 1040 | --------------------- |
176 | PatchSet 3474 | 1041 | PatchSet 3638 |
177 | Date: 2003/08/06 08:43:58 | 1042 | Date: 2003/10/09 09:35:41 |
178 | Author: andersen | 1043 | Author: andersen |
179 | Branch: HEAD | 1044 | Branch: HEAD |
180 | Tag: (none) | 1045 | Tag: (none) |
181 | Log: | 1046 | Log: |
182 | Fixup segfault on 'kill -q' | 1047 | We did not have a safe_write, which is the analog to safe_read. Convert |
1048 | full_write to use safe_write internally, which is needed to guarantee proper | ||
1049 | behavior, i.e. when writing to a pipe. | ||
183 | 1050 | ||
184 | Members: | 1051 | Members: |
185 | procps/kill.c:1.50->1.51 | 1052 | include/libbb.h:1.114->1.115 |
1053 | libbb/full_write.c:1.4->1.5 | ||
1054 | libbb/safe_write.c:INITIAL->1.1 | ||
186 | 1055 | ||
187 | --------------------- | 1056 | --------------------- |
188 | PatchSet 3475 | 1057 | PatchSet 3639 |
189 | Date: 2003/08/06 09:21:52 | 1058 | Date: 2003/10/09 10:43:17 |
190 | Author: andersen | 1059 | Author: andersen |
191 | Branch: HEAD | 1060 | Branch: HEAD |
192 | Tag: (none) | 1061 | Tag: (none) |
193 | Log: | 1062 | Log: |
194 | Joe.C writes: | 1063 | Arnd Ben Otto writes: |
1064 | |||
1065 | Hi Eric | ||
1066 | |||
1067 | I have written a small patch for the Busybox syslogd. With this patch | ||
1068 | one can limit the size of the messagfile. As soon as the limit is | ||
1069 | reached the syslogd can rotate or purge the messagefile(s) on his own. | ||
1070 | There is no necessity to use an external rotatescript. | ||
1071 | |||
1072 | Even if logread does something similar, its very handy to have some | ||
1073 | messagefile after your box crash. | ||
1074 | |||
1075 | I wrote this patch initial vor BB 0.6x where no cron daemon was avail. | ||
1076 | Now I adapted it for the new Version and i hope it is still useful. At | ||
1077 | least I still use it :-) | ||
1078 | |||
1079 | bye | ||
1080 | Arnd | ||
1081 | |||
1082 | Members: | ||
1083 | include/usage.h:1.168->1.169 | ||
1084 | sysklogd/Config.in:1.3->1.4 | ||
1085 | sysklogd/syslogd.c:1.103->1.104 | ||
1086 | |||
1087 | --------------------- | ||
1088 | PatchSet 3640 | ||
1089 | Date: 2003/10/09 12:06:45 | ||
1090 | Author: bug1 | ||
1091 | Branch: HEAD | ||
1092 | Tag: (none) | ||
1093 | Log: | ||
1094 | Bugfix for xargs | ||
1095 | |||
1096 | Members: | ||
1097 | findutils/Config.in:1.6->1.7 | ||
1098 | findutils/xargs.c:1.28->1.29 | ||
1099 | |||
1100 | --------------------- | ||
1101 | PatchSet 3641 | ||
1102 | Date: 2003/10/09 12:38:43 | ||
1103 | Author: bug1 | ||
1104 | Branch: HEAD | ||
1105 | Tag: (none) | ||
1106 | Log: | ||
1107 | Patch from Steven Scholz, fix some warnings | ||
1108 | |||
1109 | Members: | ||
1110 | coreutils/chgrp.c:1.16->1.17 | ||
1111 | miscutils/hdparm.c:1.6->1.7 | ||
1112 | util-linux/rdate.c:1.26->1.27 | ||
1113 | |||
1114 | --------------------- | ||
1115 | PatchSet 3642 | ||
1116 | Date: 2003/10/09 12:46:20 | ||
1117 | Author: bug1 | ||
1118 | Branch: HEAD | ||
1119 | Tag: (none) | ||
1120 | Log: | ||
1121 | New applet, devfsd, by Matteo Croce and Tito | ||
195 | 1122 | ||
196 | I've reported this bug in April and it still | 1123 | Members: |
197 | exists in 1.00-pre2. So I made patches for | 1124 | AUTHORS:1.38->1.39 |
198 | both 0.60.x and 1.00-pre2. The patch is very | 1125 | include/applets.h:1.105->1.106 |
199 | simple, just use strncmp instead of strcmp. | 1126 | include/usage.h:1.169->1.170 |
200 | Please apply if it is OK. | 1127 | miscutils/Config.in:1.8->1.9 |
1128 | miscutils/Makefile.in:1.8->1.9 | ||
1129 | miscutils/devfsd.c:INITIAL->1.1 | ||
201 | 1130 | ||
202 | Here's the procedure to test this problem: | 1131 | --------------------- |
203 | Create a executable with very long name, say | 1132 | PatchSet 3643 |
204 | 'test_1234567890123456' and execute it. Try | 1133 | Date: 2003/10/09 14:25:00 |
205 | using 'killall' or 'pidof' to find/kill this | 1134 | Author: bug1 |
206 | program. Without this patch, you can't find | 1135 | Branch: HEAD |
207 | the program. | 1136 | Tag: (none) |
1137 | Log: | ||
1138 | example devfs config file, patch from Tito. | ||
208 | 1139 | ||
209 | Members: | 1140 | Members: |
210 | libbb/find_pid_by_name.c:1.12->1.13 | 1141 | examples/devfsd.conf:INITIAL->1.1 |
211 | 1142 | ||
212 | --------------------- | 1143 | --------------------- |
213 | PatchSet 3476 | 1144 | PatchSet 3644 |
214 | Date: 2003/08/06 09:33:08 | 1145 | Date: 2003/10/09 14:40:17 |
1146 | Author: bug1 | ||
1147 | Branch: HEAD | ||
1148 | Tag: (none) | ||
1149 | Log: | ||
1150 | Fix an ommision preventing building, patch by Tito. | ||
1151 | |||
1152 | Members: | ||
1153 | libbb/Makefile.in:1.29->1.30 | ||
1154 | |||
1155 | --------------------- | ||
1156 | PatchSet 3645 | ||
1157 | Date: 2003/10/09 22:02:23 | ||
215 | Author: andersen | 1158 | Author: andersen |
216 | Branch: HEAD | 1159 | Branch: HEAD |
217 | Tag: (none) | 1160 | Tag: (none) |
218 | Log: | 1161 | Log: |
219 | Patch from vodz to cleanup libbb/obscure.c:password_check() | 1162 | Do not use kernel headers |
220 | to not copy too much data. | ||
221 | 1163 | ||
222 | Members: | 1164 | Members: |
223 | libbb/obscure.c:1.4->1.5 | 1165 | miscutils/devfsd.c:1.1->1.2 |
224 | 1166 | ||
225 | --------------------- | 1167 | --------------------- |
226 | PatchSet 3477 | 1168 | PatchSet 3646 |
227 | Date: 2003/08/06 09:47:59 | 1169 | Date: 2003/10/09 22:19:21 |
228 | Author: andersen | 1170 | Author: andersen |
229 | Branch: HEAD | 1171 | Branch: HEAD |
230 | Tag: (none) | 1172 | Tag: (none) |
231 | Log: | 1173 | Log: |
232 | Sync hdparm -t and -T options with hdparm-5.3, which seems | 1174 | I don't need to have my email adder listed twice |
233 | to produce sensible results, | 1175 | |
1176 | Members: | ||
1177 | AUTHORS:1.39->1.40 | ||
1178 | |||
1179 | --------------------- | ||
1180 | PatchSet 3647 | ||
1181 | Date: 2003/10/10 13:10:18 | ||
1182 | Author: bug1 | ||
1183 | Branch: HEAD | ||
1184 | Tag: (none) | ||
1185 | Log: | ||
1186 | Vods versions of xargs | ||
234 | 1187 | ||
235 | Members: | 1188 | Members: |
236 | miscutils/hdparm.c:1.1->1.2 | 1189 | findutils/xargs.c:1.29->1.30 |
237 | 1190 | ||
238 | --------------------- | 1191 | --------------------- |
239 | PatchSet 3478 | 1192 | PatchSet 3648 |
240 | Date: 2003/08/06 09:53:13 | 1193 | Date: 2003/10/11 00:15:22 |
1194 | Author: bug1 | ||
1195 | Branch: HEAD | ||
1196 | Tag: (none) | ||
1197 | Log: | ||
1198 | Vodz last_patch_117, update options for new xargs | ||
1199 | |||
1200 | Members: | ||
1201 | findutils/Config.in:1.7->1.8 | ||
1202 | include/usage.h:1.170->1.171 | ||
1203 | |||
1204 | --------------------- | ||
1205 | PatchSet 3649 | ||
1206 | Date: 2003/10/11 19:47:20 | ||
241 | Author: andersen | 1207 | Author: andersen |
242 | Branch: HEAD | 1208 | Branch: HEAD |
243 | Tag: (none) | 1209 | Tag: (none) |
244 | Log: | 1210 | Log: |
245 | Steven Scholz writes: | 1211 | Paul Mundt (lethal) writes: |
246 | 1212 | ||
247 | the output of lsmod (busybox-1.00-pre2) contains IMHO one "\n" too | 1213 | Erik, |
248 | much when using CONFIG_FEATURE_CHECK_TAINTED_MODULE: | ||
249 | 1214 | ||
250 | ~ # lsmod | 1215 | The format for /proc/meminfo has changed between 2.4 and 2.6, quite considerably. |
251 | Module Size Used by Tainted: P | 1216 | In addition to the removal of the two-line summary that was present in 2.4, |
1217 | MemShared was also removed. Presently (at least in busybox CVS HEAD), top fails | ||
1218 | to parse this correctly and spews forth a: | ||
252 | 1219 | ||
253 | ds 8364 1 | 1220 | top: failed to read 'meminfo' |
254 | m8xx_pcmcia 5388 1 | ||
255 | pcmcia_core 40736 0 [ds m8xx_pcmcia] | ||
256 | 1221 | ||
257 | and this patch from Steven fixes the problem | 1222 | message. This patch switches around some of the semantics a little to do sane |
1223 | parsing for both 2.4 and 2.6. Also, in the event that the summary gets yanked | ||
1224 | from 2.4, this patch will deal with that as well. With this patch, I'm able | ||
1225 | to run top correctly on 2.6.0-test7 (tested on sh). | ||
1226 | |||
1227 | Please apply. | ||
1228 | |||
1229 | procps/top.c | 60 +++++++++++++++++++++++++++++++++++++++++++++++------------ | ||
1230 | 1 files changed, 48 insertions(+), 12 deletions(-) | ||
1231 | |||
1232 | Members: | ||
1233 | procps/top.c:1.8->1.9 | ||
1234 | |||
1235 | --------------------- | ||
1236 | PatchSet 3650 | ||
1237 | Date: 2003/10/17 19:54:55 | ||
1238 | Author: timr | ||
1239 | Branch: HEAD | ||
1240 | Tag: (none) | ||
1241 | Log: | ||
1242 | old gcc | ||
258 | 1243 | ||
259 | Members: | 1244 | Members: |
260 | modutils/lsmod.c:1.39->1.40 | 1245 | miscutils/devfsd.c:1.2->1.3 |
261 | 1246 | ||
262 | --------------------- | 1247 | --------------------- |
263 | PatchSet 3479 | 1248 | PatchSet 3651 |
264 | Date: 2003/08/06 09:57:35 | 1249 | Date: 2003/10/18 02:58:35 |
265 | Author: andersen | 1250 | Author: andersen |
266 | Branch: HEAD | 1251 | Branch: HEAD |
267 | Tag: (none) | 1252 | Tag: (none) |
268 | Log: | 1253 | Log: |
269 | Patch from Steven Scholz: | 1254 | Rob Landley's new micro-bunzip version 3. Rob writes: |
1255 | |||
1256 | The API for using partial writes, as described in my last message, sucked. | ||
270 | 1257 | ||
271 | should we rename the define into CONFIG_FEATURE_HDPARM_HDIO_DMA and | 1258 | So here's a patch against my last patch that changes things so that |
272 | use it for "set" and "get" ??? | 1259 | write_bunzip_data calls read_bunzip_data itself behind the scenes whenever |
1260 | necessary. So usage is now just start_bunzip(), write_bunzip_data() until it | ||
1261 | returns a negative number, and then the cleanup at the end of | ||
1262 | uncompressStream. | ||
273 | 1263 | ||
274 | Since although CONFIG_FEATURE_HDPARM_HDIO_GET_DMA is _not_ set I still | 1264 | It adds 32 bytes to the executable, but it should allow the caller (tar) to be |
275 | can use "hdparm -d 1 /dev/hda" to switch the DMA on. | 1265 | simplified enough to compensate. Total -Os stripped exe size now 6856 bytes. |
276 | Is this desireable or meant to be like that? | ||
277 | 1266 | ||
278 | So how about the applied patch? | 1267 | Rob |
1268 | |||
1269 | P.S. I attached the whole C file so you don't have to keep incremental | ||
1270 | patches straight if you don't want to. :) | ||
1271 | |||
1272 | P.S. In the version I'm banging on now, I've simplified the license to just | ||
1273 | LGPL. I read the OSL a bit more closely and the patent termination clause | ||
1274 | would have bit IBM in their counter-suit of SCO if the code in question had | ||
1275 | been OSL instead of GPL, and I've decided I just don't want to beta-test | ||
1276 | legal code right now. | ||
279 | 1277 | ||
280 | Members: | 1278 | Members: |
281 | include/usage.h:1.162->1.163 | 1279 | archival/libunarchive/decompress_bunzip2.c:1.4->1.5 |
282 | miscutils/Config.in:1.6->1.7 | ||
283 | miscutils/hdparm.c:1.2->1.3 | ||
284 | 1280 | ||
285 | --------------------- | 1281 | --------------------- |
286 | PatchSet 3480 | 1282 | PatchSet 3652 |
287 | Date: 2003/08/06 10:07:36 | 1283 | Date: 2003/10/18 02:59:46 |
288 | Author: andersen | 1284 | Author: andersen |
289 | Branch: HEAD | 1285 | Branch: HEAD |
290 | Tag: (none) | 1286 | Tag: (none) |
291 | Log: | 1287 | Log: |
292 | Patch from vodz: | 1288 | Manuel Novoa III writes: |
293 | 1289 | ||
294 | I wrote: | 1290 | Hello Rob, |
295 | >>I think, fdisk have special ext2lseek special for: | ||
296 | >>disk can have size > 4Gb, but all any partitions have < 4Gb and lseek64 | ||
297 | >>not require. | ||
298 | >>May be best create new configure option for set DOLFS for fdisk applet | ||
299 | >>if global DOLFS unset? | ||
300 | > | ||
301 | 1291 | ||
1292 | Here's a patch to your bunzip-3.c file. Nice work btw. | ||
1293 | |||
1294 | One minor bug fix... checking for error return when read()ing. | ||
1295 | Some size/performance optimizations as well. One instance of | ||
1296 | memset() seems unnecssary. You might want to take a look. | ||
1297 | |||
1298 | Anyway, on my machine, decompressing linux-2.6.0-test7.tar.bz2 | ||
1299 | to /dev/null gave the following times: | ||
1300 | |||
1301 | bunzip-3.c bzcat (system) bunzip-3.c (patched) | ||
1302 | real 0m24.420s 0m22.725s 0m20.701s | ||
1303 | user 0m23.930s 0m22.170s 0m20.180s | ||
1304 | sys 0m0.070s 0m0.080s 0m0.140s | ||
1305 | |||
1306 | Size of the patched version is comparable (slightly larger or | ||
1307 | smaller depending on compiler flags). | ||
1308 | |||
1309 | Manuel | ||
1310 | |||
1311 | Members: | ||
1312 | archival/libunarchive/decompress_bunzip2.c:1.5->1.6 | ||
302 | 1313 | ||
303 | Erik Andersen wrote: | 1314 | --------------------- |
304 | >Agreed. Using an extra configure option when ! DOLFS | 1315 | PatchSet 3653 |
305 | >would be a good idea. | 1316 | Date: 2003/10/20 06:40:40 |
1317 | Author: andersen | ||
1318 | Branch: HEAD | ||
1319 | Tag: (none) | ||
1320 | Log: | ||
1321 | ccording to this: | ||
1322 | http://sources.redhat.com/ml/binutils/2003-01/msg00290.html | ||
1323 | The name R_390_GOTOFF was changed to R_390_GOTOFF32. | ||
1324 | -Erik | ||
306 | 1325 | ||
1326 | Members: | ||
1327 | modutils/insmod.c:1.103->1.104 | ||
307 | 1328 | ||
308 | Ok. Patch attached. | 1329 | --------------------- |
1330 | PatchSet 3654 | ||
1331 | Date: 2003/10/21 07:45:29 | ||
1332 | Author: andersen | ||
1333 | Branch: HEAD | ||
1334 | Tag: (none) | ||
1335 | Log: | ||
1336 | Do a better job of dealing with screwy s390 abi changes | ||
309 | 1337 | ||
310 | Members: | 1338 | Members: |
311 | util-linux/Config.in:1.8->1.9 | 1339 | modutils/insmod.c:1.104->1.105 |
312 | util-linux/fdisk.c:1.8->1.9 | ||
313 | 1340 | ||
314 | --------------------- | 1341 | --------------------- |
315 | PatchSet 3481 | 1342 | PatchSet 3655 |
316 | Date: 2003/08/06 10:23:44 | 1343 | Date: 2003/10/22 10:58:11 |
317 | Author: andersen | 1344 | Author: andersen |
318 | Branch: HEAD | 1345 | Branch: HEAD |
319 | Tag: (none) | 1346 | Tag: (none) |
320 | Log: | 1347 | Log: |
321 | Eric Spakman writes: | 1348 | Andreas Mohr writes: |
322 | 1349 | ||
323 | The attached patch adds "mtu" and "hwaddress" to the inet6 method and | 1350 | the busybox menuconfig triggered my "inacceptable number of spelling mistakes" |
324 | "mtu", "hwaddr" and "pointopoint" to the inet4 method (just like in | 1351 | upper level, so I decided to make a patch ;-) |
325 | the ifupdown part). | ||
326 | Note: "hwaddress" can't be used with the busybox ip applet (this | ||
327 | function isn't implemented in bb ip yet), but it can be of use with | ||
328 | an external "full blown" ip package. | ||
329 | 1352 | ||
330 | The patch also removes "label" from the loopback configuration, | 1353 | I also improved some wording to describe some things in a better way. |
331 | labels (subinterfaces) aren't used with loopback interfaces. | ||
332 | 1354 | ||
333 | It further solves a problem in the bootp method, "ifconfig down | 1355 | Many thanks for an incredible piece of software! |
334 | %interface%" should be "ifconfig %interface% down" and it's now also | ||
335 | possible to use ip with bootp. | ||
336 | 1356 | ||
337 | The patch is fully tested with both busybox ip and "stand-alone" ip | 1357 | Andreas Mohr, random OSS developer |
338 | and I didn't saw any problems. | ||
339 | 1358 | ||
340 | Members: | 1359 | Members: |
341 | networking/ifupdown.c:1.29->1.30 | 1360 | archival/Config.in:1.9->1.10 |
1361 | coreutils/Config.in:1.16->1.17 | ||
1362 | editors/Config.in:1.8->1.9 | ||
1363 | findutils/Config.in:1.8->1.9 | ||
1364 | init/Config.in:1.7->1.8 | ||
1365 | loginutils/Config.in:1.6->1.7 | ||
1366 | miscutils/Config.in:1.9->1.10 | ||
1367 | networking/Config.in:1.24->1.25 | ||
1368 | networking/udhcp/Config.in:1.4->1.5 | ||
1369 | procps/Config.in:1.6->1.7 | ||
1370 | shell/Config.in:1.10->1.11 | ||
1371 | sysdeps/linux/Config.in:1.11->1.12 | ||
1372 | sysklogd/Config.in:1.4->1.5 | ||
1373 | util-linux/Config.in:1.9->1.10 | ||
342 | 1374 | ||
343 | --------------------- | 1375 | --------------------- |
344 | PatchSet 3482 | 1376 | PatchSet 3656 |
345 | Date: 2003/08/06 10:43:09 | 1377 | Date: 2003/10/22 11:10:50 |
346 | Author: andersen | 1378 | Author: andersen |
347 | Branch: HEAD | 1379 | Branch: HEAD |
348 | Tag: (none) | 1380 | Tag: (none) |
349 | Log: | 1381 | Log: |
350 | Patch from Eric Spakman to update "run-parts" help text in Config.in. | 1382 | Tito writes: |
1383 | |||
1384 | Hi to all, | ||
1385 | I'm sorry but I didn't spot this big fat bug until now, | ||
1386 | Matteo Croce emailed me about it. | ||
1387 | Please apply this patch as the devfsd applet is broken | ||
1388 | and works only on a system booted with a standard devfsd | ||
1389 | ( the test I mostly did :-( ), but if used at boot time | ||
1390 | it DOESN'T WORK. | ||
1391 | |||
1392 | Thanks in advance and please apply | ||
1393 | Tito | ||
351 | 1394 | ||
352 | Members: | 1395 | Members: |
353 | debianutils/Config.in:1.4->1.5 | 1396 | miscutils/devfsd.c:1.3->1.4 |
354 | 1397 | ||
355 | --------------------- | 1398 | --------------------- |
356 | PatchSet 3483 | 1399 | PatchSet 3657 |
357 | Date: 2003/08/06 12:20:52 | 1400 | Date: 2003/10/22 11:18:24 |
358 | Author: andersen | 1401 | Author: andersen |
359 | Branch: HEAD | 1402 | Branch: HEAD |
360 | Tag: (none) | 1403 | Tag: (none) |
361 | Log: | 1404 | Log: |
362 | Latest dash update from vodz | 1405 | Disable any buffering to stdout |
363 | 1406 | ||
364 | Members: | 1407 | Members: |
365 | libbb/Makefile.in:1.25->1.26 | 1408 | coreutils/tee.c:1.22->1.23 |
366 | libbb/arith.c:1.5->1.6(DEAD) | ||
367 | shell/ash.c:1.73->1.74 | ||
368 | 1409 | ||
369 | --------------------- | 1410 | --------------------- |
370 | PatchSet 3484 | 1411 | PatchSet 3658 |
371 | Date: 2003/08/06 12:22:36 | 1412 | Date: 2003/10/22 11:19:01 |
372 | Author: andersen | 1413 | Author: andersen |
373 | Branch: HEAD | 1414 | Branch: HEAD |
374 | Tag: (none) | 1415 | Tag: (none) |
375 | Log: | 1416 | Log: |
376 | Begin preparing for another release | 1417 | Update mail location |
377 | 1418 | ||
378 | Members: | 1419 | Members: |
379 | Rules.mak:1.19->1.20 | 1420 | README:1.28->1.29 |
380 | 1421 | ||
381 | --------------------- | 1422 | --------------------- |
382 | PatchSet 3485 | 1423 | PatchSet 3659 |
383 | Date: 2003/08/08 08:39:57 | 1424 | Date: 2003/10/22 11:23:04 |
384 | Author: andersen | 1425 | Author: andersen |
385 | Branch: HEAD | 1426 | Branch: HEAD |
386 | Tag: (none) | 1427 | Tag: (none) |
387 | Log: | 1428 | Log: |
388 | Fix a stupid bug I introduced several months ago | 1429 | make this a little bit less messy |
389 | 1430 | ||
390 | Members: | 1431 | Members: |
391 | coreutils/printf.c:1.19->1.20 | 1432 | libbb/Makefile.in:1.30->1.31 |
392 | 1433 | ||
393 | --------------------- | 1434 | --------------------- |
394 | PatchSet 3486 | 1435 | PatchSet 3660 |
395 | Date: 2003/08/08 09:57:03 | 1436 | Date: 2003/10/22 11:26:38 |
396 | Author: andersen | 1437 | Author: andersen |
397 | Branch: HEAD | 1438 | Branch: HEAD |
398 | Tag: (none) | 1439 | Tag: (none) |
399 | Log: | 1440 | Log: |
400 | Remove unnecessary defamatory comment | 1441 | Patch from Arthur Othieno to fix a compiler warning |
401 | 1442 | ||
402 | Members: | 1443 | Members: |
403 | coreutils/cal.c:1.5->1.6 | 1444 | libbb/get_ug_id.c:1.1->1.2 |
404 | 1445 | ||
405 | --------------------- | 1446 | --------------------- |
406 | PatchSet 3487 | 1447 | PatchSet 3661 |
407 | Date: 2003/08/08 21:04:56 | 1448 | Date: 2003/10/22 11:30:53 |
408 | Author: andersen | 1449 | Author: andersen |
409 | Branch: HEAD | 1450 | Branch: HEAD |
410 | Tag: (none) | 1451 | Tag: (none) |
411 | Log: | 1452 | Log: |
412 | Patch from Kent Robotti to being fdisk in sync with v2.12 final. | 1453 | Patch from Arthur Othieno for docs/style-guide.txt conformance. |
413 | 1454 | ||
414 | Members: | 1455 | Members: |
415 | util-linux/fdisk.c:1.9->1.10 | 1456 | console-tools/chvt.c:1.19->1.20 |
416 | 1457 | ||
417 | --------------------- | 1458 | --------------------- |
418 | PatchSet 3488 | 1459 | PatchSet 3662 |
419 | Date: 2003/08/08 21:09:03 | 1460 | Date: 2003/10/22 11:31:36 |
420 | Author: andersen | 1461 | Author: andersen |
421 | Branch: HEAD | 1462 | Branch: HEAD |
422 | Tag: (none) | 1463 | Tag: (none) |
423 | Log: | 1464 | Log: |
424 | Kent Robotti noted that mt.c uses "rewind" not "rew" | 1465 | Patch from Arthur Othieno for style-guide.txt conformance |
425 | 1466 | ||
426 | Members: | 1467 | Members: |
427 | include/usage.h:1.163->1.164 | 1468 | console-tools/clear.c:1.16->1.17 |
1469 | console-tools/deallocvt.c:1.26->1.27 | ||
1470 | console-tools/reset.c:1.10->1.11 | ||
428 | 1471 | ||
429 | --------------------- | 1472 | --------------------- |
430 | PatchSet 3489 | 1473 | PatchSet 3663 |
431 | Date: 2003/08/08 23:13:41 | 1474 | Date: 2003/10/22 11:37:04 |
432 | Author: andersen | 1475 | Author: andersen |
433 | Branch: HEAD | 1476 | Branch: HEAD |
434 | Tag: (none) | 1477 | Tag: (none) |
435 | Log: | 1478 | Log: |
436 | quiet some noise | 1479 | Tomasz Motylewski reported that the 'which' applet does not find |
1480 | files when the full file PATH is specified. | ||
1481 | |||
1482 | This patch from Arthur Othieno fixes it. | ||
437 | 1483 | ||
438 | Members: | 1484 | Members: |
439 | miscutils/hdparm.c:1.3->1.4 | 1485 | debianutils/which.c:1.3->1.4 |
440 | 1486 | ||
441 | --------------------- | 1487 | --------------------- |
442 | PatchSet 3490 | 1488 | PatchSet 3664 |
443 | Date: 2003/08/08 23:26:05 | 1489 | Date: 2003/10/22 11:56:45 |
444 | Author: andersen | 1490 | Author: andersen |
445 | Branch: HEAD | 1491 | Branch: HEAD |
446 | Tag: (none) | 1492 | Tag: (none) |
447 | Log: | 1493 | Log: |
448 | Implement a minimalist 'last' which allows the LEAF project to | 1494 | last_patch116 from vodz: |
449 | no longer need dumtp. Remove the 'dumtp' applet. | 1495 | |
450 | -Erik | 1496 | Stephane, |
1497 | |||
1498 | >Using busybox+uclibc, crond syslog messages look like: | ||
1499 | > | ||
1500 | >Oct 9 09:04:46 soekris cron.notice crond[347]: ^Icrond 2.3.2 dillon, | ||
1501 | >started, log level 8 | ||
1502 | |||
1503 | Thanks for testing. | ||
1504 | |||
1505 | >The attached patch corrects the problem. | ||
1506 | |||
1507 | Your patch is not correct. | ||
1508 | Correct patch attached. | ||
1509 | |||
1510 | Also. Last patch have | ||
1511 | - add "Broken pipe" message to ash.c | ||
1512 | - busybox ash synced with dash_0.4.18 | ||
1513 | |||
1514 | --w | ||
1515 | vodz | ||
451 | 1516 | ||
452 | Members: | 1517 | Members: |
453 | include/applets.h:1.102->1.103 | 1518 | miscutils/crond.c:1.9->1.10 |
454 | include/usage.h:1.164->1.165 | 1519 | shell/ash.c:1.81->1.82 |
455 | miscutils/Config.in:1.7->1.8 | ||
456 | miscutils/Makefile.in:1.7->1.8 | ||
457 | miscutils/dutmp.c:1.31->1.32(DEAD) | ||
458 | miscutils/last.c:INITIAL->1.1 | ||
459 | 1520 | ||
460 | --------------------- | 1521 | --------------------- |
461 | PatchSet 3491 | 1522 | PatchSet 3665 |
462 | Date: 2003/08/09 00:12:12 | 1523 | Date: 2003/10/22 12:24:38 |
463 | Author: andersen | 1524 | Author: andersen |
464 | Branch: HEAD | 1525 | Branch: HEAD |
465 | Tag: (none) | 1526 | Tag: (none) |
466 | Log: | 1527 | Log: |
467 | Begin using the new "select" option. Good stuff! | 1528 | Goetz Bock writes: |
1529 | |||
1530 | Dear list, | ||
1531 | |||
1532 | during my quest do pack busybox into an RPM, I've fixed a small bug | ||
1533 | (missing \n) in dc's usage. And added two additional operations: mod and | ||
1534 | exp/power. | ||
1535 | |||
1536 | Feel free to drop them. | ||
468 | 1537 | ||
469 | Members: | 1538 | Members: |
470 | networking/Config.in:1.21->1.22 | 1539 | include/usage.h:1.171->1.172 |
1540 | miscutils/dc.c:1.16->1.17 | ||
471 | 1541 | ||
472 | --------------------- | 1542 | --------------------- |
473 | PatchSet 3492 | 1543 | PatchSet 3666 |
474 | Date: 2003/08/09 00:40:12 | 1544 | Date: 2003/10/22 12:36:55 |
475 | Author: andersen | 1545 | Author: andersen |
476 | Branch: HEAD | 1546 | Branch: HEAD |
477 | Tag: (none) | 1547 | Tag: (none) |
478 | Log: | 1548 | Log: |
479 | Use the new 'select' option to make the shell config | 1549 | sigh |
480 | much less evil and far more obvious. | 1550 | |
1551 | Members: | ||
1552 | debianutils/which.c:1.4->1.5 | ||
1553 | |||
1554 | --------------------- | ||
1555 | PatchSet 3667 | ||
1556 | Date: 2003/10/22 23:29:08 | ||
1557 | Author: andersen | ||
1558 | Branch: HEAD | ||
1559 | Tag: (none) | ||
1560 | Log: | ||
1561 | the dc applet now needs libm | ||
481 | -Erik | 1562 | -Erik |
482 | 1563 | ||
483 | Members: | 1564 | Members: |
484 | shell/Config.in:1.8->1.9 | 1565 | miscutils/Makefile.in:1.9->1.10 |
485 | 1566 | ||
486 | --------------------- | 1567 | --------------------- |
487 | PatchSet 3493 | 1568 | PatchSet 3668 |
488 | Date: 2003/08/09 00:41:50 | 1569 | Date: 2003/10/23 07:52:01 |
489 | Author: andersen | 1570 | Author: andersen |
490 | Branch: HEAD | 1571 | Branch: HEAD |
491 | Tag: (none) | 1572 | Tag: (none) |
492 | Log: | 1573 | Log: |
493 | Move shell descriptions to the config system | 1574 | Another bzip2 update and speedup from Manuel Novoa III, with some |
1575 | additional changes (primarily lots of comments) from Rob Landley. | ||
494 | 1576 | ||
495 | Members: | 1577 | Members: |
496 | README:1.27->1.28 | 1578 | archival/libunarchive/decompress_bunzip2.c:1.6->1.7 |
497 | 1579 | ||
498 | --------------------- | 1580 | --------------------- |
499 | PatchSet 3494 | 1581 | PatchSet 3669 |
500 | Date: 2003/08/09 03:57:55 | 1582 | Date: 2003/10/28 10:44:58 |
501 | Author: mjn3 | 1583 | Author: bug1 |
502 | Branch: HEAD | 1584 | Branch: HEAD |
503 | Tag: (none) | 1585 | Tag: (none) |
504 | Log: | 1586 | Log: |
505 | Adjust Erik's change, as I don't claim copyright of the applet. | 1587 | Conditionally compile some files. |
1588 | This hides a bug related to the new bunzip code in the tar and dpkg[-deb] | ||
1589 | applets. | ||
1590 | It will also reduce compile time a little as some unused files wont be | ||
1591 | compiled. | ||
506 | 1592 | ||
507 | Members: | 1593 | Members: |
508 | coreutils/cal.c:1.6->1.7 | 1594 | archival/libunarchive/Makefile.in:1.14->1.15 |
509 | 1595 | ||
510 | --------------------- | 1596 | --------------------- |
511 | PatchSet 3495 | 1597 | PatchSet 3670 |
512 | Date: 2003/08/12 07:55:03 | 1598 | Date: 2003/10/28 23:04:50 |
513 | Author: andersen | 1599 | Author: bug1 |
514 | Branch: HEAD | 1600 | Branch: HEAD |
515 | Tag: (none) | 1601 | Tag: (none) |
516 | Log: | 1602 | Log: |
517 | fix style sheet so site doesn't look like crap with IE | 1603 | Fix a logic error, the old bunzip code returned non-zero for success, |
1604 | new code returns 0 for success. | ||
518 | 1605 | ||
519 | Members: | 1606 | Members: |
520 | docs/busybox.net/index.html:1.127->1.128 | 1607 | archival/bunzip2.c:1.14->1.15 |
521 | 1608 | ||
522 | --------------------- | 1609 | --------------------- |
523 | PatchSet 3496 | 1610 | PatchSet 3671 |
524 | Date: 2003/08/13 13:11:33 | 1611 | Date: 2003/10/28 23:32:12 |
525 | Author: mjn3 | 1612 | Author: bug1 |
526 | Branch: HEAD | 1613 | Branch: HEAD |
527 | Tag: (none) | 1614 | Tag: (none) |
528 | Log: | 1615 | Log: |
529 | Remove unnecessary pointer dereference. | 1616 | Add some error messages, use xmalloc instead of malloc |
530 | 1617 | ||
531 | Members: | 1618 | Members: |
532 | coreutils/cal.c:1.7->1.8 | 1619 | archival/libunarchive/decompress_bunzip2.c:1.7->1.8 |
533 | 1620 | ||
534 | --------------------- | 1621 | --------------------- |
535 | PatchSet 3497 | 1622 | PatchSet 3672 |
536 | Date: 2003/08/13 18:48:47 | 1623 | Date: 2003/10/29 03:37:52 |
537 | Author: mjn3 | 1624 | Author: bug1 |
1625 | Branch: HEAD | ||
1626 | Tag: (none) | ||
1627 | Log: | ||
1628 | Use the return value from uncompress_bunzip, fix some typo | ||
1629 | |||
1630 | Members: | ||
1631 | archival/bunzip2.c:1.15->1.16 | ||
1632 | include/unarchive.h:1.18->1.19 | ||
1633 | |||
1634 | --------------------- | ||
1635 | PatchSet 3673 | ||
1636 | Date: 2003/10/29 03:40:47 | ||
1637 | Author: bug1 | ||
1638 | Branch: HEAD | ||
1639 | Tag: (none) | ||
1640 | Log: | ||
1641 | "A few references to sourcefiles and URLs in docs/contributing.txt had | ||
1642 | gone stale" - Peter Korsgaard | ||
1643 | |||
1644 | Members: | ||
1645 | docs/contributing.txt:1.8->1.9 | ||
1646 | |||
1647 | --------------------- | ||
1648 | PatchSet 3674 | ||
1649 | Date: 2003/10/29 04:46:30 | ||
1650 | Author: bug1 | ||
1651 | Branch: HEAD | ||
1652 | Tag: (none) | ||
1653 | Log: | ||
1654 | make CONFIG_FEATURE_UNARCHIVE_TAPE common between itar and cpio, patch | ||
1655 | by Arthur Othieno | ||
1656 | |||
1657 | Members: | ||
1658 | archival/Config.in:1.10->1.11 | ||
1659 | |||
1660 | --------------------- | ||
1661 | PatchSet 3675 | ||
1662 | Date: 2003/10/29 04:50:35 | ||
1663 | Author: bug1 | ||
538 | Branch: HEAD | 1664 | Branch: HEAD |
539 | Tag: (none) | 1665 | Tag: (none) |
540 | Log: | 1666 | Log: |
541 | Rewrite timescmd() function to avoid the use of floating point and to | 1667 | fix a bug where `which' doesn't check whether the file passed as an argument |
542 | correct a bug in the seconds display where something like 65 seconds | 1668 | is a regular file, patch by Arthur Othieno |
543 | would be output as "1m65.000000s". | ||
544 | 1669 | ||
545 | Members: | 1670 | Members: |
546 | shell/ash.c:1.74->1.75 | 1671 | debianutils/which.c:1.5->1.6 |
547 | 1672 | ||
548 | --------------------- | 1673 | --------------------- |
549 | PatchSet 3498 | 1674 | PatchSet 3676 |
550 | Date: 2003/08/13 20:56:33 | 1675 | Date: 2003/10/29 11:10:02 |
1676 | Author: bug1 | ||
1677 | Branch: HEAD | ||
1678 | Tag: (none) | ||
1679 | Log: | ||
1680 | Accept the -c option and do nothing | ||
1681 | |||
1682 | Members: | ||
1683 | coreutils/install.c:1.2->1.3 | ||
1684 | |||
1685 | --------------------- | ||
1686 | PatchSet 3677 | ||
1687 | Date: 2003/10/30 07:48:38 | ||
551 | Author: andersen | 1688 | Author: andersen |
552 | Branch: HEAD | 1689 | Branch: HEAD |
553 | Tag: (none) | 1690 | Tag: (none) |
554 | Log: | 1691 | Log: |
555 | Patch from Paul Mundt (lethal) adding sh64 insmod support for busybox | 1692 | make certain values specified in the environment always win |
556 | 1693 | ||
557 | Members: | 1694 | Members: |
558 | modutils/insmod.c:1.99->1.100 | 1695 | Rules.mak:1.21->1.22 |
559 | 1696 | ||
560 | --------------------- | 1697 | --------------------- |
561 | PatchSet 3499 | 1698 | PatchSet 3678 |
562 | Date: 2003/08/14 03:28:49 | 1699 | Date: 2003/10/30 13:36:39 |
563 | Author: mjn3 | 1700 | Author: bug1 |
1701 | Branch: HEAD | ||
1702 | Tag: (none) | ||
1703 | Log: | ||
1704 | Patch from Dmitry Zakharov, | ||
1705 | Fixes two bugs: | ||
1706 | - END block didn't execute after an exit() call | ||
1707 | - huge memory consumption and performance degradation on large input | ||
1708 | (now performance is comparable to gawk) | ||
1709 | |||
1710 | Members: | ||
1711 | editors/awk.c:1.4->1.5 | ||
1712 | |||
1713 | --------------------- | ||
1714 | PatchSet 3679 | ||
1715 | Date: 2003/10/30 22:47:16 | ||
1716 | Author: bug1 | ||
1717 | Branch: HEAD | ||
1718 | Tag: (none) | ||
1719 | Log: | ||
1720 | run through indent | ||
1721 | |||
1722 | Members: | ||
1723 | findutils/xargs.c:1.30->1.31 | ||
1724 | |||
1725 | --------------------- | ||
1726 | PatchSet 3680 | ||
1727 | Date: 2003/10/30 22:51:33 | ||
1728 | Author: bug1 | ||
1729 | Branch: HEAD | ||
1730 | Tag: (none) | ||
1731 | Log: | ||
1732 | Add a comment with link to the SUSv3 standard for xargs | ||
1733 | |||
1734 | Members: | ||
1735 | findutils/xargs.c:1.31->1.32 | ||
1736 | |||
1737 | --------------------- | ||
1738 | PatchSet 3681 | ||
1739 | Date: 2003/10/31 00:04:24 | ||
1740 | Author: bug1 | ||
1741 | Branch: HEAD | ||
1742 | Tag: (none) | ||
1743 | Log: | ||
1744 | Remove config options for sort -u and sort -r, they are always enabled | ||
1745 | |||
1746 | Members: | ||
1747 | coreutils/Config.in:1.17->1.18 | ||
1748 | |||
1749 | --------------------- | ||
1750 | PatchSet 3682 | ||
1751 | Date: 2003/10/31 00:21:28 | ||
1752 | Author: andersen | ||
564 | Branch: HEAD | 1753 | Branch: HEAD |
565 | Tag: (none) | 1754 | Tag: (none) |
566 | Log: | 1755 | Log: |
567 | Fix a bug reported by junkio@cox.net involving the mode_chars index. | 1756 | Fix stupid typo |
568 | 1757 | ||
569 | Members: | 1758 | Members: |
570 | libbb/mode_string.c:1.3->1.4 | 1759 | archival/libunarchive/Makefile.in:1.15->1.16 |
571 | 1760 | ||
572 | --------------------- | 1761 | --------------------- |
573 | PatchSet 3500 | 1762 | PatchSet 3683 |
574 | Date: 2003/08/14 03:55:15 | 1763 | Date: 2003/10/31 00:35:59 |
575 | Author: bug1 | 1764 | Author: bug1 |
576 | Branch: HEAD | 1765 | Branch: HEAD |
577 | Tag: (none) | 1766 | Tag: (none) |
578 | Log: | 1767 | Log: |
579 | Change hardlink handling for tar to work the same way as cpio | 1768 | Move the tail -c option from FANCY_TAIL to the default tail, this makes |
1769 | the default tail options conform to SUSv3, with the non-SUS | ||
1770 | option all in FANCY_TAIL | ||
580 | 1771 | ||
581 | Members: | 1772 | Members: |
582 | archival/libunarchive/data_extract_all.c:1.10->1.11 | 1773 | coreutils/Config.in:1.18->1.19 |
583 | archival/libunarchive/get_header_tar.c:1.19->1.20 | 1774 | coreutils/tail.c:1.45->1.46 |
584 | 1775 | ||
585 | --------------------- | 1776 | --------------------- |
586 | PatchSet 3501 | 1777 | PatchSet 3684 |
587 | Date: 2003/08/19 04:49:00 | 1778 | Date: 2003/10/31 02:04:18 |
588 | Author: bug1 | 1779 | Author: bug1 |
589 | Branch: HEAD | 1780 | Branch: HEAD |
590 | Tag: (none) | 1781 | Tag: (none) |
591 | Log: | 1782 | Log: |
592 | Typo | 1783 | Patch from David Meggy to make the swap default to the new version if no |
1784 | version is specified and the kernel is relatively new. | ||
593 | 1785 | ||
594 | Members: | 1786 | Members: |
595 | coreutils/Config.in:1.12->1.13 | 1787 | util-linux/mkswap.c:1.28->1.29 |
596 | 1788 | ||
597 | --------------------- | 1789 | --------------------- |
598 | PatchSet 3502 | 1790 | PatchSet 3685 |
599 | Date: 2003/08/22 21:53:38 | 1791 | Date: 2003/10/31 08:19:44 |
600 | Author: andersen | 1792 | Author: andersen |
601 | Branch: HEAD | 1793 | Branch: HEAD |
602 | Tag: (none) | 1794 | Tag: (none) |
603 | Log: | 1795 | Log: |
604 | Fixup 'make clean' to properly clean the _install directory | 1796 | Try to make indent formatting less horrible |
605 | 1797 | ||
606 | Members: | 1798 | Members: |
607 | Makefile:1.283->1.284 | 1799 | findutils/xargs.c:1.32->1.33 |
608 | 1800 | ||
609 | --------------------- | 1801 | --------------------- |
610 | PatchSet 3503 | 1802 | PatchSet 3686 |
611 | Date: 2003/08/22 22:15:07 | 1803 | Date: 2003/10/31 08:52:57 |
612 | Author: andersen | 1804 | Author: andersen |
613 | Branch: HEAD | 1805 | Branch: HEAD |
614 | Tag: (none) | 1806 | Tag: (none) |
615 | Log: | 1807 | Log: |
616 | trivial doc fix | 1808 | Put back the tar support stubs (and warnings) for now. |
617 | 1809 | ||
618 | Members: | 1810 | Members: |
619 | archival/Config.in:1.8->1.9 | 1811 | archival/libunarchive/decompress_bunzip2.c:1.8->1.9 |
620 | 1812 | ||
621 | --------------------- | 1813 | --------------------- |
622 | PatchSet 3504 | 1814 | PatchSet 3687 |
623 | Date: 2003/08/23 00:08:37 | 1815 | Date: 2003/10/31 09:31:46 |
624 | Author: andersen | 1816 | Author: andersen |
625 | Branch: HEAD | 1817 | Branch: HEAD |
626 | Tag: (none) | 1818 | Tag: (none) |
627 | Log: | 1819 | Log: |
628 | "staywithu" writes: | 1820 | Rework wget, the xconnect interface, and its various clients |
1821 | in order to fix the problems with round robin DNS reported | ||
1822 | by Andrew Flegg: | ||
1823 | http://busybox.net/lists/busybox/2003-October/009579.html | ||
629 | 1824 | ||
630 | In BusyBox v1.00-pre2, | 1825 | This removes the ipv6 specific xconnect dns lookups. I do |
631 | commands like ls, df with -h option report a wrong file size for files larger than 4GBtye!! | 1826 | not see why that would need to be special cased for ipv6 as |
1827 | was done, but that will just have to be tested. | ||
632 | 1828 | ||
633 | For example, | 1829 | So IPV6 people -- please test this change! |
634 | when I execute 'ls -l', it reports | ||
635 | -rw-r--r-- 1 root root 5368709120 Aug 17 2003 large_stream.tp | ||
636 | 1830 | ||
637 | when I execute 'ls -lh', I expect that | 1831 | -Erik |
638 | -rw-r--r-- 1 root root 5.0G Aug 17 2003 large_stream.tp | ||
639 | 1832 | ||
640 | but it reports | 1833 | Members: |
641 | -rw-r--r-- 1 root root 1.0G Aug 17 2003 large_stream.tp | 1834 | include/libbb.h:1.115->1.116 |
1835 | libbb/safe_write.c:1.1->1.2 | ||
1836 | libbb/xconnect.c:1.6->1.7 | ||
1837 | networking/telnet.c:1.38->1.39 | ||
1838 | networking/wget.c:1.60->1.61 | ||
1839 | util-linux/rdate.c:1.27->1.28 | ||
642 | 1840 | ||
643 | I fixed this bug that... | 1841 | --------------------- |
644 | Line 31 in libbb/human_readable.c and line 275 include/libbb.h | 1842 | PatchSet 3688 |
1843 | Date: 2003/11/03 08:59:51 | ||
1844 | Author: andersen | ||
1845 | Branch: HEAD | ||
1846 | Tag: (none) | ||
1847 | Log: | ||
1848 | Avoid conflicts with the 2.6 kernel headers, which define | ||
1849 | _IOR rather differently, thereby breaking the BLKGETSIZE64 | ||
1850 | ioctl. | ||
1851 | -Erik | ||
645 | 1852 | ||
646 | const char *make_human_readable_str(unsigned long size | 1853 | Members: |
647 | => const char *make_human_readable_str(unsigned long long size | 1854 | util-linux/fdisk.c:1.10->1.11 |
648 | 1855 | ||
649 | It's OK! | 1856 | --------------------- |
1857 | PatchSet 3689 | ||
1858 | Date: 2003/11/03 21:20:18 | ||
1859 | Author: andersen | ||
1860 | Branch: HEAD | ||
1861 | Tag: (none) | ||
1862 | Log: | ||
1863 | Fix rdate and ftpget/ftpput so they compile with the new xconnect. | ||
1864 | I have checked rdate. Someone should also check ftpget/ftpput to | ||
1865 | be sure they still work. | ||
650 | 1866 | ||
651 | Members: | 1867 | Members: |
652 | include/libbb.h:1.108->1.109 | 1868 | include/libbb.h:1.116->1.117 |
653 | libbb/human_readable.c:1.7->1.8 | 1869 | libbb/xconnect.c:1.7->1.8 |
1870 | networking/ftpgetput.c:1.7->1.8 | ||
1871 | util-linux/rdate.c:1.28->1.29 | ||
654 | 1872 | ||
655 | --------------------- | 1873 | --------------------- |
656 | PatchSet 3505 | 1874 | PatchSet 3690 |
657 | Date: 2003/08/26 03:14:58 | 1875 | Date: 2003/11/03 22:46:14 |
658 | Author: bug1 | 1876 | Author: andersen |
659 | Branch: HEAD | 1877 | Branch: HEAD |
660 | Tag: (none) | 1878 | Tag: (none) |
661 | Log: | 1879 | Log: |
662 | Fix overflow for machines greater than 4GB, return unsigned int to avoid | 1880 | Set unset_env pointing to a NULL item, to prevent us from walking |
663 | a cast and for greater accuracy. | 1881 | off the end of the list and segfaulting. |
1882 | -Erik | ||
664 | 1883 | ||
665 | Members: | 1884 | Members: |
666 | init/init.c:1.192->1.193 | 1885 | coreutils/env.c:1.8->1.9 |
667 | 1886 | ||
668 | --------------------- | 1887 | --------------------- |
669 | PatchSet 3506 | 1888 | PatchSet 3691 |
670 | Date: 2003/08/26 05:25:59 | 1889 | Date: 2003/11/04 23:16:48 |
671 | Author: bug1 | 1890 | Author: andersen |
672 | Branch: HEAD | 1891 | Branch: HEAD |
673 | Tag: (none) | 1892 | Tag: (none) |
674 | Log: | 1893 | Log: |
675 | SHA1 options depend on SHA1 | 1894 | Fix oversight with CONFIG_FEATURE_AUTOWIDTH handling |
676 | 1895 | ||
677 | Members: | 1896 | Members: |
678 | coreutils/Config.in:1.13->1.14 | 1897 | coreutils/ls.c:1.100->1.101 |
679 | 1898 | ||
680 | --------------------- | 1899 | --------------------- |
681 | PatchSet 3507 | 1900 | PatchSet 3692 |
682 | Date: 2003/08/26 05:28:05 | 1901 | Date: 2003/11/05 04:55:58 |
683 | Author: bug1 | 1902 | Author: bug1 |
684 | Branch: HEAD | 1903 | Branch: HEAD |
685 | Tag: (none) | 1904 | Tag: (none) |
686 | Log: | 1905 | Log: |
687 | Woops, depend on SHA1 not the option | 1906 | Fix tar -j support |
1907 | Use the old fork() method of tar compression support, rather than | ||
1908 | read_bz2.... | ||
1909 | - (*uncompress)(int in, int out) seems like a more natural interface | ||
1910 | for compression code. | ||
1911 | - it might improve performance by seperating the work into one cpu | ||
1912 | bound and one io bound process. | ||
1913 | - There is extra code required to do read_[gz|bunzip] since (*uncompress)(int in, | ||
1914 | int out) will normally be used by the standalone compression applet. | ||
1915 | |||
1916 | There have been problems with this method so if you see a "Short read" | ||
1917 | error let me know. | ||
1918 | |||
1919 | Members: | ||
1920 | archival/libunarchive/decompress_bunzip2.c:1.9->1.10 | ||
1921 | archival/libunarchive/get_header_tar.c:1.23->1.24 | ||
1922 | archival/libunarchive/get_header_tar_bz2.c:1.2->1.3 | ||
1923 | |||
1924 | --------------------- | ||
1925 | PatchSet 3693 | ||
1926 | Date: 2003/11/05 11:34:26 | ||
1927 | Author: andersen | ||
1928 | Branch: HEAD | ||
1929 | Tag: (none) | ||
1930 | Log: | ||
1931 | By popular demand, revert to version 1.21, since Rules.mak:1.22 | ||
1932 | causes the build to ignore CROSS_COMPILER_PREFIX set in .config | ||
688 | 1933 | ||
689 | Members: | 1934 | Members: |
690 | coreutils/Config.in:1.14->1.15 | 1935 | Rules.mak:1.22->1.23 |
691 | 1936 | ||
692 | --------------------- | 1937 | --------------------- |
693 | PatchSet 3508 | 1938 | PatchSet 3694 |
694 | Date: 2003/08/26 05:50:22 | 1939 | Date: 2003/11/06 03:17:23 |
695 | Author: bug1 | 1940 | Author: bug1 |
696 | Branch: HEAD | 1941 | Branch: HEAD |
697 | Tag: (none) | 1942 | Tag: (none) |
698 | Log: | 1943 | Log: |
699 | Syncronise some build files with busybox-cvs-20030819 | 1944 | Rewrite, 800+ bytes smaller and more robust. |
700 | 1945 | ||
701 | Members: | 1946 | Members: |
702 | debian/changelog:1.36->1.37 | 1947 | coreutils/uudecode.c:1.20->1.21 |
703 | debian/config-deb:1.7->1.8 | ||
704 | debian/config-static:1.10->1.11 | ||
705 | debian/config-udeb:1.14->1.15 | ||
706 | debian/control:1.17->1.18 | ||
707 | 1948 | ||
708 | --------------------- | 1949 | --------------------- |
709 | PatchSet 3509 | 1950 | PatchSet 3695 |
710 | Date: 2003/08/26 12:06:39 | 1951 | Date: 2003/11/07 11:20:21 |
711 | Author: sandman | 1952 | Author: andersen |
712 | Branch: HEAD | 1953 | Branch: HEAD |
713 | Tag: (none) | 1954 | Tag: (none) |
714 | Log: | 1955 | Log: |
715 | Removed some debug printfs | 1956 | As vodz pointed out, setting unset_env to NULL is sufficient |
716 | 1957 | ||
717 | Members: | 1958 | Members: |
718 | util-linux/hwclock.c:1.5->1.6 | 1959 | coreutils/env.c:1.9->1.10 |
719 | 1960 | ||
720 | --------------------- | 1961 | --------------------- |
721 | PatchSet 3510 | 1962 | PatchSet 3696 |
722 | Date: 2003/08/28 20:12:23 | 1963 | Date: 2003/11/07 19:37:20 |
723 | Author: bug1 | 1964 | Author: timr |
724 | Branch: HEAD | 1965 | Branch: HEAD |
725 | Tag: (none) | 1966 | Tag: (none) |
726 | Log: | 1967 | Log: |
727 | Dont unlink when testing ! | 1968 | wrap bb help output if CONFIG_FEATURE_AUTOWIDTH |
728 | Always preserve creation date | ||
729 | Disable the -p option its for modification date | ||
730 | Remove some cpio header debugging noise | ||
731 | Syncronise file listing behaviour with upstream. | ||
732 | 1969 | ||
733 | Members: | 1970 | Members: |
734 | archival/cpio.c:1.12->1.13 | 1971 | applets/busybox.c:1.143->1.144 |
735 | archival/libunarchive/data_extract_all.c:1.11->1.12 | ||
736 | archival/libunarchive/get_header_cpio.c:1.7->1.8 | ||
737 | include/unarchive.h:1.17->1.18 | ||
738 | 1972 | ||
739 | --------------------- | 1973 | --------------------- |
740 | PatchSet 3511 | 1974 | PatchSet 3697 |
741 | Date: 2003/08/28 20:54:16 | 1975 | Date: 2003/11/07 21:22:09 |
742 | Author: bug1 | 1976 | Author: andersen |
743 | Branch: HEAD | 1977 | Branch: HEAD |
744 | Tag: (none) | 1978 | Tag: (none) |
745 | Log: | 1979 | Log: |
746 | *** empty log message *** | 1980 | fix comment |
747 | 1981 | ||
748 | Members: | 1982 | Members: |
749 | networking/arping.c:1.4->1.5 | 1983 | archival/libunarchive/get_header_tar_gz.c:1.6->1.7 |
750 | 1984 | ||
751 | --------------------- | 1985 | --------------------- |
752 | PatchSet 3512 | 1986 | PatchSet 3698 |
753 | Date: 2003/08/28 22:55:22 | 1987 | Date: 2003/11/07 21:31:58 |
754 | Author: bug1 | 1988 | Author: andersen |
1989 | Branch: HEAD | ||
1990 | Tag: (none) | ||
1991 | Log: | ||
1992 | This appears to be the correct fix to make CONFIG_FEATURE_DEB_TAR_BZ2 | ||
1993 | support compile. Glenn, you may want to verify this. | ||
1994 | -Erik | ||
1995 | |||
1996 | Members: | ||
1997 | archival/libunarchive/filter_accept_list_reassign.c:1.2->1.3 | ||
1998 | |||
1999 | --------------------- | ||
2000 | PatchSet 3699 | ||
2001 | Date: 2003/11/07 21:39:14 | ||
2002 | Author: andersen | ||
2003 | Branch: HEAD | ||
2004 | Tag: (none) | ||
2005 | Log: | ||
2006 | Patch from Steven Scholz to send the output from 'time' | ||
2007 | to stderr, rather than stdout, so that things like | ||
2008 | |||
2009 | ~ # time bunzip2 -c /tmp/test.bz2 > /dev/null | ||
2010 | real 0m 29.44s | ||
2011 | user 0m 29.30s | ||
2012 | sys 0m 0.12s | ||
2013 | |||
2014 | operate as expected. | ||
2015 | |||
2016 | Members: | ||
2017 | miscutils/time.c:1.4->1.5 | ||
2018 | |||
2019 | --------------------- | ||
2020 | PatchSet 3700 | ||
2021 | Date: 2003/11/08 00:23:23 | ||
2022 | Author: andersen | ||
2023 | Branch: HEAD | ||
2024 | Tag: (none) | ||
2025 | Log: | ||
2026 | Rob Landley writes: | ||
2027 | |||
2028 | Remove three entries in defconfig that config no longer has. | ||
2029 | |||
2030 | Rob | ||
2031 | |||
2032 | Members: | ||
2033 | sysdeps/linux/defconfig:1.4->1.5 | ||
2034 | |||
2035 | --------------------- | ||
2036 | PatchSet 3701 | ||
2037 | Date: 2003/11/08 00:33:02 | ||
2038 | Author: andersen | ||
755 | Branch: HEAD | 2039 | Branch: HEAD |
756 | Tag: (none) | 2040 | Tag: (none) |
757 | Log: | 2041 | Log: |
758 | "When the filesize is known from content-length header, safe_fread is | 2042 | Add some basic cvs usage info |
759 | always told to read sizeof(buf). This waits until the underlying | ||
760 | fread() to time-out for the last part of the downloaded body. Fix | ||
761 | this by sending the number of remaining bytes to read when known." - | ||
762 | junkio@ | ||
763 | I reworked the logic in his patch | ||
764 | 2043 | ||
765 | Members: | 2044 | Members: |
766 | networking/wget.c:1.54->1.55 | 2045 | docs/busybox.net/cvs_anon.html:1.6->1.7 |
767 | 2046 | ||
768 | --------------------- | 2047 | --------------------- |
769 | PatchSet 3513 | 2048 | PatchSet 3702 |
770 | Date: 2003/08/28 23:03:19 | 2049 | Date: 2003/11/10 04:33:52 |
771 | Author: bug1 | 2050 | Author: bug1 |
772 | Branch: HEAD | 2051 | Branch: HEAD |
773 | Tag: (none) | 2052 | Tag: (none) |
774 | Log: | 2053 | Log: |
775 | "When the initial request by wget is responded by a 3XX redirect | 2054 | Merge common parts of sha1sum and md5sum, which is everything except the |
776 | response sent in chunked transfer encoding, the code path to | 2055 | algorithms. |
777 | resubmit the request to the redirected URL forgets to reset | 2056 | Move algorithms to hash_fd and make them available via a common |
778 | got_clen and chunked variables in the loop. If the redirected | 2057 | function. |
779 | URL does not use chunked transfer encoding, this causes the code | ||
780 | that slurps the body of the response to incorrectly try to parse | ||
781 | out the chunk length which does not exist." - junkio@ | ||
782 | 2058 | ||
783 | ---------------------------------------------------------------------- | 2059 | Members: |
2060 | coreutils/Config.in:1.19->1.20 | ||
2061 | coreutils/Makefile.in:1.5->1.6 | ||
2062 | coreutils/md5_sha1_sum.c:INITIAL->1.1 | ||
2063 | include/libbb.h:1.117->1.118 | ||
2064 | libbb/Makefile.in:1.31->1.32 | ||
2065 | libbb/hash_fd.c:INITIAL->1.1 | ||
2066 | |||
2067 | --------------------- | ||
2068 | PatchSet 3703 | ||
2069 | Date: 2003/11/14 02:40:08 | ||
2070 | Author: andersen | ||
2071 | Branch: HEAD | ||
2072 | Tag: (none) | ||
2073 | Log: | ||
2074 | Marc Kleine-Budde noticed a missing semicolon | ||
2075 | |||
2076 | Members: | ||
2077 | util-linux/fdisk.c:1.11->1.12 | ||
2078 | |||
2079 | --------------------- | ||
2080 | PatchSet 3704 | ||
2081 | Date: 2003/11/14 02:44:28 | ||
2082 | Author: andersen | ||
2083 | Branch: HEAD | ||
2084 | Tag: (none) | ||
2085 | Log: | ||
2086 | Vladimir N. Oleynik (vodz) writes: | ||
2087 | |||
2088 | Hi Glenn. | ||
2089 | |||
2090 | I analysed BSS size gzip applet and found may be mistake: | ||
2091 | updcrc() checking if (crc_table_empty) but not resetted this var. | ||
2092 | This do make slow gzip applet ;-) | ||
2093 | |||
2094 | |||
2095 | --w | ||
2096 | vodz | ||
2097 | |||
2098 | Members: | ||
2099 | archival/gzip.c:1.60->1.61 | ||
2100 | |||
2101 | --------------------- | ||
2102 | PatchSet 3705 | ||
2103 | Date: 2003/11/14 02:49:19 | ||
2104 | Author: andersen | ||
2105 | Branch: HEAD | ||
2106 | Tag: (none) | ||
2107 | Log: | ||
2108 | Steven Seeger writes: | ||
2109 | |||
2110 | Hey guys. I've found a bug in modprobe where it generates bad strings and | ||
2111 | makes sytem calls with them. The following patch seems to have fixed the | ||
2112 | problem. It is rather inherited elsewhere, as there seems to be incorrect | ||
2113 | entries in the list which results in more dependencies than really exist for | ||
2114 | a given call to mod_process. But, this patch prevents the bad text from | ||
2115 | going to the screen. You will notice there are cases where lcmd goes | ||
2116 | unmodified before calling system. | ||
2117 | |||
2118 | Please consider the following patch. | ||
2119 | |||
2120 | Thanks. | ||
2121 | |||
2122 | -Steve | ||
2123 | |||
2124 | Members: | ||
2125 | modutils/modprobe.c:1.22->1.23 | ||
2126 | |||
2127 | --------------------- | ||
2128 | PatchSet 3706 | ||
2129 | Date: 2003/11/14 03:00:04 | ||
2130 | Author: andersen | ||
2131 | Branch: HEAD | ||
2132 | Tag: (none) | ||
2133 | Log: | ||
2134 | Ulrich Marx writes: | ||
2135 | |||
2136 | hello | ||
2137 | |||
2138 | i had some trouble with the filedescriptor in udhcp. | ||
2139 | Two things happened on my device: | ||
2140 | 1.) broken or not connected cable (no dhcp-server) | ||
2141 | 2.) daemonizing (starting with option -b) | ||
2142 | |||
2143 | i got a filedescriptor fd=0 from function raw_socket, | ||
2144 | after daemonizing (daemon call) the fd is closed. | ||
2145 | Client can't recieve data's anymore. | ||
2146 | |||
2147 | i fixed this problem (like pidfile handling): | ||
2148 | |||
2149 | Members: | ||
2150 | networking/udhcp/socket.c:1.3->1.4 | ||
2151 | |||
2152 | --------------------- | ||
2153 | PatchSet 3707 | ||
2154 | Date: 2003/11/14 03:04:08 | ||
2155 | Author: andersen | ||
2156 | Branch: HEAD | ||
2157 | Tag: (none) | ||
2158 | Log: | ||
2159 | Michael Smith writes: | ||
2160 | |||
2161 | I noticed a problem with ifconfig in busybox 0.60.5. The matching code | ||
2162 | seems to exist in busybox CVS as well, so I'll paste in the patch that | ||
2163 | fixed it. | ||
2164 | |||
2165 | I was running: | ||
2166 | # ifconfig wan0 1.2.3.4 pointopoint 1.2.3.5 netmask 255.255.255.255 | ||
2167 | |||
2168 | I was seeing the inet addr and P-t-P addr both being set to 1.2.3.5 | ||
2169 | (the pointopoint address). | ||
2170 | |||
2171 | wan0 Link encap:Point-Point Protocol | ||
2172 | inet addr:1.2.3.5 P-t-P:1.2.3.5 Mask:255.255.255.255 | ||
2173 | UP POINTOPOINT RUNNING NOARP MTU:1500 Metric:1 | ||
2174 | ... | ||
2175 | |||
2176 | The patch below seems to fix it. | ||
784 | 2177 | ||
785 | Members: | 2178 | Members: |
786 | networking/wget.c:1.55->1.56 | 2179 | networking/ifconfig.c:1.26->1.27 |
787 | 2180 | ||
788 | --------------------- | 2181 | --------------------- |
789 | PatchSet 3514 | 2182 | PatchSet 3708 |
790 | Date: 2003/08/28 23:12:53 | 2183 | Date: 2003/11/14 03:11:24 |
2184 | Author: andersen | ||
2185 | Branch: HEAD | ||
2186 | Tag: (none) | ||
2187 | Log: | ||
2188 | Oskar Liljeblad writes: | ||
2189 | |||
2190 | Here's a fix for the hard-coded device name in fbset. | ||
2191 | |||
2192 | Members: | ||
2193 | include/libbb.h:1.118->1.119 | ||
2194 | util-linux/fbset.c:1.32->1.33 | ||
2195 | |||
2196 | --------------------- | ||
2197 | PatchSet 3709 | ||
2198 | Date: 2003/11/14 08:26:25 | ||
791 | Author: bug1 | 2199 | Author: bug1 |
792 | Branch: HEAD | 2200 | Branch: HEAD |
793 | Tag: (none) | 2201 | Tag: (none) |
794 | Log: | 2202 | Log: |
795 | "Typo and/or thinko: scanning till the end of NUL terminated string | 2203 | Read in blocks rather than one char at a time, greatly improves speed |
796 | should check the byte pointed at not the pointer itself." -junkio@ | ||
797 | 2204 | ||
798 | Members: | 2205 | Members: |
799 | miscutils/dc.c:1.15->1.16 | 2206 | archival/libunarchive/seek_by_char.c:1.1->1.2 |
800 | 2207 | ||
801 | --------------------- | 2208 | --------------------- |
802 | PatchSet 3515 | 2209 | PatchSet 3710 |
803 | Date: 2003/08/29 07:25:04 | 2210 | Date: 2003/11/14 08:30:46 |
804 | Author: bug1 | 2211 | Author: bug1 |
805 | Branch: HEAD | 2212 | Branch: HEAD |
806 | Tag: (none) | 2213 | Tag: (none) |
807 | Log: | 2214 | Log: |
808 | Correct logic in determining size of block to download, as pointed out | 2215 | Remove debugging noise. |
809 | by Junio C Hamano | ||
810 | 2216 | ||
811 | Members: | 2217 | Members: |
812 | networking/wget.c:1.56->1.57 | 2218 | archival/libunarchive/get_header_tar_bz2.c:1.3->1.4 |
813 | 2219 | ||
814 | --------------------- | 2220 | --------------------- |
815 | PatchSet 3516 | 2221 | PatchSet 3711 |
816 | Date: 2003/08/29 08:29:30 | 2222 | Date: 2003/11/14 09:21:27 |
817 | Author: bug1 | 2223 | Author: bug1 |
818 | Branch: HEAD | 2224 | Branch: HEAD |
819 | Tag: (none) | 2225 | Tag: (none) |
820 | Log: | 2226 | Log: |
821 | vodz, last patch 103 | 2227 | Remove some tar_gz stuff that get dragged in |
822 | 2228 | ||
823 | Members: | 2229 | Members: |
824 | coreutils/expr.c:1.12->1.13 | 2230 | archival/libunarchive/get_header_tar_bz2.c:1.4->1.5 |
825 | shell/ash.c:1.75->1.76 | ||
826 | 2231 | ||
827 | --------------------- | 2232 | --------------------- |
828 | PatchSet 3517 | 2233 | PatchSet 3712 |
829 | Date: 2003/08/29 08:35:08 | 2234 | Date: 2003/11/14 09:22:24 |
830 | Author: bug1 | 2235 | Author: bug1 |
831 | Branch: HEAD | 2236 | Branch: HEAD |
832 | Tag: (none) | 2237 | Tag: (none) |
833 | Log: | 2238 | Log: |
834 | Vodz, last patch 104 | 2239 | Fix build error with tar -j |
835 | 2240 | ||
836 | Members: | 2241 | Members: |
837 | sysklogd/syslogd.c:1.100->1.101 | 2242 | archival/libunarchive/Makefile.in:1.16->1.17 |
838 | 2243 | ||
839 | --------------------- | 2244 | --------------------- |
840 | PatchSet 3518 | 2245 | PatchSet 3713 |
841 | Date: 2003/08/29 08:38:56 | 2246 | Date: 2003/11/14 10:04:31 |
842 | Author: bug1 | 2247 | Author: bug1 |
843 | Branch: HEAD | 2248 | Branch: HEAD |
844 | Tag: (none) | 2249 | Tag: (none) |
845 | Log: | 2250 | Log: |
846 | Vodz, last patch 105 | 2251 | NEW APPLET: pipe_progress, used by debian installer |
847 | Busybox "mount" applet unsupport "user" option and | ||
848 | result: must have _BB_SUID_NEVER applet option (my bug). | ||
849 | Last patch have reducing 216 bytes for "su" applet also. | ||
850 | 2252 | ||
851 | Members: | 2253 | Members: |
852 | include/applets.h:1.103->1.104 | 2254 | debianutils/Config.in:1.5->1.6 |
853 | loginutils/su.c:1.4->1.5 | 2255 | debianutils/Makefile.in:1.3->1.4 |
2256 | debianutils/pipe_progress.c:INITIAL->1.1 | ||
2257 | include/applets.h:1.106->1.107 | ||
854 | 2258 | ||
855 | --------------------- | 2259 | --------------------- |
856 | PatchSet 3519 | 2260 | PatchSet 3714 |
857 | Date: 2003/08/29 08:47:52 | 2261 | Date: 2003/11/14 12:53:42 |
858 | Author: bug1 | 2262 | Author: bug1 |
859 | Branch: HEAD | 2263 | Branch: HEAD |
860 | Tag: (none) | 2264 | Tag: (none) |
861 | Log: | 2265 | Log: |
862 | label's dont work in v4 tunnels, patch by Eric Spakman | 2266 | Catch unsupported features |
863 | 2267 | ||
864 | Members: | 2268 | Members: |
865 | networking/ifupdown.c:1.30->1.31 | 2269 | archival/tar.c:1.178->1.179 |
866 | 2270 | ||
867 | --------------------- | 2271 | --------------------- |
868 | PatchSet 3520 | 2272 | PatchSet 3715 |
869 | Date: 2003/08/29 11:58:46 | 2273 | Date: 2003/11/14 12:57:14 |
870 | Author: bug1 | 2274 | Author: bug1 |
871 | Branch: HEAD | 2275 | Branch: HEAD |
872 | Tag: (none) | 2276 | Tag: (none) |
873 | Log: | 2277 | Log: |
874 | "This function was not updating the argc and argv pointers to reflect | 2278 | Keep trying to find a good header, if we exit it will cause .tar.gz |
875 | the arguments it consumed, which means the calling function encountered | 2279 | files to compute incorrect crc and length for gzip |
876 | them as well. As a result, a command like "ip -6 addr" was yielding a usage | ||
877 | error." - Philip Blundell | ||
878 | 2280 | ||
879 | Members: | 2281 | Members: |
880 | networking/libiproute/ip_parse_common_args.c:1.4->1.5 | 2282 | archival/libunarchive/get_header_tar.c:1.24->1.25 |
881 | 2283 | ||
882 | --------------------- | 2284 | --------------------- |
883 | PatchSet 3521 | 2285 | PatchSet 3716 |
884 | Date: 2003/08/29 12:34:08 | 2286 | Date: 2003/11/14 21:01:26 |
885 | Author: bug1 | 2287 | Author: bug1 |
886 | Branch: HEAD | 2288 | Branch: HEAD |
887 | Tag: (none) | 2289 | Tag: (none) |
888 | Log: | 2290 | Log: |
889 | Fix for compiling with ipv6 | 2291 | Fix a "broken pipe" problem. vodz, last_patch_116-2 |
890 | 2292 | ||
891 | Members: | 2293 | Members: |
892 | libbb/interface.c:1.19->1.20 | 2294 | shell/ash.c:1.82->1.83 |
893 | 2295 | ||
894 | --------------------- | 2296 | --------------------- |
895 | PatchSet 3522 | 2297 | PatchSet 3717 |
896 | Date: 2003/08/29 13:20:31 | 2298 | Date: 2003/11/15 00:24:43 |
897 | Author: bug1 | 2299 | Author: bug1 |
898 | Branch: HEAD | 2300 | Branch: HEAD |
899 | Tag: (none) | 2301 | Tag: (none) |
900 | Log: | 2302 | Log: |
901 | * Since busybox binary is unnecessary, deleted it from prerequisites. | 2303 | Fix memory leaks |
902 | * Changed so that not only links but /bin/busybox might be deleted. | ||
903 | * When double quoted PREFIX is defined by `.config' is used, | ||
904 | `make uninstall' does not work correctly. | ||
905 | When default PREFIX `pwd`/_install defined by Rules.mak is used, | ||
906 | similarly it does not work correctly. | ||
907 | Changed $$PREFIX into $(PREFIX) in order to fix this. | ||
908 | Patch by Hideki IWAMOTO | ||
909 | 2304 | ||
910 | Members: | 2305 | Members: |
911 | Makefile:1.284->1.285 | 2306 | archival/libunarchive/get_header_tar.c:1.25->1.26 |
912 | 2307 | ||
913 | --------------------- | 2308 | --------------------- |
914 | PatchSet 3523 | 2309 | PatchSet 3718 |
915 | Date: 2003/08/29 13:23:09 | 2310 | Date: 2003/11/15 23:18:59 |
916 | Author: bug1 | 2311 | Author: bug1 |
917 | Branch: HEAD | 2312 | Branch: HEAD |
918 | Tag: (none) | 2313 | Tag: (none) |
919 | Log: | 2314 | Log: |
920 | Substitute busybox for uClibc, patch by Hideki IWAMOTO | 2315 | Move from read_gz to the pipe()+fork() method. |
2316 | open_transformer(), common code for pipe+fork. | ||
2317 | Function pointer for read() no longer needed. | ||
2318 | Allow inflate to be initialised with a specified buffer size to avoid | ||
2319 | over-reading. | ||
2320 | Reset static variables in inflate_get_next_window to fix a bug where | ||
2321 | only the first file in a .zip would be be extracted. | ||
921 | 2322 | ||
922 | Members: | 2323 | Members: |
923 | Rules.mak:1.20->1.21 | 2324 | archival/gunzip.c:1.76->1.77 |
2325 | archival/rpm.c:1.3->1.4 | ||
2326 | archival/rpm2cpio.c:1.9->1.10 | ||
2327 | archival/unzip.c:1.5->1.6 | ||
2328 | archival/libunarchive/Makefile.in:1.17->1.18 | ||
2329 | archival/libunarchive/archive_xread.c:1.3->1.4 | ||
2330 | archival/libunarchive/data_align.c:1.2->1.3 | ||
2331 | archival/libunarchive/decompress_bunzip2.c:1.10->1.11 | ||
2332 | archival/libunarchive/filter_accept_list_reassign.c:1.3->1.4 | ||
2333 | archival/libunarchive/get_header_tar_bz2.c:1.5->1.6 | ||
2334 | archival/libunarchive/get_header_tar_gz.c:1.7->1.8 | ||
2335 | archival/libunarchive/init_handle.c:1.3->1.4 | ||
2336 | archival/libunarchive/open_transformer.c:INITIAL->1.1 | ||
2337 | archival/libunarchive/unzip.c:1.31->1.32 | ||
2338 | include/unarchive.h:1.19->1.20 | ||
924 | 2339 | ||
925 | --------------------- | 2340 | --------------------- |
926 | PatchSet 3524 | 2341 | PatchSet 3719 |
927 | Date: 2003/08/29 14:25:55 | 2342 | Date: 2003/11/15 23:44:31 |
928 | Author: bug1 | 2343 | Author: bug1 |
929 | Branch: HEAD | 2344 | Branch: HEAD |
930 | Tag: (none) | 2345 | Tag: (none) |
931 | Log: | 2346 | Log: |
932 | Change make to $(MAKE), patch by Hideki IWAMOTO | 2347 | Fix a bug where cpio wouldnt work unless -u was specified |
933 | 2348 | ||
934 | Members: | 2349 | Members: |
935 | Makefile:1.285->1.286 | 2350 | archival/libunarchive/data_extract_all.c:1.13->1.14 |
936 | 2351 | ||
937 | --------------------- | 2352 | --------------------- |
938 | PatchSet 3525 | 2353 | PatchSet 3720 |
939 | Date: 2003/08/29 15:18:26 | 2354 | Date: 2003/11/17 10:26:43 |
940 | Author: bug1 | 2355 | Author: bug1 |
941 | Branch: HEAD | 2356 | Branch: HEAD |
942 | Tag: (none) | 2357 | Tag: (none) |
943 | Log: | 2358 | Log: |
944 | Help for date -I when CONFIG_FEATURE_DATE_ISOFMT is enabled. | 2359 | Use the PROG variable instead of 'busybox' in the release target |
945 | Patch by Steven Scholz | ||
946 | 2360 | ||
947 | Members: | 2361 | Members: |
948 | include/usage.h:1.165->1.166 | 2362 | Makefile:1.288->1.289 |
949 | 2363 | ||
950 | --------------------- | 2364 | --------------------- |
951 | PatchSet 3526 | 2365 | PatchSet 3721 |
952 | Date: 2003/08/29 16:03:12 | 2366 | Date: 2003/11/17 10:43:08 |
953 | Author: bug1 | 2367 | Author: bug1 |
954 | Branch: HEAD | 2368 | Branch: HEAD |
955 | Tag: (none) | 2369 | Tag: (none) |
956 | Log: | 2370 | Log: |
957 | Remove unused files | 2371 | Remove net-udeb flavour, we dotn use it |
958 | 2372 | ||
959 | Members: | 2373 | Members: |
960 | networking/udhcp/debug.h:1.1->1.2(DEAD) | 2374 | debian/config-net-udeb:1.4->1.5(DEAD) |
961 | networking/udhcp/pidfile.c:1.1->1.2(DEAD) | 2375 | debian/config-net-udeb-i386:1.5->1.6(DEAD) |
962 | networking/udhcp/pidfile.h:1.1->1.2(DEAD) | 2376 | debian/config-net-udeb-linux-i386:1.1->1.2(DEAD) |
963 | 2377 | ||
964 | --------------------- | 2378 | --------------------- |
965 | PatchSet 3527 | 2379 | PatchSet 3722 |
966 | Date: 2003/08/29 16:19:44 | 2380 | Date: 2003/11/17 10:46:36 |
967 | Author: bug1 | 2381 | Author: bug1 |
968 | Branch: HEAD | 2382 | Branch: HEAD |
969 | Tag: (none) | 2383 | Tag: (none) |
970 | Log: | 2384 | Log: |
971 | Remove stray '\n' | 2385 | This was made obsolete by config-udeb-linux-i386 |
972 | 2386 | ||
973 | Members: | 2387 | Members: |
974 | networking/udhcp/dhcpc.c:1.11->1.12 | 2388 | debian/config-udeb-i386:1.5->1.6(DEAD) |
975 | networking/udhcp/socket.c:1.2->1.3 | ||
976 | 2389 | ||
977 | --------------------- | 2390 | --------------------- |
978 | PatchSet 3528 | 2391 | PatchSet 3723 |
979 | Date: 2003/08/29 16:39:07 | 2392 | Date: 2003/11/17 21:58:00 |
980 | Author: bug1 | 2393 | Author: bug1 |
981 | Branch: HEAD | 2394 | Branch: HEAD |
982 | Tag: (none) | 2395 | Tag: (none) |
983 | Log: | 2396 | Log: |
984 | Logic error, patch by Matteo Croce | 2397 | Dont free filename, its needed in the extracted files list. |
985 | 2398 | ||
986 | Members: | 2399 | Members: |
987 | util-linux/fdformat.c:1.1->1.2 | 2400 | archival/libunarchive/get_header_tar.c:1.26->1.27 |
988 | 2401 | ||
989 | --------------------- | 2402 | --------------------- |
990 | PatchSet 3529 | 2403 | PatchSet 3724 |
991 | Date: 2003/08/29 16:48:37 | 2404 | Date: 2003/11/18 18:56:25 |
992 | Author: bug1 | 2405 | Author: bug1 |
993 | Branch: HEAD | 2406 | Branch: HEAD |
994 | Tag: (none) | 2407 | Tag: (none) |
995 | Log: | 2408 | Log: |
996 | "A little patch for the strings applet of the busybox development tree | 2409 | Replaced by md5_sha1_sum.c |
997 | that substitutes two lines of code with a libbb function saving a couple | ||
998 | of bytes." - Tito | ||
999 | 2410 | ||
1000 | Members: | 2411 | Members: |
1001 | miscutils/strings.c:1.9->1.10 | 2412 | coreutils/md5sum.c:1.29->1.30(DEAD) |
1002 | 2413 | ||
1003 | --------------------- | 2414 | --------------------- |
1004 | PatchSet 3530 | 2415 | PatchSet 3725 |
1005 | Date: 2003/08/29 16:53:23 | 2416 | Date: 2003/11/18 19:33:13 |
1006 | Author: bug1 | 2417 | Author: bug1 |
1007 | Branch: HEAD | 2418 | Branch: HEAD |
1008 | Tag: (none) | 2419 | Tag: (none) |
1009 | Log: | 2420 | Log: |
1010 | "Due to a wrong format parameter in a printf httpd does not work when | 2421 | Replaced by md5_sha1_sum.c |
1011 | compiled for with CONFIG_LFS (large file support). | ||
1012 | The attached patch suggested by Vladimir fixes that." - Steven Scholz | ||
1013 | 2422 | ||
1014 | Members: | 2423 | Members: |
1015 | networking/httpd.c:1.11->1.12 | 2424 | coreutils/sha1sum.c:1.8->1.9(DEAD) |
1016 | 2425 | ||
1017 | --------------------- | 2426 | --------------------- |
1018 | PatchSet 3531 | 2427 | PatchSet 3726 |
1019 | Date: 2003/08/29 17:19:03 | 2428 | Date: 2003/11/18 19:35:06 |
1020 | Author: bug1 | 2429 | Author: bug1 |
1021 | Branch: HEAD | 2430 | Branch: HEAD |
1022 | Tag: (none) | 2431 | Tag: (none) |
1023 | Log: | 2432 | Log: |
1024 | Remove some unwanted code, patch from Holger Schurig, confirmed by vodz | 2433 | Only use getopt and associated flags if checking is enabled |
1025 | 2434 | ||
1026 | Members: | 2435 | Members: |
1027 | libbb/get_console.c:1.6->1.7 | 2436 | coreutils/md5_sha1_sum.c:1.1->1.2 |
1028 | 2437 | ||
1029 | --------------------- | 2438 | --------------------- |
1030 | PatchSet 3532 | 2439 | PatchSet 3727 |
1031 | Date: 2003/08/30 05:35:07 | 2440 | Date: 2003/11/18 20:23:04 |
1032 | Author: bug1 | 2441 | Author: bug1 |
1033 | Branch: HEAD | 2442 | Branch: HEAD |
1034 | Tag: (none) | 2443 | Tag: (none) |
1035 | Log: | 2444 | Log: |
1036 | Fix the substitution print subcommand, it should only print if its | 2445 | Make unlink old files default behaviour and add a new option -k to |
1037 | own substitution matched, not previous ones. | 2446 | prevent overwritting existing files |
1038 | e.g | ||
1039 | echo fooba | sed -n 's/foo//;s/bar/found/p' | ||
1040 | shouldnt print anything | ||
1041 | 2447 | ||
1042 | Members: | 2448 | Members: |
1043 | editors/sed.c:1.130->1.131 | 2449 | archival/tar.c:1.179->1.180 |
1044 | 2450 | ||
1045 | --------------------- | 2451 | --------------------- |
1046 | PatchSet 3533 | 2452 | PatchSet 3728 |
1047 | Date: 2003/08/30 05:47:36 | 2453 | Date: 2003/11/18 21:31:19 |
1048 | Author: bug1 | 2454 | Author: bug1 |
1049 | Branch: HEAD | 2455 | Branch: HEAD |
1050 | Tag: (none) | 2456 | Tag: (none) |
1051 | Log: | 2457 | Log: |
1052 | "Without this patch, udhcpcd output may be buffered and delayed for | 2458 | Dont close original file handle, we may need it later. |
1053 | for minutes if stdout is not a tty." -vda@ | ||
1054 | 2459 | ||
1055 | Members: | 2460 | Members: |
1056 | networking/udhcp/common.c:1.1->1.2 | 2461 | archival/libunarchive/open_transformer.c:1.1->1.2 |
1057 | 2462 | ||
1058 | --------------------- | 2463 | --------------------- |
1059 | PatchSet 3534 | 2464 | PatchSet 3729 |
1060 | Date: 2003/08/30 07:00:33 | 2465 | Date: 2003/11/18 21:37:50 |
1061 | Author: bug1 | 2466 | Author: bug1 |
1062 | Branch: HEAD | 2467 | Branch: HEAD |
1063 | Tag: (none) | 2468 | Tag: (none) |
1064 | Log: | 2469 | Log: |
1065 | handle GPLONLY symbols | 2470 | tar -Z, uncompress support |
1066 | 2471 | ||
1067 | Members: | 2472 | Members: |
1068 | modutils/insmod.c:1.100->1.101 | 2473 | archival/Config.in:1.11->1.12 |
2474 | archival/tar.c:1.180->1.181 | ||
2475 | archival/libunarchive/Makefile.in:1.18->1.19 | ||
2476 | archival/libunarchive/uncompress.c:1.7->1.8 | ||
1069 | 2477 | ||
1070 | --------------------- | 2478 | --------------------- |
1071 | PatchSet 3535 | 2479 | PatchSet 3730 |
1072 | Date: 2003/08/30 13:27:36 | 2480 | Date: 2003/11/18 21:40:30 |
1073 | Author: bug1 | 2481 | Author: bug1 |
1074 | Branch: HEAD | 2482 | Branch: HEAD |
1075 | Tag: (none) | 2483 | Tag: (none) |
1076 | Log: | 2484 | Log: |
1077 | The default behaviour for run-parts is corrected to continue if an error | 2485 | Update md5sum, sha1sum options, patch by Steven Scholz |
1078 | is encountered in a script. | ||
1079 | Patch by Philip Blundell | ||
1080 | 2486 | ||
1081 | Members: | 2487 | Members: |
1082 | libbb/run_parts.c:1.9->1.10 | 2488 | include/usage.h:1.172->1.173 |
1083 | 2489 | ||
1084 | --------------------- | 2490 | --------------------- |
1085 | PatchSet 3536 | 2491 | PatchSet 3731 |
1086 | Date: 2003/08/30 13:38:13 | 2492 | Date: 2003/11/18 21:49:23 |
1087 | Author: bug1 | 2493 | Author: bug1 |
1088 | Branch: HEAD | 2494 | Branch: HEAD |
1089 | Tag: (none) | 2495 | Tag: (none) |
1090 | Log: | 2496 | Log: |
1091 | save a couple of bytes | 2497 | Update usage for tar -Z |
1092 | 2498 | ||
1093 | Members: | 2499 | Members: |
1094 | miscutils/strings.c:1.10->1.11 | 2500 | include/usage.h:1.173->1.174 |
1095 | 2501 | ||
1096 | --------------------- | 2502 | --------------------- |
1097 | PatchSet 3537 | 2503 | PatchSet 3732 |
1098 | Date: 2003/08/31 02:58:18 | 2504 | Date: 2003/11/18 23:27:49 |
1099 | Author: bug1 | 2505 | Author: bug1 |
1100 | Branch: HEAD | 2506 | Branch: HEAD |
1101 | Tag: (none) | 2507 | Tag: (none) |
1102 | Log: | 2508 | Log: |
1103 | "insmod caches the symbolname in a variable before modifying it and uses | 2509 | COMPRESS, not UNCOMPRESS |
1104 | the cached value afterwards." - Jean Wolter | ||
1105 | 2510 | ||
1106 | Members: | 2511 | Members: |
1107 | modutils/insmod.c:1.101->1.102 | 2512 | include/usage.h:1.174->1.175 |
1108 | 2513 | ||
1109 | --------------------- | 2514 | --------------------- |
1110 | PatchSet 3538 | 2515 | PatchSet 3733 |
1111 | Date: 2003/09/01 05:08:36 | 2516 | Date: 2003/11/18 23:56:41 |
1112 | Author: bug1 | 2517 | Author: bug1 |
1113 | Branch: HEAD | 2518 | Branch: HEAD |
1114 | Tag: (none) | 2519 | Tag: (none) |
1115 | Log: | 2520 | Log: |
1116 | Allow one to detect and handle the case where no lease could be obtained | 2521 | woops, we needed that function |
1117 | via DHCP. (Just add a section "failed" to your script.) | ||
1118 | Patch by Steven Scholz | ||
1119 | 2522 | ||
1120 | Members: | 2523 | Members: |
1121 | networking/udhcp/dhcpc.c:1.12->1.13 | 2524 | coreutils/md5_sha1_sum.c:1.2->1.3 |
1122 | 2525 | ||
1123 | --------------------- | 2526 | --------------------- |
1124 | PatchSet 3539 | 2527 | PatchSet 3734 |
1125 | Date: 2003/09/01 09:53:31 | 2528 | Date: 2003/11/20 05:26:38 |
1126 | Author: bug1 | 2529 | Author: bug1 |
1127 | Branch: HEAD | 2530 | Branch: HEAD |
1128 | Tag: (none) | 2531 | Tag: (none) |
1129 | Log: | 2532 | Log: |
1130 | Fix compile error and reducing size for libbb/get_console.c to previous size. | 2533 | Include stdint.h |
1131 | Vodz last_patch106 | ||
1132 | 2534 | ||
1133 | Members: | 2535 | Members: |
1134 | libbb/get_console.c:1.7->1.8 | 2536 | include/libbb.h:1.119->1.120 |
1135 | shell/ash.c:1.76->1.77 | ||
1136 | 2537 | ||
1137 | --------------------- | 2538 | --------------------- |
1138 | PatchSet 3540 | 2539 | PatchSet 3735 |
1139 | Date: 2003/09/02 03:36:07 | 2540 | Date: 2003/11/20 05:58:26 |
1140 | Author: bug1 | 2541 | Author: bug1 |
1141 | Branch: HEAD | 2542 | Branch: HEAD |
1142 | Tag: (none) | 2543 | Tag: (none) |
1143 | Log: | 2544 | Log: |
1144 | move all "-/bin/sh" "/bin/sh" and "sh" to libbb/messages.c file as one | 2545 | Fix up the -s option, and make usage consitent with behaviour, |
1145 | constant. | 2546 | patch by Steven Scholz |
1146 | Vodz last_patch_107 | ||
1147 | 2547 | ||
1148 | Members: | 2548 | Members: |
1149 | coreutils/chroot.c:1.29->1.30 | 2549 | coreutils/md5_sha1_sum.c:1.3->1.4 |
1150 | include/libbb.h:1.109->1.110 | ||
1151 | init/init.c:1.193->1.194 | ||
1152 | libbb/Makefile.in:1.26->1.27 | ||
1153 | libbb/messages.c:1.10->1.11 | ||
1154 | loginutils/adduser.c:1.7->1.8 | ||
1155 | loginutils/login.c:1.12->1.13 | ||
1156 | loginutils/su.c:1.5->1.6 | ||
1157 | miscutils/crond.c:1.7->1.8 | ||
1158 | miscutils/crontab.c:1.5->1.6 | ||
1159 | networking/ifupdown.c:1.31->1.32 | ||
1160 | networking/telnetd.c:1.6->1.7 | ||
1161 | shell/ash.c:1.77->1.78 | ||
1162 | shell/msh.c:1.14->1.15 | ||
1163 | 2550 | ||
1164 | --------------------- | 2551 | --------------------- |
1165 | PatchSet 3541 | 2552 | PatchSet 3736 |
1166 | Date: 2003/09/02 07:59:57 | 2553 | Date: 2003/11/20 06:27:33 |
1167 | Author: bug1 | 2554 | Author: bug1 |
1168 | Branch: HEAD | 2555 | Branch: HEAD |
1169 | Tag: (none) | 2556 | Tag: (none) |
1170 | Log: | 2557 | Log: |
1171 | adds the ability to use and calculate network prefix specifications instead | 2558 | Superficial changes |
1172 | of netmasks. It also fixes the parameters for network and netmask to match | ||
1173 | that of the official Red Hat version (-n for network and -m for netmask). | ||
1174 | Patch by Joshua Jackson | ||
1175 | 2559 | ||
1176 | Members: | 2560 | Members: |
1177 | networking/Config.in:1.22->1.23 | 2561 | libbb/hash_fd.c:1.1->1.2 |
1178 | networking/ipcalc.c:1.4->1.5 | ||
1179 | 2562 | ||
1180 | --------------------- | 2563 | --------------------- |
1181 | PatchSet 3542 | 2564 | PatchSet 3737 |
1182 | Date: 2003/09/03 01:42:58 | 2565 | Date: 2003/11/20 08:00:38 |
1183 | Author: bug1 | 2566 | Author: bug1 |
1184 | Branch: HEAD | 2567 | Branch: HEAD |
1185 | Tag: (none) | 2568 | Tag: (none) |
1186 | Log: | 2569 | Log: |
1187 | To load GPLONLY symbols its is required that CHECK_TAINTED_MODULES be | 2570 | Dont attempt to unlink directories |
1188 | enabled, if not GPLONLY symbols are ignored. | ||
1189 | 2571 | ||
1190 | Members: | 2572 | Members: |
1191 | modutils/Config.in:1.8->1.9 | 2573 | archival/libunarchive/data_extract_all.c:1.14->1.15 |
1192 | modutils/insmod.c:1.102->1.103 | ||
1193 | 2574 | ||
1194 | --------------------- | 2575 | --------------------- |
1195 | PatchSet 3543 | 2576 | PatchSet 3738 |
1196 | Date: 2003/09/03 13:18:38 | 2577 | Date: 2003/11/20 09:06:10 |
1197 | Author: bug1 | 2578 | Author: bug1 |
1198 | Branch: HEAD | 2579 | Branch: HEAD |
1199 | Tag: (none) | 2580 | Tag: (none) |
1200 | Log: | 2581 | Log: |
1201 | more crond+crontab integrating with loginutil libbb functions and deleted | 2582 | Check there are files to add the archive before removing a specified |
1202 | patch from Thomas Gleixner to init. | 2583 | tar file. |
1203 | Viodz last_patch_108 | ||
1204 | 2584 | ||
1205 | Members: | 2585 | Members: |
1206 | include/libbb.h:1.110->1.111 | 2586 | archival/tar.c:1.181->1.182 |
1207 | init/init.c:1.194->1.195 | ||
1208 | libbb/change_identity.c:1.2->1.3 | ||
1209 | miscutils/crond.c:1.8->1.9 | ||
1210 | miscutils/crontab.c:1.6->1.7 | ||
1211 | 2587 | ||
1212 | --------------------- | 2588 | --------------------- |
1213 | PatchSet 3544 | 2589 | PatchSet 3739 |
1214 | Date: 2003/09/04 09:21:36 | 2590 | Date: 2003/11/20 09:53:31 |
1215 | Author: bug1 | 2591 | Author: bug1 |
1216 | Branch: HEAD | 2592 | Branch: HEAD |
1217 | Tag: (none) | 2593 | Tag: (none) |
1218 | Log: | 2594 | Log: |
1219 | Set the default password to md5, patch by Joshua Jackson | 2595 | Check at least one context is specified |
1220 | 2596 | ||
1221 | Members: | 2597 | Members: |
1222 | loginutils/passwd.c:1.5->1.6 | 2598 | archival/tar.c:1.182->1.183 |
1223 | 2599 | ||
1224 | --------------------- | 2600 | --------------------- |
1225 | PatchSet 3545 | 2601 | PatchSet 3740 |
1226 | Date: 2003/09/05 03:37:15 | 2602 | Date: 2003/11/20 09:56:34 |
1227 | Author: bug1 | 2603 | Author: bug1 |
1228 | Branch: HEAD | 2604 | Branch: HEAD |
1229 | Tag: (none) | 2605 | Tag: (none) |
1230 | Log: | 2606 | Log: |
1231 | Small bug in silent option | 2607 | remove controversial tests |
1232 | 2608 | ||
1233 | Members: | 2609 | Members: |
1234 | networking/ipcalc.c:1.5->1.6 | 2610 | testsuite/sed/sed-append-next-line-gnu:1.1->1.2(DEAD) |
2611 | testsuite/sed/sed-requires-newline-after-edit-command:1.1->1.2(DEAD) | ||
1235 | 2612 | ||
1236 | --------------------- | 2613 | --------------------- |
1237 | PatchSet 3546 | 2614 | PatchSet 3741 |
1238 | Date: 2003/09/08 01:32:49 | 2615 | Date: 2003/11/20 09:57:41 |
1239 | Author: bug1 | 2616 | Author: bug1 |
1240 | Branch: HEAD | 2617 | Branch: HEAD |
1241 | Tag: (none) | 2618 | Tag: (none) |
1242 | Log: | 2619 | Log: |
1243 | Busybox modprobe has a couple of irritating quirks: | 2620 | Update status of tests which should pass |
1244 | 2621 | ||
1245 | - attempting to modprobe a module that is already loaded yields "Failed | 2622 | Members: |
1246 | to load module", whereas modutils quietly ignores such a request. | 2623 | testsuite/find/find-supports-minus-xdev:1.1->1.2 |
2624 | testsuite/tar/tar-complains-about-missing-file:1.1->1.2 | ||
2625 | testsuite/tar/tar-handles-cz-options:1.1->1.2 | ||
1247 | 2626 | ||
1248 | - if a module genuinely can't be loaded due to missing symbols or | 2627 | --------------------- |
1249 | similar problems, modprobe doesn't produce any useful diagnostics | 2628 | PatchSet 3742 |
1250 | because the output from insmod has been redirected to /dev/null. | 2629 | Date: 2003/11/20 10:46:58 |
2630 | Author: bug1 | ||
2631 | Branch: HEAD | ||
2632 | Tag: (none) | ||
2633 | Log: | ||
2634 | Fix tar-handles-nested-exclude testcase | ||
1251 | 2635 | ||
1252 | Here's a patch to address these issue | 2636 | Members: |
2637 | archival/tar.c:1.183->1.184 | ||
2638 | archival/libunarchive/get_header_tar.c:1.27->1.28 | ||
1253 | 2639 | ||
1254 | Patch by Philip Blundell | 2640 | --------------------- |
2641 | PatchSet 3743 | ||
2642 | Date: 2003/11/20 21:30:54 | ||
2643 | Author: bug1 | ||
2644 | Branch: HEAD | ||
2645 | Tag: (none) | ||
2646 | Log: | ||
2647 | Dont over-read fd, use function pointer for hash function. | ||
1255 | 2648 | ||
1256 | Members: | 2649 | Members: |
1257 | modutils/modprobe.c:1.21->1.22 | 2650 | include/libbb.h:1.120->1.121 |
2651 | libbb/hash_fd.c:1.2->1.3 | ||
1258 | 2652 | ||
1259 | --------------------- | 2653 | --------------------- |
1260 | PatchSet 3547 | 2654 | PatchSet 3744 |
1261 | Date: 2003/09/08 11:59:27 | 2655 | Date: 2003/11/20 22:36:54 |
1262 | Author: bug1 | 2656 | Author: bug1 |
1263 | Branch: HEAD | 2657 | Branch: HEAD |
1264 | Tag: (none) | 2658 | Tag: (none) |
1265 | Log: | 2659 | Log: |
1266 | last_patch_109 from Vladimir N. Oleynik | 2660 | Remove unused function |
1267 | 2661 | ||
1268 | Busybox`s httpd have the defect (from born): | 2662 | Members: |
1269 | ip 1.2.3.1 have true comparing also with | 2663 | archival/libunarchive/Makefile.in:1.19->1.20 |
1270 | 1.2.3.10-1.2.3.19 and 1.2.3.100-1.2.3.199. | 2664 | archival/libunarchive/archive_xread_char.c:1.1->1.2(DEAD) |
1271 | Last patch removed this bug and added feature: | 2665 | include/unarchive.h:1.20->1.21 |
1272 | allow/deny rule can support network/netmask | ||
1273 | example: 1.2.3.0/255.255.255.128 | ||
1274 | or | ||
1275 | network/mask_bits | ||
1276 | example: 1.2.3.0/25 | ||
1277 | now; old format | ||
1278 | 1 | ||
1279 | 1.2 | ||
1280 | 1.2.3 | ||
1281 | 1.2.3.4 | ||
1282 | too support and converted to | ||
1283 | 1/8 1.2/16 1.2.3/24 1.2.3.4/32 | ||
1284 | automaticaly. | ||
1285 | 2666 | ||
1286 | Also, current CVS have small problem: ignores | 2667 | --------------------- |
1287 | A:IP, (loses 'A', 'a' only work). Corrected. | 2668 | PatchSet 3745 |
2669 | Date: 2003/11/21 09:27:02 | ||
2670 | Author: bug1 | ||
2671 | Branch: HEAD | ||
2672 | Tag: (none) | ||
2673 | Log: | ||
2674 | Make use of libbb functions bb_xopen, bb_full_read, used #define's | ||
2675 | instead of static consts, avoid xmalloc. | ||
1288 | 2676 | ||
1289 | Members: | 2677 | Members: |
1290 | networking/httpd.c:1.12->1.13 | 2678 | console-tools/loadkmap.c:1.26->1.27 |
1291 | 2679 | ||
1292 | --------------------- | 2680 | --------------------- |
1293 | PatchSet 3548 | 2681 | PatchSet 3746 |
1294 | Date: 2003/09/08 15:34:23 | 2682 | Date: 2003/11/21 21:54:07 |
1295 | Author: bug1 | 2683 | Author: bug1 |
1296 | Branch: HEAD | 2684 | Branch: HEAD |
1297 | Tag: (none) | 2685 | Tag: (none) |
1298 | Log: | 2686 | Log: |
1299 | Preserve suid/sgid bits | 2687 | Fix warning |
1300 | 2688 | ||
1301 | Members: | 2689 | Members: |
1302 | coreutils/chown.c:1.23->1.24 | 2690 | debianutils/pipe_progress.c:1.1->1.2 |
1303 | 2691 | ||
1304 | --------------------- | 2692 | --------------------- |
1305 | PatchSet 3549 | 2693 | PatchSet 3747 |
1306 | Date: 2003/09/08 16:39:09 | 2694 | Date: 2003/11/21 22:17:28 |
1307 | Author: bug1 | 2695 | Author: bug1 |
1308 | Branch: HEAD | 2696 | Branch: HEAD |
1309 | Tag: (none) | 2697 | Tag: (none) |
1310 | Log: | 2698 | Log: |
1311 | Vodz, last_patch_110 | 2699 | Use safe read |
1312 | no limit, no memory usage for env buffer, always call putenv(). | ||
1313 | remove small error for previous last_patch109. | ||
1314 | 2700 | ||
1315 | Members: | 2701 | Members: |
1316 | networking/httpd.c:1.13->1.14 | 2702 | archival/libunarchive/uncompress.c:1.8->1.9 |
1317 | 2703 | ||
1318 | --------------------- | 2704 | --------------------- |
1319 | PatchSet 3550 | 2705 | PatchSet 3748 |
1320 | Date: 2003/09/09 00:19:12 | 2706 | Date: 2003/11/21 22:24:45 |
2707 | Author: bug1 | ||
2708 | Branch: HEAD | ||
2709 | Tag: (none) | ||
2710 | Log: | ||
2711 | As we no longer use function pointers for read in common archiving code | ||
2712 | archive_xread can be replaced with bb_full_read, and archive_copy_file | ||
2713 | with bb_copyfd* | ||
2714 | bb_copyfd is split into two functions bb_copyfd_size and bb_copyfd_eof, | ||
2715 | they share a common backend. | ||
2716 | |||
2717 | Members: | ||
2718 | archival/ar.c:1.44->1.45 | ||
2719 | archival/tar.c:1.184->1.185 | ||
2720 | archival/libunarchive/Makefile.in:1.20->1.21 | ||
2721 | archival/libunarchive/archive_copy_file.c:1.4->1.5(DEAD) | ||
2722 | archival/libunarchive/archive_xread.c:1.4->1.5(DEAD) | ||
2723 | archival/libunarchive/archive_xread_all.c:1.2->1.3 | ||
2724 | archival/libunarchive/archive_xread_all_eof.c:1.2->1.3 | ||
2725 | archival/libunarchive/data_extract_all.c:1.15->1.16 | ||
2726 | archival/libunarchive/data_extract_to_stdout.c:1.2->1.3 | ||
2727 | archival/libunarchive/get_header_tar.c:1.28->1.29 | ||
2728 | archival/libunarchive/seek_by_char.c:1.2->1.3 | ||
2729 | coreutils/cat.c:1.28->1.29 | ||
2730 | include/libbb.h:1.121->1.122 | ||
2731 | include/unarchive.h:1.21->1.22 | ||
2732 | libbb/copy_file.c:1.25->1.26 | ||
2733 | libbb/copyfd.c:1.6->1.7 | ||
2734 | libbb/print_file.c:1.7->1.8 | ||
2735 | networking/ftpgetput.c:1.8->1.9 | ||
2736 | |||
2737 | --------------------- | ||
2738 | PatchSet 3749 | ||
2739 | Date: 2003/11/22 02:13:41 | ||
1321 | Author: bug1 | 2740 | Author: bug1 |
1322 | Branch: HEAD | 2741 | Branch: HEAD |
1323 | Tag: (none) | 2742 | Tag: (none) |
1324 | Log: | 2743 | Log: |
1325 | Patch from Jean Wolter | 2744 | Fix warning |
1326 | expr currently always adds even if told to subtract | ||
1327 | 2745 | ||
1328 | Members: | 2746 | Members: |
1329 | coreutils/expr.c:1.13->1.14 | 2747 | libbb/copyfd.c:1.7->1.8 |
1330 | 2748 | ||
1331 | --------------------- | 2749 | --------------------- |
1332 | PatchSet 3551 | 2750 | PatchSet 3750 |
1333 | Date: 2003/09/09 16:53:56 | 2751 | Date: 2003/11/24 23:50:07 |
1334 | Author: bug1 | 2752 | Author: bug1 |
1335 | Branch: HEAD | 2753 | Branch: HEAD |
1336 | Tag: (none) | 2754 | Tag: (none) |
1337 | Log: | 2755 | Log: |
1338 | Update the config file by running it from menuconfig, get rid of some | 2756 | When a size of 0 is passed to copyfd_size, dont do anything, it was |
1339 | unused entries. | 2757 | reading untill eof which breaks tar |
1340 | 2758 | ||
1341 | Members: | 2759 | Members: |
1342 | sysdeps/linux/defconfig:1.3->1.4 | 2760 | libbb/copyfd.c:1.8->1.9 |
1343 | 2761 | ||
1344 | --------------------- | 2762 | --------------------- |
1345 | PatchSet 3552 | 2763 | PatchSet 3751 |
1346 | Date: 2003/09/09 18:41:03 | 2764 | Date: 2003/11/25 20:45:38 |
1347 | Author: bug1 | 2765 | Author: bug1 |
1348 | Branch: HEAD | 2766 | Branch: HEAD |
1349 | Tag: (none) | 2767 | Tag: (none) |
1350 | Log: | 2768 | Log: |
1351 | If a tar entry is a regualr file ending in a '/' then its really a | 2769 | Fix for "Broken pipe" issue, vodz last_patch116_3 |
1352 | directory. | ||
1353 | From http://www.gnu.org/manual/tar/html_node/tar_123.html | ||
1354 | REGTYPE | ||
1355 | AREGTYPE | ||
1356 | These flags represent a regular file. In order to be compatible with | ||
1357 | older versions of tar, a typeflag value of AREGTYPE should be silently | ||
1358 | recognized as a regular file. New archives should be created using | ||
1359 | REGTYPE. Also, for backward compatibility, tar treats a regular file | ||
1360 | whose name ends with a slash as a directory. | ||
1361 | 2770 | ||
1362 | Members: | 2771 | Members: |
1363 | archival/libunarchive/get_header_tar.c:1.20->1.21 | 2772 | shell/ash.c:1.83->1.84 |
1364 | 2773 | ||
1365 | --------------------- | 2774 | --------------------- |
1366 | PatchSet 3553 | 2775 | PatchSet 3752 |
1367 | Date: 2003/09/11 00:35:44 | 2776 | Date: 2003/11/26 21:53:37 |
1368 | Author: bug1 | 2777 | Author: bug1 |
1369 | Branch: HEAD | 2778 | Branch: HEAD |
1370 | Tag: (none) | 2779 | Tag: (none) |
1371 | Log: | 2780 | Log: |
1372 | Vodz, last_patch_104 | 2781 | Important bugfixes from Ian Campbell. |
2782 | init_archive_deb_data() | ||
2783 | We want to filter for data.tar.* in the AR file not the TAR | ||
2784 | file, else we get nothing. | ||
2785 | |||
2786 | all_control_list() | ||
2787 | Make the 'extensions' array of control file names a global so it | ||
2788 | can be used in unpack_package as well. Name the global | ||
2789 | all_control_files. Don't hard code the length of | ||
2790 | all_control_files but instead used sizeof. | ||
2791 | |||
2792 | unpack_package() | ||
2793 | Only unpack the control files we are interested in (from | ||
2794 | all_control_files). Extract the data.tar.gz into / rather than | ||
2795 | the current directory. | ||
2796 | |||
2797 | dpkg_main() | ||
2798 | Configure packages in a second pass so all the packages being | ||
2799 | installed are unpacked before configuring. | ||
2800 | |||
2801 | Some purely cosmetic changes: | ||
2802 | |||
2803 | header | ||
2804 | update list of differences since two of them are no longer true. | ||
2805 | The .control file is no longer stored as a result of this patch | ||
2806 | -- it was redundant since the info is in status. New packages | ||
2807 | appear to be added to the end of the status file now rather than | ||
2808 | the start. | ||
2809 | |||
2810 | remove_package() | ||
2811 | Make message printing optional, so we can avoid a redundant | ||
2812 | message when replacing/upgrading a package. When we do print | ||
2813 | stuff then include the version number. | ||
2814 | |||
2815 | purge_package() | ||
2816 | Print "Purging xxx (yyy) ..." message like the other actions. | ||
2817 | |||
2818 | configure_package() | ||
2819 | Add "..." to "Setting up" message to be consistent with other | ||
2820 | actions. | ||
1373 | 2821 | ||
1374 | Members: | 2822 | Members: |
1375 | networking/httpd.c:1.14->1.15 | 2823 | archival/dpkg.c:1.73->1.74 |
1376 | sysklogd/syslogd.c:1.101->1.102 | ||
1377 | 2824 | ||
1378 | --------------------- | 2825 | --------------------- |
1379 | PatchSet 3554 | 2826 | PatchSet 3753 |
1380 | Date: 2003/09/11 00:47:10 | 2827 | Date: 2003/11/27 00:01:43 |
1381 | Author: bug1 | 2828 | Author: bug1 |
1382 | Branch: HEAD | 2829 | Branch: HEAD |
1383 | Tag: (none) | 2830 | Tag: (none) |
1384 | Log: | 2831 | Log: |
1385 | Fix a bug where make clean complained about having both : and :: entries. | 2832 | Fix tar hard links |
1386 | Remove tester.log on make clean | ||
1387 | Patch by Arthur Othieno | ||
1388 | 2833 | ||
1389 | Members: | 2834 | Members: |
1390 | tests/Makefile:1.5->1.6 | 2835 | archival/libunarchive/data_extract_all.c:1.16->1.17 |
2836 | archival/libunarchive/get_header_tar.c:1.29->1.30 | ||
1391 | 2837 | ||
1392 | --------------------- | 2838 | --------------------- |
1393 | PatchSet 3555 | 2839 | PatchSet 3754 |
1394 | Date: 2003/09/11 00:52:15 | 2840 | Date: 2003/11/27 22:40:08 |
1395 | Author: bug1 | 2841 | Author: bug1 |
1396 | Branch: HEAD | 2842 | Branch: HEAD |
1397 | Tag: (none) | 2843 | Tag: (none) |
1398 | Log: | 2844 | Log: |
1399 | add ipv6 literal support to wget | 2845 | Fix a bug, ignore the source path when installing to a directory. |
2846 | We may be installing symlinks, so use lstat/lchown. | ||
2847 | Make use of bb_getopt_ulflags and cp_mv_stat2, save 100 bytes. | ||
1400 | 2848 | ||
1401 | Members: | 2849 | Members: |
1402 | networking/Config.in:1.23->1.24 | 2850 | coreutils/install.c:1.3->1.4 |
1403 | networking/wget.c:1.57->1.58 | ||
1404 | 2851 | ||
1405 | --------------------- | 2852 | --------------------- |
1406 | PatchSet 3556 | 2853 | PatchSet 3755 |
1407 | Date: 2003/09/11 09:25:11 | 2854 | Date: 2003/11/28 22:38:14 |
1408 | Author: andersen | 2855 | Author: bug1 |
1409 | Branch: HEAD | 2856 | Branch: HEAD |
1410 | Tag: (none) | 2857 | Tag: (none) |
1411 | Log: | 2858 | Log: |
1412 | Patch from Philip Blundell: | 2859 | Patch from Ian Campbell, fix or'ed dependencies and handle virtual |
2860 | dependencies. | ||
1413 | 2861 | ||
1414 | On Thu, 2003-09-11 at 01:09, Glenn McGrath wrote: | 2862 | Members: |
1415 | > Applied | 2863 | archival/dpkg.c:1.74->1.75 |
2864 | |||
2865 | --------------------- | ||
2866 | PatchSet 3756 | ||
2867 | Date: 2003/11/28 22:55:03 | ||
2868 | Author: bug1 | ||
2869 | Branch: HEAD | ||
2870 | Tag: (none) | ||
2871 | Log: | ||
2872 | Correct Matteo's email address | ||
1416 | 2873 | ||
1417 | Thanks. Unfortunately there was one small bug in that last patch. | 2874 | Members: |
1418 | Could you apply this one as well? | 2875 | miscutils/hdparm.c:1.7->1.8 |
1419 | 2876 | ||
1420 | p. | 2877 | --------------------- |
2878 | PatchSet 3757 | ||
2879 | Date: 2003/11/30 23:46:06 | ||
2880 | Author: bug1 | ||
2881 | Branch: HEAD | ||
2882 | Tag: (none) | ||
2883 | Log: | ||
2884 | Patch from Tito, size optimisation, cleanup noise when in debugging | ||
2885 | mode, adds support for MODLOAD keyword in devfsd.conf, provides a | ||
2886 | cleaned up version of example/devfsd.conf | ||
1421 | 2887 | ||
1422 | Members: | 2888 | Members: |
1423 | networking/wget.c:1.58->1.59 | 2889 | examples/devfsd.conf:1.1->1.2 |
2890 | miscutils/Config.in:1.10->1.11 | ||
2891 | miscutils/devfsd.c:1.4->1.5 | ||
1424 | 2892 | ||
1425 | --------------------- | 2893 | --------------------- |
1426 | PatchSet 3557 | 2894 | PatchSet 3758 |
1427 | Date: 2003/09/11 09:32:40 | 2895 | Date: 2003/12/04 07:07:14 |
1428 | Author: andersen | 2896 | Author: andersen |
1429 | Branch: HEAD | 2897 | Branch: HEAD |
1430 | Tag: (none) | 2898 | Tag: (none) |
1431 | Log: | 2899 | Log: |
1432 | Marc A. Lehmann writes: | 2900 | Do not use the _syscall5 macro -- use syscall(2) instead |
1433 | 2901 | ||
1434 | The tar -x command in busybox does not restore the file mode correctly. | 2902 | Members: |
2903 | util-linux/fdisk.c:1.12->1.13 | ||
1435 | 2904 | ||
1436 | The reason is most probably this code in | 2905 | --------------------- |
1437 | archival/libunarachive/data_extract_all.c: | 2906 | PatchSet 3759 |
2907 | Date: 2003/12/04 13:06:44 | ||
2908 | Author: bug1 | ||
2909 | Branch: HEAD | ||
2910 | Tag: (none) | ||
2911 | Log: | ||
2912 | Patch from Steven Scholz, make usage more consistent with actual | ||
2913 | behaviour. | ||
2914 | |||
2915 | Members: | ||
2916 | include/usage.h:1.175->1.176 | ||
1438 | 2917 | ||
1439 | chmod(file_header->name, file_header->mode); | 2918 | --------------------- |
1440 | chown(file_header->name, file_header->uid, file_header->gid); | 2919 | PatchSet 3760 |
2920 | Date: 2003/12/04 15:02:57 | ||
2921 | Author: mjn3 | ||
2922 | Branch: HEAD | ||
2923 | Tag: (none) | ||
2924 | Log: | ||
2925 | Add (untested) support for cris, based on the (old) busybox insmod | ||
2926 | that axis distributes. | ||
1441 | 2927 | ||
1442 | chown clears the set*id bits (on current versions of linux :). Flipping | 2928 | Members: |
1443 | the order around fixes the problem. | 2929 | modutils/insmod.c:1.105->1.106 |
1444 | 2930 | ||
1445 | (tested with 1.00pre3 from cvs). | 2931 | --------------------- |
2932 | PatchSet 3761 | ||
2933 | Date: 2003/12/05 02:51:21 | ||
2934 | Author: bug1 | ||
2935 | Branch: HEAD | ||
2936 | Tag: (none) | ||
2937 | Log: | ||
2938 | Fix a compile error when only using ar, patch by Paul van Gool | ||
1446 | 2939 | ||
1447 | Members: | 2940 | Members: |
1448 | archival/libunarchive/data_extract_all.c:1.12->1.13 | 2941 | archival/ar.c:1.45->1.46 |
1449 | 2942 | ||
1450 | --------------------- | 2943 | --------------------- |
1451 | PatchSet 3558 | 2944 | PatchSet 3762 |
1452 | Date: 2003/09/11 09:51:32 | 2945 | Date: 2003/12/08 20:11:55 |
1453 | Author: andersen | 2946 | Author: bug1 |
1454 | Branch: HEAD | 2947 | Branch: HEAD |
1455 | Tag: (none) | 2948 | Tag: (none) |
1456 | Log: | 2949 | Log: |
1457 | Update definition of struct serial_struct, per linux-2.6.0-test5, | 2950 | Bring usage upto date, patch by Steven Scholz |
1458 | to avoid stack corruption problems on some 64bit architectures | ||
1459 | when sizeof(void*) != sizeof(int). Thanks to Atsushi Nemoto | ||
1460 | for finding this problem. | ||
1461 | 2951 | ||
1462 | Members: | 2952 | Members: |
1463 | init/init.c:1.195->1.196 | 2953 | coreutils/Config.in:1.20->1.21 |
1464 | 2954 | ||
1465 | --------------------- | 2955 | --------------------- |
1466 | PatchSet 3559 | 2956 | PatchSet 3763 |
1467 | Date: 2003/09/12 01:44:50 | 2957 | Date: 2003/12/08 20:21:53 |
1468 | Author: bug1 | 2958 | Author: bug1 |
1469 | Branch: HEAD | 2959 | Branch: HEAD |
1470 | Tag: (none) | 2960 | Tag: (none) |
1471 | Log: | 2961 | Log: |
1472 | Busybox CVS version ipcalc have problems: | 2962 | Stop sending data to the client after the first failure. |
1473 | - Can`t use 255.255.255.255 address | 2963 | Patch by Joe.C |
1474 | - typo: double check for valid ip address and uncheck for valid mask | ||
1475 | 2964 | ||
1476 | httpd unseted SERVER_PORT (my bug from last_patch111). | 2965 | Members: |
2966 | networking/httpd.c:1.19->1.20 | ||
1477 | 2967 | ||
1478 | last_patch_112 from Vladimir N. Oleynik | 2968 | --------------------- |
2969 | PatchSet 3764 | ||
2970 | Date: 2003/12/08 20:31:25 | ||
2971 | Author: bug1 | ||
2972 | Branch: HEAD | ||
2973 | Tag: (none) | ||
2974 | Log: | ||
2975 | Splitting statements with #define's can cause trouble for cross | ||
2976 | compilers (and it looks a bit messy) | ||
1479 | 2977 | ||
1480 | Members: | 2978 | Members: |
1481 | networking/httpd.c:1.15->1.16 | 2979 | procps/top.c:1.9->1.10 |
1482 | networking/ipcalc.c:1.6->1.7 | ||
1483 | 2980 | ||
1484 | --------------------- | 2981 | --------------------- |
1485 | PatchSet 3560 | 2982 | PatchSet 3765 |
1486 | Date: 2003/09/12 05:43:49 | 2983 | Date: 2003/12/09 17:31:48 |
1487 | Author: andersen | 2984 | Author: andersen |
1488 | Branch: HEAD | 2985 | Branch: HEAD |
1489 | Tag: (none) | 2986 | Tag: (none) |
1490 | Log: | 2987 | Log: |
1491 | Update changelog for release | 2988 | Bump version number |
1492 | 2989 | ||
1493 | Members: | 2990 | Members: |
1494 | Changelog:1.282->1.283 | 2991 | Rules.mak:1.23->1.24 |
1495 | 2992 | ||
1496 | --------------------- | 2993 | --------------------- |
1497 | PatchSet 3561 | 2994 | PatchSet 3766 |
1498 | Date: 2003/09/12 05:49:21 | 2995 | Date: 2003/12/09 23:50:24 |
1499 | Author: andersen | 2996 | Author: andersen |
1500 | Branch: HEAD | 2997 | Branch: HEAD |
1501 | Tag: (none) | 2998 | Tag: (none) |
1502 | Log: | 2999 | Log: |
1503 | config option CONFIG_FEATURE_SH_APPLETS_ALWAYS_WIN must depend | 3000 | Fix indenting. |
1504 | on CONFIG_FEATURE_SH_STANDALONE_SHELL. | 3001 | |
3002 | Fix a bug noticed by Pete Flugstad. Make certain we close what we open, and | ||
3003 | don't try to close invalid files when /etc/filesystems exists and is used. | ||
1505 | 3004 | ||
1506 | Members: | 3005 | Members: |
1507 | shell/Config.in:1.9->1.10 | 3006 | util-linux/mount.c:1.113->1.114 |
1508 | 3007 | ||
1509 | --------------------- | 3008 | --------------------- |
1510 | PatchSet 3562 | 3009 | PatchSet 3767 |
1511 | Date: 2003/09/12 06:50:51 | 3010 | Date: 2003/12/10 12:08:19 |
1512 | Author: andersen | 3011 | Author: andersen |
1513 | Branch: HEAD | 3012 | Branch: HEAD |
1514 | Tag: (none) | 3013 | Tag: (none) |
1515 | Log: | 3014 | Log: |
1516 | Teach rdate to timeout in 10 seconds to avoid blocking forever | 3015 | update website |
1517 | with odd or broken networking setups | ||
1518 | 3016 | ||
1519 | Members: | 3017 | Members: |
1520 | util-linux/rdate.c:1.23->1.24 | 3018 | docs/busybox.net/cvs_anon.html:1.7->1.8 |
3019 | docs/busybox.net/cvs_howto.html:INITIAL->1.1 | ||
3020 | docs/busybox.net/docs.html:INITIAL->1.1 | ||
3021 | docs/busybox.net/download.html:INITIAL->1.1 | ||
3022 | docs/busybox.net/footer.html:INITIAL->1.1 | ||
3023 | docs/busybox.net/header.html:INITIAL->1.1 | ||
3024 | docs/busybox.net/index.html:1.132->1.133 | ||
3025 | docs/busybox.net/lists.html:INITIAL->1.1 | ||
3026 | docs/busybox.net/news.html:INITIAL->1.1 | ||
3027 | docs/busybox.net/oldnews.html:1.16->1.17 | ||
3028 | docs/busybox.net/products.html:INITIAL->1.1 | ||
3029 | docs/busybox.net/robots.txt:1.1->1.2(DEAD) | ||
3030 | docs/busybox.net/screenshot.html:1.6->1.7 | ||
3031 | docs/busybox.net/shame.html:INITIAL->1.1 | ||
3032 | docs/busybox.net/images/vh40.gif:INITIAL->1.1 | ||
1521 | 3033 | ||
1522 | --------------------- | 3034 | --------------------- |
1523 | PatchSet 3563 | 3035 | PatchSet 3768 |
1524 | Date: 2003/09/12 06:59:53 | 3036 | Date: 2003/12/10 20:41:47 |
1525 | Author: andersen | 3037 | Author: andersen |
1526 | Branch: HEAD | 3038 | Branch: HEAD |
1527 | Tag: (none) | 3039 | Tag: (none) |
1528 | Log: | 3040 | Log: |
1529 | Invoke run-parts on /etc/network/if-*.d per the behavior of | 3041 | some minor updates |
1530 | the upstream ifupdown code... | ||
1531 | 3042 | ||
1532 | Members: | 3043 | Members: |
1533 | networking/ifupdown.c:1.32->1.33 | 3044 | docs/busybox.net/header.html:1.1->1.2 |
3045 | docs/busybox.net/lists.html:1.1->1.2 | ||
3046 | docs/busybox.net/products.html:1.1->1.2 | ||
3047 | docs/busybox.net/shame.html:1.1->1.2 | ||
1534 | 3048 | ||
1535 | --------------------- | 3049 | --------------------- |
1536 | PatchSet 3564 | 3050 | PatchSet 3769 |
1537 | Date: 2003/09/12 07:31:28 | 3051 | Date: 2003/12/10 20:50:14 |
1538 | Author: bug1 | 3052 | Author: andersen |
1539 | Branch: HEAD | 3053 | Branch: HEAD |
1540 | Tag: (none) | 3054 | Tag: (none) |
1541 | Log: | 3055 | Log: |
1542 | Use the typeflag to identify if its a hardlink on OLD and GNU posix | 3056 | add missing copyright text |
1543 | modes, fixes a bug extracting hardlinks to symlinks. | ||
1544 | 3057 | ||
1545 | Members: | 3058 | Members: |
1546 | archival/libunarchive/get_header_tar.c:1.21->1.22 | 3059 | docs/busybox.net/copyright.txt:INITIAL->1.1 |
1547 | 3060 | ||
1548 | --------------------- | 3061 | --------------------- |
1549 | PatchSet 3565 | 3062 | PatchSet 3770 |
1550 | Date: 2003/09/12 07:49:09 | 3063 | Date: 2003/12/11 01:18:07 |
1551 | Author: bug1 | 3064 | Author: andersen |
1552 | Branch: HEAD | 3065 | Branch: HEAD |
1553 | Tag: (none) | 3066 | Tag: (none) |
1554 | Log: | 3067 | Log: |
1555 | Fix handling of hardlinks when OLDGNU and GNU extensions arent enabled. | 3068 | remove some spaces that mess up autodocifier.pl |
1556 | 3069 | ||
1557 | Members: | 3070 | Members: |
1558 | archival/libunarchive/get_header_tar.c:1.22->1.23 | 3071 | include/usage.h:1.176->1.177 |
1559 | 3072 | ||
1560 | --------------------- | 3073 | --------------------- |
1561 | PatchSet 3566 | 3074 | PatchSet 3771 |
1562 | Date: 2003/09/12 07:59:17 | 3075 | Date: 2003/12/11 01:29:46 |
1563 | Author: andersen | 3076 | Author: andersen |
1564 | Branch: HEAD | 3077 | Branch: HEAD |
1565 | Tag: (none) | 3078 | Tag: (none) |
1566 | Log: | 3079 | Log: |
1567 | Update webpage a bit | 3080 | go directly to current cvs |
1568 | 3081 | ||
1569 | Members: | 3082 | Members: |
1570 | docs/busybox.net/index.html:1.128->1.129 | 3083 | docs/busybox.net/header.html:1.2->1.3 |
1571 | docs/busybox.net/oldnews.html:1.15->1.16 | ||
1572 | docs/busybox.net/screenshot.html:1.5->1.6 | ||
1573 | 3084 | ||
1574 | --------------------- | 3085 | --------------------- |
1575 | PatchSet 3567 | 3086 | PatchSet 3772 |
1576 | Date: 2003/09/12 07:59:52 | 3087 | Date: 2003/12/11 01:42:11 |
1577 | Author: andersen | 3088 | Author: andersen |
1578 | Branch: HEAD | 3089 | Branch: HEAD |
1579 | Tag: (none) | 3090 | Tag: (none) |
1580 | Log: | 3091 | Log: |
1581 | I suppose it is now Sept 12... | 3092 | Update modutils with 2.6 module support |
1582 | 3093 | ||
1583 | Members: | 3094 | Members: |
1584 | docs/busybox.net/index.html:1.129->1.130 | 3095 | debian/config-udeb-linux-i386:1.1->1.2 |
3096 | modutils/Config.in:1.9->1.10 | ||
3097 | modutils/insmod.c:1.106->1.107 | ||
3098 | modutils/rmmod.c:1.24->1.25 | ||
1585 | 3099 | ||
@@ -37,7 +37,7 @@ Supported architectures: | |||
37 | Busybox in general will build on any architecture supported by gcc. It has | 37 | Busybox in general will build on any architecture supported by gcc. It has |
38 | a few specialized features added for __sparc__ and __alpha__. insmod | 38 | a few specialized features added for __sparc__ and __alpha__. insmod |
39 | functionality is currently limited to x86, ARM, SH3/4, powerpc, m68k, | 39 | functionality is currently limited to x86, ARM, SH3/4, powerpc, m68k, |
40 | MIPS, and v850e. | 40 | MIPS, cris, and v850e. |
41 | 41 | ||
42 | Supported libcs: | 42 | Supported libcs: |
43 | 43 | ||
diff --git a/docs/busybox.net/news.html b/docs/busybox.net/news.html index 2e1d62480..589e48e18 100644 --- a/docs/busybox.net/news.html +++ b/docs/busybox.net/news.html | |||
@@ -4,6 +4,39 @@ | |||
4 | <ul> | 4 | <ul> |
5 | 5 | ||
6 | <p> | 6 | <p> |
7 | <li><b>10 December 2003 -- BusyBox 1.0.0-pre4 released</b><p> | ||
8 | |||
9 | Here goes the fourth pre-release for the new BusyBox stable | ||
10 | series. This release includes major rework to sed, lots of | ||
11 | rework on tar, a new tiny implementation of bunzip2, a new | ||
12 | devfsd applet, support for 2.6.x kernel modules, updates to | ||
13 | the ash shell, sha1sum and md5sum have been merged into a | ||
14 | common applet, the dpkg applets has been cleaned up, and tons | ||
15 | of random bugs have been fixed. Thanks everyone for all the | ||
16 | testing, bug reports, and patches! Once again, a big | ||
17 | thank-you goes to Glenn McGrath (bug1) for stepping helping | ||
18 | get patches merged! | ||
19 | |||
20 | <p> | ||
21 | |||
22 | And of course, if you are reading this, you might have noticed | ||
23 | the busybox website has been completely reworked. Hopefully | ||
24 | things are now somewhat easier to navigate... If you see any | ||
25 | problems, of have suggestions to make, as always, please feel | ||
26 | free to send an email to the busybox mailing list. | ||
27 | |||
28 | <p> | ||
29 | |||
30 | The <a href="downloads/Changelog">changelog</a> has all | ||
31 | the details. And as usual you can | ||
32 | <a href="downloads">download busybox here</a>. | ||
33 | |||
34 | <p>Have Fun! | ||
35 | <p> | ||
36 | |||
37 | |||
38 | |||
39 | <p> | ||
7 | <li><b>12 Sept 2003 -- BusyBox 1.0.0-pre3 released</b><p> | 40 | <li><b>12 Sept 2003 -- BusyBox 1.0.0-pre3 released</b><p> |
8 | 41 | ||
9 | Here goes the third pre-release for the new BusyBox stable | 42 | Here goes the third pre-release for the new BusyBox stable |