diff options
-rw-r--r-- | Changelog | 19311 | ||||
-rw-r--r-- | docs/busybox.net/index.html | 59 | ||||
-rw-r--r-- | docs/busybox.net/oldnews.html | 49 |
3 files changed, 603 insertions, 18816 deletions
@@ -1,19361 +1,1098 @@ | |||
1 | PatchSet 2130 | ||
2 | Date: 2001/08/02 21:56:16 | ||
3 | Author: andersen | ||
4 | Branch: HEAD | ||
5 | Tag: busybox_0_60_0 | ||
6 | Log: | ||
7 | Fix up some silly messups with the debian packaging, and a dumb | ||
8 | bug with chroot. I've had the package uploaded but perms set to | ||
9 | 000, so I am going to re-tag things and re-cut the release. Folks | ||
10 | who pulled from CVS in the last 30 minutes with just have to cope. | ||
11 | -Erik | ||
12 | |||
13 | Members: | ||
14 | Makefile:1.231->1.232 | ||
15 | chroot.c:1.24->1.25 | ||
16 | coreutils/chroot.c:1.24->1.25 | ||
17 | debian/Config.h-deb:1.24->1.25 | ||
18 | debian/Config.h-static:1.19->1.20 | ||
19 | debian/Config.h-udeb:1.22->1.23 | ||
20 | shellutils/chroot.c:1.24->1.25 | ||
21 | |||
22 | --------------------- | ||
23 | PatchSet 2131 | ||
24 | Date: 2001/08/04 06:28:29 | ||
25 | Author: bug1 | ||
26 | Branch: HEAD | ||
27 | Tag: (none) | ||
28 | Log: | ||
29 | Fix exclude list handling | ||
30 | |||
31 | Members: | ||
32 | libbb/unarchive.c:1.20->1.21 | ||
33 | |||
34 | --------------------- | ||
35 | PatchSet 2132 | ||
36 | Date: 2001/08/06 15:14:18 | ||
37 | Author: kraai | ||
38 | Branch: HEAD | ||
39 | Tag: (none) | ||
40 | Log: | ||
41 | Add support for underscores in variable names. | ||
42 | |||
43 | Members: | ||
44 | msh.c:1.6->1.7 | ||
45 | shell/msh.c:1.6->1.7 | ||
46 | |||
47 | --------------------- | ||
48 | PatchSet 2133 | ||
49 | Date: 2001/08/06 15:18:08 | ||
50 | Author: kraai | ||
51 | Branch: HEAD | ||
52 | Tag: (none) | ||
53 | Log: | ||
54 | Simplified version checking. | ||
55 | |||
56 | Members: | ||
57 | insmod.c:1.70->1.71 | ||
58 | modutils/insmod.c:1.70->1.71 | ||
59 | |||
60 | --------------------- | ||
61 | PatchSet 2134 | ||
62 | Date: 2001/08/06 17:09:09 | ||
63 | Author: kraai | ||
64 | Branch: HEAD | ||
65 | Tag: (none) | ||
66 | Log: | ||
67 | Use ferror(3) to check for errors, rather than inspecting errno. Thanks to | ||
68 | David Douthitt for reporting, and shame on me for writing such crappy code. | ||
69 | |||
70 | Members: | ||
71 | head.c:1.24->1.25 | ||
72 | coreutils/head.c:1.24->1.25 | ||
73 | textutils/head.c:1.24->1.25 | ||
74 | |||
75 | --------------------- | ||
76 | PatchSet 2135 | ||
77 | Date: 2001/08/09 22:00:12 | ||
78 | Author: kraai | ||
79 | Branch: HEAD | ||
80 | Tag: (none) | ||
81 | Log: | ||
82 | Remove BB_SH define entirely. | ||
83 | |||
84 | Members: | ||
85 | Config.h:1.98->1.99 | ||
86 | chroot.c:1.25->1.26 | ||
87 | coreutils/chroot.c:1.25->1.26 | ||
88 | debian/Config.h-deb:1.25->1.26 | ||
89 | debian/Config.h-static:1.20->1.21 | ||
90 | debian/Config.h-udeb:1.23->1.24 | ||
91 | shellutils/chroot.c:1.25->1.26 | ||
92 | |||
93 | --------------------- | ||
94 | PatchSet 2136 | ||
95 | Date: 2001/08/09 22:07:10 | ||
96 | Author: kraai | ||
97 | Branch: HEAD | ||
98 | Tag: (none) | ||
99 | Log: | ||
100 | Remind people to enable RPC support when using NFS mount and uClibc (thanks | ||
101 | to David Douthitt). | ||
102 | |||
103 | Members: | ||
104 | Config.h:1.99->1.100 | ||
105 | |||
106 | --------------------- | ||
107 | PatchSet 2137 | ||
108 | Date: 2001/08/10 07:02:23 | ||
109 | Author: mjn3 | ||
110 | Branch: HEAD | ||
111 | Tag: (none) | ||
112 | Log: | ||
113 | This corrects the _really_poor_ implementation of "broadcast +" handling | ||
114 | by ifconfig that someone had submitted. It fixes 1 bug, gets rid of the | ||
115 | excessive bloating of a structure that is used in a static const array, | ||
116 | and removes the implicit struct copys by keeping only the int type needed. | ||
117 | It also turns this into a configurable feature (off by default). | ||
118 | |||
119 | Members: | ||
120 | Config.h:1.100->1.101 | ||
121 | ifconfig.c:1.11->1.12 | ||
122 | networking/ifconfig.c:1.11->1.12 | ||
123 | |||
124 | --------------------- | ||
125 | PatchSet 2138 | ||
126 | Date: 2001/08/10 16:05:23 | ||
127 | Author: kraai | ||
128 | Branch: HEAD | ||
129 | Tag: (none) | ||
130 | Log: | ||
131 | Commit Vladimir's simplify_path. | ||
132 | |||
133 | Members: | ||
134 | Makefile:1.232->1.233 | ||
135 | mount.c:1.90->1.91 | ||
136 | include/libbb.h:1.59->1.60 | ||
137 | libbb/libbb.h:1.59->1.60 | ||
138 | libbb/simplify_path.c:INITIAL->1.1 | ||
139 | util-linux/mount.c:1.90->1.91 | ||
140 | |||
141 | --------------------- | ||
142 | PatchSet 2139 | ||
143 | Date: 2001/08/10 16:22:35 | ||
144 | Author: andersen | ||
145 | Branch: HEAD | ||
146 | Tag: (none) | ||
147 | Log: | ||
148 | Fix stupid grammar error. | ||
149 | |||
150 | Members: | ||
151 | ash.c:1.17->1.18 | ||
152 | shell/ash.c:1.17->1.18 | ||
153 | |||
154 | --------------------- | ||
155 | PatchSet 2140 | ||
156 | Date: 2001/08/10 19:22:14 | ||
157 | Author: andersen | ||
158 | Branch: busybox_0_60_stable | ||
159 | Tag: (none) | ||
160 | Log: | ||
161 | Merge the CVS changes so far into the stable branch. | ||
162 | |||
163 | Members: | ||
164 | Config.h:1.98->1.98.2.1 | ||
165 | Makefile:1.232->1.232.2.1 | ||
166 | ash.c:1.17->1.17.2.1 | ||
167 | chroot.c:1.25->1.25.2.1 | ||
168 | head.c:1.24->1.24.2.1 | ||
169 | ifconfig.c:1.11->1.11.2.1 | ||
170 | insmod.c:1.70->1.70.2.1 | ||
171 | mount.c:1.90->1.90.2.1 | ||
172 | msh.c:1.6->1.6.2.1 | ||
173 | coreutils/chroot.c:1.25->1.25.2.1 | ||
174 | coreutils/head.c:1.24->1.24.2.1 | ||
175 | debian/Config.h-deb:1.25->1.25.2.1 | ||
176 | debian/Config.h-static:1.20->1.20.2.1 | ||
177 | debian/Config.h-udeb:1.23->1.23.2.1 | ||
178 | include/libbb.h:1.59->1.59.2.1 | ||
179 | libbb/libbb.h:1.59->1.59.2.1 | ||
180 | libbb/simplify_path.c:1.1->1.1.2.1 | ||
181 | libbb/unarchive.c:1.20->1.20.2.1 | ||
182 | modutils/insmod.c:1.70->1.70.2.1 | ||
183 | networking/ifconfig.c:1.11->1.11.2.1 | ||
184 | shell/ash.c:1.17->1.17.2.1 | ||
185 | shell/msh.c:1.6->1.6.2.1 | ||
186 | shellutils/chroot.c:1.25->1.25.2.1 | ||
187 | textutils/head.c:1.24->1.24.2.1 | ||
188 | util-linux/mount.c:1.90->1.90.2.1 | ||
189 | |||
190 | --------------------- | ||
191 | PatchSet 2141 | ||
192 | Date: 2001/08/10 19:42:04 | ||
193 | Author: andersen | ||
194 | Branch: HEAD | ||
195 | Tag: (none) | ||
196 | Log: | ||
197 | Small size optimization from Aaron Lehmann | ||
198 | |||
199 | Members: | ||
200 | ash.c:1.18->1.19 | ||
201 | shell/ash.c:1.18->1.19 | ||
202 | |||
203 | --------------------- | ||
204 | PatchSet 2142 | ||
205 | Date: 2001/08/10 20:36:07 | ||
206 | Author: mjn3 | ||
207 | Branch: HEAD | ||
208 | Tag: (none) | ||
209 | Log: | ||
210 | A few bug fixes and significant size savings. Combined effort of | ||
211 | Vladimir N. Oleynik dzo@simtreas.ru, Aaron Lehmann aaronl@vitelus.com, | ||
212 | and myself. | ||
213 | |||
214 | Members: | ||
215 | ash.c:1.19->1.20 | ||
216 | shell/ash.c:1.19->1.20 | ||
217 | |||
218 | --------------------- | ||
219 | PatchSet 2143 | ||
220 | Date: 2001/08/10 22:11:56 | ||
221 | Author: andersen | ||
222 | Branch: HEAD | ||
223 | Tag: (none) | ||
224 | Log: | ||
225 | Fix a merging error | ||
226 | |||
227 | Members: | ||
228 | ash.c:1.20->1.21 | ||
229 | shell/ash.c:1.20->1.21 | ||
230 | |||
231 | --------------------- | ||
232 | PatchSet 2144 | ||
233 | Date: 2001/08/12 18:32:56 | ||
234 | Author: mjn3 | ||
235 | Branch: HEAD | ||
236 | Tag: (none) | ||
237 | Log: | ||
238 | I stupidly forgot one level of pointer indirection in the cmdtxt(), calcsize(), | ||
239 | and copynode() table implementations. Commit the fix but keep them disabled | ||
240 | until others check them out. Uncomment "//#define CMDTXT_TABLE", | ||
241 | "//#define CALCSIZE_TABLE", and "//#define COPYNODE_TABLE" to try them out. | ||
242 | Saves over 600 bytes on i386. | ||
243 | |||
244 | Members: | ||
245 | ash.c:1.21->1.22 | ||
246 | shell/ash.c:1.21->1.22 | ||
247 | |||
248 | --------------------- | ||
249 | PatchSet 2145 | ||
250 | Date: 2001/08/14 18:10:08 | ||
251 | Author: kraai | ||
252 | Branch: HEAD | ||
253 | Tag: (none) | ||
254 | Log: | ||
255 | Rewritten by Manuel Novoa III. | ||
256 | |||
257 | Members: | ||
258 | libbb/simplify_path.c:1.1->1.2 | ||
259 | |||
260 | --------------------- | ||
261 | PatchSet 2146 | ||
262 | Date: 2001/08/14 18:32:23 | ||
263 | Author: kraai | ||
264 | Branch: HEAD | ||
265 | Tag: (none) | ||
266 | Log: | ||
267 | Log all messages from a single connection, not just the first. Patch from | ||
268 | matthias@corelatus.com, approved by Gennady Feldman <gena01@cachier.com>. | ||
269 | |||
270 | Members: | ||
271 | syslogd.c:1.75->1.76 | ||
272 | sysklogd/syslogd.c:1.75->1.76 | ||
273 | |||
274 | --------------------- | ||
275 | PatchSet 2147 | ||
276 | Date: 2001/08/14 19:05:40 | ||
277 | Author: kraai | ||
278 | Branch: busybox_0_60_stable | ||
279 | Tag: (none) | ||
280 | Log: | ||
281 | Backported syslogd fix. | ||
282 | |||
283 | Members: | ||
284 | syslogd.c:1.75->1.75.2.1 | ||
285 | sysklogd/syslogd.c:1.75->1.75.2.1 | ||
286 | |||
287 | --------------------- | ||
288 | PatchSet 2148 | ||
289 | Date: 2001/08/15 12:25:01 | ||
290 | Author: bug1 | ||
291 | Branch: HEAD | ||
292 | Tag: (none) | ||
293 | Log: | ||
294 | Fix version comparision bug | ||
295 | |||
296 | Members: | ||
297 | dpkg.c:1.40->1.41 | ||
298 | archival/dpkg.c:1.40->1.41 | ||
299 | |||
300 | --------------------- | ||
301 | PatchSet 2149 | ||
302 | Date: 2001/08/20 18:44:32 | ||
303 | Author: andersen | ||
304 | Branch: busybox_0_60_stable | ||
305 | Tag: (none) | ||
306 | Log: | ||
307 | Minor wording changes | ||
308 | |||
309 | Members: | ||
310 | Makefile:1.232.2.1->1.232.2.2 | ||
311 | |||
312 | --------------------- | ||
313 | PatchSet 2150 | ||
314 | Date: 2001/08/20 18:46:09 | ||
315 | Author: andersen | ||
316 | Branch: busybox_0_60_stable | ||
317 | Tag: (none) | ||
318 | Log: | ||
319 | Backport Manuel Novoa III's rewrite to the stable branch | ||
320 | |||
321 | Members: | ||
322 | libbb/simplify_path.c:1.1.2.1->1.1.2.2 | ||
323 | |||
324 | --------------------- | ||
325 | PatchSet 2151 | ||
326 | Date: 2001/08/20 18:47:14 | ||
327 | Author: andersen | ||
328 | Branch: busybox_0_60_stable | ||
329 | Tag: (none) | ||
330 | Log: | ||
331 | Apply Glenn's tftp rewrite for the stable branch | ||
332 | |||
333 | Members: | ||
334 | tftp.c:1.5->1.5.2.1 | ||
335 | networking/tftp.c:1.5->1.5.2.1 | ||
336 | |||
337 | --------------------- | ||
338 | PatchSet 2152 | ||
339 | Date: 2001/08/20 18:47:49 | ||
340 | Author: andersen | ||
341 | Branch: HEAD | ||
342 | Tag: (none) | ||
343 | Log: | ||
344 | Apply Glenn's tftp rewrite | ||
345 | |||
346 | Members: | ||
347 | tftp.c:1.5->1.6 | ||
348 | networking/tftp.c:1.5->1.6 | ||
349 | |||
350 | --------------------- | ||
351 | PatchSet 2153 | ||
352 | Date: 2001/08/20 18:48:17 | ||
353 | Author: andersen | ||
354 | Branch: HEAD | ||
355 | Tag: (none) | ||
356 | Log: | ||
357 | some minor wording changes | ||
358 | |||
359 | Members: | ||
360 | Makefile:1.233->1.234 | ||
361 | |||
362 | --------------------- | ||
363 | PatchSet 2154 | ||
364 | Date: 2001/08/20 22:21:06 | ||
365 | Author: kraai | ||
366 | Branch: HEAD | ||
367 | Tag: (none) | ||
368 | Log: | ||
369 | Fix a problem with unsatisfied backrefs (noted by Martin Bene). | ||
370 | |||
371 | Members: | ||
372 | sed.c:1.73->1.74 | ||
373 | editors/sed.c:1.73->1.74 | ||
374 | |||
375 | --------------------- | ||
376 | PatchSet 2155 | ||
377 | Date: 2001/08/21 17:18:59 | ||
378 | Author: andersen | ||
379 | Branch: HEAD | ||
380 | Tag: (none) | ||
381 | Log: | ||
382 | Initial merge of all tinylogin applets that do not require crypt. | ||
383 | There is some optimization that can be done to better use libbb in | ||
384 | these applets. There is also redundancy between stty and getty which | ||
385 | could be eliminated. | ||
386 | -Erik | ||
387 | |||
388 | Members: | ||
389 | Config.h:1.101->1.102 | ||
390 | addgroup.c:INITIAL->1.1 | ||
391 | adduser.c:INITIAL->1.1 | ||
392 | applets.h:1.38->1.39 | ||
393 | deluser.c:INITIAL->1.1 | ||
394 | getty.c:INITIAL->1.1 | ||
395 | usage.h:1.60->1.61 | ||
396 | applets/usage.h:1.60->1.61 | ||
397 | include/applets.h:1.38->1.39 | ||
398 | include/usage.h:1.60->1.61 | ||
399 | pwd_grp/addgroup.c:INITIAL->1.1 | ||
400 | pwd_grp/adduser.c:INITIAL->1.1 | ||
401 | pwd_grp/deluser.c:INITIAL->1.1 | ||
402 | pwd_grp/getty.c:INITIAL->1.1 | ||
403 | |||
404 | --------------------- | ||
405 | PatchSet 2156 | ||
406 | Date: 2001/08/21 23:34:05 | ||
407 | Author: andersen | ||
408 | Branch: HEAD | ||
409 | Tag: (none) | ||
410 | Log: | ||
411 | Fix dos2unix compile problem with certain glibc versions | ||
412 | |||
413 | Members: | ||
414 | dos2unix.c:1.13->1.14 | ||
415 | coreutils/dos2unix.c:1.13->1.14 | ||
416 | textutils/dos2unix.c:1.13->1.14 | ||
417 | |||
418 | --------------------- | ||
419 | PatchSet 2157 | ||
420 | Date: 2001/08/21 23:34:58 | ||
421 | Author: andersen | ||
422 | Branch: busybox_0_60_stable | ||
423 | Tag: (none) | ||
424 | Log: | ||
425 | Fix stable as well | ||
426 | |||
427 | Members: | ||
428 | dos2unix.c:1.13->1.13.2.1 | ||
429 | coreutils/dos2unix.c:1.13->1.13.2.1 | ||
430 | textutils/dos2unix.c:1.13->1.13.2.1 | ||
431 | |||
432 | --------------------- | ||
433 | PatchSet 2158 | ||
434 | Date: 2001/08/22 00:34:10 | ||
435 | Author: andersen | ||
436 | Branch: HEAD | ||
437 | Tag: (none) | ||
438 | Log: | ||
439 | Disable the tinylogin apps by default. | ||
440 | |||
441 | Members: | ||
442 | Config.h:1.102->1.103 | ||
443 | |||
444 | --------------------- | ||
445 | PatchSet 2159 | ||
446 | Date: 2001/08/22 00:36:32 | ||
447 | Author: andersen | ||
448 | Branch: HEAD | ||
449 | Tag: (none) | ||
450 | Log: | ||
451 | dfp might be used uninitialized. NULL it. | ||
452 | |||
453 | Members: | ||
454 | libbb/copy_file.c:1.13->1.14 | ||
455 | |||
456 | --------------------- | ||
457 | PatchSet 2160 | ||
458 | Date: 2001/08/22 01:10:00 | ||
459 | Author: andersen | ||
460 | Branch: HEAD | ||
461 | Tag: (none) | ||
462 | Log: | ||
463 | Make it compile with uClibc | ||
464 | |||
465 | Members: | ||
466 | getty.c:1.1->1.2 | ||
467 | pwd_grp/getty.c:1.1->1.2 | ||
468 | |||
469 | --------------------- | ||
470 | PatchSet 2161 | ||
471 | Date: 2001/08/22 05:15:47 | ||
472 | Author: andersen | ||
473 | Branch: HEAD | ||
474 | Tag: (none) | ||
475 | Log: | ||
476 | Patch from Rodney Brown <RDBrown@mira.net>, shrinking 1.5k | ||
477 | from gzip by careful optimization. Appears to work just fine | ||
478 | (I've tested the changes on x86, ARM, and powerpc). | ||
479 | |||
480 | Members: | ||
481 | Changelog:1.261->1.262 | ||
482 | gzip.c:1.47->1.48 | ||
483 | archival/gzip.c:1.47->1.48 | ||
484 | |||
485 | --------------------- | ||
486 | PatchSet 2162 | ||
487 | Date: 2001/08/22 05:16:36 | ||
488 | Author: andersen | ||
489 | Branch: HEAD | ||
490 | Tag: (none) | ||
491 | Log: | ||
492 | Bump version to 0.61.pre | ||
493 | |||
494 | Members: | ||
495 | Makefile:1.234->1.235 | ||
496 | busybox.spec:1.37->1.38 | ||
497 | examples/busybox.spec:1.37->1.38 | ||
498 | |||
499 | --------------------- | ||
500 | PatchSet 2163 | ||
501 | Date: 2001/08/22 06:06:29 | ||
502 | Author: andersen | ||
503 | Branch: HEAD | ||
504 | Tag: (none) | ||
505 | Log: | ||
506 | Scrub things and ditch uint64_t and use a custom type name | ||
507 | to avoid C lib compatibility problems. | ||
508 | |||
509 | Members: | ||
510 | dos2unix.c:1.14->1.15 | ||
511 | coreutils/dos2unix.c:1.14->1.15 | ||
512 | textutils/dos2unix.c:1.14->1.15 | ||
513 | |||
514 | --------------------- | ||
515 | PatchSet 2164 | ||
516 | Date: 2001/08/22 06:26:08 | ||
517 | Author: andersen | ||
518 | Branch: HEAD | ||
519 | Tag: (none) | ||
520 | Log: | ||
521 | Fix an _old_ interface problem with a never-used feature. | ||
522 | |||
523 | Members: | ||
524 | insmod.c:1.71->1.72 | ||
525 | modutils/insmod.c:1.71->1.72 | ||
526 | |||
527 | --------------------- | ||
528 | PatchSet 2165 | ||
529 | Date: 2001/08/22 06:29:19 | ||
530 | Author: andersen | ||
531 | Branch: busybox_0_60_stable | ||
532 | Tag: (none) | ||
533 | Log: | ||
534 | Merge some safe fixes into stable | ||
535 | |||
536 | Members: | ||
537 | dos2unix.c:1.13.2.1->1.13.2.2 | ||
538 | insmod.c:1.70.2.1->1.70.2.2 | ||
539 | coreutils/dos2unix.c:1.13.2.1->1.13.2.2 | ||
540 | modutils/insmod.c:1.70.2.1->1.70.2.2 | ||
541 | textutils/dos2unix.c:1.13.2.1->1.13.2.2 | ||
542 | |||
543 | --------------------- | ||
544 | PatchSet 2166 | ||
545 | Date: 2001/08/22 06:31:15 | ||
546 | Author: andersen | ||
547 | Branch: busybox_0_60_stable | ||
548 | Tag: (none) | ||
549 | Log: | ||
550 | Backport Matt's non-existent backreference sed fix to stable | ||
551 | |||
552 | Members: | ||
553 | sed.c:1.73->1.73.2.1 | ||
554 | editors/sed.c:1.73->1.73.2.1 | ||
555 | |||
556 | --------------------- | ||
557 | PatchSet 2167 | ||
558 | Date: 2001/08/22 06:32:24 | ||
559 | Author: andersen | ||
560 | Branch: HEAD | ||
561 | Tag: (none) | ||
562 | Log: | ||
563 | Fix a warning and potential segfault in lash when BB_FEATURE_CLEAN_UP | ||
564 | is enabled | ||
565 | |||
566 | Members: | ||
567 | lash.c:1.134->1.135 | ||
568 | shell/lash.c:1.134->1.135 | ||
569 | |||
570 | --------------------- | ||
571 | PatchSet 2168 | ||
572 | Date: 2001/08/22 06:32:45 | ||
573 | Author: andersen | ||
574 | Branch: busybox_0_60_stable | ||
575 | Tag: (none) | ||
576 | Log: | ||
577 | Backport lash fix | ||
578 | |||
579 | Members: | ||
580 | lash.c:1.134->1.134.2.1 | ||
581 | shell/lash.c:1.134->1.134.2.1 | ||
582 | |||
583 | --------------------- | ||
584 | PatchSet 2169 | ||
585 | Date: 2001/08/22 06:35:39 | ||
586 | Author: andersen | ||
587 | Branch: HEAD | ||
588 | Tag: (none) | ||
589 | Log: | ||
590 | Add #include <sys/param.h> to ensure PATH_MAX is defined | ||
591 | |||
592 | Members: | ||
593 | libbb/xgetcwd.c:1.1->1.2 | ||
594 | |||
595 | --------------------- | ||
596 | PatchSet 2170 | ||
597 | Date: 2001/08/22 06:36:12 | ||
598 | Author: andersen | ||
599 | Branch: busybox_0_60_stable | ||
600 | Tag: (none) | ||
601 | Log: | ||
602 | Add #include <sys/param.h> to ensure PATH_MAX is defined | ||
603 | |||
604 | Members: | ||
605 | libbb/xgetcwd.c:1.1->1.1.2.1 | ||
606 | |||
607 | --------------------- | ||
608 | PatchSet 2171 | ||
609 | Date: 2001/08/22 06:41:57 | ||
610 | Author: andersen | ||
611 | Branch: HEAD | ||
612 | Tag: (none) | ||
613 | Log: | ||
614 | Force BB_FEATURE_NEW_MODULE_INTERFACE and BB_FEATURE_OLD_MODULE_INTERFACE | ||
615 | to be mutually exclusive | ||
616 | |||
617 | Members: | ||
618 | insmod.c:1.72->1.73 | ||
619 | modutils/insmod.c:1.72->1.73 | ||
620 | |||
621 | --------------------- | ||
622 | PatchSet 2172 | ||
623 | Date: 2001/08/22 06:43:14 | ||
624 | Author: andersen | ||
625 | Branch: busybox_0_60_stable | ||
626 | Tag: (none) | ||
627 | Log: | ||
628 | Force BB_FEATURE_NEW_MODULE_INTERFACE and BB_FEATURE_OLD_MODULE_INTERFACE | ||
629 | to be mutually exclusive (stable branch) | ||
630 | |||
631 | Members: | ||
632 | insmod.c:1.70.2.2->1.70.2.3 | ||
633 | modutils/insmod.c:1.70.2.2->1.70.2.3 | ||
634 | |||
635 | --------------------- | ||
636 | PatchSet 2173 | ||
637 | Date: 2001/08/22 06:58:16 | ||
638 | Author: andersen | ||
639 | Branch: HEAD | ||
640 | Tag: (none) | ||
641 | Log: | ||
642 | A patch from Shu-Hao Chang <shuhao_chang@trend.com.tw> to | ||
643 | fixed sed handling of multiple -e commands | ||
644 | |||
645 | Members: | ||
646 | Changelog:1.262->1.263 | ||
647 | sed.c:1.74->1.75 | ||
648 | editors/sed.c:1.74->1.75 | ||
649 | |||
650 | --------------------- | ||
651 | PatchSet 2174 | ||
652 | Date: 2001/08/22 07:00:26 | ||
653 | Author: andersen | ||
654 | Branch: busybox_0_60_stable | ||
655 | Tag: (none) | ||
656 | Log: | ||
657 | A patch from Shu-Hao Chang <shuhao_chang@trend.com.tw> to | ||
658 | fixed sed handling of multiple -e commands | ||
659 | |||
660 | Members: | ||
661 | sed.c:1.73.2.1->1.73.2.2 | ||
662 | editors/sed.c:1.73.2.1->1.73.2.2 | ||
663 | |||
664 | --------------------- | ||
665 | PatchSet 2175 | ||
666 | Date: 2001/08/23 20:10:52 | ||
667 | Author: andersen | ||
668 | Branch: busybox_0_60_stable | ||
669 | Tag: (none) | ||
670 | Log: | ||
671 | A patch from Jaspreet Singh to fix a segfault and display nothing wher | ||
672 | there is nothing to display. | ||
673 | |||
674 | Members: | ||
675 | route.c:1.10->1.10.2.1 | ||
676 | networking/route.c:1.10->1.10.2.1 | ||
677 | |||
678 | --------------------- | ||
679 | PatchSet 2176 | ||
680 | Date: 2001/08/23 20:18:06 | ||
681 | Author: andersen | ||
682 | Branch: busybox_0_60_stable | ||
683 | Tag: (none) | ||
684 | Log: | ||
685 | Part of a patch from Magick <magick@linux-fan.com> tha fixes a bug | ||
686 | AskFirst where reading from /dev/null gives EOF. | ||
687 | |||
688 | Members: | ||
689 | init.c:1.142->1.142.2.1 | ||
690 | init/init.c:1.142->1.142.2.1 | ||
691 | |||
692 | --------------------- | ||
693 | PatchSet 2177 | ||
694 | Date: 2001/08/23 22:39:49 | ||
695 | Author: andersen | ||
696 | Branch: busybox_0_60_stable | ||
697 | Tag: (none) | ||
698 | Log: | ||
699 | Update the changelog for release | ||
700 | |||
701 | Members: | ||
702 | Changelog:1.261->1.261.2.1 | ||
703 | |||
704 | --------------------- | ||
705 | PatchSet 2178 | ||
706 | Date: 2001/08/23 22:51:58 | ||
707 | Author: andersen | ||
708 | Branch: busybox_0_60_stable | ||
709 | Tag: (none) | ||
710 | Log: | ||
711 | Update the web page | ||
712 | |||
713 | Members: | ||
714 | docs/busybox.lineo.com/index.html:1.59->1.59.2.1 | ||
715 | docs/busybox.net/index.html:1.59->1.59.2.1 | ||
716 | |||
717 | --------------------- | ||
718 | PatchSet 2179 | ||
719 | Date: 2001/08/23 23:05:33 | ||
720 | Author: andersen | ||
721 | Branch: HEAD | ||
722 | Tag: (none) | ||
723 | Log: | ||
724 | A patch from Jaspreet Singh <jsingh@somanetworks.com> | ||
725 | fixing both a segfault and cosmetic bug in route | ||
726 | |||
727 | Members: | ||
728 | route.c:1.10->1.11 | ||
729 | networking/route.c:1.10->1.11 | ||
730 | |||
731 | --------------------- | ||
732 | PatchSet 2180 | ||
733 | Date: 2001/08/23 23:05:55 | ||
734 | Author: andersen | ||
735 | Branch: HEAD | ||
736 | Tag: (none) | ||
737 | Log: | ||
738 | Merge with the stable branch | ||
739 | |||
740 | Members: | ||
741 | Changelog:1.263->1.264 | ||
742 | docs/busybox.lineo.com/index.html:1.59->1.60 | ||
743 | docs/busybox.net/index.html:1.59->1.60 | ||
744 | |||
745 | --------------------- | ||
746 | PatchSet 2181 | ||
747 | Date: 2001/08/23 23:16:22 | ||
748 | Author: andersen | ||
749 | Branch: busybox_0_60_stable | ||
750 | Tag: (none) | ||
751 | Log: | ||
752 | Fix up the debian stuff for release | ||
753 | |||
754 | Members: | ||
755 | debian/Config.h-udeb:1.23.2.1->1.23.2.2 | ||
756 | debian/changelog:1.27->1.27.2.1 | ||
757 | |||
758 | --------------------- | ||
759 | PatchSet 2182 | ||
760 | Date: 2001/08/23 23:45:40 | ||
761 | Author: andersen | ||
762 | Branch: busybox_0_60_stable | ||
763 | Tag: busybox_0_60_1 | ||
764 | Log: | ||
765 | Oops. Forgot to bump the version number. | ||
766 | |||
767 | Members: | ||
768 | Makefile:1.232.2.2->1.232.2.3 | ||
769 | busybox.spec:1.37->1.37.2.1 | ||
770 | examples/busybox.spec:1.37->1.37.2.1 | ||
771 | |||
772 | --------------------- | ||
773 | PatchSet 2183 | ||
774 | Date: 2001/08/24 15:45:50 | ||
775 | Author: kraai | ||
776 | Branch: HEAD | ||
777 | Tag: (none) | ||
778 | Log: | ||
779 | Fix s/[/]// handling (noted by Dumas Patrice). | ||
780 | |||
781 | Members: | ||
782 | Changelog:1.264->1.265 | ||
783 | sed.c:1.75->1.76 | ||
784 | editors/sed.c:1.75->1.76 | ||
785 | |||
786 | --------------------- | ||
787 | PatchSet 2184 | ||
788 | Date: 2001/08/24 20:07:31 | ||
789 | Author: kraai | ||
790 | Branch: HEAD | ||
791 | Tag: (none) | ||
792 | Log: | ||
793 | Fix a memory leak if parent directory creation failed. | ||
794 | |||
795 | Members: | ||
796 | libbb/make_directory.c:1.3->1.4 | ||
797 | |||
798 | --------------------- | ||
799 | PatchSet 2185 | ||
800 | Date: 2001/08/24 20:51:51 | ||
801 | Author: kraai | ||
802 | Branch: HEAD | ||
803 | Tag: (none) | ||
804 | Log: | ||
805 | Canonicalize dirname(3) behavior. | ||
806 | |||
807 | Members: | ||
808 | tar.c:1.125->1.126 | ||
809 | archival/tar.c:1.125->1.126 | ||
810 | libbb/dirname.c:1.3->1.4 | ||
811 | libbb/make_directory.c:1.4->1.5 | ||
812 | libbb/unarchive.c:1.21->1.22 | ||
813 | |||
814 | --------------------- | ||
815 | PatchSet 2186 | ||
816 | Date: 2001/08/24 21:35:45 | ||
817 | Author: kraai | ||
818 | Branch: HEAD | ||
819 | Tag: (none) | ||
820 | Log: | ||
821 | Eliminate improper consts and allow standard version to override. | ||
822 | |||
823 | Members: | ||
824 | include/libbb.h:1.60->1.61 | ||
825 | libbb/dirname.c:1.4->1.5 | ||
826 | libbb/libbb.h:1.60->1.61 | ||
827 | |||
828 | --------------------- | ||
829 | PatchSet 2187 | ||
830 | Date: 2001/08/27 16:02:32 | ||
831 | Author: kraai | ||
832 | Branch: HEAD | ||
833 | Tag: (none) | ||
834 | Log: | ||
835 | Fix invocation of `-/bin/sh' (bug #1209). | ||
836 | |||
837 | Members: | ||
838 | Changelog:1.265->1.266 | ||
839 | busybox.c:1.134->1.135 | ||
840 | applets/busybox.c:1.134->1.135 | ||
841 | |||
842 | --------------------- | ||
843 | PatchSet 2188 | ||
844 | Date: 2001/08/27 16:08:57 | ||
845 | Author: kraai | ||
846 | Branch: HEAD | ||
847 | Tag: (none) | ||
848 | Log: | ||
849 | Fix ash exec (noted by Arne Bernin). | ||
850 | |||
851 | Members: | ||
852 | Changelog:1.266->1.267 | ||
853 | applets.c:1.7->1.8 | ||
854 | applets/applets.c:1.7->1.8 | ||
855 | |||
856 | --------------------- | ||
857 | PatchSet 2189 | ||
858 | Date: 2001/08/27 18:19:38 | ||
859 | Author: kraai | ||
860 | Branch: HEAD | ||
861 | Tag: (none) | ||
862 | Log: | ||
863 | Add support for `busybox --help APPLET' by Vladimir Oleynik. | ||
864 | |||
865 | Members: | ||
866 | applets.c:1.8->1.9 | ||
867 | applets/applets.c:1.8->1.9 | ||
868 | |||
869 | --------------------- | ||
870 | PatchSet 2190 | ||
871 | Date: 2001/08/27 18:57:27 | ||
872 | Author: andersen | ||
873 | Branch: HEAD | ||
874 | Tag: (none) | ||
875 | Log: | ||
876 | patch from vodz -- route cleanup to display all route entries | ||
877 | |||
878 | Members: | ||
879 | route.c:1.11->1.12 | ||
880 | networking/route.c:1.11->1.12 | ||
881 | |||
882 | --------------------- | ||
883 | PatchSet 2191 | ||
884 | Date: 2001/08/27 19:55:05 | ||
885 | Author: kraai | ||
886 | Branch: HEAD | ||
887 | Tag: (none) | ||
888 | Log: | ||
889 | Remove traces of rpmunpack (patch by Laurence Anderson). | ||
890 | |||
891 | Members: | ||
892 | applets.h:1.39->1.40 | ||
893 | usage.h:1.61->1.62 | ||
894 | applets/usage.h:1.61->1.62 | ||
895 | docs/busybox_header.pod:1.3->1.4 | ||
896 | include/applets.h:1.39->1.40 | ||
897 | include/usage.h:1.61->1.62 | ||
898 | tests/testcases:1.12->1.13 | ||
899 | |||
900 | --------------------- | ||
901 | PatchSet 2192 | ||
902 | Date: 2001/08/27 20:22:44 | ||
903 | Author: andersen | ||
904 | Branch: HEAD | ||
905 | Tag: (none) | ||
906 | Log: | ||
907 | Add "DutNux" | ||
908 | |||
909 | Members: | ||
910 | docs/busybox.lineo.com/index.html:1.60->1.61 | ||
911 | docs/busybox.net/index.html:1.60->1.61 | ||
912 | |||
913 | --------------------- | ||
914 | PatchSet 2193 | ||
915 | Date: 2001/08/28 23:57:38 | ||
916 | Author: kraai | ||
917 | Branch: HEAD | ||
918 | Tag: (none) | ||
919 | Log: | ||
920 | Use the correct buffer when calling dirname, improve an error message, and | ||
921 | plug some memory leaks. Patch by Laurence Anderson. | ||
922 | |||
923 | Members: | ||
924 | libbb/unarchive.c:1.22->1.23 | ||
925 | |||
926 | --------------------- | ||
927 | PatchSet 2194 | ||
928 | Date: 2001/08/29 20:02:26 | ||
929 | Author: andersen | ||
930 | Branch: HEAD | ||
931 | Tag: (none) | ||
932 | Log: | ||
933 | Standard typing (u_int16_t instead of u16, u_int32_t instead | ||
934 | of u32, etc) cleanups from Laurence Anderson <laurence@zxmail.com> | ||
935 | |||
936 | Members: | ||
937 | fbset.c:1.26->1.27 | ||
938 | fsck_minix.c:1.33->1.34 | ||
939 | mkfs_minix.c:1.33->1.34 | ||
940 | rpm2cpio.c:1.2->1.3 | ||
941 | archival/rpm2cpio.c:1.2->1.3 | ||
942 | util-linux/fbset.c:1.26->1.27 | ||
943 | util-linux/fsck_minix.c:1.33->1.34 | ||
944 | util-linux/mkfs_minix.c:1.33->1.34 | ||
945 | |||
946 | --------------------- | ||
947 | PatchSet 2195 | ||
948 | Date: 2001/08/29 21:19:29 | ||
949 | Author: kraai | ||
950 | Branch: HEAD | ||
951 | Tag: (none) | ||
952 | Log: | ||
953 | SUSv2 specifies that if the extension is identical to the basename, it | ||
954 | should not be removed. | ||
955 | |||
956 | Members: | ||
957 | basename.c:1.18->1.19 | ||
958 | coreutils/basename.c:1.18->1.19 | ||
959 | shellutils/basename.c:1.18->1.19 | ||
960 | |||
961 | --------------------- | ||
962 | PatchSet 2196 | ||
963 | Date: 2001/08/29 22:18:47 | ||
964 | Author: kraai | ||
965 | Branch: HEAD | ||
966 | Tag: (none) | ||
967 | Log: | ||
968 | Add -p support. | ||
969 | |||
970 | Members: | ||
971 | rmdir.c:1.20->1.21 | ||
972 | coreutils/rmdir.c:1.20->1.21 | ||
973 | fileutils/rmdir.c:1.20->1.21 | ||
974 | |||
975 | --------------------- | ||
976 | PatchSet 2197 | ||
977 | Date: 2001/09/03 17:49:25 | ||
978 | Author: andersen | ||
979 | Branch: HEAD | ||
980 | Tag: (none) | ||
981 | Log: | ||
982 | Don't automount things as "usbdevfs" -- patch from | ||
983 | Ethan Benson <erbenson@alaska.net> | ||
984 | |||
985 | Members: | ||
986 | mount.c:1.91->1.92 | ||
987 | util-linux/mount.c:1.91->1.92 | ||
988 | |||
989 | --------------------- | ||
990 | PatchSet 2198 | ||
991 | Date: 2001/09/03 20:16:23 | ||
992 | Author: andersen | ||
993 | Branch: busybox_0_60_stable | ||
994 | Tag: (none) | ||
995 | Log: | ||
996 | Backport sed fix for s/[/]// handling from Matt Kraai | ||
997 | |||
998 | Members: | ||
999 | sed.c:1.73.2.2->1.73.2.3 | ||
1000 | editors/sed.c:1.73.2.2->1.73.2.3 | ||
1001 | |||
1002 | --------------------- | ||
1003 | PatchSet 2199 | ||
1004 | Date: 2001/09/03 20:17:48 | ||
1005 | Author: andersen | ||
1006 | Branch: busybox_0_60_stable | ||
1007 | Tag: (none) | ||
1008 | Log: | ||
1009 | Eliminate improper consts and allow standard version to override. | ||
1010 | |||
1011 | Members: | ||
1012 | include/libbb.h:1.59.2.1->1.59.2.2 | ||
1013 | libbb/dirname.c:1.3->1.3.2.1 | ||
1014 | libbb/libbb.h:1.59.2.1->1.59.2.2 | ||
1015 | |||
1016 | --------------------- | ||
1017 | PatchSet 2200 | ||
1018 | Date: 2001/09/03 20:21:07 | ||
1019 | Author: andersen | ||
1020 | Branch: busybox_0_60_stable | ||
1021 | Tag: (none) | ||
1022 | Log: | ||
1023 | Backport fix from Matt, for when applet names contain a leading dash | ||
1024 | and a full pathname. | ||
1025 | |||
1026 | Members: | ||
1027 | busybox.c:1.134->1.134.2.1 | ||
1028 | applets/busybox.c:1.134->1.134.2.1 | ||
1029 | |||
1030 | --------------------- | ||
1031 | PatchSet 2201 | ||
1032 | Date: 2001/09/03 20:23:30 | ||
1033 | Author: andersen | ||
1034 | Branch: busybox_0_60_stable | ||
1035 | Tag: (none) | ||
1036 | Log: | ||
1037 | Backport fix for exec'ing ash | ||
1038 | |||
1039 | Members: | ||
1040 | applets.c:1.7->1.7.2.1 | ||
1041 | applets/applets.c:1.7->1.7.2.1 | ||
1042 | |||
1043 | --------------------- | ||
1044 | PatchSet 2202 | ||
1045 | Date: 2001/09/03 20:26:27 | ||
1046 | Author: andersen | ||
1047 | Branch: busybox_0_60_stable | ||
1048 | Tag: (none) | ||
1049 | Log: | ||
1050 | Backport vodz' route fix | ||
1051 | |||
1052 | Members: | ||
1053 | route.c:1.10.2.1->1.10.2.2 | ||
1054 | networking/route.c:1.10.2.1->1.10.2.2 | ||
1055 | |||
1056 | --------------------- | ||
1057 | PatchSet 2203 | ||
1058 | Date: 2001/09/03 20:30:08 | ||
1059 | Author: andersen | ||
1060 | Branch: busybox_0_60_stable | ||
1061 | Tag: (none) | ||
1062 | Log: | ||
1063 | remove traces of rpmunpack | ||
1064 | |||
1065 | Members: | ||
1066 | applets.h:1.38->1.38.2.1 | ||
1067 | usage.h:1.60->1.60.2.1 | ||
1068 | applets/usage.h:1.60->1.60.2.1 | ||
1069 | docs/busybox_header.pod:1.3->1.3.2.1 | ||
1070 | include/applets.h:1.38->1.38.2.1 | ||
1071 | include/usage.h:1.60->1.60.2.1 | ||
1072 | tests/testcases:1.12->1.12.2.1 | ||
1073 | |||
1074 | --------------------- | ||
1075 | PatchSet 2204 | ||
1076 | Date: 2001/09/03 20:32:18 | ||
1077 | Author: andersen | ||
1078 | Branch: busybox_0_60_stable | ||
1079 | Tag: (none) | ||
1080 | Log: | ||
1081 | Use the correct buffer when calling dirname, improve an error message, | ||
1082 | and plug some memory leaks. Patch by Laurence Anderson. | ||
1083 | |||
1084 | Members: | ||
1085 | libbb/unarchive.c:1.20.2.1->1.20.2.2 | ||
1086 | |||
1087 | --------------------- | ||
1088 | PatchSet 2205 | ||
1089 | Date: 2001/09/03 20:34:29 | ||
1090 | Author: andersen | ||
1091 | Branch: busybox_0_60_stable | ||
1092 | Tag: (none) | ||
1093 | Log: | ||
1094 | Patch from Laurence Anderson to use more standard typing | ||
1095 | |||
1096 | Members: | ||
1097 | fbset.c:1.26->1.26.2.1 | ||
1098 | fsck_minix.c:1.33->1.33.2.1 | ||
1099 | mkfs_minix.c:1.33->1.33.2.1 | ||
1100 | rpm2cpio.c:1.2->1.2.2.1 | ||
1101 | archival/rpm2cpio.c:1.2->1.2.2.1 | ||
1102 | util-linux/fbset.c:1.26->1.26.2.1 | ||
1103 | util-linux/fsck_minix.c:1.33->1.33.2.1 | ||
1104 | util-linux/mkfs_minix.c:1.33->1.33.2.1 | ||
1105 | |||
1106 | --------------------- | ||
1107 | PatchSet 2206 | ||
1108 | Date: 2001/09/03 20:37:15 | ||
1109 | Author: andersen | ||
1110 | Branch: busybox_0_60_stable | ||
1111 | Tag: (none) | ||
1112 | Log: | ||
1113 | SUSv2 specifies that if the extension is identical to the basename, it | ||
1114 | should not be removed. Patch backport from Matt Kraai | ||
1115 | |||
1116 | Members: | ||
1117 | basename.c:1.18->1.18.2.1 | ||
1118 | coreutils/basename.c:1.18->1.18.2.1 | ||
1119 | shellutils/basename.c:1.18->1.18.2.1 | ||
1120 | |||
1121 | --------------------- | ||
1122 | PatchSet 2207 | ||
1123 | Date: 2001/09/03 20:39:36 | ||
1124 | Author: andersen | ||
1125 | Branch: busybox_0_60_stable | ||
1126 | Tag: (none) | ||
1127 | Log: | ||
1128 | SuS2 says rmdir must provide -p -- backport patch from Matt | ||
1129 | |||
1130 | Members: | ||
1131 | rmdir.c:1.20->1.20.2.1 | ||
1132 | coreutils/rmdir.c:1.20->1.20.2.1 | ||
1133 | fileutils/rmdir.c:1.20->1.20.2.1 | ||
1134 | |||
1135 | --------------------- | ||
1136 | PatchSet 2208 | ||
1137 | Date: 2001/09/03 20:45:47 | ||
1138 | Author: andersen | ||
1139 | Branch: busybox_0_60_stable | ||
1140 | Tag: (none) | ||
1141 | Log: | ||
1142 | Teacvh 'mount -t auto' to ignore usbdevfs | ||
1143 | |||
1144 | Members: | ||
1145 | mount.c:1.90.2.1->1.90.2.2 | ||
1146 | util-linux/mount.c:1.90.2.1->1.90.2.2 | ||
1147 | |||
1148 | --------------------- | ||
1149 | PatchSet 2209 | ||
1150 | Date: 2001/09/03 20:46:55 | ||
1151 | Author: andersen | ||
1152 | Branch: busybox_0_60_stable | ||
1153 | Tag: (none) | ||
1154 | Log: | ||
1155 | Update stable's changelog and bump stable version to 0.60.2.pre | ||
1156 | |||
1157 | Members: | ||
1158 | Changelog:1.261.2.1->1.261.2.2 | ||
1159 | Makefile:1.232.2.3->1.232.2.4 | ||
1160 | busybox.spec:1.37.2.1->1.37.2.2 | ||
1161 | debian/changelog:1.27.2.1->1.27.2.2 | ||
1162 | examples/busybox.spec:1.37.2.1->1.37.2.2 | ||
1163 | |||
1164 | --------------------- | ||
1165 | PatchSet 2210 | ||
1166 | Date: 2001/09/05 20:32:00 | ||
1167 | Author: andersen | ||
1168 | Branch: HEAD | ||
1169 | Tag: (none) | ||
1170 | Log: | ||
1171 | Another fix from vodz | ||
1172 | |||
1173 | Members: | ||
1174 | route.c:1.12->1.13 | ||
1175 | networking/route.c:1.12->1.13 | ||
1176 | |||
1177 | --------------------- | ||
1178 | PatchSet 2211 | ||
1179 | Date: 2001/09/05 20:45:36 | ||
1180 | Author: kraai | ||
1181 | Branch: busybox_0_60_stable | ||
1182 | Tag: (none) | ||
1183 | Log: | ||
1184 | Backport the rest of dirname(3) interface change. | ||
1185 | |||
1186 | Members: | ||
1187 | tar.c:1.125->1.125.2.1 | ||
1188 | archival/tar.c:1.125->1.125.2.1 | ||
1189 | libbb/make_directory.c:1.3->1.3.2.1 | ||
1190 | |||
1191 | --------------------- | ||
1192 | PatchSet 2212 | ||
1193 | Date: 2001/09/05 21:18:15 | ||
1194 | Author: andersen | ||
1195 | Branch: HEAD | ||
1196 | Tag: (none) | ||
1197 | Log: | ||
1198 | Two patches from Magick <magick@linux-fan.com>: | ||
1199 | 1st makes init smaller, and fixes a bug with AskFirst. Reading from | ||
1200 | /dev/null gives EOF. | ||
1201 | 2nd makes init run the command's in the order of inittab, as in | ||
1202 | FIFO instead of LIFO. | ||
1203 | |||
1204 | Members: | ||
1205 | Changelog:1.267->1.268 | ||
1206 | init.c:1.142->1.143 | ||
1207 | init/init.c:1.142->1.143 | ||
1208 | |||
1209 | --------------------- | ||
1210 | PatchSet 2213 | ||
1211 | Date: 2001/09/06 00:31:44 | ||
1212 | Author: andersen | ||
1213 | Branch: busybox_0_60_stable | ||
1214 | Tag: (none) | ||
1215 | Log: | ||
1216 | Backport vodz' route fix | ||
1217 | |||
1218 | Members: | ||
1219 | Changelog:1.261.2.2->1.261.2.3 | ||
1220 | route.c:1.10.2.2->1.10.2.3 | ||
1221 | networking/route.c:1.10.2.2->1.10.2.3 | ||
1222 | |||
1223 | --------------------- | ||
1224 | PatchSet 2214 | ||
1225 | Date: 2001/09/06 18:35:20 | ||
1226 | Author: andersen | ||
1227 | Branch: HEAD | ||
1228 | Tag: (none) | ||
1229 | Log: | ||
1230 | Patch from vodz to make ash cope with leading redirections | ||
1231 | (i.e. '2>/dev/null ls rubbish') will now work. | ||
1232 | |||
1233 | Members: | ||
1234 | Changelog:1.268->1.269 | ||
1235 | ash.c:1.22->1.23 | ||
1236 | shell/ash.c:1.22->1.23 | ||
1237 | |||
1238 | --------------------- | ||
1239 | PatchSet 2215 | ||
1240 | Date: 2001/09/06 18:39:23 | ||
1241 | Author: andersen | ||
1242 | Branch: busybox_0_60_stable | ||
1243 | Tag: (none) | ||
1244 | Log: | ||
1245 | Patch from vodz for ash leading redirections (i.e. '2>/dev/null | ||
1246 | ls rubbish') | ||
1247 | |||
1248 | Members: | ||
1249 | ash.c:1.17.2.1->1.17.2.2 | ||
1250 | shell/ash.c:1.17.2.1->1.17.2.2 | ||
1251 | |||
1252 | --------------------- | ||
1253 | PatchSet 2216 | ||
1254 | Date: 2001/09/06 18:40:57 | ||
1255 | Author: andersen | ||
1256 | Branch: busybox_0_60_stable | ||
1257 | Tag: (none) | ||
1258 | Log: | ||
1259 | Note vodz ash fix | ||
1260 | |||
1261 | Members: | ||
1262 | Changelog:1.261.2.3->1.261.2.4 | ||
1263 | |||
1264 | --------------------- | ||
1265 | PatchSet 2217 | ||
1266 | Date: 2001/09/06 18:59:36 | ||
1267 | Author: andersen | ||
1268 | Branch: busybox_0_60_stable | ||
1269 | Tag: (none) | ||
1270 | Log: | ||
1271 | define IFS_BROKEN | ||
1272 | |||
1273 | Members: | ||
1274 | ash.c:1.17.2.2->1.17.2.3 | ||
1275 | shell/ash.c:1.17.2.2->1.17.2.3 | ||
1276 | |||
1277 | --------------------- | ||
1278 | PatchSet 2218 | ||
1279 | Date: 2001/09/06 19:00:41 | ||
1280 | Author: andersen | ||
1281 | Branch: HEAD | ||
1282 | Tag: (none) | ||
1283 | Log: | ||
1284 | define IFS_BROKEN | ||
1285 | |||
1286 | Members: | ||
1287 | ash.c:1.23->1.24 | ||
1288 | shell/ash.c:1.23->1.24 | ||
1289 | |||
1290 | --------------------- | ||
1291 | PatchSet 2219 | ||
1292 | Date: 2001/09/08 21:47:19 | ||
1293 | Author: andersen | ||
1294 | Branch: HEAD | ||
1295 | Tag: (none) | ||
1296 | Log: | ||
1297 | Lineo is no longer sponsoring busybox | ||
1298 | |||
1299 | Members: | ||
1300 | docs/busybox.lineo.com/index.html:1.61->1.62 | ||
1301 | docs/busybox.net/index.html:1.61->1.62 | ||
1302 | |||
1303 | --------------------- | ||
1304 | PatchSet 2220 | ||
1305 | Date: 2001/09/08 21:52:33 | ||
1306 | Author: andersen | ||
1307 | Branch: HEAD | ||
1308 | Tag: (none) | ||
1309 | Log: | ||
1310 | Fix my email address. | ||
1311 | |||
1312 | Members: | ||
1313 | docs/busybox.lineo.com/index.html:1.62->1.63 | ||
1314 | docs/busybox.net/index.html:1.62->1.63 | ||
1315 | |||
1316 | --------------------- | ||
1317 | PatchSet 2221 | ||
1318 | Date: 2001/09/11 02:11:31 | ||
1319 | Author: mjn3 | ||
1320 | Branch: HEAD | ||
1321 | Tag: (none) | ||
1322 | Log: | ||
1323 | Commit my changes to arith.c which fixed a couple of bugs and decreased | ||
1324 | code size. Please read the TODO comments regarding accessing shell | ||
1325 | variables from the arith() funciton. | ||
1326 | |||
1327 | Members: | ||
1328 | libbb/arith.c:1.2->1.3 | ||
1329 | |||
1330 | --------------------- | ||
1331 | PatchSet 2222 | ||
1332 | Date: 2001/09/11 02:14:02 | ||
1333 | Author: mjn3 | ||
1334 | Branch: HEAD | ||
1335 | Tag: (none) | ||
1336 | Log: | ||
1337 | Commit my changes to xxreadtoken() to reduce code size. Also set defines | ||
1338 | so that the table implementations of copynode, calcsize, and cmdtxt are | ||
1339 | used. Hopefully this will result in wider testing. ;-) If it breaks, | ||
1340 | just unset the appropriate defines. | ||
1341 | |||
1342 | Members: | ||
1343 | ash.c:1.24->1.25 | ||
1344 | shell/ash.c:1.24->1.25 | ||
1345 | |||
1346 | --------------------- | ||
1347 | PatchSet 2223 | ||
1348 | Date: 2001/09/16 03:00:09 | ||
1349 | Author: timr | ||
1350 | Branch: HEAD | ||
1351 | Tag: (none) | ||
1352 | Log: | ||
1353 | closes bug#1215? | ||
1354 | |||
1355 | Members: | ||
1356 | applets.h:1.40->1.41 | ||
1357 | include/applets.h:1.40->1.41 | ||
1358 | |||
1359 | --------------------- | ||
1360 | PatchSet 2224 | ||
1361 | Date: 2001/09/21 05:30:51 | ||
1362 | Author: bug1 | ||
1363 | Branch: HEAD | ||
1364 | Tag: (none) | ||
1365 | Log: | ||
1366 | Implement dpkg -l option, from Stefan Soucek (slightly modified) | ||
1367 | |||
1368 | Members: | ||
1369 | dpkg.c:1.41->1.42 | ||
1370 | archival/dpkg.c:1.41->1.42 | ||
1371 | |||
1372 | --------------------- | ||
1373 | PatchSet 2225 | ||
1374 | Date: 2001/09/21 06:07:47 | ||
1375 | Author: bug1 | ||
1376 | Branch: HEAD | ||
1377 | Tag: (none) | ||
1378 | Log: | ||
1379 | Fix to make preinst run when required, from Stefan Soucek | ||
1380 | |||
1381 | Members: | ||
1382 | dpkg.c:1.42->1.43 | ||
1383 | archival/dpkg.c:1.42->1.43 | ||
1384 | |||
1385 | --------------------- | ||
1386 | PatchSet 2226 | ||
1387 | Date: 2001/09/21 07:05:35 | ||
1388 | Author: andersen | ||
1389 | Branch: HEAD | ||
1390 | Tag: (none) | ||
1391 | Log: | ||
1392 | Eliminate ldconfig which is no longer built by | ||
1393 | default (or needed) with uClibc. | ||
1394 | |||
1395 | Members: | ||
1396 | bootfloppy/mkrootfs.sh:1.2->1.3 | ||
1397 | examples/bootfloppy/mkrootfs.sh:1.2->1.3 | ||
1398 | |||
1399 | --------------------- | ||
1400 | PatchSet 2227 | ||
1401 | Date: 2001/09/21 15:42:30 | ||
1402 | Author: kraai | ||
1403 | Branch: HEAD | ||
1404 | Tag: (none) | ||
1405 | Log: | ||
1406 | Fix tftp usage information (closes: #1216). | ||
1407 | |||
1408 | Members: | ||
1409 | usage.h:1.62->1.63 | ||
1410 | applets/usage.h:1.62->1.63 | ||
1411 | include/usage.h:1.62->1.63 | ||
1412 | |||
1413 | --------------------- | ||
1414 | PatchSet 2228 | ||
1415 | Date: 2001/09/21 21:20:46 | ||
1416 | Author: kraai | ||
1417 | Branch: busybox_0_60_stable | ||
1418 | Tag: (none) | ||
1419 | Log: | ||
1420 | Backport tftp usage message fix. | ||
1421 | |||
1422 | Members: | ||
1423 | usage.h:1.60.2.1->1.60.2.2 | ||
1424 | applets/usage.h:1.60.2.1->1.60.2.2 | ||
1425 | include/usage.h:1.60.2.1->1.60.2.2 | ||
1426 | |||
1427 | --------------------- | ||
1428 | PatchSet 2229 | ||
1429 | Date: 2001/09/22 04:24:07 | ||
1430 | Author: bug1 | ||
1431 | Branch: HEAD | ||
1432 | Tag: (none) | ||
1433 | Log: | ||
1434 | Dont free everytime getline() is used, fix from Stefan Soucek | ||
1435 | |||
1436 | Members: | ||
1437 | dpkg.c:1.43->1.44 | ||
1438 | archival/dpkg.c:1.43->1.44 | ||
1439 | |||
1440 | --------------------- | ||
1441 | PatchSet 2230 | ||
1442 | Date: 2001/09/22 05:16:55 | ||
1443 | Author: bug1 | ||
1444 | Branch: HEAD | ||
1445 | Tag: (none) | ||
1446 | Log: | ||
1447 | The <package>.list file was prepending "./" to the files, fixed that. | ||
1448 | Also fixed a very silly error by me when running postinst (remember to use the variable BEFORE its freed) | ||
1449 | |||
1450 | Members: | ||
1451 | dpkg.c:1.44->1.45 | ||
1452 | archival/dpkg.c:1.44->1.45 | ||
1453 | |||
1454 | --------------------- | ||
1455 | PatchSet 2231 | ||
1456 | Date: 2001/09/24 19:34:06 | ||
1457 | Author: bug1 | ||
1458 | Branch: HEAD | ||
1459 | Tag: (none) | ||
1460 | Log: | ||
1461 | List full path instead of relative path if prefix is specified (this was supposed to be in last patch) | ||
1462 | |||
1463 | Members: | ||
1464 | libbb/unarchive.c:1.23->1.24 | ||
1465 | |||
1466 | --------------------- | ||
1467 | PatchSet 2232 | ||
1468 | Date: 2001/09/24 23:44:52 | ||
1469 | Author: kraai | ||
1470 | Branch: HEAD | ||
1471 | Tag: (none) | ||
1472 | Log: | ||
1473 | Add Cachier. | ||
1474 | |||
1475 | Members: | ||
1476 | docs/busybox.lineo.com/index.html:1.63->1.64 | ||
1477 | docs/busybox.net/index.html:1.63->1.64 | ||
1478 | |||
1479 | --------------------- | ||
1480 | PatchSet 2233 | ||
1481 | Date: 2001/09/26 07:20:54 | ||
1482 | Author: andersen | ||
1483 | Branch: HEAD | ||
1484 | Tag: (none) | ||
1485 | Log: | ||
1486 | use the pedantically correct compiler for preprocessing | ||
1487 | |||
1488 | Members: | ||
1489 | Makefile:1.235->1.236 | ||
1490 | busybox.sh:1.15->1.16 | ||
1491 | applets/busybox.sh:1.15->1.16 | ||
1492 | |||
1493 | --------------------- | ||
1494 | PatchSet 2234 | ||
1495 | Date: 2001/09/26 07:35:10 | ||
1496 | Author: andersen | ||
1497 | Branch: busybox_0_60_stable | ||
1498 | Tag: (none) | ||
1499 | Log: | ||
1500 | Use the padantically correct compiler for preprocessing | ||
1501 | |||
1502 | Members: | ||
1503 | Makefile:1.232.2.4->1.232.2.5 | ||
1504 | busybox.sh:1.15->1.15.2.1 | ||
1505 | applets/busybox.sh:1.15->1.15.2.1 | ||
1506 | |||
1507 | --------------------- | ||
1508 | PatchSet 2235 | ||
1509 | Date: 2001/09/29 04:34:38 | ||
1510 | Author: bug1 | ||
1511 | Branch: HEAD | ||
1512 | Tag: (none) | ||
1513 | Log: | ||
1514 | Fix return status, picked up by Stefan | ||
1515 | |||
1516 | Members: | ||
1517 | dpkg.c:1.45->1.46 | ||
1518 | archival/dpkg.c:1.45->1.46 | ||
1519 | |||
1520 | --------------------- | ||
1521 | PatchSet 2236 | ||
1522 | Date: 2001/10/01 18:50:25 | ||
1523 | Author: kraai | ||
1524 | Branch: HEAD | ||
1525 | Tag: (none) | ||
1526 | Log: | ||
1527 | Use xgethostbyname instead of gethostbyname (found by Erik Andersen). | ||
1528 | |||
1529 | Members: | ||
1530 | nslookup.c:1.24->1.25 | ||
1531 | networking/nslookup.c:1.24->1.25 | ||
1532 | |||
1533 | --------------------- | ||
1534 | PatchSet 2237 | ||
1535 | Date: 2001/10/01 18:52:14 | ||
1536 | Author: kraai | ||
1537 | Branch: HEAD | ||
1538 | Tag: (none) | ||
1539 | Log: | ||
1540 | Use port 37 by default. | ||
1541 | |||
1542 | Members: | ||
1543 | rdate.c:1.19->1.20 | ||
1544 | util-linux/rdate.c:1.19->1.20 | ||
1545 | |||
1546 | --------------------- | ||
1547 | PatchSet 2238 | ||
1548 | Date: 2001/10/02 08:58:23 | ||
1549 | Author: andersen | ||
1550 | Branch: HEAD | ||
1551 | Tag: (none) | ||
1552 | Log: | ||
1553 | Fix large file support -- 2+ gig files should now actually | ||
1554 | work this time... | ||
1555 | -Erik | ||
1556 | |||
1557 | Members: | ||
1558 | Makefile:1.236->1.237 | ||
1559 | |||
1560 | --------------------- | ||
1561 | PatchSet 2239 | ||
1562 | Date: 2001/10/03 04:10:35 | ||
1563 | Author: bug1 | ||
1564 | Branch: HEAD | ||
1565 | Tag: (none) | ||
1566 | Log: | ||
1567 | Extract control.tar.gz and data.tar.gz unconditionally, another one picked up by Stefan | ||
1568 | |||
1569 | Members: | ||
1570 | dpkg.c:1.46->1.47 | ||
1571 | archival/dpkg.c:1.46->1.47 | ||
1572 | |||
1573 | --------------------- | ||
1574 | PatchSet 2240 | ||
1575 | Date: 2001/10/03 12:23:42 | ||
1576 | Author: andersen | ||
1577 | Branch: HEAD | ||
1578 | Tag: (none) | ||
1579 | Log: | ||
1580 | Patch from Magnus Damm <damm@opensource.se> to avoid lash hanging | ||
1581 | on serial ports | ||
1582 | |||
1583 | Members: | ||
1584 | lash.c:1.135->1.136 | ||
1585 | shell/lash.c:1.135->1.136 | ||
1586 | |||
1587 | --------------------- | ||
1588 | PatchSet 2241 | ||
1589 | Date: 2001/10/03 22:26:12 | ||
1590 | Author: andersen | ||
1591 | Branch: HEAD | ||
1592 | Tag: (none) | ||
1593 | Log: | ||
1594 | Look for either "init" or "linuxrc" processes | ||
1595 | |||
1596 | Members: | ||
1597 | halt.c:1.14->1.15 | ||
1598 | poweroff.c:1.11->1.12 | ||
1599 | reboot.c:1.18->1.19 | ||
1600 | init/halt.c:1.14->1.15 | ||
1601 | init/poweroff.c:1.11->1.12 | ||
1602 | init/reboot.c:1.18->1.19 | ||
1603 | |||
1604 | --------------------- | ||
1605 | PatchSet 2242 | ||
1606 | Date: 2001/10/03 22:38:18 | ||
1607 | Author: andersen | ||
1608 | Branch: busybox_0_60_stable | ||
1609 | Tag: (none) | ||
1610 | Log: | ||
1611 | Look for "init" or "linuxrc" when rebooting | ||
1612 | |||
1613 | Members: | ||
1614 | halt.c:1.14->1.14.2.1 | ||
1615 | poweroff.c:1.11->1.11.2.1 | ||
1616 | reboot.c:1.18->1.18.2.1 | ||
1617 | init/halt.c:1.14->1.14.2.1 | ||
1618 | init/poweroff.c:1.11->1.11.2.1 | ||
1619 | init/reboot.c:1.18->1.18.2.1 | ||
1620 | |||
1621 | --------------------- | ||
1622 | PatchSet 2243 | ||
1623 | Date: 2001/10/03 22:44:28 | ||
1624 | Author: andersen | ||
1625 | Branch: busybox_0_60_stable | ||
1626 | Tag: (none) | ||
1627 | Log: | ||
1628 | Route is supposed to be in /sbin | ||
1629 | |||
1630 | Members: | ||
1631 | applets.h:1.38.2.1->1.38.2.2 | ||
1632 | include/applets.h:1.38.2.1->1.38.2.2 | ||
1633 | |||
1634 | --------------------- | ||
1635 | PatchSet 2244 | ||
1636 | Date: 2001/10/03 23:10:02 | ||
1637 | Author: andersen | ||
1638 | Branch: busybox_0_60_stable | ||
1639 | Tag: (none) | ||
1640 | Log: | ||
1641 | Fix lash behavior on serial consoles | ||
1642 | |||
1643 | Members: | ||
1644 | lash.c:1.134.2.1->1.134.2.2 | ||
1645 | shell/lash.c:1.134.2.1->1.134.2.2 | ||
1646 | |||
1647 | --------------------- | ||
1648 | PatchSet 2245 | ||
1649 | Date: 2001/10/04 00:35:05 | ||
1650 | Author: andersen | ||
1651 | Branch: busybox_0_60_stable | ||
1652 | Tag: (none) | ||
1653 | Log: | ||
1654 | Always enable BB_TEST when BB_ASH, BB_LASH, or BB_MSH is enabled | ||
1655 | |||
1656 | Members: | ||
1657 | Config.h:1.98.2.1->1.98.2.2 | ||
1658 | |||
1659 | --------------------- | ||
1660 | PatchSet 2246 | ||
1661 | Date: 2001/10/04 00:37:24 | ||
1662 | Author: andersen | ||
1663 | Branch: HEAD | ||
1664 | Tag: (none) | ||
1665 | Log: | ||
1666 | Always enable BB_TEST when BB_ASH, BB_LASH, or BB_MSH is enabled | ||
1667 | |||
1668 | Members: | ||
1669 | Config.h:1.103->1.104 | ||
1670 | |||
1671 | --------------------- | ||
1672 | PatchSet 2247 | ||
1673 | Date: 2001/10/04 06:22:42 | ||
1674 | Author: bug1 | ||
1675 | Branch: HEAD | ||
1676 | Tag: (none) | ||
1677 | Log: | ||
1678 | Fixes with help from Stefan, Typo in prerm script, and when reinstall a package the old packages status was getting overwritten. | ||
1679 | |||
1680 | Members: | ||
1681 | dpkg.c:1.47->1.48 | ||
1682 | archival/dpkg.c:1.47->1.48 | ||
1683 | |||
1684 | --------------------- | ||
1685 | PatchSet 2248 | ||
1686 | Date: 2001/10/04 10:33:40 | ||
1687 | Author: andersen | ||
1688 | Branch: HEAD | ||
1689 | Tag: (none) | ||
1690 | Log: | ||
1691 | Add Magnus Damm and fix alpha sorting | ||
1692 | |||
1693 | Members: | ||
1694 | AUTHORS:1.19->1.20 | ||
1695 | |||
1696 | --------------------- | ||
1697 | PatchSet 2249 | ||
1698 | Date: 2001/10/04 16:23:34 | ||
1699 | Author: kraai | ||
1700 | Branch: HEAD | ||
1701 | Tag: (none) | ||
1702 | Log: | ||
1703 | Fix BB_FEATURE_MTAB_SUPPORT test (report and patch by Magnus Damm). | ||
1704 | |||
1705 | Members: | ||
1706 | libbb/mtab_file.c:1.2->1.3 | ||
1707 | |||
1708 | --------------------- | ||
1709 | PatchSet 2250 | ||
1710 | Date: 2001/10/04 19:44:28 | ||
1711 | Author: kraai | ||
1712 | Branch: busybox_0_60_stable | ||
1713 | Tag: (none) | ||
1714 | Log: | ||
1715 | Backport fix. | ||
1716 | |||
1717 | Members: | ||
1718 | libbb/mtab_file.c:1.2->1.2.2.1 | ||
1719 | |||
1720 | --------------------- | ||
1721 | PatchSet 2251 | ||
1722 | Date: 2001/10/05 02:35:08 | ||
1723 | Author: kraai | ||
1724 | Branch: HEAD | ||
1725 | Tag: (none) | ||
1726 | Log: | ||
1727 | Invert FILEUTILS_PRESERVE_SYMLINKS into FILEUTILS_DEREFERENCE. | ||
1728 | |||
1729 | Members: | ||
1730 | cp.c:1.19->1.20 | ||
1731 | mv.c:1.16->1.17 | ||
1732 | coreutils/cp.c:1.19->1.20 | ||
1733 | coreutils/mv.c:1.16->1.17 | ||
1734 | fileutils/cp.c:1.19->1.20 | ||
1735 | fileutils/mv.c:1.16->1.17 | ||
1736 | include/libbb.h:1.61->1.62 | ||
1737 | libbb/copy_file.c:1.14->1.15 | ||
1738 | libbb/libbb.h:1.61->1.62 | ||
1739 | |||
1740 | --------------------- | ||
1741 | PatchSet 2252 | ||
1742 | Date: 2001/10/05 03:58:48 | ||
1743 | Author: bug1 | ||
1744 | Branch: HEAD | ||
1745 | Tag: (none) | ||
1746 | Log: | ||
1747 | Change extraction/list code to use common unarchive code. | ||
1748 | |||
1749 | Members: | ||
1750 | tar.c:1.126->1.127 | ||
1751 | archival/tar.c:1.126->1.127 | ||
1752 | |||
1753 | --------------------- | ||
1754 | PatchSet 2253 | ||
1755 | Date: 2001/10/05 04:48:57 | ||
1756 | Author: bug1 | ||
1757 | Branch: HEAD | ||
1758 | Tag: (none) | ||
1759 | Log: | ||
1760 | Initial support for for bunzip2.... | ||
1761 | This code could be improvemed by | ||
1762 | 1) supporting more options, | ||
1763 | 2) Creating a shared crc table with gunzip, or perhaps generated on the fly. | ||
1764 | 3) Removing any remaining unneccessary code (e.g. if (noisy)) | ||
1765 | |||
1766 | Members: | ||
1767 | Config.h:1.104->1.105 | ||
1768 | applets.h:1.41->1.42 | ||
1769 | bunzip2.c:INITIAL->1.1 | ||
1770 | usage.h:1.63->1.64 | ||
1771 | applets/usage.h:1.63->1.64 | ||
1772 | archival/bunzip2.c:INITIAL->1.1 | ||
1773 | include/applets.h:1.41->1.42 | ||
1774 | include/usage.h:1.63->1.64 | ||
1775 | |||
1776 | --------------------- | ||
1777 | PatchSet 2254 | ||
1778 | Date: 2001/10/05 05:40:37 | ||
1779 | Author: bug1 | ||
1780 | Branch: HEAD | ||
1781 | Tag: (none) | ||
1782 | Log: | ||
1783 | Apply Magnus Damm's patch, adds tftp blocksize support, and some cleanups. | ||
1784 | |||
1785 | Members: | ||
1786 | Config.h:1.105->1.106 | ||
1787 | tftp.c:1.6->1.7 | ||
1788 | usage.h:1.64->1.65 | ||
1789 | applets/usage.h:1.64->1.65 | ||
1790 | include/usage.h:1.64->1.65 | ||
1791 | networking/tftp.c:1.6->1.7 | ||
1792 | |||
1793 | --------------------- | ||
1794 | PatchSet 2255 | ||
1795 | Date: 2001/10/05 06:03:14 | ||
1796 | Author: bug1 | ||
1797 | Branch: HEAD | ||
1798 | Tag: (none) | ||
1799 | Log: | ||
1800 | Use xfopen, saves 32 bytes ! | ||
1801 | |||
1802 | Members: | ||
1803 | freeramdisk.c:1.18->1.19 | ||
1804 | util-linux/freeramdisk.c:1.18->1.19 | ||
1805 | |||
1806 | --------------------- | ||
1807 | PatchSet 2256 | ||
1808 | Date: 2001/10/05 06:24:19 | ||
1809 | Author: bug1 | ||
1810 | Branch: HEAD | ||
1811 | Tag: (none) | ||
1812 | Log: | ||
1813 | Use wfopen instead of fopen & error_msg, saves 64 bytes | ||
1814 | |||
1815 | Members: | ||
1816 | tee.c:1.19->1.20 | ||
1817 | coreutils/tee.c:1.19->1.20 | ||
1818 | shellutils/tee.c:1.19->1.20 | ||
1819 | |||
1820 | --------------------- | ||
1821 | PatchSet 2257 | ||
1822 | Date: 2001/10/05 11:11:28 | ||
1823 | Author: bug1 | ||
1824 | Branch: HEAD | ||
1825 | Tag: (none) | ||
1826 | Log: | ||
1827 | Remove duplicate tftp -l option help | ||
1828 | |||
1829 | Members: | ||
1830 | usage.h:1.65->1.66 | ||
1831 | applets/usage.h:1.65->1.66 | ||
1832 | include/usage.h:1.65->1.66 | ||
1833 | |||
1834 | --------------------- | ||
1835 | PatchSet 2258 | ||
1836 | Date: 2001/10/06 03:27:36 | ||
1837 | Author: bug1 | ||
1838 | Branch: HEAD | ||
1839 | Tag: (none) | ||
1840 | Log: | ||
1841 | status_package_num should refer to package not status. | ||
1842 | Only initialise a new entry in the status hashtable if it really is a new entry. | ||
1843 | |||
1844 | Members: | ||
1845 | dpkg.c:1.48->1.49 | ||
1846 | archival/dpkg.c:1.48->1.49 | ||
1847 | |||
1848 | --------------------- | ||
1849 | PatchSet 2259 | ||
1850 | Date: 2001/10/06 03:40:20 | ||
1851 | Author: bug1 | ||
1852 | Branch: HEAD | ||
1853 | Tag: (none) | ||
1854 | Log: | ||
1855 | Another part of Stafan's latest patch, when replacing a pre-existing package set its status correctly. | ||
1856 | |||
1857 | Members: | ||
1858 | dpkg.c:1.49->1.50 | ||
1859 | archival/dpkg.c:1.49->1.50 | ||
1860 | |||
1861 | --------------------- | ||
1862 | PatchSet 2260 | ||
1863 | Date: 2001/10/08 09:22:48 | ||
1864 | Author: bug1 | ||
1865 | Branch: HEAD | ||
1866 | Tag: (none) | ||
1867 | Log: | ||
1868 | Free some variables after use | ||
1869 | |||
1870 | Members: | ||
1871 | libbb/unarchive.c:1.24->1.25 | ||
1872 | |||
1873 | --------------------- | ||
1874 | PatchSet 2261 | ||
1875 | Date: 2001/10/08 14:10:12 | ||
1876 | Author: bug1 | ||
1877 | Branch: HEAD | ||
1878 | Tag: (none) | ||
1879 | Log: | ||
1880 | Cleanup memory usage properly | ||
1881 | |||
1882 | Members: | ||
1883 | libbb/unarchive.c:1.25->1.26 | ||
1884 | |||
1885 | --------------------- | ||
1886 | PatchSet 2262 | ||
1887 | Date: 2001/10/12 20:00:15 | ||
1888 | Author: kraai | ||
1889 | Branch: HEAD | ||
1890 | Tag: (none) | ||
1891 | Log: | ||
1892 | Fix tar segfault when include list is empty and exclude list is not. | ||
1893 | |||
1894 | Members: | ||
1895 | Changelog:1.269->1.270 | ||
1896 | tar.c:1.127->1.128 | ||
1897 | archival/tar.c:1.127->1.128 | ||
1898 | |||
1899 | --------------------- | ||
1900 | PatchSet 2263 | ||
1901 | Date: 2001/10/13 06:03:29 | ||
1902 | Author: bug1 | ||
1903 | Branch: HEAD | ||
1904 | Tag: (none) | ||
1905 | Log: | ||
1906 | Superficial changes to make the exclude/include code easier to understand | ||
1907 | |||
1908 | Members: | ||
1909 | tar.c:1.128->1.129 | ||
1910 | archival/tar.c:1.128->1.129 | ||
1911 | |||
1912 | --------------------- | ||
1913 | PatchSet 2264 | ||
1914 | Date: 2001/10/13 07:21:32 | ||
1915 | Author: bug1 | ||
1916 | Branch: HEAD | ||
1917 | Tag: (none) | ||
1918 | Log: | ||
1919 | Use fnmatch() to compare excluded/included files | ||
1920 | |||
1921 | Members: | ||
1922 | libbb/unarchive.c:1.26->1.27 | ||
1923 | |||
1924 | --------------------- | ||
1925 | PatchSet 2265 | ||
1926 | Date: 2001/10/13 07:53:34 | ||
1927 | Author: bug1 | ||
1928 | Branch: HEAD | ||
1929 | Tag: (none) | ||
1930 | Log: | ||
1931 | match exclude/include names with trailing '/' | ||
1932 | |||
1933 | Members: | ||
1934 | libbb/unarchive.c:1.27->1.28 | ||
1935 | |||
1936 | --------------------- | ||
1937 | PatchSet 2266 | ||
1938 | Date: 2001/10/13 07:54:45 | ||
1939 | Author: bug1 | ||
1940 | Branch: HEAD | ||
1941 | Tag: (none) | ||
1942 | Log: | ||
1943 | Match subdirectories of included/excluded files | ||
1944 | |||
1945 | Members: | ||
1946 | tar.c:1.129->1.130 | ||
1947 | archival/tar.c:1.129->1.130 | ||
1948 | |||
1949 | --------------------- | ||
1950 | PatchSet 2267 | ||
1951 | Date: 2001/10/13 08:11:03 | ||
1952 | Author: bug1 | ||
1953 | Branch: HEAD | ||
1954 | Tag: (none) | ||
1955 | Log: | ||
1956 | Reverse part of previous change.... i think it was the wrong approach... im lost | ||
1957 | |||
1958 | Members: | ||
1959 | tar.c:1.130->1.131 | ||
1960 | archival/tar.c:1.130->1.131 | ||
1961 | |||
1962 | --------------------- | ||
1963 | PatchSet 2268 | ||
1964 | Date: 2001/10/13 20:43:46 | ||
1965 | Author: bug1 | ||
1966 | Branch: HEAD | ||
1967 | Tag: (none) | ||
1968 | Log: | ||
1969 | unarchive function changed to support both exclude and include lists, applets that use unarchive changed to match. | ||
1970 | |||
1971 | Members: | ||
1972 | ar.c:1.37->1.38 | ||
1973 | cpio.c:1.4->1.5 | ||
1974 | tar.c:1.131->1.132 | ||
1975 | archival/ar.c:1.37->1.38 | ||
1976 | archival/cpio.c:1.4->1.5 | ||
1977 | archival/tar.c:1.131->1.132 | ||
1978 | include/libbb.h:1.62->1.63 | ||
1979 | libbb/libbb.h:1.62->1.63 | ||
1980 | libbb/unarchive.c:1.28->1.29 | ||
1981 | |||
1982 | --------------------- | ||
1983 | PatchSet 2269 | ||
1984 | Date: 2001/10/18 04:20:41 | ||
1985 | Author: andersen | ||
1986 | Branch: HEAD | ||
1987 | Tag: (none) | ||
1988 | Log: | ||
1989 | Patch from Stefan Soucek <ssoucek@coactive.com> to | ||
1990 | ignore extra empty lines in fgets_str | ||
1991 | |||
1992 | Members: | ||
1993 | libbb/fgets_str.c:1.1->1.2 | ||
1994 | |||
1995 | --------------------- | ||
1996 | PatchSet 2270 | ||
1997 | Date: 2001/10/18 05:04:34 | ||
1998 | Author: andersen | ||
1999 | Branch: HEAD | ||
2000 | Tag: (none) | ||
2001 | Log: | ||
2002 | Fix a nasty bug with variable name shadowing | ||
2003 | |||
2004 | Members: | ||
2005 | halt.c:1.15->1.16 | ||
2006 | poweroff.c:1.12->1.13 | ||
2007 | reboot.c:1.19->1.20 | ||
2008 | init/halt.c:1.15->1.16 | ||
2009 | init/poweroff.c:1.12->1.13 | ||
2010 | init/reboot.c:1.19->1.20 | ||
2011 | |||
2012 | --------------------- | ||
2013 | PatchSet 2271 | ||
2014 | Date: 2001/10/18 05:05:28 | ||
2015 | Author: andersen | ||
2016 | Branch: busybox_0_60_stable | ||
2017 | Tag: (none) | ||
2018 | Log: | ||
2019 | Fix a nasty bug resulting from variable name shadowing | ||
2020 | |||
2021 | Members: | ||
2022 | halt.c:1.14.2.1->1.14.2.2 | ||
2023 | poweroff.c:1.11.2.1->1.11.2.2 | ||
2024 | reboot.c:1.18.2.1->1.18.2.2 | ||
2025 | init/halt.c:1.14.2.1->1.14.2.2 | ||
2026 | init/poweroff.c:1.11.2.1->1.11.2.2 | ||
2027 | init/reboot.c:1.18.2.1->1.18.2.2 | ||
2028 | |||
2029 | --------------------- | ||
2030 | PatchSet 2272 | ||
2031 | Date: 2001/10/18 05:10:22 | ||
2032 | Author: andersen | ||
2033 | Branch: HEAD | ||
2034 | Tag: (none) | ||
2035 | Log: | ||
2036 | Make mount default to using /proc/filesystems to avoid | ||
2037 | ever trying to mount a nodev filesystem. | ||
2038 | -Erik | ||
2039 | |||
2040 | Members: | ||
2041 | mount.c:1.92->1.93 | ||
2042 | util-linux/mount.c:1.92->1.93 | ||
2043 | |||
2044 | --------------------- | ||
2045 | PatchSet 2273 | ||
2046 | Date: 2001/10/18 05:11:38 | ||
2047 | Author: andersen | ||
2048 | Branch: HEAD | ||
2049 | Tag: (none) | ||
2050 | Log: | ||
2051 | Scrub up some function prototypes. | ||
2052 | -Erik | ||
2053 | |||
2054 | Members: | ||
2055 | Makefile:1.237->1.238 | ||
2056 | ash.c:1.25->1.26 | ||
2057 | grep.c:1.62->1.63 | ||
2058 | gzip.c:1.48->1.49 | ||
2059 | init.c:1.143->1.144 | ||
2060 | mkswap.c:1.24->1.25 | ||
2061 | swaponoff.c:1.28->1.29 | ||
2062 | tail.c:1.38->1.39 | ||
2063 | test.c:1.19->1.20 | ||
2064 | archival/gzip.c:1.48->1.49 | ||
2065 | archival/libunarchive/unzip.c:1.9->1.10 | ||
2066 | coreutils/tail.c:1.38->1.39 | ||
2067 | coreutils/test.c:1.19->1.20 | ||
2068 | findutils/grep.c:1.62->1.63 | ||
2069 | init/init.c:1.143->1.144 | ||
2070 | libbb/unzip.c:1.9->1.10 | ||
2071 | libbb/vherror_msg.c:1.2->1.3 | ||
2072 | libbb/xgethostbyname.c:1.2->1.3 | ||
2073 | shell/ash.c:1.25->1.26 | ||
2074 | shellutils/test.c:1.19->1.20 | ||
2075 | textutils/tail.c:1.38->1.39 | ||
2076 | util-linux/mkswap.c:1.24->1.25 | ||
2077 | util-linux/swaponoff.c:1.28->1.29 | ||
2078 | |||
2079 | --------------------- | ||
2080 | PatchSet 2274 | ||
2081 | Date: 2001/10/18 05:15:26 | ||
2082 | Author: andersen | ||
2083 | Branch: busybox_0_60_stable | ||
2084 | Tag: (none) | ||
2085 | Log: | ||
2086 | Revert mount -t auto to using /proc/filesystems, so we can | ||
2087 | avoid automounting any nodev filesystems. | ||
2088 | -Erik | ||
2089 | |||
2090 | Members: | ||
2091 | mount.c:1.90.2.2->1.90.2.3 | ||
2092 | util-linux/mount.c:1.90.2.2->1.90.2.3 | ||
2093 | |||
2094 | --------------------- | ||
2095 | PatchSet 2275 | ||
2096 | Date: 2001/10/18 07:04:23 | ||
2097 | Author: andersen | ||
2098 | Branch: HEAD | ||
2099 | Tag: (none) | ||
2100 | Log: | ||
2101 | Revert that change. As Matt Kraai rightly points out, | ||
2102 | this is not a bug. What I was I thinking when I committed | ||
2103 | this. Doh! | ||
2104 | |||
2105 | Members: | ||
2106 | libbb/fgets_str.c:1.2->1.3 | ||
2107 | |||
2108 | --------------------- | ||
2109 | PatchSet 2276 | ||
2110 | Date: 2001/10/18 16:08:30 | ||
2111 | Author: kraai | ||
2112 | Branch: HEAD | ||
2113 | Tag: (none) | ||
2114 | Log: | ||
2115 | Remove xmalloc calls. | ||
2116 | |||
2117 | Members: | ||
2118 | dpkg.c:1.50->1.51 | ||
2119 | archival/dpkg.c:1.50->1.51 | ||
2120 | |||
2121 | --------------------- | ||
2122 | PatchSet 2277 | ||
2123 | Date: 2001/10/18 18:03:59 | ||
2124 | Author: kraai | ||
2125 | Branch: HEAD | ||
2126 | Tag: (none) | ||
2127 | Log: | ||
2128 | Process extra empty lines correctly. | ||
2129 | |||
2130 | Members: | ||
2131 | dpkg.c:1.51->1.52 | ||
2132 | archival/dpkg.c:1.51->1.52 | ||
2133 | |||
2134 | --------------------- | ||
2135 | PatchSet 2278 | ||
2136 | Date: 2001/10/18 18:04:22 | ||
2137 | Author: kraai | ||
2138 | Branch: HEAD | ||
2139 | Tag: (none) | ||
2140 | Log: | ||
2141 | Return NULL if EOF is encountered before terminating_string. | ||
2142 | |||
2143 | Members: | ||
2144 | libbb/fgets_str.c:1.3->1.4 | ||
2145 | |||
2146 | --------------------- | ||
2147 | PatchSet 2279 | ||
2148 | Date: 2001/10/18 20:33:06 | ||
2149 | Author: andersen | ||
2150 | Branch: HEAD | ||
2151 | Tag: (none) | ||
2152 | Log: | ||
2153 | Commit the start-stop-daemon applet. This was contributed by David | ||
2154 | Kimdon <dwhedon@gordian.com> on october 7th -- the day I was fired from | ||
2155 | Lineo. So it seems I totally forgot about this patch until now. | ||
2156 | Sorry about that David! | ||
2157 | |||
2158 | Members: | ||
2159 | Config.h:1.106->1.107 | ||
2160 | applets.h:1.42->1.43 | ||
2161 | start_stop_daemon.c:INITIAL->1.1 | ||
2162 | usage.h:1.66->1.67 | ||
2163 | applets/usage.h:1.66->1.67 | ||
2164 | include/applets.h:1.42->1.43 | ||
2165 | include/usage.h:1.66->1.67 | ||
2166 | init/start_stop_daemon.c:INITIAL->1.1 | ||
2167 | |||
2168 | --------------------- | ||
2169 | PatchSet 2280 | ||
2170 | Date: 2001/10/19 01:08:17 | ||
2171 | Author: andersen | ||
2172 | Branch: HEAD | ||
2173 | Tag: (none) | ||
2174 | Log: | ||
2175 | Remove the now unused ARITH_* defines | ||
2176 | -Erik | ||
2177 | |||
2178 | Members: | ||
2179 | ash.c:1.26->1.27 | ||
2180 | shell/ash.c:1.26->1.27 | ||
2181 | |||
2182 | --------------------- | ||
2183 | PatchSet 2281 | ||
2184 | Date: 2001/10/19 01:22:22 | ||
2185 | Author: andersen | ||
2186 | Branch: HEAD | ||
2187 | Tag: (none) | ||
2188 | Log: | ||
2189 | Add an option to make the shells not advertise their busybox nature | ||
2190 | |||
2191 | Members: | ||
2192 | Config.h:1.107->1.108 | ||
2193 | ash.c:1.27->1.28 | ||
2194 | hush.c:1.54->1.55 | ||
2195 | lash.c:1.136->1.137 | ||
2196 | msh.c:1.7->1.8 | ||
2197 | shell/ash.c:1.27->1.28 | ||
2198 | shell/hush.c:1.54->1.55 | ||
2199 | shell/lash.c:1.136->1.137 | ||
2200 | shell/msh.c:1.7->1.8 | ||
2201 | |||
2202 | --------------------- | ||
2203 | PatchSet 2282 | ||
2204 | Date: 2001/10/19 01:46:06 | ||
2205 | Author: andersen | ||
2206 | Branch: HEAD | ||
2207 | Tag: (none) | ||
2208 | Log: | ||
2209 | Add mindi linux | ||
2210 | |||
2211 | Members: | ||
2212 | docs/busybox.lineo.com/index.html:1.64->1.65 | ||
2213 | docs/busybox.net/index.html:1.64->1.65 | ||
2214 | |||
2215 | --------------------- | ||
2216 | PatchSet 2283 | ||
2217 | Date: 2001/10/19 07:13:06 | ||
2218 | Author: andersen | ||
2219 | Branch: busybox_0_60_stable | ||
2220 | Tag: (none) | ||
2221 | Log: | ||
2222 | Update udeb contents | ||
2223 | |||
2224 | Members: | ||
2225 | debian/Config.h-udeb:1.23.2.2->1.23.2.3 | ||
2226 | |||
2227 | --------------------- | ||
2228 | PatchSet 2284 | ||
2229 | Date: 2001/10/19 07:14:16 | ||
2230 | Author: andersen | ||
2231 | Branch: busybox_0_60_stable | ||
2232 | Tag: (none) | ||
2233 | Log: | ||
2234 | update apps enabled in the .deb | ||
2235 | |||
2236 | Members: | ||
2237 | debian/Config.h-deb:1.25.2.1->1.25.2.2 | ||
2238 | |||
2239 | --------------------- | ||
2240 | PatchSet 2285 | ||
2241 | Date: 2001/10/19 07:32:15 | ||
2242 | Author: andersen | ||
2243 | Branch: HEAD | ||
2244 | Tag: (none) | ||
2245 | Log: | ||
2246 | Add slackware 8 to list | ||
2247 | |||
2248 | Members: | ||
2249 | docs/busybox.lineo.com/index.html:1.65->1.66 | ||
2250 | docs/busybox.net/index.html:1.65->1.66 | ||
2251 | |||
2252 | --------------------- | ||
2253 | PatchSet 2286 | ||
2254 | Date: 2001/10/19 16:33:45 | ||
2255 | Author: kraai | ||
2256 | Branch: HEAD | ||
2257 | Tag: (none) | ||
2258 | Log: | ||
2259 | Add ttylinux. | ||
2260 | |||
2261 | Members: | ||
2262 | docs/busybox.lineo.com/index.html:1.66->1.67 | ||
2263 | docs/busybox.net/index.html:1.66->1.67 | ||
2264 | |||
2265 | --------------------- | ||
2266 | PatchSet 2287 | ||
2267 | Date: 2001/10/23 18:52:28 | ||
2268 | Author: bug1 | ||
2269 | Branch: HEAD | ||
2270 | Tag: (none) | ||
2271 | Log: | ||
2272 | Abort if scripts return value != 0 | ||
2273 | |||
2274 | Members: | ||
2275 | dpkg.c:1.52->1.53 | ||
2276 | archival/dpkg.c:1.52->1.53 | ||
2277 | |||
2278 | --------------------- | ||
2279 | PatchSet 2288 | ||
2280 | Date: 2001/10/23 22:12:07 | ||
2281 | Author: kraai | ||
2282 | Branch: HEAD | ||
2283 | Tag: (none) | ||
2284 | Log: | ||
2285 | Fix empty line substitutions (noted by Joshua Hudson). | ||
2286 | |||
2287 | Members: | ||
2288 | sed.c:1.76->1.77 | ||
2289 | editors/sed.c:1.76->1.77 | ||
2290 | |||
2291 | --------------------- | ||
2292 | PatchSet 2289 | ||
2293 | Date: 2001/10/23 22:18:59 | ||
2294 | Author: kraai | ||
2295 | Branch: HEAD | ||
2296 | Tag: (none) | ||
2297 | Log: | ||
2298 | Fix empty line substitutions (noted by Joshua Hudson). | ||
2299 | |||
2300 | Members: | ||
2301 | Changelog:1.270->1.271 | ||
2302 | |||
2303 | --------------------- | ||
2304 | PatchSet 2290 | ||
2305 | Date: 2001/10/24 01:20:27 | ||
2306 | Author: andersen | ||
2307 | Branch: busybox_0_60_stable | ||
2308 | Tag: (none) | ||
2309 | Log: | ||
2310 | Thanks to Glenn McGrath, clean applet_source_list last | ||
2311 | -Erik | ||
2312 | |||
2313 | Members: | ||
2314 | Makefile:1.232.2.5->1.232.2.6 | ||
2315 | |||
2316 | --------------------- | ||
2317 | PatchSet 2291 | ||
2318 | Date: 2001/10/24 01:22:11 | ||
2319 | Author: andersen | ||
2320 | Branch: busybox_0_60_stable | ||
2321 | Tag: (none) | ||
2322 | Log: | ||
2323 | Backport sed 's/$/@/' bugfix, thanks to Matt Kraai | ||
2324 | |||
2325 | Members: | ||
2326 | sed.c:1.73.2.3->1.73.2.4 | ||
2327 | editors/sed.c:1.73.2.3->1.73.2.4 | ||
2328 | |||
2329 | --------------------- | ||
2330 | PatchSet 2292 | ||
2331 | Date: 2001/10/24 01:42:44 | ||
2332 | Author: andersen | ||
2333 | Branch: busybox_0_60_stable | ||
2334 | Tag: (none) | ||
2335 | Log: | ||
2336 | Accomodate older glibc's which also do not have the module | ||
2337 | syscalls. | ||
2338 | |||
2339 | Members: | ||
2340 | libbb/module_syscalls.c:1.5->1.5.2.1 | ||
2341 | |||
2342 | --------------------- | ||
2343 | PatchSet 2293 | ||
2344 | Date: 2001/10/24 01:44:11 | ||
2345 | Author: andersen | ||
2346 | Branch: HEAD | ||
2347 | Tag: (none) | ||
2348 | Log: | ||
2349 | Accomodate older glibc, which also lacks the module syscalls | ||
2350 | |||
2351 | Members: | ||
2352 | libbb/module_syscalls.c:1.5->1.6 | ||
2353 | |||
2354 | --------------------- | ||
2355 | PatchSet 2294 | ||
2356 | Date: 2001/10/24 05:59:07 | ||
2357 | Author: andersen | ||
2358 | Branch: HEAD | ||
2359 | Tag: (none) | ||
2360 | Log: | ||
2361 | Major rework of the directory structure and the entire build system. | ||
2362 | -Erik | ||
2363 | |||
2364 | Members: | ||
2365 | .cvsignore:1.8->1.9 | ||
2366 | AUTHORS:1.20->1.21 | ||
2367 | Changelog:1.271->1.272 | ||
2368 | Config.h:1.108->1.109(DEAD) | ||
2369 | LICENSE:1.6->1.7 | ||
2370 | Makefile:1.238->1.239 | ||
2371 | README:1.19->1.20 | ||
2372 | addgroup.c:1.1->1.2(DEAD) | ||
2373 | adduser.c:1.1->1.2(DEAD) | ||
2374 | adjtimex.c:1.2->1.3(DEAD) | ||
2375 | applets.c:1.9->1.10(DEAD) | ||
2376 | applets.h:1.43->1.44(DEAD) | ||
2377 | ar.c:1.38->1.39(DEAD) | ||
2378 | ash.c:1.28->1.29(DEAD) | ||
2379 | basename.c:1.19->1.20(DEAD) | ||
2380 | bunzip2.c:1.1->1.2(DEAD) | ||
2381 | busybox.c:1.135->1.136(DEAD) | ||
2382 | busybox.h:1.46->1.47(DEAD) | ||
2383 | busybox.mkll:1.16->1.17(DEAD) | ||
2384 | busybox.sh:1.16->1.17(DEAD) | ||
2385 | busybox.spec:1.38->1.39(DEAD) | ||
2386 | cat.c:1.25->1.26(DEAD) | ||
2387 | chgrp.c:1.9->1.10(DEAD) | ||
2388 | chmod.c:1.10->1.11(DEAD) | ||
2389 | chown.c:1.17->1.18(DEAD) | ||
2390 | chroot.c:1.26->1.27(DEAD) | ||
2391 | chvt.c:1.17->1.18(DEAD) | ||
2392 | clear.c:1.14->1.15(DEAD) | ||
2393 | cmdedit.c:1.62->1.63(DEAD) | ||
2394 | cmdedit.h:1.12->1.13(DEAD) | ||
2395 | cmp.c:1.7->1.8(DEAD) | ||
2396 | cp.c:1.20->1.21(DEAD) | ||
2397 | cpio.c:1.5->1.6(DEAD) | ||
2398 | cut.c:1.24->1.25(DEAD) | ||
2399 | date.c:1.34->1.35(DEAD) | ||
2400 | dc.c:1.12->1.13(DEAD) | ||
2401 | dd.c:1.46->1.47(DEAD) | ||
2402 | deallocvt.c:1.23->1.24(DEAD) | ||
2403 | deluser.c:1.1->1.2(DEAD) | ||
2404 | df.c:1.48->1.49(DEAD) | ||
2405 | dirname.c:1.16->1.17(DEAD) | ||
2406 | dmesg.c:1.25->1.26(DEAD) | ||
2407 | dos2unix.c:1.15->1.16(DEAD) | ||
2408 | dpkg.c:1.53->1.54(DEAD) | ||
2409 | dpkg_deb.c:1.24->1.25(DEAD) | ||
2410 | du.c:1.50->1.51(DEAD) | ||
2411 | dumpkmap.c:1.14->1.15(DEAD) | ||
2412 | dutmp.c:1.26->1.27(DEAD) | ||
2413 | echo.c:1.16->1.17(DEAD) | ||
2414 | env.c:1.4->1.5(DEAD) | ||
2415 | expr.c:1.9->1.10(DEAD) | ||
2416 | fbset.c:1.27->1.28(DEAD) | ||
2417 | fdflush.c:1.18->1.19(DEAD) | ||
2418 | find.c:1.32->1.33(DEAD) | ||
2419 | free.c:1.17->1.18(DEAD) | ||
2420 | freeramdisk.c:1.19->1.20(DEAD) | ||
2421 | fsck_minix.c:1.34->1.35(DEAD) | ||
2422 | getopt.c:1.9->1.10(DEAD) | ||
2423 | getty.c:1.2->1.3(DEAD) | ||
2424 | grep.c:1.63->1.64(DEAD) | ||
2425 | gunzip.c:1.57->1.58(DEAD) | ||
2426 | gzip.c:1.49->1.50(DEAD) | ||
2427 | halt.c:1.16->1.17(DEAD) | ||
2428 | head.c:1.25->1.26(DEAD) | ||
2429 | hostid.c:1.12->1.13(DEAD) | ||
2430 | hostname.c:1.30->1.31(DEAD) | ||
2431 | hush.c:1.55->1.56(DEAD) | ||
2432 | id.c:1.20->1.21(DEAD) | ||
2433 | ifconfig.c:1.12->1.13(DEAD) | ||
2434 | init.c:1.144->1.145(DEAD) | ||
2435 | insmod.c:1.73->1.74(DEAD) | ||
2436 | install.sh:1.14->1.15(DEAD) | ||
2437 | kill.c:1.38->1.39(DEAD) | ||
2438 | klogd.c:1.6->1.7(DEAD) | ||
2439 | lash.c:1.137->1.138(DEAD) | ||
2440 | length.c:1.13->1.14(DEAD) | ||
2441 | ln.c:1.37->1.38(DEAD) | ||
2442 | loadacm.c:1.22->1.23(DEAD) | ||
2443 | loadfont.c:1.19->1.20(DEAD) | ||
2444 | loadkmap.c:1.25->1.26(DEAD) | ||
2445 | logger.c:1.33->1.34(DEAD) | ||
2446 | logname.c:1.15->1.16(DEAD) | ||
2447 | logread.c:1.8->1.9(DEAD) | ||
2448 | ls.c:1.84->1.85(DEAD) | ||
2449 | lsmod.c:1.27->1.28(DEAD) | ||
2450 | makedevs.c:1.11->1.12(DEAD) | ||
2451 | md5sum.c:1.25->1.26(DEAD) | ||
2452 | mk_loop_h.sh:1.2->1.3(DEAD) | ||
2453 | mkdir.c:1.31->1.32(DEAD) | ||
2454 | mkfifo.c:1.14->1.15(DEAD) | ||
2455 | mkfs_minix.c:1.34->1.35(DEAD) | ||
2456 | mknod.c:1.21->1.22(DEAD) | ||
2457 | mkswap.c:1.25->1.26(DEAD) | ||
2458 | mktemp.c:1.10->1.11(DEAD) | ||
2459 | modprobe.c:1.2->1.3(DEAD) | ||
2460 | more.c:1.51->1.52(DEAD) | ||
2461 | mount.c:1.93->1.94(DEAD) | ||
2462 | msh.c:1.8->1.9(DEAD) | ||
2463 | mt.c:1.23->1.24(DEAD) | ||
2464 | mv.c:1.17->1.18(DEAD) | ||
2465 | nc.c:1.18->1.19(DEAD) | ||
2466 | nfsmount.c:1.23->1.24(DEAD) | ||
2467 | nfsmount.h:1.5->1.6(DEAD) | ||
2468 | nslookup.c:1.25->1.26(DEAD) | ||
2469 | pidof.c:1.1->1.2(DEAD) | ||
2470 | ping.c:1.46->1.47(DEAD) | ||
2471 | pivot_root.c:1.6->1.7(DEAD) | ||
2472 | poweroff.c:1.13->1.14(DEAD) | ||
2473 | printf.c:1.17->1.18(DEAD) | ||
2474 | pristine_setup.sh:1.4->1.5(DEAD) | ||
2475 | ps.c:1.43->1.44(DEAD) | ||
2476 | pwd.c:1.21->1.22(DEAD) | ||
2477 | rdate.c:1.20->1.21(DEAD) | ||
2478 | readlink.c:1.9->1.10(DEAD) | ||
2479 | reboot.c:1.20->1.21(DEAD) | ||
2480 | renice.c:1.7->1.8(DEAD) | ||
2481 | reset.c:1.6->1.7(DEAD) | ||
2482 | rm.c:1.35->1.36(DEAD) | ||
2483 | rmdir.c:1.21->1.22(DEAD) | ||
2484 | rmmod.c:1.20->1.21(DEAD) | ||
2485 | route.c:1.13->1.14(DEAD) | ||
2486 | rpm2cpio.c:1.3->1.4(DEAD) | ||
2487 | sed.c:1.77->1.78(DEAD) | ||
2488 | setkeycodes.c:1.11->1.12(DEAD) | ||
2489 | sleep.c:1.15->1.16(DEAD) | ||
2490 | sort.c:1.33->1.34(DEAD) | ||
2491 | start_stop_daemon.c:1.1->1.2(DEAD) | ||
2492 | stty.c:1.6->1.7(DEAD) | ||
2493 | swaponoff.c:1.29->1.30(DEAD) | ||
2494 | sync.c:1.17->1.18(DEAD) | ||
2495 | syslogd.c:1.76->1.77(DEAD) | ||
2496 | tail.c:1.39->1.40(DEAD) | ||
2497 | tar.c:1.132->1.133(DEAD) | ||
2498 | tee.c:1.20->1.21(DEAD) | ||
2499 | telnet.c:1.24->1.25(DEAD) | ||
2500 | test.c:1.20->1.21(DEAD) | ||
2501 | tftp.c:1.7->1.8(DEAD) | ||
2502 | touch.c:1.22->1.23(DEAD) | ||
2503 | tr.c:1.31->1.32(DEAD) | ||
2504 | traceroute.c:1.5->1.6(DEAD) | ||
2505 | true_false.c:1.14->1.15(DEAD) | ||
2506 | tty.c:1.11->1.12(DEAD) | ||
2507 | umount.c:1.56->1.57(DEAD) | ||
2508 | uname.c:1.15->1.16(DEAD) | ||
2509 | uniq.c:1.19->1.20(DEAD) | ||
2510 | update.c:1.23->1.24(DEAD) | ||
2511 | uptime.c:1.15->1.16(DEAD) | ||
2512 | usage.c:1.59->1.60(DEAD) | ||
2513 | usage.h:1.67->1.68(DEAD) | ||
2514 | usleep.c:1.9->1.10(DEAD) | ||
2515 | uudecode.c:1.17->1.18(DEAD) | ||
2516 | uuencode.c:1.20->1.21(DEAD) | ||
2517 | vi.c:1.15->1.16(DEAD) | ||
2518 | watchdog.c:1.5->1.6(DEAD) | ||
2519 | wc.c:1.19->1.20(DEAD) | ||
2520 | wget.c:1.45->1.46(DEAD) | ||
2521 | which.c:1.20->1.21(DEAD) | ||
2522 | whoami.c:1.19->1.20(DEAD) | ||
2523 | xargs.c:1.19->1.20(DEAD) | ||
2524 | yes.c:1.13->1.14(DEAD) | ||
2525 | applets/busybox.c:1.135->1.136 | ||
2526 | applets/busybox.sh:1.16->1.17 | ||
2527 | applets/usage.h:1.67->1.68 | ||
2528 | archival/Makefile:INITIAL->1.1 | ||
2529 | archival/config.in:INITIAL->1.1 | ||
2530 | archival/gzip.c:1.49->1.50 | ||
2531 | archival/tar.c:1.132->1.133 | ||
2532 | bootfloppy/bootfloppy.txt:1.1->1.2(DEAD) | ||
2533 | bootfloppy/display.txt:1.1->1.2(DEAD) | ||
2534 | bootfloppy/mkdevs.sh:1.1->1.2(DEAD) | ||
2535 | bootfloppy/mkrootfs.sh:1.3->1.4(DEAD) | ||
2536 | bootfloppy/mksyslinux.sh:1.1->1.2(DEAD) | ||
2537 | bootfloppy/quickstart.txt:1.1->1.2(DEAD) | ||
2538 | bootfloppy/syslinux.cfg:1.1->1.2(DEAD) | ||
2539 | bootfloppy/etc/fstab:1.1->1.2(DEAD) | ||
2540 | bootfloppy/etc/inittab:1.1->1.2(DEAD) | ||
2541 | bootfloppy/etc/profile:1.1->1.2(DEAD) | ||
2542 | bootfloppy/etc/init.d/rcS:1.1->1.2(DEAD) | ||
2543 | console-tools/Makefile:INITIAL->1.1 | ||
2544 | console-tools/clear.c:1.14->1.15 | ||
2545 | console-tools/config.in:INITIAL->1.1 | ||
2546 | console-tools/reset.c:1.6->1.7 | ||
2547 | coreutils/basename.c:1.19->1.20 | ||
2548 | coreutils/cat.c:1.25->1.26 | ||
2549 | coreutils/chgrp.c:1.9->1.10 | ||
2550 | coreutils/chmod.c:1.10->1.11 | ||
2551 | coreutils/chown.c:1.17->1.18 | ||
2552 | coreutils/chroot.c:1.26->1.27 | ||
2553 | coreutils/cmp.c:1.7->1.8 | ||
2554 | coreutils/df.c:1.48->1.49 | ||
2555 | coreutils/dirname.c:1.16->1.17 | ||
2556 | coreutils/du.c:1.50->1.51 | ||
2557 | coreutils/head.c:1.25->1.26 | ||
2558 | coreutils/ln.c:1.37->1.38 | ||
2559 | coreutils/ls.c:1.84->1.85 | ||
2560 | coreutils/rmdir.c:1.21->1.22 | ||
2561 | coreutils/sort.c:1.33->1.34 | ||
2562 | coreutils/tail.c:1.39->1.40 | ||
2563 | coreutils/tee.c:1.20->1.21 | ||
2564 | coreutils/touch.c:1.22->1.23 | ||
2565 | coreutils/tr.c:1.31->1.32 | ||
2566 | coreutils/uniq.c:1.19->1.20 | ||
2567 | coreutils/uuencode.c:1.20->1.21 | ||
2568 | debian/Config.h-deb:1.26->1.27 | ||
2569 | debian/Config.h-static:1.21->1.22 | ||
2570 | debian/Config.h-udeb:1.24->1.25 | ||
2571 | debian/rules:1.10->1.11 | ||
2572 | docs/autodocifier.pl:1.21->1.22 | ||
2573 | docs/new-applet-HOWTO.txt:1.4->1.5 | ||
2574 | docs/style-guide.txt:1.15->1.16 | ||
2575 | docs/busybox.lineo.com/index.html:1.67->1.68 | ||
2576 | docs/busybox.lineo.com/oldnews.html:1.5->1.6 | ||
2577 | docs/busybox.net/index.html:1.67->1.68 | ||
2578 | docs/busybox.net/oldnews.html:1.5->1.6 | ||
2579 | editors/Makefile:INITIAL->1.1 | ||
2580 | editors/config.in:INITIAL->1.1 | ||
2581 | editors/sed.c:1.77->1.78 | ||
2582 | editors/vi.c:1.15->1.16 | ||
2583 | examples/inittab:1.5->1.6 | ||
2584 | examples/mk2knr.pl:1.2->1.3 | ||
2585 | examples/kernel-patches/devps.patch.9_25_2000:1.1->1.2 | ||
2586 | fileutils/Makefile:INITIAL->1.1 | ||
2587 | fileutils/chgrp.c:1.9->1.10 | ||
2588 | fileutils/chmod.c:1.10->1.11 | ||
2589 | fileutils/chown.c:1.17->1.18 | ||
2590 | fileutils/config.in:INITIAL->1.1 | ||
2591 | fileutils/df.c:1.48->1.49 | ||
2592 | fileutils/du.c:1.50->1.51 | ||
2593 | fileutils/ln.c:1.37->1.38 | ||
2594 | fileutils/ls.c:1.84->1.85 | ||
2595 | fileutils/rmdir.c:1.21->1.22 | ||
2596 | fileutils/touch.c:1.22->1.23 | ||
2597 | findutils/Makefile:INITIAL->1.1 | ||
2598 | findutils/config.in:INITIAL->1.1 | ||
2599 | findutils/find.c:1.32->1.33 | ||
2600 | findutils/grep.c:1.63->1.64 | ||
2601 | findutils/which.c:1.20->1.21 | ||
2602 | findutils/xargs.c:1.19->1.20 | ||
2603 | include/applets.h:1.43->1.44 | ||
2604 | include/busybox.h:1.46->1.47 | ||
2605 | include/grp.h:1.2->1.3 | ||
2606 | include/libbb.h:1.63->1.64 | ||
2607 | include/pwd.h:1.2->1.3 | ||
2608 | include/usage.h:1.67->1.68 | ||
2609 | init/Makefile:INITIAL->1.1 | ||
2610 | init/config.in:INITIAL->1.1 | ||
2611 | init/halt.c:1.16->1.17 | ||
2612 | init/init.c:1.144->1.145 | ||
2613 | init/poweroff.c:1.13->1.14 | ||
2614 | init/reboot.c:1.20->1.21 | ||
2615 | kernel-patches/Will_devps_GoIntoTheKernel:1.1->1.2(DEAD) | ||
2616 | kernel-patches/devps.patch.9_25_2000:1.1->1.2(DEAD) | ||
2617 | libbb/Makefile:1.1->1.2 | ||
2618 | libbb/ask_confirmation.c:1.1->1.2 | ||
2619 | libbb/chomp.c:1.4->1.5 | ||
2620 | libbb/concat_path_file.c:1.7->1.8 | ||
2621 | libbb/copy_file.c:1.15->1.16 | ||
2622 | libbb/copy_file_chunk.c:1.6->1.7 | ||
2623 | libbb/copyfd.c:1.2->1.3 | ||
2624 | libbb/device_open.c:1.1->1.2 | ||
2625 | libbb/error_msg.c:1.2->1.3 | ||
2626 | libbb/error_msg_and_die.c:1.1->1.2 | ||
2627 | libbb/fgets_str.c:1.4->1.5 | ||
2628 | libbb/find_mount_point.c:1.2->1.3 | ||
2629 | libbb/find_pid_by_name.c:1.5->1.6 | ||
2630 | libbb/find_root_device.c:1.4->1.5 | ||
2631 | libbb/full_read.c:1.1->1.2 | ||
2632 | libbb/full_write.c:1.1->1.2 | ||
2633 | libbb/get_console.c:1.2->1.3 | ||
2634 | libbb/get_last_path_component.c:1.2->1.3 | ||
2635 | libbb/get_line_from_file.c:1.1->1.2 | ||
2636 | libbb/gz_open.c:1.4->1.5 | ||
2637 | libbb/herror_msg.c:1.1->1.2 | ||
2638 | libbb/herror_msg_and_die.c:1.1->1.2 | ||
2639 | libbb/inode_hash.c:1.2->1.3 | ||
2640 | libbb/interface.c:1.4->1.5 | ||
2641 | libbb/isdirectory.c:1.1->1.2 | ||
2642 | libbb/kernel_version.c:1.1->1.2 | ||
2643 | libbb/libbb.h:1.63->1.64(DEAD) | ||
2644 | libbb/loop.c:1.1->1.2 | ||
2645 | libbb/messages.c:1.5->1.6 | ||
2646 | libbb/mode_string.c:1.1->1.2 | ||
2647 | libbb/module_syscalls.c:1.6->1.7 | ||
2648 | libbb/mtab.c:1.1->1.2 | ||
2649 | libbb/mtab_file.c:1.3->1.4 | ||
2650 | libbb/my_getgrgid.c:1.1->1.2 | ||
2651 | libbb/my_getgrnam.c:1.1->1.2 | ||
2652 | libbb/my_getpwnam.c:1.1->1.2 | ||
2653 | libbb/my_getpwnamegid.c:1.1->1.2 | ||
2654 | libbb/my_getpwuid.c:1.1->1.2 | ||
2655 | libbb/parse_mode.c:1.3->1.4 | ||
2656 | libbb/parse_number.c:1.1->1.2 | ||
2657 | libbb/perror_msg.c:1.1->1.2 | ||
2658 | libbb/perror_msg_and_die.c:1.1->1.2 | ||
2659 | libbb/print_file.c:1.3->1.4 | ||
2660 | libbb/read_package_field.c:1.4->1.5 | ||
2661 | libbb/recursive_action.c:1.4->1.5 | ||
2662 | libbb/remove_file.c:1.3->1.4 | ||
2663 | libbb/safe_read.c:1.1->1.2 | ||
2664 | libbb/safe_strncpy.c:1.1->1.2 | ||
2665 | libbb/syscalls.c:1.5->1.6 | ||
2666 | libbb/syslog_msg_with_name.c:1.2->1.3 | ||
2667 | libbb/time_string.c:1.1->1.2 | ||
2668 | libbb/trim.c:1.5->1.6 | ||
2669 | libbb/u_signal_names.c:1.1->1.2 | ||
2670 | libbb/vdprintf.c:1.2->1.3 | ||
2671 | libbb/verror_msg.c:1.2->1.3 | ||
2672 | libbb/vherror_msg.c:1.3->1.4 | ||
2673 | libbb/vperror_msg.c:1.1->1.2 | ||
2674 | libbb/wfopen.c:1.1->1.2 | ||
2675 | libbb/xfuncs.c:1.3->1.4 | ||
2676 | libbb/xgethostbyname.c:1.3->1.4 | ||
2677 | libbb/xregcomp.c:1.1->1.2 | ||
2678 | miscutils/Makefile:INITIAL->1.1 | ||
2679 | miscutils/config.in:INITIAL->1.1 | ||
2680 | miscutils/readlink.c:1.9->1.10 | ||
2681 | modutils/Makefile:INITIAL->1.1 | ||
2682 | modutils/config.in:INITIAL->1.1 | ||
2683 | modutils/insmod.c:1.73->1.74 | ||
2684 | modutils/lsmod.c:1.27->1.28 | ||
2685 | modutils/rmmod.c:1.20->1.21 | ||
2686 | networking/Makefile:INITIAL->1.1 | ||
2687 | networking/config.in:INITIAL->1.1 | ||
2688 | networking/hostname.c:1.30->1.31 | ||
2689 | networking/ifconfig.c:1.12->1.13 | ||
2690 | networking/nslookup.c:1.25->1.26 | ||
2691 | networking/ping.c:1.46->1.47 | ||
2692 | networking/telnet.c:1.24->1.25 | ||
2693 | networking/tftp.c:1.7->1.8 | ||
2694 | networking/traceroute.c:1.5->1.6 | ||
2695 | networking/wget.c:1.45->1.46 | ||
2696 | procps/Makefile:INITIAL->1.1 | ||
2697 | procps/config.in:INITIAL->1.1 | ||
2698 | procps/free.c:1.17->1.18 | ||
2699 | procps/kill.c:1.38->1.39 | ||
2700 | procps/pidof.c:1.1->1.2 | ||
2701 | procps/ps.c:1.43->1.44 | ||
2702 | procps/uptime.c:1.15->1.16 | ||
2703 | pwd_grp/Makefile:1.4->1.5 | ||
2704 | pwd_grp/__getgrent.c:1.1->1.2(DEAD) | ||
2705 | pwd_grp/__getpwent.c:1.1->1.2(DEAD) | ||
2706 | pwd_grp/addgroup.c:1.1->1.2 | ||
2707 | pwd_grp/adduser.c:1.1->1.2 | ||
2708 | pwd_grp/config.h:1.1->1.2(DEAD) | ||
2709 | pwd_grp/config.in:INITIAL->1.1 | ||
2710 | pwd_grp/deluser.c:1.1->1.2 | ||
2711 | pwd_grp/fgetgrent.c:1.2->1.3(DEAD) | ||
2712 | pwd_grp/fgetpwent.c:1.2->1.3(DEAD) | ||
2713 | pwd_grp/getgrgid.c:1.2->1.3(DEAD) | ||
2714 | pwd_grp/getgrnam.c:1.2->1.3(DEAD) | ||
2715 | pwd_grp/getpw.c:1.2->1.3(DEAD) | ||
2716 | pwd_grp/getpwnam.c:1.2->1.3(DEAD) | ||
2717 | pwd_grp/getpwuid.c:1.2->1.3(DEAD) | ||
2718 | pwd_grp/grent.c:1.2->1.3(DEAD) | ||
2719 | pwd_grp/grp.h:1.2->1.3(DEAD) | ||
2720 | pwd_grp/initgroups.c:1.2->1.3(DEAD) | ||
2721 | pwd_grp/putpwent.c:1.2->1.3(DEAD) | ||
2722 | pwd_grp/pwd.h:1.2->1.3(DEAD) | ||
2723 | pwd_grp/pwent.c:1.2->1.3(DEAD) | ||
2724 | pwd_grp/setgroups.c:1.3->1.4(DEAD) | ||
2725 | pwd_grp/libpwd_grp/Makefile:INITIAL->1.1 | ||
2726 | pwd_grp/libpwd_grp/__getgrent.c:1.1->1.2 | ||
2727 | pwd_grp/libpwd_grp/initgroups.c:1.2->1.3 | ||
2728 | pwd_grp/libpwd_grp/setgroups.c:1.3->1.4 | ||
2729 | scripts/Configure:INITIAL->1.1 | ||
2730 | scripts/Menuconfig:INITIAL->1.1 | ||
2731 | scripts/depmod.pl:1.1->1.2(DEAD) | ||
2732 | scripts/inittab:1.5->1.6(DEAD) | ||
2733 | scripts/mk2knr.pl:1.2->1.3(DEAD) | ||
2734 | scripts/mkdep.c:INITIAL->1.1 | ||
2735 | scripts/split-include.c:INITIAL->1.1 | ||
2736 | scripts/undeb:1.2->1.3(DEAD) | ||
2737 | scripts/unrpm:1.3->1.4(DEAD) | ||
2738 | scripts/lxdialog/BIG.FAT.WARNING:INITIAL->1.1 | ||
2739 | scripts/lxdialog/Makefile:INITIAL->1.1 | ||
2740 | scripts/lxdialog/Makefile-2.5:INITIAL->1.1 | ||
2741 | scripts/lxdialog/checklist.c:INITIAL->1.1 | ||
2742 | scripts/lxdialog/colors.h:INITIAL->1.1 | ||
2743 | scripts/lxdialog/dialog.h:INITIAL->1.1 | ||
2744 | scripts/lxdialog/inputbox.c:INITIAL->1.1 | ||
2745 | scripts/lxdialog/lxdialog.c:INITIAL->1.1 | ||
2746 | scripts/lxdialog/menubox.c:INITIAL->1.1 | ||
2747 | scripts/lxdialog/msgbox.c:INITIAL->1.1 | ||
2748 | scripts/lxdialog/textbox.c:INITIAL->1.1 | ||
2749 | scripts/lxdialog/util.c:INITIAL->1.1 | ||
2750 | scripts/lxdialog/yesno.c:INITIAL->1.1 | ||
2751 | shell/Makefile:INITIAL->1.1 | ||
2752 | shell/ash.c:1.28->1.29 | ||
2753 | shell/cmdedit.c:1.62->1.63 | ||
2754 | shell/config.in:INITIAL->1.1 | ||
2755 | shell/hush.c:1.55->1.56 | ||
2756 | shell/lash.c:1.137->1.138 | ||
2757 | shell/msh.c:1.8->1.9 | ||
2758 | shellutils/Makefile:INITIAL->1.1 | ||
2759 | shellutils/basename.c:1.19->1.20 | ||
2760 | shellutils/chroot.c:1.26->1.27 | ||
2761 | shellutils/config.in:INITIAL->1.1 | ||
2762 | shellutils/dirname.c:1.16->1.17 | ||
2763 | shellutils/tee.c:1.20->1.21 | ||
2764 | shellutils/true_false.c:1.14->1.15 | ||
2765 | sysdeps/linux/config.in:INITIAL->1.1 | ||
2766 | sysdeps/linux/defconfig:INITIAL->1.1 | ||
2767 | sysklogd/Makefile:INITIAL->1.1 | ||
2768 | sysklogd/config.in:INITIAL->1.1 | ||
2769 | sysklogd/klogd.c:1.6->1.7 | ||
2770 | sysklogd/logger.c:1.33->1.34 | ||
2771 | sysklogd/logread.c:1.8->1.9 | ||
2772 | sysklogd/syslogd.c:1.76->1.77 | ||
2773 | tests/multibuild.pl:1.6->1.7 | ||
2774 | tests/multifeat.pl:1.2->1.3 | ||
2775 | tests/testcases:1.13->1.14 | ||
2776 | tests/tester.sh:1.4->1.5 | ||
2777 | textutils/Makefile:INITIAL->1.1 | ||
2778 | textutils/cat.c:1.25->1.26 | ||
2779 | textutils/cmp.c:1.7->1.8 | ||
2780 | textutils/config.in:INITIAL->1.1 | ||
2781 | textutils/head.c:1.25->1.26 | ||
2782 | textutils/sort.c:1.33->1.34 | ||
2783 | textutils/tail.c:1.39->1.40 | ||
2784 | textutils/tr.c:1.31->1.32 | ||
2785 | textutils/uniq.c:1.19->1.20 | ||
2786 | textutils/uuencode.c:1.20->1.21 | ||
2787 | util-linux/Makefile:INITIAL->1.1 | ||
2788 | util-linux/config.in:INITIAL->1.1 | ||
2789 | util-linux/fbset.c:1.27->1.28 | ||
2790 | util-linux/fsck_minix.c:1.34->1.35 | ||
2791 | util-linux/mkfs_minix.c:1.34->1.35 | ||
2792 | util-linux/more.c:1.51->1.52 | ||
2793 | util-linux/mount.c:1.93->1.94 | ||
2794 | util-linux/swaponoff.c:1.29->1.30 | ||
2795 | util-linux/umount.c:1.56->1.57 | ||
2796 | |||
2797 | --------------------- | ||
2798 | PatchSet 2295 | ||
2799 | Date: 2001/10/24 06:26:42 | ||
2800 | Author: andersen | ||
2801 | Branch: HEAD | ||
2802 | Tag: (none) | ||
2803 | Log: | ||
2804 | Oops. Forgot these.... | ||
2805 | |||
2806 | Members: | ||
2807 | Rules.mak:INITIAL->1.1 | ||
2808 | applets/Makefile:INITIAL->1.1 | ||
2809 | |||
2810 | --------------------- | ||
2811 | PatchSet 2296 | ||
2812 | Date: 2001/10/24 07:33:31 | ||
2813 | Author: andersen | ||
2814 | Branch: HEAD | ||
2815 | Tag: (none) | ||
2816 | Log: | ||
2817 | Add in a mostly content free config help file | ||
2818 | |||
2819 | Members: | ||
2820 | docs/Configure.help:INITIAL->1.1 | ||
2821 | |||
2822 | --------------------- | ||
2823 | PatchSet 2297 | ||
2824 | Date: 2001/10/24 07:48:42 | ||
2825 | Author: andersen | ||
2826 | Branch: HEAD | ||
2827 | Tag: (none) | ||
2828 | Log: | ||
2829 | A couple of leftovers | ||
2830 | |||
2831 | Members: | ||
2832 | Makefile:1.239->1.240 | ||
2833 | |||
2834 | --------------------- | ||
2835 | PatchSet 2298 | ||
2836 | Date: 2001/10/24 07:50:42 | ||
2837 | Author: andersen | ||
2838 | Branch: HEAD | ||
2839 | Tag: (none) | ||
2840 | Log: | ||
2841 | ignore generated files | ||
2842 | |||
2843 | Members: | ||
2844 | scripts/.cvsignore:INITIAL->1.1 | ||
2845 | |||
2846 | --------------------- | ||
2847 | PatchSet 2299 | ||
2848 | Date: 2001/10/24 07:53:33 | ||
2849 | Author: andersen | ||
2850 | Branch: HEAD | ||
2851 | Tag: (none) | ||
2852 | Log: | ||
2853 | Ignore generated files | ||
2854 | |||
2855 | Members: | ||
2856 | include/.cvsignore:INITIAL->1.1 | ||
2857 | |||
2858 | --------------------- | ||
2859 | PatchSet 2300 | ||
2860 | Date: 2001/10/24 08:58:02 | ||
2861 | Author: andersen | ||
2862 | Branch: HEAD | ||
2863 | Tag: (none) | ||
2864 | Log: | ||
2865 | Fixup the new buildsystem a bit. | ||
2866 | |||
2867 | Members: | ||
2868 | Makefile:1.240->1.241 | ||
2869 | applets/busybox.mkll:1.16->1.17 | ||
2870 | applets/busybox.sh:1.17->1.18(DEAD) | ||
2871 | |||
2872 | --------------------- | ||
2873 | PatchSet 2301 | ||
2874 | Date: 2001/10/24 09:01:06 | ||
2875 | Author: andersen | ||
2876 | Branch: HEAD | ||
2877 | Tag: (none) | ||
2878 | Log: | ||
2879 | Patch from vodz: | ||
2880 | 1) complete true: $ > /tmp/tmpfile | ||
2881 | 2) the builtin pwd now does not unwrap symlinks | ||
2882 | 3) reduce 680 bytes | ||
2883 | |||
2884 | Members: | ||
2885 | shell/ash.c:1.29->1.30 | ||
2886 | |||
2887 | --------------------- | ||
2888 | PatchSet 2302 | ||
2889 | Date: 2001/10/24 09:24:41 | ||
2890 | Author: andersen | ||
2891 | Branch: HEAD | ||
2892 | Tag: (none) | ||
2893 | Log: | ||
2894 | Oops. As Aaron Lehmann <aaronl@vitelus.com> just noticed, | ||
2895 | I forgot to add procps to the SUBDIR list | ||
2896 | |||
2897 | Members: | ||
2898 | Makefile:1.241->1.242 | ||
2899 | |||
2900 | --------------------- | ||
2901 | PatchSet 2303 | ||
2902 | Date: 2001/10/24 17:51:39 | ||
2903 | Author: andersen | ||
2904 | Branch: HEAD | ||
2905 | Tag: (none) | ||
2906 | Log: | ||
2907 | Fix missing BB_VER defines | ||
2908 | |||
2909 | Members: | ||
2910 | miscutils/Makefile:1.1->1.2 | ||
2911 | sysklogd/Makefile:1.1->1.2 | ||
2912 | |||
2913 | --------------------- | ||
2914 | PatchSet 2304 | ||
2915 | Date: 2001/10/24 18:19:35 | ||
2916 | Author: andersen | ||
2917 | Branch: HEAD | ||
2918 | Tag: (none) | ||
2919 | Log: | ||
2920 | Fixup the location of pwd.h and grp.h | ||
2921 | |||
2922 | Members: | ||
2923 | coreutils/uudecode.c:1.17->1.18 | ||
2924 | init/start_stop_daemon.c:1.1->1.2 | ||
2925 | pwd_grp/addgroup.c:1.2->1.3 | ||
2926 | pwd_grp/adduser.c:1.2->1.3 | ||
2927 | shell/ash.c:1.30->1.31 | ||
2928 | shell/cmdedit.c:1.63->1.64 | ||
2929 | textutils/uudecode.c:1.17->1.18 | ||
2930 | |||
2931 | --------------------- | ||
2932 | PatchSet 2305 | ||
2933 | Date: 2001/10/24 18:35:52 | ||
2934 | Author: andersen | ||
2935 | Branch: HEAD | ||
2936 | Tag: (none) | ||
2937 | Log: | ||
2938 | Oops. Fix capililization | ||
2939 | |||
2940 | Members: | ||
2941 | miscutils/Makefile:1.2->1.3 | ||
2942 | |||
2943 | --------------------- | ||
2944 | PatchSet 2306 | ||
2945 | Date: 2001/10/24 18:37:07 | ||
2946 | Author: andersen | ||
2947 | Branch: HEAD | ||
2948 | Tag: (none) | ||
2949 | Log: | ||
2950 | Fix variable name -- was stuck at the old RPMUNPACK value. Doh! | ||
2951 | |||
2952 | Members: | ||
2953 | archival/Makefile:1.1->1.2 | ||
2954 | |||
2955 | --------------------- | ||
2956 | PatchSet 2307 | ||
2957 | Date: 2001/10/24 19:51:27 | ||
2958 | Author: kraai | ||
2959 | Branch: HEAD | ||
2960 | Tag: (none) | ||
2961 | Log: | ||
2962 | Add CONFIG_FEATURE_TAR_EXCLUDE support. | ||
2963 | |||
2964 | Members: | ||
2965 | archival/config.in:1.1->1.2 | ||
2966 | |||
2967 | --------------------- | ||
2968 | PatchSet 2308 | ||
2969 | Date: 2001/10/24 20:00:20 | ||
2970 | Author: kraai | ||
2971 | Branch: HEAD | ||
2972 | Tag: (none) | ||
2973 | Log: | ||
2974 | Split true and false into separate applets. | ||
2975 | |||
2976 | Members: | ||
2977 | coreutils/false.c:INITIAL->1.1 | ||
2978 | coreutils/true.c:INITIAL->1.1 | ||
2979 | include/applets.h:1.44->1.45 | ||
2980 | shellutils/Makefile:1.1->1.2 | ||
2981 | shellutils/config.in:1.1->1.2 | ||
2982 | shellutils/false.c:INITIAL->1.1 | ||
2983 | shellutils/true.c:INITIAL->1.1 | ||
2984 | shellutils/true_false.c:1.15->1.16(DEAD) | ||
2985 | |||
2986 | --------------------- | ||
2987 | PatchSet 2309 | ||
2988 | Date: 2001/10/24 20:59:38 | ||
2989 | Author: andersen | ||
2990 | Branch: HEAD | ||
2991 | Tag: (none) | ||
2992 | Log: | ||
2993 | Ignore lxdialog | ||
2994 | |||
2995 | Members: | ||
2996 | scripts/lxdialog/.cvsignore:INITIAL->1.1 | ||
2997 | |||
2998 | --------------------- | ||
2999 | PatchSet 2310 | ||
3000 | Date: 2001/10/24 21:01:04 | ||
3001 | Author: andersen | ||
3002 | Branch: HEAD | ||
3003 | Tag: (none) | ||
3004 | Log: | ||
3005 | ignore .menuconfig.log | ||
3006 | |||
3007 | Members: | ||
3008 | .cvsignore:1.9->1.10 | ||
3009 | |||
3010 | --------------------- | ||
3011 | PatchSet 2311 | ||
3012 | Date: 2001/10/25 06:56:51 | ||
3013 | Author: andersen | ||
3014 | Branch: HEAD | ||
3015 | Tag: (none) | ||
3016 | Log: | ||
3017 | Oops. I forgot pwd_group/config.in | ||
3018 | |||
3019 | Members: | ||
3020 | sysdeps/linux/config.in:1.1->1.2 | ||
3021 | |||
3022 | --------------------- | ||
3023 | PatchSet 2312 | ||
3024 | Date: 2001/10/25 15:18:08 | ||
3025 | Author: bug1 | ||
3026 | Branch: HEAD | ||
3027 | Tag: (none) | ||
3028 | Log: | ||
3029 | *** empty log message *** | ||
3030 | |||
3031 | Members: | ||
3032 | Makefile:1.242->1.243 | ||
3033 | archival/libunarchive/Makefile:INITIAL->1.1 | ||
3034 | archival/libunarchive/deb_extract.c:INITIAL->1.1 | ||
3035 | archival/libunarchive/get_header_ar.c:INITIAL->1.1 | ||
3036 | archival/libunarchive/get_header_cpio.c:INITIAL->1.1 | ||
3037 | archival/libunarchive/get_header_tar.c:INITIAL->1.1 | ||
3038 | archival/libunarchive/seek_sub_file.c:INITIAL->1.1 | ||
3039 | archival/libunarchive/unarchive.c:INITIAL->1.1 | ||
3040 | |||
3041 | --------------------- | ||
3042 | PatchSet 2313 | ||
3043 | Date: 2001/10/25 15:26:04 | ||
3044 | Author: bug1 | ||
3045 | Branch: HEAD | ||
3046 | Tag: (none) | ||
3047 | Log: | ||
3048 | Modify applets to use libunarchive | ||
3049 | |||
3050 | Members: | ||
3051 | archival/config.in:1.2->1.3 | ||
3052 | archival/dpkg.c:1.53->1.54 | ||
3053 | include/libbb.h:1.64->1.65 | ||
3054 | libbb/Makefile:1.2->1.3 | ||
3055 | networking/Makefile:1.1->1.2 | ||
3056 | networking/config.in:1.1->1.2 | ||
3057 | |||
3058 | --------------------- | ||
3059 | PatchSet 2314 | ||
3060 | Date: 2001/10/25 15:49:48 | ||
3061 | Author: bug1 | ||
3062 | Branch: HEAD | ||
3063 | Tag: (none) | ||
3064 | Log: | ||
3065 | Recovering from my previous commit | ||
3066 | |||
3067 | Members: | ||
3068 | archival/Makefile:1.2->1.3 | ||
3069 | archival/ar.c:1.38->1.39 | ||
3070 | archival/config.in:1.3->1.4 | ||
3071 | archival/cpio.c:1.5->1.6 | ||
3072 | archival/dpkg.c:1.54->1.55 | ||
3073 | archival/dpkg_deb.c:1.24->1.25 | ||
3074 | archival/tar.c:1.133->1.134 | ||
3075 | |||
3076 | --------------------- | ||
3077 | PatchSet 2315 | ||
3078 | Date: 2001/10/25 15:53:50 | ||
3079 | Author: bug1 | ||
3080 | Branch: HEAD | ||
3081 | Tag: (none) | ||
3082 | Log: | ||
3083 | Move libbb/unarchive functions to ./archival/libunarchive | ||
3084 | |||
3085 | Members: | ||
3086 | libbb/unarchive.c:1.29->1.30(DEAD) | ||
3087 | |||
3088 | --------------------- | ||
3089 | PatchSet 2316 | ||
3090 | Date: 2001/10/25 15:57:14 | ||
3091 | Author: bug1 | ||
3092 | Branch: HEAD | ||
3093 | Tag: (none) | ||
3094 | Log: | ||
3095 | libunarchive, and recovery from my previous commit | ||
3096 | |||
3097 | Members: | ||
3098 | include/libbb.h:1.65->1.66 | ||
3099 | include/unarchive.h:INITIAL->1.1 | ||
3100 | |||
3101 | --------------------- | ||
3102 | PatchSet 2317 | ||
3103 | Date: 2001/10/25 15:59:47 | ||
3104 | Author: bug1 | ||
3105 | Branch: HEAD | ||
3106 | Tag: (none) | ||
3107 | Log: | ||
3108 | rEcover from my previous commit | ||
3109 | |||
3110 | Members: | ||
3111 | libbb/Makefile:1.3->1.4 | ||
3112 | networking/config.in:1.2->1.3 | ||
3113 | |||
3114 | --------------------- | ||
3115 | PatchSet 2318 | ||
3116 | Date: 2001/10/25 16:01:10 | ||
3117 | Author: bug1 | ||
3118 | Branch: HEAD | ||
3119 | Tag: (none) | ||
3120 | Log: | ||
3121 | Recovery from previous commit | ||
3122 | |||
3123 | Members: | ||
3124 | networking/Makefile:1.2->1.3 | ||
3125 | |||
3126 | --------------------- | ||
3127 | PatchSet 2319 | ||
3128 | Date: 2001/10/25 19:37:41 | ||
3129 | Author: bug1 | ||
3130 | Branch: HEAD | ||
3131 | Tag: (none) | ||
3132 | Log: | ||
3133 | Menu entry for tar creation support | ||
3134 | |||
3135 | Members: | ||
3136 | archival/config.in:1.4->1.5 | ||
3137 | |||
3138 | --------------------- | ||
3139 | PatchSet 2320 | ||
3140 | Date: 2001/10/26 17:09:09 | ||
3141 | Author: gfeldman | ||
3142 | Branch: HEAD | ||
3143 | Tag: (none) | ||
3144 | Log: | ||
3145 | Fix up the configuration rules and update Libc5 piece for Syslogd. (copied code from logread.c) | ||
3146 | |||
3147 | Members: | ||
3148 | sysklogd/config.in:1.1->1.2 | ||
3149 | sysklogd/syslogd.c:1.77->1.78 | ||
3150 | |||
3151 | --------------------- | ||
3152 | PatchSet 2321 | ||
3153 | Date: 2001/10/26 22:27:57 | ||
3154 | Author: kraai | ||
3155 | Branch: HEAD | ||
3156 | Tag: (none) | ||
3157 | Log: | ||
3158 | Add mv (noted by Sven Oliver Moll). | ||
3159 | |||
3160 | Members: | ||
3161 | fileutils/config.in:1.1->1.2 | ||
3162 | |||
3163 | --------------------- | ||
3164 | PatchSet 2322 | ||
3165 | Date: 2001/10/27 04:20:00 | ||
3166 | Author: andersen | ||
3167 | Branch: HEAD | ||
3168 | Tag: (none) | ||
3169 | Log: | ||
3170 | Wrap exclude_file() inside a #ifdef CONFIG_FEATURE_TAR_EXCLUDE block | ||
3171 | |||
3172 | Members: | ||
3173 | archival/tar.c:1.134->1.135 | ||
3174 | |||
3175 | --------------------- | ||
3176 | PatchSet 2323 | ||
3177 | Date: 2001/10/27 04:28:19 | ||
3178 | Author: andersen | ||
3179 | Branch: HEAD | ||
3180 | Tag: (none) | ||
3181 | Log: | ||
3182 | Be extra pedantic about printing the correct type for an address | ||
3183 | |||
3184 | Members: | ||
3185 | libbb/interface.c:1.5->1.6 | ||
3186 | |||
3187 | --------------------- | ||
3188 | PatchSet 2324 | ||
3189 | Date: 2001/10/27 14:14:52 | ||
3190 | Author: bug1 | ||
3191 | Branch: HEAD | ||
3192 | Tag: (none) | ||
3193 | Log: | ||
3194 | Attempt to fix libc compiling error regarding off_t | ||
3195 | |||
3196 | Members: | ||
3197 | archival/libunarchive/seek_sub_file.c:1.1->1.2 | ||
3198 | |||
3199 | --------------------- | ||
3200 | PatchSet 2325 | ||
3201 | Date: 2001/10/27 15:10:37 | ||
3202 | Author: bug1 | ||
3203 | Branch: HEAD | ||
3204 | Tag: (none) | ||
3205 | Log: | ||
3206 | include unistd which provides off_t for the header and hence unarchive applets | ||
3207 | |||
3208 | Members: | ||
3209 | include/unarchive.h:1.1->1.2 | ||
3210 | |||
3211 | --------------------- | ||
3212 | PatchSet 2326 | ||
3213 | Date: 2001/10/28 05:12:18 | ||
3214 | Author: andersen | ||
3215 | Branch: HEAD | ||
3216 | Tag: (none) | ||
3217 | Log: | ||
3218 | Add in some (theoretical) uClinux support. Some init cleanups | ||
3219 | |||
3220 | Members: | ||
3221 | init/init.c:1.145->1.146 | ||
3222 | networking/ifconfig.c:1.13->1.14 | ||
3223 | shell/ash.c:1.31->1.32 | ||
3224 | shell/hush.c:1.56->1.57 | ||
3225 | shell/lash.c:1.138->1.139 | ||
3226 | sysklogd/klogd.c:1.7->1.8 | ||
3227 | sysklogd/syslogd.c:1.78->1.79 | ||
3228 | |||
3229 | --------------------- | ||
3230 | PatchSet 2327 | ||
3231 | Date: 2001/10/28 09:36:48 | ||
3232 | Author: andersen | ||
3233 | Branch: HEAD | ||
3234 | Tag: (none) | ||
3235 | Log: | ||
3236 | Use error_msg() instead of fprintf(stderr, ...) | ||
3237 | |||
3238 | Members: | ||
3239 | networking/ifconfig.c:1.14->1.15 | ||
3240 | |||
3241 | --------------------- | ||
3242 | PatchSet 2328 | ||
3243 | Date: 2001/10/28 22:48:48 | ||
3244 | Author: andersen | ||
3245 | Branch: HEAD | ||
3246 | Tag: (none) | ||
3247 | Log: | ||
3248 | As Aaron Lehmann just pointed out, I forgot a line... | ||
3249 | |||
3250 | Members: | ||
3251 | init/init.c:1.146->1.147 | ||
3252 | |||
3253 | --------------------- | ||
3254 | PatchSet 2329 | ||
3255 | Date: 2001/10/29 15:22:42 | ||
3256 | Author: kraai | ||
3257 | Branch: HEAD | ||
3258 | Tag: (none) | ||
3259 | Log: | ||
3260 | Add killall (noted by Giulio Orsero). | ||
3261 | |||
3262 | Members: | ||
3263 | procps/config.in:1.1->1.2 | ||
3264 | |||
3265 | --------------------- | ||
3266 | PatchSet 2330 | ||
3267 | Date: 2001/10/29 15:49:01 | ||
3268 | Author: kraai | ||
3269 | Branch: HEAD | ||
3270 | Tag: (none) | ||
3271 | Log: | ||
3272 | Use extended regular expressions when invoked as egrep (noted and initial | ||
3273 | patch by Charles Steinkuehler). | ||
3274 | |||
3275 | Members: | ||
3276 | findutils/config.in:1.1->1.2 | ||
3277 | findutils/grep.c:1.64->1.65 | ||
3278 | include/applets.h:1.45->1.46 | ||
3279 | |||
3280 | --------------------- | ||
3281 | PatchSet 2331 | ||
3282 | Date: 2001/10/30 23:09:50 | ||
3283 | Author: kraai | ||
3284 | Branch: HEAD | ||
3285 | Tag: (none) | ||
3286 | Log: | ||
3287 | Merge test suite. | ||
3288 | |||
3289 | Members: | ||
3290 | testsuite/COPYING:INITIAL->1.1 | ||
3291 | testsuite/README:INITIAL->1.1 | ||
3292 | testsuite/TODO:INITIAL->1.1 | ||
3293 | testsuite/runtest:INITIAL->1.1 | ||
3294 | testsuite/basename/basename-does-not-remove-identical-extension:INITIAL->1.1 | ||
3295 | testsuite/cat/cat-prints-a-file:INITIAL->1.1 | ||
3296 | testsuite/cat/cat-prints-a-file-and-standard-input:INITIAL->1.1 | ||
3297 | testsuite/cmp/cmp-detects-difference:INITIAL->1.1 | ||
3298 | testsuite/cp/cp-copies-empty-file:INITIAL->1.1 | ||
3299 | testsuite/cp/cp-copies-large-file:INITIAL->1.1 | ||
3300 | testsuite/cp/cp-copies-small-file:INITIAL->1.1 | ||
3301 | testsuite/cp/cp-follows-links:INITIAL->1.1 | ||
3302 | testsuite/cp/cp-preserves-links:INITIAL->1.1 | ||
3303 | testsuite/cp/cp-preserves-source-file:INITIAL->1.1 | ||
3304 | testsuite/cut/cut-cuts-a-character:INITIAL->1.1 | ||
3305 | testsuite/cut/cut-cuts-a-closed-range:INITIAL->1.1 | ||
3306 | testsuite/cut/cut-cuts-a-field:INITIAL->1.1 | ||
3307 | testsuite/cut/cut-cuts-an-open-range:INITIAL->1.1 | ||
3308 | testsuite/cut/cut-cuts-an-unclosed-range:INITIAL->1.1 | ||
3309 | testsuite/dd/dd-accepts-if:INITIAL->1.1 | ||
3310 | testsuite/dd/dd-accepts-of:INITIAL->1.1 | ||
3311 | testsuite/dd/dd-copies-from-standard-input-to-standard-output:INITIAL->1.1 | ||
3312 | testsuite/dd/dd-prints-count-to-standard-error:INITIAL->1.1 | ||
3313 | testsuite/dirname/dirname-handles-absolute-path:INITIAL->1.1 | ||
3314 | testsuite/dirname/dirname-handles-empty-path:INITIAL->1.1 | ||
3315 | testsuite/dirname/dirname-handles-multiple-slashes:INITIAL->1.1 | ||
3316 | testsuite/dirname/dirname-handles-relative-path:INITIAL->1.1 | ||
3317 | testsuite/dirname/dirname-handles-root:INITIAL->1.1 | ||
3318 | testsuite/dirname/dirname-handles-single-component:INITIAL->1.1 | ||
3319 | testsuite/echo/echo-does-not-print-newline:INITIAL->1.1 | ||
3320 | testsuite/echo/echo-prints-argument:INITIAL->1.1 | ||
3321 | testsuite/echo/echo-prints-arguments:INITIAL->1.1 | ||
3322 | testsuite/echo/echo-prints-newline:INITIAL->1.1 | ||
3323 | testsuite/false/false-is-silent:INITIAL->1.1 | ||
3324 | testsuite/false/false-returns-failure:INITIAL->1.1 | ||
3325 | testsuite/find/find-supports-minus-xdev:INITIAL->1.1 | ||
3326 | testsuite/grep/grep-is-also-egrep:INITIAL->1.1 | ||
3327 | testsuite/gunzip/gunzip-reads-from-standard-input:INITIAL->1.1 | ||
3328 | testsuite/gzip/gzip-accepts-single-minus:INITIAL->1.1 | ||
3329 | testsuite/mkdir/mkdir-makes-a-directory:INITIAL->1.1 | ||
3330 | testsuite/mkdir/mkdir-makes-parent-directories:INITIAL->1.1 | ||
3331 | testsuite/msh/msh-supports-underscores-in-variable-names:INITIAL->1.1 | ||
3332 | testsuite/mv/mv-moves-file:INITIAL->1.1 | ||
3333 | testsuite/rmdir/rmdir-removes-parent-directories:INITIAL->1.1 | ||
3334 | testsuite/sed/sed-chains-substs:INITIAL->1.1 | ||
3335 | testsuite/sed/sed-handles-embedded-slashes:INITIAL->1.1 | ||
3336 | testsuite/sed/sed-handles-empty-lines:INITIAL->1.1 | ||
3337 | testsuite/sed/sed-handles-unsatisfied-backrefs:INITIAL->1.1 | ||
3338 | testsuite/sed/sed-prints-line-once-for-multiple-substs:INITIAL->1.1 | ||
3339 | testsuite/tar/tar-demands-at-least-one-ctx:INITIAL->1.1 | ||
3340 | testsuite/tar/tar-demands-at-most-one-ctx:INITIAL->1.1 | ||
3341 | testsuite/tar/tar-extracts-file:INITIAL->1.1 | ||
3342 | testsuite/tar/tar-extracts-multiple-files:INITIAL->1.1 | ||
3343 | testsuite/tar/tar-handles-cz-options:INITIAL->1.1 | ||
3344 | testsuite/tar/tar-handles-empty-include-and-non-empty-exclude-list:INITIAL->1.1 | ||
3345 | testsuite/tar/tar-handles-exclude-and-extract-lists:INITIAL->1.1 | ||
3346 | testsuite/tar/tar-handles-multiple-X-options:INITIAL->1.1 | ||
3347 | testsuite/tar/tar-handles-nested-exclude:INITIAL->1.1 | ||
3348 | testsuite/tee/tee-appends-input:INITIAL->1.1 | ||
3349 | testsuite/tee/tee-tees-input:INITIAL->1.1 | ||
3350 | testsuite/touch/touch-creates-file:INITIAL->1.1 | ||
3351 | testsuite/touch/touch-does-not-create-file:INITIAL->1.1 | ||
3352 | testsuite/true/true-is-silent:INITIAL->1.1 | ||
3353 | testsuite/true/true-returns-success:INITIAL->1.1 | ||
3354 | testsuite/uuencode/uuencode-sets-standard-input-mode-correctly:INITIAL->1.1 | ||
3355 | testsuite/wc/wc-counts-all:INITIAL->1.1 | ||
3356 | testsuite/wc/wc-counts-characters:INITIAL->1.1 | ||
3357 | testsuite/wc/wc-counts-lines:INITIAL->1.1 | ||
3358 | testsuite/wc/wc-counts-words:INITIAL->1.1 | ||
3359 | testsuite/wc/wc-prints-longest-line-length:INITIAL->1.1 | ||
3360 | testsuite/wget/wget--O-overrides--P:INITIAL->1.1 | ||
3361 | testsuite/wget/wget-retrieves-google-index:INITIAL->1.1 | ||
3362 | testsuite/wget/wget-supports--P:INITIAL->1.1 | ||
3363 | |||
3364 | --------------------- | ||
3365 | PatchSet 2332 | ||
3366 | Date: 2001/10/31 04:29:18 | ||
3367 | Author: beppu | ||
3368 | Branch: HEAD | ||
3369 | Tag: (none) | ||
3370 | Log: | ||
3371 | |||
3372 | - fixed typos | ||
3373 | - thinking about how to generate Configure.help... | ||
3374 | |||
3375 | Members: | ||
3376 | docs/autodocifier.pl:1.22->1.23 | ||
3377 | |||
3378 | --------------------- | ||
3379 | PatchSet 2333 | ||
3380 | Date: 2001/10/31 09:54:29 | ||
3381 | Author: andersen | ||
3382 | Branch: HEAD | ||
3383 | Tag: (none) | ||
3384 | Log: | ||
3385 | patch from Giulio Orsero <giulioo@pobox.com> | ||
3386 | |||
3387 | Members: | ||
3388 | networking/config.in:1.3->1.4 | ||
3389 | |||
3390 | --------------------- | ||
3391 | PatchSet 2334 | ||
3392 | Date: 2001/10/31 09:55:39 | ||
3393 | Author: andersen | ||
3394 | Branch: HEAD | ||
3395 | Tag: (none) | ||
3396 | Log: | ||
3397 | patch from vodz: | ||
3398 | I reduce 148 bytes from start_stop_daemon.c code. Also reduced | ||
3399 | memory allocated. | ||
3400 | |||
3401 | Members: | ||
3402 | init/start_stop_daemon.c:1.2->1.3 | ||
3403 | |||
3404 | --------------------- | ||
3405 | PatchSet 2335 | ||
3406 | Date: 2001/10/31 09:59:57 | ||
3407 | Author: andersen | ||
3408 | Branch: HEAD | ||
3409 | Tag: (none) | ||
3410 | Log: | ||
3411 | Major cleanup from Charles Steinkuehler <charles@steinkuehler.net>: | ||
3412 | - Switched to getopt argument parsing | ||
3413 | - Added -f option to get fully qualified domain name | ||
3414 | - Fixed the -s (short) and -d (domain) options, which were not | ||
3415 | doing a gethostbyname lookup to get the FQDN before trying to | ||
3416 | separate the local and domain portions of the hostname. | ||
3417 | - Fixed probem with 'agressive setting' of the hostname...the | ||
3418 | previous busybox version would try to set the hostname if called | ||
3419 | with a non-option argument, or the -F option, even if another | ||
3420 | option (like -i or -s) was given. This behavior does not match | ||
3421 | the net-tools hostname, which does not attempt to set anything if | ||
3422 | given a 'display' option, regardless of the presence/absence of | ||
3423 | the -F option or additional command line arguments. | ||
3424 | - When using a file to set the hostname, behavior now matches | ||
3425 | net-tools version...previous busybox version did not handle | ||
3426 | comments, and simply grabbed the first line from the file. | ||
3427 | |||
3428 | Members: | ||
3429 | networking/hostname.c:1.31->1.32 | ||
3430 | |||
3431 | --------------------- | ||
3432 | PatchSet 2336 | ||
3433 | Date: 2001/10/31 10:02:46 | ||
3434 | Author: andersen | ||
3435 | Branch: HEAD | ||
3436 | Tag: (none) | ||
3437 | Log: | ||
3438 | Patch from Charles Steinkuehler <charles@steinkuehler.net> | ||
3439 | to properly handle extended regexps for egrep | ||
3440 | |||
3441 | Members: | ||
3442 | findutils/grep.c:1.65->1.66 | ||
3443 | |||
3444 | --------------------- | ||
3445 | PatchSet 2337 | ||
3446 | Date: 2001/10/31 10:04:04 | ||
3447 | Author: andersen | ||
3448 | Branch: HEAD | ||
3449 | Tag: (none) | ||
3450 | Log: | ||
3451 | start-stop-deamon is done | ||
3452 | |||
3453 | Members: | ||
3454 | TODO:1.79->1.80 | ||
3455 | |||
3456 | --------------------- | ||
3457 | PatchSet 2338 | ||
3458 | Date: 2001/10/31 10:04:44 | ||
3459 | Author: andersen | ||
3460 | Branch: HEAD | ||
3461 | Tag: (none) | ||
3462 | Log: | ||
3463 | Add Gennady Feldman | ||
3464 | |||
3465 | Members: | ||
3466 | AUTHORS:1.21->1.22 | ||
3467 | |||
3468 | --------------------- | ||
3469 | PatchSet 2339 | ||
3470 | Date: 2001/10/31 10:21:17 | ||
3471 | Author: andersen | ||
3472 | Branch: HEAD | ||
3473 | Tag: (none) | ||
3474 | Log: | ||
3475 | Document CONFIG_RUN_PARTS, patch from Emanuele Aina <faina.mail@tiscalinet.it> | ||
3476 | |||
3477 | Members: | ||
3478 | docs/Configure.help:1.1->1.2 | ||
3479 | |||
3480 | --------------------- | ||
3481 | PatchSet 2340 | ||
3482 | Date: 2001/10/31 10:24:32 | ||
3483 | Author: andersen | ||
3484 | Branch: HEAD | ||
3485 | Tag: (none) | ||
3486 | Log: | ||
3487 | Run parts applet by Emanuele Aina <faina.mail@tiscalinet.it> | ||
3488 | |||
3489 | Members: | ||
3490 | AUTHORS:1.22->1.23 | ||
3491 | Makefile:1.243->1.244 | ||
3492 | applets/usage.h:1.68->1.69 | ||
3493 | docs/busybox.sgml:1.44->1.45 | ||
3494 | include/applets.h:1.46->1.47 | ||
3495 | include/usage.h:1.68->1.69 | ||
3496 | init/Makefile:1.1->1.2 | ||
3497 | init/config.in:1.1->1.2 | ||
3498 | |||
3499 | --------------------- | ||
3500 | PatchSet 2341 | ||
3501 | Date: 2001/10/31 10:40:37 | ||
3502 | Author: andersen | ||
3503 | Branch: HEAD | ||
3504 | Tag: (none) | ||
3505 | Log: | ||
3506 | Patch from ASA <llb@udm.net.ru> to that source files | ||
3507 | are properly passed their arguments. | ||
3508 | |||
3509 | Members: | ||
3510 | shell/ash.c:1.32->1.33 | ||
3511 | |||
3512 | --------------------- | ||
3513 | PatchSet 2342 | ||
3514 | Date: 2001/10/31 10:41:30 | ||
3515 | Author: andersen | ||
3516 | Branch: HEAD | ||
3517 | Tag: (none) | ||
3518 | Log: | ||
3519 | Fixup some silly prototype warnings | ||
3520 | |||
3521 | Members: | ||
3522 | coreutils/expr.c:1.9->1.10 | ||
3523 | coreutils/tr.c:1.32->1.33 | ||
3524 | shell/hush.c:1.57->1.58 | ||
3525 | shellutils/expr.c:1.9->1.10 | ||
3526 | textutils/tr.c:1.32->1.33 | ||
3527 | util-linux/mkfs_minix.c:1.35->1.36 | ||
3528 | |||
3529 | --------------------- | ||
3530 | PatchSet 2343 | ||
3531 | Date: 2001/10/31 10:50:16 | ||
3532 | Author: andersen | ||
3533 | Branch: HEAD | ||
3534 | Tag: (none) | ||
3535 | Log: | ||
3536 | This should be working now... | ||
3537 | |||
3538 | Members: | ||
3539 | pwd_grp/Makefile:1.5->1.6 | ||
3540 | pwd_grp/config.in:1.1->1.2 | ||
3541 | |||
3542 | --------------------- | ||
3543 | PatchSet 2344 | ||
3544 | Date: 2001/10/31 10:59:29 | ||
3545 | Author: andersen | ||
3546 | Branch: HEAD | ||
3547 | Tag: (none) | ||
3548 | Log: | ||
3549 | Add the run-parts applet submitted by Emanuele Aina | ||
3550 | <emanuele.aina@tiscali.it> | ||
3551 | |||
3552 | Members: | ||
3553 | init/run_parts.c:INITIAL->1.1 | ||
3554 | |||
3555 | --------------------- | ||
3556 | PatchSet 2345 | ||
3557 | Date: 2001/10/31 11:00:46 | ||
3558 | Author: andersen | ||
3559 | Branch: HEAD | ||
3560 | Tag: (none) | ||
3561 | Log: | ||
3562 | Add netstat applet, submitted by Bart Visscher <magick@linux-fan.com> | ||
3563 | |||
3564 | Members: | ||
3565 | networking/Makefile:1.3->1.4 | ||
3566 | networking/config.in:1.4->1.5 | ||
3567 | networking/netstat.c:INITIAL->1.1 | ||
3568 | |||
3569 | --------------------- | ||
3570 | PatchSet 2346 | ||
3571 | Date: 2001/10/31 11:05:49 | ||
3572 | Author: andersen | ||
3573 | Branch: HEAD | ||
3574 | Tag: (none) | ||
3575 | Log: | ||
3576 | Patch from Aaron Lehmann <aaronl@vitelus.com>; | ||
3577 | |||
3578 | This diff does 2 things: | ||
3579 | |||
3580 | 1) removes an unnecessary function. saves 64 bytes on i386 | ||
3581 | |||
3582 | 2) allows you to disable checking of mail (actually, it's now disabled | ||
3583 | by default). this would be a nice CML1 option, but for now it's a | ||
3584 | #(define|undef) in the C file like the other internal ash options. | ||
3585 | this saves an additional 352 bytes if you leave mail disabled. | ||
3586 | |||
3587 | Members: | ||
3588 | shell/ash.c:1.33->1.34 | ||
3589 | |||
3590 | --------------------- | ||
3591 | PatchSet 2347 | ||
3592 | Date: 2001/10/31 11:07:12 | ||
3593 | Author: andersen | ||
3594 | Branch: HEAD | ||
3595 | Tag: (none) | ||
3596 | Log: | ||
3597 | Move usage.h to include/usage.h | ||
3598 | |||
3599 | Members: | ||
3600 | Makefile:1.244->1.245 | ||
3601 | applets/usage.h:1.69->1.70(DEAD) | ||
3602 | include/applets.h:1.47->1.48 | ||
3603 | include/usage.h:1.69->1.70 | ||
3604 | |||
3605 | --------------------- | ||
3606 | PatchSet 2348 | ||
3607 | Date: 2001/10/31 11:12:25 | ||
3608 | Author: andersen | ||
3609 | Branch: HEAD | ||
3610 | Tag: (none) | ||
3611 | Log: | ||
3612 | Fix location of Configure.help | ||
3613 | |||
3614 | Members: | ||
3615 | scripts/Configure:1.1->1.2 | ||
3616 | |||
3617 | --------------------- | ||
3618 | PatchSet 2349 | ||
3619 | Date: 2001/10/31 11:45:10 | ||
3620 | Author: andersen | ||
3621 | Branch: HEAD | ||
3622 | Tag: (none) | ||
3623 | Log: | ||
3624 | *** empty log message *** | ||
3625 | |||
3626 | Members: | ||
3627 | applets/Makefile:1.1->1.2 | ||
3628 | |||
3629 | --------------------- | ||
3630 | PatchSet 2350 | ||
3631 | Date: 2001/10/31 16:16:29 | ||
3632 | Author: kraai | ||
3633 | Branch: HEAD | ||
3634 | Tag: (none) | ||
3635 | Log: | ||
3636 | Make egrep only set REG_EXTENDED flag. | ||
3637 | |||
3638 | Members: | ||
3639 | findutils/grep.c:1.66->1.67 | ||
3640 | testsuite/grep/egrep-is-not-case-insensitive:INITIAL->1.1 | ||
3641 | testsuite/grep/egrep-supports-extended-regexps:INITIAL->1.1 | ||
3642 | |||
3643 | --------------------- | ||
3644 | PatchSet 2351 | ||
3645 | Date: 2001/10/31 16:18:48 | ||
3646 | Author: kraai | ||
3647 | Branch: HEAD | ||
3648 | Tag: (none) | ||
3649 | Log: | ||
3650 | Mark as unsupported unless CONFIG_FEATURE_TAR_EXCLUDE is defined. | ||
3651 | |||
3652 | Members: | ||
3653 | testsuite/tar/tar-handles-empty-include-and-non-empty-exclude-list:1.1->1.2 | ||
3654 | testsuite/tar/tar-handles-exclude-and-extract-lists:1.1->1.2 | ||
3655 | testsuite/tar/tar-handles-nested-exclude:1.1->1.2 | ||
3656 | |||
3657 | --------------------- | ||
3658 | PatchSet 2352 | ||
3659 | Date: 2001/10/31 16:36:02 | ||
3660 | Author: kraai | ||
3661 | Branch: HEAD | ||
3662 | Tag: (none) | ||
3663 | Log: | ||
3664 | Remove completed task. | ||
3665 | |||
3666 | Members: | ||
3667 | testsuite/TODO:1.1->1.2 | ||
3668 | |||
3669 | --------------------- | ||
3670 | PatchSet 2353 | ||
3671 | Date: 2001/10/31 16:36:23 | ||
3672 | Author: kraai | ||
3673 | Branch: HEAD | ||
3674 | Tag: (none) | ||
3675 | Log: | ||
3676 | New. | ||
3677 | |||
3678 | Members: | ||
3679 | testsuite/rm/rm-removes-file:INITIAL->1.1 | ||
3680 | |||
3681 | --------------------- | ||
3682 | PatchSet 2354 | ||
3683 | Date: 2001/11/02 11:39:45 | ||
3684 | Author: bug1 | ||
3685 | Branch: HEAD | ||
3686 | Tag: (none) | ||
3687 | Log: | ||
3688 | Introduce od and hexdump applets | ||
3689 | |||
3690 | Members: | ||
3691 | coreutils/od.c:INITIAL->1.1 | ||
3692 | include/applets.h:1.48->1.49 | ||
3693 | include/usage.h:1.70->1.71 | ||
3694 | libbb/Makefile:1.4->1.5 | ||
3695 | libbb/dump.c:INITIAL->1.1 | ||
3696 | textutils/Makefile:1.1->1.2 | ||
3697 | textutils/config.in:1.1->1.2 | ||
3698 | textutils/od.c:INITIAL->1.1 | ||
3699 | util-linux/Makefile:1.1->1.2 | ||
3700 | util-linux/config.in:1.1->1.2 | ||
3701 | util-linux/hexdump.c:INITIAL->1.1 | ||
3702 | |||
3703 | --------------------- | ||
3704 | PatchSet 2355 | ||
3705 | Date: 2001/11/02 11:40:44 | ||
3706 | Author: bug1 | ||
3707 | Branch: HEAD | ||
3708 | Tag: (none) | ||
3709 | Log: | ||
3710 | Required for od and hexdump applets | ||
3711 | |||
3712 | Members: | ||
3713 | include/dump.h:INITIAL->1.1 | ||
3714 | |||
3715 | --------------------- | ||
3716 | PatchSet 2356 | ||
3717 | Date: 2001/11/03 08:29:35 | ||
3718 | Author: bug1 | ||
3719 | Branch: HEAD | ||
3720 | Tag: (none) | ||
3721 | Log: | ||
3722 | Fix create list segfault | ||
3723 | |||
3724 | Members: | ||
3725 | archival/dpkg.c:1.55->1.56 | ||
3726 | |||
3727 | --------------------- | ||
3728 | PatchSet 2357 | ||
3729 | Date: 2001/11/05 23:10:48 | ||
3730 | Author: andersen | ||
3731 | Branch: HEAD | ||
3732 | Tag: (none) | ||
3733 | Log: | ||
3734 | Fix spelling | ||
3735 | |||
3736 | Members: | ||
3737 | examples/kernel-patches/Will_devps_GoIntoTheKernel:1.1->1.2 | ||
3738 | |||
3739 | --------------------- | ||
3740 | PatchSet 2358 | ||
3741 | Date: 2001/11/06 18:45:56 | ||
3742 | Author: andersen | ||
3743 | Branch: HEAD | ||
3744 | Tag: (none) | ||
3745 | Log: | ||
3746 | Force main to always be included | ||
3747 | |||
3748 | Members: | ||
3749 | Makefile:1.245->1.246 | ||
3750 | |||
3751 | --------------------- | ||
3752 | PatchSet 2359 | ||
3753 | Date: 2001/11/07 07:50:08 | ||
3754 | Author: andersen | ||
3755 | Branch: HEAD | ||
3756 | Tag: (none) | ||
3757 | Log: | ||
3758 | Remove comments about 'make bzImage' | ||
3759 | |||
3760 | Members: | ||
3761 | scripts/Configure:1.2->1.3 | ||
3762 | |||
3763 | --------------------- | ||
3764 | PatchSet 2360 | ||
3765 | Date: 2001/11/10 09:53:17 | ||
3766 | Author: andersen | ||
3767 | Branch: HEAD | ||
3768 | Tag: (none) | ||
3769 | Log: | ||
3770 | config.in features patch from Giulio Orsero <giulioo@pobox.com> | ||
3771 | with some minor edits from me | ||
3772 | |||
3773 | Members: | ||
3774 | archival/config.in:1.5->1.6 | ||
3775 | editors/config.in:1.1->1.2 | ||
3776 | fileutils/config.in:1.2->1.3 | ||
3777 | findutils/config.in:1.2->1.3 | ||
3778 | modutils/config.in:1.1->1.2 | ||
3779 | procps/config.in:1.2->1.3 | ||
3780 | textutils/config.in:1.2->1.3 | ||
3781 | util-linux/config.in:1.2->1.3 | ||
3782 | |||
3783 | --------------------- | ||
3784 | PatchSet 2361 | ||
3785 | Date: 2001/11/10 10:43:09 | ||
3786 | Author: andersen | ||
3787 | Branch: HEAD | ||
3788 | Tag: (none) | ||
3789 | Log: | ||
3790 | more config.in entries from Giulio Orsero <giulioo@pobox.com> | ||
3791 | with some minor edits by me. | ||
3792 | |||
3793 | Members: | ||
3794 | docs/Configure.help:1.2->1.3 | ||
3795 | editors/config.in:1.2->1.3 | ||
3796 | pwd_grp/adduser.c:1.3->1.4 | ||
3797 | pwd_grp/config.in:1.2->1.3 | ||
3798 | pwd_grp/deluser.c:1.2->1.3 | ||
3799 | sysdeps/linux/config.in:1.2->1.3 | ||
3800 | |||
3801 | --------------------- | ||
3802 | PatchSet 2362 | ||
3803 | Date: 2001/11/10 10:46:42 | ||
3804 | Author: andersen | ||
3805 | Branch: HEAD | ||
3806 | Tag: (none) | ||
3807 | Log: | ||
3808 | Mention that glibc-2.2 is supported | ||
3809 | |||
3810 | Members: | ||
3811 | README:1.20->1.21 | ||
3812 | |||
3813 | --------------------- | ||
3814 | PatchSet 2363 | ||
3815 | Date: 2001/11/10 10:49:42 | ||
3816 | Author: andersen | ||
3817 | Branch: HEAD | ||
3818 | Tag: (none) | ||
3819 | Log: | ||
3820 | |2001-10-08 Rodney Brown <rbrown64@csc.com.au> | ||
3821 | | | ||
3822 | | * editors/sed.c: Fix multiline [aic] commands. Make # an endline | ||
3823 | | comment for compatibility. Codespace reduction. | ||
3824 | | * tests/testcases: Cope with move to subdirectories. | ||
3825 | | * testsuite/sed/sed-aic-commands: Add. | ||
3826 | | | ||
3827 | | text data bss dec hex filename | ||
3828 | | 3772 16 0 3788 ecc editors/sed.o | ||
3829 | | 4516 16 0 4532 11b4 editors/sed.o.bu | ||
3830 | |||
3831 | Members: | ||
3832 | editors/sed.c:1.78->1.79 | ||
3833 | tests/testcases:1.14->1.15 | ||
3834 | testsuite/sed/sed-aic-commands:INITIAL->1.1 | ||
3835 | |||
3836 | --------------------- | ||
3837 | PatchSet 2364 | ||
3838 | Date: 2001/11/10 11:16:39 | ||
3839 | Author: andersen | ||
3840 | Branch: HEAD | ||
3841 | Tag: (none) | ||
3842 | Log: | ||
3843 | Can't use RESERVE_CONFIG_BUFFER here since the allocation | ||
3844 | size varies meaning BUFFERS_GO_ON_STACK will fail | ||
3845 | |||
3846 | Members: | ||
3847 | networking/tftp.c:1.8->1.9 | ||
3848 | |||
3849 | --------------------- | ||
3850 | PatchSet 2365 | ||
3851 | Date: 2001/11/10 11:17:17 | ||
3852 | Author: andersen | ||
3853 | Branch: HEAD | ||
3854 | Tag: (none) | ||
3855 | Log: | ||
3856 | oops | ||
3857 | |||
3858 | Members: | ||
3859 | util-linux/config.in:1.3->1.4 | ||
3860 | |||
3861 | --------------------- | ||
3862 | PatchSet 2366 | ||
3863 | Date: 2001/11/10 11:22:42 | ||
3864 | Author: andersen | ||
3865 | Branch: HEAD | ||
3866 | Tag: (none) | ||
3867 | Log: | ||
3868 | Latest patch from vodz: | ||
3869 | -- reverse resolve network name and cache in route and ifconfig | ||
3870 | applets, fix print nslookup server name if compile without | ||
3871 | uClibc, fix route crashe 'route add', fix warnings compile | ||
3872 | networking and pwd_grp applets | ||
3873 | |||
3874 | Members: | ||
3875 | Changelog:1.272->1.273 | ||
3876 | INSTALL:1.1->1.2 | ||
3877 | libbb/Makefile:1.5->1.6 | ||
3878 | libbb/interface.c:1.6->1.7 | ||
3879 | networking/ifconfig.c:1.15->1.16 | ||
3880 | networking/netstat.c:1.1->1.2 | ||
3881 | networking/nslookup.c:1.26->1.27 | ||
3882 | networking/route.c:1.13->1.14 | ||
3883 | networking/telnet.c:1.25->1.26 | ||
3884 | networking/traceroute.c:1.6->1.7 | ||
3885 | pwd_grp/addgroup.c:1.3->1.4 | ||
3886 | pwd_grp/adduser.c:1.4->1.5 | ||
3887 | pwd_grp/deluser.c:1.3->1.4 | ||
3888 | pwd_grp/getty.c:1.2->1.3 | ||
3889 | |||
3890 | --------------------- | ||
3891 | PatchSet 2367 | ||
3892 | Date: 2001/11/10 11:23:47 | ||
3893 | Author: andersen | ||
3894 | Branch: HEAD | ||
3895 | Tag: (none) | ||
3896 | Log: | ||
3897 | Only use -mpreferred-stack-boundary with gcc versions that support it | ||
3898 | |||
3899 | Members: | ||
3900 | Makefile:1.246->1.247 | ||
3901 | |||
3902 | --------------------- | ||
3903 | PatchSet 2368 | ||
3904 | Date: 2001/11/10 12:07:17 | ||
3905 | Author: andersen | ||
3906 | Branch: HEAD | ||
3907 | Tag: (none) | ||
3908 | Log: | ||
3909 | Cleanup some config problems. Add a sane default config that basically | ||
3910 | matches the default old Config.h | ||
3911 | |||
3912 | Members: | ||
3913 | fileutils/config.in:1.3->1.4 | ||
3914 | init/config.in:1.2->1.3 | ||
3915 | pwd_grp/config.in:1.3->1.4 | ||
3916 | scripts/Menuconfig:1.1->1.2 | ||
3917 | shell/config.in:1.1->1.2 | ||
3918 | shellutils/config.in:1.2->1.3 | ||
3919 | sysdeps/linux/config.in:1.3->1.4 | ||
3920 | sysdeps/linux/defconfig:1.1->1.2 | ||
3921 | util-linux/config.in:1.4->1.5 | ||
3922 | |||
3923 | --------------------- | ||
3924 | PatchSet 2369 | ||
3925 | Date: 2001/11/10 12:18:42 | ||
3926 | Author: andersen | ||
3927 | Branch: HEAD | ||
3928 | Tag: (none) | ||
3929 | Log: | ||
3930 | I forgot to add these. Part of the patch from vodz | ||
3931 | |||
3932 | Members: | ||
3933 | include/inet_common.h:INITIAL->1.1 | ||
3934 | libbb/inet_common.c:INITIAL->1.1 | ||
3935 | |||
3936 | --------------------- | ||
3937 | PatchSet 2370 | ||
3938 | Date: 2001/11/10 12:54:00 | ||
3939 | Author: andersen | ||
3940 | Branch: HEAD | ||
3941 | Tag: (none) | ||
3942 | Log: | ||
3943 | Add in grep -E support | ||
3944 | |||
3945 | Members: | ||
3946 | findutils/grep.c:1.67->1.68 | ||
3947 | |||
3948 | --------------------- | ||
3949 | PatchSet 2371 | ||
3950 | Date: 2001/11/10 13:08:02 | ||
3951 | Author: andersen | ||
3952 | Branch: HEAD | ||
3953 | Tag: (none) | ||
3954 | Log: | ||
3955 | Some more minor build cleanups | ||
3956 | |||
3957 | Members: | ||
3958 | Makefile:1.247->1.248 | ||
3959 | shell/config.in:1.2->1.3 | ||
3960 | sysdeps/linux/defconfig:1.2->1.3 | ||
3961 | |||
3962 | --------------------- | ||
3963 | PatchSet 2372 | ||
3964 | Date: 2001/11/10 13:35:27 | ||
3965 | Author: andersen | ||
3966 | Branch: HEAD | ||
3967 | Tag: (none) | ||
3968 | Log: | ||
3969 | Add in Redhat | ||
3970 | |||
3971 | Members: | ||
3972 | docs/busybox.lineo.com/index.html:1.68->1.69 | ||
3973 | docs/busybox.net/index.html:1.68->1.69 | ||
3974 | |||
3975 | --------------------- | ||
3976 | PatchSet 2373 | ||
3977 | Date: 2001/11/10 13:38:36 | ||
3978 | Author: andersen | ||
3979 | Branch: HEAD | ||
3980 | Tag: (none) | ||
3981 | Log: | ||
3982 | Add redhat and slackware | ||
3983 | |||
3984 | Members: | ||
3985 | docs/busybox.lineo.com/index.html:1.69->1.70 | ||
3986 | docs/busybox.net/index.html:1.69->1.70 | ||
3987 | |||
3988 | --------------------- | ||
3989 | PatchSet 2374 | ||
3990 | Date: 2001/11/12 16:44:51 | ||
3991 | Author: kraai | ||
3992 | Branch: HEAD | ||
3993 | Tag: (none) | ||
3994 | Log: | ||
3995 | Use fopen wrapper. | ||
3996 | |||
3997 | Members: | ||
3998 | archival/rpm2cpio.c:1.3->1.4 | ||
3999 | editors/sed.c:1.79->1.80 | ||
4000 | pwd_grp/addgroup.c:1.4->1.5 | ||
4001 | shell/ash.c:1.34->1.35 | ||
4002 | |||
4003 | --------------------- | ||
4004 | PatchSet 2375 | ||
4005 | Date: 2001/11/12 16:45:23 | ||
4006 | Author: kraai | ||
4007 | Branch: HEAD | ||
4008 | Tag: (none) | ||
4009 | Log: | ||
4010 | Eliminate unused variable warnings. | ||
4011 | |||
4012 | Members: | ||
4013 | archival/tar.c:1.135->1.136 | ||
4014 | |||
4015 | --------------------- | ||
4016 | PatchSet 2376 | ||
4017 | Date: 2001/11/12 16:45:43 | ||
4018 | Author: kraai | ||
4019 | Branch: HEAD | ||
4020 | Tag: (none) | ||
4021 | Log: | ||
4022 | Brag. | ||
4023 | |||
4024 | Members: | ||
4025 | AUTHORS:1.23->1.24 | ||
4026 | |||
4027 | --------------------- | ||
4028 | PatchSet 2377 | ||
4029 | Date: 2001/11/12 16:57:15 | ||
4030 | Author: kraai | ||
4031 | Branch: HEAD | ||
4032 | Tag: (none) | ||
4033 | Log: | ||
4034 | Change strdup calls to xstrdup (patch from Steve Merrifield). | ||
4035 | |||
4036 | Members: | ||
4037 | archival/bunzip2.c:1.1->1.2 | ||
4038 | archival/gunzip.c:1.57->1.58 | ||
4039 | editors/sed.c:1.80->1.81 | ||
4040 | editors/vi.c:1.16->1.17 | ||
4041 | modutils/insmod.c:1.74->1.75 | ||
4042 | shell/ash.c:1.35->1.36 | ||
4043 | shell/lash.c:1.139->1.140 | ||
4044 | sysklogd/syslogd.c:1.79->1.80 | ||
4045 | util-linux/mount.c:1.94->1.95 | ||
4046 | |||
4047 | --------------------- | ||
4048 | PatchSet 2378 | ||
4049 | Date: 2001/11/12 16:58:07 | ||
4050 | Author: kraai | ||
4051 | Branch: HEAD | ||
4052 | Tag: (none) | ||
4053 | Log: | ||
4054 | Convert strdup call to xstrdup, and calloc calls to xcalloc (patch from | ||
4055 | Steve Merrifield). | ||
4056 | |||
4057 | Members: | ||
4058 | findutils/grep.c:1.68->1.69 | ||
4059 | |||
4060 | --------------------- | ||
4061 | PatchSet 2379 | ||
4062 | Date: 2001/11/12 18:42:57 | ||
4063 | Author: kraai | ||
4064 | Branch: HEAD | ||
4065 | Tag: (none) | ||
4066 | Log: | ||
4067 | New. | ||
4068 | |||
4069 | Members: | ||
4070 | testsuite/pwd/pwd-prints-working-directory:INITIAL->1.1 | ||
4071 | |||
4072 | --------------------- | ||
4073 | PatchSet 2380 | ||
4074 | Date: 2001/11/12 18:44:26 | ||
4075 | Author: kraai | ||
4076 | Branch: HEAD | ||
4077 | Tag: (none) | ||
4078 | Log: | ||
4079 | Remove unnecessary errno handling. | ||
4080 | |||
4081 | Members: | ||
4082 | libbb/xgetcwd.c:1.2->1.3 | ||
4083 | |||
4084 | --------------------- | ||
4085 | PatchSet 2381 | ||
4086 | Date: 2001/11/17 04:16:15 | ||
4087 | Author: andersen | ||
4088 | Branch: HEAD | ||
4089 | Tag: (none) | ||
4090 | Log: | ||
4091 | David Kimdon <dwhedon@instant802.com> noticed a thinko | ||
4092 | in md5sum where only binary sums were verified. He also | ||
4093 | sent in this patch, | ||
4094 | -Erik | ||
4095 | |||
4096 | Members: | ||
4097 | coreutils/md5sum.c:1.25->1.26 | ||
4098 | textutils/md5sum.c:1.25->1.26 | ||
4099 | |||
4100 | --------------------- | ||
4101 | PatchSet 2382 | ||
4102 | Date: 2001/11/17 06:57:42 | ||
4103 | Author: andersen | ||
4104 | Branch: HEAD | ||
4105 | Tag: (none) | ||
4106 | Log: | ||
4107 | Patch from Steve Merrifield <steve@labyrinth.net.au> to make vi | ||
4108 | use xmalloc | ||
4109 | |||
4110 | Members: | ||
4111 | editors/vi.c:1.17->1.18 | ||
4112 | |||
4113 | --------------------- | ||
4114 | PatchSet 2383 | ||
4115 | Date: 2001/11/17 07:14:06 | ||
4116 | Author: andersen | ||
4117 | Branch: HEAD | ||
4118 | Tag: (none) | ||
4119 | Log: | ||
4120 | Patch from "Andrew Tipton" <andrew@cadre5.com> to enable vi cursor | ||
4121 | keys while editing. | ||
4122 | |||
4123 | Members: | ||
4124 | editors/vi.c:1.18->1.19 | ||
4125 | |||
4126 | --------------------- | ||
4127 | PatchSet 2384 | ||
4128 | Date: 2001/11/17 07:23:46 | ||
4129 | Author: andersen | ||
4130 | Branch: HEAD | ||
4131 | Tag: (none) | ||
4132 | Log: | ||
4133 | Minor warning cleanups | ||
4134 | |||
4135 | Members: | ||
4136 | archival/tar.c:1.136->1.137 | ||
4137 | editors/sed.c:1.81->1.82 | ||
4138 | |||
4139 | --------------------- | ||
4140 | PatchSet 2385 | ||
4141 | Date: 2001/11/17 07:26:58 | ||
4142 | Author: andersen | ||
4143 | Branch: HEAD | ||
4144 | Tag: (none) | ||
4145 | Log: | ||
4146 | Hide some ifdefs to make it more readible | ||
4147 | |||
4148 | Members: | ||
4149 | init/init.c:1.147->1.148 | ||
4150 | |||
4151 | --------------------- | ||
4152 | PatchSet 2386 | ||
4153 | Date: 2001/11/18 14:20:25 | ||
4154 | Author: bug1 | ||
4155 | Branch: HEAD | ||
4156 | Tag: (none) | ||
4157 | Log: | ||
4158 | bzcat and bunzip -c support from Thomas Lundquist | ||
4159 | |||
4160 | Members: | ||
4161 | archival/bunzip2.c:1.2->1.3 | ||
4162 | include/applets.h:1.49->1.50 | ||
4163 | include/usage.h:1.71->1.72 | ||
4164 | |||
4165 | --------------------- | ||
4166 | PatchSet 2387 | ||
4167 | Date: 2001/11/18 15:49:26 | ||
4168 | Author: andersen | ||
4169 | Branch: HEAD | ||
4170 | Tag: (none) | ||
4171 | Log: | ||
4172 | Update webpage | ||
4173 | |||
4174 | Members: | ||
4175 | docs/busybox.lineo.com/index.html:1.70->1.71 | ||
4176 | docs/busybox.net/index.html:1.70->1.71 | ||
4177 | |||
4178 | --------------------- | ||
4179 | PatchSet 2388 | ||
4180 | Date: 2001/11/19 10:36:20 | ||
4181 | Author: andersen | ||
4182 | Branch: HEAD | ||
4183 | Tag: (none) | ||
4184 | Log: | ||
4185 | Fixup CLEANUP behavior | ||
4186 | |||
4187 | Members: | ||
4188 | findutils/grep.c:1.69->1.70 | ||
4189 | |||
4190 | --------------------- | ||
4191 | PatchSet 2389 | ||
4192 | Date: 2001/11/19 10:49:30 | ||
4193 | Author: andersen | ||
4194 | Branch: HEAD | ||
4195 | Tag: (none) | ||
4196 | Log: | ||
4197 | Call xmalloc before realloc | ||
4198 | |||
4199 | Members: | ||
4200 | findutils/xargs.c:1.20->1.21 | ||
4201 | |||
4202 | --------------------- | ||
4203 | PatchSet 2390 | ||
4204 | Date: 2001/11/19 10:58:23 | ||
4205 | Author: andersen | ||
4206 | Branch: HEAD | ||
4207 | Tag: (none) | ||
4208 | Log: | ||
4209 | More scrubbing | ||
4210 | |||
4211 | Members: | ||
4212 | findutils/grep.c:1.70->1.71 | ||
4213 | |||
4214 | --------------------- | ||
4215 | PatchSet 2391 | ||
4216 | Date: 2001/11/19 11:45:39 | ||
4217 | Author: andersen | ||
4218 | Branch: HEAD | ||
4219 | Tag: (none) | ||
4220 | Log: | ||
4221 | oops | ||
4222 | |||
4223 | Members: | ||
4224 | findutils/grep.c:1.71->1.72 | ||
4225 | |||
4226 | --------------------- | ||
4227 | PatchSet 2392 | ||
4228 | Date: 2001/11/19 15:13:12 | ||
4229 | Author: kraai | ||
4230 | Branch: HEAD | ||
4231 | Tag: (none) | ||
4232 | Log: | ||
4233 | New. | ||
4234 | |||
4235 | Members: | ||
4236 | testsuite/md5sum/md5sum-verifies-non-binary-file:INITIAL->1.1 | ||
4237 | |||
4238 | --------------------- | ||
4239 | PatchSet 2393 | ||
4240 | Date: 2001/11/19 18:44:58 | ||
4241 | Author: kraai | ||
4242 | Branch: HEAD | ||
4243 | Tag: (none) | ||
4244 | Log: | ||
4245 | Fix misspelling. | ||
4246 | |||
4247 | Members: | ||
4248 | docs/busybox.lineo.com/index.html:1.71->1.72 | ||
4249 | docs/busybox.net/index.html:1.71->1.72 | ||
4250 | |||
4251 | --------------------- | ||
4252 | PatchSet 2394 | ||
4253 | Date: 2001/11/19 19:00:13 | ||
4254 | Author: kraai | ||
4255 | Branch: HEAD | ||
4256 | Tag: (none) | ||
4257 | Log: | ||
4258 | New. | ||
4259 | |||
4260 | Members: | ||
4261 | testsuite/grep/grep-handles-multiple-regexps:INITIAL->1.1 | ||
4262 | |||
4263 | --------------------- | ||
4264 | PatchSet 2395 | ||
4265 | Date: 2001/11/19 19:28:56 | ||
4266 | Author: kraai | ||
4267 | Branch: HEAD | ||
4268 | Tag: (none) | ||
4269 | Log: | ||
4270 | Update usage instructions, and document test case format. | ||
4271 | |||
4272 | Members: | ||
4273 | testsuite/README:1.1->1.2 | ||
4274 | |||
4275 | --------------------- | ||
4276 | PatchSet 2396 | ||
4277 | Date: 2001/11/19 19:47:56 | ||
4278 | Author: kraai | ||
4279 | Branch: HEAD | ||
4280 | Tag: (none) | ||
4281 | Log: | ||
4282 | Add a check target. | ||
4283 | |||
4284 | Members: | ||
4285 | Makefile:1.248->1.249 | ||
4286 | |||
4287 | --------------------- | ||
4288 | PatchSet 2397 | ||
4289 | Date: 2001/11/19 21:07:14 | ||
4290 | Author: kraai | ||
4291 | Branch: HEAD | ||
4292 | Tag: (none) | ||
4293 | Log: | ||
4294 | Fix opt type in dpkg (closes: #118975). | ||
4295 | |||
4296 | Members: | ||
4297 | Changelog:1.273->1.274 | ||
4298 | archival/dpkg.c:1.56->1.57 | ||
4299 | |||
4300 | --------------------- | ||
4301 | PatchSet 2398 | ||
4302 | Date: 2001/11/19 21:13:50 | ||
4303 | Author: kraai | ||
4304 | Branch: HEAD | ||
4305 | Tag: (none) | ||
4306 | Log: | ||
4307 | Parse arguments via getopt. | ||
4308 | |||
4309 | Members: | ||
4310 | pwd_grp/addgroup.c:1.5->1.6 | ||
4311 | pwd_grp/adduser.c:1.5->1.6 | ||
4312 | |||
4313 | --------------------- | ||
4314 | PatchSet 2399 | ||
4315 | Date: 2001/11/19 22:51:41 | ||
4316 | Author: andersen | ||
4317 | Branch: HEAD | ||
4318 | Tag: (none) | ||
4319 | Log: | ||
4320 | Note tinylogin TODO items | ||
4321 | |||
4322 | Members: | ||
4323 | TODO:1.80->1.81 | ||
4324 | |||
4325 | --------------------- | ||
4326 | PatchSet 2400 | ||
4327 | Date: 2001/11/19 23:50:18 | ||
4328 | Author: andersen | ||
4329 | Branch: HEAD | ||
4330 | Tag: (none) | ||
4331 | Log: | ||
4332 | Oops. doubled myself | ||
4333 | |||
4334 | Members: | ||
4335 | LICENSE:1.7->1.8 | ||
4336 | |||
4337 | --------------------- | ||
4338 | PatchSet 2401 | ||
4339 | Date: 2001/11/20 00:15:27 | ||
4340 | Author: andersen | ||
4341 | Branch: HEAD | ||
4342 | Tag: (none) | ||
4343 | Log: | ||
4344 | Include time.h | ||
4345 | |||
4346 | Members: | ||
4347 | miscutils/dutmp.c:1.26->1.27 | ||
4348 | |||
4349 | --------------------- | ||
4350 | PatchSet 2402 | ||
4351 | Date: 2001/11/20 00:23:48 | ||
4352 | Author: andersen | ||
4353 | Branch: HEAD | ||
4354 | Tag: (none) | ||
4355 | Log: | ||
4356 | Usr get_last_path_component() name basename() | ||
4357 | |||
4358 | Members: | ||
4359 | findutils/grep.c:1.72->1.73 | ||
4360 | |||
4361 | --------------------- | ||
4362 | PatchSet 2403 | ||
4363 | Date: 2001/11/20 05:42:57 | ||
4364 | Author: andersen | ||
4365 | Branch: HEAD | ||
4366 | Tag: (none) | ||
4367 | Log: | ||
4368 | S390 wierdness | ||
4369 | |||
4370 | Members: | ||
4371 | init/init.c:1.148->1.149 | ||
4372 | |||
4373 | --------------------- | ||
4374 | PatchSet 2404 | ||
4375 | Date: 2001/11/20 11:41:37 | ||
4376 | Author: andersen | ||
4377 | Branch: HEAD | ||
4378 | Tag: (none) | ||
4379 | Log: | ||
4380 | Fix email addr | ||
4381 | |||
4382 | Members: | ||
4383 | examples/busybox.spec:1.38->1.39 | ||
4384 | |||
4385 | --------------------- | ||
4386 | PatchSet 2405 | ||
4387 | Date: 2001/11/20 11:56:51 | ||
4388 | Author: andersen | ||
4389 | Branch: HEAD | ||
4390 | Tag: (none) | ||
4391 | Log: | ||
4392 | Update the website | ||
4393 | |||
4394 | Members: | ||
4395 | docs/busybox.lineo.com/index.html:1.72->1.73 | ||
4396 | docs/busybox.net/index.html:1.72->1.73 | ||
4397 | |||
4398 | --------------------- | ||
4399 | PatchSet 2406 | ||
4400 | Date: 2001/11/20 12:36:28 | ||
4401 | Author: andersen | ||
4402 | Branch: HEAD | ||
4403 | Tag: (none) | ||
4404 | Log: | ||
4405 | grammer error | ||
4406 | |||
4407 | Members: | ||
4408 | docs/busybox.lineo.com/index.html:1.73->1.74 | ||
4409 | docs/busybox.net/index.html:1.73->1.74 | ||
4410 | |||
4411 | --------------------- | ||
4412 | PatchSet 2407 | ||
4413 | Date: 2001/11/20 12:40:37 | ||
4414 | Author: andersen | ||
4415 | Branch: HEAD | ||
4416 | Tag: (none) | ||
4417 | Log: | ||
4418 | More grammar fixes | ||
4419 | |||
4420 | Members: | ||
4421 | docs/busybox.lineo.com/index.html:1.74->1.75 | ||
4422 | docs/busybox.net/index.html:1.74->1.75 | ||
4423 | |||
4424 | --------------------- | ||
4425 | PatchSet 2408 | ||
4426 | Date: 2001/11/20 15:49:50 | ||
4427 | Author: kraai | ||
4428 | Branch: HEAD | ||
4429 | Tag: (none) | ||
4430 | Log: | ||
4431 | Treat NUL as the end-of-line. | ||
4432 | |||
4433 | Members: | ||
4434 | libbb/get_line_from_file.c:1.2->1.3 | ||
4435 | |||
4436 | --------------------- | ||
4437 | PatchSet 2409 | ||
4438 | Date: 2001/11/20 15:49:55 | ||
4439 | Author: kraai | ||
4440 | Branch: HEAD | ||
4441 | Tag: (none) | ||
4442 | Log: | ||
4443 | New. | ||
4444 | |||
4445 | Members: | ||
4446 | testsuite/grep/grep-handles-binary-files:INITIAL->1.1 | ||
4447 | |||
4448 | --------------------- | ||
4449 | PatchSet 2410 | ||
4450 | Date: 2001/11/20 16:00:19 | ||
4451 | Author: kraai | ||
4452 | Branch: HEAD | ||
4453 | Tag: (none) | ||
4454 | Log: | ||
4455 | Eliminate warning. | ||
4456 | |||
4457 | Members: | ||
4458 | editors/sed.c:1.82->1.83 | ||
4459 | |||
4460 | --------------------- | ||
4461 | PatchSet 2411 | ||
4462 | Date: 2001/11/20 16:00:44 | ||
4463 | Author: kraai | ||
4464 | Branch: HEAD | ||
4465 | Tag: (none) | ||
4466 | Log: | ||
4467 | Fix undeclared variable error. | ||
4468 | |||
4469 | Members: | ||
4470 | findutils/grep.c:1.73->1.74 | ||
4471 | |||
4472 | --------------------- | ||
4473 | PatchSet 2412 | ||
4474 | Date: 2001/11/20 16:04:22 | ||
4475 | Author: kraai | ||
4476 | Branch: HEAD | ||
4477 | Tag: (none) | ||
4478 | Log: | ||
4479 | New. | ||
4480 | |||
4481 | Members: | ||
4482 | testsuite/grep/grep-matches-NUL:INITIAL->1.1 | ||
4483 | |||
4484 | --------------------- | ||
4485 | PatchSet 2413 | ||
4486 | Date: 2001/11/21 09:04:59 | ||
4487 | Author: andersen | ||
4488 | Branch: HEAD | ||
4489 | Tag: (none) | ||
4490 | Log: | ||
4491 | Fix dangling comma | ||
4492 | |||
4493 | Members: | ||
4494 | init/init.c:1.149->1.150 | ||
4495 | |||
4496 | --------------------- | ||
4497 | PatchSet 2414 | ||
4498 | Date: 2001/11/21 09:17:00 | ||
4499 | Author: bug1 | ||
4500 | Branch: HEAD | ||
4501 | Tag: (none) | ||
4502 | Log: | ||
4503 | Use enums for selected functionality, Reduce the size by nearly 100 Bytes | ||
4504 | |||
4505 | Members: | ||
4506 | coreutils/wc.c:1.19->1.20 | ||
4507 | textutils/wc.c:1.19->1.20 | ||
4508 | |||
4509 | --------------------- | ||
4510 | PatchSet 2415 | ||
4511 | Date: 2001/11/21 09:58:29 | ||
4512 | Author: bug1 | ||
4513 | Branch: HEAD | ||
4514 | Tag: (none) | ||
4515 | Log: | ||
4516 | Simplify print function, prints an extra space if no filename, but saves 4 bytes | ||
4517 | |||
4518 | Members: | ||
4519 | coreutils/wc.c:1.20->1.21 | ||
4520 | textutils/wc.c:1.20->1.21 | ||
4521 | |||
4522 | --------------------- | ||
4523 | PatchSet 2416 | ||
4524 | Date: 2001/11/21 10:01:29 | ||
4525 | Author: bug1 | ||
4526 | Branch: HEAD | ||
4527 | Tag: (none) | ||
4528 | Log: | ||
4529 | woops. dotn pass NULL | ||
4530 | |||
4531 | Members: | ||
4532 | coreutils/wc.c:1.21->1.22 | ||
4533 | textutils/wc.c:1.21->1.22 | ||
4534 | |||
4535 | --------------------- | ||
4536 | PatchSet 2417 | ||
4537 | Date: 2001/11/21 10:26:28 | ||
4538 | Author: bug1 | ||
4539 | Branch: HEAD | ||
4540 | Tag: (none) | ||
4541 | Log: | ||
4542 | When just counting chars of a file stat file instead of reading the whole file (Fixes Debian bug #103302) | ||
4543 | |||
4544 | Members: | ||
4545 | coreutils/wc.c:1.22->1.23 | ||
4546 | textutils/wc.c:1.22->1.23 | ||
4547 | |||
4548 | --------------------- | ||
4549 | PatchSet 2418 | ||
4550 | Date: 2001/11/21 12:46:36 | ||
4551 | Author: bug1 | ||
4552 | Branch: HEAD | ||
4553 | Tag: (none) | ||
4554 | Log: | ||
4555 | Minor space saving improvments | ||
4556 | |||
4557 | Members: | ||
4558 | coreutils/wc.c:1.23->1.24 | ||
4559 | textutils/wc.c:1.23->1.24 | ||
4560 | |||
4561 | --------------------- | ||
4562 | PatchSet 2419 | ||
4563 | Date: 2001/11/27 17:28:01 | ||
4564 | Author: kraai | ||
4565 | Branch: HEAD | ||
4566 | Tag: (none) | ||
4567 | Log: | ||
4568 | Add space before module name (noted by Ron Yorston). | ||
4569 | |||
4570 | Members: | ||
4571 | modutils/modprobe.c:1.2->1.3 | ||
4572 | |||
4573 | --------------------- | ||
4574 | PatchSet 2420 | ||
4575 | Date: 2001/11/29 06:36:56 | ||
4576 | Author: bug1 | ||
4577 | Branch: HEAD | ||
4578 | Tag: (none) | ||
4579 | Log: | ||
4580 | gunzip was incorrectly reporting a failed crc and length (discovered by | ||
4581 | Chang, Shu-Hao). The bitbuffer needs to be unwound after decompression, | ||
4582 | as it was eating into the crc/size field. | ||
4583 | |||
4584 | Members: | ||
4585 | archival/libunarchive/unzip.c:1.10->1.11 | ||
4586 | libbb/unzip.c:1.10->1.11 | ||
4587 | |||
4588 | --------------------- | ||
4589 | PatchSet 2421 | ||
4590 | Date: 2001/11/30 07:54:31 | ||
4591 | Author: andersen | ||
4592 | Branch: HEAD | ||
4593 | Tag: (none) | ||
4594 | Log: | ||
4595 | Add in a 'time' applet. Adds 4.5k. | ||
4596 | -Erik | ||
4597 | |||
4598 | Members: | ||
4599 | include/applets.h:1.50->1.51 | ||
4600 | include/usage.h:1.72->1.73 | ||
4601 | miscutils/config.in:1.1->1.2 | ||
4602 | miscutils/time.c:INITIAL->1.1 | ||
4603 | |||
4604 | --------------------- | ||
4605 | PatchSet 2422 | ||
4606 | Date: 2001/11/30 19:10:58 | ||
4607 | Author: andersen | ||
4608 | Branch: HEAD | ||
4609 | Tag: (none) | ||
4610 | Log: | ||
4611 | Patch from Dan Langlois <dan@somanetworks.com> Support SIGSTOP/SIGCONT | ||
4612 | for wierd situations when people want init to actualy stop doing | ||
4613 | anything for a while... | ||
4614 | |||
4615 | Members: | ||
4616 | init/init.c:1.150->1.151 | ||
4617 | |||
4618 | --------------------- | ||
4619 | PatchSet 2423 | ||
4620 | Date: 2001/12/05 04:10:14 | ||
4621 | Author: bug1 | ||
4622 | Branch: HEAD | ||
4623 | Tag: (none) | ||
4624 | Log: | ||
4625 | Fail gracefully if package depends on a virtual package. | ||
4626 | |||
4627 | Members: | ||
4628 | archival/dpkg.c:1.57->1.58 | ||
4629 | |||
4630 | --------------------- | ||
4631 | PatchSet 2424 | ||
4632 | Date: 2001/12/05 04:21:30 | ||
4633 | Author: mjn3 | ||
4634 | Branch: HEAD | ||
4635 | Tag: (none) | ||
4636 | Log: | ||
4637 | Combined size reduction changes by Glenn and myself. Added back in "unknown" | ||
4638 | for -p to match normal uname behavior (at a cost of 30-40 bytes). | ||
4639 | |||
4640 | Members: | ||
4641 | coreutils/uname.c:1.15->1.16 | ||
4642 | shellutils/uname.c:1.15->1.16 | ||
4643 | |||
4644 | --------------------- | ||
4645 | PatchSet 2425 | ||
4646 | Date: 2001/12/05 04:35:32 | ||
4647 | Author: mjn3 | ||
4648 | Branch: HEAD | ||
4649 | Tag: (none) | ||
4650 | Log: | ||
4651 | New version to cut size. Includes optional basename() compatibility, but | ||
4652 | enabling that would break the basename applet at least for one corner case. | ||
4653 | |||
4654 | Members: | ||
4655 | libbb/get_last_path_component.c:1.3->1.4 | ||
4656 | |||
4657 | --------------------- | ||
4658 | PatchSet 2426 | ||
4659 | Date: 2001/12/05 04:40:52 | ||
4660 | Author: bug1 | ||
4661 | Branch: HEAD | ||
4662 | Tag: (none) | ||
4663 | Log: | ||
4664 | Fix some fegfaults and picket fence | ||
4665 | |||
4666 | Members: | ||
4667 | archival/dpkg.c:1.58->1.59 | ||
4668 | |||
4669 | --------------------- | ||
4670 | PatchSet 2427 | ||
4671 | Date: 2001/12/05 13:08:03 | ||
4672 | Author: bug1 | ||
4673 | Branch: HEAD | ||
4674 | Tag: (none) | ||
4675 | Log: | ||
4676 | Simplify CRC table generation | ||
4677 | |||
4678 | Members: | ||
4679 | archival/libunarchive/unzip.c:1.11->1.12 | ||
4680 | libbb/unzip.c:1.11->1.12 | ||
4681 | |||
4682 | --------------------- | ||
4683 | PatchSet 2428 | ||
4684 | Date: 2001/12/05 16:01:02 | ||
4685 | Author: bug1 | ||
4686 | Branch: HEAD | ||
4687 | Tag: (none) | ||
4688 | Log: | ||
4689 | Simplify unzip(), remove unused checks and unneccessary variables | ||
4690 | |||
4691 | Members: | ||
4692 | archival/libunarchive/unzip.c:1.12->1.13 | ||
4693 | libbb/unzip.c:1.12->1.13 | ||
4694 | |||
4695 | --------------------- | ||
4696 | PatchSet 2429 | ||
4697 | Date: 2001/12/06 03:22:43 | ||
4698 | Author: aaronl | ||
4699 | Branch: HEAD | ||
4700 | Tag: (none) | ||
4701 | Log: | ||
4702 | Commit my improvement on Rodney Brown's patch to g(un)zip, decreasing | ||
4703 | binary size. | ||
4704 | |||
4705 | Members: | ||
4706 | archival/bunzip2.c:1.3->1.4 | ||
4707 | archival/gzip.c:1.50->1.51 | ||
4708 | archival/libunarchive/unzip.c:1.13->1.14 | ||
4709 | libbb/unzip.c:1.13->1.14 | ||
4710 | |||
4711 | --------------------- | ||
4712 | PatchSet 2430 | ||
4713 | Date: 2001/12/06 03:29:37 | ||
4714 | Author: aaronl | ||
4715 | Branch: HEAD | ||
4716 | Tag: (none) | ||
4717 | Log: | ||
4718 | Patch to avoid warnings | ||
4719 | |||
4720 | Members: | ||
4721 | miscutils/dc.c:1.12->1.13 | ||
4722 | |||
4723 | --------------------- | ||
4724 | PatchSet 2431 | ||
4725 | Date: 2001/12/06 03:32:11 | ||
4726 | Author: aaronl | ||
4727 | Branch: HEAD | ||
4728 | Tag: (none) | ||
4729 | Log: | ||
4730 | Trying to commit Changelog and TODO. cvs is being weird :/ | ||
4731 | |||
4732 | Members: | ||
4733 | Changelog:1.274->1.275 | ||
4734 | TODO:1.81->1.82 | ||
4735 | |||
4736 | --------------------- | ||
4737 | PatchSet 2432 | ||
4738 | Date: 2001/12/06 03:37:38 | ||
4739 | Author: aaronl | ||
4740 | Branch: HEAD | ||
4741 | Tag: (none) | ||
4742 | Log: | ||
4743 | The ash ansification diff! | ||
4744 | Please tell me if you notice any problems resulting from this. | ||
4745 | |||
4746 | Members: | ||
4747 | shell/ash.c:1.36->1.37 | ||
4748 | |||
4749 | --------------------- | ||
4750 | PatchSet 2433 | ||
4751 | Date: 2001/12/06 07:24:29 | ||
4752 | Author: andersen | ||
4753 | Branch: HEAD | ||
4754 | Tag: (none) | ||
4755 | Log: | ||
4756 | Fix running more on files in the (broken) procfs that claim 0 length | ||
4757 | when that isn't actually true. | ||
4758 | -Erik | ||
4759 | |||
4760 | Members: | ||
4761 | util-linux/more.c:1.52->1.53 | ||
4762 | |||
4763 | --------------------- | ||
4764 | PatchSet 2434 | ||
4765 | Date: 2001/12/06 07:42:04 | ||
4766 | Author: andersen | ||
4767 | Branch: HEAD | ||
4768 | Tag: (none) | ||
4769 | Log: | ||
4770 | Patch from Steve Merrifield <steve@labyrinth.net.au> to | ||
4771 | fixup the merge of the time applet, which I messed up. | ||
4772 | -Erik | ||
4773 | |||
4774 | Members: | ||
4775 | include/applets.h:1.51->1.52 | ||
4776 | include/usage.h:1.73->1.74 | ||
4777 | miscutils/Makefile:1.3->1.4 | ||
4778 | |||
4779 | --------------------- | ||
4780 | PatchSet 2435 | ||
4781 | Date: 2001/12/06 08:04:45 | ||
4782 | Author: andersen | ||
4783 | Branch: HEAD | ||
4784 | Tag: (none) | ||
4785 | Log: | ||
4786 | Silly cosmetic problem in the comment | ||
4787 | |||
4788 | Members: | ||
4789 | libbb/herror_msg_and_die.c:1.2->1.3 | ||
4790 | |||
4791 | --------------------- | ||
4792 | PatchSet 2436 | ||
4793 | Date: 2001/12/06 08:20:14 | ||
4794 | Author: andersen | ||
4795 | Branch: HEAD | ||
4796 | Tag: (none) | ||
4797 | Log: | ||
4798 | More copyright and email addr cleanups | ||
4799 | |||
4800 | Members: | ||
4801 | archival/libunarchive/unzip.c:1.14->1.15 | ||
4802 | libbb/README:1.1->1.2 | ||
4803 | libbb/libc5.c:1.1->1.2 | ||
4804 | libbb/simplify_path.c:1.2->1.3 | ||
4805 | libbb/unzip.c:1.14->1.15 | ||
4806 | |||
4807 | --------------------- | ||
4808 | PatchSet 2437 | ||
4809 | Date: 2001/12/06 14:44:11 | ||
4810 | Author: andersen | ||
4811 | Branch: HEAD | ||
4812 | Tag: (none) | ||
4813 | Log: | ||
4814 | Minor adjustment to the strip command | ||
4815 | |||
4816 | Members: | ||
4817 | Makefile:1.249->1.250 | ||
4818 | |||
4819 | --------------------- | ||
4820 | PatchSet 2438 | ||
4821 | Date: 2001/12/06 14:52:30 | ||
4822 | Author: andersen | ||
4823 | Branch: HEAD | ||
4824 | Tag: (none) | ||
4825 | Log: | ||
4826 | If find_pid_by_name() had an error, it was returning -1, but storing | ||
4827 | that into a pid_t, which is unsigned on a number archs. Furthermore, | ||
4828 | find_pid_by_name() would _never_ return an error if the intended proces | ||
4829 | was "init", but instead would return 1, meaning we would fail to work | ||
4830 | on 2.4.x kernels running an initrd... | ||
4831 | -Erik | ||
4832 | |||
4833 | Members: | ||
4834 | include/libbb.h:1.66->1.67 | ||
4835 | init/halt.c:1.17->1.18 | ||
4836 | init/poweroff.c:1.14->1.15 | ||
4837 | init/reboot.c:1.21->1.22 | ||
4838 | libbb/find_pid_by_name.c:1.6->1.7 | ||
4839 | procps/kill.c:1.39->1.40 | ||
4840 | procps/pidof.c:1.2->1.3 | ||
4841 | |||
4842 | --------------------- | ||
4843 | PatchSet 2439 | ||
4844 | Date: 2001/12/06 15:16:43 | ||
4845 | Author: andersen | ||
4846 | Branch: HEAD | ||
4847 | Tag: (none) | ||
4848 | Log: | ||
4849 | Merge in the cal applet from Steve Merrifield <steve@labyrinth.net.au> | ||
4850 | |||
4851 | Members: | ||
4852 | coreutils/cal.c:INITIAL->1.1 | ||
4853 | include/applets.h:1.52->1.53 | ||
4854 | include/usage.h:1.74->1.75 | ||
4855 | shellutils/Makefile:1.2->1.3 | ||
4856 | shellutils/cal.c:INITIAL->1.1 | ||
4857 | shellutils/config.in:1.3->1.4 | ||
4858 | |||
4859 | --------------------- | ||
4860 | PatchSet 2440 | ||
4861 | Date: 2001/12/06 17:37:51 | ||
4862 | Author: kraai | ||
4863 | Branch: HEAD | ||
4864 | Tag: (none) | ||
4865 | Log: | ||
4866 | Remove documentation for the --file option to hostname (noted by | ||
4867 | David Douthitt). | ||
4868 | |||
4869 | Members: | ||
4870 | include/usage.h:1.75->1.76 | ||
4871 | |||
4872 | --------------------- | ||
4873 | PatchSet 2441 | ||
4874 | Date: 2001/12/06 21:33:55 | ||
4875 | Author: andersen | ||
4876 | Branch: HEAD | ||
4877 | Tag: (none) | ||
4878 | Log: | ||
4879 | Avoid NULL pointer problems. Patch from "Frank P. MacLachlan" | ||
4880 | <fpm-plutus@tgs.indyme.com> | ||
4881 | |||
4882 | Members: | ||
4883 | util-linux/mount.c:1.95->1.96 | ||
4884 | |||
4885 | --------------------- | ||
4886 | PatchSet 2442 | ||
4887 | Date: 2001/12/07 16:27:37 | ||
4888 | Author: kraai | ||
4889 | Branch: HEAD | ||
4890 | Tag: (none) | ||
4891 | Log: | ||
4892 | Update copyright and close file descriptors (noted by Axel Kittenberger). | ||
4893 | |||
4894 | Members: | ||
4895 | coreutils/dd.c:1.46->1.47 | ||
4896 | fileutils/dd.c:1.46->1.47 | ||
4897 | |||
4898 | --------------------- | ||
4899 | PatchSet 2443 | ||
4900 | Date: 2001/12/07 19:00:30 | ||
4901 | Author: andersen | ||
4902 | Branch: HEAD | ||
4903 | Tag: (none) | ||
4904 | Log: | ||
4905 | Fix broken link | ||
4906 | |||
4907 | Members: | ||
4908 | docs/busybox.net/index.html:1.75->1.76 | ||
4909 | |||
4910 | --------------------- | ||
4911 | PatchSet 2444 | ||
4912 | Date: 2001/12/07 19:01:31 | ||
4913 | Author: andersen | ||
4914 | Branch: HEAD | ||
4915 | Tag: (none) | ||
4916 | Log: | ||
4917 | Fix link name | ||
4918 | |||
4919 | Members: | ||
4920 | docs/busybox.net/index.html:1.76->1.77 | ||
4921 | |||
4922 | --------------------- | ||
4923 | PatchSet 2445 | ||
4924 | Date: 2001/12/07 21:24:25 | ||
4925 | Author: kraai | ||
4926 | Branch: HEAD | ||
4927 | Tag: (none) | ||
4928 | Log: | ||
4929 | Enable test only if CONFIG_FEATURE_GREP_EGREP_ALIAS is defined. | ||
4930 | |||
4931 | Members: | ||
4932 | testsuite/grep/egrep-supports-extended-regexps:1.1->1.2 | ||
4933 | |||
4934 | --------------------- | ||
4935 | PatchSet 2446 | ||
4936 | Date: 2001/12/07 21:27:38 | ||
4937 | Author: kraai | ||
4938 | Branch: HEAD | ||
4939 | Tag: (none) | ||
4940 | Log: | ||
4941 | Continue processing files if we are asked to touch, but not create, a file | ||
4942 | which doesn't exist. | ||
4943 | |||
4944 | Members: | ||
4945 | coreutils/touch.c:1.23->1.24 | ||
4946 | fileutils/touch.c:1.23->1.24 | ||
4947 | |||
4948 | --------------------- | ||
4949 | PatchSet 2447 | ||
4950 | Date: 2001/12/07 21:27:57 | ||
4951 | Author: kraai | ||
4952 | Branch: HEAD | ||
4953 | Tag: (none) | ||
4954 | Log: | ||
4955 | New. | ||
4956 | |||
4957 | Members: | ||
4958 | testsuite/touch/touch-touches-files-after-non-existent-file:INITIAL->1.1 | ||
4959 | |||
4960 | --------------------- | ||
4961 | PatchSet 2448 | ||
4962 | Date: 2001/12/08 00:18:20 | ||
4963 | Author: andersen | ||
4964 | Branch: HEAD | ||
4965 | Tag: (none) | ||
4966 | Log: | ||
4967 | Use a local image, not an offsite one. | ||
4968 | |||
4969 | Members: | ||
4970 | docs/busybox.lineo.com/images/donate.png:INITIAL->1.1 | ||
4971 | docs/busybox.net/index.html:1.77->1.78 | ||
4972 | docs/busybox.net/images/donate.png:INITIAL->1.1 | ||
4973 | |||
4974 | --------------------- | ||
4975 | PatchSet 2449 | ||
4976 | Date: 2001/12/08 01:56:06 | ||
4977 | Author: andersen | ||
4978 | Branch: HEAD | ||
4979 | Tag: (none) | ||
4980 | Log: | ||
4981 | Begin moving things to busybox.net | ||
4982 | -Erik | ||
4983 | |||
4984 | Members: | ||
4985 | Makefile:1.250->1.251 | ||
4986 | README:1.21->1.22 | ||
4987 | debian/copyright:1.1->1.2 | ||
4988 | debian/rules:1.11->1.12 | ||
4989 | docs/contributing.txt:1.6->1.7 | ||
4990 | docs/new-applet-HOWTO.txt:1.5->1.6 | ||
4991 | docs/busybox.lineo.com/images/donate.png:1.1->1.2(DEAD) | ||
4992 | docs/busybox.net/index.html:1.78->1.79 | ||
4993 | docs/busybox.net/oldnews.html:1.6->1.7 | ||
4994 | examples/busybox.spec:1.39->1.40 | ||
4995 | examples/bootfloppy/bootfloppy.txt:1.1->1.2 | ||
4996 | scripts/Menuconfig:1.2->1.3 | ||
4997 | shell/lash.c:1.140->1.141 | ||
4998 | |||
4999 | --------------------- | ||
5000 | PatchSet 2450 | ||
5001 | Date: 2001/12/08 02:08:31 | ||
5002 | Author: andersen | ||
5003 | Branch: HEAD | ||
5004 | Tag: (none) | ||
5005 | Log: | ||
5006 | Add in cvs info | ||
5007 | |||
5008 | Members: | ||
5009 | docs/busybox.net/cvs_anon.html:INITIAL->1.1 | ||
5010 | docs/busybox.net/cvs_write.html:INITIAL->1.1 | ||
5011 | |||
5012 | --------------------- | ||
5013 | PatchSet 2451 | ||
5014 | Date: 2001/12/08 02:10:37 | ||
5015 | Author: andersen | ||
5016 | Branch: HEAD | ||
5017 | Tag: (none) | ||
5018 | Log: | ||
5019 | Oops | ||
5020 | |||
5021 | Members: | ||
5022 | docs/busybox.net/cvs_anon.html:1.1->1.2 | ||
5023 | docs/busybox.net/cvs_write.html:1.1->1.2 | ||
5024 | |||
5025 | --------------------- | ||
5026 | PatchSet 2452 | ||
5027 | Date: 2001/12/08 02:13:05 | ||
5028 | Author: andersen | ||
5029 | Branch: HEAD | ||
5030 | Tag: (none) | ||
5031 | Log: | ||
5032 | More polish | ||
5033 | |||
5034 | Members: | ||
5035 | docs/busybox.net/cvs_anon.html:1.2->1.3 | ||
5036 | docs/busybox.net/cvs_write.html:1.2->1.3 | ||
5037 | |||
5038 | --------------------- | ||
5039 | PatchSet 2453 | ||
5040 | Date: 2001/12/08 02:14:02 | ||
5041 | Author: andersen | ||
5042 | Branch: HEAD | ||
5043 | Tag: (none) | ||
5044 | Log: | ||
5045 | And a bit more | ||
5046 | |||
5047 | Members: | ||
5048 | docs/busybox.net/cvs_anon.html:1.3->1.4 | ||
5049 | docs/busybox.net/cvs_write.html:1.3->1.4 | ||
5050 | |||
5051 | --------------------- | ||
5052 | PatchSet 2454 | ||
5053 | Date: 2001/12/11 16:06:02 | ||
5054 | Author: kraai | ||
5055 | Branch: HEAD | ||
5056 | Tag: (none) | ||
5057 | Log: | ||
5058 | Use an int to hold the result of fgetc (bug noted by David Kimdon). | ||
5059 | |||
5060 | Members: | ||
5061 | coreutils/wc.c:1.24->1.25 | ||
5062 | textutils/wc.c:1.24->1.25 | ||
5063 | |||
5064 | --------------------- | ||
5065 | PatchSet 2455 | ||
5066 | Date: 2001/12/11 16:43:46 | ||
5067 | Author: kraai | ||
5068 | Branch: HEAD | ||
5069 | Tag: (none) | ||
5070 | Log: | ||
5071 | Open the source before creating the destination. | ||
5072 | |||
5073 | Members: | ||
5074 | libbb/copy_file.c:1.16->1.17 | ||
5075 | testsuite/cp/cp-does-not-copy-unreadable-file:INITIAL->1.1 | ||
5076 | |||
5077 | --------------------- | ||
5078 | PatchSet 2456 | ||
5079 | Date: 2001/12/12 19:09:51 | ||
5080 | Author: kraai | ||
5081 | Branch: HEAD | ||
5082 | Tag: (none) | ||
5083 | Log: | ||
5084 | Update uClibc URL. | ||
5085 | |||
5086 | Members: | ||
5087 | docs/busybox.net/index.html:1.79->1.80 | ||
5088 | |||
5089 | --------------------- | ||
5090 | PatchSet 2457 | ||
5091 | Date: 2001/12/14 16:08:17 | ||
5092 | Author: kraai | ||
5093 | Branch: HEAD | ||
5094 | Tag: (none) | ||
5095 | Log: | ||
5096 | Add support for big-endian ARM (initial patch by Mike Voytovich). | ||
5097 | |||
5098 | Members: | ||
5099 | modutils/insmod.c:1.75->1.76 | ||
5100 | |||
5101 | --------------------- | ||
5102 | PatchSet 2458 | ||
5103 | Date: 2001/12/16 08:27:49 | ||
5104 | Author: andersen | ||
5105 | Branch: HEAD | ||
5106 | Tag: (none) | ||
5107 | Log: | ||
5108 | Fixup missing defines | ||
5109 | |||
5110 | Members: | ||
5111 | pwd_grp/deluser.c:1.4->1.5 | ||
5112 | |||
5113 | --------------------- | ||
5114 | PatchSet 2459 | ||
5115 | Date: 2001/12/16 09:20:08 | ||
5116 | Author: andersen | ||
5117 | Branch: HEAD | ||
5118 | Tag: (none) | ||
5119 | Log: | ||
5120 | Add a more verbose non-strip command. | ||
5121 | |||
5122 | Members: | ||
5123 | Makefile:1.251->1.252 | ||
5124 | |||
5125 | --------------------- | ||
5126 | PatchSet 2460 | ||
5127 | Date: 2001/12/16 09:23:09 | ||
5128 | Author: andersen | ||
5129 | Branch: HEAD | ||
5130 | Tag: (none) | ||
5131 | Log: | ||
5132 | Some minor usage cleanups from David Douthitt <ssrat@mailbag.com> | ||
5133 | |||
5134 | Members: | ||
5135 | include/usage.h:1.76->1.77 | ||
5136 | |||
5137 | --------------------- | ||
5138 | PatchSet 2461 | ||
5139 | Date: 2001/12/16 09:25:57 | ||
5140 | Author: andersen | ||
5141 | Branch: HEAD | ||
5142 | Tag: (none) | ||
5143 | Log: | ||
5144 | * Add ^L clear to shell | ||
5145 | |||
5146 | Members: | ||
5147 | TODO:1.82->1.83 | ||
5148 | |||
5149 | --------------------- | ||
5150 | PatchSet 2462 | ||
5151 | Date: 2001/12/17 15:26:25 | ||
5152 | Author: kraai | ||
5153 | Branch: HEAD | ||
5154 | Tag: (none) | ||
5155 | Log: | ||
5156 | Make cp and mv optionally preserve hard links. | ||
5157 | |||
5158 | Members: | ||
5159 | coreutils/du.c:1.51->1.52 | ||
5160 | fileutils/config.in:1.4->1.5 | ||
5161 | fileutils/du.c:1.51->1.52 | ||
5162 | include/libbb.h:1.67->1.68 | ||
5163 | libbb/Makefile:1.6->1.7 | ||
5164 | libbb/copy_file.c:1.17->1.18 | ||
5165 | libbb/inode_hash.c:1.3->1.4 | ||
5166 | testsuite/cp/cp-preserves-hard-links:INITIAL->1.1 | ||
5167 | |||
5168 | --------------------- | ||
5169 | PatchSet 2463 | ||
5170 | Date: 2001/12/17 23:13:08 | ||
5171 | Author: andersen | ||
5172 | Branch: HEAD | ||
5173 | Tag: (none) | ||
5174 | Log: | ||
5175 | Add in a new restart init target, triggered by SIGHUP. Patch from | ||
5176 | Russ Dill, with adjustments by me. | ||
5177 | -Erik | ||
5178 | |||
5179 | Members: | ||
5180 | examples/inittab:1.6->1.7 | ||
5181 | include/usage.h:1.77->1.78 | ||
5182 | init/init.c:1.151->1.152 | ||
5183 | |||
5184 | --------------------- | ||
5185 | PatchSet 2464 | ||
5186 | Date: 2001/12/18 00:57:55 | ||
5187 | Author: andersen | ||
5188 | Branch: HEAD | ||
5189 | Tag: (none) | ||
5190 | Log: | ||
5191 | Things like 'tar -c /tmp/*' and 'tar -cO /tmp/*' where the output | ||
5192 | filename was not explicitly specified were segfaulting. | ||
5193 | -Erik | ||
5194 | |||
5195 | Members: | ||
5196 | archival/tar.c:1.137->1.138 | ||
5197 | |||
5198 | --------------------- | ||
5199 | PatchSet 2465 | ||
5200 | Date: 2001/12/18 14:05:59 | ||
5201 | Author: andersen | ||
5202 | Branch: HEAD | ||
5203 | Tag: (none) | ||
5204 | Log: | ||
5205 | Vodz' last_patch31 | ||
5206 | |||
5207 | Very minimal last corrections: | ||
5208 | |||
5209 | 1) busybox.c: fix warining | ||
5210 | 2) docs/: add applets for list from pwd_grp | ||
5211 | 3) usage.h: add -n option for route | ||
5212 | 4) run_parts.c: many todo fix for busybox style | ||
5213 | 5) addgroup.c: add #ifdef CONFIG_FEATURE_SHADOWPASSWDS, reduce one | ||
5214 | perror_msg | ||
5215 | 6) adduser.c: fix bug "variable i not initialize" and | ||
5216 | add #ifdef CONFIG_FEATURE_SHADOWPASSWDS | ||
5217 | |||
5218 | Members: | ||
5219 | applets/busybox.c:1.136->1.137 | ||
5220 | docs/busybox.sgml:1.45->1.46 | ||
5221 | docs/busybox_footer.pod:1.4->1.5 | ||
5222 | docs/busybox_header.pod:1.4->1.5 | ||
5223 | include/usage.h:1.78->1.79 | ||
5224 | init/run_parts.c:1.1->1.2 | ||
5225 | pwd_grp/addgroup.c:1.6->1.7 | ||
5226 | pwd_grp/adduser.c:1.6->1.7 | ||
5227 | |||
5228 | --------------------- | ||
5229 | PatchSet 2466 | ||
5230 | Date: 2001/12/20 08:04:56 | ||
5231 | Author: andersen | ||
5232 | Branch: HEAD | ||
5233 | Tag: (none) | ||
5234 | Log: | ||
5235 | Switch from FTP to HTTP for downloads | ||
5236 | |||
5237 | Members: | ||
5238 | docs/busybox.net/cvs_anon.html:1.4->1.5 | ||
5239 | docs/busybox.net/cvs_write.html:1.4->1.5 | ||
5240 | docs/busybox.net/index.html:1.80->1.81 | ||
5241 | docs/busybox.net/oldnews.html:1.7->1.8 | ||
5242 | |||
5243 | --------------------- | ||
5244 | PatchSet 2467 | ||
5245 | Date: 2001/12/20 21:11:59 | ||
5246 | Author: kraai | ||
5247 | Branch: HEAD | ||
5248 | Tag: (none) | ||
5249 | Log: | ||
5250 | Avoid printing a trailing blank character. | ||
5251 | |||
5252 | Members: | ||
5253 | coreutils/wc.c:1.25->1.26 | ||
5254 | textutils/wc.c:1.25->1.26 | ||
5255 | |||
5256 | --------------------- | ||
5257 | PatchSet 2468 | ||
5258 | Date: 2001/12/20 21:13:18 | ||
5259 | Author: kraai | ||
5260 | Branch: HEAD | ||
5261 | Tag: (none) | ||
5262 | Log: | ||
5263 | Remove dependence on CONFIG_FEATURE_CLEAN_UP. | ||
5264 | |||
5265 | Members: | ||
5266 | testsuite/grep/grep-handles-multiple-regexps:1.1->1.2 | ||
5267 | |||
5268 | --------------------- | ||
5269 | PatchSet 2469 | ||
5270 | Date: 2001/12/20 22:09:30 | ||
5271 | Author: kraai | ||
5272 | Branch: HEAD | ||
5273 | Tag: (none) | ||
5274 | Log: | ||
5275 | Write files when extracting an archive from standard input. | ||
5276 | |||
5277 | Members: | ||
5278 | archival/tar.c:1.138->1.139 | ||
5279 | testsuite/tar/tar-extracts-from-standard-input:INITIAL->1.1 | ||
5280 | |||
5281 | --------------------- | ||
5282 | PatchSet 2470 | ||
5283 | Date: 2001/12/20 22:30:14 | ||
5284 | Author: kraai | ||
5285 | Branch: HEAD | ||
5286 | Tag: (none) | ||
5287 | Log: | ||
5288 | Perform clean up only if CONFIG_FEATURE_CLEAN_UP is defined. | ||
5289 | |||
5290 | Members: | ||
5291 | archival/tar.c:1.139->1.140 | ||
5292 | |||
5293 | --------------------- | ||
5294 | PatchSet 2471 | ||
5295 | Date: 2001/12/20 23:12:45 | ||
5296 | Author: kraai | ||
5297 | Branch: HEAD | ||
5298 | Tag: (none) | ||
5299 | Log: | ||
5300 | Remove `== TRUE' tests and convert `!= TRUE' and `== FALSE' tests to use !. | ||
5301 | |||
5302 | Members: | ||
5303 | archival/bunzip2.c:1.4->1.5 | ||
5304 | archival/dpkg.c:1.59->1.60 | ||
5305 | archival/gunzip.c:1.58->1.59 | ||
5306 | archival/tar.c:1.140->1.141 | ||
5307 | archival/libunarchive/unarchive.c:1.1->1.2 | ||
5308 | coreutils/cat.c:1.26->1.27 | ||
5309 | coreutils/chgrp.c:1.10->1.11 | ||
5310 | coreutils/chmod.c:1.11->1.12 | ||
5311 | coreutils/chown.c:1.18->1.19 | ||
5312 | coreutils/ls.c:1.85->1.86 | ||
5313 | coreutils/touch.c:1.24->1.25 | ||
5314 | editors/vi.c:1.19->1.20 | ||
5315 | fileutils/chgrp.c:1.10->1.11 | ||
5316 | fileutils/chmod.c:1.11->1.12 | ||
5317 | fileutils/chown.c:1.18->1.19 | ||
5318 | fileutils/ls.c:1.85->1.86 | ||
5319 | fileutils/touch.c:1.24->1.25 | ||
5320 | findutils/find.c:1.33->1.34 | ||
5321 | init/init.c:1.152->1.153 | ||
5322 | libbb/isdirectory.c:1.2->1.3 | ||
5323 | libbb/read_package_field.c:1.5->1.6 | ||
5324 | libbb/recursive_action.c:1.5->1.6 | ||
5325 | modutils/insmod.c:1.76->1.77 | ||
5326 | networking/telnet.c:1.26->1.27 | ||
5327 | procps/kill.c:1.40->1.41 | ||
5328 | shell/ash.c:1.37->1.38 | ||
5329 | shell/cmdedit.c:1.64->1.65 | ||
5330 | shell/lash.c:1.141->1.142 | ||
5331 | sysklogd/klogd.c:1.8->1.9 | ||
5332 | sysklogd/syslogd.c:1.80->1.81 | ||
5333 | textutils/cat.c:1.26->1.27 | ||
5334 | util-linux/mount.c:1.96->1.97 | ||
5335 | util-linux/umount.c:1.57->1.58 | ||
5336 | |||
5337 | --------------------- | ||
5338 | PatchSet 2472 | ||
5339 | Date: 2001/12/21 11:18:36 | ||
5340 | Author: andersen | ||
5341 | Branch: HEAD | ||
5342 | Tag: (none) | ||
5343 | Log: | ||
5344 | Update TODO. vodz has implemented ^L. Reverse policy on tinylogin. | ||
5345 | -Erik | ||
5346 | |||
5347 | Members: | ||
5348 | TODO:1.83->1.84 | ||
5349 | |||
5350 | --------------------- | ||
5351 | PatchSet 2473 | ||
5352 | Date: 2001/12/21 11:20:15 | ||
5353 | Author: andersen | ||
5354 | Branch: HEAD | ||
5355 | Tag: (none) | ||
5356 | Log: | ||
5357 | Patch from vodz to implement ^L (clear screen) | ||
5358 | |||
5359 | Members: | ||
5360 | shell/cmdedit.c:1.65->1.66 | ||
5361 | |||
5362 | --------------------- | ||
5363 | PatchSet 2474 | ||
5364 | Date: 2001/12/21 11:22:26 | ||
5365 | Author: andersen | ||
5366 | Branch: HEAD | ||
5367 | Tag: (none) | ||
5368 | Log: | ||
5369 | Patch from vodz to fix broken function prototype | ||
5370 | |||
5371 | Members: | ||
5372 | shell/ash.c:1.38->1.39 | ||
5373 | |||
5374 | --------------------- | ||
5375 | PatchSet 2475 | ||
5376 | Date: 2001/12/21 15:54:25 | ||
5377 | Author: kraai | ||
5378 | Branch: HEAD | ||
5379 | Tag: (none) | ||
5380 | Log: | ||
5381 | New. | ||
5382 | |||
5383 | Members: | ||
5384 | testsuite/tar/tar-complains-about-missing-file:INITIAL->1.1 | ||
5385 | |||
5386 | --------------------- | ||
5387 | PatchSet 2476 | ||
5388 | Date: 2001/12/21 16:04:11 | ||
5389 | Author: kraai | ||
5390 | Branch: HEAD | ||
5391 | Tag: (none) | ||
5392 | Log: | ||
5393 | Ignore blanks before the first address and before the command. | ||
5394 | |||
5395 | Members: | ||
5396 | editors/sed.c:1.83->1.84 | ||
5397 | testsuite/sed/sed-accepts-blanks-before-command:INITIAL->1.1 | ||
5398 | |||
5399 | --------------------- | ||
5400 | PatchSet 2477 | ||
5401 | Date: 2001/12/22 00:37:54 | ||
5402 | Author: andersen | ||
5403 | Branch: HEAD | ||
5404 | Tag: (none) | ||
5405 | Log: | ||
5406 | Update URLs and email addresses | ||
5407 | |||
5408 | Members: | ||
5409 | README:1.22->1.23 | ||
5410 | |||
5411 | --------------------- | ||
5412 | PatchSet 2478 | ||
5413 | Date: 2001/12/22 19:28:24 | ||
5414 | Author: andersen | ||
5415 | Branch: HEAD | ||
5416 | Tag: (none) | ||
5417 | Log: | ||
5418 | Link to udhcp | ||
5419 | |||
5420 | Members: | ||
5421 | docs/busybox.net/index.html:1.81->1.82 | ||
5422 | |||
5423 | --------------------- | ||
5424 | PatchSet 2479 | ||
5425 | Date: 2001/12/29 04:15:13 | ||
5426 | Author: andersen | ||
5427 | Branch: HEAD | ||
5428 | Tag: (none) | ||
5429 | Log: | ||
5430 | Silence some silly warnings | ||
5431 | -Erik | ||
5432 | |||
5433 | Members: | ||
5434 | modutils/insmod.c:1.77->1.78 | ||
5435 | |||
5436 | --------------------- | ||
5437 | PatchSet 2480 | ||
5438 | Date: 2001/12/29 07:26:33 | ||
5439 | Author: andersen | ||
5440 | Branch: HEAD | ||
5441 | Tag: (none) | ||
5442 | Log: | ||
5443 | optimize this a little bit. | ||
5444 | |||
5445 | Members: | ||
5446 | libbb/chomp.c:1.5->1.6 | ||
5447 | |||
5448 | --------------------- | ||
5449 | PatchSet 2481 | ||
5450 | Date: 2001/12/31 06:00:57 | ||
5451 | Author: aaronl | ||
5452 | Branch: HEAD | ||
5453 | Tag: (none) | ||
5454 | Log: | ||
5455 | ash patch: addfname-diff | ||
5456 | |||
5457 | Members: | ||
5458 | shell/ash.c:1.39->1.40 | ||
5459 | |||
5460 | --------------------- | ||
5461 | PatchSet 2482 | ||
5462 | Date: 2001/12/31 06:03:12 | ||
5463 | Author: aaronl | ||
5464 | Branch: HEAD | ||
5465 | Tag: (none) | ||
5466 | Log: | ||
5467 | ash patch: breakcmd-diff | ||
5468 | |||
5469 | Members: | ||
5470 | shell/ash.c:1.40->1.41 | ||
5471 | |||
5472 | --------------------- | ||
5473 | PatchSet 2483 | ||
5474 | Date: 2001/12/31 06:07:57 | ||
5475 | Author: aaronl | ||
5476 | Branch: HEAD | ||
5477 | Tag: (none) | ||
5478 | Log: | ||
5479 | ash patch: fgcmd-diff | ||
5480 | |||
5481 | Members: | ||
5482 | shell/ash.c:1.41->1.42 | ||
5483 | |||
5484 | --------------------- | ||
5485 | PatchSet 2484 | ||
5486 | Date: 2001/12/31 06:12:48 | ||
5487 | Author: aaronl | ||
5488 | Branch: HEAD | ||
5489 | Tag: (none) | ||
5490 | Log: | ||
5491 | ash patch: forkshell-diff | ||
5492 | |||
5493 | Members: | ||
5494 | shell/ash.c:1.42->1.43 | ||
5495 | |||
5496 | --------------------- | ||
5497 | PatchSet 2485 | ||
5498 | Date: 2001/12/31 06:13:38 | ||
5499 | Author: aaronl | ||
5500 | Branch: HEAD | ||
5501 | Tag: (none) | ||
5502 | Log: | ||
5503 | ash patch: initvar-diff | ||
5504 | |||
5505 | Members: | ||
5506 | shell/ash.c:1.43->1.44 | ||
5507 | |||
5508 | --------------------- | ||
5509 | PatchSet 2486 | ||
5510 | Date: 2001/12/31 06:16:54 | ||
5511 | Author: aaronl | ||
5512 | Branch: HEAD | ||
5513 | Tag: (none) | ||
5514 | Log: | ||
5515 | ash patch: errname-diff | ||
5516 | |||
5517 | Members: | ||
5518 | shell/ash.c:1.44->1.45 | ||
5519 | |||
5520 | --------------------- | ||
5521 | PatchSet 2487 | ||
5522 | Date: 2002/01/02 13:52:20 | ||
5523 | Author: bug1 | ||
5524 | Branch: HEAD | ||
5525 | Tag: (none) | ||
5526 | Log: | ||
5527 | unzip applet by Laurence Anderson | ||
5528 | ---------------------------------------------------------------------- | ||
5529 | |||
5530 | Members: | ||
5531 | archival/Makefile:1.3->1.4 | ||
5532 | archival/config.in:1.6->1.7 | ||
5533 | archival/unzip.c:INITIAL->1.1 | ||
5534 | archival/libunarchive/Makefile:1.1->1.2 | ||
5535 | archival/libunarchive/get_header_zip.c:INITIAL->1.1 | ||
5536 | archival/libunarchive/unarchive.c:1.2->1.3 | ||
5537 | archival/libunarchive/unzip.c:1.15->1.16 | ||
5538 | include/applets.h:1.53->1.54 | ||
5539 | include/libbb.h:1.68->1.69 | ||
5540 | include/unarchive.h:1.2->1.3 | ||
5541 | include/usage.h:1.79->1.80 | ||
5542 | libbb/unzip.c:1.15->1.16 | ||
5543 | |||
5544 | --------------------- | ||
5545 | PatchSet 2488 | ||
5546 | Date: 2002/01/02 17:56:38 | ||
5547 | Author: kraai | ||
5548 | Branch: HEAD | ||
5549 | Tag: (none) | ||
5550 | Log: | ||
5551 | * editors/sed.c (parse_edit_command): Require a newline after the backslash | ||
5552 | after an edit command. | ||
5553 | * testsuite/sed/sed-requires-newline-after-edit-command: New. | ||
5554 | |||
5555 | Members: | ||
5556 | editors/sed.c:1.84->1.85 | ||
5557 | testsuite/sed/sed-requires-newline-after-edit-command:INITIAL->1.1 | ||
5558 | |||
5559 | --------------------- | ||
5560 | PatchSet 2489 | ||
5561 | Date: 2002/01/02 18:51:23 | ||
5562 | Author: kraai | ||
5563 | Branch: HEAD | ||
5564 | Tag: (none) | ||
5565 | Log: | ||
5566 | chomp should only remove the newline if it occurs at the end of the input. | ||
5567 | This was caught by the test suite (in sed/sed-aic-commands). | ||
5568 | |||
5569 | * libbb/chomp.c: Revert to revision 1.5. | ||
5570 | |||
5571 | Members: | ||
5572 | libbb/chomp.c:1.6->1.7 | ||
5573 | |||
5574 | --------------------- | ||
5575 | PatchSet 2490 | ||
5576 | Date: 2002/01/02 19:01:41 | ||
5577 | Author: kraai | ||
5578 | Branch: HEAD | ||
5579 | Tag: (none) | ||
5580 | Log: | ||
5581 | * archival/dpkg.c (create_list): Use chomp. | ||
5582 | * archival/tar.c (append_file_list_to_list): Likewise. | ||
5583 | |||
5584 | Members: | ||
5585 | archival/dpkg.c:1.60->1.61 | ||
5586 | archival/tar.c:1.141->1.142 | ||
5587 | |||
5588 | --------------------- | ||
5589 | PatchSet 2491 | ||
5590 | Date: 2002/01/02 20:37:59 | ||
5591 | Author: kraai | ||
5592 | Branch: HEAD | ||
5593 | Tag: (none) | ||
5594 | Log: | ||
5595 | * testsuite/README: Document -v option. | ||
5596 | * testsuite/runtest: Handle -v option. | ||
5597 | (show_result): New. | ||
5598 | (run_applet_testcase): Call it. | ||
5599 | |||
5600 | Members: | ||
5601 | testsuite/README:1.2->1.3 | ||
5602 | testsuite/runtest:1.1->1.2 | ||
5603 | |||
5604 | --------------------- | ||
5605 | PatchSet 2492 | ||
5606 | Date: 2002/01/02 20:45:40 | ||
5607 | Author: kraai | ||
5608 | Branch: HEAD | ||
5609 | Tag: (none) | ||
5610 | Log: | ||
5611 | * cmp/cmp-detects-difference: Simplify return code negation. | ||
5612 | * false/false-returns-failure: Likewise. | ||
5613 | * tar/tar-demands-at-least-one-ctx: Likewise. | ||
5614 | * tar/tar-demands-at-most-one-ctx: Likewise. | ||
5615 | |||
5616 | Members: | ||
5617 | testsuite/cmp/cmp-detects-difference:1.1->1.2 | ||
5618 | testsuite/false/false-returns-failure:1.1->1.2 | ||
5619 | testsuite/tar/tar-demands-at-least-one-ctx:1.1->1.2 | ||
5620 | testsuite/tar/tar-demands-at-most-one-ctx:1.1->1.2 | ||
5621 | |||
5622 | --------------------- | ||
5623 | PatchSet 2493 | ||
5624 | Date: 2002/01/03 17:32:29 | ||
5625 | Author: kraai | ||
5626 | Branch: HEAD | ||
5627 | Tag: (none) | ||
5628 | Log: | ||
5629 | * include/usage.h: Fix route and unzip usage messages (patch from | ||
5630 | Laurence Anderson). | ||
5631 | |||
5632 | Members: | ||
5633 | include/usage.h:1.80->1.81 | ||
5634 | |||
5635 | --------------------- | ||
5636 | PatchSet 2494 | ||
5637 | Date: 2002/01/03 18:29:37 | ||
5638 | Author: kraai | ||
5639 | Branch: HEAD | ||
5640 | Tag: (none) | ||
5641 | Log: | ||
5642 | * AUTHORS (Matt Kraai): Update e-mail address. | ||
5643 | |||
5644 | Members: | ||
5645 | AUTHORS:1.24->1.25 | ||
5646 | |||
5647 | --------------------- | ||
5648 | PatchSet 2495 | ||
5649 | Date: 2002/01/03 21:12:33 | ||
5650 | Author: kraai | ||
5651 | Branch: HEAD | ||
5652 | Tag: (none) | ||
5653 | Log: | ||
5654 | * editors/sed.c (parse_edit_cmd): Rewrite. | ||
5655 | * testsuite/sed/sed-splits-edit-commands-on-command-line: New. | ||
5656 | |||
5657 | Members: | ||
5658 | editors/sed.c:1.85->1.86 | ||
5659 | testsuite/sed/sed-splits-edit-commands-on-command-line:INITIAL->1.1 | ||
5660 | |||
5661 | --------------------- | ||
5662 | PatchSet 2496 | ||
5663 | Date: 2002/01/03 21:19:19 | ||
5664 | Author: kraai | ||
5665 | Branch: HEAD | ||
5666 | Tag: (none) | ||
5667 | Log: | ||
5668 | * editors/sed.c (parse_cmd_str): Remove redundant code to skip initial | ||
5669 | whitespace. | ||
5670 | |||
5671 | Members: | ||
5672 | editors/sed.c:1.86->1.87 | ||
5673 | |||
5674 | --------------------- | ||
5675 | PatchSet 2497 | ||
5676 | Date: 2002/01/04 00:32:15 | ||
5677 | Author: andersen | ||
5678 | Branch: HEAD | ||
5679 | Tag: (none) | ||
5680 | Log: | ||
5681 | Update busybox.net info and donation noise | ||
5682 | |||
5683 | Members: | ||
5684 | docs/busybox.net/index.html:1.82->1.83 | ||
5685 | docs/busybox.net/oldnews.html:1.8->1.9 | ||
5686 | |||
5687 | --------------------- | ||
5688 | PatchSet 2498 | ||
5689 | Date: 2002/01/04 00:34:22 | ||
5690 | Author: andersen | ||
5691 | Branch: HEAD | ||
5692 | Tag: (none) | ||
5693 | Log: | ||
5694 | Fix link | ||
5695 | |||
5696 | Members: | ||
5697 | docs/busybox.net/index.html:1.83->1.84 | ||
5698 | |||
5699 | --------------------- | ||
5700 | PatchSet 2499 | ||
5701 | Date: 2002/01/04 04:24:27 | ||
5702 | Author: andersen | ||
5703 | Branch: HEAD | ||
5704 | Tag: (none) | ||
5705 | Log: | ||
5706 | Fix grammar (thanks to my wife for proof reading) | ||
5707 | |||
5708 | Members: | ||
5709 | docs/busybox.net/index.html:1.84->1.85 | ||
5710 | |||
5711 | --------------------- | ||
5712 | PatchSet 2500 | ||
5713 | Date: 2002/01/04 05:04:15 | ||
5714 | Author: andersen | ||
5715 | Branch: HEAD | ||
5716 | Tag: (none) | ||
5717 | Log: | ||
5718 | Update text once again | ||
5719 | |||
5720 | Members: | ||
5721 | docs/busybox.net/index.html:1.85->1.86 | ||
5722 | |||
5723 | --------------------- | ||
5724 | PatchSet 2501 | ||
5725 | Date: 2002/01/04 05:11:48 | ||
5726 | Author: andersen | ||
5727 | Branch: HEAD | ||
5728 | Tag: (none) | ||
5729 | Log: | ||
5730 | More pics | ||
5731 | |||
5732 | Members: | ||
5733 | docs/busybox.net/images/busybox.png:INITIAL->1.1 | ||
5734 | docs/busybox.net/images/busybox1.png:INITIAL->1.1 | ||
5735 | docs/busybox.net/images/busybox3.jpg:INITIAL->1.1 | ||
5736 | |||
5737 | --------------------- | ||
5738 | PatchSet 2502 | ||
5739 | Date: 2002/01/04 05:12:14 | ||
5740 | Author: andersen | ||
5741 | Branch: HEAD | ||
5742 | Tag: (none) | ||
5743 | Log: | ||
5744 | More updates | ||
5745 | |||
5746 | Members: | ||
5747 | docs/busybox.net/index.html:1.86->1.87 | ||
5748 | |||
5749 | --------------------- | ||
5750 | PatchSet 2503 | ||
5751 | Date: 2002/01/04 16:54:39 | ||
5752 | Author: kraai | ||
5753 | Branch: HEAD | ||
5754 | Tag: (none) | ||
5755 | Log: | ||
5756 | * docs/busybox.net/index.html: Fix misspelling of `Unfortunately'. | ||
5757 | |||
5758 | Members: | ||
5759 | docs/busybox.net/index.html:1.87->1.88 | ||
5760 | |||
5761 | --------------------- | ||
5762 | PatchSet 2504 | ||
5763 | Date: 2002/01/05 05:34:31 | ||
5764 | Author: andersen | ||
5765 | Branch: HEAD | ||
5766 | Tag: (none) | ||
5767 | Log: | ||
5768 | Update links to avoid possible lingering DNS problems | ||
5769 | (and thereby test if I have the Reply-to thing really | ||
5770 | fixed this time)... | ||
5771 | -Erik | ||
5772 | |||
5773 | Members: | ||
5774 | docs/busybox.net/index.html:1.88->1.89 | ||
5775 | |||
5776 | --------------------- | ||
5777 | PatchSet 2505 | ||
5778 | Date: 2002/01/05 16:56:43 | ||
5779 | Author: andersen | ||
5780 | Branch: HEAD | ||
5781 | Tag: (none) | ||
5782 | Log: | ||
5783 | Somehow ttylinux got lost. Put it back. | ||
5784 | -Erik | ||
5785 | |||
5786 | Members: | ||
5787 | docs/busybox.net/index.html:1.89->1.90 | ||
5788 | |||
5789 | --------------------- | ||
5790 | PatchSet 2506 | ||
5791 | Date: 2002/01/06 01:08:28 | ||
5792 | Author: andersen | ||
5793 | Branch: HEAD | ||
5794 | Tag: (none) | ||
5795 | Log: | ||
5796 | Do not depend on PATH or getopt arg reordering | ||
5797 | |||
5798 | Members: | ||
5799 | init/init.c:1.153->1.154 | ||
5800 | |||
5801 | --------------------- | ||
5802 | PatchSet 2507 | ||
5803 | Date: 2002/01/06 01:10:25 | ||
5804 | Author: andersen | ||
5805 | Branch: HEAD | ||
5806 | Tag: (none) | ||
5807 | Log: | ||
5808 | Oops. | ||
5809 | |||
5810 | Members: | ||
5811 | init/init.c:1.154->1.155 | ||
5812 | |||
5813 | --------------------- | ||
5814 | PatchSet 2508 | ||
5815 | Date: 2002/01/08 16:03:41 | ||
5816 | Author: kraai | ||
5817 | Branch: HEAD | ||
5818 | Tag: (none) | ||
5819 | Log: | ||
5820 | * archival/tar.c (tar_main): Remove unused variable. | ||
5821 | |||
5822 | Members: | ||
5823 | archival/tar.c:1.142->1.143 | ||
5824 | |||
5825 | --------------------- | ||
5826 | PatchSet 2509 | ||
5827 | Date: 2002/01/09 15:37:36 | ||
5828 | Author: andersen | ||
5829 | Branch: HEAD | ||
5830 | Tag: (none) | ||
5831 | Log: | ||
5832 | Make private ash config options be public | ||
5833 | |||
5834 | Members: | ||
5835 | shell/ash.c:1.45->1.46 | ||
5836 | shell/config.in:1.3->1.4 | ||
5837 | |||
5838 | --------------------- | ||
5839 | PatchSet 2510 | ||
5840 | Date: 2002/01/13 03:01:02 | ||
5841 | Author: andersen | ||
5842 | Branch: HEAD | ||
5843 | Tag: (none) | ||
5844 | Log: | ||
5845 | Remove broken "Other cool embedded software" link | ||
5846 | |||
5847 | Members: | ||
5848 | docs/busybox.net/index.html:1.90->1.91 | ||
5849 | |||
5850 | --------------------- | ||
5851 | PatchSet 2511 | ||
5852 | Date: 2002/01/14 18:30:10 | ||
5853 | Author: kraai | ||
5854 | Branch: HEAD | ||
5855 | Tag: (none) | ||
5856 | Log: | ||
5857 | Do not segfault if PATH is unset. | ||
5858 | |||
5859 | Members: | ||
5860 | findutils/which.c:1.21->1.22 | ||
5861 | testsuite/which/which-uses-default-path:INITIAL->1.1 | ||
5862 | |||
5863 | --------------------- | ||
5864 | PatchSet 2512 | ||
5865 | Date: 2002/01/18 17:52:52 | ||
5866 | Author: andersen | ||
5867 | Branch: HEAD | ||
5868 | Tag: (none) | ||
5869 | Log: | ||
5870 | Fix from Tim Bird <tbird@lineo.com> to avoid potential name aliasing | ||
5871 | |||
5872 | Members: | ||
5873 | pwd_grp/deluser.c:1.5->1.6 | ||
5874 | |||
5875 | --------------------- | ||
5876 | PatchSet 2513 | ||
5877 | Date: 2002/01/18 18:08:34 | ||
5878 | Author: andersen | ||
5879 | Branch: HEAD | ||
5880 | Tag: (none) | ||
5881 | Log: | ||
5882 | Eliminate legacy reference to Embedix | ||
5883 | |||
5884 | Members: | ||
5885 | pwd_grp/adduser.c:1.7->1.8 | ||
5886 | |||
5887 | --------------------- | ||
5888 | PatchSet 2514 | ||
5889 | Date: 2002/01/25 23:13:06 | ||
5890 | Author: andersen | ||
5891 | Branch: HEAD | ||
5892 | Tag: (none) | ||
5893 | Log: | ||
5894 | Teach 'init -q' that init's pid may not equal 1 | ||
5895 | |||
5896 | Members: | ||
5897 | init/init.c:1.155->1.156 | ||
5898 | |||
5899 | --------------------- | ||
5900 | PatchSet 2515 | ||
5901 | Date: 2002/01/26 09:04:45 | ||
5902 | Author: andersen | ||
5903 | Branch: HEAD | ||
5904 | Tag: (none) | ||
5905 | Log: | ||
5906 | Patch from Russ Dill <Russ.Dill@asu.edu>. From the | ||
5907 | start-stop-daemon man page: | ||
5908 | |||
5909 | -b|--background | ||
5910 | Typically used with programs that don't detach on their own. | ||
5911 | This option will force start-stop-daemon to fork before starting | ||
5912 | the process, and force it into the background. WARNING: | ||
5913 | start-stop-daemon cannot check the exit status if the process | ||
5914 | fails to execute for any reason. This is a last resort, and is | ||
5915 | only meant for programs that either make no sense forking on | ||
5916 | their own, or where it's not feasible to add the code for it to | ||
5917 | do this itself. | ||
5918 | |||
5919 | This is usefull for applets like watchdog | ||
5920 | |||
5921 | Members: | ||
5922 | init/start_stop_daemon.c:1.3->1.4 | ||
5923 | |||
5924 | --------------------- | ||
5925 | PatchSet 2516 | ||
5926 | Date: 2002/01/26 23:58:22 | ||
5927 | Author: andersen | ||
5928 | Branch: HEAD | ||
5929 | Tag: (none) | ||
5930 | Log: | ||
5931 | If PATH_MAX isn't defined, define it outselves | ||
5932 | |||
5933 | Members: | ||
5934 | include/busybox.h:1.47->1.48 | ||
5935 | |||
5936 | --------------------- | ||
5937 | PatchSet 2517 | ||
5938 | Date: 2002/02/01 16:54:00 | ||
5939 | Author: kraai | ||
5940 | Branch: HEAD | ||
5941 | Tag: (none) | ||
5942 | Log: | ||
5943 | 2002-01-30 Neal H Walfield <neal@cs.uml.edu> | ||
5944 | |||
5945 | * networking/ping.c (hostname): Removed. | ||
5946 | |||
5947 | [CONFIG_FEATURE_FANCY_PING] (noresp): Moved from here . . . | ||
5948 | [CONFIG_FEATURE_FANCY_PING] (ping:noresp): . . . to here. | ||
5949 | Use H->h_name, not hostname. | ||
5950 | [CONFIG_FEATURE_FANCY_PING] (ping): Do not copy H->h_name into | ||
5951 | hostname. | ||
5952 | Use H->h_name directly. | ||
5953 | |||
5954 | [!CONFIG_FEATURE_FANCY_PING] (hostent): New global variable. | ||
5955 | [!CONFIG_FEATURE_FANCY_PING] (pingstats): Use hostent in favor | ||
5956 | of the now obsolete hostname global variable. | ||
5957 | [!CONFIG_FEATURE_FANCY_PING] (ping): Likewise. | ||
5958 | No need to copy H; use hostent instead. | ||
5959 | |||
5960 | [!CONFIG_FEATURE_FANCY_PING] (ntransmitted, nreceived, | ||
5961 | nrepeats, pingcount, myid, options, tmax, tsum): Removed | ||
5962 | superfluous zero initializers. | ||
5963 | |||
5964 | Members: | ||
5965 | networking/ping.c:1.47->1.48 | ||
5966 | |||
5967 | --------------------- | ||
5968 | PatchSet 2518 | ||
5969 | Date: 2002/02/05 15:28:54 | ||
5970 | Author: kraai | ||
5971 | Branch: HEAD | ||
5972 | Tag: (none) | ||
5973 | Log: | ||
5974 | * fileutils/dd.c (dd_main): Ignore ftruncate error if the output is not a | ||
5975 | file or directory. | ||
5976 | |||
5977 | Members: | ||
5978 | coreutils/dd.c:1.47->1.48 | ||
5979 | fileutils/dd.c:1.47->1.48 | ||
5980 | |||
5981 | --------------------- | ||
5982 | PatchSet 2519 | ||
5983 | Date: 2002/02/05 19:25:29 | ||
5984 | Author: kraai | ||
5985 | Branch: HEAD | ||
5986 | Tag: (none) | ||
5987 | Log: | ||
5988 | * include/usage.h (gzip_trivial_usage): Make FILE optional. | ||
5989 | (gzip_full_usage): Note behavior when FILE is unspecified. | ||
5990 | |||
5991 | Members: | ||
5992 | include/usage.h:1.81->1.82 | ||
5993 | |||
5994 | --------------------- | ||
5995 | PatchSet 2520 | ||
5996 | Date: 2002/02/05 19:34:53 | ||
5997 | Author: kraai | ||
5998 | Branch: HEAD | ||
5999 | Tag: (none) | ||
6000 | Log: | ||
6001 | * archival/gzip.c (gzip_main): Display usage if given multiple files. | ||
6002 | |||
6003 | Members: | ||
6004 | archival/gzip.c:1.51->1.52 | ||
6005 | |||
6006 | --------------------- | ||
6007 | PatchSet 2521 | ||
6008 | Date: 2002/02/05 22:31:46 | ||
6009 | Author: kraai | ||
6010 | Branch: HEAD | ||
6011 | Tag: (none) | ||
6012 | Log: | ||
6013 | * archival/gzip.c (ifname, ofname): Delete. | ||
6014 | (gzip_main): Handle multiple files. | ||
6015 | * include/usage.h (gzip_trivial_usage): Allow multiple FILEs. | ||
6016 | (gzip_full_usage): Ditto. | ||
6017 | * testsuite/gzip/gzip-accepts-multiple-files: New. | ||
6018 | * testsuite/gzip/gzip-removes-original-file: New. | ||
6019 | |||
6020 | Members: | ||
6021 | archival/gzip.c:1.52->1.53 | ||
6022 | include/usage.h:1.82->1.83 | ||
6023 | testsuite/gzip/gzip-accepts-multiple-files:INITIAL->1.1 | ||
6024 | testsuite/gzip/gzip-removes-original-file:INITIAL->1.1 | ||
6025 | |||
6026 | --------------------- | ||
6027 | PatchSet 2522 | ||
6028 | Date: 2002/02/13 03:32:11 | ||
6029 | Author: bug1 | ||
6030 | Branch: HEAD | ||
6031 | Tag: (none) | ||
6032 | Log: | ||
6033 | Fix condition that prevented creation of compressed files | ||
6034 | |||
6035 | Members: | ||
6036 | archival/tar.c:1.143->1.144 | ||
6037 | |||
6038 | --------------------- | ||
6039 | PatchSet 2523 | ||
6040 | Date: 2002/02/15 05:15:03 | ||
6041 | Author: bug1 | ||
6042 | Branch: HEAD | ||
6043 | Tag: (none) | ||
6044 | Log: | ||
6045 | Parse the include list to writeTarFile rather than argv, fixes a bug where tar files wernt being created. | ||
6046 | |||
6047 | Members: | ||
6048 | archival/tar.c:1.144->1.145 | ||
6049 | |||
6050 | --------------------- | ||
6051 | PatchSet 2524 | ||
6052 | Date: 2002/02/16 18:48:55 | ||
6053 | Author: andersen | ||
6054 | Branch: HEAD | ||
6055 | Tag: (none) | ||
6056 | Log: | ||
6057 | Add Partition Image | ||
6058 | |||
6059 | Members: | ||
6060 | docs/busybox.net/index.html:1.91->1.92 | ||
6061 | |||
6062 | --------------------- | ||
6063 | PatchSet 2525 | ||
6064 | Date: 2002/02/16 21:50:34 | ||
6065 | Author: andersen | ||
6066 | Branch: HEAD | ||
6067 | Tag: (none) | ||
6068 | Log: | ||
6069 | Add in a sponsors link, and update the screenshot. | ||
6070 | |||
6071 | Members: | ||
6072 | docs/busybox.net/index.html:1.92->1.93 | ||
6073 | docs/busybox.net/screenshot.html:1.2->1.3 | ||
6074 | |||
6075 | --------------------- | ||
6076 | PatchSet 2526 | ||
6077 | Date: 2002/02/16 22:08:28 | ||
6078 | Author: andersen | ||
6079 | Branch: HEAD | ||
6080 | Tag: (none) | ||
6081 | Log: | ||
6082 | Update sponsor section | ||
6083 | |||
6084 | Members: | ||
6085 | docs/busybox.net/index.html:1.93->1.94 | ||
6086 | |||
6087 | --------------------- | ||
6088 | PatchSet 2527 | ||
6089 | Date: 2002/02/16 22:17:33 | ||
6090 | Author: andersen | ||
6091 | Branch: HEAD | ||
6092 | Tag: (none) | ||
6093 | Log: | ||
6094 | Add in tuxscreen | ||
6095 | |||
6096 | Members: | ||
6097 | docs/busybox.net/index.html:1.94->1.95 | ||
6098 | |||
6099 | --------------------- | ||
6100 | PatchSet 2528 | ||
6101 | Date: 2002/02/17 18:42:52 | ||
6102 | Author: kraai | ||
6103 | Branch: HEAD | ||
6104 | Tag: (none) | ||
6105 | Log: | ||
6106 | * testsuite/tar/tar-archives-multiple-files: New. | ||
6107 | |||
6108 | Members: | ||
6109 | testsuite/tar/tar-archives-multiple-files:INITIAL->1.1 | ||
6110 | |||
6111 | --------------------- | ||
6112 | PatchSet 2529 | ||
6113 | Date: 2002/02/17 22:42:30 | ||
6114 | Author: andersen | ||
6115 | Branch: HEAD | ||
6116 | Tag: (none) | ||
6117 | Log: | ||
6118 | fix name | ||
6119 | |||
6120 | Members: | ||
6121 | docs/busybox.net/index.html:1.95->1.96 | ||
6122 | |||
6123 | --------------------- | ||
6124 | PatchSet 2530 | ||
6125 | Date: 2002/02/19 22:58:26 | ||
6126 | Author: kraai | ||
6127 | Branch: HEAD | ||
6128 | Tag: (none) | ||
6129 | Log: | ||
6130 | * docs/busybox.net/index.html (Products/Projects Using BusyBox): Added | ||
6131 | Tinfoil Hat Linux. | ||
6132 | |||
6133 | Members: | ||
6134 | docs/busybox.net/index.html:1.96->1.97 | ||
6135 | |||
6136 | --------------------- | ||
6137 | PatchSet 2531 | ||
6138 | Date: 2002/02/19 23:15:41 | ||
6139 | Author: kraai | ||
6140 | Branch: HEAD | ||
6141 | Tag: (none) | ||
6142 | Log: | ||
6143 | * testsuite/tar/tar-archives-multiple-files: Require | ||
6144 | CONFIG_FEATURE_TAR_CREATE. | ||
6145 | |||
6146 | Members: | ||
6147 | testsuite/tar/tar-archives-multiple-files:1.1->1.2 | ||
6148 | |||
6149 | --------------------- | ||
6150 | PatchSet 2532 | ||
6151 | Date: 2002/02/19 23:19:46 | ||
6152 | Author: kraai | ||
6153 | Branch: HEAD | ||
6154 | Tag: (none) | ||
6155 | Log: | ||
6156 | * testsuite/README: Update copyright date. | ||
6157 | |||
6158 | Members: | ||
6159 | testsuite/README:1.3->1.4 | ||
6160 | |||
6161 | --------------------- | ||
6162 | PatchSet 2533 | ||
6163 | Date: 2002/02/19 23:20:52 | ||
6164 | Author: kraai | ||
6165 | Branch: HEAD | ||
6166 | Tag: (none) | ||
6167 | Log: | ||
6168 | * testsuite/README: Fill to 80 columns. | ||
6169 | |||
6170 | Members: | ||
6171 | testsuite/README:1.4->1.5 | ||
6172 | |||
6173 | --------------------- | ||
6174 | PatchSet 2534 | ||
6175 | Date: 2002/02/19 23:38:08 | ||
6176 | Author: kraai | ||
6177 | Branch: HEAD | ||
6178 | Tag: (none) | ||
6179 | Log: | ||
6180 | * testsuite/runtest (run_applet_testcase): Return UNTESTED instead of | ||
6181 | UNSUPPORTED for missing applets and features. | ||
6182 | |||
6183 | Members: | ||
6184 | testsuite/runtest:1.2->1.3 | ||
6185 | |||
6186 | --------------------- | ||
6187 | PatchSet 2535 | ||
6188 | Date: 2002/02/19 23:43:05 | ||
6189 | Author: kraai | ||
6190 | Branch: HEAD | ||
6191 | Tag: (none) | ||
6192 | Log: | ||
6193 | * testsuite/README: Change "UNSUPPORTED" tag to "FEATURE". | ||
6194 | * testsuite/runtest (run_applet_testcase): Likewise. | ||
6195 | * testsuite/cp/cp-preserves-hard-links: Likewise. | ||
6196 | * testsuite/grep/egrep-supports-extended-regexps: Likewise. | ||
6197 | * testsuite/grep/grep-is-also-egrep: Likewise. | ||
6198 | * testsuite/tar/tar-archives-multiple-files: Likewise. | ||
6199 | * testsuite/tar/tar-handles-empty-include-and-non-empty-exclude-list: | ||
6200 | Likewise. | ||
6201 | * testsuite/tar/tar-handles-exclude-and-extract-lists: Likewise. | ||
6202 | * testsuite/tar/tar-handles-nested-exclude: Likewise. | ||
6203 | |||
6204 | Members: | ||
6205 | testsuite/README:1.5->1.6 | ||
6206 | testsuite/runtest:1.3->1.4 | ||
6207 | testsuite/cp/cp-preserves-hard-links:1.1->1.2 | ||
6208 | testsuite/grep/egrep-supports-extended-regexps:1.2->1.3 | ||
6209 | testsuite/grep/grep-is-also-egrep:1.1->1.2 | ||
6210 | testsuite/tar/tar-archives-multiple-files:1.2->1.3 | ||
6211 | testsuite/tar/tar-handles-empty-include-and-non-empty-exclude-list:1.2->1.3 | ||
6212 | testsuite/tar/tar-handles-exclude-and-extract-lists:1.2->1.3 | ||
6213 | testsuite/tar/tar-handles-nested-exclude:1.2->1.3 | ||
6214 | |||
6215 | --------------------- | ||
6216 | PatchSet 2536 | ||
6217 | Date: 2002/02/19 23:54:42 | ||
6218 | Author: kraai | ||
6219 | Branch: HEAD | ||
6220 | Tag: (none) | ||
6221 | Log: | ||
6222 | * testsuite/runtest (show_result): Change UPASS to XPASS. | ||
6223 | (run_applet_testcase): Likewise. | ||
6224 | |||
6225 | Members: | ||
6226 | testsuite/runtest:1.4->1.5 | ||
6227 | |||
6228 | --------------------- | ||
6229 | PatchSet 2537 | ||
6230 | Date: 2002/02/22 22:08:16 | ||
6231 | Author: kraai | ||
6232 | Branch: HEAD | ||
6233 | Tag: (none) | ||
6234 | Log: | ||
6235 | * findutils/grep.c (grep_main): Remove unnecessary use of junk. | ||
6236 | |||
6237 | Members: | ||
6238 | findutils/grep.c:1.74->1.75 | ||
6239 | |||
6240 | --------------------- | ||
6241 | PatchSet 2538 | ||
6242 | Date: 2002/02/26 15:24:56 | ||
6243 | Author: kraai | ||
6244 | Branch: HEAD | ||
6245 | Tag: (none) | ||
6246 | Log: | ||
6247 | * libbb/xfuncs.c (xmalloc, xcalloc): Do not exit if a zero-length buffer is | ||
6248 | requested. | ||
6249 | (xrealloc): Simplify. | ||
6250 | |||
6251 | Members: | ||
6252 | libbb/xfuncs.c:1.4->1.5 | ||
6253 | |||
6254 | --------------------- | ||
6255 | PatchSet 2539 | ||
6256 | Date: 2002/03/02 15:39:02 | ||
6257 | Author: andersen | ||
6258 | Branch: HEAD | ||
6259 | Tag: (none) | ||
6260 | Log: | ||
6261 | Update the cvs commit info. Remove the old busybox.lineo.com stuff. | ||
6262 | |||
6263 | Members: | ||
6264 | docs/busybox.lineo.com/.cvsignore:1.1->1.2(DEAD) | ||
6265 | docs/busybox.lineo.com/busybox-growth.ps:1.1->1.2(DEAD) | ||
6266 | docs/busybox.lineo.com/index.html:1.75->1.76(DEAD) | ||
6267 | docs/busybox.lineo.com/oldnews.html:1.6->1.7(DEAD) | ||
6268 | docs/busybox.lineo.com/screenshot.html:1.2->1.3(DEAD) | ||
6269 | docs/busybox.lineo.com/images/busybox.jpeg:1.1->1.2(DEAD) | ||
6270 | docs/busybox.lineo.com/images/busybox2.jpg:1.1->1.2(DEAD) | ||
6271 | docs/busybox.lineo.com/images/fm.mini.png:1.1->1.2(DEAD) | ||
6272 | docs/busybox.lineo.com/images/gfx_by_gimp.png:1.1->1.2(DEAD) | ||
6273 | docs/busybox.lineo.com/images/ltbutton2.png:1.1->1.2(DEAD) | ||
6274 | docs/busybox.lineo.com/images/sdsmall.png:1.1->1.2(DEAD) | ||
6275 | docs/busybox.lineo.com/images/written.in.vi.png:1.1->1.2(DEAD) | ||
6276 | docs/busybox.net/cvs_anon.html:1.5->1.6 | ||
6277 | docs/busybox.net/cvs_write.html:1.5->1.6 | ||
6278 | docs/busybox.net/index.html:1.97->1.98 | ||
6279 | docs/busybox.net/oldnews.html:1.9->1.10 | ||
6280 | |||
6281 | --------------------- | ||
6282 | PatchSet 2540 | ||
6283 | Date: 2002/03/02 16:42:45 | ||
6284 | Author: andersen | ||
6285 | Branch: HEAD | ||
6286 | Tag: (none) | ||
6287 | Log: | ||
6288 | A few more little cleanups to simplify mirroring | ||
6289 | |||
6290 | Members: | ||
6291 | docs/busybox.net/.cvsignore:1.1->1.2 | ||
6292 | docs/busybox.net/images/back.png:INITIAL->1.1 | ||
6293 | docs/busybox.net/images/dir.png:INITIAL->1.1 | ||
6294 | docs/busybox.net/images/text.png:INITIAL->1.1 | ||
6295 | |||
6296 | --------------------- | ||
6297 | PatchSet 2541 | ||
6298 | Date: 2002/03/02 16:43:30 | ||
6299 | Author: andersen | ||
6300 | Branch: HEAD | ||
6301 | Tag: (none) | ||
6302 | Log: | ||
6303 | Update robots.txt | ||
6304 | |||
6305 | Members: | ||
6306 | docs/busybox.net/robots.txt:INITIAL->1.1 | ||
6307 | |||
6308 | --------------------- | ||
6309 | PatchSet 2542 | ||
6310 | Date: 2002/03/05 15:12:19 | ||
6311 | Author: andersen | ||
6312 | Branch: HEAD | ||
6313 | Tag: (none) | ||
6314 | Log: | ||
6315 | Update init.c per my changes in the stable branch | ||
6316 | -Erik | ||
6317 | |||
6318 | Members: | ||
6319 | init/init.c:1.156->1.157 | ||
6320 | |||
6321 | --------------------- | ||
6322 | PatchSet 2543 | ||
6323 | Date: 2002/03/05 15:55:58 | ||
6324 | Author: andersen | ||
6325 | Branch: HEAD | ||
6326 | Tag: (none) | ||
6327 | Log: | ||
6328 | Now that we are mirrored, remove absolute links | ||
6329 | |||
6330 | Members: | ||
6331 | docs/busybox.net/cvs_write.html:1.6->1.7 | ||
6332 | docs/busybox.net/index.html:1.98->1.99 | ||
6333 | docs/busybox.net/oldnews.html:1.10->1.11 | ||
6334 | |||
6335 | --------------------- | ||
6336 | PatchSet 2544 | ||
6337 | Date: 2002/03/06 10:28:55 | ||
6338 | Author: andersen | ||
6339 | Branch: HEAD | ||
6340 | Tag: (none) | ||
6341 | Log: | ||
6342 | Update webpage to note new mirrors | ||
6343 | |||
6344 | Members: | ||
6345 | docs/busybox.net/index.html:1.99->1.100 | ||
6346 | |||
6347 | --------------------- | ||
6348 | PatchSet 2545 | ||
6349 | Date: 2002/03/06 11:13:51 | ||
6350 | Author: andersen | ||
6351 | Branch: HEAD | ||
6352 | Tag: (none) | ||
6353 | Log: | ||
6354 | Update | ||
6355 | |||
6356 | Members: | ||
6357 | docs/busybox.net/index.html:1.100->1.101 | ||
6358 | |||
6359 | --------------------- | ||
6360 | PatchSet 2546 | ||
6361 | Date: 2002/03/08 16:16:38 | ||
6362 | Author: kraai | ||
6363 | Branch: HEAD | ||
6364 | Tag: (none) | ||
6365 | Log: | ||
6366 | * fileutils/ls.c (showfiles): Display multiple short names on a line. | ||
6367 | |||
6368 | Members: | ||
6369 | coreutils/ls.c:1.86->1.87 | ||
6370 | fileutils/ls.c:1.86->1.87 | ||
6371 | |||
6372 | --------------------- | ||
6373 | PatchSet 2547 | ||
6374 | Date: 2002/03/08 16:25:33 | ||
6375 | Author: kraai | ||
6376 | Branch: HEAD | ||
6377 | Tag: (none) | ||
6378 | Log: | ||
6379 | list_single: Declare scratch iff CONFIG_FEATURE_LS_USERNAME is defined. | ||
6380 | |||
6381 | Members: | ||
6382 | coreutils/ls.c:1.87->1.88 | ||
6383 | fileutils/ls.c:1.87->1.88 | ||
6384 | |||
6385 | --------------------- | ||
6386 | PatchSet 2548 | ||
6387 | Date: 2002/03/10 22:01:51 | ||
6388 | Author: andersen | ||
6389 | Branch: HEAD | ||
6390 | Tag: (none) | ||
6391 | Log: | ||
6392 | Fix broken link | ||
6393 | |||
6394 | Members: | ||
6395 | docs/busybox.net/index.html:1.101->1.102 | ||
6396 | |||
6397 | --------------------- | ||
6398 | PatchSet 2549 | ||
6399 | Date: 2002/03/12 00:35:40 | ||
6400 | Author: andersen | ||
6401 | Branch: HEAD | ||
6402 | Tag: (none) | ||
6403 | Log: | ||
6404 | Cleanup a libc5 compatibility hack | ||
6405 | |||
6406 | Members: | ||
6407 | libbb/module_syscalls.c:1.7->1.8 | ||
6408 | libbb/syscalls.c:1.6->1.7 | ||
6409 | pwd_grp/libpwd_grp/setgroups.c:1.4->1.5 | ||
6410 | |||
6411 | --------------------- | ||
6412 | PatchSet 2550 | ||
6413 | Date: 2002/03/13 17:26:39 | ||
6414 | Author: andersen | ||
6415 | Branch: HEAD | ||
6416 | Tag: (none) | ||
6417 | Log: | ||
6418 | Don't mention ldconfig | ||
6419 | |||
6420 | Members: | ||
6421 | examples/bootfloppy/bootfloppy.txt:1.2->1.3 | ||
6422 | |||
6423 | --------------------- | ||
6424 | PatchSet 2551 | ||
6425 | Date: 2002/03/16 02:12:30 | ||
6426 | Author: andersen | ||
6427 | Branch: HEAD | ||
6428 | Tag: (none) | ||
6429 | Log: | ||
6430 | Try to pull in PATH_MAX properly | ||
6431 | |||
6432 | Members: | ||
6433 | include/busybox.h:1.48->1.49 | ||
6434 | |||
6435 | --------------------- | ||
6436 | PatchSet 2552 | ||
6437 | Date: 2002/03/18 16:03:00 | ||
6438 | Author: kraai | ||
6439 | Branch: HEAD | ||
6440 | Tag: (none) | ||
6441 | Log: | ||
6442 | Thomas Lundquist | ||
6443 | |||
6444 | * docs/new-applet-HOWTO.txt: Update for new directory structure. | ||
6445 | |||
6446 | Members: | ||
6447 | docs/new-applet-HOWTO.txt:1.6->1.7 | ||
6448 | |||
6449 | --------------------- | ||
6450 | PatchSet 2553 | ||
6451 | Date: 2002/03/19 15:22:40 | ||
6452 | Author: kraai | ||
6453 | Branch: HEAD | ||
6454 | Tag: (none) | ||
6455 | Log: | ||
6456 | * networking/wget.c (parse_url): Allocate a string for the empty path. | ||
6457 | * testsuite/wget/wget-handles-empty-path: New. | ||
6458 | |||
6459 | Members: | ||
6460 | networking/wget.c:1.46->1.47 | ||
6461 | testsuite/wget/wget-handles-empty-path:INITIAL->1.1 | ||
6462 | |||
6463 | --------------------- | ||
6464 | PatchSet 2554 | ||
6465 | Date: 2002/03/19 23:46:16 | ||
6466 | Author: kraai | ||
6467 | Branch: HEAD | ||
6468 | Tag: (none) | ||
6469 | Log: | ||
6470 | * testsuite/grep/grep-handles-binary-files: Read input from a pipe. | ||
6471 | * testsuite/grep/grep-matches-NUL: Likewise. | ||
6472 | |||
6473 | Members: | ||
6474 | testsuite/grep/grep-handles-binary-files:1.1->1.2 | ||
6475 | testsuite/grep/grep-matches-NUL:1.1->1.2 | ||
6476 | |||
6477 | --------------------- | ||
6478 | PatchSet 2555 | ||
6479 | Date: 2002/03/19 23:47:49 | ||
6480 | Author: kraai | ||
6481 | Branch: HEAD | ||
6482 | Tag: (none) | ||
6483 | Log: | ||
6484 | * testsuite/grep/egrep-is-not-case-insensitive: Require | ||
6485 | CONFIG_FEATURE_GREP_EGREP_ALIAS. | ||
6486 | |||
6487 | Members: | ||
6488 | testsuite/grep/egrep-is-not-case-insensitive:1.1->1.2 | ||
6489 | |||
6490 | --------------------- | ||
6491 | PatchSet 2556 | ||
6492 | Date: 2002/03/20 01:32:25 | ||
6493 | Author: andersen | ||
6494 | Branch: HEAD | ||
6495 | Tag: (none) | ||
6496 | Log: | ||
6497 | Bart Visscher noticed some spurious search and replace silliness | ||
6498 | -Erik | ||
6499 | |||
6500 | Members: | ||
6501 | Makefile:1.252->1.253 | ||
6502 | |||
6503 | --------------------- | ||
6504 | PatchSet 2557 | ||
6505 | Date: 2002/03/20 09:13:48 | ||
6506 | Author: andersen | ||
6507 | Branch: HEAD | ||
6508 | Tag: (none) | ||
6509 | Log: | ||
6510 | Patch from J.W.Janssen <JanWillem.Janssen@lxtreme.nl> to provide | ||
6511 | color ls support, modifed by me to behave properly when not running | ||
6512 | output to a terminal (i.e. 'ls | more') | ||
6513 | -Erik | ||
6514 | |||
6515 | Members: | ||
6516 | coreutils/ls.c:1.88->1.89 | ||
6517 | fileutils/config.in:1.5->1.6 | ||
6518 | fileutils/ls.c:1.88->1.89 | ||
6519 | |||
6520 | --------------------- | ||
6521 | PatchSet 2558 | ||
6522 | Date: 2002/03/20 09:52:44 | ||
6523 | Author: andersen | ||
6524 | Branch: HEAD | ||
6525 | Tag: (none) | ||
6526 | Log: | ||
6527 | Add missing " " after the word on, as reported by Jason Luther | ||
6528 | back in mid-december. | ||
6529 | -Erik | ||
6530 | |||
6531 | Members: | ||
6532 | sysklogd/syslogd.c:1.81->1.82 | ||
6533 | |||
6534 | --------------------- | ||
6535 | PatchSet 2559 | ||
6536 | Date: 2002/03/20 11:34:18 | ||
6537 | Author: andersen | ||
6538 | Branch: HEAD | ||
6539 | Tag: (none) | ||
6540 | Log: | ||
6541 | Patch from Axel Barnitzke <barney@xkontor.com>: | ||
6542 | When configured with shadow passwords busybox behaves weird. | ||
6543 | adduser: | ||
6544 | 1. adds passwd-shadow entries to /etc/gshadow (easy) | ||
6545 | 2. adds group 'addgroup' to /etc/group (see below) | ||
6546 | deluser: | ||
6547 | 1. doesn't remove group entry from /etc/gshadow (easy) | ||
6548 | |||
6549 | Members: | ||
6550 | pwd_grp/adduser.c:1.8->1.9 | ||
6551 | pwd_grp/deluser.c:1.6->1.7 | ||
6552 | |||
6553 | --------------------- | ||
6554 | PatchSet 2560 | ||
6555 | Date: 2002/03/20 11:59:28 | ||
6556 | Author: andersen | ||
6557 | Branch: HEAD | ||
6558 | Tag: (none) | ||
6559 | Log: | ||
6560 | Cave to pressure (2 months later). Eliminate using a | ||
6561 | nested function, which is a purely unremovable gcc-ism... | ||
6562 | -Erik | ||
6563 | |||
6564 | Members: | ||
6565 | networking/ping.c:1.48->1.49 | ||
6566 | |||
6567 | --------------------- | ||
6568 | PatchSet 2561 | ||
6569 | Date: 2002/03/20 13:30:40 | ||
6570 | Author: andersen | ||
6571 | Branch: HEAD | ||
6572 | Tag: (none) | ||
6573 | Log: | ||
6574 | Reinitialize initial shift register value for on each pass. | ||
6575 | -Erik | ||
6576 | |||
6577 | Members: | ||
6578 | archival/libunarchive/unzip.c:1.16->1.17 | ||
6579 | libbb/unzip.c:1.16->1.17 | ||
6580 | |||
6581 | --------------------- | ||
6582 | PatchSet 2562 | ||
6583 | Date: 2002/03/20 14:16:31 | ||
6584 | Author: andersen | ||
6585 | Branch: HEAD | ||
6586 | Tag: (none) | ||
6587 | Log: | ||
6588 | Update dmalloc options per suggestion from Glenn | ||
6589 | |||
6590 | Members: | ||
6591 | Makefile:1.253->1.254 | ||
6592 | |||
6593 | --------------------- | ||
6594 | PatchSet 2563 | ||
6595 | Date: 2002/03/20 14:25:27 | ||
6596 | Author: andersen | ||
6597 | Branch: HEAD | ||
6598 | Tag: (none) | ||
6599 | Log: | ||
6600 | Patch from Jeff Studer <jstuder@aquilagroup.com> to supply a defaults for | ||
6601 | localfilename from remotefilename, and for remotefilename from localfilename | ||
6602 | when the other one is not supplied. | ||
6603 | |||
6604 | Members: | ||
6605 | networking/tftp.c:1.9->1.10 | ||
6606 | |||
6607 | --------------------- | ||
6608 | PatchSet 2564 | ||
6609 | Date: 2002/03/20 14:31:15 | ||
6610 | Author: andersen | ||
6611 | Branch: HEAD | ||
6612 | Tag: (none) | ||
6613 | Log: | ||
6614 | Patch from vodz to fix a potential segfault | ||
6615 | |||
6616 | Members: | ||
6617 | shell/cmdedit.c:1.66->1.67 | ||
6618 | |||
6619 | --------------------- | ||
6620 | PatchSet 2565 | ||
6621 | Date: 2002/03/20 14:57:50 | ||
6622 | Author: andersen | ||
6623 | Branch: HEAD | ||
6624 | Tag: (none) | ||
6625 | Log: | ||
6626 | Rewind messages to avoid weird formatting, and fix a bug with | ||
6627 | CONFIG_FEATURE_EXTRA_QUIET, which was broken | ||
6628 | |||
6629 | Members: | ||
6630 | init/init.c:1.157->1.158 | ||
6631 | |||
6632 | --------------------- | ||
6633 | PatchSet 2566 | ||
6634 | Date: 2002/03/20 15:25:25 | ||
6635 | Author: andersen | ||
6636 | Branch: HEAD | ||
6637 | Tag: (none) | ||
6638 | Log: | ||
6639 | Fix devfs loop device support | ||
6640 | |||
6641 | Members: | ||
6642 | include/libbb.h:1.69->1.70 | ||
6643 | libbb/loop.c:1.2->1.3 | ||
6644 | |||
6645 | --------------------- | ||
6646 | PatchSet 2567 | ||
6647 | Date: 2002/03/20 16:10:54 | ||
6648 | Author: andersen | ||
6649 | Branch: HEAD | ||
6650 | Tag: (none) | ||
6651 | Log: | ||
6652 | Eliminate extra trailing space | ||
6653 | |||
6654 | Members: | ||
6655 | coreutils/uname.c:1.16->1.17 | ||
6656 | shellutils/uname.c:1.16->1.17 | ||
6657 | |||
6658 | --------------------- | ||
6659 | PatchSet 2568 | ||
6660 | Date: 2002/03/20 17:38:36 | ||
6661 | Author: kraai | ||
6662 | Branch: HEAD | ||
6663 | Tag: (none) | ||
6664 | Log: | ||
6665 | * include/applets.h (CONFIG_LOSETUP): New. | ||
6666 | * include/usage.h (losetup_trivial_usage, losetup_full_usage): New. | ||
6667 | * util-linux/Makefile: Add losetup.o. | ||
6668 | * util-linux/config.in: Add losetup prompt. | ||
6669 | * util-linux/losetup.c: New. | ||
6670 | |||
6671 | Members: | ||
6672 | include/applets.h:1.54->1.55 | ||
6673 | include/usage.h:1.83->1.84 | ||
6674 | util-linux/Makefile:1.2->1.3 | ||
6675 | util-linux/config.in:1.5->1.6 | ||
6676 | util-linux/losetup.c:INITIAL->1.1 | ||
6677 | |||
6678 | --------------------- | ||
6679 | PatchSet 2569 | ||
6680 | Date: 2002/03/20 18:39:10 | ||
6681 | Author: andersen | ||
6682 | Branch: HEAD | ||
6683 | Tag: (none) | ||
6684 | Log: | ||
6685 | Doh! Missed a ';' | ||
6686 | -Erik | ||
6687 | |||
6688 | Members: | ||
6689 | pwd_grp/adduser.c:1.9->1.10 | ||
6690 | |||
6691 | --------------------- | ||
6692 | PatchSet 2570 | ||
6693 | Date: 2002/03/21 14:04:43 | ||
6694 | Author: andersen | ||
6695 | Branch: HEAD | ||
6696 | Tag: (none) | ||
6697 | Log: | ||
6698 | Doh! I broke ping when removing the nested function. | ||
6699 | This patch from vodz fixes it again. | ||
6700 | |||
6701 | Members: | ||
6702 | networking/ping.c:1.49->1.50 | ||
6703 | |||
6704 | --------------------- | ||
6705 | PatchSet 2571 | ||
6706 | Date: 2002/03/22 22:55:51 | ||
6707 | Author: kraai | ||
6708 | Branch: HEAD | ||
6709 | Tag: (none) | ||
6710 | Log: | ||
6711 | * archival/gzip.c (gzip_main): Ensure that the output is a terminal and use | ||
6712 | error_msg to display the error message. | ||
6713 | |||
6714 | Members: | ||
6715 | archival/gzip.c:1.53->1.54 | ||
6716 | |||
6717 | --------------------- | ||
6718 | PatchSet 2572 | ||
6719 | Date: 2002/03/25 02:37:20 | ||
6720 | Author: mjn3 | ||
6721 | Branch: HEAD | ||
6722 | Tag: (none) | ||
6723 | Log: | ||
6724 | Work around compiler/assembler problem and reduce code size at the same time. | ||
6725 | |||
6726 | Members: | ||
6727 | coreutils/uname.c:1.17->1.18 | ||
6728 | shellutils/uname.c:1.17->1.18 | ||
6729 | |||
6730 | --------------------- | ||
6731 | PatchSet 2573 | ||
6732 | Date: 2002/03/27 17:30:59 | ||
6733 | Author: kraai | ||
6734 | Branch: HEAD | ||
6735 | Tag: (none) | ||
6736 | Log: | ||
6737 | * archival/bunzip2.c: Include <unistd.h>. | ||
6738 | (bunzip2_main): Read data from standard input if FILE argument is `-' or | ||
6739 | omitted. | ||
6740 | * include/usage.h (bunzip2_trivial_usage, bunzip2_full_usage): Rewrite. | ||
6741 | * testsuite/bunzip2/bunzip2-reads-from-standard-input: New. | ||
6742 | |||
6743 | Members: | ||
6744 | archival/bunzip2.c:1.5->1.6 | ||
6745 | include/usage.h:1.84->1.85 | ||
6746 | testsuite/bunzip2/bunzip2-reads-from-standard-input:INITIAL->1.1 | ||
6747 | |||
6748 | --------------------- | ||
6749 | PatchSet 2574 | ||
6750 | Date: 2002/03/27 17:33:31 | ||
6751 | Author: kraai | ||
6752 | Branch: HEAD | ||
6753 | Tag: (none) | ||
6754 | Log: | ||
6755 | * testsuite/runtest (run_applet_testcase): Return test case status, not | ||
6756 | process ID. | ||
6757 | |||
6758 | Members: | ||
6759 | testsuite/runtest:1.5->1.6 | ||
6760 | |||
6761 | --------------------- | ||
6762 | PatchSet 2575 | ||
6763 | Date: 2002/03/27 17:46:43 | ||
6764 | Author: kraai | ||
6765 | Branch: HEAD | ||
6766 | Tag: (none) | ||
6767 | Log: | ||
6768 | * archival/bunzip2.c (bunzip2_main): Remove compressed file. | ||
6769 | * testsuite/bunzip2/bunzip2-removes-compressed-file: New. | ||
6770 | |||
6771 | Members: | ||
6772 | archival/bunzip2.c:1.6->1.7 | ||
6773 | testsuite/bunzip2/bunzip2-removes-compressed-file:INITIAL->1.1 | ||
6774 | |||
6775 | --------------------- | ||
6776 | PatchSet 2576 | ||
6777 | Date: 2002/03/27 22:43:47 | ||
6778 | Author: kraai | ||
6779 | Branch: HEAD | ||
6780 | Tag: (none) | ||
6781 | Log: | ||
6782 | * testsuite/COPYING: Remove. | ||
6783 | |||
6784 | Members: | ||
6785 | testsuite/COPYING:1.1->1.2(DEAD) | ||
6786 | |||
6787 | --------------------- | ||
6788 | PatchSet 2577 | ||
6789 | Date: 2002/03/27 22:48:38 | ||
6790 | Author: kraai | ||
6791 | Branch: HEAD | ||
6792 | Tag: (none) | ||
6793 | Log: | ||
6794 | * testsuite/bunzip2/bunzip2-reads-from-standard-input: Remove -c flags. | ||
6795 | * testsuite/gunzip/gunzip-reads-from-standard-input: Likewise. | ||
6796 | |||
6797 | Members: | ||
6798 | testsuite/bunzip2/bunzip2-reads-from-standard-input:1.1->1.2 | ||
6799 | testsuite/gunzip/gunzip-reads-from-standard-input:1.1->1.2 | ||
6800 | |||
6801 | --------------------- | ||
6802 | PatchSet 2578 | ||
6803 | Date: 2002/03/27 22:56:19 | ||
6804 | Author: kraai | ||
6805 | Branch: HEAD | ||
6806 | Tag: (none) | ||
6807 | Log: | ||
6808 | * testsuite/grep/egrep-supports-extended-regexps: Check exit status instead | ||
6809 | of output. | ||
6810 | |||
6811 | Members: | ||
6812 | testsuite/grep/egrep-supports-extended-regexps:1.3->1.4 | ||
6813 | |||
6814 | --------------------- | ||
6815 | PatchSet 2579 | ||
6816 | Date: 2002/03/27 23:19:17 | ||
6817 | Author: kraai | ||
6818 | Branch: HEAD | ||
6819 | Tag: (none) | ||
6820 | Log: | ||
6821 | * testsuite/which/which-uses-default-path: Remove extra echo. | ||
6822 | |||
6823 | Members: | ||
6824 | testsuite/which/which-uses-default-path:1.1->1.2 | ||
6825 | |||
6826 | --------------------- | ||
6827 | PatchSet 2580 | ||
6828 | Date: 2002/03/29 00:59:44 | ||
6829 | Author: andersen | ||
6830 | Branch: HEAD | ||
6831 | Tag: (none) | ||
6832 | Log: | ||
6833 | Provide a controlling tty to askfirst processes as well | ||
6834 | -Erik | ||
6835 | |||
6836 | Members: | ||
6837 | init/init.c:1.158->1.159 | ||
6838 | |||
6839 | --------------------- | ||
6840 | PatchSet 2581 | ||
6841 | Date: 2002/04/01 09:34:25 | ||
6842 | Author: miles | ||
6843 | Branch: HEAD | ||
6844 | Tag: (none) | ||
6845 | Log: | ||
6846 | Add support for the NEC v850e processor. | ||
6847 | |||
6848 | Members: | ||
6849 | modutils/insmod.c:1.78->1.79 | ||
6850 | |||
6851 | --------------------- | ||
6852 | PatchSet 2582 | ||
6853 | Date: 2002/04/01 09:37:27 | ||
6854 | Author: miles | ||
6855 | Branch: HEAD | ||
6856 | Tag: (none) | ||
6857 | Log: | ||
6858 | Add insmod support for the NEC v850e processor. | ||
6859 | |||
6860 | Members: | ||
6861 | README:1.23->1.24 | ||
6862 | |||
6863 | --------------------- | ||
6864 | PatchSet 2583 | ||
6865 | Date: 2002/04/01 14:25:51 | ||
6866 | Author: miles | ||
6867 | Branch: HEAD | ||
6868 | Tag: (none) | ||
6869 | Log: | ||
6870 | Tweak my credit (ah, vanity...) | ||
6871 | |||
6872 | Members: | ||
6873 | modutils/insmod.c:1.79->1.80 | ||
6874 | |||
6875 | --------------------- | ||
6876 | PatchSet 2584 | ||
6877 | Date: 2002/04/01 16:17:37 | ||
6878 | Author: kraai | ||
6879 | Branch: HEAD | ||
6880 | Tag: (none) | ||
6881 | Log: | ||
6882 | * editors/sed.c (process_file): Stop processing deleted lines. | ||
6883 | * testsuite/sed/sed-does-not-substitute-in-delete-line: New. | ||
6884 | |||
6885 | Members: | ||
6886 | editors/sed.c:1.87->1.88 | ||
6887 | testsuite/sed/sed-does-not-substitute-in-deleted-line:INITIAL->1.1 | ||
6888 | |||
6889 | --------------------- | ||
6890 | PatchSet 2585 | ||
6891 | Date: 2002/04/03 14:30:58 | ||
6892 | Author: andersen | ||
6893 | Branch: HEAD | ||
6894 | Tag: (none) | ||
6895 | Log: | ||
6896 | Add fli4l | ||
6897 | |||
6898 | Members: | ||
6899 | docs/busybox.net/index.html:1.102->1.103 | ||
6900 | |||
6901 | --------------------- | ||
6902 | PatchSet 2586 | ||
6903 | Date: 2002/04/06 05:03:38 | ||
6904 | Author: andersen | ||
6905 | Branch: HEAD | ||
6906 | Tag: (none) | ||
6907 | Log: | ||
6908 | Eliminate uclibc hack, no longer needed | ||
6909 | -Erik | ||
6910 | |||
6911 | Members: | ||
6912 | pwd_grp/getty.c:1.3->1.4 | ||
6913 | |||
6914 | --------------------- | ||
6915 | PatchSet 2587 | ||
6916 | Date: 2002/04/06 05:15:46 | ||
6917 | Author: andersen | ||
6918 | Branch: HEAD | ||
6919 | Tag: (none) | ||
6920 | Log: | ||
6921 | Fix email addr | ||
6922 | |||
6923 | Members: | ||
6924 | archival/gunzip.c:1.59->1.60 | ||
6925 | |||
6926 | --------------------- | ||
6927 | PatchSet 2588 | ||
6928 | Date: 2002/04/06 05:17:57 | ||
6929 | Author: andersen | ||
6930 | Branch: HEAD | ||
6931 | Tag: (none) | ||
6932 | Log: | ||
6933 | Apply lash_patch35 from vodz, which brings several nice size_optimizations. | ||
6934 | |||
6935 | Members: | ||
6936 | applets/busybox.c:1.137->1.138 | ||
6937 | coreutils/ln.c:1.38->1.39 | ||
6938 | fileutils/ln.c:1.38->1.39 | ||
6939 | modutils/config.in:1.2->1.3 | ||
6940 | modutils/lsmod.c:1.28->1.29 | ||
6941 | util-linux/mkswap.c:1.25->1.26 | ||
6942 | util-linux/mount.c:1.97->1.98 | ||
6943 | |||
6944 | --------------------- | ||
6945 | PatchSet 2589 | ||
6946 | Date: 2002/04/06 23:16:44 | ||
6947 | Author: andersen | ||
6948 | Branch: HEAD | ||
6949 | Tag: (none) | ||
6950 | Log: | ||
6951 | Patch from Edward Betts <edward@debian.org> to add -x switch to du.c | ||
6952 | |||
6953 | Members: | ||
6954 | coreutils/du.c:1.52->1.53 | ||
6955 | fileutils/du.c:1.52->1.53 | ||
6956 | include/usage.h:1.85->1.86 | ||
6957 | |||
6958 | --------------------- | ||
6959 | PatchSet 2590 | ||
6960 | Date: 2002/04/07 04:18:23 | ||
6961 | Author: andersen | ||
6962 | Branch: HEAD | ||
6963 | Tag: (none) | ||
6964 | Log: | ||
6965 | Fix thinko where I axed needed variables, as noted by Axel Barnitzke. | ||
6966 | |||
6967 | Members: | ||
6968 | pwd_grp/getty.c:1.4->1.5 | ||
6969 | |||
6970 | --------------------- | ||
6971 | PatchSet 2591 | ||
6972 | Date: 2002/04/11 21:40:00 | ||
6973 | Author: andersen | ||
6974 | Branch: HEAD | ||
6975 | Tag: (none) | ||
6976 | Log: | ||
6977 | Oldnews | ||
6978 | |||
6979 | Members: | ||
6980 | docs/busybox.net/oldnews.html:1.11->1.12 | ||
6981 | |||
6982 | --------------------- | ||
6983 | PatchSet 2592 | ||
6984 | Date: 2002/04/12 01:28:59 | ||
6985 | Author: andersen | ||
6986 | Branch: HEAD | ||
6987 | Tag: (none) | ||
6988 | Log: | ||
6989 | Fix handling of endianness. | ||
6990 | -Erik | ||
6991 | |||
6992 | Members: | ||
6993 | modutils/insmod.c:1.80->1.81 | ||
6994 | |||
6995 | --------------------- | ||
6996 | PatchSet 2593 | ||
6997 | Date: 2002/04/12 13:05:24 | ||
6998 | Author: andersen | ||
6999 | Branch: HEAD | ||
7000 | Tag: (none) | ||
7001 | Log: | ||
7002 | Completely rework the config system so that it no longer annoys me to work on | ||
7003 | the busybox development tree. This eliminates the use of recursive make, and | ||
7004 | once again allows us to run 'make' in a subdirectory with the expected result. | ||
7005 | And things are now much faster too. Greatly improved IMHO... | ||
7006 | -Erik | ||
7007 | |||
7008 | Members: | ||
7009 | Makefile:1.254->1.255 | ||
7010 | Rules.mak:1.1->1.2 | ||
7011 | applets/Makefile:1.2->1.3 | ||
7012 | applets/Makefile.in:INITIAL->1.1 | ||
7013 | archival/Makefile:1.4->1.5 | ||
7014 | archival/Makefile.in:INITIAL->1.1 | ||
7015 | archival/libunarchive/Makefile:1.2->1.3 | ||
7016 | archival/libunarchive/Makefile.in:INITIAL->1.1 | ||
7017 | console-tools/Makefile:1.1->1.2 | ||
7018 | console-tools/Makefile.in:INITIAL->1.1 | ||
7019 | editors/Makefile:1.1->1.2 | ||
7020 | editors/Makefile.in:INITIAL->1.1 | ||
7021 | fileutils/Makefile:1.1->1.2 | ||
7022 | fileutils/Makefile.in:INITIAL->1.1 | ||
7023 | findutils/Makefile:1.1->1.2 | ||
7024 | findutils/Makefile.in:INITIAL->1.1 | ||
7025 | init/Makefile:1.2->1.3 | ||
7026 | init/Makefile.in:INITIAL->1.1 | ||
7027 | libbb/Makefile:1.7->1.8 | ||
7028 | libbb/Makefile.in:INITIAL->1.1 | ||
7029 | miscutils/Makefile:1.4->1.5 | ||
7030 | miscutils/Makefile.in:INITIAL->1.1 | ||
7031 | modutils/Makefile:1.1->1.2 | ||
7032 | modutils/Makefile.in:INITIAL->1.1 | ||
7033 | networking/Makefile:1.4->1.5 | ||
7034 | networking/Makefile.in:INITIAL->1.1 | ||
7035 | procps/Makefile:1.1->1.2 | ||
7036 | procps/Makefile.in:INITIAL->1.1 | ||
7037 | pwd_grp/Makefile:1.6->1.7 | ||
7038 | pwd_grp/Makefile.in:INITIAL->1.1 | ||
7039 | pwd_grp/libpwd_grp/Makefile:1.1->1.2 | ||
7040 | pwd_grp/libpwd_grp/Makefile.in:INITIAL->1.1 | ||
7041 | shell/Makefile:1.1->1.2 | ||
7042 | shell/Makefile.in:INITIAL->1.1 | ||
7043 | shellutils/Makefile:1.3->1.4 | ||
7044 | shellutils/Makefile.in:INITIAL->1.1 | ||
7045 | sysklogd/Makefile:1.2->1.3 | ||
7046 | sysklogd/Makefile.in:INITIAL->1.1 | ||
7047 | textutils/Makefile:1.2->1.3 | ||
7048 | textutils/Makefile.in:INITIAL->1.1 | ||
7049 | util-linux/Makefile:1.3->1.4 | ||
7050 | util-linux/Makefile.in:INITIAL->1.1 | ||
7051 | |||
7052 | --------------------- | ||
7053 | PatchSet 2594 | ||
7054 | Date: 2002/04/13 06:37:10 | ||
7055 | Author: timr | ||
7056 | Branch: HEAD | ||
7057 | Tag: (none) | ||
7058 | Log: | ||
7059 | make ash prompt the same as other shells if cmdedit and fancyprompt | ||
7060 | |||
7061 | Members: | ||
7062 | shell/ash.c:1.46->1.47 | ||
7063 | |||
7064 | --------------------- | ||
7065 | PatchSet 2595 | ||
7066 | Date: 2002/04/13 09:31:52 | ||
7067 | Author: andersen | ||
7068 | Branch: HEAD | ||
7069 | Tag: (none) | ||
7070 | Log: | ||
7071 | Update some missing copyright notices | ||
7072 | |||
7073 | Members: | ||
7074 | archival/tar.c:1.145->1.146 | ||
7075 | coreutils/mknod.c:1.21->1.22 | ||
7076 | coreutils/pwd.c:1.21->1.22 | ||
7077 | coreutils/sleep.c:1.15->1.16 | ||
7078 | coreutils/sync.c:1.17->1.18 | ||
7079 | coreutils/usleep.c:1.9->1.10 | ||
7080 | fileutils/mknod.c:1.21->1.22 | ||
7081 | fileutils/sync.c:1.17->1.18 | ||
7082 | init/halt.c:1.18->1.19 | ||
7083 | init/init.c:1.159->1.160 | ||
7084 | init/poweroff.c:1.15->1.16 | ||
7085 | init/reboot.c:1.22->1.23 | ||
7086 | procps/kill.c:1.41->1.42 | ||
7087 | shellutils/pwd.c:1.21->1.22 | ||
7088 | shellutils/sleep.c:1.15->1.16 | ||
7089 | shellutils/usleep.c:1.9->1.10 | ||
7090 | util-linux/fdflush.c:1.18->1.19 | ||
7091 | util-linux/more.c:1.53->1.54 | ||
7092 | util-linux/mount.c:1.98->1.99 | ||
7093 | |||
7094 | --------------------- | ||
7095 | PatchSet 2596 | ||
7096 | Date: 2002/04/13 09:43:01 | ||
7097 | Author: andersen | ||
7098 | Branch: HEAD | ||
7099 | Tag: (none) | ||
7100 | Log: | ||
7101 | Patch from Laurence Anderson <L.D.Anderson@warwick.ac.uk> for | ||
7102 | better tape drive support in tar/cpio by using an intervening | ||
7103 | pipe... | ||
7104 | |||
7105 | Members: | ||
7106 | archival/config.in:1.7->1.8 | ||
7107 | archival/libunarchive/unarchive.c:1.3->1.4 | ||
7108 | |||
7109 | --------------------- | ||
7110 | PatchSet 2597 | ||
7111 | Date: 2002/04/13 10:10:34 | ||
7112 | Author: andersen | ||
7113 | Branch: HEAD | ||
7114 | Tag: (none) | ||
7115 | Log: | ||
7116 | Rework per how I did things in version in 0.60.3 so it can | ||
7117 | properly uncompress multiple files now. | ||
7118 | -Erik | ||
7119 | |||
7120 | Members: | ||
7121 | archival/gunzip.c:1.60->1.61 | ||
7122 | |||
7123 | --------------------- | ||
7124 | PatchSet 2598 | ||
7125 | Date: 2002/04/13 10:30:25 | ||
7126 | Author: andersen | ||
7127 | Branch: HEAD | ||
7128 | Tag: (none) | ||
7129 | Log: | ||
7130 | Teach tftp to direct the fetched file to stdout when the | ||
7131 | user specifies "-l -" | ||
7132 | -Erik | ||
7133 | |||
7134 | Members: | ||
7135 | networking/tftp.c:1.10->1.11 | ||
7136 | |||
7137 | --------------------- | ||
7138 | PatchSet 2599 | ||
7139 | Date: 2002/04/13 13:33:38 | ||
7140 | Author: andersen | ||
7141 | Branch: HEAD | ||
7142 | Tag: (none) | ||
7143 | Log: | ||
7144 | Nice patch from Wolfgang Denk <wd@denx.de> to provide hush with | ||
7145 | shell loops (for, while, until) and control operators (||, &&) | ||
7146 | |||
7147 | Members: | ||
7148 | shell/hush.c:1.58->1.59 | ||
7149 | |||
7150 | --------------------- | ||
7151 | PatchSet 2600 | ||
7152 | Date: 2002/04/13 14:02:03 | ||
7153 | Author: andersen | ||
7154 | Branch: HEAD | ||
7155 | Tag: (none) | ||
7156 | Log: | ||
7157 | Stupid gcc always includes its own builtin strlen()... | ||
7158 | |||
7159 | Members: | ||
7160 | include/libbb.h:1.70->1.71 | ||
7161 | libbb/xfuncs.c:1.5->1.6 | ||
7162 | |||
7163 | --------------------- | ||
7164 | PatchSet 2601 | ||
7165 | Date: 2002/04/13 14:18:15 | ||
7166 | Author: andersen | ||
7167 | Branch: HEAD | ||
7168 | Tag: (none) | ||
7169 | Log: | ||
7170 | Sed can go into an infinite loop | ||
7171 | |||
7172 | Members: | ||
7173 | testsuite/sed/sed-recurses-properly:INITIAL->1.1 | ||
7174 | |||
7175 | --------------------- | ||
7176 | PatchSet 2602 | ||
7177 | Date: 2002/04/13 14:26:49 | ||
7178 | Author: andersen | ||
7179 | Branch: HEAD | ||
7180 | Tag: (none) | ||
7181 | Log: | ||
7182 | Patch from Jim Treadway and Vladimir Oleynik to Add CTRL-K | ||
7183 | and fix CTRL-L support for cmdedit.c | ||
7184 | |||
7185 | Members: | ||
7186 | shell/cmdedit.c:1.67->1.68 | ||
7187 | |||
7188 | --------------------- | ||
7189 | PatchSet 2603 | ||
7190 | Date: 2002/04/13 14:32:28 | ||
7191 | Author: andersen | ||
7192 | Branch: HEAD | ||
7193 | Tag: (none) | ||
7194 | Log: | ||
7195 | Patch from Jim Treadway <jim@stardot-tech.com> to teach | ||
7196 | pidof to not add trailing spaces when not needed. | ||
7197 | |||
7198 | Members: | ||
7199 | procps/pidof.c:1.3->1.4 | ||
7200 | |||
7201 | --------------------- | ||
7202 | PatchSet 2604 | ||
7203 | Date: 2002/04/13 14:39:48 | ||
7204 | Author: andersen | ||
7205 | Branch: HEAD | ||
7206 | Tag: (none) | ||
7207 | Log: | ||
7208 | Add a 'make uninstall' target | ||
7209 | |||
7210 | Members: | ||
7211 | Makefile:1.255->1.256 | ||
7212 | |||
7213 | --------------------- | ||
7214 | PatchSet 2605 | ||
7215 | Date: 2002/04/13 14:47:37 | ||
7216 | Author: andersen | ||
7217 | Branch: HEAD | ||
7218 | Tag: (none) | ||
7219 | Log: | ||
7220 | Patch from Kevin Hilman <khilman@equator.com> to fix potential | ||
7221 | memory corruption from long pathnames in /etc/fstab. | ||
7222 | |||
7223 | Members: | ||
7224 | util-linux/mount.c:1.99->1.100 | ||
7225 | |||
7226 | --------------------- | ||
7227 | PatchSet 2606 | ||
7228 | Date: 2002/04/13 14:52:13 | ||
7229 | Author: andersen | ||
7230 | Branch: HEAD | ||
7231 | Tag: (none) | ||
7232 | Log: | ||
7233 | Cleanup make clean | ||
7234 | |||
7235 | Members: | ||
7236 | Makefile:1.256->1.257 | ||
7237 | |||
7238 | --------------------- | ||
7239 | PatchSet 2607 | ||
7240 | Date: 2002/04/13 15:07:30 | ||
7241 | Author: andersen | ||
7242 | Branch: HEAD | ||
7243 | Tag: (none) | ||
7244 | Log: | ||
7245 | Patch from Larry Doolittle to teach syslogd to not give up when errno is EINTR | ||
7246 | |||
7247 | Members: | ||
7248 | sysklogd/syslogd.c:1.82->1.83 | ||
7249 | |||
7250 | --------------------- | ||
7251 | PatchSet 2608 | ||
7252 | Date: 2002/04/13 15:26:41 | ||
7253 | Author: andersen | ||
7254 | Branch: HEAD | ||
7255 | Tag: (none) | ||
7256 | Log: | ||
7257 | Teach makedevs to not segfault quite so much | ||
7258 | |||
7259 | Members: | ||
7260 | miscutils/makedevs.c:1.11->1.12 | ||
7261 | |||
7262 | --------------------- | ||
7263 | PatchSet 2609 | ||
7264 | Date: 2002/04/13 15:44:28 | ||
7265 | Author: andersen | ||
7266 | Branch: HEAD | ||
7267 | Tag: (none) | ||
7268 | Log: | ||
7269 | Silly me | ||
7270 | |||
7271 | Members: | ||
7272 | libbb/xfuncs.c:1.6->1.7 | ||
7273 | |||
7274 | --------------------- | ||
7275 | PatchSet 2610 | ||
7276 | Date: 2002/04/13 15:48:48 | ||
7277 | Author: andersen | ||
7278 | Branch: HEAD | ||
7279 | Tag: (none) | ||
7280 | Log: | ||
7281 | Patch from Jim Treadway -- fix a missing "\" in usage.h | ||
7282 | |||
7283 | Members: | ||
7284 | include/usage.h:1.86->1.87 | ||
7285 | |||
7286 | --------------------- | ||
7287 | PatchSet 2611 | ||
7288 | Date: 2002/04/13 16:12:39 | ||
7289 | Author: andersen | ||
7290 | Branch: HEAD | ||
7291 | Tag: (none) | ||
7292 | Log: | ||
7293 | Patch from Jim Treadway <jim@stardot-tech.com>: | ||
7294 | The internal __getgrent function doesn't allocate enough memory to hold | ||
7295 | the trailing NULL pointer in the gr_mem member of the returned 'struct | ||
7296 | group *'. | ||
7297 | |||
7298 | Members: | ||
7299 | pwd_grp/libpwd_grp/__getgrent.c:1.2->1.3 | ||
7300 | |||
7301 | --------------------- | ||
7302 | PatchSet 2612 | ||
7303 | Date: 2002/04/15 08:40:27 | ||
7304 | Author: andersen | ||
7305 | Branch: HEAD | ||
7306 | Tag: (none) | ||
7307 | Log: | ||
7308 | Patch from Ben Low <ben@titr.uow.edu.au> to allow tftp to work | ||
7309 | with stdin as well as stdout. | ||
7310 | |||
7311 | Members: | ||
7312 | networking/tftp.c:1.11->1.12 | ||
7313 | |||
7314 | --------------------- | ||
7315 | PatchSet 2613 | ||
7316 | Date: 2002/04/15 16:01:37 | ||
7317 | Author: kraai | ||
7318 | Branch: HEAD | ||
7319 | Tag: (none) | ||
7320 | Log: | ||
7321 | * archival/bunzip2.c (bunzip2_main): Do not remove files if writing to standard | ||
7322 | output. | ||
7323 | * testsuite/bunzip2/bzcat-does-not-remove-compressed-file: New. | ||
7324 | |||
7325 | Members: | ||
7326 | archival/bunzip2.c:1.7->1.8 | ||
7327 | testsuite/bunzip2/bzcat-does-not-remove-compressed-file:INITIAL->1.1 | ||
7328 | |||
7329 | --------------------- | ||
7330 | PatchSet 2614 | ||
7331 | Date: 2002/04/17 16:33:24 | ||
7332 | Author: kraai | ||
7333 | Branch: HEAD | ||
7334 | Tag: (none) | ||
7335 | Log: | ||
7336 | * networking/wget.c (wget_main): Check return value of safe_fwrite. | ||
7337 | |||
7338 | Members: | ||
7339 | networking/wget.c:1.47->1.48 | ||
7340 | |||
7341 | --------------------- | ||
7342 | PatchSet 2615 | ||
7343 | Date: 2002/04/17 21:21:45 | ||
7344 | Author: andersen | ||
7345 | Branch: HEAD | ||
7346 | Tag: (none) | ||
7347 | Log: | ||
7348 | ls could mis-color certain entries when previous commands | ||
7349 | had failed. Explicitly 0 out errno to prevent that. | ||
7350 | |||
7351 | Members: | ||
7352 | coreutils/ls.c:1.89->1.90 | ||
7353 | fileutils/ls.c:1.89->1.90 | ||
7354 | |||
7355 | --------------------- | ||
7356 | PatchSet 2616 | ||
7357 | Date: 2002/04/25 00:08:23 | ||
7358 | Author: andersen | ||
7359 | Branch: HEAD | ||
7360 | Tag: (none) | ||
7361 | Log: | ||
7362 | Apply last_patch37 from vodz | ||
7363 | |||
7364 | Members: | ||
7365 | shell/cmdedit.c:1.68->1.69 | ||
7366 | |||
7367 | --------------------- | ||
7368 | PatchSet 2617 | ||
7369 | Date: 2002/04/25 00:12:10 | ||
7370 | Author: andersen | ||
7371 | Branch: HEAD | ||
7372 | Tag: (none) | ||
7373 | Log: | ||
7374 | vodz noted this line (as imported from Debian) is wrong, and has since | ||
7375 | been fixed upstream. | ||
7376 | |||
7377 | Members: | ||
7378 | shell/ash.c:1.47->1.48 | ||
7379 | |||
7380 | --------------------- | ||
7381 | PatchSet 2618 | ||
7382 | Date: 2002/04/26 07:04:01 | ||
7383 | Author: andersen | ||
7384 | Branch: HEAD | ||
7385 | Tag: (none) | ||
7386 | Log: | ||
7387 | Reworked by Robert Griebl <griebl@gmx.de> to support proper | ||
7388 | module dependancies. | ||
7389 | |||
7390 | Members: | ||
7391 | modutils/modprobe.c:1.3->1.4 | ||
7392 | |||
7393 | --------------------- | ||
7394 | PatchSet 2619 | ||
7395 | Date: 2002/04/26 08:20:47 | ||
7396 | Author: andersen | ||
7397 | Branch: HEAD | ||
7398 | Tag: (none) | ||
7399 | Log: | ||
7400 | Forward port patch from Przemyslaw Czerpak <druzus@polbox.com>: | ||
7401 | |||
7402 | 1. busybox-telnet dosn't inform server about the size of terminal screen. | ||
7403 | In the world of xterminals and frame buffers it's rather horrible | ||
7404 | to use fixed 80x24 region in upper-left corner of screen/window. | ||
7405 | |||
7406 | 2. If client sends character 0x0d to the server then sends character 0x0a | ||
7407 | the server eat the second byte (0x0a) - it's described in telnet RFC. | ||
7408 | Client should send two bytes ( 0x0d + 0x0a or 0x0d + 0x00 ) insted of | ||
7409 | one 0x0d byte. | ||
7410 | |||
7411 | 3. busybox telnet implementation wasn't 8bit clean (look at 0xff byte). | ||
7412 | I need it because I have to use binray transfer like rz/sz. So when | ||
7413 | I resloved the problem (2) I corrected this one two. | ||
7414 | |||
7415 | This also contains a small cleanup patch from vodz, and some minor editing | ||
7416 | by me. | ||
7417 | |||
7418 | Members: | ||
7419 | networking/telnet.c:1.27->1.28 | ||
7420 | |||
7421 | --------------------- | ||
7422 | PatchSet 2620 | ||
7423 | Date: 2002/04/26 08:41:22 | ||
7424 | Author: timr | ||
7425 | Branch: HEAD | ||
7426 | Tag: (none) | ||
7427 | Log: | ||
7428 | fix from kergoth | ||
7429 | |||
7430 | Members: | ||
7431 | editors/vi.c:1.20->1.21 | ||
7432 | |||
7433 | --------------------- | ||
7434 | PatchSet 2621 | ||
7435 | Date: 2002/04/26 08:53:39 | ||
7436 | Author: timr | ||
7437 | Branch: HEAD | ||
7438 | Tag: (none) | ||
7439 | Log: | ||
7440 | add missing void, still has issues though | ||
7441 | |||
7442 | Members: | ||
7443 | networking/telnet.c:1.28->1.29 | ||
7444 | |||
7445 | --------------------- | ||
7446 | PatchSet 2622 | ||
7447 | Date: 2002/04/26 09:00:33 | ||
7448 | Author: andersen | ||
7449 | Branch: HEAD | ||
7450 | Tag: (none) | ||
7451 | Log: | ||
7452 | Minor formatting | ||
7453 | |||
7454 | Members: | ||
7455 | networking/telnet.c:1.29->1.30 | ||
7456 | |||
7457 | --------------------- | ||
7458 | PatchSet 2623 | ||
7459 | Date: 2002/04/26 09:44:17 | ||
7460 | Author: andersen | ||
7461 | Branch: HEAD | ||
7462 | Tag: (none) | ||
7463 | Log: | ||
7464 | Fix bugs | ||
7465 | |||
7466 | Members: | ||
7467 | networking/telnet.c:1.30->1.31 | ||
7468 | |||
7469 | --------------------- | ||
7470 | PatchSet 2624 | ||
7471 | Date: 2002/04/27 00:39:48 | ||
7472 | Author: andersen | ||
7473 | Branch: HEAD | ||
7474 | Tag: (none) | ||
7475 | Log: | ||
7476 | Ensure that getenv("PATH") stays current, since otherwise cmdedit | ||
7477 | (which calls getenv("PATH")) would not operate upon the current | ||
7478 | PATH settings, which was really quite iritating. | ||
7479 | -Erik | ||
7480 | |||
7481 | Members: | ||
7482 | shell/ash.c:1.48->1.49 | ||
7483 | shell/msh.c:1.9->1.10 | ||
7484 | |||
7485 | --------------------- | ||
7486 | PatchSet 2625 | ||
7487 | Date: 2002/04/27 00:53:10 | ||
7488 | Author: andersen | ||
7489 | Branch: HEAD | ||
7490 | Tag: (none) | ||
7491 | Log: | ||
7492 | Add the who applet, supplied by Da Chen <dchen@ayrnetworks.com> | ||
7493 | |||
7494 | Members: | ||
7495 | coreutils/who.c:INITIAL->1.1 | ||
7496 | include/applets.h:1.55->1.56 | ||
7497 | include/usage.h:1.87->1.88 | ||
7498 | shellutils/Makefile.in:1.1->1.2 | ||
7499 | shellutils/config.in:1.4->1.5 | ||
7500 | shellutils/who.c:INITIAL->1.1 | ||
7501 | |||
7502 | --------------------- | ||
7503 | PatchSet 2626 | ||
7504 | Date: 2002/04/27 00:59:11 | ||
7505 | Author: andersen | ||
7506 | Branch: HEAD | ||
7507 | Tag: (none) | ||
7508 | Log: | ||
7509 | Add netcat -i option, per patch from Cristian Ionescu-Idbohrn | ||
7510 | <cristian.ionescu-idbohrn@axis.com> | ||
7511 | |||
7512 | Members: | ||
7513 | include/usage.h:1.88->1.89 | ||
7514 | networking/nc.c:1.18->1.19 | ||
7515 | |||
7516 | --------------------- | ||
7517 | PatchSet 2627 | ||
7518 | Date: 2002/04/27 01:06:47 | ||
7519 | Author: andersen | ||
7520 | Branch: HEAD | ||
7521 | Tag: (none) | ||
7522 | Log: | ||
7523 | When the .config file is missing, supply a default one | ||
7524 | and run menuconfig | ||
7525 | |||
7526 | Members: | ||
7527 | Makefile:1.257->1.258 | ||
7528 | |||
7529 | --------------------- | ||
7530 | PatchSet 2628 | ||
7531 | Date: 2002/04/27 02:31:43 | ||
7532 | Author: andersen | ||
7533 | Branch: HEAD | ||
7534 | Tag: (none) | ||
7535 | Log: | ||
7536 | Support noerror option | ||
7537 | |||
7538 | Members: | ||
7539 | coreutils/dd.c:1.48->1.49 | ||
7540 | fileutils/dd.c:1.48->1.49 | ||
7541 | include/usage.h:1.89->1.90 | ||
7542 | |||
7543 | --------------------- | ||
7544 | PatchSet 2629 | ||
7545 | Date: 2002/04/27 05:06:55 | ||
7546 | Author: andersen | ||
7547 | Branch: HEAD | ||
7548 | Tag: (none) | ||
7549 | Log: | ||
7550 | uClibc supports struct _res these days... | ||
7551 | |||
7552 | Members: | ||
7553 | networking/nslookup.c:1.27->1.28 | ||
7554 | |||
7555 | --------------------- | ||
7556 | PatchSet 2630 | ||
7557 | Date: 2002/04/27 07:06:11 | ||
7558 | Author: andersen | ||
7559 | Branch: HEAD | ||
7560 | Tag: (none) | ||
7561 | Log: | ||
7562 | Patch from Cliff L. Biffle <cbiffle@safety.net> to display memory | ||
7563 | usage in the ps listing | ||
7564 | |||
7565 | Members: | ||
7566 | procps/ps.c:1.44->1.45 | ||
7567 | |||
7568 | --------------------- | ||
7569 | PatchSet 2631 | ||
7570 | Date: 2002/04/27 10:19:39 | ||
7571 | Author: andersen | ||
7572 | Branch: HEAD | ||
7573 | Tag: (none) | ||
7574 | Log: | ||
7575 | Fix silly combinitorial oversight | ||
7576 | |||
7577 | Members: | ||
7578 | coreutils/ls.c:1.90->1.91 | ||
7579 | fileutils/ls.c:1.90->1.91 | ||
7580 | |||
7581 | --------------------- | ||
7582 | PatchSet 2632 | ||
7583 | Date: 2002/04/27 13:16:48 | ||
7584 | Author: andersen | ||
7585 | Branch: HEAD | ||
7586 | Tag: (none) | ||
7587 | Log: | ||
7588 | Update website | ||
7589 | |||
7590 | Members: | ||
7591 | docs/busybox.net/index.html:1.103->1.104 | ||
7592 | docs/busybox.net/screenshot.html:1.3->1.4 | ||
7593 | |||
7594 | --------------------- | ||
7595 | PatchSet 2633 | ||
7596 | Date: 2002/04/29 16:32:32 | ||
7597 | Author: kraai | ||
7598 | Branch: HEAD | ||
7599 | Tag: (none) | ||
7600 | Log: | ||
7601 | * archival/gunzip.c (gunzip_file): New. | ||
7602 | (gunzip_main): Handle no arguments correctly. | ||
7603 | |||
7604 | Members: | ||
7605 | archival/gunzip.c:1.61->1.62 | ||
7606 | |||
7607 | --------------------- | ||
7608 | PatchSet 2634 | ||
7609 | Date: 2002/05/01 06:57:15 | ||
7610 | Author: timr | ||
7611 | Branch: HEAD | ||
7612 | Tag: (none) | ||
7613 | Log: | ||
7614 | fix and shrink uuencode | ||
7615 | |||
7616 | Members: | ||
7617 | Changelog:1.275->1.276 | ||
7618 | coreutils/uuencode.c:1.21->1.22 | ||
7619 | textutils/uuencode.c:1.21->1.22 | ||
7620 | |||
7621 | --------------------- | ||
7622 | PatchSet 2635 | ||
7623 | Date: 2002/05/03 11:34:35 | ||
7624 | Author: andersen | ||
7625 | Branch: HEAD | ||
7626 | Tag: (none) | ||
7627 | Log: | ||
7628 | Patch from Robert Griebl <griebl@gmx.de> to ignore the -s flag | ||
7629 | |||
7630 | Members: | ||
7631 | modutils/insmod.c:1.81->1.82 | ||
7632 | |||
7633 | --------------------- | ||
7634 | PatchSet 2636 | ||
7635 | Date: 2002/05/03 16:22:42 | ||
7636 | Author: andersen | ||
7637 | Branch: HEAD | ||
7638 | Tag: (none) | ||
7639 | Log: | ||
7640 | Make verbose and show_only work as expected | ||
7641 | -Erik | ||
7642 | |||
7643 | Members: | ||
7644 | modutils/modprobe.c:1.4->1.5 | ||
7645 | |||
7646 | --------------------- | ||
7647 | PatchSet 2637 | ||
7648 | Date: 2002/05/03 16:48:26 | ||
7649 | Author: andersen | ||
7650 | Branch: HEAD | ||
7651 | Tag: (none) | ||
7652 | Log: | ||
7653 | Patch from Robert Griebl <griebl@gmx.de> to support modprobe -r properly, | ||
7654 | merged in with the latest and greatest. | ||
7655 | |||
7656 | Members: | ||
7657 | modutils/modprobe.c:1.5->1.6 | ||
7658 | |||
7659 | --------------------- | ||
7660 | PatchSet 2638 | ||
7661 | Date: 2002/05/05 04:40:14 | ||
7662 | Author: andersen | ||
7663 | Branch: HEAD | ||
7664 | Tag: (none) | ||
7665 | Log: | ||
7666 | Tom Oehser noticed that we were lacking the SO_REUSEADDR flag. | ||
7667 | |||
7668 | Members: | ||
7669 | networking/nc.c:1.19->1.20 | ||
7670 | |||
7671 | --------------------- | ||
7672 | PatchSet 2639 | ||
7673 | Date: 2002/05/14 23:56:29 | ||
7674 | Author: sandman | ||
7675 | Branch: HEAD | ||
7676 | Tag: (none) | ||
7677 | Log: | ||
7678 | Entries with "noauto" options are ignored correctly when mounting all | ||
7679 | ("mount -a"), but mount fails when these entries are specified explicitly | ||
7680 | In these cases the "noauto" option has to be simply ignored. | ||
7681 | |||
7682 | Members: | ||
7683 | util-linux/mount.c:1.100->1.101 | ||
7684 | |||
7685 | --------------------- | ||
7686 | PatchSet 2640 | ||
7687 | Date: 2002/05/15 00:03:23 | ||
7688 | Author: sandman | ||
7689 | Branch: HEAD | ||
7690 | Tag: (none) | ||
7691 | Log: | ||
7692 | This patch adds -e (extended information) to route and -r/-e (show routing | ||
7693 | tables/extended information) to netstat. | ||
7694 | This makes them behave (more) like their GNU counterparts. | ||
7695 | |||
7696 | Members: | ||
7697 | networking/netstat.c:1.2->1.3 | ||
7698 | networking/route.c:1.14->1.15 | ||
7699 | |||
7700 | --------------------- | ||
7701 | PatchSet 2641 | ||
7702 | Date: 2002/05/15 00:10:58 | ||
7703 | Author: sandman | ||
7704 | Branch: HEAD | ||
7705 | Tag: (none) | ||
7706 | Log: | ||
7707 | This patch adds -e (extended information) to route and -r/-e (show routing | ||
7708 | tables/extended information) to netstat. | ||
7709 | This makes them behave (more) like their GNU counterparts. | ||
7710 | |||
7711 | Members: | ||
7712 | include/usage.h:1.90->1.91 | ||
7713 | |||
7714 | --------------------- | ||
7715 | PatchSet 2642 | ||
7716 | Date: 2002/05/15 00:22:06 | ||
7717 | Author: sandman | ||
7718 | Branch: HEAD | ||
7719 | Tag: (none) | ||
7720 | Log: | ||
7721 | Add --login support. This is the bash way of starting a shell that should | ||
7722 | parse the profile files. | ||
7723 | |||
7724 | Members: | ||
7725 | shell/ash.c:1.49->1.50 | ||
7726 | |||
7727 | --------------------- | ||
7728 | PatchSet 2643 | ||
7729 | Date: 2002/05/15 00:36:44 | ||
7730 | Author: sandman | ||
7731 | Branch: HEAD | ||
7732 | Tag: (none) | ||
7733 | Log: | ||
7734 | Added support for -Y|--proxy=on/off to wget | ||
7735 | |||
7736 | Members: | ||
7737 | include/usage.h:1.91->1.92 | ||
7738 | networking/wget.c:1.48->1.49 | ||
7739 | |||
7740 | --------------------- | ||
7741 | PatchSet 2644 | ||
7742 | Date: 2002/05/15 00:42:08 | ||
7743 | Author: sandman | ||
7744 | Branch: HEAD | ||
7745 | Tag: (none) | ||
7746 | Log: | ||
7747 | Complete rewrite to support stack loading/unloading with proper | ||
7748 | handling of duplicates in the dependencies list. | ||
7749 | |||
7750 | Members: | ||
7751 | modutils/modprobe.c:1.6->1.7 | ||
7752 | |||
7753 | --------------------- | ||
7754 | PatchSet 2645 | ||
7755 | Date: 2002/05/15 22:45:52 | ||
7756 | Author: sandman | ||
7757 | Branch: HEAD | ||
7758 | Tag: (none) | ||
7759 | Log: | ||
7760 | Don't delete source file when decompressing to stdout | ||
7761 | This is the normal GNU gunzip behaviour | ||
7762 | |||
7763 | Members: | ||
7764 | archival/gunzip.c:1.62->1.63 | ||
7765 | |||
7766 | --------------------- | ||
7767 | PatchSet 2646 | ||
7768 | Date: 2002/05/15 22:57:42 | ||
7769 | Author: sandman | ||
7770 | Branch: HEAD | ||
7771 | Tag: (none) | ||
7772 | Log: | ||
7773 | gunzip'ing many files to stdout works now | ||
7774 | Fixed a missing initialisation and made a for loop more readable. | ||
7775 | |||
7776 | Members: | ||
7777 | archival/gunzip.c:1.63->1.64 | ||
7778 | |||
7779 | --------------------- | ||
7780 | PatchSet 2647 | ||
7781 | Date: 2002/05/15 23:13:46 | ||
7782 | Author: sandman | ||
7783 | Branch: HEAD | ||
7784 | Tag: (none) | ||
7785 | Log: | ||
7786 | Support old-style compress (.Z) files via libbb / unzip( ) calls | ||
7787 | (configurable) - When enabled an applet "uncompress" is also made | ||
7788 | available (oddname to gunzip) | ||
7789 | |||
7790 | Members: | ||
7791 | archival/libunarchive/unzip.c:1.17->1.18 | ||
7792 | include/applets.h:1.56->1.57 | ||
7793 | libbb/Makefile.in:1.1->1.2 | ||
7794 | libbb/unzip.c:1.17->1.18 | ||
7795 | sysdeps/linux/config.in:1.4->1.5 | ||
7796 | |||
7797 | --------------------- | ||
7798 | PatchSet 2648 | ||
7799 | Date: 2002/05/15 23:19:09 | ||
7800 | Author: andersen | ||
7801 | Branch: HEAD | ||
7802 | Tag: (none) | ||
7803 | Log: | ||
7804 | Doh! Remember to close /etc/inittab | ||
7805 | |||
7806 | Members: | ||
7807 | init/init.c:1.160->1.161 | ||
7808 | |||
7809 | --------------------- | ||
7810 | PatchSet 2649 | ||
7811 | Date: 2002/05/16 20:14:15 | ||
7812 | Author: sandman | ||
7813 | Branch: HEAD | ||
7814 | Tag: (none) | ||
7815 | Log: | ||
7816 | Reduced code size for new -e flag (suggested by vodz) | ||
7817 | |||
7818 | Members: | ||
7819 | networking/route.c:1.15->1.16 | ||
7820 | |||
7821 | --------------------- | ||
7822 | PatchSet 2650 | ||
7823 | Date: 2002/05/17 23:18:04 | ||
7824 | Author: sandman | ||
7825 | Branch: HEAD | ||
7826 | Tag: (none) | ||
7827 | Log: | ||
7828 | SUpport old style -[::digit::] options for head and tail | ||
7829 | Also make head behave like GNU head (-0/-n 0 is valid) | ||
7830 | |||
7831 | Members: | ||
7832 | coreutils/head.c:1.26->1.27 | ||
7833 | coreutils/tail.c:1.40->1.41 | ||
7834 | textutils/head.c:1.26->1.27 | ||
7835 | textutils/tail.c:1.40->1.41 | ||
7836 | |||
7837 | --------------------- | ||
7838 | PatchSet 2651 | ||
7839 | Date: 2002/05/18 10:16:04 | ||
7840 | Author: timr | ||
7841 | Branch: HEAD | ||
7842 | Tag: (none) | ||
7843 | Log: | ||
7844 | ping return 1 if can't ping | ||
7845 | |||
7846 | Members: | ||
7847 | networking/ping.c:1.50->1.51 | ||
7848 | |||
7849 | --------------------- | ||
7850 | PatchSet 2652 | ||
7851 | Date: 2002/05/19 20:00:14 | ||
7852 | Author: sandman | ||
7853 | Branch: HEAD | ||
7854 | Tag: (none) | ||
7855 | Log: | ||
7856 | Support old-style compress (.Z) files via libbb / unzip( ) calls | ||
7857 | (configurable) - When enabled an applet "uncompress" is also made | ||
7858 | available (oddname to gunzip) | ||
7859 | [the cvs add for this file got lost somehow...] | ||
7860 | |||
7861 | Members: | ||
7862 | archival/libunarchive/uncompress.c:INITIAL->1.1 | ||
7863 | libbb/uncompress.c:INITIAL->1.1 | ||
7864 | |||
7865 | --------------------- | ||
7866 | PatchSet 2653 | ||
7867 | Date: 2002/05/23 00:34:35 | ||
7868 | Author: sandman | ||
7869 | Branch: HEAD | ||
7870 | Tag: (none) | ||
7871 | Log: | ||
7872 | Some cleanups, some size reductions and some buffer overflow checks | ||
7873 | Most of it based on ideas from vodz | ||
7874 | |||
7875 | Members: | ||
7876 | modutils/modprobe.c:1.7->1.8 | ||
7877 | |||
7878 | --------------------- | ||
7879 | PatchSet 2654 | ||
7880 | Date: 2002/05/23 00:38:12 | ||
7881 | Author: sandman | ||
7882 | Branch: HEAD | ||
7883 | Tag: (none) | ||
7884 | Log: | ||
7885 | Made exit code SysV compliant. Also added -s (single pid) flag. | ||
7886 | |||
7887 | Members: | ||
7888 | procps/pidof.c:1.4->1.5 | ||
7889 | |||
7890 | --------------------- | ||
7891 | PatchSet 2655 | ||
7892 | Date: 2002/05/24 07:50:15 | ||
7893 | Author: andersen | ||
7894 | Branch: HEAD | ||
7895 | Tag: (none) | ||
7896 | Log: | ||
7897 | Patch from Magnus Damm <damm@opensource.se> to rework things | ||
7898 | greatly, and keep the arch specific relocations together, | ||
7899 | fixes R_PPC_ADDR32 handling so powerpc can work, and changes the | ||
7900 | tlb tables to be linked lists (again so powerpc can work). | ||
7901 | |||
7902 | Members: | ||
7903 | modutils/insmod.c:1.82->1.83 | ||
7904 | |||
7905 | --------------------- | ||
7906 | PatchSet 2656 | ||
7907 | Date: 2002/05/24 07:59:22 | ||
7908 | Author: andersen | ||
7909 | Branch: HEAD | ||
7910 | Tag: (none) | ||
7911 | Log: | ||
7912 | Ensure that insmod supports at least one MODULE_INTERFACE | ||
7913 | -Erik | ||
7914 | |||
7915 | Members: | ||
7916 | modutils/config.in:1.3->1.4 | ||
7917 | |||
7918 | --------------------- | ||
7919 | PatchSet 2657 | ||
7920 | Date: 2002/05/27 23:24:53 | ||
7921 | Author: sandman | ||
7922 | Branch: HEAD | ||
7923 | Tag: (none) | ||
7924 | Log: | ||
7925 | Added include for isdigit(); simplified -<num> detection | ||
7926 | |||
7927 | Members: | ||
7928 | coreutils/head.c:1.27->1.28 | ||
7929 | coreutils/tail.c:1.41->1.42 | ||
7930 | textutils/head.c:1.27->1.28 | ||
7931 | textutils/tail.c:1.41->1.42 | ||
7932 | |||
7933 | --------------------- | ||
7934 | PatchSet 2658 | ||
7935 | Date: 2002/05/28 22:32:10 | ||
7936 | Author: sandman | ||
7937 | Branch: HEAD | ||
7938 | Tag: (none) | ||
7939 | Log: | ||
7940 | Added support for /etc/modules.conf parsing | ||
7941 | for now only the 'alias' entries are evaluated | ||
7942 | |||
7943 | Members: | ||
7944 | modutils/modprobe.c:1.8->1.9 | ||
7945 | |||
7946 | --------------------- | ||
7947 | PatchSet 2659 | ||
7948 | Date: 2002/05/29 14:45:34 | ||
7949 | Author: bug1 | ||
7950 | Branch: HEAD | ||
7951 | Tag: (none) | ||
7952 | Log: | ||
7953 | Patch from Randolfe Averty to fixup package conflict checks, cleanup some memory leaks and reorganise dependency checking. | ||
7954 | Some further memory leaks fixed by me. | ||
7955 | |||
7956 | Members: | ||
7957 | archival/dpkg.c:1.61->1.62 | ||
7958 | archival/libunarchive/unarchive.c:1.4->1.5 | ||
7959 | |||
7960 | --------------------- | ||
7961 | PatchSet 2660 | ||
7962 | Date: 2002/05/29 20:08:41 | ||
7963 | Author: mjn3 | ||
7964 | Branch: HEAD | ||
7965 | Tag: (none) | ||
7966 | Log: | ||
7967 | Include busybox.h before testing CONFIG_LOCALE_SUPPORT. | ||
7968 | |||
7969 | Members: | ||
7970 | coreutils/cal.c:1.1->1.2 | ||
7971 | shellutils/cal.c:1.1->1.2 | ||
7972 | |||
7973 | --------------------- | ||
7974 | PatchSet 2661 | ||
7975 | Date: 2002/06/02 10:36:12 | ||
7976 | Author: sandman | ||
7977 | Branch: HEAD | ||
7978 | Tag: (none) | ||
7979 | Log: | ||
7980 | Fixed a realloc bug found by Martin Volf | ||
7981 | |||
7982 | Members: | ||
7983 | modutils/modprobe.c:1.9->1.10 | ||
7984 | |||
7985 | --------------------- | ||
7986 | PatchSet 2662 | ||
7987 | Date: 2002/06/04 14:28:43 | ||
7988 | Author: andersen | ||
7989 | Branch: HEAD | ||
7990 | Tag: (none) | ||
7991 | Log: | ||
7992 | Avoid stack munching stdio implementations. | ||
7993 | -Erik | ||
7994 | |||
7995 | Members: | ||
7996 | modutils/modprobe.c:1.10->1.11 | ||
7997 | |||
7998 | --------------------- | ||
7999 | PatchSet 2663 | ||
8000 | Date: 2002/06/04 20:33:58 | ||
8001 | Author: sandman | ||
8002 | Branch: HEAD | ||
8003 | Tag: (none) | ||
8004 | Log: | ||
8005 | Cleaned up Erik's fgets -> read patch and fixed a buffer overflow | ||
8006 | |||
8007 | Members: | ||
8008 | modutils/modprobe.c:1.11->1.12 | ||
8009 | |||
8010 | --------------------- | ||
8011 | PatchSet 2664 | ||
8012 | Date: 2002/06/04 21:06:23 | ||
8013 | Author: sandman | ||
8014 | Branch: HEAD | ||
8015 | Tag: (none) | ||
8016 | Log: | ||
8017 | Implement two types of suid/sgid support for BusyBox: | ||
8018 | 1) tinylogin like with compile time selection and a chown root.root | ||
8019 | 2) Runtime configurable via /etc/busybox.conf (docu is in the works) | ||
8020 | [Parts of this patch may overlap with my other two patches] | ||
8021 | |||
8022 | Members: | ||
8023 | applets/applets.c:1.9->1.10 | ||
8024 | include/applets.h:1.57->1.58 | ||
8025 | include/busybox.h:1.49->1.50 | ||
8026 | include/libbb.h:1.71->1.72 | ||
8027 | sysdeps/linux/config.in:1.5->1.6 | ||
8028 | |||
8029 | --------------------- | ||
8030 | PatchSet 2665 | ||
8031 | Date: 2002/06/04 21:10:10 | ||
8032 | Author: sandman | ||
8033 | Branch: HEAD | ||
8034 | Tag: (none) | ||
8035 | Log: | ||
8036 | Fix for broken handling off BusyBox's own pwd/grp implementations | ||
8037 | [Parts of this patch may overlap with my other two patches] | ||
8038 | |||
8039 | Members: | ||
8040 | include/grp.h:1.3->1.4 | ||
8041 | include/pwd.h:1.3->1.4 | ||
8042 | include/shadow.h:INITIAL->1.1 | ||
8043 | init/start_stop_daemon.c:1.4->1.5 | ||
8044 | libbb/my_getgrgid.c:1.2->1.3 | ||
8045 | libbb/my_getgrnam.c:1.2->1.3 | ||
8046 | libbb/my_getpwnam.c:1.2->1.3 | ||
8047 | libbb/my_getpwnamegid.c:1.2->1.3 | ||
8048 | libbb/my_getpwuid.c:1.2->1.3 | ||
8049 | networking/netstat.c:1.3->1.4 | ||
8050 | shell/ash.c:1.50->1.51 | ||
8051 | |||
8052 | --------------------- | ||
8053 | PatchSet 2666 | ||
8054 | Date: 2002/06/04 21:45:42 | ||
8055 | Author: sandman | ||
8056 | Branch: HEAD | ||
8057 | Tag: (none) | ||
8058 | Log: | ||
8059 | Bigger patch for (partial) tinylogin integration | ||
8060 | - Made a new dir loginutils | ||
8061 | - Moved all applets from pwd_grp to loginutils | ||
8062 | - Added new applets su.c login.c to loginutils | ||
8063 | - Made a new dir libpwdgrp | ||
8064 | - Moved everything from pwd_grp/libpwd_grp there | ||
8065 | - Added shadow.c to libpwdgrp | ||
8066 | - Removed dir pwd_grp | ||
8067 | - Added usage strings for login and su to usage.h | ||
8068 | - Changed main Makefile to reflect the dir rearrangements | ||
8069 | [Parts of this patch may overlap with my other two patches] | ||
8070 | |||
8071 | Members: | ||
8072 | Makefile:1.258->1.259 | ||
8073 | include/usage.h:1.92->1.93 | ||
8074 | libpwdgrp/Makefile:INITIAL->1.1 | ||
8075 | libpwdgrp/Makefile.in:INITIAL->1.1 | ||
8076 | libpwdgrp/__getgrent.c:INITIAL->1.1 | ||
8077 | libpwdgrp/__getpwent.c:INITIAL->1.1 | ||
8078 | libpwdgrp/fgetgrent.c:INITIAL->1.1 | ||
8079 | libpwdgrp/fgetpwent.c:INITIAL->1.1 | ||
8080 | libpwdgrp/getgrgid.c:INITIAL->1.1 | ||
8081 | libpwdgrp/getgrnam.c:INITIAL->1.1 | ||
8082 | libpwdgrp/getpw.c:INITIAL->1.1 | ||
8083 | libpwdgrp/getpwnam.c:INITIAL->1.1 | ||
8084 | libpwdgrp/getpwuid.c:INITIAL->1.1 | ||
8085 | libpwdgrp/grent.c:INITIAL->1.1 | ||
8086 | libpwdgrp/initgroups.c:INITIAL->1.1 | ||
8087 | libpwdgrp/putpwent.c:INITIAL->1.1 | ||
8088 | libpwdgrp/pwent.c:INITIAL->1.1 | ||
8089 | libpwdgrp/setgroups.c:INITIAL->1.1 | ||
8090 | libpwdgrp/shadow.c:INITIAL->1.1 | ||
8091 | loginutils/Makefile:INITIAL->1.1 | ||
8092 | loginutils/Makefile.in:INITIAL->1.1 | ||
8093 | loginutils/addgroup.c:INITIAL->1.1 | ||
8094 | loginutils/adduser.c:INITIAL->1.1 | ||
8095 | loginutils/config.in:INITIAL->1.1 | ||
8096 | loginutils/deluser.c:INITIAL->1.1 | ||
8097 | loginutils/getty.c:INITIAL->1.1 | ||
8098 | loginutils/login.c:INITIAL->1.1 | ||
8099 | loginutils/su.c:INITIAL->1.1 | ||
8100 | loginutils/tinylogin.c:INITIAL->1.1 | ||
8101 | loginutils/tinylogin.h:INITIAL->1.1 | ||
8102 | pwd_grp/Makefile:1.7->1.8(DEAD) | ||
8103 | pwd_grp/Makefile.in:1.1->1.2(DEAD) | ||
8104 | pwd_grp/addgroup.c:1.7->1.8(DEAD) | ||
8105 | pwd_grp/adduser.c:1.10->1.11(DEAD) | ||
8106 | pwd_grp/config.in:1.4->1.5(DEAD) | ||
8107 | pwd_grp/deluser.c:1.7->1.8(DEAD) | ||
8108 | pwd_grp/getty.c:1.5->1.6(DEAD) | ||
8109 | pwd_grp/libpwd_grp/Makefile:1.2->1.3(DEAD) | ||
8110 | pwd_grp/libpwd_grp/Makefile.in:1.1->1.2(DEAD) | ||
8111 | pwd_grp/libpwd_grp/__getgrent.c:1.3->1.4(DEAD) | ||
8112 | pwd_grp/libpwd_grp/__getpwent.c:1.1->1.2(DEAD) | ||
8113 | pwd_grp/libpwd_grp/fgetgrent.c:1.2->1.3(DEAD) | ||
8114 | pwd_grp/libpwd_grp/fgetpwent.c:1.2->1.3(DEAD) | ||
8115 | pwd_grp/libpwd_grp/getgrgid.c:1.2->1.3(DEAD) | ||
8116 | pwd_grp/libpwd_grp/getgrnam.c:1.2->1.3(DEAD) | ||
8117 | pwd_grp/libpwd_grp/getpw.c:1.2->1.3(DEAD) | ||
8118 | pwd_grp/libpwd_grp/getpwnam.c:1.2->1.3(DEAD) | ||
8119 | pwd_grp/libpwd_grp/getpwuid.c:1.2->1.3(DEAD) | ||
8120 | pwd_grp/libpwd_grp/grent.c:1.2->1.3(DEAD) | ||
8121 | pwd_grp/libpwd_grp/initgroups.c:1.3->1.4(DEAD) | ||
8122 | pwd_grp/libpwd_grp/putpwent.c:1.2->1.3(DEAD) | ||
8123 | pwd_grp/libpwd_grp/pwent.c:1.2->1.3(DEAD) | ||
8124 | pwd_grp/libpwd_grp/setgroups.c:1.5->1.6(DEAD) | ||
8125 | |||
8126 | --------------------- | ||
8127 | PatchSet 2667 | ||
8128 | Date: 2002/06/04 21:51:06 | ||
8129 | Author: sandman | ||
8130 | Branch: HEAD | ||
8131 | Tag: (none) | ||
8132 | Log: | ||
8133 | Cleanup leftover files from big move | ||
8134 | |||
8135 | Members: | ||
8136 | pwd_grp/.indent.pro:1.1->1.2(DEAD) | ||
8137 | |||
8138 | --------------------- | ||
8139 | PatchSet 2668 | ||
8140 | Date: 2002/06/05 08:11:32 | ||
8141 | Author: andersen | ||
8142 | Branch: HEAD | ||
8143 | Tag: (none) | ||
8144 | Log: | ||
8145 | plug fd leak noticed by Russ Dill | ||
8146 | -Erik | ||
8147 | |||
8148 | Members: | ||
8149 | init/start_stop_daemon.c:1.5->1.6 | ||
8150 | |||
8151 | --------------------- | ||
8152 | PatchSet 2669 | ||
8153 | Date: 2002/06/06 12:35:29 | ||
8154 | Author: andersen | ||
8155 | Branch: HEAD | ||
8156 | Tag: (none) | ||
8157 | Log: | ||
8158 | last_patch41 from vodz to fix stty -F and similar | ||
8159 | |||
8160 | Members: | ||
8161 | coreutils/stty.c:1.6->1.7 | ||
8162 | shellutils/stty.c:1.6->1.7 | ||
8163 | |||
8164 | --------------------- | ||
8165 | PatchSet 2670 | ||
8166 | Date: 2002/06/06 12:47:00 | ||
8167 | Author: andersen | ||
8168 | Branch: HEAD | ||
8169 | Tag: (none) | ||
8170 | Log: | ||
8171 | Per discussion with vodz, Tim's changes do not seem to make sense. | ||
8172 | Revert them. | ||
8173 | -Erik | ||
8174 | |||
8175 | Members: | ||
8176 | networking/ping.c:1.51->1.52 | ||
8177 | |||
8178 | --------------------- | ||
8179 | PatchSet 2671 | ||
8180 | Date: 2002/06/06 13:07:28 | ||
8181 | Author: andersen | ||
8182 | Branch: HEAD | ||
8183 | Tag: (none) | ||
8184 | Log: | ||
8185 | Patch from vodz to only setenv PATH when PATH changes, which is much | ||
8186 | smarter than my quick fix. | ||
8187 | |||
8188 | Members: | ||
8189 | shell/ash.c:1.51->1.52 | ||
8190 | |||
8191 | --------------------- | ||
8192 | PatchSet 2672 | ||
8193 | Date: 2002/06/06 13:11:55 | ||
8194 | Author: andersen | ||
8195 | Branch: HEAD | ||
8196 | Tag: (none) | ||
8197 | Log: | ||
8198 | Patch from Gyepi SAM <gyepi@praxis-sw.com>: | ||
8199 | When DEBUG is defined | ||
8200 | 1. need to include resolv.h (for _resinit()) | ||
8201 | 2. remove _() call around string. It appears to be a remnant of i18n or some such notion | ||
8202 | |||
8203 | Members: | ||
8204 | libbb/inet_common.c:1.1->1.2 | ||
8205 | |||
8206 | --------------------- | ||
8207 | PatchSet 2673 | ||
8208 | Date: 2002/06/06 13:24:51 | ||
8209 | Author: andersen | ||
8210 | Branch: HEAD | ||
8211 | Tag: (none) | ||
8212 | Log: | ||
8213 | Patch from Gyepi SAM <gyepi@praxis-sw.com>: | ||
8214 | |||
8215 | Fixed up domain removal for local domains. GNU traceroute does not do this. I | ||
8216 | don't know why we do. Fixed incorrect argument for reverse resolution. Clean | ||
8217 | up cruft that appears when CONFIG_FEATURE_TRACEROUTE_VERBOSE is defined | ||
8218 | |||
8219 | Members: | ||
8220 | networking/traceroute.c:1.7->1.8 | ||
8221 | |||
8222 | --------------------- | ||
8223 | PatchSet 2674 | ||
8224 | Date: 2002/06/06 13:59:13 | ||
8225 | Author: andersen | ||
8226 | Branch: HEAD | ||
8227 | Tag: (none) | ||
8228 | Log: | ||
8229 | Email addr fix | ||
8230 | |||
8231 | Members: | ||
8232 | networking/telnet.c:1.31->1.32 | ||
8233 | |||
8234 | --------------------- | ||
8235 | PatchSet 2675 | ||
8236 | Date: 2002/06/06 14:00:47 | ||
8237 | Author: andersen | ||
8238 | Branch: HEAD | ||
8239 | Tag: (none) | ||
8240 | Log: | ||
8241 | Lets give this a try... | ||
8242 | |||
8243 | Members: | ||
8244 | Makefile:1.259->1.260 | ||
8245 | |||
8246 | --------------------- | ||
8247 | PatchSet 2676 | ||
8248 | Date: 2002/06/06 14:33:01 | ||
8249 | Author: andersen | ||
8250 | Branch: HEAD | ||
8251 | Tag: (none) | ||
8252 | Log: | ||
8253 | Fix a buffer overflow found by Gerardo Puga <gpuga@gioia.ing.unlp.edu.ar> | ||
8254 | -Erik | ||
8255 | |||
8256 | Members: | ||
8257 | shell/lash.c:1.142->1.143 | ||
8258 | |||
8259 | --------------------- | ||
8260 | PatchSet 2677 | ||
8261 | Date: 2002/06/06 15:24:57 | ||
8262 | Author: andersen | ||
8263 | Branch: HEAD | ||
8264 | Tag: (none) | ||
8265 | Log: | ||
8266 | Fix buffer overflows noted by Gerardo Puga | ||
8267 | -Erik | ||
8268 | |||
8269 | Members: | ||
8270 | modutils/insmod.c:1.83->1.84 | ||
8271 | |||
8272 | --------------------- | ||
8273 | PatchSet 2678 | ||
8274 | Date: 2002/06/06 15:36:07 | ||
8275 | Author: andersen | ||
8276 | Branch: HEAD | ||
8277 | Tag: (none) | ||
8278 | Log: | ||
8279 | Fix buffer overflows noted by Gerardo Puga | ||
8280 | -Erik | ||
8281 | |||
8282 | Members: | ||
8283 | miscutils/makedevs.c:1.12->1.13 | ||
8284 | |||
8285 | --------------------- | ||
8286 | PatchSet 2679 | ||
8287 | Date: 2002/06/06 18:30:16 | ||
8288 | Author: sandman | ||
8289 | Branch: HEAD | ||
8290 | Tag: (none) | ||
8291 | Log: | ||
8292 | If config file can not be parsed, use compiled in BB_SUID_... values as a | ||
8293 | fallback method | ||
8294 | |||
8295 | Members: | ||
8296 | applets/applets.c:1.10->1.11 | ||
8297 | |||
8298 | --------------------- | ||
8299 | PatchSet 2680 | ||
8300 | Date: 2002/06/08 13:44:17 | ||
8301 | Author: andersen | ||
8302 | Branch: HEAD | ||
8303 | Tag: (none) | ||
8304 | Log: | ||
8305 | vodz' last_patch42_2, which is an updated fix for buffer overflows | ||
8306 | noted by Gerardo Puga | ||
8307 | |||
8308 | Members: | ||
8309 | miscutils/makedevs.c:1.13->1.14 | ||
8310 | |||
8311 | --------------------- | ||
8312 | PatchSet 2681 | ||
8313 | Date: 2002/06/11 14:25:26 | ||
8314 | Author: kraai | ||
8315 | Branch: HEAD | ||
8316 | Tag: (none) | ||
8317 | Log: | ||
8318 | * libbb/copy_file.c (copy_file): Check st_dev instead of st_rdev. | ||
8319 | |||
8320 | Members: | ||
8321 | libbb/copy_file.c:1.18->1.19 | ||
8322 | |||
8323 | --------------------- | ||
8324 | PatchSet 2682 | ||
8325 | Date: 2002/06/11 14:29:08 | ||
8326 | Author: kraai | ||
8327 | Branch: HEAD | ||
8328 | Tag: (none) | ||
8329 | Log: | ||
8330 | * testsuite/sed/sed-recurses-properly: Mark XFAIL. | ||
8331 | |||
8332 | Members: | ||
8333 | testsuite/sed/sed-recurses-properly:1.1->1.2 | ||
8334 | |||
8335 | --------------------- | ||
8336 | PatchSet 2683 | ||
8337 | Date: 2002/06/12 00:43:27 | ||
8338 | Author: sandman | ||
8339 | Branch: HEAD | ||
8340 | Tag: (none) | ||
8341 | Log: | ||
8342 | Patch from Simon Krahnke: | ||
8343 | I wrote a patch for busybox for our company's (www.lisa.de) | ||
8344 | private use. [...] To sed it adds the '!'-inversion of addresses. | ||
8345 | |||
8346 | Members: | ||
8347 | editors/sed.c:1.88->1.89 | ||
8348 | |||
8349 | --------------------- | ||
8350 | PatchSet 2684 | ||
8351 | Date: 2002/06/15 15:33:06 | ||
8352 | Author: andersen | ||
8353 | Branch: HEAD | ||
8354 | Tag: (none) | ||
8355 | Log: | ||
8356 | Don't use pointless GNU-isms | ||
8357 | |||
8358 | Members: | ||
8359 | coreutils/date.c:1.34->1.35 | ||
8360 | shellutils/date.c:1.34->1.35 | ||
8361 | |||
8362 | --------------------- | ||
8363 | PatchSet 2685 | ||
8364 | Date: 2002/06/15 15:37:46 | ||
8365 | Author: andersen | ||
8366 | Branch: HEAD | ||
8367 | Tag: (none) | ||
8368 | Log: | ||
8369 | Fix a potential macro expansion problem... isspace can be | ||
8370 | a macro causing a double decrement... | ||
8371 | |||
8372 | Members: | ||
8373 | coreutils/cal.c:1.2->1.3 | ||
8374 | shellutils/cal.c:1.2->1.3 | ||
8375 | |||
8376 | --------------------- | ||
8377 | PatchSet 2686 | ||
8378 | Date: 2002/06/18 06:16:25 | ||
8379 | Author: andersen | ||
8380 | Branch: HEAD | ||
8381 | Tag: (none) | ||
8382 | Log: | ||
8383 | As noted by Yves Lavoie ing. <yves.lavoie.ing@sympatico.ca>, don't | ||
8384 | lose the last letter of the module name. | ||
8385 | |||
8386 | Members: | ||
8387 | modutils/insmod.c:1.84->1.85 | ||
8388 | |||
8389 | --------------------- | ||
8390 | PatchSet 2687 | ||
8391 | Date: 2002/06/22 07:35:29 | ||
8392 | Author: aaronl | ||
8393 | Branch: HEAD | ||
8394 | Tag: (none) | ||
8395 | Log: | ||
8396 | Major revamp. I've been trying to clean up the code. the bzerror stuff | ||
8397 | still needs major attention (i.e. removal). | ||
8398 | |||
8399 | Removed references to uninitialized variables like progName, | ||
8400 | smallMode, noisy, etc. Remove functions and code for handling "small" | ||
8401 | decompression mode, since it is all unreachable. Remove | ||
8402 | total_{in,out}* counters - they are never used. Remove panic() | ||
8403 | function and assert_h and their uses because they are all for "should | ||
8404 | never happen" circumstances. Replace internal malloc/free wrappers | ||
8405 | with xmalloc and free. Remove conditional in if(foo)free(foo); | ||
8406 | situations. Remove bogus | ||
8407 | if (sizeof(int) != 4) { | ||
8408 | return BZ_CONFIG_ERROR; | ||
8409 | } | ||
8410 | (...etc...) code and code for handling BZ_CONFIG_ERROR. Someone should | ||
8411 | go through and change the applet to use well-defined types when | ||
8412 | appropriate - it expects sizeof(short)==2 && sizeof(int)==4. Until | ||
8413 | this commit these were explicitly checked for, and the applet would | ||
8414 | exit if these types were not the right size. (I think this is wrong | ||
8415 | even as an interim solution.) | ||
8416 | |||
8417 | With gcc 3.1 reduces size of binary on i386-linux by about 700 bytes. | ||
8418 | |||
8419 | Lightly tested. | ||
8420 | |||
8421 | Members: | ||
8422 | archival/bunzip2.c:1.8->1.9 | ||
8423 | |||
8424 | --------------------- | ||
8425 | PatchSet 2688 | ||
8426 | Date: 2002/06/22 18:15:42 | ||
8427 | Author: andersen | ||
8428 | Branch: HEAD | ||
8429 | Tag: (none) | ||
8430 | Log: | ||
8431 | Apply vodz' cleanup for insmod buffer overflows, which was cleaner | ||
8432 | than my first effort. | ||
8433 | |||
8434 | Members: | ||
8435 | modutils/insmod.c:1.85->1.86 | ||
8436 | |||
8437 | --------------------- | ||
8438 | PatchSet 2689 | ||
8439 | Date: 2002/06/22 18:20:50 | ||
8440 | Author: andersen | ||
8441 | Branch: HEAD | ||
8442 | Tag: (none) | ||
8443 | Log: | ||
8444 | Apply last_patch46 from vodz, to fix buffer overflows noted by | ||
8445 | Gerardo Puga, and to optimize for size a little bit. Thanks vodz | ||
8446 | |||
8447 | Members: | ||
8448 | util-linux/mount.c:1.101->1.102 | ||
8449 | |||
8450 | --------------------- | ||
8451 | PatchSet 2690 | ||
8452 | Date: 2002/06/22 18:23:45 | ||
8453 | Author: andersen | ||
8454 | Branch: HEAD | ||
8455 | Tag: (none) | ||
8456 | Log: | ||
8457 | Kill dead email address | ||
8458 | -Erik | ||
8459 | |||
8460 | Members: | ||
8461 | util-linux/mount.c:1.102->1.103 | ||
8462 | |||
8463 | --------------------- | ||
8464 | PatchSet 2691 | ||
8465 | Date: 2002/06/22 18:32:58 | ||
8466 | Author: andersen | ||
8467 | Branch: HEAD | ||
8468 | Tag: (none) | ||
8469 | Log: | ||
8470 | Apply vodz' last_patch44 -- cleanup several chars to be const, fix | ||
8471 | rotten error handling, kill spare \n's, etc | ||
8472 | |||
8473 | Members: | ||
8474 | networking/netstat.c:1.4->1.5 | ||
8475 | |||
8476 | --------------------- | ||
8477 | PatchSet 2692 | ||
8478 | Date: 2002/06/22 18:49:29 | ||
8479 | Author: andersen | ||
8480 | Branch: HEAD | ||
8481 | Tag: (none) | ||
8482 | Log: | ||
8483 | Several login cleanups from vodz | ||
8484 | |||
8485 | Members: | ||
8486 | loginutils/login.c:1.1->1.2 | ||
8487 | |||
8488 | --------------------- | ||
8489 | PatchSet 2693 | ||
8490 | Date: 2002/06/23 05:24:20 | ||
8491 | Author: andersen | ||
8492 | Branch: HEAD | ||
8493 | Tag: (none) | ||
8494 | Log: | ||
8495 | Port over the last of the tinylogin applets | ||
8496 | -Erik | ||
8497 | |||
8498 | Members: | ||
8499 | include/applets.h:1.58->1.59 | ||
8500 | include/libbb.h:1.72->1.73 | ||
8501 | include/shadow_.h:INITIAL->1.1 | ||
8502 | include/usage.h:1.93->1.94 | ||
8503 | libbb/Makefile.in:1.2->1.3 | ||
8504 | libbb/change_identity.c:INITIAL->1.1 | ||
8505 | libbb/correct_password.c:INITIAL->1.1 | ||
8506 | libbb/libc5.c:1.2->1.3 | ||
8507 | libbb/messages.c:1.6->1.7 | ||
8508 | libbb/obscure.c:INITIAL->1.1 | ||
8509 | libbb/pw_encrypt.c:INITIAL->1.1 | ||
8510 | libbb/pwd2spwd.c:INITIAL->1.1 | ||
8511 | libbb/restricted_shell.c:INITIAL->1.1 | ||
8512 | libbb/run_shell.c:INITIAL->1.1 | ||
8513 | libbb/setup_environment.c:INITIAL->1.1 | ||
8514 | loginutils/Makefile.in:1.1->1.2 | ||
8515 | loginutils/addgroup.c:1.1->1.2 | ||
8516 | loginutils/adduser.c:1.1->1.2 | ||
8517 | loginutils/config.in:1.1->1.2 | ||
8518 | loginutils/deluser.c:1.1->1.2 | ||
8519 | loginutils/login.c:1.2->1.3 | ||
8520 | loginutils/passwd.c:INITIAL->1.1 | ||
8521 | loginutils/su.c:1.1->1.2 | ||
8522 | loginutils/sulogin.c:INITIAL->1.1 | ||
8523 | loginutils/tinylogin.c:1.1->1.2(DEAD) | ||
8524 | loginutils/tinylogin.h:1.1->1.2(DEAD) | ||
8525 | loginutils/vlock.c:INITIAL->1.1 | ||
8526 | |||
8527 | --------------------- | ||
8528 | PatchSet 2694 | ||
8529 | Date: 2002/06/23 05:50:49 | ||
8530 | Author: andersen | ||
8531 | Branch: HEAD | ||
8532 | Tag: (none) | ||
8533 | Log: | ||
8534 | Rework optimization code. Be more compiler aware. | ||
8535 | -Erik | ||
8536 | |||
8537 | Members: | ||
8538 | Rules.mak:1.2->1.3 | ||
8539 | |||
8540 | --------------------- | ||
8541 | PatchSet 2695 | ||
8542 | Date: 2002/06/23 22:56:13 | ||
8543 | Author: aaronl | ||
8544 | Branch: HEAD | ||
8545 | Tag: (none) | ||
8546 | Log: | ||
8547 | remove cleanUpAndFail, and replace it with exit(). because that's what | ||
8548 | it does unless srcMode was set, and srcMode is never set. | ||
8549 | |||
8550 | Members: | ||
8551 | archival/bunzip2.c:1.9->1.10 | ||
8552 | |||
8553 | --------------------- | ||
8554 | PatchSet 2696 | ||
8555 | Date: 2002/06/23 23:00:41 | ||
8556 | Author: aaronl | ||
8557 | Branch: HEAD | ||
8558 | Tag: (none) | ||
8559 | Log: | ||
8560 | Needs shadow.h; otherwise wont compile without CONFIG_USE_BB_SHADOW | ||
8561 | |||
8562 | Members: | ||
8563 | libbb/pwd2spwd.c:1.1->1.2 | ||
8564 | |||
8565 | --------------------- | ||
8566 | PatchSet 2697 | ||
8567 | Date: 2002/06/23 23:13:22 | ||
8568 | Author: aaronl | ||
8569 | Branch: HEAD | ||
8570 | Tag: (none) | ||
8571 | Log: | ||
8572 | inline many functions that are only called once. saves about 300 bytes | ||
8573 | on i386. also staticify most functions. | ||
8574 | |||
8575 | Members: | ||
8576 | archival/bunzip2.c:1.10->1.11 | ||
8577 | |||
8578 | --------------------- | ||
8579 | PatchSet 2698 | ||
8580 | Date: 2002/06/23 23:25:21 | ||
8581 | Author: aaronl | ||
8582 | Branch: HEAD | ||
8583 | Tag: (none) | ||
8584 | Log: | ||
8585 | Remove advertising clauses in accordance with | ||
8586 | ftp://ftp.cs.berkeley.edu/ucb/4bsd/README.Impt.License.Change | ||
8587 | |||
8588 | Members: | ||
8589 | coreutils/cal.c:1.3->1.4 | ||
8590 | coreutils/od.c:1.1->1.2 | ||
8591 | libbb/dump.c:1.1->1.2 | ||
8592 | networking/traceroute.c:1.8->1.9 | ||
8593 | shellutils/cal.c:1.3->1.4 | ||
8594 | textutils/od.c:1.1->1.2 | ||
8595 | util-linux/hexdump.c:1.1->1.2 | ||
8596 | |||
8597 | --------------------- | ||
8598 | PatchSet 2699 | ||
8599 | Date: 2002/07/02 20:14:23 | ||
8600 | Author: andersen | ||
8601 | Branch: HEAD | ||
8602 | Tag: (none) | ||
8603 | Log: | ||
8604 | David Frascone <dave@frascone.com> noticed two problems. First, modprobe was | ||
8605 | trying to call 'insmod -q', which wasn't supported. Secondly, when modprobe | ||
8606 | was fed blank lines from modules.dep, we ended up calling xstrndup(ptr, -1), | ||
8607 | which with suitably bad results. David provided a patch to catch the blank | ||
8608 | lines, and I have added insmod -q support. So modprobe should work again. | ||
8609 | -Erik | ||
8610 | |||
8611 | Members: | ||
8612 | modutils/insmod.c:1.86->1.87 | ||
8613 | modutils/modprobe.c:1.12->1.13 | ||
8614 | |||
8615 | --------------------- | ||
8616 | PatchSet 2700 | ||
8617 | Date: 2002/07/03 03:52:35 | ||
8618 | Author: andersen | ||
8619 | Branch: HEAD | ||
8620 | Tag: (none) | ||
8621 | Log: | ||
8622 | Silly spelling fix | ||
8623 | -Erik | ||
8624 | |||
8625 | Members: | ||
8626 | include/usage.h:1.94->1.95 | ||
8627 | |||
8628 | --------------------- | ||
8629 | PatchSet 2701 | ||
8630 | Date: 2002/07/03 05:24:08 | ||
8631 | Author: andersen | ||
8632 | Branch: HEAD | ||
8633 | Tag: (none) | ||
8634 | Log: | ||
8635 | Little fix to avoid overflow | ||
8636 | |||
8637 | Members: | ||
8638 | coreutils/dos2unix.c:1.15->1.16 | ||
8639 | textutils/dos2unix.c:1.15->1.16 | ||
8640 | |||
8641 | --------------------- | ||
8642 | PatchSet 2702 | ||
8643 | Date: 2002/07/03 05:47:43 | ||
8644 | Author: andersen | ||
8645 | Branch: HEAD | ||
8646 | Tag: (none) | ||
8647 | Log: | ||
8648 | Cleanup shadow.h stuff so it behaves as intended | ||
8649 | -Erik | ||
8650 | |||
8651 | Members: | ||
8652 | include/shadow.h:1.1->1.2(DEAD) | ||
8653 | libbb/pwd2spwd.c:1.2->1.3 | ||
8654 | libpwdgrp/shadow.c:1.1->1.2 | ||
8655 | loginutils/config.in:1.2->1.3 | ||
8656 | sysdeps/linux/config.in:1.6->1.7 | ||
8657 | |||
8658 | --------------------- | ||
8659 | PatchSet 2703 | ||
8660 | Date: 2002/07/03 05:54:52 | ||
8661 | Author: andersen | ||
8662 | Branch: HEAD | ||
8663 | Tag: (none) | ||
8664 | Log: | ||
8665 | Fix text alignment, thanks to Sander Klein <s.klein@quicknet.nl> | ||
8666 | |||
8667 | Members: | ||
8668 | loginutils/passwd.c:1.1->1.2 | ||
8669 | |||
8670 | --------------------- | ||
8671 | PatchSet 2704 | ||
8672 | Date: 2002/07/03 06:15:10 | ||
8673 | Author: andersen | ||
8674 | Branch: HEAD | ||
8675 | Tag: (none) | ||
8676 | Log: | ||
8677 | Patch from till busch <buti@gmx.at> -- unblock all signals | ||
8678 | in exec_signal() before calling exec() | ||
8679 | |||
8680 | Members: | ||
8681 | init/init.c:1.161->1.162 | ||
8682 | |||
8683 | --------------------- | ||
8684 | PatchSet 2705 | ||
8685 | Date: 2002/07/03 06:32:02 | ||
8686 | Author: andersen | ||
8687 | Branch: HEAD | ||
8688 | Tag: (none) | ||
8689 | Log: | ||
8690 | Patch from Danny Lepage <danny.lepage@cognicase.com> to fix | ||
8691 | dutmp for uClibc. | ||
8692 | |||
8693 | Members: | ||
8694 | miscutils/dutmp.c:1.27->1.28 | ||
8695 | |||
8696 | --------------------- | ||
8697 | PatchSet 2706 | ||
8698 | Date: 2002/07/03 06:44:18 | ||
8699 | Author: andersen | ||
8700 | Branch: HEAD | ||
8701 | Tag: (none) | ||
8702 | Log: | ||
8703 | Fix from vodz so that complex init commands actually work | ||
8704 | |||
8705 | Members: | ||
8706 | init/init.c:1.162->1.163 | ||
8707 | |||
8708 | --------------------- | ||
8709 | PatchSet 2707 | ||
8710 | Date: 2002/07/03 06:55:14 | ||
8711 | Author: andersen | ||
8712 | Branch: HEAD | ||
8713 | Tag: (none) | ||
8714 | Log: | ||
8715 | Patch from Martin Volf <volf@dragon.cz> to fix where I had | ||
8716 | screwed up the usage messages | ||
8717 | |||
8718 | Members: | ||
8719 | include/usage.h:1.95->1.96 | ||
8720 | |||
8721 | --------------------- | ||
8722 | PatchSet 2708 | ||
8723 | Date: 2002/07/03 10:13:21 | ||
8724 | Author: andersen | ||
8725 | Branch: HEAD | ||
8726 | Tag: (none) | ||
8727 | Log: | ||
8728 | hide shadow using stuff when CONFIG_FEATURE_SHADOWPASSWDS | ||
8729 | is not set | ||
8730 | -Erik | ||
8731 | |||
8732 | Members: | ||
8733 | loginutils/vlock.c:1.1->1.2 | ||
8734 | |||
8735 | --------------------- | ||
8736 | PatchSet 2709 | ||
8737 | Date: 2002/07/03 12:08:10 | ||
8738 | Author: andersen | ||
8739 | Branch: HEAD | ||
8740 | Tag: (none) | ||
8741 | Log: | ||
8742 | Apply last_patch47 from vodz to fix several problems, such as the ash "job | ||
8743 | control turned off" bug, console_setup() was called with a closed file | ||
8744 | descriptor, setsid() inconsistancy, and silly string handling bugs. I have | ||
8745 | modified his patch to allow the askfirst init actions to have a controlling | ||
8746 | terminal. | ||
8747 | |||
8748 | Members: | ||
8749 | init/init.c:1.163->1.164 | ||
8750 | |||
8751 | --------------------- | ||
8752 | PatchSet 2710 | ||
8753 | Date: 2002/07/03 12:46:37 | ||
8754 | Author: andersen | ||
8755 | Branch: HEAD | ||
8756 | Tag: (none) | ||
8757 | Log: | ||
8758 | This patch from Bart Visscher <magick@linux-fan.com> adds | ||
8759 | IPV6 support to busybox. This patch does the following: | ||
8760 | * Add IPv6 support to libbb | ||
8761 | * Enable IPv6 interface address display | ||
8762 | * Add IPv6 config option | ||
8763 | * Adds ping6, an adaptation of the ping applet for IPv6 | ||
8764 | * Adds support routines for ping6: | ||
8765 | - xgethostbyname2 | ||
8766 | - create_icmp6_socket | ||
8767 | * Adds ifconfig support for IPv6 | ||
8768 | * Add support IPv6 to netstat | ||
8769 | * Add IPv6 support to route | ||
8770 | Thanks Bart! | ||
8771 | |||
8772 | Members: | ||
8773 | include/applets.h:1.59->1.60 | ||
8774 | include/inet_common.h:1.1->1.2 | ||
8775 | include/libbb.h:1.73->1.74 | ||
8776 | include/usage.h:1.96->1.97 | ||
8777 | libbb/Makefile.in:1.3->1.4 | ||
8778 | libbb/create_icmp6_socket.c:INITIAL->1.1 | ||
8779 | libbb/inet_common.c:1.2->1.3 | ||
8780 | libbb/interface.c:1.7->1.8 | ||
8781 | libbb/xgethostbyname2.c:INITIAL->1.1 | ||
8782 | networking/Makefile.in:1.1->1.2 | ||
8783 | networking/config.in:1.5->1.6 | ||
8784 | networking/ifconfig.c:1.16->1.17 | ||
8785 | networking/netstat.c:1.5->1.6 | ||
8786 | networking/ping6.c:INITIAL->1.1 | ||
8787 | networking/route.c:1.16->1.17 | ||
8788 | |||
8789 | --------------------- | ||
8790 | PatchSet 2711 | ||
8791 | Date: 2002/07/03 12:51:42 | ||
8792 | Author: andersen | ||
8793 | Branch: HEAD | ||
8794 | Tag: (none) | ||
8795 | Log: | ||
8796 | A patch from Bart Visscher <magick@linux-fan.com> to add an | ||
8797 | xconnect helper routine which does: | ||
8798 | -address and port resolving | ||
8799 | -tries to connect to all resolved addresses until connected | ||
8800 | -uses getaddrinfo, so works for IPv6 too | ||
8801 | This patch also ports rdate, telnet, and wget to use the new | ||
8802 | xconnect function. Thanks Bart! | ||
8803 | |||
8804 | Members: | ||
8805 | libbb/xconnect.c:INITIAL->1.1 | ||
8806 | networking/telnet.c:1.32->1.33 | ||
8807 | networking/wget.c:1.49->1.50 | ||
8808 | util-linux/rdate.c:1.20->1.21 | ||
8809 | |||
8810 | --------------------- | ||
8811 | PatchSet 2712 | ||
8812 | Date: 2002/07/03 20:50:23 | ||
8813 | Author: andersen | ||
8814 | Branch: HEAD | ||
8815 | Tag: (none) | ||
8816 | Log: | ||
8817 | tito <farmatito@tiscali.it> noticed that delgroup was actually | ||
8818 | setting CONFIG_DELUSER. Oops. | ||
8819 | |||
8820 | Members: | ||
8821 | loginutils/config.in:1.3->1.4 | ||
8822 | |||
8823 | --------------------- | ||
8824 | PatchSet 2713 | ||
8825 | Date: 2002/07/04 00:19:08 | ||
8826 | Author: andersen | ||
8827 | Branch: HEAD | ||
8828 | Tag: (none) | ||
8829 | Log: | ||
8830 | Scrub pwd.h and grp.h handling so we don't have to play any | ||
8831 | silly games. | ||
8832 | -Erik | ||
8833 | |||
8834 | Members: | ||
8835 | Rules.mak:1.3->1.4 | ||
8836 | applets/applets.c:1.11->1.12 | ||
8837 | coreutils/uudecode.c:1.18->1.19 | ||
8838 | include/grp.h:1.4->1.5(DEAD) | ||
8839 | include/grp_.h:INITIAL->1.1 | ||
8840 | include/libbb.h:1.74->1.75 | ||
8841 | include/pwd.h:1.4->1.5(DEAD) | ||
8842 | include/pwd_.h:INITIAL->1.1 | ||
8843 | init/start_stop_daemon.c:1.6->1.7 | ||
8844 | libbb/my_getgrgid.c:1.3->1.4 | ||
8845 | libbb/my_getgrnam.c:1.3->1.4 | ||
8846 | libbb/my_getpwnam.c:1.3->1.4 | ||
8847 | libbb/my_getpwnamegid.c:1.3->1.4 | ||
8848 | libbb/my_getpwuid.c:1.3->1.4 | ||
8849 | libpwdgrp/__getgrent.c:1.1->1.2 | ||
8850 | libpwdgrp/__getpwent.c:1.1->1.2 | ||
8851 | libpwdgrp/fgetgrent.c:1.1->1.2 | ||
8852 | libpwdgrp/fgetpwent.c:1.1->1.2 | ||
8853 | libpwdgrp/getgrgid.c:1.1->1.2 | ||
8854 | libpwdgrp/getgrnam.c:1.1->1.2 | ||
8855 | libpwdgrp/getpw.c:1.1->1.2 | ||
8856 | libpwdgrp/getpwnam.c:1.1->1.2 | ||
8857 | libpwdgrp/getpwuid.c:1.1->1.2 | ||
8858 | libpwdgrp/grent.c:1.1->1.2 | ||
8859 | libpwdgrp/initgroups.c:1.1->1.2 | ||
8860 | libpwdgrp/putpwent.c:1.1->1.2 | ||
8861 | libpwdgrp/pwent.c:1.1->1.2 | ||
8862 | libpwdgrp/setgroups.c:1.1->1.2 | ||
8863 | loginutils/addgroup.c:1.2->1.3 | ||
8864 | networking/netstat.c:1.6->1.7 | ||
8865 | shell/ash.c:1.52->1.53 | ||
8866 | shell/cmdedit.c:1.69->1.70 | ||
8867 | textutils/uudecode.c:1.18->1.19 | ||
8868 | |||
8869 | --------------------- | ||
8870 | PatchSet 2714 | ||
8871 | Date: 2002/07/04 00:49:27 | ||
8872 | Author: andersen | ||
8873 | Branch: HEAD | ||
8874 | Tag: (none) | ||
8875 | Log: | ||
8876 | This is last_patch48 from vodz. More cleanups, kills a bit | ||
8877 | of dead code, fixes one blatent bug. | ||
8878 | |||
8879 | Members: | ||
8880 | init/init.c:1.164->1.165 | ||
8881 | |||
8882 | --------------------- | ||
8883 | PatchSet 2715 | ||
8884 | Date: 2002/07/04 01:19:46 | ||
8885 | Author: andersen | ||
8886 | Branch: HEAD | ||
8887 | Tag: (none) | ||
8888 | Log: | ||
8889 | Patch from Stewart Brodie <stewart.brodie@pace.co.uk> to fix ash: | ||
8890 | |||
8891 | When alias support is not configured, ash believes that command parameters | ||
8892 | that look like dd's "if=/dev/zero" are requests to set a temporary | ||
8893 | environment variable whilst dd is running, even though it appears after the | ||
8894 | command name. This is caused by the re-use of the checkalias global variable | ||
8895 | to indicate when both alias checking and environment variable checking. The | ||
8896 | failure to reset this flag is due to the reset action being performed only | ||
8897 | inside the feature check CHECK_ASH_ALIAS. Hence ash works as expected when | ||
8898 | aliases are configured in, and fails when not. | ||
8899 | |||
8900 | Example script using 'date' with different settings of TZ: | ||
8901 | |||
8902 | # TZ=Europe/London | ||
8903 | # export TZ | ||
8904 | # date | ||
8905 | Thu May 30 17:18:49 BST 2002 | ||
8906 | # TZ=America/New_York date | ||
8907 | Thu May 30 12:19:10 EDT 2002 | ||
8908 | # date | ||
8909 | Thu May 30 17:19:12 BST 2002 | ||
8910 | # date TZ=America/New_York | ||
8911 | Thu May 30 12:19:30 EDT 2002 <----- wrong, should be BST time (or error!) | ||
8912 | # date | ||
8913 | Thu May 30 17:19:35 BST 2002 | ||
8914 | |||
8915 | Attached is a patch against revision 1.52 of ash.c which moves the checks so | ||
8916 | that checkalias is updated regardless of whether CONFIG_ASH_ALIAS is set. | ||
8917 | With this patch applied, the command shown above which should generate an | ||
8918 | error does generate an error. | ||
8919 | |||
8920 | I have tested this patch with the 'dd' command too and that now works | ||
8921 | correctly. | ||
8922 | |||
8923 | Members: | ||
8924 | shell/ash.c:1.53->1.54 | ||
8925 | |||
8926 | --------------------- | ||
8927 | PatchSet 2716 | ||
8928 | Date: 2002/07/08 02:40:02 | ||
8929 | Author: andersen | ||
8930 | Branch: HEAD | ||
8931 | Tag: (none) | ||
8932 | Log: | ||
8933 | Some minor bits of scrubbing | ||
8934 | |||
8935 | Members: | ||
8936 | docs/busybox.net/index.html:1.104->1.105 | ||
8937 | docs/busybox.net/oldnews.html:1.12->1.13 | ||
8938 | |||
8939 | --------------------- | ||
8940 | PatchSet 2717 | ||
8941 | Date: 2002/07/11 11:40:43 | ||
8942 | Author: andersen | ||
8943 | Branch: HEAD | ||
8944 | Tag: (none) | ||
8945 | Log: | ||
8946 | Brad Campbell <brad@seme.com.au> notes that | ||
8947 | xconnect.c needs #include <netinet/in.h> | ||
8948 | to compile if CONFIG_FEATURE_IPV6 is not defined | ||
8949 | |||
8950 | Members: | ||
8951 | libbb/xconnect.c:1.1->1.2 | ||
8952 | |||
8953 | --------------------- | ||
8954 | PatchSet 2718 | ||
8955 | Date: 2002/07/11 12:11:56 | ||
8956 | Author: andersen | ||
8957 | Branch: HEAD | ||
8958 | Tag: (none) | ||
8959 | Log: | ||
8960 | Fixup warnings and undefined operations that show up in gcc-3.1 | ||
8961 | -Erik | ||
8962 | |||
8963 | Members: | ||
8964 | archival/libunarchive/deb_extract.c:1.1->1.2 | ||
8965 | archival/libunarchive/get_header_ar.c:1.1->1.2 | ||
8966 | archival/libunarchive/get_header_cpio.c:1.1->1.2 | ||
8967 | archival/libunarchive/get_header_tar.c:1.1->1.2 | ||
8968 | archival/libunarchive/seek_sub_file.c:1.2->1.3 | ||
8969 | coreutils/md5sum.c:1.26->1.27 | ||
8970 | coreutils/uuencode.c:1.22->1.23 | ||
8971 | editors/sed.c:1.89->1.90 | ||
8972 | networking/ifconfig.c:1.17->1.18 | ||
8973 | networking/telnet.c:1.33->1.34 | ||
8974 | shell/ash.c:1.54->1.55 | ||
8975 | textutils/md5sum.c:1.26->1.27 | ||
8976 | textutils/uuencode.c:1.22->1.23 | ||
8977 | |||
8978 | --------------------- | ||
8979 | PatchSet 2719 | ||
8980 | Date: 2002/07/12 01:04:46 | ||
8981 | Author: sandman | ||
8982 | Branch: HEAD | ||
8983 | Tag: (none) | ||
8984 | Log: | ||
8985 | Accept the --passive-ftp cmd.line option. We always use passive ftp mode, | ||
8986 | so it doesn't hurt (adds compatibility though) | ||
8987 | |||
8988 | Members: | ||
8989 | networking/wget.c:1.50->1.51 | ||
8990 | |||
8991 | --------------------- | ||
8992 | PatchSet 2720 | ||
8993 | Date: 2002/07/13 07:08:39 | ||
8994 | Author: andersen | ||
8995 | Branch: HEAD | ||
8996 | Tag: (none) | ||
8997 | Log: | ||
8998 | Try to be more clear about the current two-CVS-trees | ||
8999 | situation. | ||
9000 | -Erik | ||
9001 | |||
9002 | Members: | ||
9003 | docs/busybox.net/index.html:1.105->1.106 | ||
9004 | |||
9005 | --------------------- | ||
9006 | PatchSet 2721 | ||
9007 | Date: 2002/07/13 07:24:58 | ||
9008 | Author: andersen | ||
9009 | Branch: HEAD | ||
9010 | Tag: (none) | ||
9011 | Log: | ||
9012 | Better clarify the CVS tree situation | ||
9013 | -Erik | ||
9014 | |||
9015 | Members: | ||
9016 | docs/busybox.net/index.html:1.106->1.107 | ||
9017 | |||
9018 | --------------------- | ||
9019 | PatchSet 2722 | ||
9020 | Date: 2002/07/14 16:39:05 | ||
9021 | Author: andersen | ||
9022 | Branch: HEAD | ||
9023 | Tag: (none) | ||
9024 | Log: | ||
9025 | Doh! | ||
9026 | |||
9027 | Members: | ||
9028 | docs/busybox.net/index.html:1.107->1.108 | ||
9029 | |||
9030 | --------------------- | ||
9031 | PatchSet 2723 | ||
9032 | Date: 2002/07/16 22:53:59 | ||
9033 | Author: sandman | ||
9034 | Branch: HEAD | ||
9035 | Tag: (none) | ||
9036 | Log: | ||
9037 | Don't treat a non-existant/-readable config file as an empty config, but | ||
9038 | use the compiled in _BB_SUID_* flags (same as for parse errors) | ||
9039 | |||
9040 | Members: | ||
9041 | applets/applets.c:1.12->1.13 | ||
9042 | |||
9043 | --------------------- | ||
9044 | PatchSet 2724 | ||
9045 | Date: 2002/07/17 00:50:05 | ||
9046 | Author: sandman | ||
9047 | Branch: HEAD | ||
9048 | Tag: (none) | ||
9049 | Log: | ||
9050 | Fix for the totally broken adduser applet (parts/ideas from vodz and tito) | ||
9051 | |||
9052 | Members: | ||
9053 | loginutils/adduser.c:1.2->1.3 | ||
9054 | |||
9055 | --------------------- | ||
9056 | PatchSet 2725 | ||
9057 | Date: 2002/07/19 00:59:16 | ||
9058 | Author: sandman | ||
9059 | Branch: HEAD | ||
9060 | Tag: (none) | ||
9061 | Log: | ||
9062 | Added a compile time option to suppress the "Using fallback.." message | ||
9063 | if no busybox.conf file is existant. | ||
9064 | |||
9065 | Members: | ||
9066 | applets/applets.c:1.13->1.14 | ||
9067 | sysdeps/linux/config.in:1.7->1.8 | ||
9068 | |||
9069 | --------------------- | ||
9070 | PatchSet 2726 | ||
9071 | Date: 2002/07/19 01:05:34 | ||
9072 | Author: sandman | ||
9073 | Branch: HEAD | ||
9074 | Tag: (none) | ||
9075 | Log: | ||
9076 | Applied vodz' patches #49 and #50 (with a small correction in runshell.c) | ||
9077 | |||
9078 | #49: I found one memory overflow and memory leak in "ln" applet. | ||
9079 | Last patch reduced also 54 bytes. ;) | ||
9080 | |||
9081 | #50: I found bug in loginutils/Makefile.in. | ||
9082 | New patch have also new function to libbb and | ||
9083 | aplied this to applets and other cosmetic changes. | ||
9084 | |||
9085 | Members: | ||
9086 | Makefile:1.260->1.261 | ||
9087 | archival/gunzip.c:1.64->1.65 | ||
9088 | archival/libunarchive/get_header_ar.c:1.2->1.3 | ||
9089 | archival/libunarchive/unarchive.c:1.5->1.6 | ||
9090 | coreutils/expr.c:1.10->1.11 | ||
9091 | coreutils/ln.c:1.39->1.40 | ||
9092 | fileutils/ln.c:1.39->1.40 | ||
9093 | include/libbb.h:1.75->1.76 | ||
9094 | libbb/Makefile.in:1.4->1.5 | ||
9095 | libbb/concat_path_file.c:1.8->1.9 | ||
9096 | libbb/run_shell.c:1.1->1.2 | ||
9097 | libbb/xconnect.c:1.2->1.3 | ||
9098 | libbb/xreadlink.c:1.2->1.3 | ||
9099 | loginutils/Makefile.in:1.2->1.3 | ||
9100 | loginutils/getty.c:1.1->1.2 | ||
9101 | loginutils/passwd.c:1.2->1.3 | ||
9102 | modutils/insmod.c:1.87->1.88 | ||
9103 | shell/cmdedit.c:1.70->1.71 | ||
9104 | shellutils/expr.c:1.10->1.11 | ||
9105 | util-linux/getopt.c:1.9->1.10 | ||
9106 | |||
9107 | --------------------- | ||
9108 | PatchSet 2727 | ||
9109 | Date: 2002/07/19 21:27:11 | ||
9110 | Author: sandman | ||
9111 | Branch: HEAD | ||
9112 | Tag: (none) | ||
9113 | Log: | ||
9114 | - Forgot to cvs add bb_asprintf.c (from vodz' patch #50) | ||
9115 | - Applied Joel Coltoff's xconnect patch: | ||
9116 | On both my host system and with mipsel-linux for my embedded systems | ||
9117 | the function getservbyname() gives the port number already in host order. | ||
9118 | In fact, this is how it was used by rdate in version 0.60.3. The snapshot | ||
9119 | I have of the development tree from July 12, 2002 takes the port number | ||
9120 | and stuffs it into htons() before it uses it. This causes bugs in rdate, | ||
9121 | telnet and wget. This patch fixes that. | ||
9122 | |||
9123 | Members: | ||
9124 | libbb/bb_asprintf.c:INITIAL->1.1 | ||
9125 | libbb/xconnect.c:1.3->1.4 | ||
9126 | |||
9127 | --------------------- | ||
9128 | PatchSet 2728 | ||
9129 | Date: 2002/07/19 21:52:21 | ||
9130 | Author: sandman | ||
9131 | Branch: HEAD | ||
9132 | Tag: (none) | ||
9133 | Log: | ||
9134 | Applied syslogd fix submitted by Bart Visscher: | ||
9135 | I am using BB 0.60.2 in a floppy distro, and the syslog (and logger) is | ||
9136 | unable to log the "<" char. This shows up in ppp logfiles. [...] | ||
9137 | #logger "<pcomp>" results in "comp>" arriving at the log. | ||
9138 | |||
9139 | Members: | ||
9140 | sysklogd/syslogd.c:1.83->1.84 | ||
9141 | |||
9142 | --------------------- | ||
9143 | PatchSet 2729 | ||
9144 | Date: 2002/07/21 17:50:48 | ||
9145 | Author: sandman | ||
9146 | Branch: HEAD | ||
9147 | Tag: (none) | ||
9148 | Log: | ||
9149 | Initial checkin of a very primitive hwclock replacement | ||
9150 | |||
9151 | Members: | ||
9152 | include/applets.h:1.60->1.61 | ||
9153 | include/usage.h:1.97->1.98 | ||
9154 | util-linux/Makefile.in:1.1->1.2 | ||
9155 | util-linux/config.in:1.6->1.7 | ||
9156 | util-linux/hwclock.c:INITIAL->1.1 | ||
9157 | |||
9158 | --------------------- | ||
9159 | PatchSet 2730 | ||
9160 | Date: 2002/07/21 18:33:27 | ||
9161 | Author: sandman | ||
9162 | Branch: HEAD | ||
9163 | Tag: (none) | ||
9164 | Log: | ||
9165 | Fixed two compiler warnings | ||
9166 | |||
9167 | Members: | ||
9168 | loginutils/addgroup.c:1.3->1.4 | ||
9169 | modutils/insmod.c:1.88->1.89 | ||
9170 | |||
9171 | --------------------- | ||
9172 | PatchSet 2731 | ||
9173 | Date: 2002/07/23 23:05:47 | ||
9174 | Author: sandman | ||
9175 | Branch: HEAD | ||
9176 | Tag: (none) | ||
9177 | Log: | ||
9178 | Added tar -cz support (creating gzipped tar files without a gzip pipe) | ||
9179 | |||
9180 | Members: | ||
9181 | archival/config.in:1.8->1.9 | ||
9182 | archival/tar.c:1.146->1.147 | ||
9183 | |||
9184 | --------------------- | ||
9185 | PatchSet 2732 | ||
9186 | Date: 2002/07/24 00:45:11 | ||
9187 | Author: andersen | ||
9188 | Branch: HEAD | ||
9189 | Tag: (none) | ||
9190 | Log: | ||
9191 | Fix indentation. Support killall -q, for pcmcia-cs | ||
9192 | -Erik | ||
9193 | |||
9194 | Members: | ||
9195 | procps/kill.c:1.42->1.43 | ||
9196 | |||
9197 | --------------------- | ||
9198 | PatchSet 2733 | ||
9199 | Date: 2002/07/24 01:34:48 | ||
9200 | Author: sandman | ||
9201 | Branch: HEAD | ||
9202 | Tag: (none) | ||
9203 | Log: | ||
9204 | Patch for bug #1183: Added a -xdev option to find (configurable) | ||
9205 | |||
9206 | Members: | ||
9207 | findutils/config.in:1.3->1.4 | ||
9208 | findutils/find.c:1.34->1.35 | ||
9209 | |||
9210 | --------------------- | ||
9211 | PatchSet 2734 | ||
9212 | Date: 2002/07/24 01:56:56 | ||
9213 | Author: sandman | ||
9214 | Branch: HEAD | ||
9215 | Tag: (none) | ||
9216 | Log: | ||
9217 | Commited patch from bug #1182 | ||
9218 | Although ssrat@mailbag.com says this is not GNU behaviour, it really *is* | ||
9219 | (man nslookup) | ||
9220 | |||
9221 | Members: | ||
9222 | networking/nslookup.c:1.28->1.29 | ||
9223 | |||
9224 | --------------------- | ||
9225 | PatchSet 2735 | ||
9226 | Date: 2002/07/24 02:41:30 | ||
9227 | Author: sandman | ||
9228 | Branch: HEAD | ||
9229 | Tag: (none) | ||
9230 | Log: | ||
9231 | Add support for /etc/filesystem when searching for an "auto" filesystem | ||
9232 | This is bug #1246 | ||
9233 | |||
9234 | Members: | ||
9235 | util-linux/mount.c:1.103->1.104 | ||
9236 | |||
9237 | --------------------- | ||
9238 | PatchSet 2736 | ||
9239 | Date: 2002/07/25 15:17:19 | ||
9240 | Author: sandman | ||
9241 | Branch: HEAD | ||
9242 | Tag: (none) | ||
9243 | Log: | ||
9244 | Fix for bug #1255 -- support for mount -t <type> | ||
9245 | |||
9246 | Members: | ||
9247 | util-linux/mount.c:1.104->1.105 | ||
9248 | |||
9249 | --------------------- | ||
9250 | PatchSet 2737 | ||
9251 | Date: 2002/07/26 16:54:20 | ||
9252 | Author: sandman | ||
9253 | Branch: HEAD | ||
9254 | Tag: (none) | ||
9255 | Log: | ||
9256 | modprobe now also uses "options" from /etc/modules.conf | ||
9257 | |||
9258 | Members: | ||
9259 | modutils/modprobe.c:1.13->1.14 | ||
9260 | |||
9261 | --------------------- | ||
9262 | PatchSet 2738 | ||
9263 | Date: 2002/07/29 07:39:46 | ||
9264 | Author: andersen | ||
9265 | Branch: HEAD | ||
9266 | Tag: (none) | ||
9267 | Log: | ||
9268 | Patch from Tim Riker to allow tty* in inittab if the tty | ||
9269 | actually exists -- serial console is not the issue... | ||
9270 | |||
9271 | Members: | ||
9272 | Changelog:1.276->1.277 | ||
9273 | init/init.c:1.165->1.166 | ||
9274 | |||
9275 | --------------------- | ||
9276 | PatchSet 2739 | ||
9277 | Date: 2002/07/29 08:59:38 | ||
9278 | Author: andersen | ||
9279 | Branch: HEAD | ||
9280 | Tag: (none) | ||
9281 | Log: | ||
9282 | Kill a silly warning | ||
9283 | |||
9284 | Members: | ||
9285 | init/init.c:1.166->1.167 | ||
9286 | |||
9287 | --------------------- | ||
9288 | PatchSet 2740 | ||
9289 | Date: 2002/07/29 21:28:38 | ||
9290 | Author: sandman | ||
9291 | Branch: HEAD | ||
9292 | Tag: (none) | ||
9293 | Log: | ||
9294 | Fixed a bug that I had introduced with the new "options" handling. | ||
9295 | |||
9296 | Members: | ||
9297 | modutils/modprobe.c:1.14->1.15 | ||
9298 | |||
9299 | --------------------- | ||
9300 | PatchSet 2741 | ||
9301 | Date: 2002/07/31 00:11:00 | ||
9302 | Author: sandman | ||
9303 | Branch: HEAD | ||
9304 | Tag: (none) | ||
9305 | Log: | ||
9306 | Added the -I (isofmt) options to date, which comes in handy for scripts | ||
9307 | (this is a confiureable option) | ||
9308 | |||
9309 | Members: | ||
9310 | coreutils/date.c:1.35->1.36 | ||
9311 | shellutils/config.in:1.5->1.6 | ||
9312 | shellutils/date.c:1.35->1.36 | ||
9313 | |||
9314 | --------------------- | ||
9315 | PatchSet 2742 | ||
9316 | Date: 2002/07/31 00:13:51 | ||
9317 | Author: sandman | ||
9318 | Branch: HEAD | ||
9319 | Tag: (none) | ||
9320 | Log: | ||
9321 | Fixed a timing bug which occured when bb ash is run in a rxvt on the | ||
9322 | HP iPAQ. Sometimes we get a SIGWINCH and want to print the prompt, although | ||
9323 | the prompt is not yet initialised (0) .. so just don't print a prompt | ||
9324 | as long as the prompt string is 0 | ||
9325 | |||
9326 | Members: | ||
9327 | shell/cmdedit.c:1.71->1.72 | ||
9328 | |||
9329 | --------------------- | ||
9330 | PatchSet 2743 | ||
9331 | Date: 2002/07/31 04:45:05 | ||
9332 | Author: andersen | ||
9333 | Branch: HEAD | ||
9334 | Tag: (none) | ||
9335 | Log: | ||
9336 | Be more portable with 'find' for those that prefer programming | ||
9337 | on *BSD, etc. Formatting fixes, etc. | ||
9338 | |||
9339 | Members: | ||
9340 | Makefile:1.261->1.262 | ||
9341 | Rules.mak:1.4->1.5 | ||
9342 | |||
9343 | --------------------- | ||
9344 | PatchSet 2744 | ||
9345 | Date: 2002/07/31 05:04:20 | ||
9346 | Author: andersen | ||
9347 | Branch: HEAD | ||
9348 | Tag: (none) | ||
9349 | Log: | ||
9350 | A couple of small bugfixes from Marshall M. Midden <m4@brecis.com> | ||
9351 | |||
9352 | Members: | ||
9353 | shell/lash.c:1.143->1.144 | ||
9354 | |||
9355 | --------------------- | ||
9356 | PatchSet 2745 | ||
9357 | Date: 2002/07/31 22:22:21 | ||
9358 | Author: sandman | ||
9359 | Branch: HEAD | ||
9360 | Tag: (none) | ||
9361 | Log: | ||
9362 | Applied a patch from Philip Blundell <pb@nexus.co.uk>: | ||
9363 | Added support for ":x" as an alias for ":wq" to vi | ||
9364 | |||
9365 | Members: | ||
9366 | editors/vi.c:1.21->1.22 | ||
9367 | |||
9368 | --------------------- | ||
9369 | PatchSet 2746 | ||
9370 | Date: 2002/08/01 02:31:17 | ||
9371 | Author: andersen | ||
9372 | Branch: HEAD | ||
9373 | Tag: (none) | ||
9374 | Log: | ||
9375 | Joseph Chiu <josephc@idealab.com> found an off-by-one bug. oops! | ||
9376 | |||
9377 | Members: | ||
9378 | libpwdgrp/initgroups.c:1.2->1.3 | ||
9379 | |||
9380 | --------------------- | ||
9381 | PatchSet 2747 | ||
9382 | Date: 2002/08/02 07:39:47 | ||
9383 | Author: aaronl | ||
9384 | Branch: HEAD | ||
9385 | Tag: (none) | ||
9386 | Log: | ||
9387 | Remove ckfree, and replace all references with free. Remove freefunc, | ||
9388 | which is also equivilent to free. Remove some if(x)free(x) | ||
9389 | redundancies. | ||
9390 | |||
9391 | Members: | ||
9392 | shell/ash.c:1.55->1.56 | ||
9393 | |||
9394 | --------------------- | ||
9395 | PatchSet 2748 | ||
9396 | Date: 2002/08/03 15:49:03 | ||
9397 | Author: sandman | ||
9398 | Branch: HEAD | ||
9399 | Tag: (none) | ||
9400 | Log: | ||
9401 | Fixed a bug in xarg: string data was strcat'ed to a malloc'ed buffer - and | ||
9402 | malloc does not clear memory by default (somehow this worked on x86, but | ||
9403 | not on arm) | ||
9404 | |||
9405 | Members: | ||
9406 | findutils/xargs.c:1.21->1.22 | ||
9407 | |||
9408 | --------------------- | ||
9409 | PatchSet 2749 | ||
9410 | Date: 2002/08/05 03:57:09 | ||
9411 | Author: sandman | ||
9412 | Branch: HEAD | ||
9413 | Tag: (none) | ||
9414 | Log: | ||
9415 | - updated a few copyright/left file headers | ||
9416 | - documented most of my 0.61 changes in the ChangeLog | ||
9417 | |||
9418 | Members: | ||
9419 | Changelog:1.277->1.278 | ||
9420 | coreutils/date.c:1.36->1.37 | ||
9421 | modutils/modprobe.c:1.15->1.16 | ||
9422 | shellutils/date.c:1.36->1.37 | ||
9423 | util-linux/hwclock.c:1.1->1.2 | ||
9424 | |||
9425 | --------------------- | ||
9426 | PatchSet 2750 | ||
9427 | Date: 2002/08/05 12:14:11 | ||
9428 | Author: andersen | ||
9429 | Branch: HEAD | ||
9430 | Tag: (none) | ||
9431 | Log: | ||
9432 | Joel Coltoff <joel@wmi.com> noticed that following a recent | ||
9433 | change in uClibc that changed opening the /dev/log socket as | ||
9434 | SOCK_STREAM to SOCK_DGRAM, busybox syslogd no longer worked | ||
9435 | since it needed a matching change. This fixes it so it | ||
9436 | works once again. | ||
9437 | |||
9438 | Members: | ||
9439 | sysklogd/syslogd.c:1.84->1.85 | ||
9440 | |||
9441 | --------------------- | ||
9442 | PatchSet 2751 | ||
9443 | Date: 2002/08/05 12:56:25 | ||
9444 | Author: andersen | ||
9445 | Branch: HEAD | ||
9446 | Tag: (none) | ||
9447 | Log: | ||
9448 | Oops. Code things so it actually works this time around... | ||
9449 | -Erik | ||
9450 | |||
9451 | Members: | ||
9452 | sysklogd/syslogd.c:1.85->1.86 | ||
9453 | |||
9454 | --------------------- | ||
9455 | PatchSet 2752 | ||
9456 | Date: 2002/08/06 21:12:56 | ||
9457 | Author: mjn3 | ||
9458 | Branch: HEAD | ||
9459 | Tag: (none) | ||
9460 | Log: | ||
9461 | Move #define MAXLINE so this compiles without circ buffers. | ||
9462 | |||
9463 | Members: | ||
9464 | sysklogd/syslogd.c:1.86->1.87 | ||
9465 | |||
9466 | --------------------- | ||
9467 | PatchSet 2753 | ||
9468 | Date: 2002/08/06 21:39:23 | ||
9469 | Author: mjn3 | ||
9470 | Branch: HEAD | ||
9471 | Tag: (none) | ||
9472 | Log: | ||
9473 | Fix silly typo. addgroup was using /etc/shadow for /etc/gshadow. | ||
9474 | |||
9475 | Members: | ||
9476 | loginutils/addgroup.c:1.4->1.5 | ||
9477 | |||
9478 | --------------------- | ||
9479 | PatchSet 2754 | ||
9480 | Date: 2002/08/06 22:07:17 | ||
9481 | Author: sandman | ||
9482 | Branch: HEAD | ||
9483 | Tag: (none) | ||
9484 | Log: | ||
9485 | Added the \CregexpC syntax as an alternative for /regexp/ (like GNU sed) | ||
9486 | |||
9487 | Members: | ||
9488 | editors/sed.c:1.90->1.91 | ||
9489 | |||
9490 | --------------------- | ||
9491 | PatchSet 2755 | ||
9492 | Date: 2002/08/07 00:13:31 | ||
9493 | Author: sandman | ||
9494 | Branch: HEAD | ||
9495 | Tag: (none) | ||
9496 | Log: | ||
9497 | Somehow I applied an old patch for the last commit - this one works now: | ||
9498 | - Added \CregexC support to sed (sed testsuite reported no errors, btw) | ||
9499 | |||
9500 | Members: | ||
9501 | editors/sed.c:1.91->1.92 | ||
9502 | |||
9503 | --------------------- | ||
9504 | PatchSet 2756 | ||
9505 | Date: 2002/08/07 22:10:19 | ||
9506 | Author: sandman | ||
9507 | Branch: HEAD | ||
9508 | Tag: (none) | ||
9509 | Log: | ||
9510 | Added a help text for the -C option to syslogd | ||
9511 | |||
9512 | Members: | ||
9513 | include/usage.h:1.98->1.99 | ||
9514 | |||
9515 | --------------------- | ||
9516 | PatchSet 2757 | ||
9517 | Date: 2002/08/07 22:24:33 | ||
9518 | Author: sandman | ||
9519 | Branch: HEAD | ||
9520 | Tag: (none) | ||
9521 | Log: | ||
9522 | Patch from Rusell Nelson to document the -C switch for syslogd | ||
9523 | |||
9524 | Members: | ||
9525 | docs/busybox.sgml:1.46->1.47 | ||
9526 | |||
9527 | --------------------- | ||
9528 | PatchSet 2758 | ||
9529 | Date: 2002/08/09 23:54:39 | ||
9530 | Author: sandman | ||
9531 | Branch: HEAD | ||
9532 | Tag: (none) | ||
9533 | Log: | ||
9534 | Added Familiar Linux to the projects list | ||
9535 | |||
9536 | Members: | ||
9537 | docs/busybox.net/index.html:1.108->1.109 | ||
9538 | |||
9539 | --------------------- | ||
9540 | PatchSet 2759 | ||
9541 | Date: 2002/08/13 05:19:23 | ||
9542 | Author: aaronl | ||
9543 | Branch: HEAD | ||
9544 | Tag: (none) | ||
9545 | Log: | ||
9546 | minor fixes for fbset bloat | ||
9547 | |||
9548 | |||
9549 | <mjn3> printf("\tgeometry %u %u %u %u %u\n", v->xres, v->yres, | ||
9550 | <mjn3> v->xres_virtual, v->yres_virtual, v->bits_per_pixel); | ||
9551 | <mjn3> printf("\ttimings %u %u %u %u %u %u %u\n", v->pixclock, v->left_margin, | ||
9552 | <mjn3> v->right_margin, v->upper_margin, v->lower_margin, v->hsync_l | ||
9553 | <mjn3> en, | ||
9554 | <mjn3> v->vsync_len); | ||
9555 | <mjn3> printf("\taccel %s\n", (v->accel_flags > 0 ? "true" : "false")); | ||
9556 | <mjn3> printf("\trgba %u/%u,%u/%u,%u/%u,%u/%u\n", v->red.length, | ||
9557 | <mjn3> v->red.offset, v->green.length, v->green.offset, v->blue.leng | ||
9558 | <mjn3> th, | ||
9559 | <mjn3> v->blue.offset, v->transp.length, v->transp.offset); | ||
9560 | <mjn3> printf("endmode\n\n"); | ||
9561 | <mjn3> whay have multiple printf calls when one would do? | ||
9562 | |||
9563 | <mjn3> and this: | ||
9564 | <mjn3> static struct cmdoptions_t { | ||
9565 | <mjn3> char *name; | ||
9566 | <mjn3> unsigned char param_count; | ||
9567 | <mjn3> unsigned char code; | ||
9568 | <mjn3> } g_cmdoptions[] = { | ||
9569 | <mjn3> { | ||
9570 | <mjn3> "-fb", 1, CMD_FB}, { | ||
9571 | <mjn3> (repeated entries) | ||
9572 | <mjn3> why isn't this constant? what about struct packing? | ||
9573 | |||
9574 | inline the helper functions that are only referenced once. | ||
9575 | |||
9576 | Members: | ||
9577 | util-linux/fbset.c:1.28->1.29 | ||
9578 | |||
9579 | --------------------- | ||
9580 | PatchSet 2760 | ||
9581 | Date: 2002/08/13 06:06:42 | ||
9582 | Author: bug1 | ||
9583 | Branch: HEAD | ||
9584 | Tag: (none) | ||
9585 | Log: | ||
9586 | Enable support for the old tar header format, enable via menu's | ||
9587 | |||
9588 | Members: | ||
9589 | archival/config.in:1.9->1.10 | ||
9590 | archival/libunarchive/get_header_tar.c:1.2->1.3 | ||
9591 | |||
9592 | --------------------- | ||
9593 | PatchSet 2761 | ||
9594 | Date: 2002/08/13 10:57:44 | ||
9595 | Author: andersen | ||
9596 | Branch: HEAD | ||
9597 | Tag: (none) | ||
9598 | Log: | ||
9599 | Try to be a bit more dietlibc friendly | ||
9600 | |||
9601 | Members: | ||
9602 | libbb/libc5.c:1.3->1.4 | ||
9603 | |||
9604 | --------------------- | ||
9605 | PatchSet 2762 | ||
9606 | Date: 2002/08/15 04:29:56 | ||
9607 | Author: bug1 | ||
9608 | Branch: HEAD | ||
9609 | Tag: (none) | ||
9610 | Log: | ||
9611 | Fix dietlibc test condition | ||
9612 | |||
9613 | Members: | ||
9614 | libbb/libc5.c:1.4->1.5 | ||
9615 | |||
9616 | --------------------- | ||
9617 | PatchSet 2763 | ||
9618 | Date: 2002/08/21 11:27:57 | ||
9619 | Author: bug1 | ||
9620 | Branch: HEAD | ||
9621 | Tag: (none) | ||
9622 | Log: | ||
9623 | New applet, udhcp client | ||
9624 | |||
9625 | Members: | ||
9626 | include/applets.h:1.61->1.62 | ||
9627 | include/usage.h:1.99->1.100 | ||
9628 | networking/Makefile.in:1.2->1.3 | ||
9629 | networking/config.in:1.6->1.7 | ||
9630 | networking/udhcpc.c:INITIAL->1.1 | ||
9631 | |||
9632 | --------------------- | ||
9633 | PatchSet 2764 | ||
9634 | Date: 2002/08/21 12:21:19 | ||
9635 | Author: aaronl | ||
9636 | Branch: HEAD | ||
9637 | Tag: (none) | ||
9638 | Log: | ||
9639 | Clean up udhcpd a bit. Constify. Staticize. Remove these functions and | ||
9640 | inline their contents: print_usage, pidfile_delete, and background. | ||
9641 | |||
9642 | Members: | ||
9643 | networking/udhcpc.c:1.1->1.2 | ||
9644 | |||
9645 | --------------------- | ||
9646 | PatchSet 2765 | ||
9647 | Date: 2002/08/21 12:44:31 | ||
9648 | Author: bug1 | ||
9649 | Branch: HEAD | ||
9650 | Tag: (none) | ||
9651 | Log: | ||
9652 | Disable debugging | ||
9653 | |||
9654 | Members: | ||
9655 | networking/udhcpc.c:1.2->1.3 | ||
9656 | |||
9657 | --------------------- | ||
9658 | PatchSet 2766 | ||
9659 | Date: 2002/08/21 13:44:54 | ||
9660 | Author: aaronl | ||
9661 | Branch: HEAD | ||
9662 | Tag: (none) | ||
9663 | Log: | ||
9664 | Cleanups. These SHOULD make the binary a lot smaller. But they don't. | ||
9665 | CURSE GCC | ||
9666 | |||
9667 | Members: | ||
9668 | networking/udhcpc.c:1.3->1.4 | ||
9669 | |||
9670 | --------------------- | ||
9671 | PatchSet 2767 | ||
9672 | Date: 2002/08/21 14:02:24 | ||
9673 | Author: aaronl | ||
9674 | Branch: HEAD | ||
9675 | Tag: (none) | ||
9676 | Log: | ||
9677 | vi inlining | ||
9678 | |||
9679 | Members: | ||
9680 | editors/vi.c:1.22->1.23 | ||
9681 | |||
9682 | --------------------- | ||
9683 | PatchSet 2768 | ||
9684 | Date: 2002/08/21 14:11:34 | ||
9685 | Author: aaronl | ||
9686 | Branch: HEAD | ||
9687 | Tag: (none) | ||
9688 | Log: | ||
9689 | Tar inlining, #if 0 out unused function | ||
9690 | |||
9691 | Members: | ||
9692 | archival/tar.c:1.147->1.148 | ||
9693 | |||
9694 | --------------------- | ||
9695 | PatchSet 2769 | ||
9696 | Date: 2002/08/21 14:21:20 | ||
9697 | Author: aaronl | ||
9698 | Branch: HEAD | ||
9699 | Tag: (none) | ||
9700 | Log: | ||
9701 | Inline functions with only one reference in mkfs_minix. I don't know | ||
9702 | why these efforts aren't making the binary smaller. | ||
9703 | |||
9704 | Members: | ||
9705 | util-linux/mkfs_minix.c:1.36->1.37 | ||
9706 | |||
9707 | --------------------- | ||
9708 | PatchSet 2770 | ||
9709 | Date: 2002/08/21 15:24:38 | ||
9710 | Author: bug1 | ||
9711 | Branch: HEAD | ||
9712 | Tag: (none) | ||
9713 | Log: | ||
9714 | udhcpc sample scripts | ||
9715 | |||
9716 | Members: | ||
9717 | examples/udhcpc/default.bound:INITIAL->1.1 | ||
9718 | examples/udhcpc/default.deconfig:INITIAL->1.1 | ||
9719 | examples/udhcpc/default.renew:INITIAL->1.1 | ||
9720 | examples/udhcpc/default.script:INITIAL->1.1 | ||
9721 | |||
9722 | --------------------- | ||
9723 | PatchSet 2771 | ||
9724 | Date: 2002/08/22 12:50:31 | ||
9725 | Author: bug1 | ||
9726 | Branch: HEAD | ||
9727 | Tag: (none) | ||
9728 | Log: | ||
9729 | Honour the USTAR prefix field, this enables a 155 byte path length plus the normal 100 byte filename. | ||
9730 | The catch is gnu tar cannot create archives that use the prefix field, you need to use s-tar. | ||
9731 | |||
9732 | Members: | ||
9733 | archival/libunarchive/get_header_tar.c:1.3->1.4 | ||
9734 | |||
9735 | --------------------- | ||
9736 | PatchSet 2772 | ||
9737 | Date: 2002/08/22 13:55:26 | ||
9738 | Author: bug1 | ||
9739 | Branch: HEAD | ||
9740 | Tag: (none) | ||
9741 | Log: | ||
9742 | Remove definition of is_octal and is_decimal, they arent used | ||
9743 | |||
9744 | Members: | ||
9745 | include/libbb.h:1.76->1.77 | ||
9746 | |||
9747 | --------------------- | ||
9748 | PatchSet 2773 | ||
9749 | Date: 2002/08/22 14:12:40 | ||
9750 | Author: bug1 | ||
9751 | Branch: HEAD | ||
9752 | Tag: (none) | ||
9753 | Log: | ||
9754 | Run through indent, use /* */ style comments instead of // | ||
9755 | |||
9756 | Members: | ||
9757 | applets/applets.c:1.14->1.15 | ||
9758 | |||
9759 | --------------------- | ||
9760 | PatchSet 2774 | ||
9761 | Date: 2002/08/22 14:21:26 | ||
9762 | Author: bug1 | ||
9763 | Branch: HEAD | ||
9764 | Tag: (none) | ||
9765 | Log: | ||
9766 | Run through indent | ||
9767 | |||
9768 | Members: | ||
9769 | archival/gzip.c:1.54->1.55 | ||
9770 | |||
9771 | --------------------- | ||
9772 | PatchSet 2775 | ||
9773 | Date: 2002/08/22 14:25:12 | ||
9774 | Author: bug1 | ||
9775 | Branch: HEAD | ||
9776 | Tag: (none) | ||
9777 | Log: | ||
9778 | Run through indent, use /* */ style comments | ||
9779 | |||
9780 | Members: | ||
9781 | include/unarchive.h:1.3->1.4 | ||
9782 | |||
9783 | --------------------- | ||
9784 | PatchSet 2776 | ||
9785 | Date: 2002/08/22 14:44:08 | ||
9786 | Author: bug1 | ||
9787 | Branch: HEAD | ||
9788 | Tag: (none) | ||
9789 | Log: | ||
9790 | Run through indent, use /* */ style comments, change extern to static | ||
9791 | |||
9792 | Members: | ||
9793 | archival/tar.c:1.148->1.149 | ||
9794 | |||
9795 | --------------------- | ||
9796 | PatchSet 2777 | ||
9797 | Date: 2002/08/22 16:54:22 | ||
9798 | Author: bug1 | ||
9799 | Branch: HEAD | ||
9800 | Tag: (none) | ||
9801 | Log: | ||
9802 | Remove unwanted comments, run through indent | ||
9803 | |||
9804 | Members: | ||
9805 | include/busybox.h:1.50->1.51 | ||
9806 | |||
9807 | --------------------- | ||
9808 | PatchSet 2778 | ||
9809 | Date: 2002/08/22 16:59:18 | ||
9810 | Author: bug1 | ||
9811 | Branch: HEAD | ||
9812 | Tag: (none) | ||
9813 | Log: | ||
9814 | define inline if needed for ANSI C compatability | ||
9815 | |||
9816 | Members: | ||
9817 | include/libbb.h:1.77->1.78 | ||
9818 | |||
9819 | --------------------- | ||
9820 | PatchSet 2779 | ||
9821 | Date: 2002/08/22 18:47:09 | ||
9822 | Author: bug1 | ||
9823 | Branch: HEAD | ||
9824 | Tag: (none) | ||
9825 | Log: | ||
9826 | Run through ident, fix comments | ||
9827 | |||
9828 | Members: | ||
9829 | archival/libunarchive/get_header_tar.c:1.4->1.5 | ||
9830 | |||
9831 | --------------------- | ||
9832 | PatchSet 2780 | ||
9833 | Date: 2002/08/22 19:13:54 | ||
9834 | Author: bug1 | ||
9835 | Branch: HEAD | ||
9836 | Tag: (none) | ||
9837 | Log: | ||
9838 | Run through indent, fix BB_ define | ||
9839 | |||
9840 | Members: | ||
9841 | coreutils/ls.c:1.91->1.92 | ||
9842 | fileutils/ls.c:1.91->1.92 | ||
9843 | |||
9844 | --------------------- | ||
9845 | PatchSet 2781 | ||
9846 | Date: 2002/08/22 19:19:01 | ||
9847 | Author: bug1 | ||
9848 | Branch: HEAD | ||
9849 | Tag: (none) | ||
9850 | Log: | ||
9851 | Run through indent, fix comments | ||
9852 | |||
9853 | Members: | ||
9854 | init/init.c:1.167->1.168 | ||
9855 | networking/ifconfig.c:1.18->1.19 | ||
9856 | |||
9857 | --------------------- | ||
9858 | PatchSet 2782 | ||
9859 | Date: 2002/08/22 19:24:43 | ||
9860 | Author: bug1 | ||
9861 | Branch: HEAD | ||
9862 | Tag: (none) | ||
9863 | Log: | ||
9864 | Run through indent, fix comment | ||
9865 | |||
9866 | Members: | ||
9867 | networking/route.c:1.17->1.18 | ||
9868 | |||
9869 | --------------------- | ||
9870 | PatchSet 2783 | ||
9871 | Date: 2002/08/22 19:30:15 | ||
9872 | Author: bug1 | ||
9873 | Branch: HEAD | ||
9874 | Tag: (none) | ||
9875 | Log: | ||
9876 | Run through indent, fix comments | ||
9877 | |||
9878 | Members: | ||
9879 | shell/ash.c:1.56->1.57 | ||
9880 | sysklogd/klogd.c:1.9->1.10 | ||
9881 | |||
9882 | --------------------- | ||
9883 | PatchSet 2784 | ||
9884 | Date: 2002/08/22 19:41:20 | ||
9885 | Author: bug1 | ||
9886 | Branch: HEAD | ||
9887 | Tag: (none) | ||
9888 | Log: | ||
9889 | Run through indent, fix comments | ||
9890 | |||
9891 | Members: | ||
9892 | archival/libunarchive/unzip.c:1.18->1.19 | ||
9893 | libbb/dump.c:1.2->1.3 | ||
9894 | libbb/unzip.c:1.18->1.19 | ||
9895 | util-linux/mount.c:1.105->1.106 | ||
9896 | |||
9897 | --------------------- | ||
9898 | PatchSet 2785 | ||
9899 | Date: 2002/08/22 20:15:26 | ||
9900 | Author: bug1 | ||
9901 | Branch: HEAD | ||
9902 | Tag: (none) | ||
9903 | Log: | ||
9904 | Remove duplicate variable definition | ||
9905 | |||
9906 | Members: | ||
9907 | archival/gzip.c:1.55->1.56 | ||
9908 | |||
9909 | --------------------- | ||
9910 | PatchSet 2786 | ||
9911 | Date: 2002/08/22 20:22:32 | ||
9912 | Author: bug1 | ||
9913 | Branch: HEAD | ||
9914 | Tag: (none) | ||
9915 | Log: | ||
9916 | Specify cast | ||
9917 | |||
9918 | Members: | ||
9919 | archival/libunarchive/get_header_tar.c:1.5->1.6 | ||
9920 | |||
9921 | --------------------- | ||
9922 | PatchSet 2787 | ||
9923 | Date: 2002/08/22 20:31:35 | ||
9924 | Author: bug1 | ||
9925 | Branch: HEAD | ||
9926 | Tag: (none) | ||
9927 | Log: | ||
9928 | replace some global const ints with defines | ||
9929 | |||
9930 | Members: | ||
9931 | archival/libunarchive/unzip.c:1.19->1.20 | ||
9932 | libbb/unzip.c:1.19->1.20 | ||
9933 | |||
9934 | --------------------- | ||
9935 | PatchSet 2788 | ||
9936 | Date: 2002/08/22 20:35:36 | ||
9937 | Author: bug1 | ||
9938 | Branch: HEAD | ||
9939 | Tag: (none) | ||
9940 | Log: | ||
9941 | Remove duplicate definitions, run through indent | ||
9942 | |||
9943 | Members: | ||
9944 | libbb/interface.c:1.8->1.9 | ||
9945 | |||
9946 | --------------------- | ||
9947 | PatchSet 2789 | ||
9948 | Date: 2002/08/23 04:25:22 | ||
9949 | Author: bug1 | ||
9950 | Branch: HEAD | ||
9951 | Tag: (none) | ||
9952 | Log: | ||
9953 | Run through indent | ||
9954 | |||
9955 | Members: | ||
9956 | coreutils/du.c:1.53->1.54 | ||
9957 | fileutils/du.c:1.53->1.54 | ||
9958 | |||
9959 | --------------------- | ||
9960 | PatchSet 2790 | ||
9961 | Date: 2002/08/23 04:37:07 | ||
9962 | Author: bug1 | ||
9963 | Branch: HEAD | ||
9964 | Tag: (none) | ||
9965 | Log: | ||
9966 | Run through indent, specify cast | ||
9967 | |||
9968 | Members: | ||
9969 | coreutils/mknod.c:1.22->1.23 | ||
9970 | fileutils/mknod.c:1.22->1.23 | ||
9971 | |||
9972 | --------------------- | ||
9973 | PatchSet 2791 | ||
9974 | Date: 2002/08/23 06:58:38 | ||
9975 | Author: bug1 | ||
9976 | Branch: HEAD | ||
9977 | Tag: (none) | ||
9978 | Log: | ||
9979 | Run through indent, fix comments | ||
9980 | |||
9981 | Members: | ||
9982 | coreutils/date.c:1.37->1.38 | ||
9983 | shellutils/date.c:1.37->1.38 | ||
9984 | |||
9985 | --------------------- | ||
9986 | PatchSet 2792 | ||
9987 | Date: 2002/08/23 07:05:11 | ||
9988 | Author: bug1 | ||
9989 | Branch: HEAD | ||
9990 | Tag: (none) | ||
9991 | Log: | ||
9992 | Run through indent, fix comments | ||
9993 | |||
9994 | Members: | ||
9995 | coreutils/test.c:1.20->1.21 | ||
9996 | shellutils/test.c:1.20->1.21 | ||
9997 | |||
9998 | --------------------- | ||
9999 | PatchSet 2793 | ||
10000 | Date: 2002/08/23 07:17:46 | ||
10001 | Author: bug1 | ||
10002 | Branch: HEAD | ||
10003 | Tag: (none) | ||
10004 | Log: | ||
10005 | Run through indent, style | ||
10006 | |||
10007 | Members: | ||
10008 | util-linux/mount.c:1.106->1.107 | ||
10009 | |||
10010 | --------------------- | ||
10011 | PatchSet 2794 | ||
10012 | Date: 2002/08/23 08:28:45 | ||
10013 | Author: aaronl | ||
10014 | Branch: HEAD | ||
10015 | Tag: (none) | ||
10016 | Log: | ||
10017 | move some globals to bss | ||
10018 | |||
10019 | Members: | ||
10020 | coreutils/du.c:1.54->1.55 | ||
10021 | fileutils/du.c:1.54->1.55 | ||
10022 | |||
10023 | --------------------- | ||
10024 | PatchSet 2795 | ||
10025 | Date: 2002/08/23 08:45:26 | ||
10026 | Author: aaronl | ||
10027 | Branch: HEAD | ||
10028 | Tag: (none) | ||
10029 | Log: | ||
10030 | for some baffling reason tinycc insists that i change this 0 to NULL | ||
10031 | |||
10032 | Members: | ||
10033 | modutils/modprobe.c:1.16->1.17 | ||
10034 | |||
10035 | --------------------- | ||
10036 | PatchSet 2796 | ||
10037 | Date: 2002/08/23 08:51:01 | ||
10038 | Author: aaronl | ||
10039 | Branch: HEAD | ||
10040 | Tag: (none) | ||
10041 | Log: | ||
10042 | remove duplicate definition of G | ||
10043 | caught by tinycc | ||
10044 | |||
10045 | Members: | ||
10046 | networking/telnet.c:1.34->1.35 | ||
10047 | |||
10048 | --------------------- | ||
10049 | PatchSet 2797 | ||
10050 | Date: 2002/08/23 08:52:58 | ||
10051 | Author: aaronl | ||
10052 | Branch: HEAD | ||
10053 | Tag: (none) | ||
10054 | Log: | ||
10055 | ansify | ||
10056 | |||
10057 | Members: | ||
10058 | networking/traceroute.c:1.9->1.10 | ||
10059 | |||
10060 | --------------------- | ||
10061 | PatchSet 2798 | ||
10062 | Date: 2002/08/23 08:56:21 | ||
10063 | Author: aaronl | ||
10064 | Branch: HEAD | ||
10065 | Tag: (none) | ||
10066 | Log: | ||
10067 | Don't #ifdef __linux__. this is linux. | ||
10068 | |||
10069 | Members: | ||
10070 | loginutils/getty.c:1.2->1.3 | ||
10071 | |||
10072 | --------------------- | ||
10073 | PatchSet 2799 | ||
10074 | Date: 2002/08/23 13:04:23 | ||
10075 | Author: bug1 | ||
10076 | Branch: HEAD | ||
10077 | Tag: (none) | ||
10078 | Log: | ||
10079 | Apply vodz last_patch51_2 and run through indent | ||
10080 | |||
10081 | Members: | ||
10082 | libbb/arith.c:1.3->1.4 | ||
10083 | |||
10084 | --------------------- | ||
10085 | PatchSet 2800 | ||
10086 | Date: 2002/08/23 14:14:48 | ||
10087 | Author: bug1 | ||
10088 | Branch: HEAD | ||
10089 | Tag: (none) | ||
10090 | Log: | ||
10091 | Apply vodz last_path_51-2 | ||
10092 | |||
10093 | Members: | ||
10094 | shell/ash.c:1.57->1.58 | ||
10095 | |||
10096 | --------------------- | ||
10097 | PatchSet 2801 | ||
10098 | Date: 2002/08/23 15:31:28 | ||
10099 | Author: bug1 | ||
10100 | Branch: HEAD | ||
10101 | Tag: (none) | ||
10102 | Log: | ||
10103 | Use static instead of extern, braces around if's, run through indent | ||
10104 | |||
10105 | Members: | ||
10106 | networking/udhcpc.c:1.4->1.5 | ||
10107 | |||
10108 | --------------------- | ||
10109 | PatchSet 2802 | ||
10110 | Date: 2002/08/23 15:36:59 | ||
10111 | Author: bug1 | ||
10112 | Branch: HEAD | ||
10113 | Tag: (none) | ||
10114 | Log: | ||
10115 | Remove empty loops | ||
10116 | |||
10117 | Members: | ||
10118 | networking/udhcpc.c:1.5->1.6 | ||
10119 | |||
10120 | --------------------- | ||
10121 | PatchSet 2803 | ||
10122 | Date: 2002/08/23 18:19:26 | ||
10123 | Author: bug1 | ||
10124 | Branch: HEAD | ||
10125 | Tag: (none) | ||
10126 | Log: | ||
10127 | Rewrite, its smaller | ||
10128 | |||
10129 | Members: | ||
10130 | libbb/make_directory.c:1.5->1.6 | ||
10131 | |||
10132 | --------------------- | ||
10133 | PatchSet 2804 | ||
10134 | Date: 2002/08/23 23:09:50 | ||
10135 | Author: aaronl | ||
10136 | Branch: HEAD | ||
10137 | Tag: (none) | ||
10138 | Log: | ||
10139 | Remove extrangeous backslashes that were probably introduced by | ||
10140 | someone joining lines and forgetting to remove the backslash escaping | ||
10141 | the newline. | ||
10142 | |||
10143 | Members: | ||
10144 | include/usage.h:1.100->1.101 | ||
10145 | |||
10146 | --------------------- | ||
10147 | PatchSet 2805 | ||
10148 | Date: 2002/08/24 11:30:36 | ||
10149 | Author: bug1 | ||
10150 | Branch: HEAD | ||
10151 | Tag: (none) | ||
10152 | Log: | ||
10153 | Run through indent, use braces | ||
10154 | |||
10155 | Members: | ||
10156 | archival/gunzip.c:1.65->1.66 | ||
10157 | |||
10158 | --------------------- | ||
10159 | PatchSet 2806 | ||
10160 | Date: 2002/08/24 15:32:17 | ||
10161 | Author: bug1 | ||
10162 | Branch: HEAD | ||
10163 | Tag: (none) | ||
10164 | Log: | ||
10165 | Reorganise, make it just one function, remove -v option it didnt work properly anyway, dont setvbuf it doesnt make any difference in performance. | ||
10166 | |||
10167 | Members: | ||
10168 | archival/gunzip.c:1.66->1.67 | ||
10169 | |||
10170 | --------------------- | ||
10171 | PatchSet 2807 | ||
10172 | Date: 2002/08/24 21:00:52 | ||
10173 | Author: bug1 | ||
10174 | Branch: HEAD | ||
10175 | Tag: (none) | ||
10176 | Log: | ||
10177 | Fix warning | ||
10178 | |||
10179 | Members: | ||
10180 | libbb/make_directory.c:1.6->1.7 | ||
10181 | |||
10182 | --------------------- | ||
10183 | PatchSet 2808 | ||
10184 | Date: 2002/08/24 21:11:38 | ||
10185 | Author: bug1 | ||
10186 | Branch: HEAD | ||
10187 | Tag: (none) | ||
10188 | Log: | ||
10189 | Dont return an error if the directory already existed | ||
10190 | |||
10191 | Members: | ||
10192 | libbb/make_directory.c:1.7->1.8 | ||
10193 | |||
10194 | --------------------- | ||
10195 | PatchSet 2809 | ||
10196 | Date: 2002/08/26 18:17:27 | ||
10197 | Author: bug1 | ||
10198 | Branch: HEAD | ||
10199 | Tag: (none) | ||
10200 | Log: | ||
10201 | chmod on the NEW file | ||
10202 | |||
10203 | Members: | ||
10204 | archival/gunzip.c:1.67->1.68 | ||
10205 | |||
10206 | --------------------- | ||
10207 | PatchSet 2810 | ||
10208 | Date: 2002/08/26 22:34:56 | ||
10209 | Author: andersen | ||
10210 | Branch: HEAD | ||
10211 | Tag: (none) | ||
10212 | Log: | ||
10213 | Eliminate use of obsolete sys_errlist[] | ||
10214 | -Erik | ||
10215 | |||
10216 | Members: | ||
10217 | init/init.c:1.168->1.169 | ||
10218 | networking/udhcpc.c:1.6->1.7 | ||
10219 | |||
10220 | --------------------- | ||
10221 | PatchSet 2811 | ||
10222 | Date: 2002/09/01 07:45:55 | ||
10223 | Author: andersen | ||
10224 | Branch: HEAD | ||
10225 | Tag: (none) | ||
10226 | Log: | ||
10227 | Some CML1 grammar fixes | ||
10228 | -Erik | ||
10229 | |||
10230 | Members: | ||
10231 | modutils/config.in:1.4->1.5 | ||
10232 | shell/config.in:1.4->1.5 | ||
10233 | sysdeps/linux/config.in:1.8->1.9 | ||
10234 | textutils/config.in:1.3->1.4 | ||
10235 | util-linux/config.in:1.7->1.8 | ||
10236 | |||
10237 | --------------------- | ||
10238 | PatchSet 2812 | ||
10239 | Date: 2002/09/10 06:23:29 | ||
10240 | Author: andersen | ||
10241 | Branch: HEAD | ||
10242 | Tag: (none) | ||
10243 | Log: | ||
10244 | Yipe. uid and gid were reversed. | ||
10245 | -Erik | ||
10246 | |||
10247 | Members: | ||
10248 | libpwdgrp/putpwent.c:1.2->1.3 | ||
10249 | |||
10250 | --------------------- | ||
10251 | PatchSet 2813 | ||
10252 | Date: 2002/09/10 07:03:31 | ||
10253 | Author: andersen | ||
10254 | Branch: HEAD | ||
10255 | Tag: (none) | ||
10256 | Log: | ||
10257 | Fix for handling of "tftp -l -" from Jean Wolter <jw5@os.inf.tu-dresden.de> | ||
10258 | |||
10259 | Members: | ||
10260 | networking/tftp.c:1.12->1.13 | ||
10261 | |||
10262 | --------------------- | ||
10263 | PatchSet 2814 | ||
10264 | Date: 2002/09/12 15:52:26 | ||
10265 | Author: mjn3 | ||
10266 | Branch: HEAD | ||
10267 | Tag: (none) | ||
10268 | Log: | ||
10269 | Apply vodz's last_patch53.gz (bb_asprintf.c) and last_patch54.gz | ||
10270 | (arith.c). | ||
10271 | |||
10272 | Members: | ||
10273 | libbb/arith.c:1.4->1.5 | ||
10274 | libbb/bb_asprintf.c:1.1->1.2 | ||
10275 | |||
10276 | --------------------- | ||
10277 | PatchSet 2815 | ||
10278 | Date: 2002/09/12 16:44:53 | ||
10279 | Author: andersen | ||
10280 | Branch: HEAD | ||
10281 | Tag: (none) | ||
10282 | Log: | ||
10283 | Patch from Thomas Gleixner <tglx@linutronix.de> to do | ||
10284 | automatic child reaping to avoid zombies | ||
10285 | |||
10286 | Members: | ||
10287 | init/init.c:1.169->1.170 | ||
10288 | |||
10289 | --------------------- | ||
10290 | PatchSet 2816 | ||
10291 | Date: 2002/09/15 17:54:48 | ||
10292 | Author: bug1 | ||
10293 | Branch: HEAD | ||
10294 | Tag: (none) | ||
10295 | Log: | ||
10296 | Support for GNU style long filename and linknames | ||
10297 | |||
10298 | Members: | ||
10299 | archival/config.in:1.10->1.11 | ||
10300 | archival/libunarchive/get_header_tar.c:1.6->1.7 | ||
10301 | |||
10302 | --------------------- | ||
10303 | PatchSet 2817 | ||
10304 | Date: 2002/09/15 18:03:48 | ||
10305 | Author: bug1 | ||
10306 | Branch: HEAD | ||
10307 | Tag: (none) | ||
10308 | Log: | ||
10309 | Awk applet written from scratch by Dmitry Zakharov | ||
10310 | |||
10311 | Members: | ||
10312 | include/applets.h:1.62->1.63 | ||
10313 | include/usage.h:1.101->1.102 | ||
10314 | textutils/Makefile.in:1.1->1.2 | ||
10315 | textutils/awk.c:INITIAL->1.1 | ||
10316 | textutils/config.in:1.4->1.5 | ||
10317 | |||
10318 | --------------------- | ||
10319 | PatchSet 2818 | ||
10320 | Date: 2002/09/15 18:20:44 | ||
10321 | Author: bug1 | ||
10322 | Branch: HEAD | ||
10323 | Tag: (none) | ||
10324 | Log: | ||
10325 | Use busybox's show_usage function for help | ||
10326 | |||
10327 | Members: | ||
10328 | include/usage.h:1.102->1.103 | ||
10329 | networking/udhcpc.c:1.7->1.8 | ||
10330 | |||
10331 | --------------------- | ||
10332 | PatchSet 2819 | ||
10333 | Date: 2002/09/16 04:16:05 | ||
10334 | Author: bug1 | ||
10335 | Branch: HEAD | ||
10336 | Tag: (none) | ||
10337 | Log: | ||
10338 | openvt applet by Quy Tonthat | ||
10339 | |||
10340 | Members: | ||
10341 | console-tools/Makefile.in:1.1->1.2 | ||
10342 | console-tools/config.in:1.1->1.2 | ||
10343 | console-tools/openvt.c:INITIAL->1.1 | ||
10344 | include/applets.h:1.63->1.64 | ||
10345 | include/usage.h:1.103->1.104 | ||
10346 | |||
10347 | --------------------- | ||
10348 | PatchSet 2820 | ||
10349 | Date: 2002/09/16 04:47:48 | ||
10350 | Author: bug1 | ||
10351 | Branch: HEAD | ||
10352 | Tag: (none) | ||
10353 | Log: | ||
10354 | Put in GPL v2 or later copyright notice | ||
10355 | |||
10356 | Members: | ||
10357 | console-tools/openvt.c:1.1->1.2 | ||
10358 | |||
10359 | --------------------- | ||
10360 | PatchSet 2821 | ||
10361 | Date: 2002/09/16 05:21:45 | ||
10362 | Author: bug1 | ||
10363 | Branch: HEAD | ||
10364 | Tag: (none) | ||
10365 | Log: | ||
10366 | mesg applet by Manuel Novoa III | ||
10367 | |||
10368 | Members: | ||
10369 | include/applets.h:1.64->1.65 | ||
10370 | include/usage.h:1.104->1.105 | ||
10371 | init/Makefile.in:1.1->1.2 | ||
10372 | init/config.in:1.3->1.4 | ||
10373 | init/mesg.c:INITIAL->1.1 | ||
10374 | |||
10375 | --------------------- | ||
10376 | PatchSet 2822 | ||
10377 | Date: 2002/09/16 06:30:24 | ||
10378 | Author: andersen | ||
10379 | Branch: HEAD | ||
10380 | Tag: (none) | ||
10381 | Log: | ||
10382 | Support module tainting | ||
10383 | -Erik | ||
10384 | |||
10385 | Members: | ||
10386 | modutils/insmod.c:1.89->1.90 | ||
10387 | modutils/lsmod.c:1.29->1.30 | ||
10388 | |||
10389 | --------------------- | ||
10390 | PatchSet 2823 | ||
10391 | Date: 2002/09/16 07:22:18 | ||
10392 | Author: andersen | ||
10393 | Branch: HEAD | ||
10394 | Tag: (none) | ||
10395 | Log: | ||
10396 | Apply vodz' last_patch52 | ||
10397 | |||
10398 | Members: | ||
10399 | applets/applets.c:1.15->1.16 | ||
10400 | console-tools/chvt.c:1.17->1.18 | ||
10401 | console-tools/deallocvt.c:1.23->1.24 | ||
10402 | console-tools/setkeycodes.c:1.11->1.12 | ||
10403 | include/applets.h:1.65->1.66 | ||
10404 | include/libbb.h:1.78->1.79 | ||
10405 | include/usage.h:1.105->1.106 | ||
10406 | libbb/get_console.c:1.3->1.4 | ||
10407 | loginutils/adduser.c:1.3->1.4 | ||
10408 | procps/kill.c:1.43->1.44 | ||
10409 | |||
10410 | --------------------- | ||
10411 | PatchSet 2824 | ||
10412 | Date: 2002/09/16 07:29:26 | ||
10413 | Author: andersen | ||
10414 | Branch: HEAD | ||
10415 | Tag: (none) | ||
10416 | Log: | ||
10417 | Fix stupid typo noticed by John Mullin <john.mullin@homenetcomm.com> | ||
10418 | |||
10419 | Members: | ||
10420 | libpwdgrp/initgroups.c:1.3->1.4 | ||
10421 | |||
10422 | --------------------- | ||
10423 | PatchSet 2825 | ||
10424 | Date: 2002/09/16 07:47:47 | ||
10425 | Author: andersen | ||
10426 | Branch: HEAD | ||
10427 | Tag: (none) | ||
10428 | Log: | ||
10429 | Let people run SHUTDOWN actions prior to killing everything | ||
10430 | -Erik | ||
10431 | |||
10432 | Members: | ||
10433 | init/init.c:1.170->1.171 | ||
10434 | |||
10435 | --------------------- | ||
10436 | PatchSet 2826 | ||
10437 | Date: 2002/09/16 08:25:41 | ||
10438 | Author: andersen | ||
10439 | Branch: HEAD | ||
10440 | Tag: (none) | ||
10441 | Log: | ||
10442 | Patch from Matthias Lang <matthias@corelatus.se> to fix gunzip | ||
10443 | error handling and prevent gunzip from hanging. | ||
10444 | |||
10445 | Members: | ||
10446 | archival/libunarchive/unzip.c:1.20->1.21 | ||
10447 | libbb/unzip.c:1.20->1.21 | ||
10448 | |||
10449 | --------------------- | ||
10450 | PatchSet 2827 | ||
10451 | Date: 2002/09/16 10:10:04 | ||
10452 | Author: bug1 | ||
10453 | Branch: HEAD | ||
10454 | Tag: (none) | ||
10455 | Log: | ||
10456 | Watch applet by Michael Habermann | ||
10457 | |||
10458 | Members: | ||
10459 | coreutils/watch.c:INITIAL->1.1 | ||
10460 | include/applets.h:1.66->1.67 | ||
10461 | include/usage.h:1.106->1.107 | ||
10462 | shellutils/Makefile.in:1.2->1.3 | ||
10463 | shellutils/config.in:1.6->1.7 | ||
10464 | shellutils/watch.c:INITIAL->1.1 | ||
10465 | |||
10466 | --------------------- | ||
10467 | PatchSet 2828 | ||
10468 | Date: 2002/09/16 10:23:22 | ||
10469 | Author: andersen | ||
10470 | Branch: HEAD | ||
10471 | Tag: (none) | ||
10472 | Log: | ||
10473 | Properly honor FILEUTILS_INTERACTIVE and FILEUTILS_FORCE for | ||
10474 | file all file types (not just regular files and dirs). Unlink | ||
10475 | destination files when needed. | ||
10476 | -Erik | ||
10477 | |||
10478 | Members: | ||
10479 | libbb/copy_file.c:1.19->1.20 | ||
10480 | |||
10481 | --------------------- | ||
10482 | PatchSet 2829 | ||
10483 | Date: 2002/09/16 11:23:38 | ||
10484 | Author: andersen | ||
10485 | Branch: HEAD | ||
10486 | Tag: (none) | ||
10487 | Log: | ||
10488 | Let people force overwrite links | ||
10489 | -Erik | ||
10490 | |||
10491 | Members: | ||
10492 | libbb/copy_file.c:1.20->1.21 | ||
10493 | |||
10494 | --------------------- | ||
10495 | PatchSet 2830 | ||
10496 | Date: 2002/09/16 11:44:24 | ||
10497 | Author: andersen | ||
10498 | Branch: HEAD | ||
10499 | Tag: (none) | ||
10500 | Log: | ||
10501 | last_patch55 from vodz: | ||
10502 | I found overflow problem in xargs applet | ||
10503 | (allocated not space for trailing '\0'). | ||
10504 | Last patch also reduce 22 bytes size. ;) | ||
10505 | |||
10506 | Members: | ||
10507 | findutils/xargs.c:1.22->1.23 | ||
10508 | |||
10509 | --------------------- | ||
10510 | PatchSet 2831 | ||
10511 | Date: 2002/09/17 06:43:26 | ||
10512 | Author: andersen | ||
10513 | Branch: HEAD | ||
10514 | Tag: (none) | ||
10515 | Log: | ||
10516 | Typo fix from Steven Merrifield | ||
10517 | |||
10518 | Members: | ||
10519 | docs/busybox.net/index.html:1.109->1.110 | ||
10520 | |||
10521 | --------------------- | ||
10522 | PatchSet 2832 | ||
10523 | Date: 2002/09/17 07:36:02 | ||
10524 | Author: andersen | ||
10525 | Branch: HEAD | ||
10526 | Tag: (none) | ||
10527 | Log: | ||
10528 | Use "MiB" not "Mb" | ||
10529 | -Erik | ||
10530 | |||
10531 | Members: | ||
10532 | libbb/interface.c:1.9->1.10 | ||
10533 | |||
10534 | --------------------- | ||
10535 | PatchSet 2833 | ||
10536 | Date: 2002/09/17 09:40:12 | ||
10537 | Author: andersen | ||
10538 | Branch: HEAD | ||
10539 | Tag: (none) | ||
10540 | Log: | ||
10541 | Patch from David McCullough <davidm@snapgear.com> | ||
10542 | |||
10543 | Members: | ||
10544 | init/reboot.c:1.23->1.24 | ||
10545 | |||
10546 | --------------------- | ||
10547 | PatchSet 2834 | ||
10548 | Date: 2002/09/17 09:41:08 | ||
10549 | Author: andersen | ||
10550 | Branch: HEAD | ||
10551 | Tag: (none) | ||
10552 | Log: | ||
10553 | Patch from "Joe.C" <joe@numa.com.tw> | ||
10554 | |||
10555 | Members: | ||
10556 | shell/ash.c:1.58->1.59 | ||
10557 | |||
10558 | --------------------- | ||
10559 | PatchSet 2835 | ||
10560 | Date: 2002/09/17 09:42:21 | ||
10561 | Author: andersen | ||
10562 | Branch: HEAD | ||
10563 | Tag: (none) | ||
10564 | Log: | ||
10565 | last_patch56 from vodz to simplify copy_file logic | ||
10566 | |||
10567 | Members: | ||
10568 | libbb/copy_file.c:1.21->1.22 | ||
10569 | |||
10570 | --------------------- | ||
10571 | PatchSet 2836 | ||
10572 | Date: 2002/09/17 09:44:16 | ||
10573 | Author: andersen | ||
10574 | Branch: HEAD | ||
10575 | Tag: (none) | ||
10576 | Log: | ||
10577 | Support setting depth | ||
10578 | |||
10579 | Members: | ||
10580 | util-linux/fbset.c:1.29->1.30 | ||
10581 | |||
10582 | --------------------- | ||
10583 | PatchSet 2837 | ||
10584 | Date: 2002/09/17 21:06:29 | ||
10585 | Author: andersen | ||
10586 | Branch: HEAD | ||
10587 | Tag: (none) | ||
10588 | Log: | ||
10589 | Vodz' last_patch57: | ||
10590 | Ok. Patch with reduce size ready. | ||
10591 | Notes: syslogd imposible close logsocket, | ||
10592 | the real programm write logmessages (hmm, cycle loop?) | ||
10593 | |||
10594 | (Excuse me - this have small tab-formats rewroting also) | ||
10595 | |||
10596 | text data bss dec hex filename | ||
10597 | 2913 332 12388 15633 3d11 syslogd.o | ||
10598 | 3109 332 9252 12693 3195 syslogd_old.o | ||
10599 | |||
10600 | Members: | ||
10601 | sysklogd/syslogd.c:1.87->1.88 | ||
10602 | |||
10603 | --------------------- | ||
10604 | PatchSet 2838 | ||
10605 | Date: 2002/09/17 21:35:58 | ||
10606 | Author: andersen | ||
10607 | Branch: HEAD | ||
10608 | Tag: (none) | ||
10609 | Log: | ||
10610 | hehe. | ||
10611 | |||
10612 | Members: | ||
10613 | sysklogd/syslogd.c:1.88->1.89 | ||
10614 | |||
10615 | --------------------- | ||
10616 | PatchSet 2839 | ||
10617 | Date: 2002/09/17 21:53:41 | ||
10618 | Author: andersen | ||
10619 | Branch: HEAD | ||
10620 | Tag: (none) | ||
10621 | Log: | ||
10622 | Sane-ify the screen clearing stuff. | ||
10623 | -Erik | ||
10624 | |||
10625 | Members: | ||
10626 | coreutils/watch.c:1.1->1.2 | ||
10627 | shellutils/watch.c:1.1->1.2 | ||
10628 | |||
10629 | --------------------- | ||
10630 | PatchSet 2840 | ||
10631 | Date: 2002/09/17 22:02:16 | ||
10632 | Author: mjn3 | ||
10633 | Branch: HEAD | ||
10634 | Tag: (none) | ||
10635 | Log: | ||
10636 | Modified so that it "works" for archs other than i386... arm in particular. | ||
10637 | Also tried to clean up the logic a little, and ensure that read errors | ||
10638 | or invalid archives resulted in error returns. This could use a lot more | ||
10639 | work... Volunteers? | ||
10640 | |||
10641 | Members: | ||
10642 | archival/libunarchive/get_header_zip.c:1.1->1.2 | ||
10643 | |||
10644 | --------------------- | ||
10645 | PatchSet 2841 | ||
10646 | Date: 2002/09/17 22:17:35 | ||
10647 | Author: andersen | ||
10648 | Branch: HEAD | ||
10649 | Tag: (none) | ||
10650 | Log: | ||
10651 | re-enable the cursor, in case it got disabled | ||
10652 | -Erik | ||
10653 | |||
10654 | Members: | ||
10655 | console-tools/reset.c:1.7->1.8 | ||
10656 | |||
10657 | --------------------- | ||
10658 | PatchSet 2842 | ||
10659 | Date: 2002/09/17 22:21:27 | ||
10660 | Author: andersen | ||
10661 | Branch: HEAD | ||
10662 | Tag: (none) | ||
10663 | Log: | ||
10664 | Clear screen too. | ||
10665 | |||
10666 | Members: | ||
10667 | console-tools/reset.c:1.8->1.9 | ||
10668 | |||
10669 | --------------------- | ||
10670 | PatchSet 2843 | ||
10671 | Date: 2002/09/17 23:14:58 | ||
10672 | Author: andersen | ||
10673 | Branch: HEAD | ||
10674 | Tag: (none) | ||
10675 | Log: | ||
10676 | Add a new top applet | ||
10677 | -Erik | ||
10678 | |||
10679 | Members: | ||
10680 | include/applets.h:1.67->1.68 | ||
10681 | include/usage.h:1.107->1.108 | ||
10682 | procps/Makefile.in:1.1->1.2 | ||
10683 | procps/config.in:1.3->1.4 | ||
10684 | procps/top.c:INITIAL->1.1 | ||
10685 | |||
10686 | --------------------- | ||
10687 | PatchSet 2844 | ||
10688 | Date: 2002/09/18 15:23:06 | ||
10689 | Author: andersen | ||
10690 | Branch: HEAD | ||
10691 | Tag: (none) | ||
10692 | Log: | ||
10693 | patch from John Hall <john.hall@optionexist.co.uk> to change the | ||
10694 | klogd specific messages to facility LOG_SYSLOG and tidies up some | ||
10695 | of the priorities. | ||
10696 | |||
10697 | Members: | ||
10698 | sysklogd/klogd.c:1.10->1.11 | ||
10699 | |||
10700 | --------------------- | ||
10701 | PatchSet 2845 | ||
10702 | Date: 2002/09/18 20:27:10 | ||
10703 | Author: mjn3 | ||
10704 | Branch: HEAD | ||
10705 | Tag: (none) | ||
10706 | Log: | ||
10707 | Commit vodz's patch, plus a tweak to change TracePid to TracerPid. Now | ||
10708 | works on i386 (2.4.19) and arm (2.4.6). | ||
10709 | |||
10710 | Members: | ||
10711 | procps/top.c:1.1->1.2 | ||
10712 | |||
10713 | --------------------- | ||
10714 | PatchSet 2846 | ||
10715 | Date: 2002/09/18 21:48:20 | ||
10716 | Author: andersen | ||
10717 | Branch: HEAD | ||
10718 | Tag: (none) | ||
10719 | Log: | ||
10720 | Update webpage | ||
10721 | |||
10722 | Members: | ||
10723 | docs/busybox.net/index.html:1.110->1.111 | ||
10724 | |||
10725 | --------------------- | ||
10726 | PatchSet 2847 | ||
10727 | Date: 2002/09/18 21:52:26 | ||
10728 | Author: andersen | ||
10729 | Branch: HEAD | ||
10730 | Tag: (none) | ||
10731 | Log: | ||
10732 | update the noise a tiny bit | ||
10733 | |||
10734 | Members: | ||
10735 | docs/busybox.net/index.html:1.111->1.112 | ||
10736 | |||
10737 | --------------------- | ||
10738 | PatchSet 2848 | ||
10739 | Date: 2002/09/20 08:33:18 | ||
10740 | Author: andersen | ||
10741 | Branch: HEAD | ||
10742 | Tag: (none) | ||
10743 | Log: | ||
10744 | don't leak FILEs | ||
10745 | |||
10746 | Members: | ||
10747 | procps/top.c:1.2->1.3 | ||
10748 | |||
10749 | --------------------- | ||
10750 | PatchSet 2849 | ||
10751 | Date: 2002/09/22 03:12:30 | ||
10752 | Author: bug1 | ||
10753 | Branch: HEAD | ||
10754 | Tag: (none) | ||
10755 | Log: | ||
10756 | Fix error messages conditions, and make them the same as GNU mkdir. | ||
10757 | |||
10758 | Members: | ||
10759 | libbb/make_directory.c:1.8->1.9 | ||
10760 | |||
10761 | --------------------- | 1 | --------------------- |
10762 | PatchSet 2850 | 2 | PatchSet 3399 |
10763 | Date: 2002/09/22 13:09:44 | 3 | Date: 2003/07/15 08:15:03 |
10764 | Author: andersen | ||
10765 | Branch: HEAD | ||
10766 | Tag: (none) | ||
10767 | Log: | ||
10768 | Fixup largefile settings | ||
10769 | -Erik | ||
10770 | |||
10771 | Members: | ||
10772 | Rules.mak:1.5->1.6 | ||
10773 | |||
10774 | --------------------- | ||
10775 | PatchSet 2851 | ||
10776 | Date: 2002/09/25 03:47:40 | ||
10777 | Author: bug1 | ||
10778 | Branch: HEAD | ||
10779 | Tag: (none) | ||
10780 | Log: | ||
10781 | New common unarchive code. | ||
10782 | |||
10783 | Members: | ||
10784 | archival/ar.c:1.39->1.40 | ||
10785 | archival/config.in:1.11->1.12 | ||
10786 | archival/cpio.c:1.6->1.7 | ||
10787 | archival/dpkg_deb.c:1.25->1.26 | ||
10788 | archival/gunzip.c:1.68->1.69 | ||
10789 | archival/rpm2cpio.c:1.4->1.5 | ||
10790 | archival/tar.c:1.149->1.150 | ||
10791 | archival/unzip.c:1.1->1.2 | ||
10792 | archival/libunarchive/Makefile.in:1.1->1.2 | ||
10793 | archival/libunarchive/add_to_list.c:INITIAL->1.1 | ||
10794 | archival/libunarchive/check_header_gzip.c:INITIAL->1.1 | ||
10795 | archival/libunarchive/check_trailer_gzip.c:INITIAL->1.1 | ||
10796 | archival/libunarchive/copy_file_chunk_fd.c:INITIAL->1.1 | ||
10797 | archival/libunarchive/data_align.c:INITIAL->1.1 | ||
10798 | archival/libunarchive/data_extract_all.c:INITIAL->1.1 | ||
10799 | archival/libunarchive/data_extract_to_stdout.c:INITIAL->1.1 | ||
10800 | archival/libunarchive/data_skip.c:INITIAL->1.1 | ||
10801 | archival/libunarchive/filter_accept_all.c:INITIAL->1.1 | ||
10802 | archival/libunarchive/filter_accept_list.c:INITIAL->1.1 | ||
10803 | archival/libunarchive/filter_accept_reject_list.c:INITIAL->1.1 | ||
10804 | archival/libunarchive/get_header_ar.c:1.3->1.4 | ||
10805 | archival/libunarchive/get_header_tar.c:1.7->1.8 | ||
10806 | archival/libunarchive/get_header_tar_gz.c:INITIAL->1.1 | ||
10807 | archival/libunarchive/header_list.c:INITIAL->1.1 | ||
10808 | archival/libunarchive/header_skip.c:INITIAL->1.1 | ||
10809 | archival/libunarchive/header_verbose_list.c:INITIAL->1.1 | ||
10810 | archival/libunarchive/init_handle.c:INITIAL->1.1 | ||
10811 | archival/libunarchive/seek_sub_file.c:1.3->1.4 | ||
10812 | archival/libunarchive/unpack_ar_archive.c:INITIAL->1.1 | ||
10813 | archival/libunarchive/unzip.c:1.21->1.22 | ||
10814 | include/libbb.h:1.79->1.80 | ||
10815 | include/unarchive.h:1.4->1.5 | ||
10816 | libbb/Makefile.in:1.5->1.6 | ||
10817 | libbb/unzip.c:1.21->1.22 | ||
10818 | libbb/xfuncs.c:1.7->1.8 | ||
10819 | |||
10820 | --------------------- | ||
10821 | PatchSet 2852 | ||
10822 | Date: 2002/09/25 04:04:03 | ||
10823 | Author: bug1 | ||
10824 | Branch: HEAD | ||
10825 | Tag: (none) | ||
10826 | Log: | ||
10827 | Remove files made obsolete by new unarchiving code | ||
10828 | |||
10829 | Members: | ||
10830 | archival/libunarchive/deb_extract.c:1.2->1.3(DEAD) | ||
10831 | archival/libunarchive/get_header_cpio.c:1.2->1.3(DEAD) | ||
10832 | archival/libunarchive/get_header_zip.c:1.2->1.3(DEAD) | ||
10833 | archival/libunarchive/unarchive.c:1.6->1.7(DEAD) | ||
10834 | |||
10835 | --------------------- | ||
10836 | PatchSet 2853 | ||
10837 | Date: 2002/09/25 07:08:19 | ||
10838 | Author: bug1 | ||
10839 | Branch: HEAD | ||
10840 | Tag: (none) | ||
10841 | Log: | ||
10842 | Reverse some minor changes that got caught up in my big unarchive patch | ||
10843 | |||
10844 | Members: | ||
10845 | include/libbb.h:1.80->1.81 | ||
10846 | |||
10847 | --------------------- | ||
10848 | PatchSet 2854 | ||
10849 | Date: 2002/09/25 16:08:40 | ||
10850 | Author: andersen | ||
10851 | Branch: HEAD | ||
10852 | Tag: (none) | ||
10853 | Log: | ||
10854 | Ignoring SIGCHLD causes a race leading to the occasional hang of init | ||
10855 | when init will wait() on itself in waitfor() when the child exits before | ||
10856 | init is scheduled to run. Letting init hang is very seriously bad. | ||
10857 | -Erik | ||
10858 | |||
10859 | Members: | ||
10860 | init/init.c:1.171->1.172 | ||
10861 | |||
10862 | --------------------- | ||
10863 | PatchSet 2855 | ||
10864 | Date: 2002/09/26 12:17:24 | ||
10865 | Author: bug1 | ||
10866 | Branch: HEAD | ||
10867 | Tag: (none) | ||
10868 | Log: | ||
10869 | Bugfixes from Dmitry Zakharov | ||
10870 | |||
10871 | Members: | ||
10872 | textutils/awk.c:1.1->1.2 | ||
10873 | |||
10874 | --------------------- | ||
10875 | PatchSet 2856 | ||
10876 | Date: 2002/09/26 14:59:40 | ||
10877 | Author: andersen | ||
10878 | Branch: HEAD | ||
10879 | Tag: (none) | ||
10880 | Log: | ||
10881 | Avoid calling exit() from within fork/vfork'ed processes. | ||
10882 | -Erik | ||
10883 | |||
10884 | Members: | ||
10885 | shell/lash.c:1.144->1.145 | ||
10886 | |||
10887 | --------------------- | ||
10888 | PatchSet 2857 | ||
10889 | Date: 2002/09/26 17:01:21 | ||
10890 | Author: bug1 | ||
10891 | Branch: HEAD | ||
10892 | Tag: (none) | ||
10893 | Log: | ||
10894 | Fix simple define problem | ||
10895 | |||
10896 | Members: | ||
10897 | archival/ar.c:1.40->1.41 | ||
10898 | |||
10899 | --------------------- | ||
10900 | PatchSet 2858 | ||
10901 | Date: 2002/09/27 07:45:58 | ||
10902 | Author: bug1 | ||
10903 | Branch: HEAD | ||
10904 | Tag: (none) | ||
10905 | Log: | ||
10906 | Fix compress support and prevent a segfault | ||
10907 | |||
10908 | Members: | ||
10909 | archival/gunzip.c:1.69->1.70 | ||
10910 | archival/rpm2cpio.c:1.5->1.6 | ||
10911 | archival/libunarchive/check_header_gzip.c:1.1->1.2 | ||
10912 | archival/libunarchive/data_extract_all.c:1.1->1.2 | ||
10913 | archival/libunarchive/filter_accept_all.c:1.1->1.2 | ||
10914 | archival/libunarchive/get_header_tar.c:1.8->1.9 | ||
10915 | archival/libunarchive/get_header_tar_gz.c:1.1->1.2 | ||
10916 | archival/libunarchive/uncompress.c:1.1->1.2 | ||
10917 | include/libbb.h:1.81->1.82 | ||
10918 | include/unarchive.h:1.5->1.6 | ||
10919 | libbb/uncompress.c:1.1->1.2 | ||
10920 | |||
10921 | --------------------- | ||
10922 | PatchSet 2859 | ||
10923 | Date: 2002/09/28 00:34:53 | ||
10924 | Author: andersen | ||
10925 | Branch: HEAD | ||
10926 | Tag: (none) | ||
10927 | Log: | ||
10928 | Bug fix from Nitin Gupta <gupta@equator.com> | ||
10929 | |||
10930 | Members: | ||
10931 | miscutils/time.c:1.1->1.2 | ||
10932 | |||
10933 | --------------------- | ||
10934 | PatchSet 2860 | ||
10935 | Date: 2002/09/28 03:06:39 | ||
10936 | Author: bug1 | ||
10937 | Branch: HEAD | ||
10938 | Tag: (none) | ||
10939 | Log: | ||
10940 | Fix for using '-' as the filename when reading from stdin | ||
10941 | |||
10942 | Members: | ||
10943 | archival/tar.c:1.150->1.151 | ||
10944 | |||
10945 | --------------------- | ||
10946 | PatchSet 2861 | ||
10947 | Date: 2002/09/28 09:30:47 | ||
10948 | Author: bug1 | ||
10949 | Branch: HEAD | ||
10950 | Tag: (none) | ||
10951 | Log: | ||
10952 | Fail straight away rather than recursively printing error messages :) | ||
10953 | |||
10954 | Members: | ||
10955 | libbb/make_directory.c:1.9->1.10 | ||
10956 | |||
10957 | --------------------- | ||
10958 | PatchSet 2862 | ||
10959 | Date: 2002/09/28 09:32:14 | ||
10960 | Author: bug1 | ||
10961 | Branch: HEAD | ||
10962 | Tag: (none) | ||
10963 | Log: | ||
10964 | make_directory() will fail instantly so we dont need to test for failure here | ||
10965 | |||
10966 | Members: | ||
10967 | coreutils/mkdir.c:1.31->1.32 | ||
10968 | fileutils/mkdir.c:1.31->1.32 | ||
10969 | |||
10970 | --------------------- | ||
10971 | PatchSet 2863 | ||
10972 | Date: 2002/09/30 06:30:29 | ||
10973 | Author: bug1 | ||
10974 | Branch: HEAD | ||
10975 | Tag: (none) | ||
10976 | Log: | ||
10977 | Save status so we know if to delete compressed file | ||
10978 | |||
10979 | Members: | ||
10980 | archival/gunzip.c:1.70->1.71 | ||
10981 | |||
10982 | --------------------- | ||
10983 | PatchSet 2864 | ||
10984 | Date: 2002/09/30 20:37:48 | ||
10985 | Author: andersen | ||
10986 | Branch: HEAD | ||
10987 | Tag: (none) | ||
10988 | Log: | ||
10989 | Doh. We divide microseconds by 60? | ||
10990 | |||
10991 | Members: | ||
10992 | miscutils/time.c:1.2->1.3 | ||
10993 | |||
10994 | --------------------- | ||
10995 | PatchSet 2865 | ||
10996 | Date: 2002/09/30 21:08:53 | ||
10997 | Author: andersen | ||
10998 | Branch: HEAD | ||
10999 | Tag: (none) | ||
11000 | Log: | ||
11001 | Set the close-on-exec flag, just to be saf | ||
11002 | |||
11003 | Members: | ||
11004 | init/init.c:1.172->1.173 | ||
11005 | |||
11006 | --------------------- | ||
11007 | PatchSet 2866 | ||
11008 | Date: 2002/09/30 21:12:32 | ||
11009 | Author: andersen | ||
11010 | Branch: HEAD | ||
11011 | Tag: (none) | ||
11012 | Log: | ||
11013 | Don't even try to run ash on uClinux. It won't work. | ||
11014 | -Erik | ||
11015 | |||
11016 | Members: | ||
11017 | shell/ash.c:1.59->1.60 | ||
11018 | |||
11019 | --------------------- | ||
11020 | PatchSet 2867 | ||
11021 | Date: 2002/09/30 21:14:57 | ||
11022 | Author: andersen | ||
11023 | Branch: HEAD | ||
11024 | Tag: (none) | ||
11025 | Log: | ||
11026 | Patch from Konstantin Isakov <ikm@pisem.net>: | ||
11027 | In most cases, dirname returns the same argument it was given, so this code | ||
11028 | works nice, but there's one special case: when the name contains no | ||
11029 | dirname, it returns "." (stored statically in the body of itself), and we | ||
11030 | get a segfault in attempt to free() it. | ||
11031 | This patch fixes this problem. | ||
11032 | |||
11033 | Members: | ||
11034 | archival/libunarchive/data_extract_all.c:1.2->1.3 | ||
11035 | |||
11036 | --------------------- | ||
11037 | PatchSet 2868 | ||
11038 | Date: 2002/09/30 21:20:20 | ||
11039 | Author: andersen | ||
11040 | Branch: HEAD | ||
11041 | Tag: (none) | ||
11042 | Log: | ||
11043 | Use %m, not strerror, and strerror(err) was broken anyways and should have been | ||
11044 | strerror(errno). Problem noted by Alexey V. Neyman <alex.neyman@auriga.ru> | ||
11045 | |||
11046 | Members: | ||
11047 | shell/lash.c:1.145->1.146 | ||
11048 | |||
11049 | --------------------- | ||
11050 | PatchSet 2869 | ||
11051 | Date: 2002/09/30 21:39:12 | ||
11052 | Author: andersen | ||
11053 | Branch: HEAD | ||
11054 | Tag: (none) | ||
11055 | Log: | ||
11056 | Fix dependancy so we rebuild busybox.o, usage.o and busybox.o | ||
11057 | whenever the config changes. | ||
11058 | -Erik | ||
11059 | |||
11060 | Members: | ||
11061 | applets/Makefile.in:1.1->1.2 | ||
11062 | |||
11063 | --------------------- | ||
11064 | PatchSet 2870 | ||
11065 | Date: 2002/09/30 21:39:49 | ||
11066 | Author: andersen | ||
11067 | Branch: HEAD | ||
11068 | Tag: (none) | ||
11069 | Log: | ||
11070 | Vodz' last_patch57: | ||
11071 | Hi, Erik. | ||
11072 | |||
11073 | my_getpw(uid/gid) and applets used it have problem: | ||
11074 | if username for uid not found, applets can`t detect it | ||
11075 | (but code pessent). Also "%8ld " format is bad: | ||
11076 | spaces not required (applets have self format | ||
11077 | or spec format (tar applet) and overflow for "id" applet...) | ||
11078 | This problem also pressent in stable version. | ||
11079 | Patch for unstable in attach. | ||
11080 | |||
11081 | --w | ||
11082 | vodz | ||
11083 | |||
11084 | Members: | ||
11085 | archival/tar.c:1.151->1.152 | ||
11086 | coreutils/id.c:1.20->1.21 | ||
11087 | coreutils/logname.c:1.15->1.16 | ||
11088 | coreutils/whoami.c:1.19->1.20 | ||
11089 | include/libbb.h:1.82->1.83 | ||
11090 | libbb/my_getgrgid.c:1.4->1.5 | ||
11091 | libbb/my_getpwuid.c:1.4->1.5 | ||
11092 | procps/ps.c:1.45->1.46 | ||
11093 | shellutils/id.c:1.20->1.21 | ||
11094 | shellutils/logname.c:1.15->1.16 | ||
11095 | shellutils/whoami.c:1.19->1.20 | ||
11096 | sysklogd/logger.c:1.34->1.35 | ||
11097 | |||
11098 | --------------------- | ||
11099 | PatchSet 2871 | ||
11100 | Date: 2002/09/30 21:52:10 | ||
11101 | Author: andersen | ||
11102 | Branch: HEAD | ||
11103 | Tag: (none) | ||
11104 | Log: | ||
11105 | last_patch58 from vodz: | ||
11106 | Ok. I generate patch for include to busybox-devel my work with | ||
11107 | top (original author give me maintaining) and telnetd (my | ||
11108 | support and unofficial maintaining) applets. Docs changes | ||
11109 | also: added awk, netstat, time applets to list ;) | ||
11110 | |||
11111 | Members: | ||
11112 | AUTHORS:1.25->1.26 | ||
11113 | docs/busybox_footer.pod:1.5->1.6 | ||
11114 | docs/busybox_header.pod:1.5->1.6 | ||
11115 | include/applets.h:1.68->1.69 | ||
11116 | include/usage.h:1.108->1.109 | ||
11117 | networking/Makefile.in:1.3->1.4 | ||
11118 | networking/config.in:1.7->1.8 | ||
11119 | networking/telnetd.c:INITIAL->1.1 | ||
11120 | procps/top.c:1.3->1.4 | ||
11121 | |||
11122 | --------------------- | ||
11123 | PatchSet 2872 | ||
11124 | Date: 2002/09/30 21:53:38 | ||
11125 | Author: andersen | ||
11126 | Branch: HEAD | ||
11127 | Tag: (none) | ||
11128 | Log: | ||
11129 | Bugfix from Claudio Fleiner <claudio@fleiner.com> | ||
11130 | |||
11131 | Members: | ||
11132 | procps/Makefile.in:1.2->1.3 | ||
11133 | |||
11134 | --------------------- | ||
11135 | PatchSet 2873 | ||
11136 | Date: 2002/09/30 21:59:33 | ||
11137 | Author: andersen | ||
11138 | Branch: HEAD | ||
11139 | Tag: (none) | ||
11140 | Log: | ||
11141 | Fix init docs | ||
11142 | |||
11143 | Members: | ||
11144 | include/usage.h:1.109->1.110 | ||
11145 | |||
11146 | --------------------- | ||
11147 | PatchSet 2874 | ||
11148 | Date: 2002/10/07 00:25:23 | ||
11149 | Author: bug1 | ||
11150 | Branch: HEAD | ||
11151 | Tag: (none) | ||
11152 | Log: | ||
11153 | Fix segfault when testing if reaidng from stdin "-" | ||
11154 | |||
11155 | Members: | ||
11156 | archival/tar.c:1.152->1.153 | ||
11157 | |||
11158 | --------------------- | ||
11159 | PatchSet 2875 | ||
11160 | Date: 2002/10/08 10:37:24 | ||
11161 | Author: andersen | ||
11162 | Branch: HEAD | ||
11163 | Tag: (none) | ||
11164 | Log: | ||
11165 | Fix missing \n noticed by Robert Schwebel | ||
11166 | |||
11167 | Members: | ||
11168 | modutils/lsmod.c:1.30->1.31 | ||
11169 | |||
11170 | --------------------- | ||
11171 | PatchSet 2876 | ||
11172 | Date: 2002/10/08 20:31:04 | ||
11173 | Author: andersen | ||
11174 | Branch: HEAD | ||
11175 | Tag: (none) | ||
11176 | Log: | ||
11177 | Remember to delete docs/busybox.pod | ||
11178 | |||
11179 | Members: | ||
11180 | Makefile:1.262->1.263 | ||
11181 | |||
11182 | --------------------- | ||
11183 | PatchSet 2877 | ||
11184 | Date: 2002/10/08 22:33:51 | ||
11185 | Author: sjhill | ||
11186 | Branch: HEAD | ||
11187 | Tag: (none) | ||
11188 | Log: | ||
11189 | Fixed the script. It always put output to 'stdout' and never to | ||
11190 | the 'modules.dep' file. | ||
11191 | |||
11192 | Members: | ||
11193 | examples/depmod.pl:1.1->1.2 | ||
11194 | |||
11195 | --------------------- | ||
11196 | PatchSet 2878 | ||
11197 | Date: 2002/10/10 04:44:12 | ||
11198 | Author: andersen | ||
11199 | Branch: HEAD | ||
11200 | Tag: (none) | ||
11201 | Log: | ||
11202 | last_patch58_2 from vodz -- add FEATURE_CPU_USAGE_PERCENTAGE option | ||
11203 | |||
11204 | Members: | ||
11205 | procps/config.in:1.4->1.5 | ||
11206 | |||
11207 | --------------------- | ||
11208 | PatchSet 2879 | ||
11209 | Date: 2002/10/10 04:47:01 | ||
11210 | Author: andersen | ||
11211 | Branch: HEAD | ||
11212 | Tag: (none) | ||
11213 | Log: | ||
11214 | last_patch59 from vodz to cleanup chmod and correctly parse '-rwxgoa' | ||
11215 | |||
11216 | Members: | ||
11217 | coreutils/chmod.c:1.12->1.13 | ||
11218 | fileutils/chmod.c:1.12->1.13 | ||
11219 | |||
11220 | --------------------- | ||
11221 | PatchSet 2880 | ||
11222 | Date: 2002/10/10 04:55:09 | ||
11223 | Author: andersen | ||
11224 | Branch: HEAD | ||
11225 | Tag: (none) | ||
11226 | Log: | ||
11227 | last_patch60 from vodz: | ||
11228 | login and getty applets writes utmp/wtmp but init do clearing not. | ||
11229 | I think, in current time deny wtmp/utmp writes as undefault features. | ||
11230 | |||
11231 | Members: | ||
11232 | loginutils/getty.c:1.3->1.4 | ||
11233 | loginutils/login.c:1.3->1.4 | ||
11234 | |||
11235 | --------------------- | ||
11236 | PatchSet 2881 | ||
11237 | Date: 2002/10/10 05:20:08 | ||
11238 | Author: andersen | ||
11239 | Branch: HEAD | ||
11240 | Tag: (none) | ||
11241 | Log: | ||
11242 | last_patch61 from vodz: | ||
11243 | New complex patch for decrease size devel version. Requires previous patch. | ||
11244 | Also removed small problems from dutmp and tar applets. | ||
11245 | Also includes vodz' last_patch61_2: | ||
11246 | Last patch correcting comment for #endif and more integrated | ||
11247 | with libbb (very reduce size if used "cat" applet also). | ||
11248 | Requires last_patch61 for modutils/config.in. | ||
11249 | |||
11250 | Members: | ||
11251 | archival/tar.c:1.153->1.154 | ||
11252 | archival/libunarchive/data_extract_all.c:1.3->1.4 | ||
11253 | console-tools/dumpkmap.c:1.14->1.15 | ||
11254 | init/init.c:1.173->1.174 | ||
11255 | libbb/messages.c:1.7->1.8 | ||
11256 | libbb/obscure.c:1.1->1.2 | ||
11257 | loginutils/getty.c:1.4->1.5 | ||
11258 | loginutils/login.c:1.4->1.5 | ||
11259 | miscutils/dutmp.c:1.28->1.29 | ||
11260 | modutils/config.in:1.5->1.6 | ||
11261 | modutils/insmod.c:1.90->1.91 | ||
11262 | modutils/lsmod.c:1.31->1.32 | ||
11263 | shellutils/config.in:1.7->1.8 | ||
11264 | |||
11265 | --------------------- | ||
11266 | PatchSet 2882 | ||
11267 | Date: 2002/10/12 05:05:48 | ||
11268 | Author: andersen | ||
11269 | Branch: HEAD | ||
11270 | Tag: (none) | ||
11271 | Log: | ||
11272 | After thinking about it, I think this patch from Matt Kraai is probably the | ||
11273 | best way to go. Sysvinit does not provide a controlling tty since it doesn't | ||
11274 | even try to open ttys for apps. We do. So we should _try_ to provide a | ||
11275 | controlling tty if possible, but we needn't freak out if it doesn't work. This | ||
11276 | way we won't need to use openvt or similar, we'll just have init do the Right | ||
11277 | Thing(tm). | ||
11278 | |||
11279 | Members: | ||
11280 | init/init.c:1.174->1.175 | ||
11281 | |||
11282 | --------------------- | ||
11283 | PatchSet 2883 | ||
11284 | Date: 2002/10/12 05:16:08 | ||
11285 | Author: andersen | ||
11286 | Branch: HEAD | ||
11287 | Tag: (none) | ||
11288 | Log: | ||
11289 | Doh! I screwed up applying vodz' patch. | ||
11290 | -Erik | ||
11291 | |||
11292 | Members: | ||
11293 | modutils/lsmod.c:1.32->1.33 | ||
11294 | |||
11295 | --------------------- | ||
11296 | PatchSet 2884 | ||
11297 | Date: 2002/10/14 22:41:18 | ||
11298 | Author: russ | ||
11299 | Branch: HEAD | ||
11300 | Tag: (none) | ||
11301 | Log: | ||
11302 | added full udhcp integration | ||
11303 | |||
11304 | Members: | ||
11305 | Makefile:1.263->1.264 | ||
11306 | examples/udhcp/sample.bound:INITIAL->1.1 | ||
11307 | examples/udhcp/sample.deconfig:INITIAL->1.1 | ||
11308 | examples/udhcp/sample.nak:INITIAL->1.1 | ||
11309 | examples/udhcp/sample.renew:INITIAL->1.1 | ||
11310 | examples/udhcp/sample.script:INITIAL->1.1 | ||
11311 | examples/udhcp/simple.script:INITIAL->1.1 | ||
11312 | examples/udhcp/udhcpd.conf:INITIAL->1.1 | ||
11313 | examples/udhcpc/default.bound:1.1->1.2(DEAD) | ||
11314 | examples/udhcpc/default.deconfig:1.1->1.2(DEAD) | ||
11315 | examples/udhcpc/default.renew:1.1->1.2(DEAD) | ||
11316 | examples/udhcpc/default.script:1.1->1.2(DEAD) | ||
11317 | include/applets.h:1.69->1.70 | ||
11318 | include/usage.h:1.110->1.111 | ||
11319 | networking/Makefile.in:1.4->1.5 | ||
11320 | networking/config.in:1.8->1.9 | ||
11321 | networking/udhcpc.c:1.8->1.9(DEAD) | ||
11322 | networking/udhcp/AUTHORS:INITIAL->1.1 | ||
11323 | networking/udhcp/COPYING:INITIAL->1.1 | ||
11324 | networking/udhcp/ChangeLog:INITIAL->1.1 | ||
11325 | networking/udhcp/Makefile.in:INITIAL->1.1 | ||
11326 | networking/udhcp/README:INITIAL->1.1 | ||
11327 | networking/udhcp/TODO:INITIAL->1.1 | ||
11328 | networking/udhcp/arpping.c:INITIAL->1.1 | ||
11329 | networking/udhcp/arpping.h:INITIAL->1.1 | ||
11330 | networking/udhcp/clientpacket.c:INITIAL->1.1 | ||
11331 | networking/udhcp/clientpacket.h:INITIAL->1.1 | ||
11332 | networking/udhcp/config.in:INITIAL->1.1 | ||
11333 | networking/udhcp/debug.h:INITIAL->1.1 | ||
11334 | networking/udhcp/dhcpc.c:INITIAL->1.1 | ||
11335 | networking/udhcp/dhcpc.h:INITIAL->1.1 | ||
11336 | networking/udhcp/dhcpd.c:INITIAL->1.1 | ||
11337 | networking/udhcp/dhcpd.h:INITIAL->1.1 | ||
11338 | networking/udhcp/dumpleases.c:INITIAL->1.1 | ||
11339 | networking/udhcp/files.c:INITIAL->1.1 | ||
11340 | networking/udhcp/files.h:INITIAL->1.1 | ||
11341 | networking/udhcp/frontend.c:INITIAL->1.1 | ||
11342 | networking/udhcp/leases.c:INITIAL->1.1 | ||
11343 | networking/udhcp/leases.h:INITIAL->1.1 | ||
11344 | networking/udhcp/libbb_udhcp.h:INITIAL->1.1 | ||
11345 | networking/udhcp/options.c:INITIAL->1.1 | ||
11346 | networking/udhcp/options.h:INITIAL->1.1 | ||
11347 | networking/udhcp/packet.c:INITIAL->1.1 | ||
11348 | networking/udhcp/packet.h:INITIAL->1.1 | ||
11349 | networking/udhcp/pidfile.c:INITIAL->1.1 | ||
11350 | networking/udhcp/pidfile.h:INITIAL->1.1 | ||
11351 | networking/udhcp/script.c:INITIAL->1.1 | ||
11352 | networking/udhcp/script.h:INITIAL->1.1 | ||
11353 | networking/udhcp/serverpacket.c:INITIAL->1.1 | ||
11354 | networking/udhcp/serverpacket.h:INITIAL->1.1 | ||
11355 | networking/udhcp/socket.c:INITIAL->1.1 | ||
11356 | networking/udhcp/socket.h:INITIAL->1.1 | ||
11357 | |||
11358 | --------------------- | ||
11359 | PatchSet 2885 | ||
11360 | Date: 2002/10/14 22:47:07 | ||
11361 | Author: russ | ||
11362 | Branch: HEAD | ||
11363 | Tag: (none) | ||
11364 | Log: | ||
11365 | missed add for udhcp | ||
11366 | |||
11367 | Members: | ||
11368 | networking/udhcp/Makefile:INITIAL->1.1 | ||
11369 | |||
11370 | --------------------- | ||
11371 | PatchSet 2886 | ||
11372 | Date: 2002/10/18 23:13:23 | ||
11373 | Author: andersen | ||
11374 | Branch: HEAD | ||
11375 | Tag: (none) | ||
11376 | Log: | ||
11377 | Fix needless difference vs GNU | ||
11378 | |||
11379 | Members: | ||
11380 | networking/hostname.c:1.32->1.33 | ||
11381 | |||
11382 | --------------------- | ||
11383 | PatchSet 2887 | ||
11384 | Date: 2002/10/18 23:14:07 | ||
11385 | Author: andersen | ||
11386 | Branch: HEAD | ||
11387 | Tag: (none) | ||
11388 | Log: | ||
11389 | Fix needless formatting differences vs modutils | ||
11390 | |||
11391 | Members: | ||
11392 | modutils/lsmod.c:1.33->1.34 | ||
11393 | |||
11394 | --------------------- | ||
11395 | PatchSet 2888 | ||
11396 | Date: 2002/10/18 23:18:10 | ||
11397 | Author: andersen | ||
11398 | Branch: HEAD | ||
11399 | Tag: (none) | ||
11400 | Log: | ||
11401 | disambiguate a test | ||
11402 | |||
11403 | Members: | ||
11404 | tests/sh.testcases:1.4->1.5 | ||
11405 | |||
11406 | --------------------- | ||
11407 | PatchSet 2889 | ||
11408 | Date: 2002/10/18 23:31:02 | ||
11409 | Author: andersen | ||
11410 | Branch: HEAD | ||
11411 | Tag: (none) | ||
11412 | Log: | ||
11413 | Fix an obvious thinko | ||
11414 | -Erik | ||
11415 | |||
11416 | Members: | ||
11417 | archival/rpm2cpio.c:1.6->1.7 | ||
11418 | |||
11419 | --------------------- | ||
11420 | PatchSet 2890 | ||
11421 | Date: 2002/10/19 00:59:40 | ||
11422 | Author: bug1 | ||
11423 | Branch: HEAD | ||
11424 | Tag: (none) | ||
11425 | Log: | ||
11426 | Put bac kthe code that handles cases where a '-' wasnt specified prior to the options. | ||
11427 | |||
11428 | Members: | ||
11429 | archival/tar.c:1.154->1.155 | ||
11430 | |||
11431 | --------------------- | ||
11432 | PatchSet 2891 | ||
11433 | Date: 2002/10/19 01:46:35 | ||
11434 | Author: bug1 | ||
11435 | Branch: HEAD | ||
11436 | Tag: (none) | ||
11437 | Log: | ||
11438 | Dont use absolute pathname (dunno why i did that), fix tar filename/stdin problems | ||
11439 | |||
11440 | Members: | ||
11441 | archival/tar.c:1.155->1.156 | ||
11442 | |||
11443 | --------------------- | ||
11444 | PatchSet 2892 | ||
11445 | Date: 2002/10/19 03:18:50 | ||
11446 | Author: bug1 | ||
11447 | Branch: HEAD | ||
11448 | Tag: (none) | ||
11449 | Log: | ||
11450 | Remove entries from the accept list as they are matched so we can determine if any files that were specified in the list wernt found. | ||
11451 | |||
11452 | Members: | ||
11453 | archival/tar.c:1.156->1.157 | ||
11454 | archival/libunarchive/filter_accept_list.c:1.1->1.2 | ||
11455 | |||
11456 | --------------------- | ||
11457 | PatchSet 2893 | ||
11458 | Date: 2002/10/19 06:10:51 | ||
11459 | Author: bug1 | ||
11460 | Branch: HEAD | ||
11461 | Tag: (none) | ||
11462 | Log: | ||
11463 | Find a string in a list | ||
11464 | |||
11465 | Members: | ||
11466 | archival/libunarchive/find_list_entry.c:INITIAL->1.1 | ||
11467 | |||
11468 | --------------------- | ||
11469 | PatchSet 2894 | ||
11470 | Date: 2002/10/19 07:19:20 | ||
11471 | Author: bug1 | ||
11472 | Branch: HEAD | ||
11473 | Tag: (none) | ||
11474 | Log: | ||
11475 | Fix exclude/include problem | ||
11476 | |||
11477 | Members: | ||
11478 | archival/tar.c:1.157->1.158 | ||
11479 | archival/libunarchive/Makefile.in:1.2->1.3 | ||
11480 | archival/libunarchive/filter_accept_list.c:1.2->1.3 | ||
11481 | archival/libunarchive/filter_accept_reject_list.c:1.1->1.2 | ||
11482 | archival/libunarchive/get_header_tar.c:1.9->1.10 | ||
11483 | include/unarchive.h:1.6->1.7 | ||
11484 | |||
11485 | --------------------- | ||
11486 | PatchSet 2895 | ||
11487 | Date: 2002/10/19 11:40:53 | ||
11488 | Author: bug1 | ||
11489 | Branch: HEAD | ||
11490 | Tag: (none) | ||
11491 | Log: | ||
11492 | Update dpkg to use new unarchive code | ||
11493 | |||
11494 | Members: | ||
11495 | archival/dpkg.c:1.62->1.63 | ||
11496 | archival/libunarchive/Makefile.in:1.3->1.4 | ||
11497 | archival/libunarchive/data_extract_all_prefix.c:INITIAL->1.1 | ||
11498 | archival/libunarchive/data_extract_to_buffer.c:INITIAL->1.1 | ||
11499 | include/unarchive.h:1.7->1.8 | ||
11500 | |||
11501 | --------------------- | ||
11502 | PatchSet 2896 | ||
11503 | Date: 2002/10/20 00:56:41 | ||
11504 | Author: bug1 | ||
11505 | Branch: HEAD | ||
11506 | Tag: (none) | ||
11507 | Log: | ||
11508 | Dont try and make the "/" directory | ||
11509 | |||
11510 | Members: | ||
11511 | libbb/make_directory.c:1.10->1.11 | ||
11512 | |||
11513 | --------------------- | ||
11514 | PatchSet 2897 | ||
11515 | Date: 2002/10/21 07:29:55 | ||
11516 | Author: bug1 | ||
11517 | Branch: HEAD | ||
11518 | Tag: (none) | ||
11519 | Log: | ||
11520 | gz_open is used anymore, use inflate directly, see how its done in get_header_tar_gz | ||
11521 | |||
11522 | Members: | ||
11523 | libbb/gz_open.c:1.5->1.6(DEAD) | ||
11524 | |||
11525 | --------------------- | ||
11526 | PatchSet 2898 | ||
11527 | Date: 2002/10/22 02:07:31 | ||
11528 | Author: bug1 | ||
11529 | Branch: HEAD | ||
11530 | Tag: (none) | ||
11531 | Log: | ||
11532 | Move unzip.c uncompress.c from libbb to archiveal/libunarchive | ||
11533 | |||
11534 | Members: | ||
11535 | archival/libunarchive/Makefile.in:1.4->1.5 | ||
11536 | libbb/Makefile.in:1.6->1.7 | ||
11537 | libbb/uncompress.c:1.2->1.3(DEAD) | ||
11538 | libbb/unzip.c:1.22->1.23(DEAD) | ||
11539 | |||
11540 | --------------------- | ||
11541 | PatchSet 2899 | ||
11542 | Date: 2002/10/22 12:45:20 | ||
11543 | Author: andersen | ||
11544 | Branch: HEAD | ||
11545 | Tag: (none) | ||
11546 | Log: | ||
11547 | Be absurdly careful about flushing stdout. | ||
11548 | |||
11549 | Members: | ||
11550 | init/init.c:1.175->1.176 | ||
11551 | |||
11552 | --------------------- | ||
11553 | PatchSet 2900 | ||
11554 | Date: 2002/10/22 12:58:59 | ||
11555 | Author: andersen | ||
11556 | Branch: HEAD | ||
11557 | Tag: (none) | ||
11558 | Log: | ||
11559 | Apply last_patch51_3 from vodz | ||
11560 | |||
11561 | Members: | ||
11562 | shell/ash.c:1.60->1.61 | ||
11563 | |||
11564 | --------------------- | ||
11565 | PatchSet 2901 | ||
11566 | Date: 2002/10/22 13:21:15 | ||
11567 | Author: andersen | ||
11568 | Branch: HEAD | ||
11569 | Tag: (none) | ||
11570 | Log: | ||
11571 | Patch last_pach62 from vodz. This patch moves all the /proc parsing | ||
11572 | code into libbb so it can be shared by ps, top, etc, saving over 1.5k. | ||
11573 | |||
11574 | Members: | ||
11575 | include/libbb.h:1.83->1.84 | ||
11576 | libbb/Makefile.in:1.7->1.8 | ||
11577 | libbb/find_pid_by_name.c:1.7->1.8 | ||
11578 | libbb/procps.c:INITIAL->1.1 | ||
11579 | procps/kill.c:1.44->1.45 | ||
11580 | procps/pidof.c:1.5->1.6 | ||
11581 | procps/ps.c:1.46->1.47 | ||
11582 | procps/top.c:1.4->1.5 | ||
11583 | |||
11584 | --------------------- | ||
11585 | PatchSet 2902 | ||
11586 | Date: 2002/10/22 13:24:55 | ||
11587 | Author: andersen | ||
11588 | Branch: HEAD | ||
11589 | Tag: (none) | ||
11590 | Log: | ||
11591 | last_patch63 from vodz: add in crond and crontab applets | ||
11592 | |||
11593 | Members: | ||
11594 | AUTHORS:1.26->1.27 | ||
11595 | docs/busybox_footer.pod:1.6->1.7 | ||
11596 | docs/busybox_header.pod:1.6->1.7 | ||
11597 | include/applets.h:1.70->1.71 | ||
11598 | include/usage.h:1.111->1.112 | ||
11599 | miscutils/Makefile.in:1.1->1.2 | ||
11600 | miscutils/config.in:1.2->1.3 | ||
11601 | miscutils/crond.c:INITIAL->1.1 | ||
11602 | miscutils/crontab.c:INITIAL->1.1 | ||
11603 | |||
11604 | --------------------- | ||
11605 | PatchSet 2903 | ||
11606 | Date: 2002/10/22 20:15:19 | ||
11607 | Author: andersen | ||
11608 | Branch: HEAD | ||
11609 | Tag: (none) | ||
11610 | Log: | ||
11611 | I committed the fflush in the wrong spot. I should go to bed | ||
11612 | earlier so I don't screw up such easy stuff. | ||
11613 | -Erik | ||
11614 | |||
11615 | Members: | ||
11616 | init/init.c:1.176->1.177 | ||
11617 | |||
11618 | --------------------- | ||
11619 | PatchSet 2904 | ||
11620 | Date: 2002/10/22 20:19:12 | ||
11621 | Author: andersen | ||
11622 | Branch: HEAD | ||
11623 | Tag: (none) | ||
11624 | Log: | ||
11625 | vodz writes: | ||
11626 | Oops... Last patch 63 have small typo (stable/devel) mixing. | ||
11627 | Attached patch removing lines from TODO also :) | ||
11628 | |||
11629 | Members: | ||
11630 | TODO:1.84->1.85 | ||
11631 | include/applets.h:1.71->1.72 | ||
11632 | |||
11633 | --------------------- | ||
11634 | PatchSet 2905 | ||
11635 | Date: 2002/10/22 20:21:48 | ||
11636 | Author: andersen | ||
11637 | Branch: HEAD | ||
11638 | Tag: (none) | ||
11639 | Log: | ||
11640 | Apply patch from bug #1278 -- fix usage message for the | ||
11641 | start_stop_daemon applet. | ||
11642 | |||
11643 | Members: | ||
11644 | include/usage.h:1.112->1.113 | ||
11645 | |||
11646 | --------------------- | ||
11647 | PatchSet 2906 | ||
11648 | Date: 2002/10/22 21:01:08 | ||
11649 | Author: andersen | ||
11650 | Branch: HEAD | ||
11651 | Tag: (none) | ||
11652 | Log: | ||
11653 | vodz forgot to include the suid field | ||
11654 | |||
11655 | Members: | ||
11656 | include/applets.h:1.72->1.73 | ||
11657 | |||
11658 | --------------------- | ||
11659 | PatchSet 2907 | ||
11660 | Date: 2002/10/22 21:08:51 | ||
11661 | Author: andersen | ||
11662 | Branch: HEAD | ||
11663 | Tag: (none) | ||
11664 | Log: | ||
11665 | mjn3 noticed that crond and crontab had #include <pwd.h> and #include <grp.h> | ||
11666 | but this conflicted with the internal pwd_.h and grp_.h. Removing these | ||
11667 | headers is correct, since the correct pwd/grp headers will be included via | ||
11668 | busybox.h | ||
11669 | -Erik | ||
11670 | |||
11671 | Members: | ||
11672 | miscutils/crond.c:1.1->1.2 | ||
11673 | miscutils/crontab.c:1.1->1.2 | ||
11674 | |||
11675 | --------------------- | ||
11676 | PatchSet 2908 | ||
11677 | Date: 2002/10/22 23:15:33 | ||
11678 | Author: andersen | ||
11679 | Branch: HEAD | ||
11680 | Tag: (none) | ||
11681 | Log: | ||
11682 | Fix warning | ||
11683 | |||
11684 | Members: | ||
11685 | shell/ash.c:1.61->1.62 | ||
11686 | |||
11687 | --------------------- | ||
11688 | PatchSet 2909 | ||
11689 | Date: 2002/10/25 13:14:02 | ||
11690 | Author: andersen | ||
11691 | Branch: HEAD | ||
11692 | Tag: (none) | ||
11693 | Log: | ||
11694 | This patch from Magnus Damm fixed a long standing problem | ||
11695 | with freeing memory. | ||
11696 | |||
11697 | Members: | ||
11698 | networking/tftp.c:1.13->1.14 | ||
11699 | |||
11700 | --------------------- | ||
11701 | PatchSet 2910 | ||
11702 | Date: 2002/10/26 11:05:37 | ||
11703 | Author: andersen | ||
11704 | Branch: HEAD | ||
11705 | Tag: (none) | ||
11706 | Log: | ||
11707 | A bugfix from Danny Lepage: | ||
11708 | It seems that under busybox unstable, "tar -c -f - blabla" create | ||
11709 | a tar file named "-" instead of writing to stdout. | ||
11710 | |||
11711 | The included patch should fix this. | ||
11712 | |||
11713 | Members: | ||
11714 | archival/tar.c:1.158->1.159 | ||
11715 | |||
11716 | --------------------- | ||
11717 | PatchSet 2911 | ||
11718 | Date: 2002/10/26 11:17:24 | ||
11719 | Author: andersen | ||
11720 | Branch: HEAD | ||
11721 | Tag: (none) | ||
11722 | Log: | ||
11723 | Ivan Popov noticed that handling of PREFIX was bad. | ||
11724 | -Erik | ||
11725 | |||
11726 | Members: | ||
11727 | Rules.mak:1.6->1.7 | ||
11728 | |||
11729 | --------------------- | ||
11730 | PatchSet 2912 | ||
11731 | Date: 2002/10/26 11:19:19 | ||
11732 | Author: andersen | ||
11733 | Branch: HEAD | ||
11734 | Tag: (none) | ||
11735 | Log: | ||
11736 | A patch from Jouni Malinen to avoid some buffer overflows in vi, | ||
11737 | closing bug #1270 | ||
11738 | |||
11739 | Members: | ||
11740 | editors/vi.c:1.23->1.24 | ||
11741 | |||
11742 | --------------------- | ||
11743 | PatchSet 2913 | ||
11744 | Date: 2002/10/26 11:27:42 | ||
11745 | Author: andersen | ||
11746 | Branch: HEAD | ||
11747 | Tag: (none) | ||
11748 | Log: | ||
11749 | last_patch64 from vodz: | ||
11750 | |||
11751 | The following usage from original user: | ||
11752 | $ ./busybox swapon -a | ||
11753 | Have typo problem: | ||
11754 | swapon: swapon: Operation not permitted | ||
11755 | |||
11756 | But regular version: | ||
11757 | swapon: /dev/hda5: Operation not permitted | ||
11758 | |||
11759 | Patch attached, reduced 9 bytes and advanced | ||
11760 | exit code also. | ||
11761 | |||
11762 | Members: | ||
11763 | util-linux/swaponoff.c:1.30->1.31 | ||
11764 | |||
11765 | --------------------- | ||
11766 | PatchSet 2914 | ||
11767 | Date: 2002/10/27 06:08:30 | ||
11768 | Author: andersen | ||
11769 | Branch: HEAD | ||
11770 | Tag: (none) | ||
11771 | Log: | ||
11772 | Update the webpage | ||
11773 | -Erik | ||
11774 | |||
11775 | Members: | ||
11776 | docs/busybox.net/index.html:1.112->1.113 | ||
11777 | |||
11778 | --------------------- | ||
11779 | PatchSet 2915 | ||
11780 | Date: 2002/10/27 06:14:44 | ||
11781 | Author: andersen | ||
11782 | Branch: HEAD | ||
11783 | Tag: (none) | ||
11784 | Log: | ||
11785 | Formatting | ||
11786 | |||
11787 | Members: | ||
11788 | docs/busybox.net/index.html:1.113->1.114 | ||
11789 | |||
11790 | --------------------- | ||
11791 | PatchSet 2916 | ||
11792 | Date: 2002/10/30 06:55:37 | ||
11793 | Author: andersen | ||
11794 | Branch: HEAD | ||
11795 | Tag: (none) | ||
11796 | Log: | ||
11797 | Use a nifty macro to make testing gcc features simpler | ||
11798 | and much easier to read. | ||
11799 | -Erik | ||
11800 | |||
11801 | Members: | ||
11802 | Rules.mak:1.7->1.8 | ||
11803 | |||
11804 | --------------------- | ||
11805 | PatchSet 2917 | ||
11806 | Date: 2002/10/31 19:21:27 | ||
11807 | Author: russ | ||
11808 | Branch: HEAD | ||
11809 | Tag: (none) | ||
11810 | Log: | ||
11811 | sync to udhcp 0.9.8 | ||
11812 | |||
11813 | Members: | ||
11814 | networking/udhcp/ChangeLog:1.1->1.2 | ||
11815 | networking/udhcp/README:1.1->1.2 | ||
11816 | networking/udhcp/README.dumpleases:INITIAL->1.1 | ||
11817 | networking/udhcp/README.udhcpc:INITIAL->1.1 | ||
11818 | networking/udhcp/README.udhcpd:INITIAL->1.1 | ||
11819 | networking/udhcp/TODO:1.1->1.2 | ||
11820 | networking/udhcp/clientpacket.c:1.1->1.2 | ||
11821 | networking/udhcp/dhcpc.c:1.1->1.2 | ||
11822 | |||
11823 | --------------------- | ||
11824 | PatchSet 2918 | ||
11825 | Date: 2002/11/01 21:40:52 | ||
11826 | Author: bug1 | ||
11827 | Branch: HEAD | ||
11828 | Tag: (none) | ||
11829 | Log: | ||
11830 | Report errror if the first magic character doesnt match | ||
11831 | |||
11832 | Members: | ||
11833 | archival/gunzip.c:1.71->1.72 | ||
11834 | |||
11835 | --------------------- | ||
11836 | PatchSet 2919 | ||
11837 | Date: 2002/11/01 22:08:59 | ||
11838 | Author: bug1 | ||
11839 | Branch: HEAD | ||
11840 | Tag: (none) | ||
11841 | Log: | ||
11842 | Make it a fatal error if bad chksum or crc, if not we should return an error code | ||
11843 | |||
11844 | Members: | ||
11845 | archival/libunarchive/check_trailer_gzip.c:1.1->1.2 | ||
11846 | |||
11847 | --------------------- | ||
11848 | PatchSet 2920 | ||
11849 | Date: 2002/11/01 22:11:53 | ||
11850 | Author: bug1 | ||
11851 | Branch: HEAD | ||
11852 | Tag: (none) | ||
11853 | Log: | ||
11854 | Allow the .Z prefix if compress support enabled | ||
11855 | |||
11856 | Members: | ||
11857 | archival/gunzip.c:1.72->1.73 | ||
11858 | |||
11859 | --------------------- | ||
11860 | PatchSet 2921 | ||
11861 | Date: 2002/11/01 22:28:13 | ||
11862 | Author: bug1 | ||
11863 | Branch: HEAD | ||
11864 | Tag: (none) | ||
11865 | Log: | ||
11866 | Allow short reads when filling compress buffer | ||
11867 | |||
11868 | Members: | ||
11869 | archival/libunarchive/uncompress.c:1.2->1.3 | ||
11870 | |||
11871 | --------------------- | ||
11872 | PatchSet 2922 | ||
11873 | Date: 2002/11/01 23:38:50 | ||
11874 | Author: bug1 | ||
11875 | Branch: HEAD | ||
11876 | Tag: (none) | ||
11877 | Log: | ||
11878 | Make uncompress a seperate applet so it doesnt pull in all the gunzip code | ||
11879 | |||
11880 | Members: | ||
11881 | archival/Makefile.in:1.1->1.2 | ||
11882 | archival/config.in:1.12->1.13 | ||
11883 | archival/gunzip.c:1.73->1.74 | ||
11884 | archival/uncompress.c:INITIAL->1.1 | ||
11885 | archival/libunarchive/uncompress.c:1.3->1.4 | ||
11886 | include/applets.h:1.73->1.74 | ||
11887 | include/usage.h:1.113->1.114 | ||
11888 | sysdeps/linux/config.in:1.9->1.10 | ||
11889 | |||
11890 | --------------------- | ||
11891 | PatchSet 2923 | ||
11892 | Date: 2002/11/03 00:25:23 | ||
11893 | Author: andersen | ||
11894 | Branch: HEAD | ||
11895 | Tag: (none) | ||
11896 | Log: | ||
11897 | Test for holes in swapfiles | ||
11898 | -Erik | ||
11899 | |||
11900 | Members: | ||
11901 | util-linux/swaponoff.c:1.31->1.32 | ||
11902 | |||
11903 | --------------------- | ||
11904 | PatchSet 2924 | ||
11905 | Date: 2002/11/03 07:28:36 | ||
11906 | Author: bug1 | ||
11907 | Branch: HEAD | ||
11908 | Tag: (none) | ||
11909 | Log: | ||
11910 | Move bunzip2 idecompression code to libunarchive | ||
11911 | |||
11912 | Members: | ||
11913 | archival/bunzip2.c:1.11->1.12 | ||
11914 | archival/libunarchive/Makefile.in:1.5->1.6 | ||
11915 | archival/libunarchive/decompress_bunzip2.c:INITIAL->1.1 | ||
11916 | include/unarchive.h:1.8->1.9 | ||
11917 | |||
11918 | --------------------- | ||
11919 | PatchSet 2925 | ||
11920 | Date: 2002/11/03 10:57:25 | ||
11921 | Author: bug1 | ||
11922 | Branch: HEAD | ||
11923 | Tag: (none) | ||
11924 | Log: | ||
11925 | Use xread_char to save a few bytes, fix indenting of comments | ||
11926 | |||
11927 | Members: | ||
11928 | archival/libunarchive/check_header_gzip.c:1.2->1.3 | ||
11929 | |||
11930 | --------------------- | ||
11931 | PatchSet 2926 | ||
11932 | Date: 2002/11/03 11:46:49 | ||
11933 | Author: bug1 | ||
11934 | Branch: HEAD | ||
11935 | Tag: (none) | ||
11936 | Log: | ||
11937 | Add copyright notice and license, use strcat+strcpy instead of sprintf | ||
11938 | |||
11939 | Members: | ||
11940 | archival/libunarchive/data_extract_all_prefix.c:1.1->1.2 | ||
11941 | |||
11942 | --------------------- | ||
11943 | PatchSet 2927 | ||
11944 | Date: 2002/11/03 11:57:08 | ||
11945 | Author: bug1 | ||
11946 | Branch: HEAD | ||
11947 | Tag: (none) | ||
11948 | Log: | ||
11949 | Move data_extract_all_prefix to dpkg, its only used there. | ||
11950 | |||
11951 | Members: | ||
11952 | archival/dpkg.c:1.63->1.64 | ||
11953 | archival/libunarchive/Makefile.in:1.6->1.7 | ||
11954 | archival/libunarchive/data_extract_all_prefix.c:1.2->1.3(DEAD) | ||
11955 | include/unarchive.h:1.9->1.10 | ||
11956 | |||
11957 | --------------------- | ||
11958 | PatchSet 2928 | ||
11959 | Date: 2002/11/03 12:50:33 | ||
11960 | Author: bug1 | ||
11961 | Branch: HEAD | ||
11962 | Tag: (none) | ||
11963 | Log: | ||
11964 | Fix #define syntax | ||
11965 | |||
11966 | Members: | ||
11967 | archival/libunarchive/uncompress.c:1.4->1.5 | ||
11968 | |||
11969 | --------------------- | ||
11970 | PatchSet 2929 | ||
11971 | Date: 2002/11/03 14:05:05 | ||
11972 | Author: bug1 | ||
11973 | Branch: HEAD | ||
11974 | Tag: (none) | ||
11975 | Log: | ||
11976 | Abstract read and seek in unarchiving code, convert bunzip to file descriptors, support tar -j | ||
11977 | |||
11978 | Members: | ||
11979 | archival/ar.c:1.41->1.42 | ||
11980 | archival/bunzip2.c:1.12->1.13 | ||
11981 | archival/config.in:1.13->1.14 | ||
11982 | archival/cpio.c:1.7->1.8 | ||
11983 | archival/tar.c:1.159->1.160 | ||
11984 | archival/unzip.c:1.2->1.3 | ||
11985 | archival/libunarchive/Makefile.in:1.7->1.8 | ||
11986 | archival/libunarchive/archive_copy_file.c:INITIAL->1.1 | ||
11987 | archival/libunarchive/archive_xread.c:INITIAL->1.1 | ||
11988 | archival/libunarchive/archive_xread_all.c:INITIAL->1.1 | ||
11989 | archival/libunarchive/archive_xread_all_eof.c:INITIAL->1.1 | ||
11990 | archival/libunarchive/archive_xread_char.c:INITIAL->1.1 | ||
11991 | archival/libunarchive/copy_file_chunk_fd.c:1.1->1.2(DEAD) | ||
11992 | archival/libunarchive/data_align.c:1.1->1.2 | ||
11993 | archival/libunarchive/data_extract_all.c:1.4->1.5 | ||
11994 | archival/libunarchive/data_extract_to_buffer.c:1.1->1.2 | ||
11995 | archival/libunarchive/data_extract_to_stdout.c:1.1->1.2 | ||
11996 | archival/libunarchive/data_skip.c:1.1->1.2 | ||
11997 | archival/libunarchive/decompress_bunzip2.c:1.1->1.2 | ||
11998 | archival/libunarchive/get_header_tar.c:1.10->1.11 | ||
11999 | archival/libunarchive/get_header_tar_gz.c:1.2->1.3 | ||
12000 | archival/libunarchive/init_handle.c:1.1->1.2 | ||
12001 | archival/libunarchive/seek_by_char.c:INITIAL->1.1 | ||
12002 | archival/libunarchive/seek_by_jump.c:INITIAL->1.1 | ||
12003 | archival/libunarchive/seek_sub_file.c:1.4->1.5(DEAD) | ||
12004 | archival/libunarchive/unpack_ar_archive.c:1.1->1.2 | ||
12005 | include/libbb.h:1.84->1.85 | ||
12006 | include/unarchive.h:1.10->1.11 | ||
12007 | libbb/xfuncs.c:1.8->1.9 | ||
12008 | |||
12009 | --------------------- | ||
12010 | PatchSet 2930 | ||
12011 | Date: 2002/11/03 14:14:53 | ||
12012 | Author: bug1 | ||
12013 | Branch: HEAD | ||
12014 | Tag: (none) | ||
12015 | Log: | ||
12016 | Call lseek directly rather than via data_align() | ||
12017 | |||
12018 | Members: | ||
12019 | archival/rpm2cpio.c:1.7->1.8 | ||
12020 | |||
12021 | --------------------- | ||
12022 | PatchSet 2931 | ||
12023 | Date: 2002/11/04 23:47:29 | ||
12024 | Author: bug1 | ||
12025 | Branch: HEAD | ||
12026 | Tag: (none) | ||
12027 | Log: | ||
12028 | Change filter paramaters, filters can be more powefull now | ||
12029 | |||
12030 | Members: | ||
12031 | archival/cpio.c:1.8->1.9 | ||
12032 | archival/libunarchive/filter_accept_all.c:1.2->1.3 | ||
12033 | archival/libunarchive/filter_accept_list.c:1.3->1.4 | ||
12034 | archival/libunarchive/filter_accept_reject_list.c:1.2->1.3 | ||
12035 | archival/libunarchive/get_header_ar.c:1.4->1.5 | ||
12036 | archival/libunarchive/get_header_tar.c:1.11->1.12 | ||
12037 | include/unarchive.h:1.11->1.12 | ||
12038 | |||
12039 | --------------------- | ||
12040 | PatchSet 2932 | ||
12041 | Date: 2002/11/05 01:52:20 | ||
12042 | Author: bug1 | ||
12043 | Branch: HEAD | ||
12044 | Tag: (none) | ||
12045 | Log: | ||
12046 | enable .tar.bz2 for dpkg-deb | ||
12047 | |||
12048 | Members: | ||
12049 | archival/config.in:1.14->1.15 | ||
12050 | archival/dpkg_deb.c:1.26->1.27 | ||
12051 | archival/libunarchive/Makefile.in:1.8->1.9 | ||
12052 | archival/libunarchive/filter_accept_all.c:1.3->1.4 | ||
12053 | archival/libunarchive/filter_accept_list.c:1.4->1.5 | ||
12054 | archival/libunarchive/filter_accept_reject_list.c:1.3->1.4 | ||
12055 | include/unarchive.h:1.12->1.13 | ||
12056 | |||
12057 | --------------------- | ||
12058 | PatchSet 2933 | ||
12059 | Date: 2002/11/05 02:56:52 | ||
12060 | Author: bug1 | ||
12061 | Branch: HEAD | ||
12062 | Tag: (none) | ||
12063 | Log: | ||
12064 | Fail silently if a partial tar header is read as tar.bz2 is leaving trailing junk (not sure why), add some missing files | ||
12065 | |||
12066 | Members: | ||
12067 | archival/tar.c:1.160->1.161 | ||
12068 | archival/libunarchive/Makefile.in:1.9->1.10 | ||
12069 | archival/libunarchive/decompress_bunzip2.c:1.2->1.3 | ||
12070 | archival/libunarchive/filter_accept_list_reassign.c:INITIAL->1.1 | ||
12071 | archival/libunarchive/get_header_tar.c:1.12->1.13 | ||
12072 | archival/libunarchive/get_header_tar_bz2.c:INITIAL->1.1 | ||
12073 | include/unarchive.h:1.13->1.14 | ||
12074 | |||
12075 | --------------------- | ||
12076 | PatchSet 2934 | ||
12077 | Date: 2002/11/05 13:56:04 | ||
12078 | Author: bug1 | ||
12079 | Branch: HEAD | ||
12080 | Tag: (none) | ||
12081 | Log: | ||
12082 | Support for bziped debs, i.e. use .tar.bz2 instead .tar.gz internally | ||
12083 | |||
12084 | Members: | ||
12085 | archival/dpkg.c:1.64->1.65 | ||
12086 | |||
12087 | --------------------- | ||
12088 | PatchSet 2935 | ||
12089 | Date: 2002/11/05 20:10:21 | ||
12090 | Author: russ | ||
12091 | Branch: HEAD | ||
12092 | Tag: (none) | ||
12093 | Log: | ||
12094 | version number oops | ||
12095 | |||
12096 | Members: | ||
12097 | networking/udhcp/dhcpd.h:1.1->1.2 | ||
12098 | networking/udhcp/libbb_udhcp.h:1.1->1.2 | ||
12099 | networking/udhcp/version.h:INITIAL->1.1 | ||
12100 | |||
12101 | --------------------- | ||
12102 | PatchSet 2936 | ||
12103 | Date: 2002/11/05 20:13:41 | ||
12104 | Author: russ | ||
12105 | Branch: HEAD | ||
12106 | Tag: (none) | ||
12107 | Log: | ||
12108 | typo in udhcpc help | ||
12109 | |||
12110 | Members: | ||
12111 | include/usage.h:1.114->1.115 | ||
12112 | |||
12113 | --------------------- | ||
12114 | PatchSet 2937 | ||
12115 | Date: 2002/11/06 22:31:45 | ||
12116 | Author: bug1 | ||
12117 | Branch: HEAD | ||
12118 | Tag: (none) | ||
12119 | Log: | ||
12120 | Terminate the buffer with a '\0' | ||
12121 | |||
12122 | Members: | ||
12123 | archival/libunarchive/data_extract_to_buffer.c:1.2->1.3 | ||
12124 | |||
12125 | --------------------- | ||
12126 | PatchSet 2938 | ||
12127 | Date: 2002/11/06 22:54:41 | ||
12128 | Author: bug1 | ||
12129 | Branch: HEAD | ||
12130 | Tag: (none) | ||
12131 | Log: | ||
12132 | Split deb_extract() into more generic functions | ||
12133 | |||
12134 | Members: | ||
12135 | archival/dpkg.c:1.65->1.66 | ||
12136 | |||
12137 | --------------------- | ||
12138 | PatchSet 2939 | ||
12139 | Date: 2002/11/06 23:35:28 | ||
12140 | Author: bug1 | ||
12141 | Branch: HEAD | ||
12142 | Tag: (none) | ||
12143 | Log: | ||
12144 | Use a switch instead of successive if (strcmp()) statments. | ||
12145 | |||
12146 | Members: | ||
12147 | archival/dpkg.c:1.66->1.67 | ||
12148 | |||
12149 | --------------------- | ||
12150 | PatchSet 2940 | ||
12151 | Date: 2002/11/07 02:06:58 | ||
12152 | Author: andersen | ||
12153 | Branch: HEAD | ||
12154 | Tag: (none) | ||
12155 | Log: | ||
12156 | Fix broken tabs | ||
12157 | |||
12158 | Members: | ||
12159 | scripts/lxdialog/Makefile:1.1->1.2 | ||
12160 | |||
12161 | --------------------- | ||
12162 | PatchSet 2941 | ||
12163 | Date: 2002/11/07 02:09:37 | ||
12164 | Author: andersen | ||
12165 | Branch: HEAD | ||
12166 | Tag: (none) | ||
12167 | Log: | ||
12168 | Implement a small strings applet | ||
12169 | |||
12170 | Members: | ||
12171 | include/applets.h:1.74->1.75 | ||
12172 | include/usage.h:1.115->1.116 | ||
12173 | miscutils/Makefile.in:1.2->1.3 | ||
12174 | miscutils/config.in:1.3->1.4 | ||
12175 | miscutils/strings.c:INITIAL->1.1 | ||
12176 | |||
12177 | --------------------- | ||
12178 | PatchSet 2942 | ||
12179 | Date: 2002/11/07 02:26:29 | ||
12180 | Author: andersen | ||
12181 | Branch: HEAD | ||
12182 | Tag: (none) | ||
12183 | Log: | ||
12184 | Fix a stupid typo | ||
12185 | |||
12186 | Members: | ||
12187 | include/usage.h:1.116->1.117 | ||
12188 | |||
12189 | --------------------- | ||
12190 | PatchSet 2943 | ||
12191 | Date: 2002/11/07 02:45:55 | ||
12192 | Author: andersen | ||
12193 | Branch: HEAD | ||
12194 | Tag: (none) | ||
12195 | Log: | ||
12196 | Remove gratuitous and unnecessary "BusyBox" refernece in login prompt | ||
12197 | -Erik | ||
12198 | |||
12199 | Members: | ||
12200 | loginutils/login.c:1.5->1.6 | ||
12201 | |||
12202 | --------------------- | ||
12203 | PatchSet 2944 | ||
12204 | Date: 2002/11/08 07:09:42 | ||
12205 | Author: bug1 | ||
12206 | Branch: HEAD | ||
12207 | Tag: (none) | ||
12208 | Log: | ||
12209 | Fix reading from stdin (me), Fix tar segfault when no arguments specified (Geoffrey Lee) | ||
12210 | |||
12211 | Members: | ||
12212 | archival/tar.c:1.161->1.162 | ||
12213 | |||
12214 | --------------------- | ||
12215 | PatchSet 2945 | ||
12216 | Date: 2002/11/08 08:07:38 | ||
12217 | Author: bug1 | ||
12218 | Branch: HEAD | ||
12219 | Tag: (none) | ||
12220 | Log: | ||
12221 | #ifdef, not just #if... grrr | ||
12222 | |||
12223 | Members: | ||
12224 | archival/libunarchive/seek_by_jump.c:1.1->1.2 | ||
12225 | |||
12226 | --------------------- | ||
12227 | PatchSet 2946 | ||
12228 | Date: 2002/11/08 09:40:02 | ||
12229 | Author: andersen | ||
12230 | Branch: HEAD | ||
12231 | Tag: (none) | ||
12232 | Log: | ||
12233 | Teach lash to get $1 $2 $3 etc correct | ||
12234 | -Erik | ||
12235 | |||
12236 | Members: | ||
12237 | shell/lash.c:1.146->1.147 | ||
12238 | |||
12239 | --------------------- | ||
12240 | PatchSet 2947 | ||
12241 | Date: 2002/11/09 09:34:14 | ||
12242 | Author: bug1 | ||
12243 | Branch: HEAD | ||
12244 | Tag: (none) | ||
12245 | Log: | ||
12246 | debian compatable ifup and ifdown commands | ||
12247 | |||
12248 | Members: | ||
12249 | include/applets.h:1.75->1.76 | ||
12250 | include/usage.h:1.117->1.118 | ||
12251 | networking/Makefile.in:1.5->1.6 | ||
12252 | networking/config.in:1.9->1.10 | ||
12253 | networking/ifupdown.c:INITIAL->1.1 | ||
12254 | |||
12255 | --------------------- | ||
12256 | PatchSet 2948 | ||
12257 | Date: 2002/11/10 01:33:46 | ||
12258 | Author: bug1 | ||
12259 | Branch: HEAD | ||
12260 | Tag: (none) | ||
12261 | Log: | ||
12262 | IP applet by Bastian Blank <waldi@debian.org> | ||
12263 | |||
12264 | Members: | ||
12265 | Makefile:1.264->1.265 | ||
12266 | include/applets.h:1.76->1.77 | ||
12267 | include/usage.h:1.118->1.119 | ||
12268 | networking/Makefile.in:1.6->1.7 | ||
12269 | networking/config.in:1.10->1.11 | ||
12270 | networking/ip.c:INITIAL->1.1 | ||
12271 | networking/libiproute/Makefile:INITIAL->1.1 | ||
12272 | networking/libiproute/Makefile.in:INITIAL->1.1 | ||
12273 | networking/libiproute/ip_common.h:INITIAL->1.1 | ||
12274 | networking/libiproute/ipaddress.c:INITIAL->1.1 | ||
12275 | networking/libiproute/iplink.c:INITIAL->1.1 | ||
12276 | networking/libiproute/iproute.c:INITIAL->1.1 | ||
12277 | networking/libiproute/iptunnel.c:INITIAL->1.1 | ||
12278 | networking/libiproute/libnetlink.c:INITIAL->1.1 | ||
12279 | networking/libiproute/libnetlink.h:INITIAL->1.1 | ||
12280 | networking/libiproute/ll_addr.c:INITIAL->1.1 | ||
12281 | networking/libiproute/ll_map.c:INITIAL->1.1 | ||
12282 | networking/libiproute/ll_map.h:INITIAL->1.1 | ||
12283 | networking/libiproute/ll_proto.c:INITIAL->1.1 | ||
12284 | networking/libiproute/ll_types.c:INITIAL->1.1 | ||
12285 | networking/libiproute/rt_names.c:INITIAL->1.1 | ||
12286 | networking/libiproute/rt_names.h:INITIAL->1.1 | ||
12287 | networking/libiproute/rtm_map.c:INITIAL->1.1 | ||
12288 | networking/libiproute/rtm_map.h:INITIAL->1.1 | ||
12289 | networking/libiproute/utils.c:INITIAL->1.1 | ||
12290 | networking/libiproute/utils.h:INITIAL->1.1 | ||
12291 | networking/libiproute/linux/pkt_sched.h:INITIAL->1.1 | ||
12292 | |||
12293 | --------------------- | ||
12294 | PatchSet 2949 | ||
12295 | Date: 2002/11/10 10:20:45 | ||
12296 | Author: bug1 | ||
12297 | Branch: HEAD | ||
12298 | Tag: (none) | ||
12299 | Log: | ||
12300 | Only compile the files in this dir if the IP applet is enabled | ||
12301 | |||
12302 | Members: | ||
12303 | networking/libiproute/Makefile.in:1.1->1.2 | ||
12304 | |||
12305 | --------------------- | ||
12306 | PatchSet 2950 | ||
12307 | Date: 2002/11/10 13:17:08 | ||
12308 | Author: bug1 | ||
12309 | Branch: HEAD | ||
12310 | Tag: (none) | ||
12311 | Log: | ||
12312 | Make mapping support a definable feature, saves 1.6kB | ||
12313 | |||
12314 | Members: | ||
12315 | networking/config.in:1.11->1.12 | ||
12316 | networking/ifupdown.c:1.1->1.2 | ||
12317 | |||
12318 | --------------------- | ||
12319 | PatchSet 2951 | ||
12320 | Date: 2002/11/10 13:20:35 | ||
12321 | Author: bug1 | ||
12322 | Branch: HEAD | ||
12323 | Tag: (none) | ||
12324 | Log: | ||
12325 | Fixup a previous define | ||
12326 | |||
12327 | Members: | ||
12328 | networking/ifupdown.c:1.2->1.3 | ||
12329 | |||
12330 | --------------------- | ||
12331 | PatchSet 2952 | ||
12332 | Date: 2002/11/10 21:28:12 | ||
12333 | Author: bug1 | ||
12334 | Branch: HEAD | ||
12335 | Tag: (none) | ||
12336 | Log: | ||
12337 | last_patch64 from Vladimir N. Oleynik <dzo@simtreas.ru> | ||
12338 | |||
12339 | Members: | ||
12340 | include/applets.h:1.77->1.78 | ||
12341 | miscutils/crontab.c:1.2->1.3 | ||
12342 | |||
12343 | --------------------- | ||
12344 | PatchSet 2953 | ||
12345 | Date: 2002/11/10 21:33:28 | ||
12346 | Author: bug1 | ||
12347 | Branch: HEAD | ||
12348 | Tag: (none) | ||
12349 | Log: | ||
12350 | last_patch57 from Vladimir N. Oleynik | ||
12351 | |||
12352 | Members: | ||
12353 | sysklogd/logger.c:1.35->1.36 | ||
12354 | |||
12355 | --------------------- | ||
12356 | PatchSet 2954 | ||
12357 | Date: 2002/11/10 21:47:14 | ||
12358 | Author: bug1 | ||
12359 | Branch: HEAD | ||
12360 | Tag: (none) | ||
12361 | Log: | ||
12362 | Rewrite of xargs by Vladimir N. Oleynik | ||
12363 | |||
12364 | Members: | ||
12365 | AUTHORS:1.27->1.28 | ||
12366 | docs/busybox_footer.pod:1.7->1.8 | ||
12367 | findutils/xargs.c:1.23->1.24 | ||
12368 | include/usage.h:1.119->1.120 | ||
12369 | |||
12370 | --------------------- | ||
12371 | PatchSet 2955 | ||
12372 | Date: 2002/11/10 21:52:59 | ||
12373 | Author: bug1 | ||
12374 | Branch: HEAD | ||
12375 | Tag: (none) | ||
12376 | Log: | ||
12377 | Prevent a segfault if no argument, by Geoffrey Lee <glee@bluesat.unsw.edu.au> | ||
12378 | |||
12379 | Members: | ||
12380 | coreutils/od.c:1.2->1.3 | ||
12381 | textutils/od.c:1.2->1.3 | ||
12382 | |||
12383 | --------------------- | ||
12384 | PatchSet 2956 | ||
12385 | Date: 2002/11/10 22:07:48 | ||
12386 | Author: bug1 | ||
12387 | Branch: HEAD | ||
12388 | Tag: (none) | ||
12389 | Log: | ||
12390 | Fix for hostname -s, by Stephan Linz | ||
12391 | |||
12392 | Members: | ||
12393 | networking/hostname.c:1.33->1.34 | ||
12394 | |||
12395 | --------------------- | ||
12396 | PatchSet 2957 | ||
12397 | Date: 2002/11/10 22:16:09 | ||
12398 | Author: bug1 | ||
12399 | Branch: HEAD | ||
12400 | Tag: (none) | ||
12401 | Log: | ||
12402 | Will the real od.c please stand up! (my previous commit was a mistake) | ||
12403 | |||
12404 | Members: | ||
12405 | coreutils/od.c:1.3->1.4 | ||
12406 | textutils/od.c:1.3->1.4 | ||
12407 | |||
12408 | --------------------- | ||
12409 | PatchSet 2958 | ||
12410 | Date: 2002/11/10 22:26:18 | ||
12411 | Author: bug1 | ||
12412 | Branch: HEAD | ||
12413 | Tag: (none) | ||
12414 | Log: | ||
12415 | Config feature DEVPTS defined and used in telnetd, by Pavel Roskin | ||
12416 | |||
12417 | Members: | ||
12418 | docs/Configure.help:1.3->1.4 | ||
12419 | networking/telnetd.c:1.1->1.2 | ||
12420 | sysdeps/linux/config.in:1.10->1.11 | ||
12421 | |||
12422 | --------------------- | ||
12423 | PatchSet 2959 | ||
12424 | Date: 2002/11/10 22:46:45 | ||
12425 | Author: bug1 | ||
12426 | Branch: HEAD | ||
12427 | Tag: (none) | ||
12428 | Log: | ||
12429 | run through indent and manually check result | ||
12430 | |||
12431 | Members: | ||
12432 | sysklogd/syslogd.c:1.89->1.90 | ||
12433 | |||
12434 | --------------------- | ||
12435 | PatchSet 2960 | ||
12436 | Date: 2002/11/10 23:42:25 | ||
12437 | Author: bug1 | ||
12438 | Branch: HEAD | ||
12439 | Tag: (none) | ||
12440 | Log: | ||
12441 | ipcalc applet by Stephan Linz and Jordan Crouse | ||
12442 | |||
12443 | Members: | ||
12444 | AUTHORS:1.28->1.29 | ||
12445 | include/applets.h:1.78->1.79 | ||
12446 | include/usage.h:1.120->1.121 | ||
12447 | networking/Makefile.in:1.7->1.8 | ||
12448 | networking/config.in:1.12->1.13 | ||
12449 | networking/ipcalc.c:INITIAL->1.1 | ||
12450 | |||
12451 | --------------------- | ||
12452 | PatchSet 2961 | ||
12453 | Date: 2002/11/11 03:00:03 | ||
12454 | Author: bug1 | ||
12455 | Branch: HEAD | ||
12456 | Tag: (none) | ||
12457 | Log: | ||
12458 | Move readlink, mktemp, run-parts and which to a new debianutils dir. | ||
12459 | |||
12460 | Members: | ||
12461 | Makefile:1.265->1.266 | ||
12462 | debianutils/Makefile:INITIAL->1.1 | ||
12463 | debianutils/Makefile.in:INITIAL->1.1 | ||
12464 | debianutils/config.in:INITIAL->1.1 | ||
12465 | debianutils/mktemp.c:INITIAL->1.1 | ||
12466 | debianutils/readlink.c:INITIAL->1.1 | ||
12467 | debianutils/run_parts.c:INITIAL->1.1 | ||
12468 | debianutils/which.c:INITIAL->1.1 | ||
12469 | findutils/Makefile.in:1.1->1.2 | ||
12470 | findutils/config.in:1.4->1.5 | ||
12471 | findutils/which.c:1.22->1.23(DEAD) | ||
12472 | include/usage.h:1.121->1.122 | ||
12473 | init/Makefile.in:1.2->1.3 | ||
12474 | init/config.in:1.4->1.5 | ||
12475 | init/run_parts.c:1.2->1.3(DEAD) | ||
12476 | miscutils/Makefile.in:1.3->1.4 | ||
12477 | miscutils/config.in:1.4->1.5 | ||
12478 | miscutils/mktemp.c:1.10->1.11(DEAD) | ||
12479 | miscutils/readlink.c:1.10->1.11(DEAD) | ||
12480 | sysdeps/linux/config.in:1.11->1.12 | ||
12481 | |||
12482 | --------------------- | ||
12483 | PatchSet 2962 | ||
12484 | Date: 2002/11/11 06:20:55 | ||
12485 | Author: bug1 | ||
12486 | Branch: HEAD | ||
12487 | Tag: (none) | ||
12488 | Log: | ||
12489 | Move awk from textutils to editors. Cleanup run-parts, saves 200 bytes, moves the guts of run_parts to libbb to be used by ifupdown. | ||
12490 | |||
12491 | Members: | ||
12492 | debianutils/run_parts.c:1.1->1.2 | ||
12493 | editors/Makefile.in:1.1->1.2 | ||
12494 | editors/awk.c:INITIAL->1.1 | ||
12495 | editors/config.in:1.3->1.4 | ||
12496 | include/libbb.h:1.85->1.86 | ||
12497 | libbb/Makefile.in:1.8->1.9 | ||
12498 | libbb/run_parts.c:INITIAL->1.1 | ||
12499 | networking/ifupdown.c:1.3->1.4 | ||
12500 | textutils/Makefile.in:1.2->1.3 | ||
12501 | textutils/awk.c:1.2->1.3(DEAD) | ||
12502 | textutils/config.in:1.5->1.6 | ||
12503 | |||
12504 | --------------------- | ||
12505 | PatchSet 2963 | ||
12506 | Date: 2002/11/11 07:03:02 | ||
12507 | Author: bug1 | ||
12508 | Branch: HEAD | ||
12509 | Tag: (none) | ||
12510 | Log: | ||
12511 | Make ifupdown use internal run_parts | ||
12512 | |||
12513 | Members: | ||
12514 | networking/ifupdown.c:1.4->1.5 | ||
12515 | |||
12516 | --------------------- | ||
12517 | PatchSet 2964 | ||
12518 | Date: 2002/11/12 23:34:15 | ||
12519 | Author: bug1 | ||
12520 | Branch: HEAD | ||
12521 | Tag: (none) | ||
12522 | Log: | ||
12523 | Reduce block size to 512 to prevent short read's when reading from a pipe | ||
12524 | |||
12525 | Members: | ||
12526 | archival/libunarchive/archive_copy_file.c:1.1->1.2 | ||
12527 | |||
12528 | --------------------- | ||
12529 | PatchSet 2965 | ||
12530 | Date: 2002/11/13 00:24:19 | ||
12531 | Author: bug1 | ||
12532 | Branch: HEAD | ||
12533 | Tag: (none) | ||
12534 | Log: | ||
12535 | Minor cleanups | ||
12536 | |||
12537 | Members: | ||
12538 | archival/dpkg_deb.c:1.27->1.28 | ||
12539 | archival/tar.c:1.162->1.163 | ||
12540 | archival/libunarchive/filter_accept_list_reassign.c:1.1->1.2 | ||
12541 | archival/libunarchive/get_header_tar_bz2.c:1.1->1.2 | ||
12542 | archival/libunarchive/get_header_tar_gz.c:1.3->1.4 | ||
12543 | |||
12544 | --------------------- | ||
12545 | PatchSet 2966 | ||
12546 | Date: 2002/11/14 10:58:02 | ||
12547 | Author: andersen | ||
12548 | Branch: HEAD | ||
12549 | Tag: (none) | ||
12550 | Log: | ||
12551 | A missing securetty file is not an error. | ||
12552 | -Erik | ||
12553 | |||
12554 | Members: | ||
12555 | loginutils/login.c:1.6->1.7 | ||
12556 | |||
12557 | --------------------- | ||
12558 | PatchSet 2967 | ||
12559 | Date: 2002/11/14 11:10:14 | ||
12560 | Author: andersen | ||
12561 | Branch: HEAD | ||
12562 | Tag: (none) | ||
12563 | Log: | ||
12564 | Patch from Marcel Hamer to fix addgroup argument parsing | ||
12565 | |||
12566 | Members: | ||
12567 | loginutils/addgroup.c:1.5->1.6 | ||
12568 | |||
12569 | --------------------- | ||
12570 | PatchSet 2968 | ||
12571 | Date: 2002/11/15 08:48:47 | ||
12572 | Author: bug1 | ||
12573 | Branch: HEAD | ||
12574 | Tag: (none) | ||
12575 | Log: | ||
12576 | Dont chdir untill after we open the archive | ||
12577 | |||
12578 | Members: | ||
12579 | archival/tar.c:1.163->1.164 | ||
12580 | |||
12581 | --------------------- | ||
12582 | PatchSet 2969 | ||
12583 | Date: 2002/11/15 09:12:47 | ||
12584 | Author: andersen | ||
12585 | Branch: HEAD | ||
12586 | Tag: (none) | ||
12587 | Log: | ||
12588 | Patch from Bastian Blank: | ||
12589 | |||
12590 | hi erik | ||
12591 | |||
12592 | the following patch fixes the handling of iproute add <route> dev <dev>. | ||
12593 | the code got lost while removing things. | ||
12594 | |||
12595 | bastian | ||
12596 | |||
12597 | Members: | ||
12598 | networking/libiproute/iproute.c:1.1->1.2 | ||
12599 | |||
12600 | --------------------- | ||
12601 | PatchSet 2970 | ||
12602 | Date: 2002/11/15 21:58:30 | ||
12603 | Author: bug1 | ||
12604 | Branch: HEAD | ||
12605 | Tag: (none) | ||
12606 | Log: | ||
12607 | Allow short reads as we are looping anyway. | ||
12608 | |||
12609 | Members: | ||
12610 | archival/libunarchive/archive_copy_file.c:1.2->1.3 | ||
12611 | |||
12612 | --------------------- | ||
12613 | PatchSet 2971 | ||
12614 | Date: 2002/11/15 22:18:01 | ||
12615 | Author: bug1 | ||
12616 | Branch: HEAD | ||
12617 | Tag: (none) | ||
12618 | Log: | ||
12619 | Use vfork, by vodz | ||
12620 | |||
12621 | Members: | ||
12622 | libbb/run_parts.c:1.1->1.2 | ||
12623 | |||
12624 | --------------------- | ||
12625 | PatchSet 2972 | ||
12626 | Date: 2002/11/16 21:34:57 | ||
12627 | Author: bug1 | ||
12628 | Branch: HEAD | ||
12629 | Tag: (none) | ||
12630 | Log: | ||
12631 | Remove #defines around get_header_ptr, we allways need it. | ||
12632 | |||
12633 | Members: | ||
12634 | archival/tar.c:1.164->1.165 | ||
12635 | |||
12636 | --------------------- | ||
12637 | PatchSet 2973 | ||
12638 | Date: 2002/11/17 21:33:30 | ||
12639 | Author: bug1 | ||
12640 | Branch: HEAD | ||
12641 | Tag: (none) | ||
12642 | Log: | ||
12643 | Patch from Laurence Anderson to provide a read_gz function, doesnt require fork(), pipe(), consistent with read_bz2 and more flexible. | ||
12644 | |||
12645 | Members: | ||
12646 | archival/libunarchive/unzip.c:1.22->1.23 | ||
12647 | |||
12648 | --------------------- | ||
12649 | PatchSet 2974 | ||
12650 | Date: 2002/11/17 21:48:11 | ||
12651 | Author: bug1 | ||
12652 | Branch: HEAD | ||
12653 | Tag: (none) | ||
12654 | Log: | ||
12655 | Remove mapping option, its should always be used | ||
12656 | |||
12657 | Members: | ||
12658 | networking/config.in:1.13->1.14 | ||
12659 | networking/ifupdown.c:1.5->1.6 | ||
12660 | |||
12661 | --------------------- | ||
12662 | PatchSet 2975 | ||
12663 | Date: 2002/11/18 07:26:42 | ||
12664 | Author: bug1 | ||
12665 | Branch: HEAD | ||
12666 | Tag: (none) | ||
12667 | Log: | ||
12668 | Use error_msg_and_die, style | ||
12669 | |||
12670 | Members: | ||
12671 | networking/libiproute/utils.c:1.1->1.2 | ||
12672 | |||
12673 | --------------------- | ||
12674 | PatchSet 2976 | ||
12675 | Date: 2002/11/19 00:41:09 | ||
12676 | Author: russ | ||
12677 | Branch: HEAD | ||
12678 | Tag: (none) | ||
12679 | Log: | ||
12680 | udhcpc documentation update | ||
12681 | |||
12682 | Members: | ||
12683 | networking/udhcp/README.udhcpc:1.1->1.2 | ||
12684 | |||
12685 | --------------------- | ||
12686 | PatchSet 2977 | ||
12687 | Date: 2002/11/19 08:22:03 | ||
12688 | Author: bug1 | ||
12689 | Branch: HEAD | ||
12690 | Tag: (none) | ||
12691 | Log: | ||
12692 | Use read_gz, remove fork() woohoo! | ||
12693 | |||
12694 | Members: | ||
12695 | archival/libunarchive/get_header_tar_gz.c:1.4->1.5 | ||
12696 | |||
12697 | --------------------- | ||
12698 | PatchSet 2978 | ||
12699 | Date: 2002/11/19 09:23:13 | ||
12700 | Author: bug1 | ||
12701 | Branch: HEAD | ||
12702 | Tag: (none) | ||
12703 | Log: | ||
12704 | dont use the -i option of xargs | ||
12705 | |||
12706 | Members: | ||
12707 | networking/ifupdown.c:1.6->1.7 | ||
12708 | |||
12709 | --------------------- | ||
12710 | PatchSet 2979 | ||
12711 | Date: 2002/11/19 09:58:56 | ||
12712 | Author: bug1 | ||
12713 | Branch: HEAD | ||
12714 | Tag: (none) | ||
12715 | Log: | ||
12716 | Dont use xargs | ||
12717 | |||
12718 | Members: | ||
12719 | networking/ifupdown.c:1.7->1.8 | ||
12720 | |||
12721 | --------------------- | ||
12722 | PatchSet 2980 | ||
12723 | Date: 2002/11/19 21:07:17 | ||
12724 | Author: bug1 | ||
12725 | Branch: HEAD | ||
12726 | Tag: (none) | ||
12727 | Log: | ||
12728 | Headers for the read_gz changes | ||
12729 | |||
12730 | Members: | ||
12731 | include/unarchive.h:1.14->1.15 | ||
12732 | |||
12733 | --------------------- | ||
12734 | PatchSet 2981 | ||
12735 | Date: 2002/11/20 06:46:46 | ||
12736 | Author: bug1 | ||
12737 | Branch: HEAD | ||
12738 | Tag: (none) | ||
12739 | Log: | ||
12740 | read_gz patch 3 from Laurence Anderson | ||
12741 | |||
12742 | Members: | ||
12743 | archival/libunarchive/unzip.c:1.23->1.24 | ||
12744 | |||
12745 | --------------------- | ||
12746 | PatchSet 2982 | ||
12747 | Date: 2002/11/20 22:00:31 | ||
12748 | Author: bug1 | ||
12749 | Branch: HEAD | ||
12750 | Tag: (none) | ||
12751 | Log: | ||
12752 | Speed and memory usage improvements from Laurence Adnerson | ||
12753 | |||
12754 | Members: | ||
12755 | archival/libunarchive/unzip.c:1.24->1.25 | ||
12756 | |||
12757 | --------------------- | ||
12758 | PatchSet 2983 | ||
12759 | Date: 2002/11/20 22:01:48 | ||
12760 | Author: bug1 | ||
12761 | Branch: HEAD | ||
12762 | Tag: (none) | ||
12763 | Log: | ||
12764 | Add entry for Laurence Anderson | ||
12765 | |||
12766 | Members: | ||
12767 | AUTHORS:1.29->1.30 | ||
12768 | |||
12769 | --------------------- | ||
12770 | PatchSet 2984 | ||
12771 | Date: 2002/11/21 22:17:11 | ||
12772 | Author: bug1 | ||
12773 | Branch: HEAD | ||
12774 | Tag: (none) | ||
12775 | Log: | ||
12776 | Fix a vfork bug, by Nick Fedchik and Vladimir N. Oleynik | ||
12777 | |||
12778 | Members: | ||
12779 | libbb/run_parts.c:1.2->1.3 | ||
12780 | |||
12781 | --------------------- | ||
12782 | PatchSet 2985 | ||
12783 | Date: 2002/11/22 10:39:09 | ||
12784 | Author: bug1 | ||
12785 | Branch: HEAD | ||
12786 | Tag: (none) | ||
12787 | Log: | ||
12788 | Config file for udeb based on options from 0.60.5 | ||
12789 | |||
12790 | Members: | ||
12791 | debian/config-udeb:INITIAL->1.1 | ||
12792 | |||
12793 | --------------------- | ||
12794 | PatchSet 2986 | ||
12795 | Date: 2002/11/22 11:39:42 | ||
12796 | Author: bug1 | ||
12797 | Branch: HEAD | ||
12798 | Tag: (none) | ||
12799 | Log: | ||
12800 | Update configuration options | ||
12801 | |||
12802 | Members: | ||
12803 | debian/config-udeb:1.1->1.2 | ||
12804 | |||
12805 | --------------------- | ||
12806 | PatchSet 2987 | ||
12807 | Date: 2002/11/22 21:43:08 | ||
12808 | Author: bug1 | ||
12809 | Branch: HEAD | ||
12810 | Tag: (none) | ||
12811 | Log: | ||
12812 | The tunnel option isnt required for the ip command | ||
12813 | |||
12814 | Members: | ||
12815 | debian/config-udeb:1.2->1.3 | ||
12816 | |||
12817 | --------------------- | ||
12818 | PatchSet 2988 | ||
12819 | Date: 2002/11/22 22:16:19 | ||
12820 | Author: bug1 | ||
12821 | Branch: HEAD | ||
12822 | Tag: (none) | ||
12823 | Log: | ||
12824 | Config file for the standard debian package based on 0.60.5 options | ||
12825 | |||
12826 | Members: | ||
12827 | debian/config-deb:INITIAL->1.1 | ||
12828 | |||
12829 | --------------------- | ||
12830 | PatchSet 2989 | ||
12831 | Date: 2002/11/22 23:00:16 | ||
12832 | Author: bug1 | ||
12833 | Branch: HEAD | ||
12834 | Tag: (none) | ||
12835 | Log: | ||
12836 | Config file for the static deb, based on options from the stable 0.60.5 branch | ||
12837 | |||
12838 | Members: | ||
12839 | debian/config-static:INITIAL->1.1 | ||
12840 | |||
12841 | --------------------- | ||
12842 | PatchSet 2990 | ||
12843 | Date: 2002/11/23 07:14:55 | ||
12844 | Author: bug1 | ||
12845 | Branch: HEAD | ||
12846 | Tag: (none) | ||
12847 | Log: | ||
12848 | New rules file for unstable | ||
12849 | |||
12850 | Members: | ||
12851 | debian/rules:1.12->1.13 | ||
12852 | |||
12853 | --------------------- | ||
12854 | PatchSet 2991 | ||
12855 | Date: 2002/11/23 10:44:47 | ||
12856 | Author: bug1 | ||
12857 | Branch: HEAD | ||
12858 | Tag: (none) | ||
12859 | Log: | ||
12860 | Fix long filename support | ||
12861 | |||
12862 | Members: | ||
12863 | archival/libunarchive/get_header_tar.c:1.13->1.14 | ||
12864 | |||
12865 | --------------------- | ||
12866 | PatchSet 2992 | ||
12867 | Date: 2002/11/24 01:32:56 | ||
12868 | Author: bug1 | ||
12869 | Branch: HEAD | ||
12870 | Tag: (none) | ||
12871 | Log: | ||
12872 | include libbb after stdlib.h as it breaks dmalloc | ||
12873 | |||
12874 | Members: | ||
12875 | libbb/procps.c:1.1->1.2 | ||
12876 | |||
12877 | --------------------- | ||
12878 | PatchSet 2993 | ||
12879 | Date: 2002/11/24 06:01:19 | ||
12880 | Author: bug1 | ||
12881 | Branch: HEAD | ||
12882 | Tag: (none) | ||
12883 | Log: | ||
12884 | Add an input buffer (currently 32kB) to speed things up heaps, it still requires 25% longer to decompress as compared to upstream. | ||
12885 | |||
12886 | Members: | ||
12887 | archival/libunarchive/check_trailer_gzip.c:1.2->1.3 | ||
12888 | archival/libunarchive/unzip.c:1.25->1.26 | ||
12889 | |||
12890 | --------------------- | ||
12891 | PatchSet 2994 | ||
12892 | Date: 2002/11/24 22:48:20 | ||
12893 | Author: bug1 | ||
12894 | Branch: HEAD | ||
12895 | Tag: (none) | ||
12896 | Log: | ||
12897 | When making parent directories set permissions based on the base parent tree rather than the new directory to be created. | ||
12898 | |||
12899 | Members: | ||
12900 | coreutils/mkdir.c:1.32->1.33 | ||
12901 | fileutils/mkdir.c:1.32->1.33 | ||
12902 | libbb/make_directory.c:1.11->1.12 | ||
12903 | |||
12904 | --------------------- | ||
12905 | PatchSet 2995 | ||
12906 | Date: 2002/11/24 23:22:29 | ||
12907 | Author: bug1 | ||
12908 | Branch: HEAD | ||
12909 | Tag: (none) | ||
12910 | Log: | ||
12911 | Dont need a seperate function | ||
12912 | |||
12913 | Members: | ||
12914 | libbb/make_directory.c:1.12->1.13 | ||
12915 | |||
12916 | --------------------- | ||
12917 | PatchSet 2996 | ||
12918 | Date: 2002/11/25 22:12:28 | ||
12919 | Author: bug1 | ||
12920 | Branch: HEAD | ||
12921 | Tag: (none) | ||
12922 | Log: | ||
12923 | last_patch_67 from Vladimir N. Oleynik | ||
12924 | |||
12925 | Members: | ||
12926 | procps/kill.c:1.45->1.46 | ||
12927 | procps/pidof.c:1.6->1.7 | ||
12928 | |||
12929 | --------------------- | ||
12930 | PatchSet 2997 | ||
12931 | Date: 2002/11/25 22:31:37 | ||
12932 | Author: bug1 | ||
12933 | Branch: HEAD | ||
12934 | Tag: (none) | ||
12935 | Log: | ||
12936 | Handle name entries that have a \0 in them, last_patch_65 from Vladimir N. Oleynik | ||
12937 | |||
12938 | Members: | ||
12939 | libbb/procps.c:1.2->1.3 | ||
12940 | |||
12941 | --------------------- | ||
12942 | PatchSet 2998 | ||
12943 | Date: 2002/11/25 23:57:27 | ||
12944 | Author: bug1 | ||
12945 | Branch: HEAD | ||
12946 | Tag: (none) | ||
12947 | Log: | ||
12948 | Use vfork instead of fork, some more cleanup from Vladimir N. Oleynik | ||
12949 | |||
12950 | Members: | ||
12951 | archival/tar.c:1.165->1.166 | ||
12952 | |||
12953 | --------------------- | ||
12954 | PatchSet 2999 | ||
12955 | Date: 2002/11/26 02:16:06 | ||
12956 | Author: bug1 | ||
12957 | Branch: HEAD | ||
12958 | Tag: (none) | ||
12959 | Log: | ||
12960 | Make a seperate busybox-doc package | ||
12961 | |||
12962 | Members: | ||
12963 | debian/control:1.10->1.11 | ||
12964 | debian/rules:1.13->1.14 | ||
12965 | |||
12966 | --------------------- | ||
12967 | PatchSet 3000 | ||
12968 | Date: 2002/11/26 02:23:41 | ||
12969 | Author: bug1 | ||
12970 | Branch: HEAD | ||
12971 | Tag: (none) | ||
12972 | Log: | ||
12973 | Fix simple syntax error | ||
12974 | |||
12975 | Members: | ||
12976 | networking/ifupdown.c:1.8->1.9 | ||
12977 | |||
12978 | --------------------- | ||
12979 | PatchSet 3001 | ||
12980 | Date: 2002/11/26 02:39:50 | ||
12981 | Author: bug1 | ||
12982 | Branch: HEAD | ||
12983 | Tag: (none) | ||
12984 | Log: | ||
12985 | Use #ifdef instead of #if | ||
12986 | |||
12987 | Members: | ||
12988 | libbb/create_icmp6_socket.c:1.1->1.2 | ||
12989 | libbb/inet_common.c:1.3->1.4 | ||
12990 | libbb/xgethostbyname2.c:1.1->1.2 | ||
12991 | networking/netstat.c:1.7->1.8 | ||
12992 | |||
12993 | --------------------- | ||
12994 | PatchSet 3002 | ||
12995 | Date: 2002/11/26 03:01:27 | ||
12996 | Author: bug1 | ||
12997 | Branch: HEAD | ||
12998 | Tag: (none) | ||
12999 | Log: | ||
13000 | Include heaps of options as is tradional with this deb | ||
13001 | |||
13002 | Members: | ||
13003 | debian/config-static:1.1->1.2 | ||
13004 | |||
13005 | --------------------- | ||
13006 | PatchSet 3003 | ||
13007 | Date: 2002/11/26 03:03:41 | ||
13008 | Author: bug1 | ||
13009 | Branch: HEAD | ||
13010 | Tag: (none) | ||
13011 | Log: | ||
13012 | use #ifdef instead of #if | ||
13013 | |||
13014 | Members: | ||
13015 | networking/ping6.c:1.1->1.2 | ||
13016 | |||
13017 | --------------------- | ||
13018 | PatchSet 3004 | ||
13019 | Date: 2002/11/26 03:08:30 | ||
13020 | Author: bug1 | ||
13021 | Branch: HEAD | ||
13022 | Tag: (none) | ||
13023 | Log: | ||
13024 | Store a custom Rules.mak file to enable buildign static binaries | ||
13025 | |||
13026 | Members: | ||
13027 | debian/Config.h-deb:1.27->1.28(DEAD) | ||
13028 | debian/Config.h-static:1.22->1.23(DEAD) | ||
13029 | debian/Config.h-udeb:1.25->1.26(DEAD) | ||
13030 | debian/Rules.mak.shared:INITIAL->1.1 | ||
13031 | debian/Rules.mak.static:INITIAL->1.1 | ||
13032 | debian/rules:1.14->1.15 | ||
13033 | |||
13034 | --------------------- | ||
13035 | PatchSet 3005 | ||
13036 | Date: 2002/11/26 03:38:14 | ||
13037 | Author: bug1 | ||
13038 | Branch: HEAD | ||
13039 | Tag: (none) | ||
13040 | Log: | ||
13041 | Required file for busybox-doc package | ||
13042 | |||
13043 | Members: | ||
13044 | debian/busybox-doc.docs:INITIAL->1.1 | ||
13045 | |||
13046 | --------------------- | ||
13047 | PatchSet 3006 | ||
13048 | Date: 2002/11/26 09:02:04 | ||
13049 | Author: bug1 | ||
13050 | Branch: HEAD | ||
13051 | Tag: (none) | ||
13052 | Log: | ||
13053 | use #ifdef CONFIG_* instead of #if CONFIG_* | ||
13054 | |||
13055 | Members: | ||
13056 | libbb/interface.c:1.10->1.11 | ||
13057 | libbb/xconnect.c:1.4->1.5 | ||
13058 | networking/ifconfig.c:1.19->1.20 | ||
13059 | networking/netstat.c:1.8->1.9 | ||
13060 | networking/route.c:1.18->1.19 | ||
13061 | |||
13062 | --------------------- | ||
13063 | PatchSet 3007 | ||
13064 | Date: 2002/11/26 09:05:15 | ||
13065 | Author: bug1 | ||
13066 | Branch: HEAD | ||
13067 | Tag: (none) | ||
13068 | Log: | ||
13069 | Name package busybox-unstable to keep a clean seperation between the official packages. | ||
13070 | |||
13071 | Members: | ||
13072 | debian/control:1.11->1.12 | ||
13073 | debian/rules:1.15->1.16 | ||
13074 | |||
13075 | --------------------- | ||
13076 | PatchSet 3008 | ||
13077 | Date: 2002/11/26 22:00:18 | ||
13078 | Author: bug1 | ||
13079 | Branch: HEAD | ||
13080 | Tag: (none) | ||
13081 | Log: | ||
13082 | fdisk applet by Vladimir N. Oleynik | ||
13083 | |||
13084 | Members: | ||
13085 | AUTHORS:1.30->1.31 | ||
13086 | docs/busybox_footer.pod:1.8->1.9 | ||
13087 | docs/busybox_header.pod:1.7->1.8 | ||
13088 | include/applets.h:1.79->1.80 | ||
13089 | include/usage.h:1.122->1.123 | ||
13090 | util-linux/Makefile.in:1.2->1.3 | ||
13091 | util-linux/config.in:1.8->1.9 | ||
13092 | util-linux/fdisk.c:INITIAL->1.1 | ||
13093 | |||
13094 | --------------------- | ||
13095 | PatchSet 3009 | ||
13096 | Date: 2002/11/27 07:52:22 | ||
13097 | Author: bug1 | ||
13098 | Branch: HEAD | ||
13099 | Tag: (none) | ||
13100 | Log: | ||
13101 | Check that one and only one of the [cxt] options is given | ||
13102 | |||
13103 | Members: | ||
13104 | archival/tar.c:1.166->1.167 | ||
13105 | |||
13106 | --------------------- | ||
13107 | PatchSet 3010 | ||
13108 | Date: 2002/11/27 09:29:46 | ||
13109 | Author: bug1 | ||
13110 | Branch: HEAD | ||
13111 | Tag: (none) | ||
13112 | Log: | ||
13113 | last_patch_68 from Vladimir N. Oleynik | ||
13114 | |||
13115 | Members: | ||
13116 | README:1.24->1.25 | ||
13117 | include/usage.h:1.123->1.124 | ||
13118 | shell/cmdedit.c:1.72->1.73 | ||
13119 | util-linux/config.in:1.9->1.10 | ||
13120 | |||
13121 | --------------------- | ||
13122 | PatchSet 3011 | ||
13123 | Date: 2002/11/27 23:24:49 | ||
13124 | Author: bug1 | ||
13125 | Branch: HEAD | ||
13126 | Tag: (none) | ||
13127 | Log: | ||
13128 | Install symlinks for the udeb, dont install changelogs for the udeb | ||
13129 | |||
13130 | Members: | ||
13131 | debian/rules:1.16->1.17 | ||
13132 | |||
13133 | --------------------- | ||
13134 | PatchSet 3012 | ||
13135 | Date: 2002/11/27 23:40:46 | ||
13136 | Author: bug1 | ||
13137 | Branch: HEAD | ||
13138 | Tag: (none) | ||
13139 | Log: | ||
13140 | Adds a dummy entry to make it easier to make custom debs | ||
13141 | |||
13142 | Members: | ||
13143 | debian/changelog:1.27->1.28 | ||
13144 | |||
13145 | --------------------- | ||
13146 | PatchSet 3013 | ||
13147 | Date: 2002/11/28 00:47:49 | ||
13148 | Author: bug1 | ||
13149 | Branch: HEAD | ||
13150 | Tag: (none) | ||
13151 | Log: | ||
13152 | This test was hanging | ||
13153 | |||
13154 | Members: | ||
13155 | testsuite/sed/sed-recurses-properly:1.2->1.3 | ||
13156 | |||
13157 | --------------------- | ||
13158 | PatchSet 3014 | ||
13159 | Date: 2002/11/28 00:51:38 | ||
13160 | Author: bug1 | ||
13161 | Branch: HEAD | ||
13162 | Tag: (none) | ||
13163 | Log: | ||
13164 | left out a \" | ||
13165 | |||
13166 | Members: | ||
13167 | testsuite/sed/sed-recurses-properly:1.3->1.4 | ||
13168 | |||
13169 | --------------------- | ||
13170 | PatchSet 3015 | ||
13171 | Date: 2002/11/28 08:33:04 | ||
13172 | Author: bug1 | ||
13173 | Branch: HEAD | ||
13174 | Tag: (none) | ||
13175 | Log: | ||
13176 | Save a few bytes in show_usage | ||
13177 | |||
13178 | Members: | ||
13179 | applets/applets.c:1.16->1.17 | ||
13180 | |||
13181 | --------------------- | ||
13182 | PatchSet 3016 | ||
13183 | Date: 2002/11/28 08:37:46 | ||
13184 | Author: bug1 | ||
13185 | Branch: HEAD | ||
13186 | Tag: (none) | ||
13187 | Log: | ||
13188 | Use printf instead of fprintf(stdout | ||
13189 | |||
13190 | Members: | ||
13191 | coreutils/ls.c:1.92->1.93 | ||
13192 | fileutils/ls.c:1.92->1.93 | ||
13193 | |||
13194 | --------------------- | ||
13195 | PatchSet 3017 | ||
13196 | Date: 2002/11/28 09:09:47 | ||
13197 | Author: bug1 | ||
13198 | Branch: HEAD | ||
13199 | Tag: (none) | ||
13200 | Log: | ||
13201 | Style | ||
13202 | |||
13203 | Members: | ||
13204 | archival/libunarchive/uncompress.c:1.5->1.6 | ||
13205 | |||
13206 | --------------------- | ||
13207 | PatchSet 3018 | ||
13208 | Date: 2002/11/28 09:22:14 | ||
13209 | Author: bug1 | ||
13210 | Branch: HEAD | ||
13211 | Tag: (none) | ||
13212 | Log: | ||
13213 | Use error_msg instead of printf(stderr | ||
13214 | |||
13215 | Members: | ||
13216 | archival/gzip.c:1.56->1.57 | ||
13217 | |||
13218 | --------------------- | ||
13219 | PatchSet 3019 | ||
13220 | Date: 2002/11/28 09:30:40 | ||
13221 | Author: bug1 | ||
13222 | Branch: HEAD | ||
13223 | Tag: (none) | ||
13224 | Log: | ||
13225 | Use erorr_msg( isntead of fprintf(stderr, | ||
13226 | |||
13227 | Members: | ||
13228 | editors/awk.c:1.1->1.2 | ||
13229 | |||
13230 | --------------------- | ||
13231 | PatchSet 3020 | ||
13232 | Date: 2002/11/28 09:34:51 | ||
13233 | Author: bug1 | ||
13234 | Branch: HEAD | ||
13235 | Tag: (none) | ||
13236 | Log: | ||
13237 | Use error_msg instead of fprintf(stderr | ||
13238 | |||
13239 | Members: | ||
13240 | coreutils/dd.c:1.49->1.50 | ||
13241 | fileutils/dd.c:1.49->1.50 | ||
13242 | |||
13243 | --------------------- | ||
13244 | PatchSet 3021 | ||
13245 | Date: 2002/11/28 09:40:36 | ||
13246 | Author: bug1 | ||
13247 | Branch: HEAD | ||
13248 | Tag: (none) | ||
13249 | Log: | ||
13250 | Use error_msg instead of fprintf(stderr | ||
13251 | |||
13252 | Members: | ||
13253 | init/init.c:1.177->1.178 | ||
13254 | |||
13255 | --------------------- | ||
13256 | PatchSet 3022 | ||
13257 | Date: 2002/11/28 09:52:23 | ||
13258 | Author: bug1 | ||
13259 | Branch: HEAD | ||
13260 | Tag: (none) | ||
13261 | Log: | ||
13262 | Style, minor cleanups | ||
13263 | |||
13264 | Members: | ||
13265 | libbb/inet_common.c:1.4->1.5 | ||
13266 | |||
13267 | --------------------- | ||
13268 | PatchSet 3023 | ||
13269 | Date: 2002/11/28 10:20:45 | ||
13270 | Author: bug1 | ||
13271 | Branch: HEAD | ||
13272 | Tag: (none) | ||
13273 | Log: | ||
13274 | Use error_msg instead of fprintf(stderr, other minor cleanups | ||
13275 | |||
13276 | Members: | ||
13277 | libbb/interface.c:1.11->1.12 | ||
13278 | |||
13279 | --------------------- | ||
13280 | PatchSet 3024 | ||
13281 | Date: 2002/11/28 10:25:19 | ||
13282 | Author: bug1 | ||
13283 | Branch: HEAD | ||
13284 | Tag: (none) | ||
13285 | Log: | ||
13286 | Use error_msg( instead of fprintf(stderr | ||
13287 | |||
13288 | Members: | ||
13289 | libbb/module_syscalls.c:1.8->1.9 | ||
13290 | |||
13291 | --------------------- | ||
13292 | PatchSet 3025 | ||
13293 | Date: 2002/11/28 10:27:50 | ||
13294 | Author: bug1 | ||
13295 | Branch: HEAD | ||
13296 | Tag: (none) | ||
13297 | Log: | ||
13298 | Use error_msg instead of fprintf(stderr | ||
13299 | |||
13300 | Members: | ||
13301 | libbb/recursive_action.c:1.6->1.7 | ||
13302 | |||
13303 | --------------------- | ||
13304 | PatchSet 3026 | ||
13305 | Date: 2002/11/28 10:35:40 | ||
13306 | Author: bug1 | ||
13307 | Branch: HEAD | ||
13308 | Tag: (none) | ||
13309 | Log: | ||
13310 | Use error_msg instead of fprintf(stderr | ||
13311 | |||
13312 | Members: | ||
13313 | libbb/syscalls.c:1.7->1.8 | ||
13314 | |||
13315 | --------------------- | ||
13316 | PatchSet 3027 | ||
13317 | Date: 2002/11/28 10:49:14 | ||
13318 | Author: bug1 | ||
13319 | Branch: HEAD | ||
13320 | Tag: (none) | ||
13321 | Log: | ||
13322 | Use error_msg instead of fprintf(stderr | ||
13323 | |||
13324 | Members: | ||
13325 | networking/libiproute/ipaddress.c:1.1->1.2 | ||
13326 | |||
13327 | --------------------- | ||
13328 | PatchSet 3028 | ||
13329 | Date: 2002/11/28 10:56:38 | ||
13330 | Author: bug1 | ||
13331 | Branch: HEAD | ||
13332 | Tag: (none) | ||
13333 | Log: | ||
13334 | Use standard error messages | ||
13335 | |||
13336 | Members: | ||
13337 | networking/libiproute/iplink.c:1.1->1.2 | ||
13338 | networking/libiproute/iproute.c:1.2->1.3 | ||
13339 | |||
13340 | --------------------- | ||
13341 | PatchSet 3029 | ||
13342 | Date: 2002/11/28 10:58:19 | ||
13343 | Author: bug1 | ||
13344 | Branch: HEAD | ||
13345 | Tag: (none) | ||
13346 | Log: | ||
13347 | Woops, forgot they printout applet name as well.... | ||
13348 | |||
13349 | Members: | ||
13350 | coreutils/dd.c:1.50->1.51 | ||
13351 | fileutils/dd.c:1.50->1.51 | ||
13352 | |||
13353 | --------------------- | ||
13354 | PatchSet 3030 | ||
13355 | Date: 2002/11/28 11:05:28 | ||
13356 | Author: bug1 | ||
13357 | Branch: HEAD | ||
13358 | Tag: (none) | ||
13359 | Log: | ||
13360 | Style | ||
13361 | |||
13362 | Members: | ||
13363 | coreutils/dd.c:1.51->1.52 | ||
13364 | fileutils/dd.c:1.51->1.52 | ||
13365 | |||
13366 | --------------------- | ||
13367 | PatchSet 3031 | ||
13368 | Date: 2002/11/28 11:17:19 | ||
13369 | Author: bug1 | ||
13370 | Branch: HEAD | ||
13371 | Tag: (none) | ||
13372 | Log: | ||
13373 | Style, error_msg | ||
13374 | |||
13375 | Members: | ||
13376 | networking/libiproute/iproute.c:1.3->1.4 | ||
13377 | |||
13378 | --------------------- | ||
13379 | PatchSet 3032 | ||
13380 | Date: 2002/11/28 11:27:22 | ||
13381 | Author: aaronl | ||
13382 | Branch: HEAD | ||
13383 | Tag: (none) | ||
13384 | Log: | ||
13385 | Change if(x)free(x); to free(x); | ||
13386 | |||
13387 | Members: | ||
13388 | archival/dpkg.c:1.67->1.68 | ||
13389 | archival/gzip.c:1.57->1.58 | ||
13390 | coreutils/ls.c:1.93->1.94 | ||
13391 | editors/awk.c:1.2->1.3 | ||
13392 | editors/sed.c:1.92->1.93 | ||
13393 | editors/vi.c:1.24->1.25 | ||
13394 | fileutils/ls.c:1.93->1.94 | ||
13395 | findutils/grep.c:1.75->1.76 | ||
13396 | libpwdgrp/__getgrent.c:1.2->1.3 | ||
13397 | modutils/insmod.c:1.91->1.92 | ||
13398 | networking/udhcp/dhcpc.c:1.2->1.3 | ||
13399 | networking/udhcp/files.c:1.1->1.2 | ||
13400 | shell/hush.c:1.59->1.60 | ||
13401 | shell/lash.c:1.147->1.148 | ||
13402 | util-linux/fsck_minix.c:1.35->1.36 | ||
13403 | util-linux/getopt.c:1.10->1.11 | ||
13404 | util-linux/umount.c:1.58->1.59 | ||
13405 | |||
13406 | --------------------- | ||
13407 | PatchSet 3033 | ||
13408 | Date: 2002/11/28 12:01:25 | ||
13409 | Author: bug1 | ||
13410 | Branch: HEAD | ||
13411 | Tag: (none) | ||
13412 | Log: | ||
13413 | Syntax error | ||
13414 | |||
13415 | Members: | ||
13416 | networking/libiproute/iproute.c:1.4->1.5 | ||
13417 | |||
13418 | --------------------- | ||
13419 | PatchSet 3034 | ||
13420 | Date: 2002/11/28 12:19:51 | ||
13421 | Author: bug1 | ||
13422 | Branch: HEAD | ||
13423 | Tag: (none) | ||
13424 | Log: | ||
13425 | Cleanup error messages | ||
13426 | |||
13427 | Members: | ||
13428 | networking/libiproute/iptunnel.c:1.1->1.2 | ||
13429 | |||
13430 | --------------------- | ||
13431 | PatchSet 3035 | ||
13432 | Date: 2002/11/28 12:35:46 | ||
13433 | Author: bug1 | ||
13434 | Branch: HEAD | ||
13435 | Tag: (none) | ||
13436 | Log: | ||
13437 | Cleanup error messages | ||
13438 | |||
13439 | Members: | ||
13440 | networking/libiproute/libnetlink.c:1.1->1.2 | ||
13441 | |||
13442 | --------------------- | ||
13443 | PatchSet 3036 | ||
13444 | Date: 2002/11/28 12:39:19 | ||
13445 | Author: bug1 | ||
13446 | Branch: HEAD | ||
13447 | Tag: (none) | ||
13448 | Log: | ||
13449 | Minor error messages changes | ||
13450 | |||
13451 | Members: | ||
13452 | networking/libiproute/ll_addr.c:1.1->1.2 | ||
13453 | |||
13454 | --------------------- | ||
13455 | PatchSet 3037 | ||
13456 | Date: 2002/11/28 12:45:48 | ||
13457 | Author: bug1 | ||
13458 | Branch: HEAD | ||
13459 | Tag: (none) | ||
13460 | Log: | ||
13461 | Clean up error messages | ||
13462 | |||
13463 | Members: | ||
13464 | networking/libiproute/utils.c:1.2->1.3 | ||
13465 | |||
13466 | --------------------- | ||
13467 | PatchSet 3038 | ||
13468 | Date: 2002/11/28 21:49:06 | ||
13469 | Author: bug1 | ||
13470 | Branch: HEAD | ||
13471 | Tag: (none) | ||
13472 | Log: | ||
13473 | I miscalculated on this one, change it back | ||
13474 | |||
13475 | Members: | ||
13476 | applets/applets.c:1.17->1.18 | ||
13477 | |||
13478 | --------------------- | ||
13479 | PatchSet 3039 | ||
13480 | Date: 2002/12/01 02:09:19 | ||
13481 | Author: bug1 | ||
13482 | Branch: HEAD | ||
13483 | Tag: (none) | ||
13484 | Log: | ||
13485 | Patch from Bastian Blank (waldi) for debian installer | ||
13486 | |||
13487 | Members: | ||
13488 | debian/changelog:1.28->1.29 | ||
13489 | debian/config-deb:1.1->1.2 | ||
13490 | debian/config-static:1.2->1.3 | ||
13491 | debian/config-udeb:1.3->1.4 | ||
13492 | debian/control:1.12->1.13 | ||
13493 | debian/rules:1.17->1.18 | ||
13494 | |||
13495 | --------------------- | ||
13496 | PatchSet 3040 | ||
13497 | Date: 2002/12/01 11:31:58 | ||
13498 | Author: bug1 | ||
13499 | Branch: HEAD | ||
13500 | Tag: (none) | ||
13501 | Log: | ||
13502 | add the -c option, modified version of a patch from Bastian Blank | ||
13503 | |||
13504 | Members: | ||
13505 | sysklogd/klogd.c:1.11->1.12 | ||
13506 | |||
13507 | --------------------- | ||
13508 | PatchSet 3041 | ||
13509 | Date: 2002/12/01 11:38:56 | ||
13510 | Author: bug1 | ||
13511 | Branch: HEAD | ||
13512 | Tag: (none) | ||
13513 | Log: | ||
13514 | Build files from Bastian Blank | ||
13515 | |||
13516 | Members: | ||
13517 | debian/Rules.mak.shared:1.1->1.2(DEAD) | ||
13518 | debian/Rules.mak.static:1.1->1.2(DEAD) | ||
13519 | debian/busybox-cvs-doc.docs:INITIAL->1.1 | ||
13520 | debian/busybox-cvs-static.dirs:INITIAL->1.1 | ||
13521 | debian/busybox-cvs.dirs:INITIAL->1.1 | ||
13522 | |||
13523 | --------------------- | ||
13524 | PatchSet 3042 | ||
13525 | Date: 2002/12/01 20:16:01 | ||
13526 | Author: bug1 | ||
13527 | Branch: HEAD | ||
13528 | Tag: (none) | ||
13529 | Log: | ||
13530 | Fix the package name, patch from Bastian Blank | ||
13531 | |||
13532 | Members: | ||
13533 | debian/rules:1.18->1.19 | ||
13534 | |||
13535 | --------------------- | ||
13536 | PatchSet 3043 | ||
13537 | Date: 2002/12/01 21:52:40 | ||
13538 | Author: bug1 | ||
13539 | Branch: HEAD | ||
13540 | Tag: (none) | ||
13541 | Log: | ||
13542 | fix warning | ||
13543 | |||
13544 | Members: | ||
13545 | archival/libunarchive/unzip.c:1.26->1.27 | ||
13546 | |||
13547 | --------------------- | ||
13548 | PatchSet 3044 | ||
13549 | Date: 2002/12/01 23:04:04 | ||
13550 | Author: bug1 | ||
13551 | Branch: HEAD | ||
13552 | Tag: (none) | ||
13553 | Log: | ||
13554 | Enable ip commands to be compiled seperate from ip, modifed patch from Bastian Blank | ||
13555 | |||
13556 | Members: | ||
13557 | include/applets.h:1.80->1.81 | ||
13558 | include/usage.h:1.124->1.125 | ||
13559 | networking/Makefile.in:1.8->1.9 | ||
13560 | networking/config.in:1.14->1.15 | ||
13561 | networking/ip.c:1.1->1.2 | ||
13562 | networking/ipaddr.c:INITIAL->1.1 | ||
13563 | networking/iplink.c:INITIAL->1.1 | ||
13564 | networking/iproute.c:INITIAL->1.1 | ||
13565 | networking/iptunnel.c:INITIAL->1.1 | ||
13566 | networking/libiproute/Makefile.in:1.2->1.3 | ||
13567 | networking/libiproute/ip_common.h:1.1->1.2 | ||
13568 | networking/libiproute/ip_parse_common_args.c:INITIAL->1.1 | ||
13569 | networking/libiproute/ipaddress.c:1.2->1.3 | ||
13570 | |||
13571 | --------------------- | ||
13572 | PatchSet 3045 | ||
13573 | Date: 2002/12/02 00:01:34 | ||
13574 | Author: bug1 | ||
13575 | Branch: HEAD | ||
13576 | Tag: (none) | ||
13577 | Log: | ||
13578 | Move compare_string_array to libbb | ||
13579 | |||
13580 | Members: | ||
13581 | archival/dpkg.c:1.68->1.69 | ||
13582 | include/libbb.h:1.86->1.87 | ||
13583 | libbb/Makefile.in:1.9->1.10 | ||
13584 | libbb/compare_string_array.c:INITIAL->1.1 | ||
13585 | |||
13586 | --------------------- | ||
13587 | PatchSet 3046 | ||
13588 | Date: 2002/12/02 00:35:23 | ||
13589 | Author: bug1 | ||
13590 | Branch: HEAD | ||
13591 | Tag: (none) | ||
13592 | Log: | ||
13593 | Save a hundred bytes or so on the do_iproute function | ||
13594 | |||
13595 | Members: | ||
13596 | networking/libiproute/ip_common.h:1.2->1.3 | ||
13597 | networking/libiproute/iproute.c:1.5->1.6 | ||
13598 | |||
13599 | --------------------- | ||
13600 | PatchSet 3047 | ||
13601 | Date: 2002/12/02 00:54:10 | ||
13602 | Author: bug1 | ||
13603 | Branch: HEAD | ||
13604 | Tag: (none) | ||
13605 | Log: | ||
13606 | Save a few more bytes | ||
13607 | |||
13608 | Members: | ||
13609 | networking/libiproute/iproute.c:1.6->1.7 | ||
13610 | |||
13611 | --------------------- | ||
13612 | PatchSet 3048 | ||
13613 | Date: 2002/12/02 01:40:05 | ||
13614 | Author: bug1 | ||
13615 | Branch: HEAD | ||
13616 | Tag: (none) | ||
13617 | Log: | ||
13618 | Use compare_string_array in ipaddress to save a few bytes, minor cleanups | ||
13619 | |||
13620 | Members: | ||
13621 | networking/libiproute/ip_common.h:1.3->1.4 | ||
13622 | networking/libiproute/ipaddress.c:1.3->1.4 | ||
13623 | networking/libiproute/iplink.c:1.2->1.3 | ||
13624 | |||
13625 | --------------------- | ||
13626 | PatchSet 3049 | ||
13627 | Date: 2002/12/02 21:14:56 | ||
13628 | Author: bug1 | ||
13629 | Branch: HEAD | ||
13630 | Tag: (none) | ||
13631 | Log: | ||
13632 | Its move to busybox-cvs-doc.docs | ||
13633 | |||
13634 | Members: | ||
13635 | debian/busybox-doc.docs:1.1->1.2(DEAD) | ||
13636 | |||
13637 | --------------------- | ||
13638 | PatchSet 3050 | ||
13639 | Date: 2002/12/02 21:18:08 | ||
13640 | Author: bug1 | ||
13641 | Branch: HEAD | ||
13642 | Tag: (none) | ||
13643 | Log: | ||
13644 | last_patch_69, 8 bit clean and other fixes from Vladimir N. Oleynik | ||
13645 | |||
13646 | Members: | ||
13647 | editors/vi.c:1.25->1.26 | ||
13648 | libbb/procps.c:1.3->1.4 | ||
13649 | |||
13650 | --------------------- | ||
13651 | PatchSet 3051 | ||
13652 | Date: 2002/12/03 19:54:12 | ||
13653 | Author: sandman | ||
13654 | Branch: HEAD | ||
13655 | Tag: (none) | ||
13656 | Log: | ||
13657 | A missing /etc/securetty is not an error when checking the tty name - the | ||
13658 | comment is right, but the code was wrong .. | ||
13659 | |||
13660 | Members: | ||
13661 | loginutils/login.c:1.7->1.8 | ||
13662 | |||
13663 | --------------------- | ||
13664 | PatchSet 3052 | ||
13665 | Date: 2002/12/03 20:34:36 | ||
13666 | Author: bug1 | ||
13667 | Branch: HEAD | ||
13668 | Tag: (none) | ||
13669 | Log: | ||
13670 | Save 10 bytes or so, last_patch_70 from Vladimir N. Oleynik | ||
13671 | |||
13672 | Members: | ||
13673 | libbb/last_char_is.c:1.5->1.6 | ||
13674 | |||
13675 | --------------------- | ||
13676 | PatchSet 3053 | ||
13677 | Date: 2002/12/03 21:48:15 | ||
13678 | Author: bug1 | ||
13679 | Branch: HEAD | ||
13680 | Tag: (none) | ||
13681 | Log: | ||
13682 | Fix crashme code, by Jim Treadway | ||
13683 | |||
13684 | Members: | ||
13685 | editors/vi.c:1.26->1.27 | ||
13686 | |||
13687 | --------------------- | ||
13688 | PatchSet 3054 | ||
13689 | Date: 2002/12/03 22:41:36 | ||
13690 | Author: sandman | ||
13691 | Branch: HEAD | ||
13692 | Tag: (none) | ||
13693 | Log: | ||
13694 | print an error message if we can't load a module | ||
13695 | |||
13696 | Members: | ||
13697 | modutils/modprobe.c:1.17->1.18 | ||
13698 | |||
13699 | --------------------- | ||
13700 | PatchSet 3055 | ||
13701 | Date: 2002/12/03 22:45:46 | ||
13702 | Author: sandman | ||
13703 | Branch: HEAD | ||
13704 | Tag: (none) | ||
13705 | Log: | ||
13706 | - the number of commands in the history list is now configureable via the | ||
13707 | config system | ||
13708 | - added a new config option to allow persistant history lists. This is | ||
13709 | currently only used by ash, but the calls ({load,save}_history) could | ||
13710 | be added to the other shells as well. | ||
13711 | |||
13712 | Members: | ||
13713 | shell/ash.c:1.62->1.63 | ||
13714 | shell/cmdedit.c:1.73->1.74 | ||
13715 | shell/cmdedit.h:1.12->1.13 | ||
13716 | shell/config.in:1.5->1.6 | ||
13717 | |||
13718 | --------------------- | ||
13719 | PatchSet 3056 | ||
13720 | Date: 2002/12/04 22:26:30 | ||
13721 | Author: bug1 | ||
13722 | Branch: HEAD | ||
13723 | Tag: (none) | ||
13724 | Log: | ||
13725 | Unlink before mkdir, mknod, symlink to overwrite | ||
13726 | |||
13727 | Members: | ||
13728 | archival/libunarchive/data_extract_all.c:1.5->1.6 | ||
13729 | |||
13730 | --------------------- | ||
13731 | PatchSet 3057 | ||
13732 | Date: 2002/12/05 07:24:08 | ||
13733 | Author: andersen | ||
13734 | Branch: HEAD | ||
13735 | Tag: (none) | ||
13736 | Log: | ||
13737 | Kill CONFIG_FEATURE_USE_DEVPS_PATCH and the devps patch. I'm not | ||
13738 | maintaining it anymore, and it is now terribly out of date. | ||
13739 | -Erik | ||
13740 | |||
13741 | Members: | ||
13742 | examples/kernel-patches/Will_devps_GoIntoTheKernel:1.2->1.3(DEAD) | ||
13743 | examples/kernel-patches/devps.patch.9_25_2000:1.2->1.3(DEAD) | ||
13744 | libbb/find_pid_by_name.c:1.8->1.9 | ||
13745 | libbb/mtab_file.c:1.4->1.5 | ||
13746 | libbb/procps.c:1.4->1.5 | ||
13747 | procps/ps.c:1.47->1.48 | ||
13748 | util-linux/mount.c:1.107->1.108 | ||
13749 | |||
13750 | --------------------- | ||
13751 | PatchSet 3058 | ||
13752 | Date: 2002/12/05 08:40:31 | ||
13753 | Author: andersen | ||
13754 | Branch: HEAD | ||
13755 | Tag: (none) | ||
13756 | Log: | ||
13757 | Yet another major rework of the BusyBox config system, using the considerably | ||
13758 | modified Kbuild system I put into uClibc. With this, there should be no more | ||
13759 | need to modify Rules.mak since I've moved all the interesting options into the | ||
13760 | config system. I think I've got everything updated, but you never know, I may | ||
13761 | have made some mistakes, so watch closely. | ||
13762 | -Erik | ||
13763 | |||
13764 | Members: | ||
13765 | .cvsignore:1.10->1.11 | ||
13766 | Makefile:1.266->1.267 | ||
13767 | Rules.mak:1.8->1.9 | ||
13768 | archival/Config.in:INITIAL->1.1 | ||
13769 | archival/config.in:1.15->1.16(DEAD) | ||
13770 | console-tools/Config.in:INITIAL->1.1 | ||
13771 | console-tools/config.in:1.2->1.3(DEAD) | ||
13772 | debianutils/Config.in:INITIAL->1.1 | ||
13773 | debianutils/config.in:1.1->1.2(DEAD) | ||
13774 | editors/Config.in:INITIAL->1.1 | ||
13775 | editors/config.in:1.4->1.5(DEAD) | ||
13776 | fileutils/Config.in:INITIAL->1.1 | ||
13777 | fileutils/config.in:1.6->1.7(DEAD) | ||
13778 | findutils/Config.in:INITIAL->1.1 | ||
13779 | findutils/config.in:1.5->1.6(DEAD) | ||
13780 | init/Config.in:INITIAL->1.1 | ||
13781 | init/config.in:1.5->1.6(DEAD) | ||
13782 | loginutils/Config.in:INITIAL->1.1 | ||
13783 | loginutils/config.in:1.4->1.5(DEAD) | ||
13784 | miscutils/Config.in:INITIAL->1.1 | ||
13785 | miscutils/config.in:1.5->1.6(DEAD) | ||
13786 | modutils/Config.in:INITIAL->1.1 | ||
13787 | modutils/config.in:1.6->1.7(DEAD) | ||
13788 | networking/Config.in:INITIAL->1.1 | ||
13789 | networking/config.in:1.15->1.16(DEAD) | ||
13790 | networking/udhcp/Config.in:INITIAL->1.1 | ||
13791 | networking/udhcp/Makefile.in:1.1->1.2 | ||
13792 | networking/udhcp/config.in:1.1->1.2(DEAD) | ||
13793 | procps/Config.in:INITIAL->1.1 | ||
13794 | procps/config.in:1.5->1.6(DEAD) | ||
13795 | scripts/Configure:1.3->1.4(DEAD) | ||
13796 | scripts/Menuconfig:1.3->1.4(DEAD) | ||
13797 | scripts/config/.cvsignore:INITIAL->1.1 | ||
13798 | scripts/config/Kconfig-language.txt:INITIAL->1.1 | ||
13799 | scripts/config/Makefile:INITIAL->1.1 | ||
13800 | scripts/config/checklist.c:INITIAL->1.1 | ||
13801 | scripts/config/colors.h:INITIAL->1.1 | ||
13802 | scripts/config/conf.c:INITIAL->1.1 | ||
13803 | scripts/config/confdata.c:INITIAL->1.1 | ||
13804 | scripts/config/dialog.h:INITIAL->1.1 | ||
13805 | scripts/config/expr.c:INITIAL->1.1 | ||
13806 | scripts/config/expr.h:INITIAL->1.1 | ||
13807 | scripts/config/inputbox.c:INITIAL->1.1 | ||
13808 | scripts/config/lex.zconf.c_shipped:INITIAL->1.1 | ||
13809 | scripts/config/lkc.h:INITIAL->1.1 | ||
13810 | scripts/config/lkc_proto.h:INITIAL->1.1 | ||
13811 | scripts/config/mconf.c:INITIAL->1.1 | ||
13812 | scripts/config/menu.c:INITIAL->1.1 | ||
13813 | scripts/config/menubox.c:INITIAL->1.1 | ||
13814 | scripts/config/msgbox.c:INITIAL->1.1 | ||
13815 | scripts/config/symbol.c:INITIAL->1.1 | ||
13816 | scripts/config/textbox.c:INITIAL->1.1 | ||
13817 | scripts/config/util.c:INITIAL->1.1 | ||
13818 | scripts/config/yesno.c:INITIAL->1.1 | ||
13819 | scripts/config/zconf.l:INITIAL->1.1 | ||
13820 | scripts/config/zconf.tab.c_shipped:INITIAL->1.1 | ||
13821 | scripts/config/zconf.tab.h_shipped:INITIAL->1.1 | ||
13822 | scripts/config/zconf.y:INITIAL->1.1 | ||
13823 | scripts/lxdialog/.cvsignore:1.1->1.2(DEAD) | ||
13824 | scripts/lxdialog/BIG.FAT.WARNING:1.1->1.2(DEAD) | ||
13825 | scripts/lxdialog/Makefile:1.2->1.3(DEAD) | ||
13826 | scripts/lxdialog/Makefile-2.5:1.1->1.2(DEAD) | ||
13827 | scripts/lxdialog/checklist.c:1.1->1.2(DEAD) | ||
13828 | scripts/lxdialog/colors.h:1.1->1.2(DEAD) | ||
13829 | scripts/lxdialog/dialog.h:1.1->1.2(DEAD) | ||
13830 | scripts/lxdialog/inputbox.c:1.1->1.2(DEAD) | ||
13831 | scripts/lxdialog/lxdialog.c:1.1->1.2(DEAD) | ||
13832 | scripts/lxdialog/menubox.c:1.1->1.2(DEAD) | ||
13833 | scripts/lxdialog/msgbox.c:1.1->1.2(DEAD) | ||
13834 | scripts/lxdialog/textbox.c:1.1->1.2(DEAD) | ||
13835 | scripts/lxdialog/util.c:1.1->1.2(DEAD) | ||
13836 | scripts/lxdialog/yesno.c:1.1->1.2(DEAD) | ||
13837 | shell/Config.in:INITIAL->1.1 | ||
13838 | shell/config.in:1.6->1.7(DEAD) | ||
13839 | shellutils/Config.in:INITIAL->1.1 | ||
13840 | shellutils/config.in:1.8->1.9(DEAD) | ||
13841 | sysdeps/linux/Config.in:INITIAL->1.1 | ||
13842 | sysdeps/linux/config.in:1.12->1.13(DEAD) | ||
13843 | sysklogd/Config.in:INITIAL->1.1 | ||
13844 | sysklogd/config.in:1.2->1.3(DEAD) | ||
13845 | textutils/Config.in:INITIAL->1.1 | ||
13846 | textutils/config.in:1.6->1.7(DEAD) | ||
13847 | util-linux/Config.in:INITIAL->1.1 | ||
13848 | util-linux/config.in:1.10->1.11(DEAD) | ||
13849 | |||
13850 | --------------------- | ||
13851 | PatchSet 3059 | ||
13852 | Date: 2002/12/05 18:28:41 | ||
13853 | Author: andersen | ||
13854 | Branch: HEAD | ||
13855 | Tag: (none) | ||
13856 | Log: | ||
13857 | Fix a silly oversight breaking cross compilation | ||
13858 | -Erik | ||
13859 | |||
13860 | Members: | ||
13861 | Rules.mak:1.9->1.10 | ||
13862 | |||
13863 | --------------------- | ||
13864 | PatchSet 3060 | ||
13865 | Date: 2002/12/05 20:56:31 | ||
13866 | Author: bug1 | ||
13867 | Branch: HEAD | ||
13868 | Tag: (none) | ||
13869 | Log: | ||
13870 | Usage for klogd -c | ||
13871 | |||
13872 | Members: | ||
13873 | include/usage.h:1.125->1.126 | ||
13874 | |||
13875 | --------------------- | ||
13876 | PatchSet 3061 | ||
13877 | Date: 2002/12/05 21:12:41 | ||
13878 | Author: andersen | ||
13879 | Branch: HEAD | ||
13880 | Tag: (none) | ||
13881 | Log: | ||
13882 | Kill the now obsolete docs/Configure.help file, and move all existing | ||
13883 | help texts into their respective Config.in file. | ||
13884 | -Erik | ||
13885 | |||
13886 | Members: | ||
13887 | archival/Config.in:1.1->1.2 | ||
13888 | debianutils/Config.in:1.1->1.2 | ||
13889 | docs/Configure.help:1.4->1.5(DEAD) | ||
13890 | sysdeps/linux/Config.in:1.1->1.2 | ||
13891 | |||
13892 | --------------------- | ||
13893 | PatchSet 3062 | ||
13894 | Date: 2002/12/05 21:25:20 | ||
13895 | Author: andersen | ||
13896 | Branch: HEAD | ||
13897 | Tag: (none) | ||
13898 | Log: | ||
13899 | Put stuff back into a sub-menu | ||
13900 | |||
13901 | Members: | ||
13902 | sysdeps/linux/Config.in:1.2->1.3 | ||
13903 | |||
13904 | --------------------- | ||
13905 | PatchSet 3063 | ||
13906 | Date: 2002/12/06 02:22:20 | ||
13907 | Author: andersen | ||
13908 | Branch: HEAD | ||
13909 | Tag: (none) | ||
13910 | Log: | ||
13911 | Kill link now pointing to porn site. | ||
13912 | |||
13913 | Members: | ||
13914 | docs/busybox.net/index.html:1.114->1.115 | ||
13915 | |||
13916 | --------------------- | ||
13917 | PatchSet 3064 | ||
13918 | Date: 2002/12/06 08:10:40 | ||
13919 | Author: bug1 | ||
13920 | Branch: HEAD | ||
13921 | Tag: (none) | ||
13922 | Log: | ||
13923 | Fix bug that stoped -a working | ||
13924 | |||
13925 | Members: | ||
13926 | networking/ifupdown.c:1.9->1.10 | ||
13927 | |||
13928 | --------------------- | ||
13929 | PatchSet 3065 | ||
13930 | Date: 2002/12/06 08:35:55 | ||
13931 | Author: bug1 | ||
13932 | Branch: HEAD | ||
13933 | Tag: (none) | ||
13934 | Log: | ||
13935 | Make mapping a config option again to save space, turn off file locking, do we really need it ? | ||
13936 | |||
13937 | Members: | ||
13938 | networking/Config.in:1.1->1.2 | ||
13939 | networking/ifupdown.c:1.10->1.11 | ||
13940 | |||
13941 | --------------------- | ||
13942 | PatchSet 3066 | ||
13943 | Date: 2002/12/06 11:51:46 | ||
13944 | Author: bug1 | ||
13945 | Branch: HEAD | ||
13946 | Tag: (none) | ||
13947 | Log: | ||
13948 | Use libbb/get_line_from_file, change default state file location | ||
13949 | |||
13950 | Members: | ||
13951 | networking/ifupdown.c:1.11->1.12 | ||
13952 | |||
13953 | --------------------- | ||
13954 | PatchSet 3067 | ||
13955 | Date: 2002/12/06 21:37:08 | ||
13956 | Author: andersen | ||
13957 | Branch: HEAD | ||
13958 | Tag: (none) | ||
13959 | Log: | ||
13960 | Make hush comple once again | ||
13961 | |||
13962 | Members: | ||
13963 | shell/hush.c:1.60->1.61 | ||
13964 | |||
13965 | --------------------- | ||
13966 | PatchSet 3068 | ||
13967 | Date: 2002/12/06 21:39:48 | ||
13968 | Author: andersen | ||
13969 | Branch: HEAD | ||
13970 | Tag: (none) | ||
13971 | Log: | ||
13972 | Fixup buffer allocation | ||
13973 | |||
13974 | Members: | ||
13975 | coreutils/uuencode.c:1.23->1.24 | ||
13976 | textutils/uuencode.c:1.23->1.24 | ||
13977 | |||
13978 | --------------------- | ||
13979 | PatchSet 3069 | ||
13980 | Date: 2002/12/06 21:41:09 | ||
13981 | Author: andersen | ||
13982 | Branch: HEAD | ||
13983 | Tag: (none) | ||
13984 | Log: | ||
13985 | Fix adjtimex applet compile | ||
13986 | |||
13987 | Members: | ||
13988 | miscutils/adjtimex.c:1.2->1.3 | ||
13989 | |||
13990 | --------------------- | ||
13991 | PatchSet 3070 | ||
13992 | Date: 2002/12/06 21:42:56 | ||
13993 | Author: andersen | ||
13994 | Branch: HEAD | ||
13995 | Tag: (none) | ||
13996 | Log: | ||
13997 | Fixup dumpleases compile problem | ||
13998 | |||
13999 | Members: | ||
14000 | networking/udhcp/Makefile.in:1.2->1.3 | ||
14001 | networking/udhcp/dumpleases.c:1.1->1.2 | ||
14002 | |||
14003 | --------------------- | ||
14004 | PatchSet 3071 | ||
14005 | Date: 2002/12/06 21:44:50 | ||
14006 | Author: andersen | ||
14007 | Branch: HEAD | ||
14008 | Tag: (none) | ||
14009 | Log: | ||
14010 | Do the dumb/obvious thing for the killall->kill dependancy | ||
14011 | |||
14012 | Members: | ||
14013 | procps/Config.in:1.1->1.2 | ||
14014 | |||
14015 | --------------------- | ||
14016 | PatchSet 3072 | ||
14017 | Date: 2002/12/06 21:49:59 | ||
14018 | Author: andersen | ||
14019 | Branch: HEAD | ||
14020 | Tag: (none) | ||
14021 | Log: | ||
14022 | Allow for people to select no default shell | ||
14023 | |||
14024 | Members: | ||
14025 | shell/Config.in:1.1->1.2 | ||
14026 | |||
14027 | --------------------- | ||
14028 | PatchSet 3073 | ||
14029 | Date: 2002/12/06 22:40:54 | ||
14030 | Author: bug1 | ||
14031 | Branch: HEAD | ||
14032 | Tag: (none) | ||
14033 | Log: | ||
14034 | Add some help descriptions | ||
14035 | |||
14036 | Members: | ||
14037 | archival/Config.in:1.2->1.3 | ||
14038 | |||
14039 | --------------------- | ||
14040 | PatchSet 3074 | ||
14041 | Date: 2002/12/06 22:45:07 | ||
14042 | Author: bug1 | ||
14043 | Branch: HEAD | ||
14044 | Tag: (none) | ||
14045 | Log: | ||
14046 | Remove duplicate entry for kill | ||
14047 | |||
14048 | Members: | ||
14049 | procps/Config.in:1.2->1.3 | ||
14050 | |||
14051 | --------------------- | ||
14052 | PatchSet 3075 | ||
14053 | Date: 2002/12/06 23:05:22 | ||
14054 | Author: bug1 | ||
14055 | Branch: HEAD | ||
14056 | Tag: (none) | ||
14057 | Log: | ||
14058 | It shouldnt depend on itself | ||
14059 | |||
14060 | Members: | ||
14061 | procps/Config.in:1.3->1.4 | ||
14062 | |||
14063 | --------------------- | ||
14064 | PatchSet 3076 | ||
14065 | Date: 2002/12/06 23:11:30 | ||
14066 | Author: bug1 | ||
14067 | Branch: HEAD | ||
14068 | Tag: (none) | ||
14069 | Log: | ||
14070 | depends on for telnet and ipcalc | ||
14071 | |||
14072 | Members: | ||
14073 | networking/Config.in:1.2->1.3 | ||
14074 | |||
14075 | --------------------- | ||
14076 | PatchSet 3077 | ||
14077 | Date: 2002/12/07 00:48:54 | ||
14078 | Author: bug1 | ||
14079 | Branch: HEAD | ||
14080 | Tag: (none) | ||
14081 | Log: | ||
14082 | Fix command that brings down loopback | ||
14083 | |||
14084 | Members: | ||
14085 | networking/ifupdown.c:1.12->1.13 | ||
14086 | |||
14087 | --------------------- | ||
14088 | PatchSet 3078 | ||
14089 | Date: 2002/12/07 07:45:42 | ||
14090 | Author: bug1 | ||
14091 | Branch: HEAD | ||
14092 | Tag: (none) | ||
14093 | Log: | ||
14094 | Differentiate struct and type names | ||
14095 | |||
14096 | Members: | ||
14097 | networking/ifupdown.c:1.13->1.14 | ||
14098 | |||
14099 | --------------------- | ||
14100 | PatchSet 3079 | ||
14101 | Date: 2002/12/07 23:14:38 | ||
14102 | Author: bug1 | ||
14103 | Branch: HEAD | ||
14104 | Tag: (none) | ||
14105 | Log: | ||
14106 | include "busybox" after the libc includes tofix compile errors | ||
14107 | |||
14108 | Members: | ||
14109 | init/reboot.c:1.24->1.25 | ||
14110 | libbb/Makefile.in:1.10->1.11 | ||
14111 | libpwdgrp/__getgrent.c:1.3->1.4 | ||
14112 | libpwdgrp/__getpwent.c:1.2->1.3 | ||
14113 | libpwdgrp/getpwuid.c:1.2->1.3 | ||
14114 | libpwdgrp/pwent.c:1.2->1.3 | ||
14115 | libpwdgrp/shadow.c:1.2->1.3 | ||
14116 | |||
14117 | --------------------- | ||
14118 | PatchSet 3080 | ||
14119 | Date: 2002/12/07 23:30:11 | ||
14120 | Author: bug1 | ||
14121 | Branch: HEAD | ||
14122 | Tag: (none) | ||
14123 | Log: | ||
14124 | Commit to reverse my previous commit, isnt cvs supposed to have some undo command ? | ||
14125 | |||
14126 | Members: | ||
14127 | libbb/Makefile.in:1.11->1.12 | ||
14128 | |||
14129 | --------------------- | ||
14130 | PatchSet 3081 | ||
14131 | Date: 2002/12/07 23:56:14 | ||
14132 | Author: bug1 | ||
14133 | Branch: HEAD | ||
14134 | Tag: (none) | ||
14135 | Log: | ||
14136 | Re-sort filenames to alphebetical order. | ||
14137 | |||
14138 | Members: | ||
14139 | libbb/Makefile.in:1.12->1.13 | ||
14140 | |||
14141 | --------------------- | ||
14142 | PatchSet 3082 | ||
14143 | Date: 2002/12/08 00:54:29 | ||
14144 | Author: bug1 | ||
14145 | Branch: HEAD | ||
14146 | Tag: (none) | ||
14147 | Log: | ||
14148 | Move add_to_list from libunarchive to libbb so it can be of more general use (eg ifupdown). Changed the name to llist_add_to as i plan on adding more llist_ functions as needed (e.g. llist_free). | ||
14149 | |||
14150 | Members: | ||
14151 | archival/ar.c:1.42->1.43 | ||
14152 | archival/cpio.c:1.9->1.10 | ||
14153 | archival/dpkg.c:1.69->1.70 | ||
14154 | archival/dpkg_deb.c:1.28->1.29 | ||
14155 | archival/tar.c:1.167->1.168 | ||
14156 | archival/unzip.c:1.3->1.4 | ||
14157 | archival/libunarchive/Makefile.in:1.10->1.11 | ||
14158 | archival/libunarchive/add_to_list.c:1.1->1.2(DEAD) | ||
14159 | archival/libunarchive/get_header_tar.c:1.14->1.15 | ||
14160 | include/libbb.h:1.87->1.88 | ||
14161 | include/unarchive.h:1.15->1.16 | ||
14162 | libbb/Makefile.in:1.13->1.14 | ||
14163 | libbb/llist_add_to.c:INITIAL->1.1 | ||
14164 | |||
14165 | --------------------- | ||
14166 | PatchSet 3083 | ||
14167 | Date: 2002/12/08 01:23:39 | ||
14168 | Author: bug1 | ||
14169 | Branch: HEAD | ||
14170 | Tag: (none) | ||
14171 | Log: | ||
14172 | Start to cleanup handling of the state file, save some space and uses linked lists. | ||
14173 | |||
14174 | Members: | ||
14175 | networking/ifupdown.c:1.14->1.15 | ||
14176 | |||
14177 | --------------------- | ||
14178 | PatchSet 3084 | ||
14179 | Date: 2002/12/08 11:47:52 | ||
14180 | Author: bug1 | ||
14181 | Branch: HEAD | ||
14182 | Tag: (none) | ||
14183 | Log: | ||
14184 | Change #include order to fix warning | ||
14185 | |||
14186 | Members: | ||
14187 | libpwdgrp/pwent.c:1.3->1.4 | ||
14188 | |||
14189 | --------------------- | ||
14190 | PatchSet 3085 | ||
14191 | Date: 2002/12/08 11:51:05 | ||
14192 | Author: bug1 | ||
14193 | Branch: HEAD | ||
14194 | Tag: (none) | ||
14195 | Log: | ||
14196 | Fix compile warning with OSF | ||
14197 | |||
14198 | Members: | ||
14199 | util-linux/fdisk.c:1.1->1.2 | ||
14200 | |||
14201 | --------------------- | ||
14202 | PatchSet 3086 | ||
14203 | Date: 2002/12/08 12:08:37 | ||
14204 | Author: bug1 | ||
14205 | Branch: HEAD | ||
14206 | Tag: (none) | ||
14207 | Log: | ||
14208 | Fix compile warning | ||
14209 | |||
14210 | Members: | ||
14211 | console-tools/openvt.c:1.2->1.3 | ||
14212 | |||
14213 | --------------------- | ||
14214 | PatchSet 3087 | ||
14215 | Date: 2002/12/08 20:45:47 | ||
14216 | Author: bug1 | ||
14217 | Branch: HEAD | ||
14218 | Tag: (none) | ||
14219 | Log: | ||
14220 | Updates for the new build system from Bastian Blank (waldi) | ||
14221 | |||
14222 | Members: | ||
14223 | debian/busybox-cvs-static.dirs:1.1->1.2 | ||
14224 | debian/config-deb:1.2->1.3 | ||
14225 | debian/config-static:1.3->1.4 | ||
14226 | debian/config-udeb:1.4->1.5 | ||
14227 | debian/control:1.13->1.14 | ||
14228 | debian/copyright:1.2->1.3 | ||
14229 | debian/rules:1.19->1.20 | ||
14230 | |||
14231 | --------------------- | ||
14232 | PatchSet 3088 | ||
14233 | Date: 2002/12/08 22:17:54 | ||
14234 | Author: bug1 | ||
14235 | Branch: HEAD | ||
14236 | Tag: (none) | ||
14237 | Log: | ||
14238 | Support using ip in udhcpc scripts. | ||
14239 | Slightly modified version of patch by Bastian Blank | ||
14240 | |||
14241 | Members: | ||
14242 | networking/udhcp/Config.in:1.1->1.2 | ||
14243 | networking/udhcp/options.c:1.1->1.2 | ||
14244 | networking/udhcp/options.h:1.1->1.2 | ||
14245 | networking/udhcp/script.c:1.1->1.2 | ||
14246 | |||
14247 | --------------------- | ||
14248 | PatchSet 3089 | ||
14249 | Date: 2002/12/09 11:10:39 | ||
14250 | Author: bug1 | ||
14251 | Branch: HEAD | ||
14252 | Tag: (none) | ||
14253 | Log: | ||
14254 | Command line history changes, lastpatch_71 from Vladimir N. Oleynik | ||
14255 | |||
14256 | Members: | ||
14257 | shell/Config.in:1.2->1.3 | ||
14258 | shell/ash.c:1.63->1.64 | ||
14259 | shell/cmdedit.c:1.74->1.75 | ||
14260 | shell/cmdedit.h:1.13->1.14 | ||
14261 | |||
14262 | --------------------- | ||
14263 | PatchSet 3090 | ||
14264 | Date: 2002/12/09 21:05:40 | ||
14265 | Author: bug1 | ||
14266 | Branch: HEAD | ||
14267 | Tag: (none) | ||
14268 | Log: | ||
14269 | Fix a debug message, from Bastian Blank | ||
14270 | |||
14271 | Members: | ||
14272 | networking/tftp.c:1.14->1.15 | ||
14273 | |||
14274 | --------------------- | ||
14275 | PatchSet 3091 | ||
14276 | Date: 2002/12/09 21:11:54 | ||
14277 | Author: bug1 | ||
14278 | Branch: HEAD | ||
14279 | Tag: (none) | ||
14280 | Log: | ||
14281 | Stop linian warning about statically linked binary | ||
14282 | |||
14283 | Members: | ||
14284 | debian/busybox-cvs-static.override:INITIAL->1.1 | ||
14285 | |||
14286 | --------------------- | ||
14287 | PatchSet 3092 | ||
14288 | Date: 2002/12/09 21:14:38 | ||
14289 | Author: bug1 | ||
14290 | Branch: HEAD | ||
14291 | Tag: (none) | ||
14292 | Log: | ||
14293 | Make clean in the scripts directory to remove some binaries | ||
14294 | |||
14295 | Members: | ||
14296 | Makefile:1.267->1.268 | ||
14297 | |||
14298 | --------------------- | ||
14299 | PatchSet 3093 | ||
14300 | Date: 2002/12/09 21:16:39 | ||
14301 | Author: bug1 | ||
14302 | Branch: HEAD | ||
14303 | Tag: (none) | ||
14304 | Log: | ||
14305 | err.. Make clean in the scripts/config directory to remove some binaries | ||
14306 | |||
14307 | Members: | ||
14308 | Makefile:1.268->1.269 | ||
14309 | |||
14310 | --------------------- | ||
14311 | PatchSet 3094 | ||
14312 | Date: 2002/12/09 21:52:29 | ||
14313 | Author: bug1 | ||
14314 | Branch: HEAD | ||
14315 | Tag: (none) | ||
14316 | Log: | ||
14317 | Forgot to rename foo | ||
14318 | |||
14319 | Members: | ||
14320 | networking/tftp.c:1.15->1.16 | ||
14321 | |||
14322 | --------------------- | ||
14323 | PatchSet 3095 | ||
14324 | Date: 2002/12/10 00:14:33 | ||
14325 | Author: bug1 | ||
14326 | Branch: HEAD | ||
14327 | Tag: (none) | ||
14328 | Log: | ||
14329 | Realpath applet | ||
14330 | |||
14331 | Members: | ||
14332 | coreutils/realpath.c:INITIAL->1.1 | ||
14333 | include/applets.h:1.81->1.82 | ||
14334 | include/usage.h:1.126->1.127 | ||
14335 | shellutils/Config.in:1.1->1.2 | ||
14336 | shellutils/Makefile.in:1.3->1.4 | ||
14337 | shellutils/realpath.c:INITIAL->1.1 | ||
14338 | |||
14339 | --------------------- | ||
14340 | PatchSet 3096 | ||
14341 | Date: 2002/12/10 00:17:19 | ||
14342 | Author: bug1 | ||
14343 | Branch: HEAD | ||
14344 | Tag: (none) | ||
14345 | Log: | ||
14346 | rpm applet by Laurence Anderson | ||
14347 | |||
14348 | Members: | ||
14349 | AUTHORS:1.31->1.32 | ||
14350 | archival/Config.in:1.3->1.4 | ||
14351 | archival/Makefile.in:1.2->1.3 | ||
14352 | archival/cpio.c:1.10->1.11 | ||
14353 | archival/rpm.c:INITIAL->1.1 | ||
14354 | archival/libunarchive/Makefile.in:1.11->1.12 | ||
14355 | archival/libunarchive/data_extract_all.c:1.6->1.7 | ||
14356 | archival/libunarchive/get_header_cpio.c:1.3->1.4 | ||
14357 | include/applets.h:1.82->1.83 | ||
14358 | include/unarchive.h:1.16->1.17 | ||
14359 | include/usage.h:1.127->1.128 | ||
14360 | |||
14361 | --------------------- | ||
14362 | PatchSet 3097 | ||
14363 | Date: 2002/12/10 02:09:12 | ||
14364 | Author: bug1 | ||
14365 | Branch: HEAD | ||
14366 | Tag: (none) | ||
14367 | Log: | ||
14368 | include busybox after libc includes | ||
14369 | |||
14370 | Members: | ||
14371 | archival/rpm.c:1.1->1.2 | ||
14372 | |||
14373 | --------------------- | ||
14374 | PatchSet 3098 | ||
14375 | Date: 2002/12/10 03:16:37 | ||
14376 | Author: bug1 | ||
14377 | Branch: HEAD | ||
14378 | Tag: (none) | ||
14379 | Log: | ||
14380 | Fix undefined behaviour and save some bytes as suggested by Manuel Novoa III | ||
14381 | |||
14382 | Members: | ||
14383 | coreutils/realpath.c:1.1->1.2 | ||
14384 | shellutils/realpath.c:1.1->1.2 | ||
14385 | |||
14386 | --------------------- | ||
14387 | PatchSet 3099 | ||
14388 | Date: 2002/12/10 11:28:40 | ||
14389 | Author: bug1 | ||
14390 | Branch: HEAD | ||
14391 | Tag: (none) | ||
14392 | Log: | ||
14393 | Sync debian files with debian package version 0.60.99.cvs20021209-2 | ||
14394 | |||
14395 | Members: | ||
14396 | debian/busybox-cvs-static.manpages:INITIAL->1.1 | ||
14397 | debian/busybox-cvs.manpages:INITIAL->1.1 | ||
14398 | debian/changelog:1.29->1.30 | ||
14399 | debian/config-udeb:1.5->1.6 | ||
14400 | debian/control:1.14->1.15 | ||
14401 | debian/rules:1.20->1.21 | ||
14402 | |||
14403 | --------------------- | ||
14404 | PatchSet 3100 | ||
14405 | Date: 2002/12/11 03:10:13 | ||
14406 | Author: bug1 | ||
14407 | Branch: HEAD | ||
14408 | Tag: (none) | ||
14409 | Log: | ||
14410 | Use libbb/get_line_from_file instead of getline | ||
14411 | |||
14412 | Members: | ||
14413 | archival/dpkg.c:1.70->1.71 | ||
14414 | |||
14415 | --------------------- | ||
14416 | PatchSet 3101 | ||
14417 | Date: 2002/12/11 03:40:10 | ||
14418 | Author: andersen | ||
14419 | Branch: HEAD | ||
14420 | Tag: (none) | ||
14421 | Log: | ||
14422 | Fixup header file ordering | ||
14423 | |||
14424 | Members: | ||
14425 | libpwdgrp/getpwuid.c:1.3->1.4 | ||
14426 | |||
14427 | --------------------- | ||
14428 | PatchSet 3102 | ||
14429 | Date: 2002/12/11 03:41:28 | ||
14430 | Author: andersen | ||
14431 | Branch: HEAD | ||
14432 | Tag: (none) | ||
14433 | Log: | ||
14434 | Eliminate dependancy on kernel header files. Naughty naughty. | ||
14435 | Using linux kernel headers is a Bad Thing(tm) and should be | ||
14436 | punished. | ||
14437 | -Erik | ||
14438 | |||
14439 | Members: | ||
14440 | util-linux/hwclock.c:1.2->1.3 | ||
14441 | |||
14442 | --------------------- | ||
14443 | PatchSet 3103 | ||
14444 | Date: 2002/12/11 03:49:33 | ||
14445 | Author: andersen | ||
14446 | Branch: HEAD | ||
14447 | Tag: (none) | ||
14448 | Log: | ||
14449 | Eliminate dependancy on kernel header files. Naughty naughty. | ||
14450 | Using linux kernel headers is a Bad Thing(tm) and should be | ||
14451 | punished. | ||
14452 | |||
14453 | Members: | ||
14454 | util-linux/fdisk.c:1.2->1.3 | ||
14455 | |||
14456 | --------------------- | ||
14457 | PatchSet 3104 | ||
14458 | Date: 2002/12/11 03:55:52 | ||
14459 | Author: bug1 | ||
14460 | Branch: HEAD | ||
14461 | Tag: (none) | ||
14462 | Log: | ||
14463 | undefine sysinfo to prevent breakage on ia64 | ||
14464 | |||
14465 | Members: | ||
14466 | networking/libiproute/ipaddress.c:1.4->1.5 | ||
14467 | |||
14468 | --------------------- | ||
14469 | PatchSet 3105 | ||
14470 | Date: 2002/12/11 03:57:12 | ||
14471 | Author: andersen | ||
14472 | Branch: HEAD | ||
14473 | Tag: (none) | ||
14474 | Log: | ||
14475 | Eliminate dependancy on kernel header files. Naughty naughty. | ||
14476 | Using linux kernel headers is a Bad Thing(tm) and should be | ||
14477 | punished. | ||
14478 | -Erik | ||
14479 | |||
14480 | Members: | ||
14481 | networking/route.c:1.19->1.20 | ||
14482 | |||
14483 | --------------------- | ||
14484 | PatchSet 3106 | ||
14485 | Date: 2002/12/11 04:04:26 | ||
14486 | Author: andersen | ||
14487 | Branch: HEAD | ||
14488 | Tag: (none) | ||
14489 | Log: | ||
14490 | Eliminate dependancy on kernel header files. Naughty naughty. | ||
14491 | Using linux kernel headers is a Bad Thing(tm) and should be | ||
14492 | punished. | ||
14493 | -Erik | ||
14494 | |||
14495 | Members: | ||
14496 | util-linux/nfsmount.c:1.23->1.24 | ||
14497 | |||
14498 | --------------------- | ||
14499 | PatchSet 3107 | ||
14500 | Date: 2002/12/11 04:25:02 | ||
14501 | Author: andersen | ||
14502 | Branch: HEAD | ||
14503 | Tag: (none) | ||
14504 | Log: | ||
14505 | Add missing header file to squash a warning | ||
14506 | |||
14507 | Members: | ||
14508 | coreutils/watch.c:1.2->1.3 | ||
14509 | shellutils/watch.c:1.2->1.3 | ||
14510 | |||
14511 | --------------------- | ||
14512 | PatchSet 3108 | ||
14513 | Date: 2002/12/11 04:26:28 | ||
14514 | Author: andersen | ||
14515 | Branch: HEAD | ||
14516 | Tag: (none) | ||
14517 | Log: | ||
14518 | Squash a warning by making function declaration a proper prototype | ||
14519 | |||
14520 | Members: | ||
14521 | shell/lash.c:1.148->1.149 | ||
14522 | |||
14523 | --------------------- | ||
14524 | PatchSet 3109 | ||
14525 | Date: 2002/12/11 07:42:46 | ||
14526 | Author: andersen | ||
14527 | Branch: HEAD | ||
14528 | Tag: (none) | ||
14529 | Log: | ||
14530 | Fixup all the horrible broken function prototypes | ||
14531 | -Erik | ||
14532 | |||
14533 | Members: | ||
14534 | shell/msh.c:1.10->1.11 | ||
14535 | |||
14536 | --------------------- | ||
14537 | PatchSet 3110 | ||
14538 | Date: 2002/12/11 07:46:30 | ||
14539 | Author: andersen | ||
14540 | Branch: HEAD | ||
14541 | Tag: (none) | ||
14542 | Log: | ||
14543 | Make sure we have a show_usage function prototype | ||
14544 | -Erik | ||
14545 | |||
14546 | Members: | ||
14547 | networking/udhcp/dhcpc.c:1.3->1.4 | ||
14548 | |||
14549 | --------------------- | ||
14550 | PatchSet 3111 | ||
14551 | Date: 2002/12/11 21:12:44 | ||
14552 | Author: russ | ||
14553 | Branch: HEAD | ||
14554 | Tag: (none) | ||
14555 | Log: | ||
14556 | resync with udhcp cvs | ||
14557 | |||
14558 | Members: | ||
14559 | networking/udhcp/Config.in:1.2->1.3 | ||
14560 | networking/udhcp/README.udhcpc:1.2->1.3 | ||
14561 | networking/udhcp/dhcpc.c:1.4->1.5 | ||
14562 | networking/udhcp/dumpleases.c:1.2->1.3 | ||
14563 | networking/udhcp/files.c:1.2->1.3 | ||
14564 | networking/udhcp/options.c:1.2->1.3 | ||
14565 | networking/udhcp/options.h:1.2->1.3 | ||
14566 | networking/udhcp/script.c:1.2->1.3 | ||
14567 | networking/udhcp/version.h:1.1->1.2 | ||
14568 | |||
14569 | --------------------- | ||
14570 | PatchSet 3112 | ||
14571 | Date: 2002/12/11 21:13:00 | ||
14572 | Author: bug1 | ||
14573 | Branch: HEAD | ||
14574 | Tag: (none) | ||
14575 | Log: | ||
14576 | Small bugfix, last_patch72 from Vladimir N. Oleynik | ||
14577 | |||
14578 | Members: | ||
14579 | shell/ash.c:1.64->1.65 | ||
14580 | |||
14581 | --------------------- | ||
14582 | PatchSet 3113 | ||
14583 | Date: 2002/12/11 21:22:21 | ||
14584 | Author: bug1 | ||
14585 | Branch: HEAD | ||
14586 | Tag: (none) | ||
14587 | Log: | ||
14588 | Fix -mtime, by Ian Abbott | ||
14589 | |||
14590 | Members: | ||
14591 | findutils/find.c:1.35->1.36 | ||
14592 | |||
14593 | --------------------- | ||
14594 | PatchSet 3114 | ||
14595 | Date: 2002/12/11 21:34:04 | ||
14596 | Author: andersen | 4 | Author: andersen |
14597 | Branch: HEAD | 5 | Branch: HEAD |
14598 | Tag: (none) | 6 | Tag: (none) |
14599 | Log: | 7 | Log: |
14600 | squash a warning | 8 | Document CONFIG_USE_BB_PWD_GRP |
14601 | |||
14602 | Members: | ||
14603 | archival/libunarchive/get_header_cpio.c:1.4->1.5 | ||
14604 | |||
14605 | --------------------- | ||
14606 | PatchSet 3115 | ||
14607 | Date: 2002/12/11 21:39:13 | ||
14608 | Author: russ | ||
14609 | Branch: HEAD | ||
14610 | Tag: (none) | ||
14611 | Log: | ||
14612 | another sync to udhcp cvs | ||
14613 | |||
14614 | Members: | ||
14615 | examples/udhcp/udhcpd.conf:1.1->1.2 | ||
14616 | |||
14617 | --------------------- | ||
14618 | PatchSet 3116 | ||
14619 | Date: 2002/12/11 21:40:45 | ||
14620 | Author: russ | ||
14621 | Branch: HEAD | ||
14622 | Tag: (none) | ||
14623 | Log: | ||
14624 | sorry about all the noise, should be all synced up now | ||
14625 | 9 | ||
14626 | Members: | 10 | Members: |
14627 | networking/udhcp/ChangeLog:1.2->1.3 | 11 | loginutils/Config.in:1.3->1.4 |
14628 | networking/udhcp/dhcpd.c:1.1->1.2 | ||
14629 | networking/udhcp/options.c:1.3->1.4 | ||
14630 | 12 | ||
14631 | --------------------- | 13 | --------------------- |
14632 | PatchSet 3117 | 14 | PatchSet 3400 |
14633 | Date: 2002/12/11 21:45:08 | 15 | Date: 2003/07/15 08:52:40 |
14634 | Author: andersen | 16 | Author: andersen |
14635 | Branch: HEAD | 17 | Branch: HEAD |
14636 | Tag: (none) | 18 | Tag: busybox_1_00_pre1 |
14637 | Log: | ||
14638 | A cleaner cleanup that avoids passing an off_t to scanf | ||
14639 | |||
14640 | Members: | ||
14641 | archival/libunarchive/get_header_cpio.c:1.5->1.6 | ||
14642 | |||
14643 | --------------------- | ||
14644 | PatchSet 3118 | ||
14645 | Date: 2002/12/11 22:43:37 | ||
14646 | Author: russ | ||
14647 | Branch: HEAD | ||
14648 | Tag: (none) | ||
14649 | Log: | 19 | Log: |
14650 | slight change to reflect BB_VER change | 20 | Update changelog and docs |
14651 | 21 | ||
14652 | Members: | 22 | Members: |
14653 | networking/udhcp/dhcpc.c:1.5->1.6 | 23 | Changelog:1.280->1.281 |
14654 | networking/udhcp/dumpleases.c:1.3->1.4 | 24 | docs/busybox.net/index.html:1.120->1.121 |
14655 | networking/udhcp/libbb_udhcp.h:1.2->1.3 | 25 | docs/busybox.net/oldnews.html:1.13->1.14 |
26 | docs/busybox.net/screenshot.html:1.4->1.5 | ||
14656 | 27 | ||
14657 | --------------------- | 28 | --------------------- |
14658 | PatchSet 3119 | 29 | PatchSet 3401 |
14659 | Date: 2002/12/11 22:45:33 | 30 | Date: 2003/07/16 07:29:51 |
14660 | Author: andersen | 31 | Author: andersen |
14661 | Branch: HEAD | 32 | Branch: HEAD |
14662 | Tag: (none) | 33 | Tag: (none) |
14663 | Log: | 34 | Log: |
14664 | Makefile rework coordinate with Russ so udhcp will behave | 35 | Fixup problem unconditionally converting all hard links to symlinks. |
14665 | -Erik | ||
14666 | 36 | ||
14667 | Members: | 37 | Members: |
14668 | networking/udhcp/Makefile.in:1.3->1.4 | 38 | archival/libunarchive/get_header_tar.c:1.18->1.19 |
14669 | 39 | ||
14670 | --------------------- | 40 | --------------------- |
14671 | PatchSet 3120 | 41 | PatchSet 3402 |
14672 | Date: 2002/12/11 22:59:39 | 42 | Date: 2003/07/16 08:31:14 |
14673 | Author: andersen | 43 | Author: andersen |
14674 | Branch: HEAD | 44 | Branch: HEAD |
14675 | Tag: (none) | 45 | Tag: (none) |
14676 | Log: | 46 | Log: |
14677 | hehe. Screwed that one up. Lets do things right this time. | 47 | Update required kernel version and note that libc5 is no longer |
14678 | -Erik | 48 | supported (it is unmaintained and lacks support for simple things |
49 | such as stdint.h) and uClibc is a better choice these days anyways. | ||
14679 | 50 | ||
14680 | Members: | 51 | Members: |
14681 | networking/udhcp/Makefile.in:1.4->1.5 | 52 | README:1.26->1.27 |
14682 | 53 | ||
14683 | --------------------- | 54 | --------------------- |
14684 | PatchSet 3121 | 55 | PatchSet 3403 |
14685 | Date: 2002/12/12 08:57:16 | 56 | Date: 2003/07/19 09:19:21 |
14686 | Author: andersen | 57 | Author: andersen |
14687 | Branch: HEAD | 58 | Branch: HEAD |
14688 | Tag: (none) | 59 | Tag: (none) |
14689 | Log: | 60 | Log: |
14690 | Teach addgroup to add user names to groups | 61 | Fixup some little error in the webpage. Mention the Dell TrueMobile 1184. |
14691 | |||
14692 | Members: | ||
14693 | loginutils/addgroup.c:1.6->1.7 | ||
14694 | |||
14695 | --------------------- | ||
14696 | PatchSet 3122 | ||
14697 | Date: 2002/12/12 10:31:52 | ||
14698 | Author: bug1 | ||
14699 | Branch: HEAD | ||
14700 | Tag: (none) | ||
14701 | Log: | ||
14702 | Support the o, f and p options, patch by Magnus Mårtensson | ||
14703 | |||
14704 | Members: | ||
14705 | include/usage.h:1.128->1.129 | ||
14706 | miscutils/dc.c:1.13->1.14 | ||
14707 | |||
14708 | --------------------- | ||
14709 | PatchSet 3123 | ||
14710 | Date: 2002/12/12 10:54:47 | ||
14711 | Author: bug1 | ||
14712 | Branch: HEAD | ||
14713 | Tag: (none) | ||
14714 | Log: | ||
14715 | Update email address for Gennady Feldman <gena01@gena01.com> | ||
14716 | |||
14717 | Members: | ||
14718 | AUTHORS:1.32->1.33 | ||
14719 | sysklogd/klogd.c:1.12->1.13 | ||
14720 | sysklogd/logread.c:1.9->1.10 | ||
14721 | sysklogd/syslogd.c:1.90->1.91 | ||
14722 | |||
14723 | --------------------- | ||
14724 | PatchSet 3124 | ||
14725 | Date: 2002/12/12 12:56:18 | ||
14726 | Author: bug1 | ||
14727 | Branch: HEAD | ||
14728 | Tag: (none) | ||
14729 | Log: | ||
14730 | full usage cleanup for udhcp | ||
14731 | |||
14732 | Members: | ||
14733 | include/usage.h:1.129->1.130 | ||
14734 | |||
14735 | --------------------- | ||
14736 | PatchSet 3125 | ||
14737 | Date: 2002/12/13 00:01:43 | ||
14738 | Author: bug1 | ||
14739 | Branch: HEAD | ||
14740 | Tag: (none) | ||
14741 | Log: | ||
14742 | New applet, nameif by Nick Fedchik and myself. | ||
14743 | 62 | ||
14744 | Members: | 63 | Members: |
14745 | include/applets.h:1.83->1.84 | 64 | docs/busybox.net/index.html:1.121->1.122 |
14746 | include/usage.h:1.130->1.131 | ||
14747 | networking/Config.in:1.3->1.4 | ||
14748 | networking/Makefile.in:1.9->1.10 | ||
14749 | networking/nameif.c:INITIAL->1.1 | ||
14750 | 65 | ||
14751 | --------------------- | 66 | --------------------- |
14752 | PatchSet 3126 | 67 | PatchSet 3404 |
14753 | Date: 2002/12/13 02:43:49 | 68 | Date: 2003/07/22 06:57:29 |
14754 | Author: bug1 | ||
14755 | Branch: HEAD | ||
14756 | Tag: (none) | ||
14757 | Log: | ||
14758 | New applets, ftpget and ftpput | ||
14759 | |||
14760 | Members: | ||
14761 | include/applets.h:1.84->1.85 | ||
14762 | include/usage.h:1.131->1.132 | ||
14763 | networking/Config.in:1.4->1.5 | ||
14764 | networking/Makefile.in:1.10->1.11 | ||
14765 | networking/ftpgetput.c:INITIAL->1.1 | ||
14766 | |||
14767 | --------------------- | ||
14768 | PatchSet 3127 | ||
14769 | Date: 2002/12/13 04:14:36 | ||
14770 | Author: bug1 | ||
14771 | Branch: HEAD | ||
14772 | Tag: (none) | ||
14773 | Log: | ||
14774 | Fix possible bug if file length not known | ||
14775 | |||
14776 | Members: | ||
14777 | networking/ftpgetput.c:1.1->1.2 | ||
14778 | |||
14779 | --------------------- | ||
14780 | PatchSet 3128 | ||
14781 | Date: 2002/12/13 05:57:46 | ||
14782 | Author: bug1 | ||
14783 | Branch: HEAD | ||
14784 | Tag: (none) | ||
14785 | Log: | ||
14786 | Change ftpput so it uses <remote-path> <local-file> as it should | ||
14787 | |||
14788 | Members: | ||
14789 | networking/ftpgetput.c:1.2->1.3 | ||
14790 | |||
14791 | --------------------- | ||
14792 | PatchSet 3129 | ||
14793 | Date: 2002/12/13 08:20:42 | ||
14794 | Author: bug1 | ||
14795 | Branch: HEAD | ||
14796 | Tag: (none) | ||
14797 | Log: | ||
14798 | Merge copyfd and copy_file_chunk | ||
14799 | |||
14800 | Members: | ||
14801 | include/libbb.h:1.88->1.89 | ||
14802 | libbb/copy_file.c:1.22->1.23 | ||
14803 | libbb/copyfd.c:1.3->1.4 | ||
14804 | libbb/print_file.c:1.4->1.5 | ||
14805 | networking/ftpgetput.c:1.3->1.4 | ||
14806 | |||
14807 | --------------------- | ||
14808 | PatchSet 3130 | ||
14809 | Date: 2002/12/13 09:02:16 | ||
14810 | Author: bug1 | ||
14811 | Branch: HEAD | ||
14812 | Tag: (none) | ||
14813 | Log: | ||
14814 | Fix bug when reading mac from command line, continue; if hwaddrr not found | ||
14815 | |||
14816 | Members: | ||
14817 | networking/nameif.c:1.1->1.2 | ||
14818 | |||
14819 | --------------------- | ||
14820 | PatchSet 3131 | ||
14821 | Date: 2002/12/13 22:02:12 | ||
14822 | Author: timr | ||
14823 | Branch: HEAD | ||
14824 | Tag: (none) | ||
14825 | Log: | ||
14826 | use const group_file | ||
14827 | |||
14828 | Members: | ||
14829 | loginutils/addgroup.c:1.7->1.8 | ||
14830 | |||
14831 | --------------------- | ||
14832 | PatchSet 3132 | ||
14833 | Date: 2002/12/13 22:53:28 | ||
14834 | Author: andersen | 69 | Author: andersen |
14835 | Branch: HEAD | 70 | Branch: HEAD |
14836 | Tag: (none) | 71 | Tag: (none) |
14837 | Log: | 72 | Log: |
14838 | Don't build the ncurses stuff unless it is specifically asked for | 73 | Patch from Jeff Angielski <jeff@theptrgroup.com> recognizing |
14839 | -Erik | 74 | his work on ftpput and ftpget. |
14840 | |||
14841 | Members: | ||
14842 | Makefile:1.269->1.270 | ||
14843 | Rules.mak:1.10->1.11 | ||
14844 | scripts/config/Makefile:1.1->1.2 | ||
14845 | sysdeps/linux/Config.in:1.3->1.4 | ||
14846 | |||
14847 | --------------------- | ||
14848 | PatchSet 3133 | ||
14849 | Date: 2002/12/13 22:59:15 | ||
14850 | Author: timr | ||
14851 | Branch: HEAD | ||
14852 | Tag: (none) | ||
14853 | Log: | ||
14854 | cleanup | ||
14855 | |||
14856 | Members: | ||
14857 | modutils/lsmod.c:1.34->1.35 | ||
14858 | |||
14859 | --------------------- | ||
14860 | PatchSet 3134 | ||
14861 | Date: 2002/12/14 01:58:56 | ||
14862 | Author: timr | ||
14863 | Branch: HEAD | ||
14864 | Tag: (none) | ||
14865 | Log: | ||
14866 | rmmod -a removed modules recursively | ||
14867 | |||
14868 | Members: | ||
14869 | docs/busybox.sgml:1.47->1.48 | ||
14870 | include/libbb.h:1.89->1.90 | ||
14871 | include/usage.h:1.132->1.133 | ||
14872 | libbb/Makefile.in:1.14->1.15 | ||
14873 | libbb/qmodule.c:INITIAL->1.1 | ||
14874 | modutils/lsmod.c:1.35->1.36 | ||
14875 | modutils/rmmod.c:1.21->1.22 | ||
14876 | |||
14877 | --------------------- | ||
14878 | PatchSet 3135 | ||
14879 | Date: 2002/12/16 06:40:37 | ||
14880 | Author: bug1 | ||
14881 | Branch: HEAD | ||
14882 | Tag: (none) | ||
14883 | Log: | ||
14884 | fix warning | ||
14885 | |||
14886 | Members: | ||
14887 | networking/libiproute/ip_parse_common_args.c:1.1->1.2 | ||
14888 | |||
14889 | --------------------- | ||
14890 | PatchSet 3136 | ||
14891 | Date: 2002/12/16 07:37:20 | ||
14892 | Author: bug1 | ||
14893 | Branch: HEAD | ||
14894 | Tag: (none) | ||
14895 | Log: | ||
14896 | Only included headers that are used. | ||
14897 | |||
14898 | Members: | ||
14899 | networking/libiproute/ipaddress.c:1.5->1.6 | ||
14900 | networking/libiproute/iplink.c:1.3->1.4 | ||
14901 | networking/libiproute/iproute.c:1.7->1.8 | ||
14902 | networking/libiproute/iptunnel.c:1.2->1.3 | ||
14903 | networking/libiproute/libnetlink.c:1.2->1.3 | ||
14904 | networking/libiproute/ll_addr.c:1.2->1.3 | ||
14905 | networking/libiproute/ll_map.c:1.1->1.2 | ||
14906 | networking/libiproute/ll_proto.c:1.1->1.2 | ||
14907 | networking/libiproute/ll_types.c:1.1->1.2 | ||
14908 | networking/libiproute/rt_names.c:1.1->1.2 | ||
14909 | networking/libiproute/rtm_map.c:1.1->1.2 | ||
14910 | networking/libiproute/utils.c:1.3->1.4 | ||
14911 | |||
14912 | --------------------- | ||
14913 | PatchSet 3137 | ||
14914 | Date: 2002/12/16 21:55:39 | ||
14915 | Author: sandman | ||
14916 | Branch: HEAD | ||
14917 | Tag: (none) | ||
14918 | Log: | ||
14919 | changed most assignments from ":=" to "=" to allow setting some variables | ||
14920 | at the command line (this is also needed for cross-compilation) | ||
14921 | 75 | ||
14922 | Members: | 76 | Members: |
14923 | Rules.mak:1.11->1.12 | 77 | AUTHORS:1.36->1.37 |
14924 | 78 | ||
14925 | --------------------- | 79 | --------------------- |
14926 | PatchSet 3138 | 80 | PatchSet 3405 |
14927 | Date: 2002/12/16 22:04:18 | 81 | Date: 2003/07/22 08:30:36 |
14928 | Author: sandman | ||
14929 | Branch: HEAD | ||
14930 | Tag: (none) | ||
14931 | Log: | ||
14932 | Always print the routing table header for IPv4: | ||
14933 | - this is consistent with IPv6 route | ||
14934 | - you can get very confused, if there are no routes and "route" prints | ||
14935 | nothing at all (not even "No routes" message) | ||
14936 | |||
14937 | Members: | ||
14938 | networking/route.c:1.20->1.21 | ||
14939 | |||
14940 | --------------------- | ||
14941 | PatchSet 3139 | ||
14942 | Date: 2002/12/17 09:48:16 | ||
14943 | Author: andersen | 82 | Author: andersen |
14944 | Branch: HEAD | 83 | Branch: HEAD |
14945 | Tag: (none) | 84 | Tag: (none) |
14946 | Log: | 85 | Log: |
14947 | Odd. I never brought this forward from bb.stable. Should handle | 86 | Matteo Croce submitted a hdparm applet. |
14948 | reaping child processes better. | ||
14949 | -Erik | ||
14950 | |||
14951 | Members: | ||
14952 | init/init.c:1.178->1.179 | ||
14953 | |||
14954 | --------------------- | ||
14955 | PatchSet 3140 | ||
14956 | Date: 2002/12/17 12:43:43 | ||
14957 | Author: bug1 | ||
14958 | Branch: HEAD | ||
14959 | Tag: (none) | ||
14960 | Log: | ||
14961 | Get interface names using ioctl rather than /proc, from Nick Fedchik | ||
14962 | |||
14963 | Members: | ||
14964 | networking/nameif.c:1.2->1.3 | ||
14965 | |||
14966 | --------------------- | ||
14967 | PatchSet 3141 | ||
14968 | Date: 2002/12/18 02:47:40 | ||
14969 | Author: bug1 | ||
14970 | Branch: HEAD | ||
14971 | Tag: (none) | ||
14972 | Log: | ||
14973 | When retrieving a file dont open file until we have to to prevent files of size 0 being created when retrieval fails, bug found by Jeff Angielski | ||
14974 | |||
14975 | Members: | ||
14976 | networking/ftpgetput.c:1.4->1.5 | ||
14977 | |||
14978 | --------------------- | ||
14979 | PatchSet 3142 | ||
14980 | Date: 2002/12/19 20:16:22 | ||
14981 | Author: bug1 | ||
14982 | Branch: HEAD | ||
14983 | Tag: (none) | ||
14984 | Log: | ||
14985 | Bugfix, wastn retrieving last block, patch by Jean-Christophe Dubois | ||
14986 | |||
14987 | Members: | ||
14988 | networking/tftp.c:1.16->1.17 | ||
14989 | |||
14990 | --------------------- | ||
14991 | PatchSet 3143 | ||
14992 | Date: 2002/12/20 06:03:47 | ||
14993 | Author: bug1 | ||
14994 | Branch: HEAD | ||
14995 | Tag: (none) | ||
14996 | Log: | ||
14997 | busybox target wasnt checking .depend, clean kbuild binaries only on distclean | ||
14998 | |||
14999 | Members: | ||
15000 | Makefile:1.270->1.271 | ||
15001 | |||
15002 | --------------------- | ||
15003 | PatchSet 3144 | ||
15004 | Date: 2002/12/20 10:06:38 | ||
15005 | Author: bug1 | ||
15006 | Branch: HEAD | ||
15007 | Tag: (none) | ||
15008 | Log: | ||
15009 | Adjust for new .depend target | ||
15010 | |||
15011 | Members: | ||
15012 | Makefile:1.271->1.272 | ||
15013 | |||
15014 | --------------------- | ||
15015 | PatchSet 3145 | ||
15016 | Date: 2002/12/23 10:16:12 | ||
15017 | Author: bug1 | ||
15018 | Branch: HEAD | ||
15019 | Tag: (none) | ||
15020 | Log: | ||
15021 | Support the '=' command | ||
15022 | |||
15023 | Members: | ||
15024 | editors/sed.c:1.93->1.94 | ||
15025 | |||
15026 | --------------------- | ||
15027 | PatchSet 3146 | ||
15028 | Date: 2002/12/23 10:23:10 | ||
15029 | Author: bug1 | ||
15030 | Branch: HEAD | ||
15031 | Tag: (none) | ||
15032 | Log: | ||
15033 | Fix STANDALONE_SHELL and ALWAYS_WIN options, last_path_73 by Vladimir N. Oleynik | ||
15034 | |||
15035 | Members: | ||
15036 | shell/ash.c:1.65->1.66 | ||
15037 | |||
15038 | --------------------- | ||
15039 | PatchSet 3147 | ||
15040 | Date: 2002/12/23 11:54:56 | ||
15041 | Author: bug1 | ||
15042 | Branch: HEAD | ||
15043 | Tag: (none) | ||
15044 | Log: | ||
15045 | Support the obsolete '+' option | ||
15046 | |||
15047 | Members: | ||
15048 | coreutils/tail.c:1.42->1.43 | ||
15049 | textutils/tail.c:1.42->1.43 | ||
15050 | |||
15051 | --------------------- | ||
15052 | PatchSet 3148 | ||
15053 | Date: 2002/12/23 12:49:32 | ||
15054 | Author: bug1 | ||
15055 | Branch: HEAD | ||
15056 | Tag: (none) | ||
15057 | Log: | ||
15058 | Sync with 20021214-1 debian package | ||
15059 | 87 | ||
15060 | Members: | 88 | Members: |
15061 | debian/changelog:1.30->1.31 | 89 | include/applets.h:1.99->1.100 |
15062 | debian/config-deb:1.3->1.4 | 90 | include/usage.h:1.157->1.158 |
15063 | debian/config-static:1.4->1.5 | 91 | miscutils/Config.in:1.2->1.3 |
15064 | debian/config-udeb:1.6->1.7 | 92 | miscutils/Makefile.in:1.5->1.6 |
93 | miscutils/hdparm.c:INITIAL->1.1 | ||
15065 | 94 | ||
15066 | --------------------- | 95 | --------------------- |
15067 | PatchSet 3149 | 96 | PatchSet 3406 |
15068 | Date: 2002/12/27 00:45:35 | 97 | Date: 2003/07/22 08:33:14 |
15069 | Author: bug1 | ||
15070 | Branch: HEAD | ||
15071 | Tag: (none) | ||
15072 | Log: | ||
15073 | Add usage for tar -j and -z | ||
15074 | |||
15075 | Members: | ||
15076 | include/usage.h:1.133->1.134 | ||
15077 | |||
15078 | --------------------- | ||
15079 | PatchSet 3150 | ||
15080 | Date: 2002/12/27 17:42:01 | ||
15081 | Author: mjn3 | ||
15082 | Branch: HEAD | ||
15083 | Tag: (none) | ||
15084 | Log: | ||
15085 | Add "Broadcast +" support back in. Also cut the size down some. Not well | ||
15086 | tested, but it is the holidays... | ||
15087 | |||
15088 | Members: | ||
15089 | networking/ifconfig.c:1.20->1.21 | ||
15090 | |||
15091 | --------------------- | ||
15092 | PatchSet 3151 | ||
15093 | Date: 2003/01/02 07:16:53 | ||
15094 | Author: sandman | ||
15095 | Branch: HEAD | ||
15096 | Tag: (none) | ||
15097 | Log: | ||
15098 | > Eliminate dependancy on kernel header files. Naughty naughty. | ||
15099 | > Using linux kernel headers is a Bad Thing(tm) and should be | ||
15100 | > punished. | ||
15101 | > -Erik | ||
15102 | |||
15103 | Doing this wrong should be punished even harder :) | ||
15104 | - Robert | ||
15105 | |||
15106 | Members: | ||
15107 | util-linux/hwclock.c:1.3->1.4 | ||
15108 | |||
15109 | --------------------- | ||
15110 | PatchSet 3152 | ||
15111 | Date: 2003/01/02 07:24:02 | ||
15112 | Author: andersen | 98 | Author: andersen |
15113 | Branch: HEAD | 99 | Branch: HEAD |
15114 | Tag: (none) | 100 | Tag: (none) |
15115 | Log: | 101 | Log: |
15116 | Fix tab-tab listing of files so it properly reflects current | 102 | Patch from Paul Mundt: |
15117 | terminal width. | ||
15118 | -Erik | ||
15119 | |||
15120 | Members: | ||
15121 | shell/cmdedit.c:1.75->1.76 | ||
15122 | |||
15123 | --------------------- | ||
15124 | PatchSet 3153 | ||
15125 | Date: 2003/01/04 11:56:06 | ||
15126 | Author: bug1 | ||
15127 | Branch: HEAD | ||
15128 | Tag: (none) | ||
15129 | Log: | ||
15130 | fdisk writable feature, allows compilation of a small fdisk that can | ||
15131 | only read partition table, by Vladimir N. Oleynik | ||
15132 | |||
15133 | Members: | ||
15134 | util-linux/Config.in:1.1->1.2 | ||
15135 | util-linux/fdisk.c:1.3->1.4 | ||
15136 | |||
15137 | --------------------- | ||
15138 | PatchSet 3154 | ||
15139 | Date: 2003/01/04 13:45:42 | ||
15140 | Author: bug1 | ||
15141 | Branch: HEAD | ||
15142 | Tag: (none) | ||
15143 | Log: | ||
15144 | Sync with 20030104-2 cvs package, disable fdisk BSD label as they dont | ||
15145 | compile on m68k | ||
15146 | |||
15147 | Members: | ||
15148 | debian/changelog:1.31->1.32 | ||
15149 | debian/config-static:1.5->1.6 | ||
15150 | debian/config-udeb:1.7->1.8 | ||
15151 | debian/control:1.15->1.16 | ||
15152 | |||
15153 | --------------------- | ||
15154 | PatchSet 3155 | ||
15155 | Date: 2003/01/05 00:43:00 | ||
15156 | Author: bug1 | ||
15157 | Branch: HEAD | ||
15158 | Tag: (none) | ||
15159 | Log: | ||
15160 | fixes for ia64 | ||
15161 | |||
15162 | Members: | ||
15163 | networking/libiproute/iptunnel.c:1.3->1.4 | ||
15164 | networking/libiproute/ll_addr.c:1.3->1.4 | ||
15165 | |||
15166 | --------------------- | ||
15167 | PatchSet 3156 | ||
15168 | Date: 2003/01/05 02:02:02 | ||
15169 | Author: bug1 | ||
15170 | Branch: HEAD | ||
15171 | Tag: (none) | ||
15172 | Log: | ||
15173 | Prepare for new busybox-cvs upload | ||
15174 | |||
15175 | Members: | ||
15176 | debian/changelog:1.32->1.33 | ||
15177 | debian/config-static:1.6->1.7 | ||
15178 | |||
15179 | --------------------- | ||
15180 | PatchSet 3157 | ||
15181 | Date: 2003/01/05 04:01:55 | ||
15182 | Author: bug1 | ||
15183 | Branch: HEAD | ||
15184 | Tag: (none) | ||
15185 | Log: | ||
15186 | New applet: httpd, by Glenn Engel | ||
15187 | |||
15188 | Members: | ||
15189 | include/applets.h:1.85->1.86 | ||
15190 | include/usage.h:1.134->1.135 | ||
15191 | networking/Config.in:1.5->1.6 | ||
15192 | networking/Makefile.in:1.11->1.12 | ||
15193 | networking/httpd.c:INITIAL->1.1 | ||
15194 | |||
15195 | --------------------- | ||
15196 | PatchSet 3158 | ||
15197 | Date: 2003/01/06 01:11:49 | ||
15198 | Author: bug1 | ||
15199 | Branch: HEAD | ||
15200 | Tag: (none) | ||
15201 | Log: | ||
15202 | Correct column width for tab completion and ls | ||
15203 | 103 | ||
15204 | Members: | 104 | The current SC_x references automatically assume that everyone uses ttyS/tts |
15205 | coreutils/ls.c:1.94->1.95 | 105 | as their naming scheme for their serial ports. This isn't the case for quite |
15206 | fileutils/ls.c:1.94->1.95 | 106 | a few architectures, including sh, sh64, h8, arm, etc. |
15207 | shell/cmdedit.c:1.76->1.77 | ||
15208 | |||
15209 | --------------------- | ||
15210 | PatchSet 3159 | ||
15211 | Date: 2003/01/06 16:27:07 | ||
15212 | Author: bug1 | ||
15213 | Branch: HEAD | ||
15214 | Tag: (none) | ||
15215 | Log: | ||
15216 | Minor cleanup, identified by Stewart Brodie, patch by Vladimir N. | ||
15217 | Oleynik | ||
15218 | 107 | ||
15219 | Members: | 108 | Members: |
15220 | shell/ash.c:1.66->1.67 | 109 | include/libbb.h:1.103->1.104 |
15221 | 110 | ||
15222 | --------------------- | 111 | --------------------- |
15223 | PatchSet 3160 | 112 | PatchSet 3407 |
15224 | Date: 2003/01/08 01:15:31 | 113 | Date: 2003/07/22 08:39:18 |
15225 | Author: andersen | 114 | Author: andersen |
15226 | Branch: HEAD | 115 | Branch: HEAD |
15227 | Tag: (none) | 116 | Tag: (none) |
15228 | Log: | 117 | Log: |
15229 | Lineo has ceased to exist, and is no longer a sponsor. | 118 | Paul Mundt <lethal@linux-sh.org> writes: |
15230 | |||
15231 | Members: | ||
15232 | docs/busybox.net/index.html:1.115->1.116 | ||
15233 | |||
15234 | --------------------- | ||
15235 | PatchSet 3161 | ||
15236 | Date: 2003/01/08 03:26:47 | ||
15237 | Author: bug1 | ||
15238 | Branch: HEAD | ||
15239 | Tag: (none) | ||
15240 | Log: | ||
15241 | Patch by Stewart Brodie to terminate the string array correctly | ||
15242 | 119 | ||
15243 | Members: | 120 | Here's a bunch of fixes for the watchdog app in busybox. This does a |
15244 | debianutils/run_parts.c:1.2->1.3 | 121 | couple of things: |
15245 | 122 | ||
15246 | --------------------- | 123 | - configurable timer duration (userspace timer duration is |
15247 | PatchSet 3162 | 124 | usually configurable within the device drivers themselves). |
15248 | Date: 2003/01/09 10:00:49 | 125 | - run as a daemon |
15249 | Author: bug1 | 126 | - shutdown the device properly on SIGINT or SIGHUP |
15250 | Branch: HEAD | 127 | - clear the counter immediately instead of sleeping first |
15251 | Tag: (none) | ||
15252 | Log: | ||
15253 | Make output the same as upstream, patch by Tito | ||
15254 | 128 | ||
15255 | Members: | 129 | as well as updating the usage information. This has also been switched |
15256 | miscutils/strings.c:1.1->1.2 | 130 | over to getopt to deal with the optional timer duration specifier. |
15257 | 131 | ||
15258 | --------------------- | 132 | The changes themselves are harmless and isolated, and I've veried that |
15259 | PatchSet 3163 | 133 | this works on sh and x86 without any problems. |
15260 | Date: 2003/01/09 10:06:00 | ||
15261 | Author: bug1 | ||
15262 | Branch: HEAD | ||
15263 | Tag: (none) | ||
15264 | Log: | ||
15265 | arping applet by Nick Fedchik | ||
15266 | 134 | ||
15267 | Members: | 135 | Members: |
15268 | include/applets.h:1.86->1.87 | 136 | include/usage.h:1.158->1.159 |
15269 | include/usage.h:1.135->1.136 | 137 | miscutils/watchdog.c:1.6->1.7 |
15270 | networking/Config.in:1.6->1.7 | ||
15271 | networking/Makefile.in:1.12->1.13 | ||
15272 | networking/arping.c:INITIAL->1.1 | ||
15273 | 138 | ||
15274 | --------------------- | 139 | --------------------- |
15275 | PatchSet 3164 | 140 | PatchSet 3408 |
15276 | Date: 2003/01/09 14:36:26 | 141 | Date: 2003/07/22 08:50:18 |
15277 | Author: andersen | 142 | Author: andersen |
15278 | Branch: HEAD | 143 | Branch: HEAD |
15279 | Tag: (none) | 144 | Tag: (none) |
15280 | Log: | 145 | Log: |
15281 | Additional patch from Tito to fix some anomolies | 146 | mention stresslinux |
15282 | 147 | ||
15283 | Members: | 148 | Members: |
15284 | miscutils/strings.c:1.2->1.3 | 149 | docs/busybox.net/index.html:1.122->1.123 |
15285 | 150 | ||
15286 | --------------------- | 151 | --------------------- |
15287 | PatchSet 3165 | 152 | PatchSet 3409 |
15288 | Date: 2003/01/09 18:53:53 | 153 | Date: 2003/07/22 09:25:37 |
15289 | Author: andersen | 154 | Author: andersen |
15290 | Branch: HEAD | 155 | Branch: HEAD |
15291 | Tag: (none) | 156 | Tag: (none) |
15292 | Log: | 157 | Log: |
15293 | Fix addgroup so it actually works | 158 | Error out early if people try to build mount with nfs support |
159 | using uClibc, but have not enabled UCLIBC_HAS_RPC... | ||
15294 | -Erik | 160 | -Erik |
15295 | 161 | ||
15296 | Members: | 162 | Members: |
15297 | loginutils/addgroup.c:1.8->1.9 | 163 | util-linux/mount.c:1.112->1.113 |
15298 | |||
15299 | --------------------- | ||
15300 | PatchSet 3166 | ||
15301 | Date: 2003/01/11 18:02:51 | ||
15302 | Author: andersen | ||
15303 | Branch: HEAD | ||
15304 | Tag: (none) | ||
15305 | Log: | ||
15306 | Fix an obvious mistake | ||
15307 | |||
15308 | Members: | ||
15309 | Makefile:1.272->1.273 | ||
15310 | |||
15311 | --------------------- | ||
15312 | PatchSet 3167 | ||
15313 | Date: 2003/01/11 18:06:02 | ||
15314 | Author: andersen | ||
15315 | Branch: HEAD | ||
15316 | Tag: (none) | ||
15317 | Log: | ||
15318 | Patch from Robert Schwebel fixing a missing \n | ||
15319 | |||
15320 | Members: | ||
15321 | modutils/lsmod.c:1.36->1.37 | ||
15322 | |||
15323 | --------------------- | ||
15324 | PatchSet 3168 | ||
15325 | Date: 2003/01/11 18:07:14 | ||
15326 | Author: andersen | ||
15327 | Branch: HEAD | ||
15328 | Tag: (none) | ||
15329 | Log: | ||
15330 | Patch from Robert Schwebel -- support ncurses installed in /usr/local | ||
15331 | |||
15332 | Members: | ||
15333 | scripts/config/Makefile:1.2->1.3 | ||
15334 | |||
15335 | --------------------- | ||
15336 | PatchSet 3169 | ||
15337 | Date: 2003/01/11 20:40:20 | ||
15338 | Author: andersen | ||
15339 | Branch: HEAD | ||
15340 | Tag: (none) | ||
15341 | Log: | ||
15342 | Patch from Daniel J Walsh at redhat to make free work for systems | ||
15343 | with more than 1 GB of memory... | ||
15344 | |||
15345 | Members: | ||
15346 | procps/free.c:1.18->1.19 | ||
15347 | |||
15348 | --------------------- | ||
15349 | PatchSet 3170 | ||
15350 | Date: 2003/01/12 06:08:33 | ||
15351 | Author: andersen | ||
15352 | Branch: HEAD | ||
15353 | Tag: (none) | ||
15354 | Log: | ||
15355 | Kiss Gabor noticed that ping compiled without BB_FEATURE_FANCY_PING | ||
15356 | would return 0 instead of EXIT_FAILURE when no response was received. | ||
15357 | |||
15358 | Members: | ||
15359 | networking/ping.c:1.52->1.53 | ||
15360 | networking/ping6.c:1.2->1.3 | ||
15361 | |||
15362 | --------------------- | ||
15363 | PatchSet 3171 | ||
15364 | Date: 2003/01/13 21:40:35 | ||
15365 | Author: bug1 | ||
15366 | Branch: HEAD | ||
15367 | Tag: (none) | ||
15368 | Log: | ||
15369 | Option to allow ifupdown use ip commands instead of ifconfig, add flush | ||
15370 | command to ipaddr, patch by Bastian Blank | ||
15371 | |||
15372 | Members: | ||
15373 | include/usage.h:1.136->1.137 | ||
15374 | networking/Config.in:1.7->1.8 | ||
15375 | networking/ifupdown.c:1.15->1.16 | ||
15376 | networking/libiproute/ipaddress.c:1.6->1.7 | ||
15377 | networking/libiproute/iplink.c:1.4->1.5 | ||
15378 | 164 | ||
15379 | --------------------- | 165 | --------------------- |
15380 | PatchSet 3172 | 166 | PatchSet 3410 |
15381 | Date: 2003/01/13 22:09:47 | 167 | Date: 2003/07/22 09:26:05 |
15382 | Author: bug1 | ||
15383 | Branch: HEAD | ||
15384 | Tag: (none) | ||
15385 | Log: | ||
15386 | Correct some init issues, update email address, last_patch78 by Vladimir | ||
15387 | N. Oleynik | ||
15388 | |||
15389 | Members: | ||
15390 | include/libbb.h:1.90->1.91 | ||
15391 | init/init.c:1.179->1.180 | ||
15392 | libbb/device_open.c:1.2->1.3 | ||
15393 | libbb/process_escape_sequence.c:1.2->1.3 | ||
15394 | util-linux/more.c:1.54->1.55 | ||
15395 | |||
15396 | --------------------- | ||
15397 | PatchSet 3173 | ||
15398 | Date: 2003/01/13 23:19:31 | ||
15399 | Author: andersen | ||
15400 | Branch: HEAD | ||
15401 | Tag: (none) | ||
15402 | Log: | ||
15403 | Patch from Tito to rework strings applet, and some testsuite | ||
15404 | stuff to test it added by me. | ||
15405 | |||
15406 | Members: | ||
15407 | miscutils/strings.c:1.3->1.4 | ||
15408 | testsuite/strings/strings-works-like-GNU:INITIAL->1.1 | ||
15409 | |||
15410 | --------------------- | ||
15411 | PatchSet 3174 | ||
15412 | Date: 2003/01/14 06:40:11 | ||
15413 | Author: andersen | 168 | Author: andersen |
15414 | Branch: HEAD | 169 | Branch: HEAD |
15415 | Tag: (none) | 170 | Tag: (none) |
15416 | Log: | 171 | Log: |
15417 | Only call free if it is necessary | 172 | Very minor rdate updates |
15418 | 173 | ||
15419 | Members: | 174 | Members: |
15420 | shell/ash.c:1.67->1.68 | 175 | include/applets.h:1.100->1.101 |
176 | include/usage.h:1.159->1.160 | ||
177 | util-linux/rdate.c:1.22->1.23 | ||
15421 | 178 | ||
15422 | --------------------- | 179 | --------------------- |
15423 | PatchSet 3175 | 180 | PatchSet 3411 |
15424 | Date: 2003/01/14 06:42:56 | 181 | Date: 2003/07/22 09:54:02 |
15425 | Author: andersen | 182 | Author: andersen |
15426 | Branch: HEAD | 183 | Branch: HEAD |
15427 | Tag: (none) | 184 | Tag: (none) |
15428 | Log: | 185 | Log: |
15429 | Fixup addgroup help text | 186 | Add a default clean target |
15430 | 187 | ||
15431 | Members: | 188 | Members: |
15432 | include/usage.h:1.137->1.138 | 189 | tests/Makefile:1.4->1.5 |
15433 | 190 | ||
15434 | --------------------- | 191 | --------------------- |
15435 | PatchSet 3176 | 192 | PatchSet 3412 |
15436 | Date: 2003/01/14 08:06:07 | 193 | Date: 2003/07/22 09:55:12 |
15437 | Author: andersen | 194 | Author: andersen |
15438 | Branch: HEAD | 195 | Branch: HEAD |
15439 | Tag: (none) | 196 | Tag: (none) |
15440 | Log: | 197 | Log: |
15441 | Eliminate use of kernel header file | 198 | Update TODO list |
15442 | -Erik | ||
15443 | 199 | ||
15444 | Members: | 200 | Members: |
15445 | networking/libiproute/ipaddress.c:1.7->1.8 | 201 | TODO:1.85->1.86 |
15446 | 202 | ||
15447 | --------------------- | 203 | --------------------- |
15448 | PatchSet 3177 | 204 | PatchSet 3413 |
15449 | Date: 2003/01/14 08:52:18 | 205 | Date: 2003/07/22 09:56:01 |
15450 | Author: andersen | 206 | Author: andersen |
15451 | Branch: HEAD | 207 | Branch: HEAD |
15452 | Tag: (none) | 208 | Tag: (none) |
15453 | Log: | 209 | Log: |
15454 | Clean config binsries on 'make clean' | 210 | A minor update for handling older gcc versions |
15455 | 211 | ||
15456 | Members: | 212 | Members: |
15457 | Makefile:1.273->1.274 | 213 | Rules.mak:1.16->1.17 |
15458 | 214 | ||
15459 | --------------------- | 215 | --------------------- |
15460 | PatchSet 3178 | 216 | PatchSet 3414 |
15461 | Date: 2003/01/14 08:54:06 | 217 | Date: 2003/07/22 09:56:42 |
15462 | Author: andersen | 218 | Author: andersen |
15463 | Branch: HEAD | 219 | Branch: HEAD |
15464 | Tag: (none) | 220 | Tag: (none) |
15465 | Log: | 221 | Log: |
15466 | Eliminate most instances where we use linux kernel headers | 222 | Remove remaining libc5 support code |
15467 | -Erik | ||
15468 | 223 | ||
15469 | Members: | 224 | Members: |
15470 | libbb/interface.c:1.12->1.13 | 225 | coreutils/chgrp.c:1.14->1.15 |
15471 | networking/ifconfig.c:1.21->1.22 | 226 | coreutils/chown.c:1.22->1.23 |
15472 | networking/nameif.c:1.3->1.4 | 227 | include/busybox.h:1.52->1.53 |
15473 | networking/libiproute/iplink.c:1.5->1.6 | 228 | include/libbb.h:1.104->1.105 |
15474 | networking/libiproute/iptunnel.c:1.4->1.5 | 229 | init/init.c:1.188->1.189 |
15475 | networking/libiproute/ll_addr.c:1.4->1.5 | 230 | init/reboot.c:1.28->1.29 |
231 | libbb/Makefile.in:1.23->1.24 | ||
232 | libbb/dirname.c:1.6->1.7(DEAD) | ||
233 | libbb/interface.c:1.16->1.17 | ||
234 | libbb/libc5.c:1.6->1.7(DEAD) | ||
235 | libbb/module_syscalls.c:1.12->1.13 | ||
236 | libbb/syscalls.c:1.11->1.12 | ||
237 | libpwdgrp/setgroups.c:1.3->1.4 | ||
238 | miscutils/adjtimex.c:1.4->1.5 | ||
239 | miscutils/dutmp.c:1.30->1.31 | ||
240 | miscutils/update.c:1.24->1.25 | ||
241 | modutils/insmod.c:1.98->1.99 | ||
242 | networking/ping.c:1.54->1.55 | ||
243 | networking/traceroute.c:1.11->1.12 | ||
244 | networking/wget.c:1.53->1.54 | ||
245 | shell/cmdedit.c:1.79->1.80 | ||
246 | sysklogd/klogd.c:1.15->1.16 | ||
247 | sysklogd/logread.c:1.11->1.12 | ||
248 | sysklogd/syslogd.c:1.97->1.98 | ||
249 | util-linux/dmesg.c:1.29->1.30 | ||
250 | util-linux/swaponoff.c:1.34->1.35 | ||
15476 | 251 | ||
15477 | --------------------- | 252 | --------------------- |
15478 | PatchSet 3179 | 253 | PatchSet 3415 |
15479 | Date: 2003/01/14 09:12:39 | 254 | Date: 2003/07/22 10:41:39 |
15480 | Author: andersen | 255 | Author: andersen |
15481 | Branch: HEAD | 256 | Branch: HEAD |
15482 | Tag: (none) | 257 | Tag: (none) |
15483 | Log: | 258 | Log: |
15484 | Ensure consistant sort order, sed behavior, etc | 259 | Support reboot, halt, and poweroff independent of busybox init. |
260 | Simplify and fixup some logic. | ||
15485 | -Erik | 261 | -Erik |
15486 | 262 | ||
15487 | Members: | 263 | Members: |
15488 | Rules.mak:1.12->1.13 | 264 | init/Config.in:1.5->1.6 |
15489 | 265 | init/halt.c:1.22->1.23 | |
15490 | --------------------- | 266 | init/init_shared.c:1.1->1.2 |
15491 | PatchSet 3180 | 267 | init/init_shared.h:1.1->1.2 |
15492 | Date: 2003/01/14 18:13:13 | 268 | init/poweroff.c:1.19->1.20 |
15493 | Author: andersen | 269 | init/reboot.c:1.29->1.30 |
15494 | Branch: HEAD | ||
15495 | Tag: (none) | ||
15496 | Log: | ||
15497 | last_patch75_2 from vodz, | ||
15498 | |||
15499 | Members: | ||
15500 | coreutils/ls.c:1.95->1.96 | ||
15501 | fileutils/ls.c:1.95->1.96 | ||
15502 | |||
15503 | --------------------- | ||
15504 | PatchSet 3181 | ||
15505 | Date: 2003/01/14 21:41:11 | ||
15506 | Author: bug1 | ||
15507 | Branch: HEAD | ||
15508 | Tag: (none) | ||
15509 | Log: | ||
15510 | Patch for the debian-cvs package, ip* applets in /bin, patch from Bastian Blank | ||
15511 | |||
15512 | Members: | ||
15513 | debian/changelog:1.33->1.34 | ||
15514 | debian/config-deb:1.4->1.5 | ||
15515 | debian/config-static:1.7->1.8 | ||
15516 | debian/config-udeb:1.8->1.9 | ||
15517 | debian/rules:1.21->1.22 | ||
15518 | include/applets.h:1.87->1.88 | ||
15519 | |||
15520 | --------------------- | ||
15521 | PatchSet 3182 | ||
15522 | Date: 2003/01/14 23:26:57 | ||
15523 | Author: bug1 | ||
15524 | Branch: HEAD | ||
15525 | Tag: (none) | ||
15526 | Log: | ||
15527 | Fix leading spaces bug, free line buffer, redo next_word, save some | ||
15528 | space. | ||
15529 | |||
15530 | Members: | ||
15531 | networking/ifupdown.c:1.16->1.17 | ||
15532 | |||
15533 | --------------------- | ||
15534 | PatchSet 3183 | ||
15535 | Date: 2003/01/16 11:37:57 | ||
15536 | Author: bug1 | ||
15537 | Branch: HEAD | ||
15538 | Tag: (none) | ||
15539 | Log: | ||
15540 | Use vsyslog instead of syslog, improve initalisation and cleanup of | ||
15541 | variables, save 300 Bytes or so, patch by Vladimir N. Oleynik | ||
15542 | |||
15543 | Members: | ||
15544 | networking/nameif.c:1.4->1.5 | ||
15545 | |||
15546 | --------------------- | ||
15547 | PatchSet 3184 | ||
15548 | Date: 2003/01/19 12:55:11 | ||
15549 | Author: bug1 | ||
15550 | Branch: HEAD | ||
15551 | Tag: (none) | ||
15552 | Log: | ||
15553 | Compile option to avoid using /usr directory, patch by Bastian Blank | ||
15554 | |||
15555 | Members: | ||
15556 | include/applets.h:1.88->1.89 | ||
15557 | sysdeps/linux/Config.in:1.4->1.5 | ||
15558 | |||
15559 | --------------------- | ||
15560 | PatchSet 3185 | ||
15561 | Date: 2003/01/19 13:31:41 | ||
15562 | Author: bug1 | ||
15563 | Branch: HEAD | ||
15564 | Tag: (none) | ||
15565 | Log: | ||
15566 | fix missed option argument for -I <device>, interface name checks | ||
15567 | redesigned, patch by Nick Fedchik | ||
15568 | |||
15569 | Members: | ||
15570 | networking/arping.c:1.1->1.2 | ||
15571 | |||
15572 | --------------------- | ||
15573 | PatchSet 3186 | ||
15574 | Date: 2003/01/19 13:34:20 | ||
15575 | Author: bug1 | ||
15576 | Branch: HEAD | ||
15577 | Tag: (none) | ||
15578 | Log: | ||
15579 | Dont use getopt_long, minor usage changes, patch by Nick Fedchik | ||
15580 | |||
15581 | Members: | ||
15582 | include/usage.h:1.138->1.139 | ||
15583 | networking/nameif.c:1.5->1.6 | ||
15584 | |||
15585 | --------------------- | ||
15586 | PatchSet 3187 | ||
15587 | Date: 2003/01/20 23:34:12 | ||
15588 | Author: bug1 | ||
15589 | Branch: HEAD | ||
15590 | Tag: (none) | ||
15591 | Log: | ||
15592 | Make test mode output same as official version | ||
15593 | |||
15594 | Members: | ||
15595 | libbb/run_parts.c:1.3->1.4 | ||
15596 | |||
15597 | --------------------- | ||
15598 | PatchSet 3188 | ||
15599 | Date: 2003/01/20 23:50:57 | ||
15600 | Author: bug1 | ||
15601 | Branch: HEAD | ||
15602 | Tag: (none) | ||
15603 | Log: | ||
15604 | New test mode that allows run_parts to fail silently if the directory | ||
15605 | is not found. Patch from Bastian Blank | ||
15606 | |||
15607 | Members: | ||
15608 | include/libbb.h:1.91->1.92 | ||
15609 | libbb/run_parts.c:1.4->1.5 | ||
15610 | networking/ifupdown.c:1.17->1.18 | ||
15611 | |||
15612 | --------------------- | ||
15613 | PatchSet 3189 | ||
15614 | Date: 2003/01/21 00:03:05 | ||
15615 | Author: bug1 | ||
15616 | Branch: HEAD | ||
15617 | Tag: (none) | ||
15618 | Log: | ||
15619 | header update | ||
15620 | |||
15621 | Members: | ||
15622 | networking/libiproute/ip_common.h:1.4->1.5 | ||
15623 | |||
15624 | --------------------- | ||
15625 | PatchSet 3190 | ||
15626 | Date: 2003/01/21 00:12:11 | ||
15627 | Author: bug1 | ||
15628 | Branch: HEAD | ||
15629 | Tag: (none) | ||
15630 | Log: | ||
15631 | re-order config options, part of a patch from Bastian Blank | ||
15632 | |||
15633 | Members: | ||
15634 | loginutils/Config.in:1.1->1.2 | ||
15635 | |||
15636 | --------------------- | ||
15637 | PatchSet 3191 | ||
15638 | Date: 2003/01/21 20:55:53 | ||
15639 | Author: bug1 | ||
15640 | Branch: HEAD | ||
15641 | Tag: (none) | ||
15642 | Log: | ||
15643 | run telnet from inetd, present login prompt if login is configured, | ||
15644 | patch from Bastian Blank | ||
15645 | |||
15646 | Members: | ||
15647 | include/libbb.h:1.92->1.93 | ||
15648 | libbb/Makefile.in:1.15->1.16 | ||
15649 | loginutils/getty.c:1.5->1.6 | ||
15650 | loginutils/login.c:1.8->1.9 | ||
15651 | networking/Config.in:1.8->1.9 | ||
15652 | networking/telnetd.c:1.2->1.3 | ||
15653 | |||
15654 | --------------------- | ||
15655 | PatchSet 3192 | ||
15656 | Date: 2003/01/21 20:59:34 | ||
15657 | Author: bug1 | ||
15658 | Branch: HEAD | ||
15659 | Tag: (none) | ||
15660 | Log: | ||
15661 | Login prompt function, part of waldi's telnetd from inetd patch | ||
15662 | |||
15663 | Members: | ||
15664 | libbb/login.c:INITIAL->1.1 | ||
15665 | 270 | ||
15666 | --------------------- | 271 | --------------------- |
15667 | PatchSet 3193 | 272 | PatchSet 3416 |
15668 | Date: 2003/01/21 22:39:34 | 273 | Date: 2003/07/22 10:48:56 |
15669 | Author: russ | ||
15670 | Branch: HEAD | ||
15671 | Tag: (none) | ||
15672 | Log: | ||
15673 | merge fixes with udhcp | ||
15674 | |||
15675 | Members: | ||
15676 | networking/udhcp/dhcpc.c:1.6->1.7 | ||
15677 | |||
15678 | --------------------- | ||
15679 | PatchSet 3194 | ||
15680 | Date: 2003/01/22 01:20:35 | ||
15681 | Author: andersen | 274 | Author: andersen |
15682 | Branch: HEAD | 275 | Branch: HEAD |
15683 | Tag: (none) | 276 | Tag: (none) |
15684 | Log: | 277 | Log: |
15685 | Fix a typo that broke it so busybox won't build | 278 | Patch from Andrew Flegg: |
15686 | |||
15687 | Members: | ||
15688 | networking/libiproute/ip_common.h:1.5->1.6 | ||
15689 | 279 | ||
15690 | --------------------- | 280 | Here's a pretty crude patch to reload /etc/inittab when init receives a |
15691 | PatchSet 3195 | 281 | SIGHUP. The mailing list archives weren't entirely clear on whether or |
15692 | Date: 2003/01/22 21:09:48 | 282 | not it should already happen, but didn't appear to be. |
15693 | Author: bug1 | ||
15694 | Branch: HEAD | ||
15695 | Tag: (none) | ||
15696 | Log: | ||
15697 | Patch from Basitan Blank to fix nasty bug | ||
15698 | 283 | ||
15699 | Members: | 284 | The patch: |
15700 | networking/telnetd.c:1.3->1.4 | 285 | * Adds a new function, reload_signal() which just calls |
286 | parse_inittab() and run_actions(RESPAWN) | ||
15701 | 287 | ||
15702 | --------------------- | 288 | * Before entering the while (1) loop set up SIGHUP to call |
15703 | PatchSet 3196 | 289 | reload_signal() |
15704 | Date: 2003/01/23 04:48:34 | ||
15705 | Author: andersen | ||
15706 | Branch: HEAD | ||
15707 | Tag: (none) | ||
15708 | Log: | ||
15709 | Patch from Joel Vallier to add modules symbols to the kernel symbol | ||
15710 | table in order to obtain better debug output from ksymoops. | ||
15711 | 290 | ||
15712 | Members: | 291 | * Modify new_init_action to skip the action if the same command |
15713 | modutils/Config.in:1.1->1.2 | 292 | already exists on the same terminal |
15714 | modutils/insmod.c:1.92->1.93 | ||
15715 | 293 | ||
15716 | --------------------- | 294 | This last bit means that changing already running entries is a bit |
15717 | PatchSet 3197 | 295 | hairy as you can end up with, for example, two shells running on the |
15718 | Date: 2003/01/23 04:57:34 | 296 | same virtual console. However, for solely adding/removing entries this patch |
15719 | Author: andersen | 297 | seems to work quite well. |
15720 | Branch: HEAD | ||
15721 | Tag: (none) | ||
15722 | Log: | ||
15723 | Patch from Artem Egorkine to support the -m option | ||
15724 | 298 | ||
15725 | Members: | 299 | Members: |
15726 | include/usage.h:1.139->1.140 | 300 | init/init.c:1.189->1.190 |
15727 | modutils/Config.in:1.2->1.3 | ||
15728 | modutils/insmod.c:1.93->1.94 | ||
15729 | 301 | ||
15730 | --------------------- | 302 | --------------------- |
15731 | PatchSet 3198 | 303 | PatchSet 3417 |
15732 | Date: 2003/01/23 05:27:42 | 304 | Date: 2003/07/22 10:59:28 |
15733 | Author: andersen | 305 | Author: andersen |
15734 | Branch: HEAD | 306 | Branch: HEAD |
15735 | Tag: (none) | 307 | Tag: (none) |
15736 | Log: | 308 | Log: |
15737 | Apply patch from Ghozlane Toumi to add -inum support to find. | 309 | Patch from Terje Kvernes adding quite a lot of missing documentation |
15738 | Apply patch from Ghozlane Toumi to make find smaller by combining | ||
15739 | similar error messages | ||
15740 | Forward port find -newer support from busybox stable that was | ||
15741 | missing from unstable. -Erik. | ||
15742 | Fixup usage messages for find. -Erik | ||
15743 | 310 | ||
15744 | Members: | 311 | Members: |
15745 | findutils/Config.in:1.1->1.2 | 312 | editors/Config.in:1.5->1.6 |
15746 | findutils/find.c:1.36->1.37 | 313 | loginutils/Config.in:1.4->1.5 |
15747 | include/usage.h:1.140->1.141 | 314 | modutils/Config.in:1.6->1.7 |
315 | networking/Config.in:1.16->1.17 | ||
316 | procps/Config.in:1.5->1.6 | ||
317 | shell/Config.in:1.5->1.6 | ||
15748 | 318 | ||
15749 | --------------------- | 319 | --------------------- |
15750 | PatchSet 3199 | 320 | PatchSet 3418 |
15751 | Date: 2003/01/23 05:59:31 | 321 | Date: 2003/07/22 11:11:27 |
15752 | Author: andersen | 322 | Author: andersen |
15753 | Branch: HEAD | 323 | Branch: HEAD |
15754 | Tag: (none) | 324 | Tag: (none) |
15755 | Log: | 325 | Log: |
15756 | A patch from John F. Kelly to add in a utility for configuring | 326 | Remove the update utility, that is only relevant to older 2.0.x kernels |
15757 | vlan under linux, derived from Ben Greear's VLAN "vconfig" tool. | 327 | that are no longer supported. |
15758 | 328 | ||
15759 | Members: | 329 | Members: |
15760 | include/applets.h:1.89->1.90 | 330 | docs/busybox_header.pod:1.10->1.11 |
15761 | include/usage.h:1.141->1.142 | 331 | include/applets.h:1.101->1.102 |
15762 | networking/Config.in:1.9->1.10 | 332 | include/usage.h:1.160->1.161 |
15763 | networking/Makefile.in:1.13->1.14 | 333 | miscutils/Makefile.in:1.6->1.7 |
15764 | networking/vconfig.c:INITIAL->1.1 | 334 | miscutils/update.c:1.25->1.26(DEAD) |
15765 | 335 | ||
15766 | --------------------- | 336 | --------------------- |
15767 | PatchSet 3200 | 337 | PatchSet 3419 |
15768 | Date: 2003/01/23 06:02:39 | 338 | Date: 2003/07/22 11:11:48 |
15769 | Author: andersen | 339 | Author: andersen |
15770 | Branch: HEAD | 340 | Branch: HEAD |
15771 | Tag: (none) | 341 | Tag: (none) |
15772 | Log: | 342 | Log: |
15773 | Patch from Jason McMullan @ linuxcare.com adding insmod | 343 | Write some more docs |
15774 | support for s390 systems. | ||
15775 | 344 | ||
15776 | Members: | 345 | Members: |
15777 | modutils/insmod.c:1.94->1.95 | 346 | miscutils/Config.in:1.3->1.4 |
15778 | 347 | ||
15779 | --------------------- | 348 | --------------------- |
15780 | PatchSet 3201 | 349 | PatchSet 3420 |
15781 | Date: 2003/01/23 06:35:17 | 350 | Date: 2003/07/22 11:14:32 |
15782 | Author: andersen | 351 | Author: andersen |
15783 | Branch: HEAD | 352 | Branch: HEAD |
15784 | Tag: (none) | 353 | Tag: (none) |
15785 | Log: | 354 | Log: |
15786 | Patch from Brett Hunt at micron.com to fixup potential segfaults | 355 | Document CONFIG_ASH_CMDCMD |
15787 | during 'make menuconfig' | ||
15788 | 356 | ||
15789 | Members: | 357 | Members: |
15790 | scripts/config/menubox.c:1.1->1.2 | 358 | shell/Config.in:1.6->1.7 |
15791 | 359 | ||
15792 | --------------------- | 360 | --------------------- |
15793 | PatchSet 3202 | 361 | PatchSet 3421 |
15794 | Date: 2003/01/23 07:08:26 | 362 | Date: 2003/07/22 11:16:58 |
15795 | Author: andersen | 363 | Author: andersen |
15796 | Branch: HEAD | 364 | Branch: HEAD |
15797 | Tag: (none) | 365 | Tag: (none) |
15798 | Log: | 366 | Log: |
15799 | Fix a silly compile error, thanks to a patch from Wen-chien Jesse Sung | 367 | Document CONFIG_FEATURE_INSMOD_LOADINKMEM |
15800 | 368 | ||
15801 | Members: | 369 | Members: |
15802 | init/init.c:1.180->1.181 | 370 | modutils/Config.in:1.7->1.8 |
15803 | 371 | ||
15804 | --------------------- | 372 | --------------------- |
15805 | PatchSet 3203 | 373 | PatchSet 3422 |
15806 | Date: 2003/01/27 17:41:19 | 374 | Date: 2003/07/22 11:18:17 |
15807 | Author: andersen | 375 | Author: andersen |
15808 | Branch: HEAD | 376 | Branch: HEAD |
15809 | Tag: (none) | 377 | Tag: (none) |
15810 | Log: | 378 | Log: |
15811 | This seems sufficient for ifup and ifdown to actually work | 379 | There is no need to expose CONFIG_FEATURE_TRACEROUTE_SO_DEBUG |
15812 | as advertised. Works for me (at least with glibc) | ||
15813 | 380 | ||
15814 | Members: | 381 | Members: |
15815 | networking/ifupdown.c:1.18->1.19 | 382 | networking/Config.in:1.17->1.18 |
15816 | networking/libiproute/ip_parse_common_args.c:1.2->1.3 | ||
15817 | networking/libiproute/ipaddress.c:1.8->1.9 | ||
15818 | 383 | ||
15819 | --------------------- | 384 | --------------------- |
15820 | PatchSet 3204 | 385 | PatchSet 3423 |
15821 | Date: 2003/01/27 22:11:59 | 386 | Date: 2003/07/22 18:03:24 |
15822 | Author: andersen | 387 | Author: andersen |
15823 | Branch: HEAD | 388 | Branch: HEAD |
15824 | Tag: (none) | 389 | Tag: (none) |
15825 | Log: | 390 | Log: |
15826 | Don't wipe the config system on 'make clean' | 391 | the word "only" is repeated for CONFIG_FEATURE_SHADOWPASSWDS |
15827 | |||
15828 | Members: | ||
15829 | Makefile:1.274->1.275 | ||
15830 | |||
15831 | --------------------- | ||
15832 | PatchSet 3205 | ||
15833 | Date: 2003/01/28 01:45:47 | ||
15834 | Author: bug1 | ||
15835 | Branch: HEAD | ||
15836 | Tag: (none) | ||
15837 | Log: | ||
15838 | Fix long standing bug with old gnu tar files, add a check so tar will | ||
15839 | complain "unknown file type" if it tries to extract an oldgnu tar file | ||
15840 | and TAR_FEATURE_OLDGNU_COMPATABILITY sint defined. | ||
15841 | Print a warning if unisupported gnu extensions are encountered. | ||
15842 | 392 | ||
15843 | Members: | 393 | Members: |
15844 | archival/Config.in:1.4->1.5 | 394 | loginutils/Config.in:1.5->1.6 |
15845 | archival/libunarchive/data_extract_all.c:1.7->1.8 | ||
15846 | archival/libunarchive/get_header_tar.c:1.15->1.16 | ||
15847 | 395 | ||
15848 | --------------------- | 396 | --------------------- |
15849 | PatchSet 3206 | 397 | PatchSet 3424 |
15850 | Date: 2003/02/03 12:44:59 | 398 | Date: 2003/07/22 18:04:54 |
15851 | Author: andersen | 399 | Author: andersen |
15852 | Branch: HEAD | 400 | Branch: HEAD |
15853 | Tag: (none) | 401 | Tag: (none) |
15854 | Log: | 402 | Log: |
15855 | Fix a couple more ifupdown bugs | 403 | As vodz noticed, I screwed up reboot |
15856 | 404 | ||
15857 | Members: | 405 | Members: |
15858 | networking/ifupdown.c:1.19->1.20 | 406 | init/reboot.c:1.30->1.31 |
15859 | 407 | ||
15860 | --------------------- | 408 | --------------------- |
15861 | PatchSet 3207 | 409 | PatchSet 3425 |
15862 | Date: 2003/02/05 18:16:45 | 410 | Date: 2003/07/22 18:14:10 |
15863 | Author: andersen | 411 | Author: andersen |
15864 | Branch: HEAD | 412 | Branch: HEAD |
15865 | Tag: (none) | 413 | Tag: (none) |
15866 | Log: | 414 | Log: |
15867 | Mention penguru | 415 | Several simplifications and indenting changes, per |
15868 | 416 | last_patch97 from vodz | |
15869 | Members: | ||
15870 | docs/busybox.net/index.html:1.116->1.117 | ||
15871 | |||
15872 | --------------------- | ||
15873 | PatchSet 3208 | ||
15874 | Date: 2003/02/08 22:33:53 | ||
15875 | Author: bug1 | ||
15876 | Branch: HEAD | ||
15877 | Tag: (none) | ||
15878 | Log: | ||
15879 | Patch from Nick Fedchik, CONFIG_SYSLOGD should determine getty's | ||
15880 | behaviour. | ||
15881 | |||
15882 | Members: | ||
15883 | loginutils/getty.c:1.6->1.7 | ||
15884 | |||
15885 | --------------------- | ||
15886 | PatchSet 3209 | ||
15887 | Date: 2003/02/08 23:11:19 | ||
15888 | Author: bug1 | ||
15889 | Branch: HEAD | ||
15890 | Tag: (none) | ||
15891 | Log: | ||
15892 | Rewrite by Manuel Novoa III, very compact implimentation. | ||
15893 | |||
15894 | Members: | ||
15895 | networking/vconfig.c:1.1->1.2 | ||
15896 | |||
15897 | --------------------- | ||
15898 | PatchSet 3210 | ||
15899 | Date: 2003/02/08 23:20:02 | ||
15900 | Author: bug1 | ||
15901 | Branch: HEAD | ||
15902 | Tag: (none) | ||
15903 | Log: | ||
15904 | Patch from Joshua Jackson, make md5 the default hash algorithm | ||
15905 | |||
15906 | Members: | ||
15907 | loginutils/passwd.c:1.3->1.4 | ||
15908 | |||
15909 | --------------------- | ||
15910 | PatchSet 3211 | ||
15911 | Date: 2003/02/08 23:36:15 | ||
15912 | Author: bug1 | ||
15913 | Branch: HEAD | ||
15914 | Tag: (none) | ||
15915 | Log: | ||
15916 | Patch from mathuria, compatability with solaris | ||
15917 | |||
15918 | Members: | ||
15919 | coreutils/chown.c:1.19->1.20 | ||
15920 | fileutils/chown.c:1.19->1.20 | ||
15921 | include/busybox.h:1.51->1.52 | ||
15922 | include/libbb.h:1.93->1.94 | ||
15923 | |||
15924 | --------------------- | ||
15925 | PatchSet 3212 | ||
15926 | Date: 2003/02/09 04:46:34 | ||
15927 | Author: bug1 | ||
15928 | Branch: HEAD | ||
15929 | Tag: (none) | ||
15930 | Log: | ||
15931 | Fix endian probelm on PPC, i had different types for an extern variable. | ||
15932 | |||
15933 | Members: | ||
15934 | archival/libunarchive/Makefile.in:1.12->1.13 | ||
15935 | archival/libunarchive/unzip.c:1.27->1.28 | ||
15936 | |||
15937 | --------------------- | ||
15938 | PatchSet 3213 | ||
15939 | Date: 2003/02/09 04:49:17 | ||
15940 | Author: bug1 | ||
15941 | Branch: HEAD | ||
15942 | Tag: (none) | ||
15943 | Log: | ||
15944 | Moved to libunarchive/unzip.c | ||
15945 | |||
15946 | Members: | ||
15947 | archival/libunarchive/check_trailer_gzip.c:1.3->1.4(DEAD) | ||
15948 | |||
15949 | --------------------- | ||
15950 | PatchSet 3214 | ||
15951 | Date: 2003/02/09 05:00:52 | ||
15952 | Author: bug1 | ||
15953 | Branch: HEAD | ||
15954 | Tag: (none) | ||
15955 | Log: | ||
15956 | Specify install path, patch by Nick Fedchik | ||
15957 | |||
15958 | Members: | ||
15959 | sysdeps/linux/Config.in:1.5->1.6 | ||
15960 | |||
15961 | --------------------- | ||
15962 | PatchSet 3215 | ||
15963 | Date: 2003/02/09 05:07:42 | ||
15964 | Author: bug1 | ||
15965 | Branch: HEAD | ||
15966 | Tag: (none) | ||
15967 | Log: | ||
15968 | Dont die if logging remotely fails, patch by Joshua Jackson | ||
15969 | |||
15970 | Members: | ||
15971 | sysklogd/syslogd.c:1.91->1.92 | ||
15972 | |||
15973 | --------------------- | ||
15974 | PatchSet 3216 | ||
15975 | Date: 2003/02/09 06:51:11 | ||
15976 | Author: bug1 | ||
15977 | Branch: HEAD | ||
15978 | Tag: (none) | ||
15979 | Log: | ||
15980 | New applet, inetd, make httpd features more configurable, update authors, last_patch_80 | ||
15981 | from Vladimir N. Oleynik | ||
15982 | |||
15983 | Members: | ||
15984 | AUTHORS:1.33->1.34 | ||
15985 | docs/busybox_footer.pod:1.9->1.10 | ||
15986 | docs/busybox_header.pod:1.8->1.9 | ||
15987 | include/applets.h:1.90->1.91 | ||
15988 | include/usage.h:1.142->1.143 | ||
15989 | networking/Config.in:1.10->1.11 | ||
15990 | networking/Makefile.in:1.14->1.15 | ||
15991 | networking/httpd.c:1.1->1.2 | ||
15992 | networking/inetd.c:INITIAL->1.1 | ||
15993 | |||
15994 | --------------------- | ||
15995 | PatchSet 3217 | ||
15996 | Date: 2003/02/09 07:01:33 | ||
15997 | Author: bug1 | ||
15998 | Branch: HEAD | ||
15999 | Tag: (none) | ||
16000 | Log: | ||
16001 | Minor update to arping, patch from Nick Fedchik | ||
16002 | |||
16003 | Members: | ||
16004 | networking/arping.c:1.2->1.3 | ||
16005 | |||
16006 | --------------------- | ||
16007 | PatchSet 3218 | ||
16008 | Date: 2003/02/09 12:00:17 | ||
16009 | Author: bug1 | ||
16010 | Branch: HEAD | ||
16011 | Tag: (none) | ||
16012 | Log: | ||
16013 | Woops, my gunzip fix broke unzip, these cant be static | ||
16014 | |||
16015 | Members: | ||
16016 | archival/libunarchive/unzip.c:1.28->1.29 | ||
16017 | |||
16018 | --------------------- | ||
16019 | PatchSet 3219 | ||
16020 | Date: 2003/02/09 22:40:33 | ||
16021 | Author: bug1 | ||
16022 | Branch: HEAD | ||
16023 | Tag: (none) | ||
16024 | Log: | ||
16025 | Fix compiler warnings, patch by Steven Scholz | ||
16026 | 417 | ||
16027 | Members: | 418 | Members: |
16028 | libbb/interface.c:1.13->1.14 | 419 | init/init_shared.c:1.2->1.3 |
16029 | libbb/login.c:1.1->1.2 | ||
16030 | procps/kill.c:1.46->1.47 | ||
16031 | 420 | ||
16032 | --------------------- | 421 | --------------------- |
16033 | PatchSet 3220 | 422 | PatchSet 3426 |
16034 | Date: 2003/02/10 09:22:36 | 423 | Date: 2003/07/22 23:15:16 |
16035 | Author: andersen | 424 | Author: andersen |
16036 | Branch: HEAD | 425 | Branch: HEAD |
16037 | Tag: (none) | 426 | Tag: (none) |
16038 | Log: | 427 | Log: |
16039 | udhcpc is supposed to be in /sbin, not /usr/sbin/ | 428 | eliminate DOSTATIC, DODEBUG, etc and name them sensibly |
16040 | |||
16041 | Members: | ||
16042 | include/applets.h:1.91->1.92 | ||
16043 | |||
16044 | --------------------- | ||
16045 | PatchSet 3221 | ||
16046 | Date: 2003/02/10 22:28:21 | ||
16047 | Author: bug1 | ||
16048 | Branch: HEAD | ||
16049 | Tag: (none) | ||
16050 | Log: | ||
16051 | Fix compile error, last_patch81 by Vladimir N. Oleynik | ||
16052 | |||
16053 | Members: | ||
16054 | networking/httpd.c:1.2->1.3 | ||
16055 | |||
16056 | --------------------- | ||
16057 | PatchSet 3222 | ||
16058 | Date: 2003/02/10 22:31:09 | ||
16059 | Author: bug1 | ||
16060 | Branch: HEAD | ||
16061 | Tag: (none) | ||
16062 | Log: | ||
16063 | Fix compile error, last_patch82 by Vladimir N. Oleynik | ||
16064 | |||
16065 | Members: | ||
16066 | networking/inetd.c:1.1->1.2 | ||
16067 | |||
16068 | --------------------- | ||
16069 | PatchSet 3223 | ||
16070 | Date: 2003/02/10 22:53:35 | ||
16071 | Author: bug1 | ||
16072 | Branch: HEAD | ||
16073 | Tag: (none) | ||
16074 | Log: | ||
16075 | last_patch83 by Vladimir N. Oleynik | ||
16076 | 429 | ||
16077 | Members: | 430 | Members: |
16078 | AUTHORS:1.34->1.35 | 431 | Rules.mak:1.17->1.18 |
16079 | docs/busybox_footer.pod:1.10->1.11 | 432 | coreutils/tr.c:1.35->1.36 |
16080 | networking/Config.in:1.11->1.12 | 433 | debian/config-deb:1.6->1.7 |
434 | debian/config-net-udeb:1.2->1.3 | ||
435 | debian/config-net-udeb-i386:1.3->1.4 | ||
436 | debian/config-static:1.9->1.10 | ||
437 | debian/config-udeb:1.13->1.14 | ||
438 | debian/config-udeb-i386:1.3->1.4 | ||
439 | debian/rules:1.23->1.24 | ||
440 | sysdeps/linux/Config.in:1.9->1.10 | ||
441 | sysklogd/syslogd.c:1.98->1.99 | ||
16081 | 442 | ||
16082 | --------------------- | 443 | --------------------- |
16083 | PatchSet 3224 | 444 | PatchSet 3427 |
16084 | Date: 2003/02/11 07:06:06 | 445 | Date: 2003/07/24 00:24:31 |
16085 | Author: mjn3 | 446 | Author: mjn3 |
16086 | Branch: HEAD | 447 | Branch: HEAD |
16087 | Tag: (none) | 448 | Tag: (none) |
16088 | Log: | 449 | Log: |
16089 | Fix compile error... header problems. | 450 | Set the tm_isdst flag to -1 before calling mktime(). Otherwise, the current |
16090 | 451 | timezone setting is used for the new date. | |
16091 | Members: | ||
16092 | networking/inetd.c:1.2->1.3 | ||
16093 | |||
16094 | --------------------- | ||
16095 | PatchSet 3225 | ||
16096 | Date: 2003/02/12 10:56:53 | ||
16097 | Author: andersen | ||
16098 | Branch: HEAD | ||
16099 | Tag: (none) | ||
16100 | Log: | ||
16101 | Don't use HZ -- use sysconf(_SC_CLK_TCK) | ||
16102 | |||
16103 | Members: | ||
16104 | networking/libiproute/utils.c:1.4->1.5 | ||
16105 | |||
16106 | --------------------- | ||
16107 | PatchSet 3226 | ||
16108 | Date: 2003/02/12 22:20:19 | ||
16109 | Author: russ | ||
16110 | Branch: HEAD | ||
16111 | Tag: (none) | ||
16112 | Log: | ||
16113 | sync with udhcp bug fixes | ||
16114 | |||
16115 | Members: | ||
16116 | networking/udhcp/ChangeLog:1.3->1.4 | ||
16117 | networking/udhcp/arpping.c:1.1->1.2 | ||
16118 | networking/udhcp/script.c:1.3->1.4 | ||
16119 | |||
16120 | --------------------- | ||
16121 | PatchSet 3227 | ||
16122 | Date: 2003/02/15 10:53:07 | ||
16123 | Author: bug1 | ||
16124 | Branch: HEAD | ||
16125 | Tag: (none) | ||
16126 | Log: | ||
16127 | Merge fileutils, textutils and shellutils into coreuils | ||
16128 | |||
16129 | Members: | ||
16130 | Makefile:1.275->1.276 | ||
16131 | coreutils/Config.in:INITIAL->1.1 | ||
16132 | coreutils/Makefile:INITIAL->1.1 | ||
16133 | coreutils/Makefile.in:INITIAL->1.1 | ||
16134 | sysdeps/linux/Config.in:1.6->1.7 | ||
16135 | |||
16136 | --------------------- | ||
16137 | PatchSet 3228 | ||
16138 | Date: 2003/02/15 11:43:16 | ||
16139 | Author: bug1 | ||
16140 | Branch: HEAD | ||
16141 | Tag: (none) | ||
16142 | Log: | ||
16143 | fileutils, shellutils, textutils moved to coreutils | ||
16144 | |||
16145 | Members: | ||
16146 | fileutils/Config.in:1.1->1.2(DEAD) | ||
16147 | fileutils/Makefile:1.2->1.3(DEAD) | ||
16148 | fileutils/Makefile.in:1.1->1.2(DEAD) | ||
16149 | fileutils/chgrp.c:1.11->1.12(DEAD) | ||
16150 | fileutils/chmod.c:1.13->1.14(DEAD) | ||
16151 | fileutils/chown.c:1.20->1.21(DEAD) | ||
16152 | fileutils/cp.c:1.20->1.21(DEAD) | ||
16153 | fileutils/dd.c:1.52->1.53(DEAD) | ||
16154 | fileutils/df.c:1.49->1.50(DEAD) | ||
16155 | fileutils/du.c:1.55->1.56(DEAD) | ||
16156 | fileutils/ln.c:1.40->1.41(DEAD) | ||
16157 | fileutils/ls.c:1.96->1.97(DEAD) | ||
16158 | fileutils/mkdir.c:1.33->1.34(DEAD) | ||
16159 | fileutils/mkfifo.c:1.14->1.15(DEAD) | ||
16160 | fileutils/mknod.c:1.23->1.24(DEAD) | ||
16161 | fileutils/mv.c:1.17->1.18(DEAD) | ||
16162 | fileutils/rm.c:1.35->1.36(DEAD) | ||
16163 | fileutils/rmdir.c:1.22->1.23(DEAD) | ||
16164 | fileutils/sync.c:1.18->1.19(DEAD) | ||
16165 | fileutils/touch.c:1.25->1.26(DEAD) | ||
16166 | shellutils/Config.in:1.2->1.3(DEAD) | ||
16167 | shellutils/Makefile:1.4->1.5(DEAD) | ||
16168 | shellutils/Makefile.in:1.4->1.5(DEAD) | ||
16169 | shellutils/basename.c:1.20->1.21(DEAD) | ||
16170 | shellutils/cal.c:1.4->1.5(DEAD) | ||
16171 | shellutils/chroot.c:1.27->1.28(DEAD) | ||
16172 | shellutils/date.c:1.38->1.39(DEAD) | ||
16173 | shellutils/dirname.c:1.17->1.18(DEAD) | ||
16174 | shellutils/echo.c:1.16->1.17(DEAD) | ||
16175 | shellutils/env.c:1.4->1.5(DEAD) | ||
16176 | shellutils/expr.c:1.11->1.12(DEAD) | ||
16177 | shellutils/false.c:1.1->1.2(DEAD) | ||
16178 | shellutils/hostid.c:1.12->1.13(DEAD) | ||
16179 | shellutils/id.c:1.21->1.22(DEAD) | ||
16180 | shellutils/logname.c:1.16->1.17(DEAD) | ||
16181 | shellutils/printf.c:1.17->1.18(DEAD) | ||
16182 | shellutils/pwd.c:1.22->1.23(DEAD) | ||
16183 | shellutils/realpath.c:1.2->1.3(DEAD) | ||
16184 | shellutils/sleep.c:1.16->1.17(DEAD) | ||
16185 | shellutils/stty.c:1.7->1.8(DEAD) | ||
16186 | shellutils/tee.c:1.21->1.22(DEAD) | ||
16187 | shellutils/test.c:1.21->1.22(DEAD) | ||
16188 | shellutils/true.c:1.1->1.2(DEAD) | ||
16189 | shellutils/tty.c:1.11->1.12(DEAD) | ||
16190 | shellutils/uname.c:1.18->1.19(DEAD) | ||
16191 | shellutils/usleep.c:1.10->1.11(DEAD) | ||
16192 | shellutils/watch.c:1.3->1.4(DEAD) | ||
16193 | shellutils/who.c:1.1->1.2(DEAD) | ||
16194 | shellutils/whoami.c:1.20->1.21(DEAD) | ||
16195 | shellutils/yes.c:1.13->1.14(DEAD) | ||
16196 | textutils/Config.in:1.1->1.2(DEAD) | ||
16197 | textutils/Makefile:1.3->1.4(DEAD) | ||
16198 | textutils/Makefile.in:1.3->1.4(DEAD) | ||
16199 | textutils/cat.c:1.27->1.28(DEAD) | ||
16200 | textutils/cmp.c:1.8->1.9(DEAD) | ||
16201 | textutils/cut.c:1.24->1.25(DEAD) | ||
16202 | textutils/dos2unix.c:1.16->1.17(DEAD) | ||
16203 | textutils/head.c:1.28->1.29(DEAD) | ||
16204 | textutils/length.c:1.13->1.14(DEAD) | ||
16205 | textutils/md5sum.c:1.27->1.28(DEAD) | ||
16206 | textutils/od.c:1.4->1.5(DEAD) | ||
16207 | textutils/sort.c:1.34->1.35(DEAD) | ||
16208 | textutils/tail.c:1.43->1.44(DEAD) | ||
16209 | textutils/tr.c:1.33->1.34(DEAD) | ||
16210 | textutils/uniq.c:1.20->1.21(DEAD) | ||
16211 | textutils/uudecode.c:1.19->1.20(DEAD) | ||
16212 | textutils/uuencode.c:1.24->1.25(DEAD) | ||
16213 | textutils/wc.c:1.26->1.27(DEAD) | ||
16214 | |||
16215 | --------------------- | ||
16216 | PatchSet 3229 | ||
16217 | Date: 2003/02/15 11:50:30 | ||
16218 | Author: bug1 | ||
16219 | Branch: HEAD | ||
16220 | Tag: (none) | ||
16221 | Log: | ||
16222 | Patch from Bastian Blank | ||
16223 | - ip route flush | ||
16224 | - different usage for telnetd in inetd mode | ||
16225 | - changes for the default flags of the ip features | ||
16226 | - if no /usr requested, udhcpc should use the script also without /usr. | ||
16227 | |||
16228 | Members: | ||
16229 | include/usage.h:1.143->1.144 | ||
16230 | networking/Config.in:1.12->1.13 | ||
16231 | networking/libiproute/iproute.c:1.8->1.9 | ||
16232 | networking/udhcp/dhcpc.c:1.7->1.8 | ||
16233 | |||
16234 | --------------------- | ||
16235 | PatchSet 3230 | ||
16236 | Date: 2003/02/17 08:23:21 | ||
16237 | Author: bug1 | ||
16238 | Branch: HEAD | ||
16239 | Tag: (none) | ||
16240 | Log: | ||
16241 | New applet sha1sum | ||
16242 | |||
16243 | Members: | ||
16244 | coreutils/Config.in:1.1->1.2 | ||
16245 | coreutils/Makefile.in:1.1->1.2 | ||
16246 | coreutils/sha1sum.c:INITIAL->1.1 | ||
16247 | include/applets.h:1.92->1.93 | ||
16248 | include/usage.h:1.144->1.145 | ||
16249 | |||
16250 | --------------------- | ||
16251 | PatchSet 3231 | ||
16252 | Date: 2003/02/17 12:18:16 | ||
16253 | Author: bug1 | ||
16254 | Branch: HEAD | ||
16255 | Tag: (none) | ||
16256 | Log: | ||
16257 | Fix for big endian machines | ||
16258 | 452 | ||
16259 | Members: | 453 | Members: |
16260 | coreutils/sha1sum.c:1.1->1.2 | 454 | coreutils/date.c:1.40->1.41 |
16261 | 455 | ||
16262 | --------------------- | 456 | --------------------- |
16263 | PatchSet 3232 | 457 | PatchSet 3428 |
16264 | Date: 2003/02/18 20:17:30 | 458 | Date: 2003/07/26 01:45:52 |
16265 | Author: andersen | 459 | Author: andersen |
16266 | Branch: HEAD | 460 | Branch: HEAD |
16267 | Tag: (none) | 461 | Tag: (none) |
16268 | Log: | 462 | Log: |
16269 | mention "katamaran" | 463 | Don't depend on CONFIG_LFS. It is really a suggestion, not a requirement, |
464 | since fdisk will work just fine on smaller disks w/o it. | ||
16270 | 465 | ||
16271 | Members: | 466 | Members: |
16272 | docs/busybox.net/index.html:1.117->1.118 | 467 | util-linux/Config.in:1.6->1.7 |
16273 | 468 | ||
16274 | --------------------- | 469 | --------------------- |
16275 | PatchSet 3233 | 470 | PatchSet 3429 |
16276 | Date: 2003/02/27 03:14:04 | 471 | Date: 2003/07/26 07:24:25 |
16277 | Author: andersen | 472 | Author: andersen |
16278 | Branch: HEAD | 473 | Branch: HEAD |
16279 | Tag: (none) | 474 | Tag: (none) |
16280 | Log: | 475 | Log: |
16281 | Write all the help text for the util-linux utilities. Allow | 476 | Patch from Thomas Gleixner to reap any zombie processes that are |
16282 | people to locate the mtab file somewhere other that /etc to | 477 | reparented to init... |
16283 | accomodate read only root filesystems. | ||
16284 | -Erik | ||
16285 | 478 | ||
16286 | Members: | 479 | Members: |
16287 | libbb/mtab_file.c:1.5->1.6 | 480 | init/init.c:1.190->1.191 |
16288 | util-linux/Config.in:1.2->1.3 | ||
16289 | 481 | ||
16290 | --------------------- | 482 | --------------------- |
16291 | PatchSet 3234 | 483 | PatchSet 3430 |
16292 | Date: 2003/02/28 06:29:27 | 484 | Date: 2003/07/26 08:41:56 |
16293 | Author: andersen | 485 | Author: andersen |
16294 | Branch: HEAD | 486 | Branch: HEAD |
16295 | Tag: (none) | 487 | Tag: (none) |
16296 | Log: | 488 | Log: |
16297 | There is no good reason to prevent nfs mounts from being mounted | 489 | Rework kill / killall so it behaves itself, even when subjected |
16298 | during 'mount -a'. If the user wants to do that, hey, its their | 490 | to abuse. |
16299 | lifs. If the nfs server is down and they don't want to wait for | ||
16300 | nfs to time out, that is their problem. | ||
16301 | -Erik | 491 | -Erik |
16302 | 492 | ||
16303 | Members: | 493 | Members: |
16304 | util-linux/mount.c:1.108->1.109 | 494 | procps/kill.c:1.49->1.50 |
16305 | 495 | ||
16306 | --------------------- | 496 | --------------------- |
16307 | PatchSet 3235 | 497 | PatchSet 3431 |
16308 | Date: 2003/02/28 07:20:55 | 498 | Date: 2003/07/26 08:48:13 |
16309 | Author: andersen | 499 | Author: andersen |
16310 | Branch: HEAD | 500 | Branch: HEAD |
16311 | Tag: (none) | 501 | Tag: (none) |
16312 | Log: | 502 | Log: |
16313 | Add all the syslogd help text | 503 | Patch from Nick Fedchik to fixup paths in busybox/libpwdgrp |
504 | which were not properly using the bb_path_*_file strings. | ||
16314 | 505 | ||
16315 | Members: | 506 | Members: |
16316 | sysklogd/Config.in:1.1->1.2 | 507 | libpwdgrp/getgrgid.c:1.2->1.3 |
508 | libpwdgrp/getgrnam.c:1.2->1.3 | ||
509 | libpwdgrp/getpwnam.c:1.2->1.3 | ||
510 | libpwdgrp/getpwuid.c:1.4->1.5 | ||
511 | libpwdgrp/grent.c:1.2->1.3 | ||
512 | libpwdgrp/initgroups.c:1.4->1.5 | ||
513 | libpwdgrp/pwent.c:1.4->1.5 | ||
16317 | 514 | ||
16318 | --------------------- | 515 | --------------------- |
16319 | PatchSet 3236 | 516 | PatchSet 3432 |
16320 | Date: 2003/03/07 17:27:51 | 517 | Date: 2003/07/26 09:07:56 |
16321 | Author: andersen | 518 | Author: andersen |
16322 | Branch: HEAD | 519 | Branch: HEAD |
16323 | Tag: (none) | 520 | Tag: (none) |
16324 | Log: | 521 | Log: |
16325 | Explicitly define -DNDEBUG so asserts don't clutter release code | 522 | Some additional description based on a patch from Terje Kvernes |
16326 | 523 | ||
16327 | Members: | 524 | Members: |
16328 | Rules.mak:1.13->1.14 | 525 | miscutils/Config.in:1.4->1.5 |
16329 | 526 | ||
16330 | --------------------- | 527 | --------------------- |
16331 | PatchSet 3237 | 528 | PatchSet 3433 |
16332 | Date: 2003/03/07 17:29:12 | 529 | Date: 2003/07/26 09:16:10 |
16333 | Author: andersen | 530 | Author: andersen |
16334 | Branch: HEAD | 531 | Branch: HEAD |
16335 | Tag: (none) | 532 | Tag: (none) |
16336 | Log: | 533 | Log: |
16337 | Define bb_xgetlarg as a standard interface for extracting | 534 | Patch from Christian Meyer: |
16338 | numbers from getopt which includes careful error checking. | ||
16339 | -Erik | ||
16340 | 535 | ||
16341 | Members: | 536 | The client gives up way too soon because timeout is set to 0 ... |
16342 | include/libbb.h:1.94->1.95 | 537 | There's a solution for that problem. |
16343 | libbb/Makefile.in:1.16->1.17 | ||
16344 | libbb/bb_xgetlarg.c:INITIAL->1.1 | ||
16345 | |||
16346 | --------------------- | ||
16347 | PatchSet 3238 | ||
16348 | Date: 2003/03/07 17:33:40 | ||
16349 | Author: andersen | ||
16350 | Branch: HEAD | ||
16351 | Tag: (none) | ||
16352 | Log: | ||
16353 | audit for proper error handling, apply a few size optimizations | ||
16354 | -Erik | ||
16355 | 538 | ||
16356 | Members: | 539 | Members: |
16357 | util-linux/dmesg.c:1.25->1.26 | 540 | networking/tftp.c:1.18->1.19 |
16358 | 541 | ||
16359 | --------------------- | 542 | --------------------- |
16360 | PatchSet 3239 | 543 | PatchSet 3434 |
16361 | Date: 2003/03/07 17:43:32 | 544 | Date: 2003/07/26 09:20:46 |
16362 | Author: andersen | 545 | Author: andersen |
16363 | Branch: HEAD | 546 | Branch: HEAD |
16364 | Tag: (none) | 547 | Tag: (none) |
16365 | Log: | 548 | Log: |
16366 | With nightmares of libbb ending up with 100 .c files starting | 549 | The logger utility does not really depend on CONFIG_SYSLOGD, |
16367 | with "bb_" it seems best to rename this now and avoid starting | 550 | since it can also be used with other syslog daemons |
16368 | an evil KDE style naming trend. | ||
16369 | |||
16370 | Members: | ||
16371 | libbb/Makefile.in:1.17->1.18 | ||
16372 | libbb/bb_xgetlarg.c:1.1->1.2(DEAD) | ||
16373 | libbb/xgetlarg.c:INITIAL->1.1 | ||
16374 | |||
16375 | --------------------- | ||
16376 | PatchSet 3240 | ||
16377 | Date: 2003/03/07 17:59:32 | ||
16378 | Author: andersen | ||
16379 | Branch: HEAD | ||
16380 | Tag: (none) | ||
16381 | Log: | ||
16382 | Save a few bytes and remove a redundant string | ||
16383 | |||
16384 | Members: | ||
16385 | util-linux/dmesg.c:1.26->1.27 | ||
16386 | |||
16387 | --------------------- | ||
16388 | PatchSet 3241 | ||
16389 | Date: 2003/03/07 18:03:02 | ||
16390 | Author: andersen | ||
16391 | Branch: HEAD | ||
16392 | Tag: (none) | ||
16393 | Log: | ||
16394 | Scrub things a bit, shave off a few bytes. | ||
16395 | -Erik | 551 | -Erik |
16396 | 552 | ||
16397 | Members: | 553 | Members: |
16398 | util-linux/fdflush.c:1.19->1.20 | 554 | sysklogd/Config.in:1.2->1.3 |
16399 | 555 | ||
16400 | --------------------- | 556 | --------------------- |
16401 | PatchSet 3242 | 557 | PatchSet 3435 |
16402 | Date: 2003/03/07 18:09:06 | 558 | Date: 2003/07/26 10:10:35 |
16403 | Author: andersen | 559 | Author: andersen |
16404 | Branch: HEAD | 560 | Branch: HEAD |
16405 | Tag: (none) | 561 | Tag: (none) |
16406 | Log: | 562 | Log: |
16407 | be more careful about cleaning up | 563 | cleanup and add long options |
16408 | 564 | ||
16409 | Members: | 565 | Members: |
16410 | util-linux/fdflush.c:1.20->1.21 | 566 | debianutils/start_stop_daemon.c:1.8->1.9 |
16411 | util-linux/freeramdisk.c:1.19->1.20 | 567 | init/start_stop_daemon.c:1.8->1.9 |
16412 | 568 | ||
16413 | --------------------- | 569 | --------------------- |
16414 | PatchSet 3243 | 570 | PatchSet 3436 |
16415 | Date: 2003/03/08 05:21:02 | 571 | Date: 2003/07/26 10:16:00 |
16416 | Author: bug1 | ||
16417 | Branch: HEAD | ||
16418 | Tag: (none) | ||
16419 | Log: | ||
16420 | Fix matching for the $ address (last line) | ||
16421 | |||
16422 | Members: | ||
16423 | editors/sed.c:1.94->1.95 | ||
16424 | |||
16425 | --------------------- | ||
16426 | PatchSet 3244 | ||
16427 | Date: 2003/03/09 02:39:29 | ||
16428 | Author: bug1 | ||
16429 | Branch: HEAD | ||
16430 | Tag: (none) | ||
16431 | Log: | ||
16432 | Mention the opengroup sed reference, add a check which is disabled at present. | ||
16433 | |||
16434 | Members: | ||
16435 | editors/sed.c:1.95->1.96 | ||
16436 | |||
16437 | --------------------- | ||
16438 | PatchSet 3245 | ||
16439 | Date: 2003/03/09 02:44:49 | ||
16440 | Author: bug1 | ||
16441 | Branch: HEAD | ||
16442 | Tag: (none) | ||
16443 | Log: | ||
16444 | Woops, remove the code i didnt mean to commit | ||
16445 | |||
16446 | Members: | ||
16447 | editors/sed.c:1.96->1.97 | ||
16448 | |||
16449 | --------------------- | ||
16450 | PatchSet 3246 | ||
16451 | Date: 2003/03/09 08:44:49 | ||
16452 | Author: bug1 | ||
16453 | Branch: HEAD | ||
16454 | Tag: (none) | ||
16455 | Log: | ||
16456 | redo get_addres(). save some space. possible fix a bug where the command might be set to 0 if no second address is given. dont parse sed_cmd struct to get_address, we only need the delim field. | ||
16457 | |||
16458 | Members: | ||
16459 | editors/sed.c:1.97->1.98 | ||
16460 | |||
16461 | --------------------- | ||
16462 | PatchSet 3247 | ||
16463 | Date: 2003/03/09 10:23:57 | ||
16464 | Author: bug1 | ||
16465 | Branch: HEAD | ||
16466 | Tag: (none) | ||
16467 | Log: | ||
16468 | use typedef for struct sed_cmd | ||
16469 | |||
16470 | Members: | ||
16471 | editors/sed.c:1.98->1.99 | ||
16472 | |||
16473 | --------------------- | ||
16474 | PatchSet 3248 | ||
16475 | Date: 2003/03/09 11:06:38 | ||
16476 | Author: bug1 | ||
16477 | Branch: HEAD | ||
16478 | Tag: (none) | ||
16479 | Log: | ||
16480 | alloc array for commands, use string ptr in parse_command_string() | ||
16481 | |||
16482 | Members: | ||
16483 | editors/sed.c:1.99->1.100 | ||
16484 | |||
16485 | --------------------- | ||
16486 | PatchSet 3249 | ||
16487 | Date: 2003/03/09 15:12:24 | ||
16488 | Author: bug1 | ||
16489 | Branch: HEAD | ||
16490 | Tag: (none) | ||
16491 | Log: | ||
16492 | Support grouped commands, i.e. {cmd1;cmd2} | ||
16493 | |||
16494 | Members: | ||
16495 | editors/sed.c:1.100->1.101 | ||
16496 | |||
16497 | --------------------- | ||
16498 | PatchSet 3250 | ||
16499 | Date: 2003/03/09 15:40:40 | ||
16500 | Author: bug1 | ||
16501 | Branch: HEAD | ||
16502 | Tag: (none) | ||
16503 | Log: | ||
16504 | Fix a delimiter matching bug i introduced. | ||
16505 | |||
16506 | Members: | ||
16507 | editors/sed.c:1.101->1.102 | ||
16508 | |||
16509 | --------------------- | ||
16510 | PatchSet 3251 | ||
16511 | Date: 2003/03/10 02:21:14 | ||
16512 | Author: bug1 | ||
16513 | Branch: HEAD | ||
16514 | Tag: (none) | ||
16515 | Log: | ||
16516 | Add the q (quit) option | ||
16517 | |||
16518 | Members: | ||
16519 | editors/sed.c:1.102->1.103 | ||
16520 | |||
16521 | --------------------- | ||
16522 | PatchSet 3252 | ||
16523 | Date: 2003/03/10 02:56:56 | ||
16524 | Author: bug1 | ||
16525 | Branch: HEAD | ||
16526 | Tag: (none) | ||
16527 | Log: | ||
16528 | add the 'n' command | ||
16529 | |||
16530 | Members: | ||
16531 | editors/sed.c:1.103->1.104 | ||
16532 | |||
16533 | --------------------- | ||
16534 | PatchSet 3253 | ||
16535 | Date: 2003/03/10 04:12:35 | ||
16536 | Author: bug1 | ||
16537 | Branch: HEAD | ||
16538 | Tag: (none) | ||
16539 | Log: | ||
16540 | fix n, add N, P | ||
16541 | |||
16542 | Members: | ||
16543 | editors/sed.c:1.104->1.105 | ||
16544 | |||
16545 | --------------------- | ||
16546 | PatchSet 3254 | ||
16547 | Date: 2003/03/10 17:21:46 | ||
16548 | Author: andersen | 572 | Author: andersen |
16549 | Branch: HEAD | 573 | Branch: HEAD |
16550 | Tag: (none) | 574 | Tag: (none) |
16551 | Log: | 575 | Log: |
16552 | Avoid potential rendering problems | 576 | Move start_stop_daemon to debianutils. |
577 | Cleanup run_parts a bit and add long opts | ||
16553 | 578 | ||
16554 | Members: | 579 | Members: |
16555 | scripts/config/menubox.c:1.2->1.3 | 580 | debianutils/Config.in:1.3->1.4 |
581 | debianutils/Makefile.in:1.2->1.3 | ||
582 | debianutils/run_parts.c:1.4->1.5 | ||
583 | init/Config.in:1.6->1.7 | ||
584 | init/Makefile.in:1.6->1.7 | ||
585 | init/start_stop_daemon.c:1.9->1.10(DEAD) | ||
16556 | 586 | ||
16557 | --------------------- | 587 | --------------------- |
16558 | PatchSet 3255 | 588 | PatchSet 3437 |
16559 | Date: 2003/03/11 18:03:39 | 589 | Date: 2003/07/26 10:27:02 |
16560 | Author: andersen | 590 | Author: andersen |
16561 | Branch: HEAD | 591 | Branch: HEAD |
16562 | Tag: (none) | 592 | Tag: (none) |
16563 | Log: | 593 | Log: |
16564 | cope with crappy windoze ftp servers | 594 | Allow people to use the full blown iproute2 programs with busybox ifupdown. |
16565 | 595 | ||
16566 | Members: | 596 | Members: |
16567 | networking/wget.c:1.51->1.52 | 597 | networking/Config.in:1.18->1.19 |
16568 | 598 | ||
16569 | --------------------- | 599 | --------------------- |
16570 | PatchSet 3256 | 600 | PatchSet 3438 |
16571 | Date: 2003/03/13 18:49:45 | 601 | Date: 2003/07/26 10:33:15 |
16572 | Author: andersen | 602 | Author: andersen |
16573 | Branch: HEAD | 603 | Branch: HEAD |
16574 | Tag: (none) | 604 | Tag: (none) |
16575 | Log: | 605 | Log: |
16576 | Patch from Tito Ragusa: | 606 | There should be only one instance of CONFIG_FEATURE_AUTOWIDTH |
16577 | |||
16578 | The changes I've made: in strings.c: | ||
16579 | 1) fix memory allocation error I've detected with MALLOC_CHECK_=1 in *string; | ||
16580 | 2) code clean up; | ||
16581 | 3) fix compiler warnings about uninitialized vars; | ||
16582 | 607 | ||
16583 | Members: | 608 | Members: |
16584 | miscutils/strings.c:1.4->1.5 | 609 | coreutils/Config.in:1.11->1.12 |
610 | util-linux/Config.in:1.7->1.8 | ||
16585 | 611 | ||
16586 | --------------------- | 612 | --------------------- |
16587 | PatchSet 3257 | 613 | PatchSet 3439 |
16588 | Date: 2003/03/13 18:57:08 | 614 | Date: 2003/07/28 07:35:32 |
16589 | Author: andersen | 615 | Author: andersen |
16590 | Branch: HEAD | 616 | Branch: HEAD |
16591 | Tag: (none) | 617 | Tag: (none) |
16592 | Log: | 618 | Log: |
16593 | Fix obviously wrong names from older busybox | 619 | James Petterson writes: |
16594 | 620 | ||
16595 | Members: | 621 | I've found a possible bug in libbb/interface.c, in function |
16596 | modutils/insmod.c:1.95->1.96 | 622 | if_readlist_proc(). This function calls get_name(), and passes |
623 | as an argument 'name', a buffer of 16 bytes (IFNAMSIZ). The | ||
624 | function get_name(), however, may use more than 16 bytes, | ||
625 | when it is searching for aliases. Even if you don't have an | ||
626 | alias interface, you can run into trouble if the interface | ||
627 | has received more than 99999999 bytes, in which case the | ||
628 | space between the interface name and the rx stats | ||
629 | disappears, as in the /proc/net/dev example below: | ||
630 | wan0.200:264573315 462080 ... | ||
631 | In this case get_name() correctly identifies the interface name | ||
632 | as "wan0.200", but to do that it uses 18 bytes of the 'name' | ||
633 | buffer, which could lead to an unpredictable error. | ||
16597 | 634 | ||
16598 | --------------------- | 635 | A simple solution would be to increase the size of the buffer: |
16599 | PatchSet 3258 | ||
16600 | Date: 2003/03/13 20:54:26 | ||
16601 | Author: andersen | ||
16602 | Branch: HEAD | ||
16603 | Tag: (none) | ||
16604 | Log: | ||
16605 | oops. args shuffled. | ||
16606 | 636 | ||
16607 | Members: | 637 | Members: |
16608 | miscutils/strings.c:1.5->1.6 | 638 | libbb/interface.c:1.17->1.18 |
16609 | 639 | ||
16610 | --------------------- | 640 | --------------------- |
16611 | PatchSet 3259 | 641 | PatchSet 3440 |
16612 | Date: 2003/03/14 16:05:59 | 642 | Date: 2003/07/28 07:42:59 |
16613 | Author: andersen | 643 | Author: andersen |
16614 | Branch: HEAD | 644 | Branch: HEAD |
16615 | Tag: (none) | 645 | Tag: (none) |
16616 | Log: | 646 | Log: |
16617 | Patch from Jonas Holmberg, adjusted by Robert Schwebel, and | 647 | Add a "search google" button |
16618 | later re-adjusted by me to fix msh backtick handling | ||
16619 | |||
16620 | Members: | ||
16621 | shell/msh.c:1.11->1.12 | ||
16622 | |||
16623 | --------------------- | ||
16624 | PatchSet 3260 | ||
16625 | Date: 2003/03/18 01:19:23 | ||
16626 | Author: bug1 | ||
16627 | Branch: HEAD | ||
16628 | Tag: (none) | ||
16629 | Log: | ||
16630 | Fix a bug that corrupted the string followed commands that had no arguments (Closes #1304) | ||
16631 | |||
16632 | Members: | ||
16633 | editors/sed.c:1.105->1.106 | ||
16634 | |||
16635 | --------------------- | ||
16636 | PatchSet 3261 | ||
16637 | Date: 2003/03/18 08:37:57 | ||
16638 | Author: bug1 | ||
16639 | Branch: HEAD | ||
16640 | Tag: (none) | ||
16641 | Log: | ||
16642 | Match newlines, this fixes matching of ^ or $ when there is a '\n' in the pattern being matched. This fixes cases when the N command is used. | ||
16643 | |||
16644 | Members: | ||
16645 | editors/sed.c:1.106->1.107 | ||
16646 | |||
16647 | --------------------- | ||
16648 | PatchSet 3262 | ||
16649 | Date: 2003/03/19 09:11:07 | ||
16650 | Author: mjn3 | ||
16651 | Branch: HEAD | ||
16652 | Tag: (none) | ||
16653 | Log: | ||
16654 | Major coreutils update. | ||
16655 | 648 | ||
16656 | Members: | 649 | Members: |
16657 | Makefile:1.276->1.277 | 650 | docs/busybox.net/index.html:1.123->1.124 |
16658 | applets/applets.c:1.18->1.19 | ||
16659 | applets/busybox.c:1.138->1.139 | ||
16660 | archival/ar.c:1.43->1.44 | ||
16661 | archival/bunzip2.c:1.13->1.14 | ||
16662 | archival/cpio.c:1.11->1.12 | ||
16663 | archival/dpkg.c:1.71->1.72 | ||
16664 | archival/dpkg_deb.c:1.29->1.30 | ||
16665 | archival/gunzip.c:1.74->1.75 | ||
16666 | archival/gzip.c:1.58->1.59 | ||
16667 | archival/rpm.c:1.2->1.3 | ||
16668 | archival/rpm2cpio.c:1.8->1.9 | ||
16669 | archival/tar.c:1.168->1.169 | ||
16670 | archival/uncompress.c:1.1->1.2 | ||
16671 | archival/unzip.c:1.4->1.5 | ||
16672 | archival/libunarchive/archive_copy_file.c:1.3->1.4 | ||
16673 | archival/libunarchive/archive_xread.c:1.1->1.2 | ||
16674 | archival/libunarchive/archive_xread_all.c:1.1->1.2 | ||
16675 | archival/libunarchive/archive_xread_all_eof.c:1.1->1.2 | ||
16676 | archival/libunarchive/check_header_gzip.c:1.3->1.4 | ||
16677 | archival/libunarchive/data_extract_all.c:1.8->1.9 | ||
16678 | archival/libunarchive/decompress_bunzip2.c:1.3->1.4 | ||
16679 | archival/libunarchive/get_header_ar.c:1.5->1.6 | ||
16680 | archival/libunarchive/get_header_cpio.c:1.6->1.7 | ||
16681 | archival/libunarchive/get_header_tar.c:1.16->1.17 | ||
16682 | archival/libunarchive/get_header_tar_gz.c:1.5->1.6 | ||
16683 | archival/libunarchive/header_verbose_list.c:1.1->1.2 | ||
16684 | archival/libunarchive/seek_by_jump.c:1.2->1.3 | ||
16685 | archival/libunarchive/uncompress.c:1.6->1.7 | ||
16686 | archival/libunarchive/unpack_ar_archive.c:1.2->1.3 | ||
16687 | archival/libunarchive/unzip.c:1.29->1.30 | ||
16688 | console-tools/chvt.c:1.18->1.19 | ||
16689 | console-tools/deallocvt.c:1.24->1.25 | ||
16690 | console-tools/dumpkmap.c:1.15->1.16 | ||
16691 | console-tools/loadacm.c:1.22->1.23 | ||
16692 | console-tools/loadfont.c:1.19->1.20 | ||
16693 | console-tools/loadkmap.c:1.25->1.26 | ||
16694 | console-tools/openvt.c:1.3->1.4 | ||
16695 | console-tools/setkeycodes.c:1.12->1.13 | ||
16696 | coreutils/Config.in:1.2->1.3 | ||
16697 | coreutils/basename.c:1.20->1.21 | ||
16698 | coreutils/cal.c:1.4->1.5 | ||
16699 | coreutils/cat.c:1.27->1.28 | ||
16700 | coreutils/chgrp.c:1.11->1.12 | ||
16701 | coreutils/chmod.c:1.13->1.14 | ||
16702 | coreutils/chown.c:1.20->1.21 | ||
16703 | coreutils/chroot.c:1.27->1.28 | ||
16704 | coreutils/cmp.c:1.8->1.9 | ||
16705 | coreutils/cp.c:1.20->1.21 | ||
16706 | coreutils/cut.c:1.24->1.25 | ||
16707 | coreutils/date.c:1.38->1.39 | ||
16708 | coreutils/dd.c:1.52->1.53 | ||
16709 | coreutils/df.c:1.49->1.50 | ||
16710 | coreutils/dirname.c:1.17->1.18 | ||
16711 | coreutils/dos2unix.c:1.16->1.17 | ||
16712 | coreutils/du.c:1.55->1.56 | ||
16713 | coreutils/echo.c:1.16->1.17 | ||
16714 | coreutils/env.c:1.4->1.5 | ||
16715 | coreutils/expr.c:1.11->1.12 | ||
16716 | coreutils/false.c:1.1->1.2 | ||
16717 | coreutils/head.c:1.28->1.29 | ||
16718 | coreutils/hostid.c:1.12->1.13 | ||
16719 | coreutils/id.c:1.21->1.22 | ||
16720 | coreutils/length.c:1.13->1.14 | ||
16721 | coreutils/ln.c:1.40->1.41 | ||
16722 | coreutils/logname.c:1.16->1.17 | ||
16723 | coreutils/ls.c:1.96->1.97 | ||
16724 | coreutils/md5sum.c:1.27->1.28 | ||
16725 | coreutils/mkdir.c:1.33->1.34 | ||
16726 | coreutils/mkfifo.c:1.14->1.15 | ||
16727 | coreutils/mknod.c:1.23->1.24 | ||
16728 | coreutils/mv.c:1.17->1.18 | ||
16729 | coreutils/od.c:1.4->1.5 | ||
16730 | coreutils/printf.c:1.17->1.18 | ||
16731 | coreutils/pwd.c:1.22->1.23 | ||
16732 | coreutils/realpath.c:1.2->1.3 | ||
16733 | coreutils/rm.c:1.35->1.36 | ||
16734 | coreutils/rmdir.c:1.22->1.23 | ||
16735 | coreutils/sha1sum.c:1.2->1.3 | ||
16736 | coreutils/sleep.c:1.16->1.17 | ||
16737 | coreutils/sort.c:1.34->1.35 | ||
16738 | coreutils/stty.c:1.7->1.8 | ||
16739 | coreutils/sync.c:1.18->1.19 | ||
16740 | coreutils/tail.c:1.43->1.44 | ||
16741 | coreutils/tee.c:1.21->1.22 | ||
16742 | coreutils/test.c:1.21->1.22 | ||
16743 | coreutils/touch.c:1.25->1.26 | ||
16744 | coreutils/tr.c:1.33->1.34 | ||
16745 | coreutils/true.c:1.1->1.2 | ||
16746 | coreutils/tty.c:1.11->1.12 | ||
16747 | coreutils/uname.c:1.18->1.19 | ||
16748 | coreutils/uniq.c:1.20->1.21 | ||
16749 | coreutils/usleep.c:1.10->1.11 | ||
16750 | coreutils/uudecode.c:1.19->1.20 | ||
16751 | coreutils/uuencode.c:1.24->1.25 | ||
16752 | coreutils/watch.c:1.3->1.4 | ||
16753 | coreutils/wc.c:1.26->1.27 | ||
16754 | coreutils/who.c:1.1->1.2 | ||
16755 | coreutils/whoami.c:1.20->1.21 | ||
16756 | coreutils/yes.c:1.13->1.14 | ||
16757 | coreutils/libcoreutils/Makefile:INITIAL->1.1 | ||
16758 | coreutils/libcoreutils/Makefile.in:INITIAL->1.1 | ||
16759 | coreutils/libcoreutils/coreutils.h:INITIAL->1.1 | ||
16760 | coreutils/libcoreutils/cp_mv_stat.c:INITIAL->1.1 | ||
16761 | coreutils/libcoreutils/getopt_mk_fifo_nod.c:INITIAL->1.1 | ||
16762 | coreutils/libcoreutils/xgetoptfile_sort_uniq.c:INITIAL->1.1 | ||
16763 | debianutils/mktemp.c:1.1->1.2 | ||
16764 | debianutils/readlink.c:1.1->1.2 | ||
16765 | debianutils/run_parts.c:1.3->1.4 | ||
16766 | debianutils/which.c:1.1->1.2 | ||
16767 | editors/awk.c:1.3->1.4 | ||
16768 | editors/sed.c:1.107->1.108 | ||
16769 | editors/vi.c:1.27->1.28 | ||
16770 | findutils/find.c:1.37->1.38 | ||
16771 | findutils/grep.c:1.76->1.77 | ||
16772 | findutils/xargs.c:1.24->1.25 | ||
16773 | include/dump.h:1.1->1.2 | ||
16774 | include/libbb.h:1.95->1.96 | ||
16775 | include/usage.h:1.145->1.146 | ||
16776 | init/halt.c:1.19->1.20 | ||
16777 | init/init.c:1.181->1.182 | ||
16778 | init/mesg.c:1.1->1.2 | ||
16779 | init/poweroff.c:1.16->1.17 | ||
16780 | init/reboot.c:1.25->1.26 | ||
16781 | init/start_stop_daemon.c:1.7->1.8 | ||
16782 | libbb/Makefile.in:1.18->1.19 | ||
16783 | libbb/ask_confirmation.c:1.2->1.3 | ||
16784 | libbb/bb_asprintf.c:1.2->1.3 | ||
16785 | libbb/change_identity.c:1.1->1.2 | ||
16786 | libbb/compare_string_array.c:1.1->1.2 | ||
16787 | libbb/concat_path_file.c:1.9->1.10 | ||
16788 | libbb/copy_file.c:1.23->1.24 | ||
16789 | libbb/copy_file_chunk.c:1.7->1.8(DEAD) | ||
16790 | libbb/copyfd.c:1.4->1.5 | ||
16791 | libbb/correct_password.c:1.1->1.2 | ||
16792 | libbb/create_icmp6_socket.c:1.2->1.3 | ||
16793 | libbb/create_icmp_socket.c:1.1->1.2 | ||
16794 | libbb/default_error_retval.c:INITIAL->1.1 | ||
16795 | libbb/dirname.c:1.5->1.6 | ||
16796 | libbb/dump.c:1.3->1.4 | ||
16797 | libbb/error_msg.c:1.3->1.4 | ||
16798 | libbb/error_msg_and_die.c:1.2->1.3 | ||
16799 | libbb/fclose_nonstdin.c:INITIAL->1.1 | ||
16800 | libbb/fflush_stdout_and_exit.c:INITIAL->1.1 | ||
16801 | libbb/find_root_device.c:1.5->1.6 | ||
16802 | libbb/full_read.c:1.2->1.3 | ||
16803 | libbb/full_write.c:1.2->1.3 | ||
16804 | libbb/get_console.c:1.4->1.5 | ||
16805 | libbb/get_last_path_component.c:1.4->1.5 | ||
16806 | libbb/get_line_from_file.c:1.3->1.4 | ||
16807 | libbb/getopt_ulflags.c:INITIAL->1.1 | ||
16808 | libbb/herror_msg.c:1.2->1.3 | ||
16809 | libbb/herror_msg_and_die.c:1.3->1.4 | ||
16810 | libbb/inet_common.c:1.5->1.6 | ||
16811 | libbb/interface.c:1.14->1.15 | ||
16812 | libbb/kernel_version.c:1.2->1.3 | ||
16813 | libbb/loop.c:1.3->1.4 | ||
16814 | libbb/make_directory.c:1.13->1.14 | ||
16815 | libbb/messages.c:1.8->1.9 | ||
16816 | libbb/mode_string.c:1.2->1.3 | ||
16817 | libbb/module_syscalls.c:1.9->1.10 | ||
16818 | libbb/mtab.c:1.2->1.3 | ||
16819 | libbb/mtab_file.c:1.6->1.7 | ||
16820 | libbb/my_getgrnam.c:1.4->1.5 | ||
16821 | libbb/my_getpwnam.c:1.4->1.5 | ||
16822 | libbb/my_getpwnamegid.c:1.4->1.5 | ||
16823 | libbb/obscure.c:1.2->1.3 | ||
16824 | libbb/parse_mode.c:1.4->1.5 | ||
16825 | libbb/parse_number.c:1.2->1.3 | ||
16826 | libbb/perror_msg.c:1.2->1.3 | ||
16827 | libbb/perror_msg_and_die.c:1.2->1.3 | ||
16828 | libbb/perror_nomsg.c:INITIAL->1.1 | ||
16829 | libbb/perror_nomsg_and_die.c:INITIAL->1.1 | ||
16830 | libbb/print_file.c:1.5->1.6 | ||
16831 | libbb/printf.c:INITIAL->1.1 | ||
16832 | libbb/process_escape_sequence.c:1.3->1.4 | ||
16833 | libbb/procps.c:1.5->1.6 | ||
16834 | libbb/read_package_field.c:1.6->1.7 | ||
16835 | libbb/recursive_action.c:1.7->1.8 | ||
16836 | libbb/remove_file.c:1.4->1.5 | ||
16837 | libbb/run_parts.c:1.5->1.6 | ||
16838 | libbb/run_shell.c:1.2->1.3 | ||
16839 | libbb/setup_environment.c:1.1->1.2 | ||
16840 | libbb/simplify_path.c:1.3->1.4 | ||
16841 | libbb/skip_whitespace.c:INITIAL->1.1 | ||
16842 | libbb/speed_table.c:INITIAL->1.1 | ||
16843 | libbb/syscalls.c:1.8->1.9 | ||
16844 | libbb/syslog_msg_with_name.c:1.3->1.4 | ||
16845 | libbb/time_string.c:1.2->1.3(DEAD) | ||
16846 | libbb/verror_msg.c:1.3->1.4 | ||
16847 | libbb/vherror_msg.c:1.4->1.5 | ||
16848 | libbb/vperror_msg.c:1.2->1.3 | ||
16849 | libbb/warn_ignoring_args.c:INITIAL->1.1 | ||
16850 | libbb/wfopen.c:1.2->1.3 | ||
16851 | libbb/wfopen_input.c:INITIAL->1.1 | ||
16852 | libbb/xconnect.c:1.5->1.6 | ||
16853 | libbb/xfuncs.c:1.9->1.10 | ||
16854 | libbb/xgetcwd.c:1.3->1.4 | ||
16855 | libbb/xgethostbyname.c:1.4->1.5 | ||
16856 | libbb/xgethostbyname2.c:1.2->1.3 | ||
16857 | libbb/xgetlarg.c:1.1->1.2 | ||
16858 | libbb/xgetularg.c:INITIAL->1.1 | ||
16859 | libbb/xreadlink.c:1.3->1.4 | ||
16860 | libbb/xregcomp.c:1.2->1.3 | ||
16861 | libpwdgrp/shadow.c:1.3->1.4 | ||
16862 | loginutils/addgroup.c:1.9->1.10 | ||
16863 | loginutils/adduser.c:1.4->1.5 | ||
16864 | loginutils/deluser.c:1.2->1.3 | ||
16865 | loginutils/getty.c:1.7->1.8 | ||
16866 | loginutils/login.c:1.9->1.10 | ||
16867 | loginutils/passwd.c:1.4->1.5 | ||
16868 | loginutils/su.c:1.2->1.3 | ||
16869 | loginutils/sulogin.c:1.1->1.2 | ||
16870 | loginutils/vlock.c:1.2->1.3 | ||
16871 | miscutils/adjtimex.c:1.3->1.4 | ||
16872 | miscutils/crond.c:1.2->1.3 | ||
16873 | miscutils/crontab.c:1.3->1.4 | ||
16874 | miscutils/dc.c:1.14->1.15 | ||
16875 | miscutils/dutmp.c:1.29->1.30 | ||
16876 | miscutils/makedevs.c:1.14->1.15 | ||
16877 | miscutils/mt.c:1.23->1.24 | ||
16878 | miscutils/strings.c:1.6->1.7 | ||
16879 | miscutils/time.c:1.3->1.4 | ||
16880 | miscutils/update.c:1.23->1.24 | ||
16881 | miscutils/watchdog.c:1.5->1.6 | ||
16882 | modutils/insmod.c:1.96->1.97 | ||
16883 | modutils/lsmod.c:1.37->1.38 | ||
16884 | modutils/modprobe.c:1.18->1.19 | ||
16885 | modutils/rmmod.c:1.22->1.23 | ||
16886 | networking/arping.c:1.3->1.4 | ||
16887 | networking/ftpgetput.c:1.5->1.6 | ||
16888 | networking/hostname.c:1.34->1.35 | ||
16889 | networking/httpd.c:1.3->1.4 | ||
16890 | networking/ifconfig.c:1.22->1.23 | ||
16891 | networking/ifupdown.c:1.20->1.21 | ||
16892 | networking/inetd.c:1.3->1.4 | ||
16893 | networking/ip.c:1.2->1.3 | ||
16894 | networking/ipcalc.c:1.1->1.2 | ||
16895 | networking/nameif.c:1.6->1.7 | ||
16896 | networking/nc.c:1.20->1.21 | ||
16897 | networking/netstat.c:1.9->1.10 | ||
16898 | networking/nslookup.c:1.29->1.30 | ||
16899 | networking/ping.c:1.53->1.54 | ||
16900 | networking/ping6.c:1.3->1.4 | ||
16901 | networking/route.c:1.21->1.22 | ||
16902 | networking/telnet.c:1.35->1.36 | ||
16903 | networking/telnetd.c:1.4->1.5 | ||
16904 | networking/tftp.c:1.17->1.18 | ||
16905 | networking/traceroute.c:1.10->1.11 | ||
16906 | networking/vconfig.c:1.2->1.3 | ||
16907 | networking/wget.c:1.52->1.53 | ||
16908 | networking/libiproute/ip_parse_common_args.c:1.3->1.4 | ||
16909 | networking/libiproute/ipaddress.c:1.9->1.10 | ||
16910 | networking/libiproute/iplink.c:1.6->1.7 | ||
16911 | networking/libiproute/iproute.c:1.9->1.10 | ||
16912 | networking/libiproute/iptunnel.c:1.5->1.6 | ||
16913 | networking/libiproute/libnetlink.c:1.3->1.4 | ||
16914 | networking/libiproute/ll_addr.c:1.5->1.6 | ||
16915 | networking/libiproute/utils.c:1.5->1.6 | ||
16916 | networking/udhcp/dhcpc.c:1.8->1.9 | ||
16917 | procps/free.c:1.19->1.20 | ||
16918 | procps/kill.c:1.47->1.48 | ||
16919 | procps/pidof.c:1.7->1.8 | ||
16920 | procps/renice.c:1.7->1.8 | ||
16921 | procps/top.c:1.5->1.6 | ||
16922 | shell/ash.c:1.68->1.69 | ||
16923 | shell/cmdedit.c:1.77->1.78 | ||
16924 | shell/hush.c:1.61->1.62 | ||
16925 | shell/lash.c:1.149->1.150 | ||
16926 | shell/msh.c:1.12->1.13 | ||
16927 | sysklogd/klogd.c:1.13->1.14 | ||
16928 | sysklogd/logger.c:1.36->1.37 | ||
16929 | sysklogd/logread.c:1.10->1.11 | ||
16930 | sysklogd/syslogd.c:1.92->1.93 | ||
16931 | util-linux/dmesg.c:1.27->1.28 | ||
16932 | util-linux/fbset.c:1.30->1.31 | ||
16933 | util-linux/fdflush.c:1.21->1.22 | ||
16934 | util-linux/fdisk.c:1.4->1.5 | ||
16935 | util-linux/freeramdisk.c:1.20->1.21 | ||
16936 | util-linux/fsck_minix.c:1.36->1.37 | ||
16937 | util-linux/getopt.c:1.11->1.12 | ||
16938 | util-linux/hexdump.c:1.2->1.3 | ||
16939 | util-linux/hwclock.c:1.4->1.5 | ||
16940 | util-linux/losetup.c:1.1->1.2 | ||
16941 | util-linux/mkfs_minix.c:1.37->1.38 | ||
16942 | util-linux/mkswap.c:1.26->1.27 | ||
16943 | util-linux/more.c:1.55->1.56 | ||
16944 | util-linux/mount.c:1.109->1.110 | ||
16945 | util-linux/nfsmount.c:1.24->1.25 | ||
16946 | util-linux/pivot_root.c:1.6->1.7 | ||
16947 | util-linux/rdate.c:1.21->1.22 | ||
16948 | util-linux/swaponoff.c:1.32->1.33 | ||
16949 | util-linux/umount.c:1.59->1.60 | ||
16950 | 651 | ||
16951 | --------------------- | 652 | --------------------- |
16952 | PatchSet 3263 | 653 | PatchSet 3441 |
16953 | Date: 2003/03/19 09:42:02 | 654 | Date: 2003/07/28 08:40:34 |
16954 | Author: mjn3 | ||
16955 | Branch: HEAD | ||
16956 | Tag: (none) | ||
16957 | Log: | ||
16958 | Things my compiler didn't catch... | ||
16959 | |||
16960 | Members: | ||
16961 | coreutils/chgrp.c:1.12->1.13 | ||
16962 | coreutils/df.c:1.50->1.51 | ||
16963 | coreutils/od.c:1.5->1.6 | ||
16964 | |||
16965 | --------------------- | ||
16966 | PatchSet 3264 | ||
16967 | Date: 2003/03/19 09:42:33 | ||
16968 | Author: mjn3 | ||
16969 | Branch: HEAD | ||
16970 | Tag: (none) | ||
16971 | Log: | ||
16972 | Obligatory forgotten item. | ||
16973 | |||
16974 | Members: | ||
16975 | libbb/Makefile.in:1.19->1.20 | ||
16976 | |||
16977 | --------------------- | ||
16978 | PatchSet 3265 | ||
16979 | Date: 2003/03/19 18:09:03 | ||
16980 | Author: mjn3 | ||
16981 | Branch: HEAD | ||
16982 | Tag: (none) | ||
16983 | Log: | ||
16984 | Restrict octal perms to <= 07777. Cosmetic error message change. | ||
16985 | |||
16986 | Members: | ||
16987 | coreutils/chmod.c:1.14->1.15 | ||
16988 | libbb/parse_mode.c:1.5->1.6 | ||
16989 | |||
16990 | --------------------- | ||
16991 | PatchSet 3266 | ||
16992 | Date: 2003/03/19 18:40:42 | ||
16993 | Author: mjn3 | ||
16994 | Branch: HEAD | ||
16995 | Tag: (none) | ||
16996 | Log: | ||
16997 | Minor cleanups. Document the cmp -l option. | ||
16998 | |||
16999 | Members: | ||
17000 | include/usage.h:1.146->1.147 | ||
17001 | |||
17002 | --------------------- | ||
17003 | PatchSet 3267 | ||
17004 | Date: 2003/03/23 20:27:33 | ||
17005 | Author: mjn3 | ||
17006 | Branch: HEAD | ||
17007 | Tag: (none) | ||
17008 | Log: | ||
17009 | Oops... had != but meant ==. | ||
17010 | |||
17011 | Members: | ||
17012 | coreutils/df.c:1.51->1.52 | ||
17013 | |||
17014 | --------------------- | ||
17015 | PatchSet 3268 | ||
17016 | Date: 2003/03/28 03:53:31 | ||
17017 | Author: bug1 | ||
17018 | Branch: HEAD | ||
17019 | Tag: (none) | ||
17020 | Log: | ||
17021 | Use a linked list for sed commands in preparation for branching support | ||
17022 | |||
17023 | Members: | ||
17024 | editors/sed.c:1.108->1.109 | ||
17025 | |||
17026 | --------------------- | ||
17027 | PatchSet 3269 | ||
17028 | Date: 2003/03/28 04:23:23 | ||
17029 | Author: bug1 | ||
17030 | Branch: HEAD | ||
17031 | Tag: (none) | ||
17032 | Log: | ||
17033 | make sed cleanup use linked list | ||
17034 | |||
17035 | Members: | ||
17036 | editors/sed.c:1.109->1.110 | ||
17037 | |||
17038 | --------------------- | ||
17039 | PatchSet 3270 | ||
17040 | Date: 2003/03/28 04:43:39 | ||
17041 | Author: bug1 | ||
17042 | Branch: HEAD | ||
17043 | Tag: (none) | ||
17044 | Log: | ||
17045 | Add basic branching support, sed ':' and 'b' commands | ||
17046 | |||
17047 | Members: | ||
17048 | editors/sed.c:1.110->1.111 | ||
17049 | |||
17050 | --------------------- | ||
17051 | PatchSet 3271 | ||
17052 | Date: 2003/03/28 04:57:52 | ||
17053 | Author: bug1 | ||
17054 | Branch: HEAD | ||
17055 | Tag: (none) | ||
17056 | Log: | ||
17057 | fix q command | ||
17058 | |||
17059 | Members: | ||
17060 | editors/sed.c:1.111->1.112 | ||
17061 | |||
17062 | --------------------- | ||
17063 | PatchSet 3272 | ||
17064 | Date: 2003/03/28 07:44:03 | ||
17065 | Author: bug1 | ||
17066 | Branch: HEAD | ||
17067 | Tag: (none) | ||
17068 | Log: | ||
17069 | Fix sed 's' command's 'p' flag, so it can print line twice | ||
17070 | |||
17071 | Members: | ||
17072 | editors/sed.c:1.112->1.113 | ||
17073 | |||
17074 | --------------------- | ||
17075 | PatchSet 3273 | ||
17076 | Date: 2003/03/28 08:36:52 | ||
17077 | Author: bug1 | ||
17078 | Branch: HEAD | ||
17079 | Tag: (none) | ||
17080 | Log: | ||
17081 | sed 't' branching command | ||
17082 | |||
17083 | Members: | ||
17084 | editors/sed.c:1.113->1.114 | ||
17085 | |||
17086 | --------------------- | ||
17087 | PatchSet 3274 | ||
17088 | Date: 2003/03/28 14:11:34 | ||
17089 | Author: bug1 | ||
17090 | Branch: HEAD | ||
17091 | Tag: (none) | ||
17092 | Log: | ||
17093 | Still fine tunning the printing of the substitute command | ||
17094 | |||
17095 | Members: | ||
17096 | editors/sed.c:1.114->1.115 | ||
17097 | |||
17098 | --------------------- | ||
17099 | PatchSet 3275 | ||
17100 | Date: 2003/03/28 16:54:14 | ||
17101 | Author: andersen | ||
17102 | Branch: HEAD | ||
17103 | Tag: (none) | ||
17104 | Log: | ||
17105 | trivial fix to make sure we have sufficient arguments before | ||
17106 | we mess with a possibly non-existant argv[1] | ||
17107 | -Erik | ||
17108 | |||
17109 | Members: | ||
17110 | coreutils/tail.c:1.44->1.45 | ||
17111 | |||
17112 | --------------------- | ||
17113 | PatchSet 3276 | ||
17114 | Date: 2003/03/30 03:41:53 | ||
17115 | Author: bug1 | ||
17116 | Branch: HEAD | ||
17117 | Tag: (none) | ||
17118 | Log: | ||
17119 | Experimental support for embeded newline. (im evil) | ||
17120 | Fix segfault when using 'N' with an odd number of lines. | ||
17121 | |||
17122 | Members: | ||
17123 | editors/Config.in:1.1->1.2 | ||
17124 | editors/sed.c:1.115->1.116 | ||
17125 | |||
17126 | --------------------- | ||
17127 | PatchSet 3277 | ||
17128 | Date: 2003/03/30 08:02:18 | ||
17129 | Author: bug1 | ||
17130 | Branch: HEAD | ||
17131 | Tag: (none) | ||
17132 | Log: | ||
17133 | sed 'y' command, simplify some other code | ||
17134 | |||
17135 | Members: | ||
17136 | editors/sed.c:1.116->1.117 | ||
17137 | |||
17138 | --------------------- | ||
17139 | PatchSet 3278 | ||
17140 | Date: 2003/03/30 08:40:09 | ||
17141 | Author: bug1 | ||
17142 | Branch: HEAD | ||
17143 | Tag: (none) | ||
17144 | Log: | ||
17145 | Small fix for sed 'y' command | ||
17146 | |||
17147 | Members: | ||
17148 | editors/sed.c:1.117->1.118 | ||
17149 | |||
17150 | --------------------- | ||
17151 | PatchSet 3279 | ||
17152 | Date: 2003/03/30 09:38:40 | ||
17153 | Author: bug1 | ||
17154 | Branch: HEAD | ||
17155 | Tag: (none) | ||
17156 | Log: | ||
17157 | Group common string | ||
17158 | |||
17159 | Members: | ||
17160 | editors/sed.c:1.118->1.119 | ||
17161 | |||
17162 | --------------------- | ||
17163 | PatchSet 3280 | ||
17164 | Date: 2003/03/30 13:57:26 | ||
17165 | Author: bug1 | ||
17166 | Branch: HEAD | ||
17167 | Tag: (none) | ||
17168 | Log: | ||
17169 | Rename, to specify kernel | ||
17170 | |||
17171 | Members: | ||
17172 | modutils/Config.in:1.3->1.4 | ||
17173 | |||
17174 | --------------------- | ||
17175 | PatchSet 3281 | ||
17176 | Date: 2003/03/30 16:10:06 | ||
17177 | Author: bug1 | ||
17178 | Branch: HEAD | ||
17179 | Tag: (none) | ||
17180 | Log: | ||
17181 | Update config to new menu options | ||
17182 | |||
17183 | Members: | ||
17184 | debian/config-udeb:1.9->1.10 | ||
17185 | |||
17186 | --------------------- | ||
17187 | PatchSet 3282 | ||
17188 | Date: 2003/03/31 16:27:18 | ||
17189 | Author: andersen | 655 | Author: andersen |
17190 | Branch: HEAD | 656 | Branch: HEAD |
17191 | Tag: (none) | 657 | Tag: (none) |
17192 | Log: | 658 | Log: |
17193 | Avoid errors with buggy preprocessors | 659 | last_patch95 from vodz: |
17194 | |||
17195 | Members: | ||
17196 | scripts/config/lkc_proto.h:1.1->1.2 | ||
17197 | |||
17198 | --------------------- | ||
17199 | PatchSet 3283 | ||
17200 | Date: 2003/04/02 10:13:26 | ||
17201 | Author: andersen | ||
17202 | Branch: HEAD | ||
17203 | Tag: (none) | ||
17204 | Log: | ||
17205 | Yet another rather large face lift. It now works for me as expected. | ||
17206 | -Erik | ||
17207 | 660 | ||
17208 | Members: | 661 | Hi. |
17209 | networking/ifupdown.c:1.21->1.22 | ||
17210 | 662 | ||
17211 | --------------------- | 663 | Last patch have new libbb function |
17212 | PatchSet 3284 | 664 | vfork_rexec() for can use daemon() to uClinux system. |
17213 | Date: 2003/04/03 19:29:11 | 665 | This patched daemons: syslog, klogd, inetd, crond. |
17214 | Author: mjn3 | 666 | This not tested! I havn`t this systems. |
17215 | Branch: HEAD | 667 | Also. Previous patch for feature request MD5 crypt password for |
17216 | Tag: (none) | 668 | httpd don`t sended to this mailist on 07/15/03 |
17217 | Log: | 669 | (mailist have Pytom module problem?). |
17218 | Fix 'thinko'. | 670 | The previous patch included, and have testing. |
17219 | 671 | ||
17220 | Members: | ||
17221 | coreutils/mknod.c:1.24->1.25 | ||
17222 | 672 | ||
17223 | --------------------- | 673 | --w |
17224 | PatchSet 3285 | 674 | vodz |
17225 | Date: 2003/04/04 14:35:36 | ||
17226 | Author: andersen | ||
17227 | Branch: HEAD | ||
17228 | Tag: (none) | ||
17229 | Log: | ||
17230 | Test that cvs commit messages are working properly | ||
17231 | -Erik | ||
17232 | 675 | ||
17233 | Members: | 676 | Members: |
17234 | coreutils/Config.in:1.3->1.4 | 677 | include/libbb.h:1.105->1.106 |
678 | libbb/Makefile.in:1.24->1.25 | ||
679 | libbb/vfork_daemon_rexec.c:INITIAL->1.1 | ||
680 | miscutils/Config.in:1.5->1.6 | ||
681 | miscutils/crond.c:1.4->1.5 | ||
682 | networking/Config.in:1.19->1.20 | ||
683 | networking/Makefile.in:1.16->1.17 | ||
684 | networking/httpd.c:1.10->1.11 | ||
685 | networking/inetd.c:1.4->1.5 | ||
686 | sysklogd/klogd.c:1.16->1.17 | ||
687 | sysklogd/syslogd.c:1.99->1.100 | ||
17235 | 688 | ||
17236 | --------------------- | 689 | --------------------- |
17237 | PatchSet 3286 | 690 | PatchSet 3442 |
17238 | Date: 2003/04/04 15:20:53 | 691 | Date: 2003/07/28 08:42:19 |
17239 | Author: andersen | 692 | Author: andersen |
17240 | Branch: HEAD | 693 | Branch: HEAD |
17241 | Tag: (none) | 694 | Tag: (none) |
17242 | Log: | 695 | Log: |
17243 | Add more help text | 696 | last_patch98 from vodz: |
17244 | 697 | ||
17245 | Members: | 698 | Denis, |
17246 | coreutils/Config.in:1.4->1.5 | ||
17247 | 699 | ||
17248 | --------------------- | 700 | ># ./busybox env - echo zzz |
17249 | PatchSet 3287 | 701 | >zzz |
17250 | Date: 2003/04/06 04:39:24 | 702 | ># ./busybox echo -n zzz |
17251 | Author: bug1 | 703 | >zzz |
17252 | Branch: HEAD | 704 | ># ./busybox env - echo -n zzz |
17253 | Tag: (none) | 705 | >env: invalid option -- n |
17254 | Log: | 706 | > |
17255 | Preparation for the new net-udeb based on required applets documented at | 707 | > obviously, env tried to understand -n as env's option |
17256 | http://cvs.debian.org/debian-installer/doc/busybox-applets.txt | 708 | > instead of blindly passing it to echo... |
709 | > | ||
710 | >BusyBox v1.00-pre1 (2003.07.16-07:53+0000) multi-call binary | ||
711 | > | ||
712 | >Usage: env [-iu] [-] [name=value]... [command] | ||
17257 | 713 | ||
17258 | Members: | 714 | Ah, you found very old problem. |
17259 | debian/config-net-udeb:INITIAL->1.1 | 715 | Last patch also have: |
17260 | 716 | ||
17261 | --------------------- | 717 | - multiple "-u unsetenv" support |
17262 | PatchSet 3288 | 718 | - GNU long option support |
17263 | Date: 2003/04/06 16:35:52 | 719 | - save errno after exec failed before bb_perror_msg() |
17264 | Author: bug1 | ||
17265 | Branch: HEAD | ||
17266 | Tag: (none) | ||
17267 | Log: | ||
17268 | Sync with waldi's package | ||
17269 | |||
17270 | Members: | ||
17271 | debian/changelog:1.34->1.35 | ||
17272 | debian/config-deb:1.5->1.6 | ||
17273 | debian/config-net-udeb-i386:INITIAL->1.1 | ||
17274 | debian/config-static:1.8->1.9 | ||
17275 | debian/config-udeb:1.10->1.11 | ||
17276 | debian/config-udeb-i386:INITIAL->1.1 | ||
17277 | debian/control:1.16->1.17 | ||
17278 | debian/rules:1.22->1.23 | ||
17279 | |||
17280 | --------------------- | ||
17281 | PatchSet 3289 | ||
17282 | Date: 2003/04/07 13:24:44 | ||
17283 | Author: bug1 | ||
17284 | Branch: HEAD | ||
17285 | Tag: (none) | ||
17286 | Log: | ||
17287 | Rename "line" to pattern_space to be more descriptive and closer to the POSIX description | ||
17288 | 720 | ||
17289 | Members: | ||
17290 | editors/sed.c:1.119->1.120 | ||
17291 | 721 | ||
17292 | --------------------- | 722 | --w |
17293 | PatchSet 3290 | 723 | vodz |
17294 | Date: 2003/04/07 17:04:14 | ||
17295 | Author: bug1 | ||
17296 | Branch: HEAD | ||
17297 | Tag: (none) | ||
17298 | Log: | ||
17299 | Add hold space commands 'g', 'h', 'x' | ||
17300 | 724 | ||
17301 | Members: | 725 | Members: |
17302 | editors/sed.c:1.120->1.121 | 726 | coreutils/env.c:1.7->1.8 |
17303 | 727 | ||
17304 | --------------------- | 728 | --------------------- |
17305 | PatchSet 3291 | 729 | PatchSet 3443 |
17306 | Date: 2003/04/08 07:42:45 | 730 | Date: 2003/07/28 09:31:56 |
17307 | Author: bug1 | ||
17308 | Branch: HEAD | ||
17309 | Tag: (none) | ||
17310 | Log: | ||
17311 | Fixes block commands to correctly identify end of block, recognise the #n directive, fix substitue command when regex isnt specified | ||
17312 | |||
17313 | Members: | ||
17314 | editors/sed.c:1.121->1.122 | ||
17315 | |||
17316 | --------------------- | ||
17317 | PatchSet 3292 | ||
17318 | Date: 2003/04/08 12:56:11 | ||
17319 | Author: bug1 | ||
17320 | Branch: HEAD | ||
17321 | Tag: (none) | ||
17322 | Log: | ||
17323 | Run through indent | ||
17324 | |||
17325 | Members: | ||
17326 | editors/sed.c:1.122->1.123 | ||
17327 | |||
17328 | --------------------- | ||
17329 | PatchSet 3293 | ||
17330 | Date: 2003/04/09 02:43:54 | ||
17331 | Author: bug1 | ||
17332 | Branch: HEAD | ||
17333 | Tag: (none) | ||
17334 | Log: | ||
17335 | Label ends at a newline, update comments, rename linked list field | ||
17336 | |||
17337 | Members: | ||
17338 | editors/sed.c:1.123->1.124 | ||
17339 | |||
17340 | --------------------- | ||
17341 | PatchSet 3294 | ||
17342 | Date: 2003/04/09 08:51:43 | ||
17343 | Author: bug1 | ||
17344 | Branch: HEAD | ||
17345 | Tag: (none) | ||
17346 | Log: | ||
17347 | fix substitution when replacing with &, we shouldnt check for an escape charcter. Its already been taken care of _somewhere_ else | ||
17348 | |||
17349 | Members: | ||
17350 | editors/sed.c:1.124->1.125 | ||
17351 | |||
17352 | --------------------- | ||
17353 | PatchSet 3295 | ||
17354 | Date: 2003/04/09 16:26:14 | ||
17355 | Author: bug1 | ||
17356 | Branch: HEAD | ||
17357 | Tag: (none) | ||
17358 | Log: | ||
17359 | Fix the sed 'r' command | ||
17360 | |||
17361 | Members: | ||
17362 | editors/sed.c:1.125->1.126 | ||
17363 | |||
17364 | --------------------- | ||
17365 | PatchSet 3296 | ||
17366 | Date: 2003/04/09 16:52:32 | ||
17367 | Author: bug1 | ||
17368 | Branch: HEAD | ||
17369 | Tag: (none) | ||
17370 | Log: | ||
17371 | Really fix the 'r' command | ||
17372 | |||
17373 | Members: | ||
17374 | editors/sed.c:1.126->1.127 | ||
17375 | |||
17376 | --------------------- | ||
17377 | PatchSet 3297 | ||
17378 | Date: 2003/04/11 18:10:23 | ||
17379 | Author: bug1 | ||
17380 | Branch: HEAD | ||
17381 | Tag: (none) | ||
17382 | Log: | ||
17383 | Fix up indenting | ||
17384 | |||
17385 | Members: | ||
17386 | editors/sed.c:1.127->1.128 | ||
17387 | |||
17388 | --------------------- | ||
17389 | PatchSet 3298 | ||
17390 | Date: 2003/04/12 17:10:42 | ||
17391 | Author: bug1 | ||
17392 | Branch: HEAD | ||
17393 | Tag: (none) | ||
17394 | Log: | ||
17395 | Fix logic error in grouped commands | ||
17396 | |||
17397 | Members: | ||
17398 | editors/sed.c:1.128->1.129 | ||
17399 | |||
17400 | --------------------- | ||
17401 | PatchSet 3299 | ||
17402 | Date: 2003/04/16 21:52:00 | ||
17403 | Author: andersen | 731 | Author: andersen |
17404 | Branch: HEAD | 732 | Branch: HEAD |
17405 | Tag: (none) | 733 | Tag: (none) |
17406 | Log: | 734 | Log: |
17407 | enable CONFIG_USE_BB_PWD_GRP for the debian installer, | 735 | Update docs a bit |
17408 | to prevent glibc from trying and failing to use NSS junk | ||
17409 | that is not present. | ||
17410 | -Erik | ||
17411 | |||
17412 | Members: | ||
17413 | debian/config-net-udeb:1.1->1.2 | ||
17414 | debian/config-net-udeb-i386:1.1->1.2 | ||
17415 | debian/config-udeb:1.11->1.12 | ||
17416 | debian/config-udeb-i386:1.1->1.2 | ||
17417 | |||
17418 | --------------------- | ||
17419 | PatchSet 3300 | ||
17420 | Date: 2003/04/17 00:02:35 | ||
17421 | Author: andersen | ||
17422 | Branch: HEAD | ||
17423 | Tag: (none) | ||
17424 | Log: | ||
17425 | Minor .o file naming change | ||
17426 | 736 | ||
17427 | Members: | 737 | Members: |
17428 | libbb/Makefile.in:1.20->1.21 | 738 | networking/Config.in:1.20->1.21 |
17429 | libbb/printf.c:1.1->1.2 | ||
17430 | 739 | ||
17431 | --------------------- | 740 | --------------------- |
17432 | PatchSet 3301 | 741 | PatchSet 3444 |
17433 | Date: 2003/04/20 00:15:06 | 742 | Date: 2003/07/28 10:31:28 |
17434 | Author: andersen | 743 | Author: andersen |
17435 | Branch: HEAD | 744 | Branch: HEAD |
17436 | Tag: (none) | 745 | Tag: (none) |
17437 | Log: | 746 | Log: |
17438 | Patch from David Updegraff to avoid corrupting memory while parsing the | 747 | Fixup bugs in last patch |
17439 | networks/iterfaces file with next_word routine. Without this, next_word | ||
17440 | increments one beyond the end of the string. | ||
17441 | 748 | ||
17442 | Members: | 749 | Members: |
17443 | networking/ifupdown.c:1.22->1.23 | 750 | miscutils/crond.c:1.5->1.6 |
751 | networking/inetd.c:1.5->1.6 | ||
752 | sysklogd/klogd.c:1.17->1.18 | ||
17444 | 753 | ||
17445 | --------------------- | 754 | --------------------- |
17446 | PatchSet 3302 | 755 | PatchSet 3445 |
17447 | Date: 2003/04/20 00:18:35 | 756 | Date: 2003/07/28 10:37:56 |
17448 | Author: andersen | 757 | Author: andersen |
17449 | Branch: HEAD | 758 | Branch: HEAD |
17450 | Tag: (none) | 759 | Tag: (none) |
17451 | Log: | 760 | Log: |
17452 | Patch from David Updegraff to use calloc so that forward pointers start out | 761 | Avoid shadowing built-in function `log' |
17453 | NULL, and so it can handle format strings that have stuff _after_ the last %? | ||
17454 | specification | ||
17455 | 762 | ||
17456 | Members: | 763 | Members: |
17457 | libbb/dump.c:1.4->1.5 | 764 | miscutils/crond.c:1.6->1.7 |
17458 | 765 | ||
17459 | --------------------- | 766 | --------------------- |
17460 | PatchSet 3303 | 767 | PatchSet 3446 |
17461 | Date: 2003/04/21 04:34:01 | 768 | Date: 2003/07/28 10:56:34 |
17462 | Author: andersen | 769 | Author: andersen |
17463 | Branch: HEAD | 770 | Branch: HEAD |
17464 | Tag: (none) | 771 | Tag: (none) |
17465 | Log: | 772 | Log: |
17466 | Add link to SimplyGNUstep | 773 | This is synced from dash-0.4.17 and full ready for insert to new busybox |
17467 | 774 | version: | |
17468 | Members: | 775 | ftp://ftp.simtreas.ru/pub/my/bb/new |
17469 | docs/busybox.net/index.html:1.118->1.119 | ||
17470 | |||
17471 | --------------------- | ||
17472 | PatchSet 3304 | ||
17473 | Date: 2003/04/21 11:07:48 | ||
17474 | Author: bug1 | ||
17475 | Branch: HEAD | ||
17476 | Tag: (none) | ||
17477 | Log: | ||
17478 | unlink() an existing file, before opening it, simply truncating can | ||
17479 | cause nasty problems if overwriting glibc, spotted by waldi. | ||
17480 | |||
17481 | Members: | ||
17482 | archival/tar.c:1.169->1.170 | ||
17483 | |||
17484 | --------------------- | ||
17485 | PatchSet 3305 | ||
17486 | Date: 2003/04/21 11:26:38 | ||
17487 | Author: bug1 | ||
17488 | Branch: HEAD | ||
17489 | Tag: (none) | ||
17490 | Log: | ||
17491 | sync with waldi | ||
17492 | 776 | ||
17493 | Members: | 777 | News: |
17494 | debian/changelog:1.35->1.36 | ||
17495 | debian/config-net-udeb-i386:1.2->1.3 | ||
17496 | debian/config-udeb:1.12->1.13 | ||
17497 | debian/config-udeb-i386:1.2->1.3 | ||
17498 | libbb/dump.c:1.5->1.6 | ||
17499 | 778 | ||
17500 | --------------------- | 779 | - code is smalest! |
17501 | PatchSet 3306 | 780 | - support ${var...} expr |
17502 | Date: 2003/04/21 12:03:29 | 781 | - used new very strongly steal controlling terminal |
17503 | Author: bug1 | ||
17504 | Branch: HEAD | ||
17505 | Tag: (none) | ||
17506 | Log: | ||
17507 | unlink a previous file before its extracted | ||
17508 | 782 | ||
17509 | Members: | 783 | Members: |
17510 | archival/libunarchive/data_extract_all.c:1.9->1.10 | 784 | shell/ash.c:1.70->1.71 |
785 | shell/cmdedit.c:1.80->1.81 | ||
17511 | 786 | ||
17512 | --------------------- | 787 | --------------------- |
17513 | PatchSet 3307 | 788 | PatchSet 3447 |
17514 | Date: 2003/04/24 12:41:28 | 789 | Date: 2003/07/28 10:59:05 |
17515 | Author: andersen | 790 | Author: andersen |
17516 | Branch: HEAD | 791 | Branch: HEAD |
17517 | Tag: (none) | 792 | Tag: (none) |
17518 | Log: | 793 | Log: |
17519 | There have been many reports of init failing to reboot and/or failing to halt | 794 | Patch from vodz to update httpd usage |
17520 | over the years. Well I finally took the time to track this down. It turns out | ||
17521 | that inside linux/kernel/sys.c the kernel will call | ||
17522 | machine_halt(); | ||
17523 | do_exit(0); | ||
17524 | when halting, or will call | ||
17525 | machine_power_off(); | ||
17526 | do_exit(0); | ||
17527 | |||
17528 | during a reboot. Unlike sysv init, we call reboot from within the init | ||
17529 | process, so if the call to machine_halt() or machine_power_off() returns, the call to do_exit(0) will cause the kernel to panic. Which is a very | ||
17530 | bad thing to happen. | ||
17531 | |||
17532 | So I just added this little patch to fork and call the reboot | ||
17533 | syscall from within the forked child process, thereby neatly | ||
17534 | avoiding the problem. | ||
17535 | |||
17536 | But IMHO, both calls to do_exit(0) within linux/kernel/sys.c | ||
17537 | are bugs and should be fixed. | ||
17538 | |||
17539 | -Erik | ||
17540 | 795 | ||
17541 | Members: | 796 | Members: |
17542 | init/init.c:1.182->1.183 | 797 | include/usage.h:1.161->1.162 |
17543 | 798 | ||
17544 | --------------------- | 799 | --------------------- |
17545 | PatchSet 3308 | 800 | PatchSet 3448 |
17546 | Date: 2003/04/25 13:32:37 | 801 | Date: 2003/07/28 11:13:03 |
17547 | Author: andersen | 802 | Author: andersen |
17548 | Branch: HEAD | 803 | Branch: HEAD |
17549 | Tag: (none) | 804 | Tag: (none) |
17550 | Log: | 805 | Log: |
17551 | Patch from Steven Scholz to fix telnetd compile problem | 806 | A small update to the new docs. Plenty more is needed... |
17552 | |||
17553 | Members: | ||
17554 | networking/telnetd.c:1.5->1.6 | ||
17555 | |||
17556 | --------------------- | ||
17557 | PatchSet 3309 | ||
17558 | Date: 2003/04/26 03:22:19 | ||
17559 | Author: bug1 | ||
17560 | Branch: HEAD | ||
17561 | Tag: (none) | ||
17562 | Log: | ||
17563 | iPatch from waldi, fixes usage of ip route flush (from)? (match|exact) | ||
17564 | |||
17565 | Members: | ||
17566 | networking/libiproute/iproute.c:1.10->1.11 | ||
17567 | |||
17568 | --------------------- | ||
17569 | PatchSet 3310 | ||
17570 | Date: 2003/04/26 05:56:17 | ||
17571 | Author: bug1 | ||
17572 | Branch: HEAD | ||
17573 | Tag: (none) | ||
17574 | Log: | ||
17575 | Add the -d option, its used by old versions of config.guess, change to | ||
17576 | use getopt. | ||
17577 | |||
17578 | Members: | ||
17579 | debianutils/mktemp.c:1.2->1.3 | ||
17580 | |||
17581 | --------------------- | ||
17582 | PatchSet 3311 | ||
17583 | Date: 2003/04/26 08:40:07 | ||
17584 | Author: bug1 | ||
17585 | Branch: HEAD | ||
17586 | Tag: (none) | ||
17587 | Log: | ||
17588 | New commands, 'G' and 'H' | ||
17589 | 807 | ||
17590 | Members: | 808 | Members: |
17591 | editors/sed.c:1.129->1.130 | 809 | docs/busybox.sgml:1.49->1.50 |
17592 | 810 | ||
17593 | --------------------- | 811 | --------------------- |
17594 | PatchSet 3312 | 812 | PatchSet 3449 |
17595 | Date: 2003/04/26 14:16:44 | 813 | Date: 2003/07/28 11:34:38 |
17596 | Author: bug1 | ||
17597 | Branch: HEAD | ||
17598 | Tag: (none) | ||
17599 | Log: | ||
17600 | Always preserve date | ||
17601 | |||
17602 | Members: | ||
17603 | archival/tar.c:1.170->1.171 | ||
17604 | |||
17605 | --------------------- | ||
17606 | PatchSet 3313 | ||
17607 | Date: 2003/04/27 02:50:57 | ||
17608 | Author: bug1 | ||
17609 | Branch: HEAD | ||
17610 | Tag: (none) | ||
17611 | Log: | ||
17612 | grep -f support, adds only 60 Bytes, but regex's now compiled as | ||
17613 | required, rather than being pre-compiled. | ||
17614 | |||
17615 | Members: | ||
17616 | findutils/grep.c:1.77->1.78 | ||
17617 | |||
17618 | --------------------- | ||
17619 | PatchSet 3314 | ||
17620 | Date: 2003/04/27 03:22:01 | ||
17621 | Author: bug1 | ||
17622 | Branch: HEAD | ||
17623 | Tag: (none) | ||
17624 | Log: | ||
17625 | Fix segfault when cleaning up | ||
17626 | |||
17627 | Members: | ||
17628 | findutils/grep.c:1.78->1.79 | ||
17629 | |||
17630 | --------------------- | ||
17631 | PatchSet 3315 | ||
17632 | Date: 2003/04/27 03:43:53 | ||
17633 | Author: bug1 | ||
17634 | Branch: HEAD | ||
17635 | Tag: (none) | ||
17636 | Log: | ||
17637 | Config option to create an fgrep alias | ||
17638 | |||
17639 | Members: | ||
17640 | findutils/Config.in:1.2->1.3 | ||
17641 | include/applets.h:1.93->1.94 | ||
17642 | |||
17643 | --------------------- | ||
17644 | PatchSet 3316 | ||
17645 | Date: 2003/04/27 07:02:13 | ||
17646 | Author: bug1 | ||
17647 | Branch: HEAD | ||
17648 | Tag: (none) | ||
17649 | Log: | ||
17650 | New applet, fold | ||
17651 | |||
17652 | Members: | ||
17653 | coreutils/Config.in:1.5->1.6 | ||
17654 | coreutils/Makefile.in:1.2->1.3 | ||
17655 | coreutils/fold.c:INITIAL->1.1 | ||
17656 | include/applets.h:1.94->1.95 | ||
17657 | include/usage.h:1.147->1.148 | ||
17658 | |||
17659 | --------------------- | ||
17660 | PatchSet 3317 | ||
17661 | Date: 2003/04/27 11:05:35 | ||
17662 | Author: bug1 | ||
17663 | Branch: HEAD | ||
17664 | Tag: (none) | ||
17665 | Log: | ||
17666 | Use bb_xgetlarg | ||
17667 | |||
17668 | Members: | ||
17669 | coreutils/fold.c:1.1->1.2 | ||
17670 | |||
17671 | --------------------- | ||
17672 | PatchSet 3318 | ||
17673 | Date: 2003/04/27 11:42:30 | ||
17674 | Author: andersen | ||
17675 | Branch: HEAD | ||
17676 | Tag: (none) | ||
17677 | Log: | ||
17678 | A couple of patches from Tito <farmatito@tiscali.it> | ||
17679 | |||
17680 | Members: | ||
17681 | console-tools/deallocvt.c:1.25->1.26 | ||
17682 | miscutils/strings.c:1.7->1.8 | ||
17683 | |||
17684 | --------------------- | ||
17685 | PatchSet 3319 | ||
17686 | Date: 2003/05/02 17:25:01 | ||
17687 | Author: andersen | 814 | Author: andersen |
17688 | Branch: HEAD | 815 | Branch: HEAD |
17689 | Tag: (none) | 816 | Tag: (none) |
17690 | Log: | 817 | Log: |
17691 | Patch from Dmitry V. Levin to fix a fd leak | 818 | bump version to 1.0.0-pre2 |
17692 | |||
17693 | Members: | ||
17694 | libbb/loop.c:1.4->1.5 | ||
17695 | |||
17696 | --------------------- | ||
17697 | PatchSet 3320 | ||
17698 | Date: 2003/05/08 14:09:28 | ||
17699 | Author: bug1 | ||
17700 | Branch: HEAD | ||
17701 | Tag: (none) | ||
17702 | Log: | ||
17703 | Use xopen instead of xfopen | ||
17704 | |||
17705 | Members: | ||
17706 | util-linux/freeramdisk.c:1.21->1.22 | ||
17707 | |||
17708 | --------------------- | ||
17709 | PatchSet 3321 | ||
17710 | Date: 2003/05/11 15:52:37 | ||
17711 | Author: bug1 | ||
17712 | Branch: HEAD | ||
17713 | Tag: (none) | ||
17714 | Log: | ||
17715 | minit, a Minimal init system. | ||
17716 | |||
17717 | Members: | ||
17718 | include/applets.h:1.95->1.96 | ||
17719 | include/usage.h:1.148->1.149 | ||
17720 | init/Config.in:1.1->1.2 | ||
17721 | init/Makefile.in:1.3->1.4 | ||
17722 | init/minit.c:INITIAL->1.1 | ||
17723 | init/msvc.c:INITIAL->1.1 | ||
17724 | init/pidfilehack.c:INITIAL->1.1 | ||
17725 | |||
17726 | --------------------- | ||
17727 | PatchSet 3322 | ||
17728 | Date: 2003/05/13 14:28:25 | ||
17729 | Author: bug1 | ||
17730 | Branch: HEAD | ||
17731 | Tag: (none) | ||
17732 | Log: | ||
17733 | Fix \l so it doesnt print the character as well as the tty, from old | ||
17734 | patch by Nick Fedchik | ||
17735 | |||
17736 | Members: | ||
17737 | libbb/login.c:1.2->1.3 | ||
17738 | |||
17739 | --------------------- | ||
17740 | PatchSet 3323 | ||
17741 | Date: 2003/05/13 15:59:07 | ||
17742 | Author: bug1 | ||
17743 | Branch: HEAD | ||
17744 | Tag: (none) | ||
17745 | Log: | ||
17746 | Add some missing lines for getty, patch by Steven Scholz | ||
17747 | |||
17748 | Members: | ||
17749 | include/usage.h:1.149->1.150 | ||
17750 | |||
17751 | --------------------- | ||
17752 | PatchSet 3324 | ||
17753 | Date: 2003/05/13 17:20:11 | ||
17754 | Author: bug1 | ||
17755 | Branch: HEAD | ||
17756 | Tag: (none) | ||
17757 | Log: | ||
17758 | last_patch84 by Vodz. | ||
17759 | |||
17760 | Members: | ||
17761 | networking/httpd.c:1.4->1.5 | ||
17762 | |||
17763 | --------------------- | ||
17764 | PatchSet 3325 | ||
17765 | Date: 2003/05/13 17:31:15 | ||
17766 | Author: bug1 | ||
17767 | Branch: HEAD | ||
17768 | Tag: (none) | ||
17769 | Log: | ||
17770 | Re-use existing variables, patch from Tito | ||
17771 | |||
17772 | Members: | ||
17773 | console-tools/openvt.c:1.4->1.5 | ||
17774 | |||
17775 | --------------------- | ||
17776 | PatchSet 3326 | ||
17777 | Date: 2003/05/14 13:11:36 | ||
17778 | Author: bug1 | ||
17779 | Branch: HEAD | ||
17780 | Tag: (none) | ||
17781 | Log: | ||
17782 | vodz, last_patch_85 | ||
17783 | 819 | ||
17784 | Members: | 820 | Members: |
17785 | networking/httpd.c:1.5->1.6 | 821 | Rules.mak:1.18->1.19 |
17786 | 822 | ||
17787 | --------------------- | 823 | --------------------- |
17788 | PatchSet 3327 | 824 | PatchSet 3450 |
17789 | Date: 2003/05/14 13:20:21 | 825 | Date: 2003/07/29 07:33:12 |
17790 | Author: bug1 | ||
17791 | Branch: HEAD | ||
17792 | Tag: (none) | ||
17793 | Log: | ||
17794 | Part of a patch from Glenn Engel, updates httpd help | ||
17795 | |||
17796 | Members: | ||
17797 | networking/Config.in:1.13->1.14 | ||
17798 | |||
17799 | --------------------- | ||
17800 | PatchSet 3328 | ||
17801 | Date: 2003/05/16 09:34:38 | ||
17802 | Author: andersen | 826 | Author: andersen |
17803 | Branch: HEAD | 827 | Branch: HEAD |
17804 | Tag: (none) | 828 | Tag: (none) |
17805 | Log: | 829 | Log: |
17806 | Apply patch from Georg Magschok to fix syslog behavior so that the | 830 | Yang Xiaopeng writes: |
17807 | '>' charactor can be logged, per rfc3164. | ||
17808 | |||
17809 | Also, a small patch from me to fix it so we use MAXLINE when allocating the | ||
17810 | buffer, which is consistant with use everywhere else. This is needed since | ||
17811 | uClibc defines BUFSIZE as 255, causing lines to be truncated at 255... | ||
17812 | |||
17813 | Members: | ||
17814 | sysklogd/syslogd.c:1.93->1.94 | ||
17815 | |||
17816 | --------------------- | ||
17817 | PatchSet 3329 | ||
17818 | Date: 2003/05/18 22:12:36 | ||
17819 | Author: kraai | ||
17820 | Branch: HEAD | ||
17821 | Tag: (none) | ||
17822 | Log: | ||
17823 | Handle -O preceding -x. | ||
17824 | 831 | ||
17825 | Members: | 832 | >I'm sure that no user process use old root now, but when run "umount |
17826 | archival/tar.c:1.171->1.172 | 833 | >/old_root", it says: |
17827 | testsuite/tar/tar-extracts-to-standard-output:INITIAL->1.1 | 834 | > umount: /old_root: Device or resource busy |
835 | > | ||
836 | >I have tried to remount /proc within the new root *after* chroot, but | ||
837 | >get the same result. | ||
838 | > | ||
839 | > | ||
840 | I found the problem, I said that no user process use old root when run | ||
841 | my scripts, but | ||
842 | I'm wrong, actually there is a '3' fd open the file | ||
843 | "/old_root/dev/console". By adding | ||
844 | debug message in init/init.c, I found the problem: when init restart(in | ||
845 | exec_signal()), | ||
846 | before open the new terminal device, there is still a file opened(I | ||
847 | don't know which file it is), so the | ||
848 | terminal device(stdin) get fd '1', and the first dup(0)(stdout) return | ||
849 | '2', the second(stderr) return '3'. | ||
17828 | 850 | ||
17829 | --------------------- | 851 | I attach a simple patch to solve this problem. |
17830 | PatchSet 3330 | ||
17831 | Date: 2003/05/19 06:56:16 | ||
17832 | Author: bug1 | ||
17833 | Branch: HEAD | ||
17834 | Tag: (none) | ||
17835 | Log: | ||
17836 | Patch from Glenn Engel | ||
17837 | - more comments | ||
17838 | - larger allowed number of CGI script variables | ||
17839 | - ifdefs for regression test hooks | ||
17840 | - default to ./ rather than /www (if unspecified) for compatibility with | ||
17841 | earlier versions. | ||
17842 | - Allow ip: as a synomym for A: rules for compatibility with earlier | ||
17843 | versions. | ||
17844 | - Setting of CGI_ARGLIST_ when automatic setting of env vars for form | ||
17845 | scripting is utilized. This helps with minimal systems like openap. | ||
17846 | 852 | ||
17847 | Members: | 853 | Members: |
17848 | networking/httpd.c:1.6->1.7 | 854 | init/init.c:1.191->1.192 |
17849 | 855 | ||
17850 | --------------------- | 856 | --------------------- |
17851 | PatchSet 3331 | 857 | PatchSet 3451 |
17852 | Date: 2003/05/22 08:10:22 | 858 | Date: 2003/07/29 07:38:40 |
17853 | Author: andersen | 859 | Author: andersen |
17854 | Branch: HEAD | 860 | Branch: HEAD |
17855 | Tag: (none) | 861 | Tag: (none) |
17856 | Log: | 862 | Log: |
17857 | Patch from Russell Coker: | 863 | Vladimir N. Oleynik writes: |
17858 | |||
17859 | The attached patch fixes a compilation error. If you compile ping6 without | ||
17860 | the CONFIG_FEATURE_FANCY_PING6 option then the compile will fail without this | ||
17861 | patch. | ||
17862 | |||
17863 | Members: | ||
17864 | networking/ping6.c:1.4->1.5 | ||
17865 | 864 | ||
17866 | --------------------- | 865 | Last patch have synced form Manuel Nova III xxreadtoken() function, |
17867 | PatchSet 3332 | 866 | corrected (C) form dash debian/copyright, removed my small mistake |
17868 | Date: 2003/05/23 10:28:01 | 867 | with IFS_BROKEN (thanks by Herbert), and synced cmdedit.c from |
17869 | Author: andersen | 868 | current CVS (removed libc5 support, your email correction, my (C) year |
17870 | Branch: HEAD | 869 | corertion). |
17871 | Tag: (none) | ||
17872 | Log: | ||
17873 | This patch from Vitezslav Batrla, is a cleaner fix for the | ||
17874 | problem with syslogd logging the '<' char. | ||
17875 | 870 | ||
17876 | Members: | 871 | Members: |
17877 | sysklogd/syslogd.c:1.94->1.95 | 872 | shell/ash.c:1.71->1.72 |
873 | shell/cmdedit.c:1.81->1.82 | ||
17878 | 874 | ||
17879 | --------------------- | 875 | --------------------- |
17880 | PatchSet 3333 | 876 | PatchSet 3452 |
17881 | Date: 2003/05/23 10:29:57 | 877 | Date: 2003/07/29 08:05:35 |
17882 | Author: andersen | 878 | Author: andersen |
17883 | Branch: HEAD | 879 | Branch: HEAD |
17884 | Tag: (none) | 880 | Tag: (none) |
17885 | Log: | 881 | Log: |
17886 | oops | 882 | Bruno Randolf writes: |
17887 | 883 | ||
17888 | Members: | 884 | this patch fixes run_parts when it's called by ifupdown. 1) argv has to be a |
17889 | sysklogd/syslogd.c:1.95->1.96 | 885 | NULL terminated char* array, not just a string. 2) run_parts now explicitly |
886 | sets the environment. this environment is populated from the | ||
887 | /etc/network/interfaces config file and is needed by the scripts in | ||
888 | /etc/network/if-pre-up.d/. when run-parts is called from the command line the | ||
889 | environment is taken from the current process. | ||
17890 | 890 | ||
17891 | --------------------- | ||
17892 | PatchSet 3334 | ||
17893 | Date: 2003/05/24 08:30:58 | ||
17894 | Author: andersen | ||
17895 | Branch: HEAD | ||
17896 | Tag: (none) | ||
17897 | Log: | ||
17898 | Update mkdep, per the "touchless dependencies for 2.4.x" patch | ||
17899 | from Geert Uytterhoeven posted to the lkml. | ||
17900 | -Erik | ||
17901 | 891 | ||
17902 | Members: | 892 | Vladimir Oleynik then wrote: |
17903 | scripts/mkdep.c:1.1->1.2 | ||
17904 | 893 | ||
17905 | --------------------- | 894 | You can simplify this if use: |
17906 | PatchSet 3335 | ||
17907 | Date: 2003/05/26 15:05:58 | ||
17908 | Author: bug1 | ||
17909 | Branch: HEAD | ||
17910 | Tag: (none) | ||
17911 | Log: | ||
17912 | Vodz, last_patch_86 | ||
17913 | 895 | ||
17914 | Members: | 896 | + bb_xasprintf(&buf[0], "/etc/network/if-%s.d", opt); |
17915 | coreutils/du.c:1.56->1.57 | 897 | + buf[1] = NULL; |
17916 | include/libbb.h:1.96->1.97 | 898 | + |
17917 | libbb/Makefile.in:1.21->1.22 | 899 | + run_parts(&buf, 2, environ); |
17918 | libbb/concat_subpath_file.c:INITIAL->1.1 | 900 | + free(buf[0]); |
17919 | libbb/copy_file.c:1.24->1.25 | ||
17920 | libbb/find_root_device.c:1.6->1.7 | ||
17921 | libbb/isdirectory.c:1.3->1.4 | ||
17922 | libbb/login.c:1.3->1.4 | ||
17923 | libbb/pw_encrypt.c:1.1->1.2 | ||
17924 | libbb/recursive_action.c:1.8->1.9 | ||
17925 | libbb/remove_file.c:1.5->1.6 | ||
17926 | libbb/run_shell.c:1.3->1.4 | ||
17927 | libbb/setup_environment.c:1.2->1.3 | ||
17928 | libbb/xgetcwd.c:1.4->1.5 | ||
17929 | networking/Config.in:1.14->1.15 | ||
17930 | networking/httpd.c:1.7->1.8 | ||
17931 | networking/ifconfig.c:1.23->1.24 | ||
17932 | 901 | ||
17933 | --------------------- | 902 | --w |
17934 | PatchSet 3336 | 903 | vodz |
17935 | Date: 2003/05/26 15:09:12 | ||
17936 | Author: bug1 | ||
17937 | Branch: HEAD | ||
17938 | Tag: (none) | ||
17939 | Log: | ||
17940 | Vodz, last_path_87, formatiing changes | ||
17941 | 904 | ||
17942 | Members: | 905 | Members: |
17943 | applets/applets.c:1.19->1.20 | 906 | debianutils/run_parts.c:1.5->1.6 |
907 | include/libbb.h:1.106->1.107 | ||
908 | libbb/run_parts.c:1.8->1.9 | ||
909 | networking/ifupdown.c:1.26->1.27 | ||
17944 | 910 | ||
17945 | --------------------- | 911 | --------------------- |
17946 | PatchSet 3337 | 912 | PatchSet 3453 |
17947 | Date: 2003/05/26 19:06:20 | 913 | Date: 2003/07/29 08:15:17 |
17948 | Author: andersen | 914 | Author: andersen |
17949 | Branch: HEAD | 915 | Branch: HEAD |
17950 | Tag: (none) | 916 | Tag: (none) |
17951 | Log: | 917 | Log: |
17952 | Remove cruft | 918 | Fixup typo noticed by Nick Fedchik |
17953 | 919 | ||
17954 | Members: | 920 | Members: |
17955 | libbb/find_pid_by_name.c:1.9->1.10 | 921 | shell/ash.c:1.72->1.73 |
17956 | 922 | ||
17957 | --------------------- | 923 | --------------------- |
17958 | PatchSet 3338 | 924 | PatchSet 3454 |
17959 | Date: 2003/05/26 19:07:30 | 925 | Date: 2003/07/29 08:37:39 |
17960 | Author: andersen | 926 | Author: andersen |
17961 | Branch: HEAD | 927 | Branch: HEAD |
17962 | Tag: (none) | 928 | Tag: (none) |
17963 | Log: | 929 | Log: |
17964 | Skip printing "/proc/%d/cmdline" stuff when it is not relevant | 930 | Match up interfaces |
17965 | 931 | ||
17966 | Members: | 932 | Members: |
17967 | libbb/procps.c:1.6->1.7 | 933 | networking/ifupdown.c:1.27->1.28 |
17968 | 934 | ||
17969 | --------------------- | 935 | --------------------- |
17970 | PatchSet 3339 | 936 | PatchSet 3455 |
17971 | Date: 2003/05/26 19:09:14 | 937 | Date: 2003/07/29 08:45:05 |
17972 | Author: andersen | 938 | Author: andersen |
17973 | Branch: HEAD | 939 | Branch: HEAD |
17974 | Tag: (none) | 940 | Tag: (none) |
17975 | Log: | 941 | Log: |
17976 | cleanup a bit to remove needless verify() function | 942 | Set libbb dead last in the link order |
17977 | 943 | ||
17978 | Members: | 944 | Members: |
17979 | coreutils/printf.c:1.18->1.19 | 945 | Makefile:1.282->1.283 |
17980 | 946 | ||
17981 | --------------------- | 947 | --------------------- |
17982 | PatchSet 3340 | 948 | PatchSet 3456 |
17983 | Date: 2003/05/26 19:12:00 | 949 | Date: 2003/07/30 07:52:33 |
17984 | Author: andersen | 950 | Author: andersen |
17985 | Branch: HEAD | 951 | Branch: HEAD |
17986 | Tag: (none) | 952 | Tag: (none) |
17987 | Log: | 953 | Log: |
17988 | This was doing some silly stuff that is not necessary when using | 954 | Ronny L Nilsson writes: |
17989 | vfork(), so I have simplified it. | ||
17990 | 955 | ||
17991 | Members: | 956 | If BusyBox was compiled with -DCONFIG_FEATURE_CLEAN_UP dmesg command |
17992 | libbb/run_parts.c:1.6->1.7 | 957 | segfaults if invoked with the "-n" option. (Due to a free() of an |
17993 | 958 | uninitialized pointer). | |
17994 | --------------------- | ||
17995 | PatchSet 3341 | ||
17996 | Date: 2003/05/26 19:48:55 | ||
17997 | Author: andersen | ||
17998 | Branch: HEAD | ||
17999 | Tag: (none) | ||
18000 | Log: | ||
18001 | Make all syscall declarations use the syscall() function | ||
18002 | 959 | ||
18003 | Members: | 960 | Members: |
18004 | include/libbb.h:1.97->1.98 | 961 | util-linux/dmesg.c:1.30->1.31 |
18005 | libbb/module_syscalls.c:1.10->1.11 | ||
18006 | libbb/syscalls.c:1.9->1.10 | ||
18007 | 962 | ||
18008 | --------------------- | 963 | --------------------- |
18009 | PatchSet 3342 | 964 | PatchSet 3457 |
18010 | Date: 2003/05/27 21:45:59 | 965 | Date: 2003/07/30 07:56:07 |
18011 | Author: andersen | 966 | Author: andersen |
18012 | Branch: HEAD | 967 | Branch: HEAD |
18013 | Tag: (none) | 968 | Tag: (none) |
18014 | Log: | 969 | Log: |
18015 | Put this back the way it was. I misunderstood what vodz was doing. | 970 | Ronny L Nilsson writes: |
18016 | 971 | ||
18017 | Members: | 972 | The login process should always timeout if user don't login sucessfully within |
18018 | libbb/run_parts.c:1.7->1.8 | 973 | reasonable time. Otherwise we're sensetive to a DOS attack by simply doing a |
974 | bunch of simultaneous telnet connections (deploys all availible TTY's). | ||
18019 | 975 | ||
18020 | --------------------- | 976 | This patch make login.c terminate the connection after "TIMEOUT" seconds. |
18021 | PatchSet 3343 | ||
18022 | Date: 2003/06/05 20:37:01 | ||
18023 | Author: andersen | ||
18024 | Branch: HEAD | ||
18025 | Tag: (none) | ||
18026 | Log: | ||
18027 | Patch from Lars Kellogg-Stedman, lars at larsshack.org, to | ||
18028 | make ifupdown's mapping function work as documented. | ||
18029 | 977 | ||
18030 | Members: | 978 | Members: |
18031 | networking/ifupdown.c:1.23->1.24 | 979 | loginutils/login.c:1.11->1.12 |
18032 | 980 | ||
18033 | --------------------- | 981 | --------------------- |
18034 | PatchSet 3344 | 982 | PatchSet 3458 |
18035 | Date: 2003/06/07 15:54:24 | 983 | Date: 2003/07/30 08:16:39 |
18036 | Author: bug1 | ||
18037 | Branch: HEAD | ||
18038 | Tag: (none) | ||
18039 | Log: | ||
18040 | Run through indent | ||
18041 | |||
18042 | Members: | ||
18043 | coreutils/md5sum.c:1.28->1.29 | ||
18044 | |||
18045 | --------------------- | ||
18046 | PatchSet 3345 | ||
18047 | Date: 2003/06/07 18:06:28 | ||
18048 | Author: bug1 | ||
18049 | Branch: HEAD | ||
18050 | Tag: (none) | ||
18051 | Log: | ||
18052 | Fix bug (wrong value computed) when reading file from stdin, implement | ||
18053 | -s option | ||
18054 | |||
18055 | Members: | ||
18056 | coreutils/sha1sum.c:1.3->1.4 | ||
18057 | |||
18058 | --------------------- | ||
18059 | PatchSet 3346 | ||
18060 | Date: 2003/06/07 18:11:00 | ||
18061 | Author: bug1 | ||
18062 | Branch: HEAD | ||
18063 | Tag: (none) | ||
18064 | Log: | ||
18065 | Minor correction | ||
18066 | |||
18067 | Members: | ||
18068 | coreutils/sha1sum.c:1.4->1.5 | ||
18069 | |||
18070 | --------------------- | ||
18071 | PatchSet 3347 | ||
18072 | Date: 2003/06/07 18:38:33 | ||
18073 | Author: bug1 | ||
18074 | Branch: HEAD | ||
18075 | Tag: (none) | ||
18076 | Log: | ||
18077 | Better error handling | ||
18078 | |||
18079 | Members: | ||
18080 | coreutils/sha1sum.c:1.5->1.6 | ||
18081 | |||
18082 | --------------------- | ||
18083 | PatchSet 3348 | ||
18084 | Date: 2003/06/08 14:32:12 | ||
18085 | Author: bug1 | ||
18086 | Branch: HEAD | ||
18087 | Tag: (none) | ||
18088 | Log: | ||
18089 | sha1sum option to compare checksums | ||
18090 | |||
18091 | Members: | ||
18092 | coreutils/Config.in:1.6->1.7 | ||
18093 | coreutils/sha1sum.c:1.6->1.7 | ||
18094 | |||
18095 | --------------------- | ||
18096 | PatchSet 3349 | ||
18097 | Date: 2003/06/10 18:22:46 | ||
18098 | Author: bug1 | ||
18099 | Branch: HEAD | ||
18100 | Tag: (none) | ||
18101 | Log: | ||
18102 | Vodz, last_patch_88 | ||
18103 | |||
18104 | Members: | ||
18105 | include/applets.h:1.96->1.97 | ||
18106 | libbb/find_root_device.c:1.7->1.8 | ||
18107 | networking/httpd.c:1.8->1.9 | ||
18108 | networking/udhcp/AUTHORS:1.1->1.2 | ||
18109 | networking/udhcp/ChangeLog:1.4->1.5 | ||
18110 | networking/udhcp/Makefile.in:1.5->1.6 | ||
18111 | networking/udhcp/arpping.c:1.2->1.3 | ||
18112 | networking/udhcp/clientpacket.c:1.2->1.3 | ||
18113 | networking/udhcp/dhcpc.c:1.9->1.10 | ||
18114 | networking/udhcp/dhcpc.h:1.1->1.2 | ||
18115 | networking/udhcp/dhcpd.c:1.2->1.3 | ||
18116 | networking/udhcp/dhcpd.h:1.2->1.3 | ||
18117 | networking/udhcp/dumpleases.c:1.4->1.5 | ||
18118 | networking/udhcp/files.c:1.3->1.4 | ||
18119 | networking/udhcp/files.h:1.1->1.2 | ||
18120 | networking/udhcp/leases.c:1.1->1.2 | ||
18121 | networking/udhcp/leases.h:1.1->1.2 | ||
18122 | networking/udhcp/options.c:1.4->1.5 | ||
18123 | networking/udhcp/packet.c:1.1->1.2 | ||
18124 | networking/udhcp/script.c:1.4->1.5 | ||
18125 | networking/udhcp/serverpacket.c:1.1->1.2 | ||
18126 | networking/udhcp/socket.c:1.1->1.2 | ||
18127 | |||
18128 | --------------------- | ||
18129 | PatchSet 3350 | ||
18130 | Date: 2003/06/12 14:47:16 | ||
18131 | Author: bug1 | ||
18132 | Branch: HEAD | ||
18133 | Tag: (none) | ||
18134 | Log: | ||
18135 | Handle hard links by converting them to symlinks | ||
18136 | |||
18137 | Members: | ||
18138 | archival/libunarchive/get_header_tar.c:1.17->1.18 | ||
18139 | |||
18140 | --------------------- | ||
18141 | PatchSet 3351 | ||
18142 | Date: 2003/06/12 23:09:08 | ||
18143 | Author: andersen | 984 | Author: andersen |
18144 | Branch: HEAD | 985 | Branch: HEAD |
18145 | Tag: (none) | 986 | Tag: (none) |
18146 | Log: | 987 | Log: |
18147 | Fix the location for the default config so 'make defconfig' | 988 | Christian Meyer provided this patch to fix more bugs with the tftp client |
18148 | actually works | ||
18149 | 989 | ||
18150 | Members: | 990 | Members: |
18151 | scripts/config/confdata.c:1.1->1.2 | 991 | networking/tftp.c:1.19->1.20 |
18152 | 992 | ||
18153 | --------------------- | 993 | --------------------- |
18154 | PatchSet 3352 | 994 | PatchSet 3459 |
18155 | Date: 2003/06/14 03:57:53 | 995 | Date: 2003/07/30 08:57:06 |
18156 | Author: andersen | 996 | Author: andersen |
18157 | Branch: HEAD | 997 | Branch: HEAD |
18158 | Tag: (none) | 998 | Tag: (none) |
18159 | Log: | 999 | Log: |
18160 | Add missing pieces from vodz' last_patch88 | 1000 | Vladimir N. Oleynik writes: |
18161 | 1001 | ||
18162 | Members: | 1002 | This moment have algoritmicaly problem, not overflow: |
18163 | networking/udhcp/common.c:INITIAL->1.1 | 1003 | strcat(wrapped, wrapped) - may be looped. |
18164 | networking/udhcp/common.h:INITIAL->1.1 | ||
18165 | networking/udhcp/leases_file.c:INITIAL->1.1 | ||
18166 | 1004 | ||
18167 | --------------------- | 1005 | Hand patch: |
18168 | PatchSet 3353 | ||
18169 | Date: 2003/06/15 08:00:54 | ||
18170 | Author: andersen | ||
18171 | Branch: HEAD | ||
18172 | Tag: (none) | ||
18173 | Log: | ||
18174 | Fix rpm usage msg | ||
18175 | 1006 | ||
18176 | Members: | 1007 | - else if (strstr(strcat(wrapped, wrapped), newmono)) |
18177 | include/usage.h:1.150->1.151 | 1008 | + else { |
18178 | 1009 | + safe_strncpy(wrapped + lenwrap, wrapped, lenwrap + 1); | |
18179 | --------------------- | 1010 | + if (strstr(wrapped, newmono)) |
18180 | PatchSet 3354 | 1011 | +} |
18181 | Date: 2003/06/20 10:01:52 | ||
18182 | Author: andersen | ||
18183 | Branch: HEAD | ||
18184 | Tag: (none) | ||
18185 | Log: | ||
18186 | last_patch89 from vodz: | ||
18187 | |||
18188 | Manuel, | ||
18189 | |||
18190 | I rewrite bb_getopt_ulflags() function for more universal usage. | ||
18191 | My version support now: | ||
18192 | - options with arguments (optional arg as GNU extension also) | ||
18193 | - complementaly and/or incomplementaly and/or incongruously and/or list | ||
18194 | options | ||
18195 | - long_opt (all applets may have long option, add supporting is trivial) | ||
18196 | This realisation full compatibile from your version. | ||
18197 | Code size grow 480 bytes, but only coreutils/* over compensate this size | ||
18198 | after using new function. Last patch reduced over 800 bytes and not full | ||
18199 | applied to all. "mkdir" and "mv" applets have long_opt now for demonstrate | ||
18200 | trivial addition support long_opt with usage new bb_getopt_ulflags(). | ||
18201 | Complementaly and/or incomplementaly and/or incongruously and/or list options | ||
18202 | logic is not trivial, but new "cut" and "grep" applets using this logic | ||
18203 | for examples with full demostrating. New "grep" applet reduced over 300 | ||
18204 | bytes. | ||
18205 | |||
18206 | Mark, | ||
18207 | Also. I removed bug from "grep" applet. | ||
18208 | $ echo a b | busybox grep -e a b | ||
18209 | a b | ||
18210 | a b | ||
18211 | But right is printing one only. | ||
18212 | 1012 | ||
18213 | --w | 1013 | --w |
18214 | vodz | 1014 | vodz |
18215 | 1015 | ||
18216 | Members: | 1016 | Members: |
18217 | coreutils/cut.c:1.25->1.26 | 1017 | libbb/obscure.c:1.3->1.4 |
18218 | coreutils/date.c:1.39->1.40 | ||
18219 | coreutils/dd.c:1.53->1.54 | ||
18220 | coreutils/df.c:1.52->1.53 | ||
18221 | coreutils/du.c:1.57->1.58 | ||
18222 | coreutils/env.c:1.5->1.6 | ||
18223 | coreutils/mkdir.c:1.34->1.35 | ||
18224 | coreutils/mv.c:1.18->1.19 | ||
18225 | coreutils/rm.c:1.36->1.37 | ||
18226 | coreutils/stty.c:1.8->1.9 | ||
18227 | coreutils/test.c:1.22->1.23 | ||
18228 | findutils/grep.c:1.79->1.80 | ||
18229 | findutils/xargs.c:1.25->1.26 | ||
18230 | include/libbb.h:1.98->1.99 | ||
18231 | libbb/getopt_ulflags.c:1.1->1.2 | ||
18232 | libbb/inode_hash.c:1.4->1.5 | ||
18233 | loginutils/addgroup.c:1.10->1.11 | ||
18234 | loginutils/adduser.c:1.5->1.6 | ||
18235 | miscutils/crond.c:1.3->1.4 | ||
18236 | |||
18237 | --------------------- | ||
18238 | PatchSet 3355 | ||
18239 | Date: 2003/06/20 10:05:00 | ||
18240 | Author: andersen | ||
18241 | Branch: HEAD | ||
18242 | Tag: (none) | ||
18243 | Log: | ||
18244 | Patch from Lars Kellogg-Stedman: | ||
18245 | |||
18246 | I'm building BusyBox using a development kit for MontaVista Hardhat Linux | ||
18247 | (PPC) -- which, at least in this instance, is based around kernel 2.2.14. | ||
18248 | I've had to massage a few files in networking/libiproute/ to make it | ||
18249 | compile. Specifically: | ||
18250 | |||
18251 | (1) Added a #include <sys/uio.h> for the iovec structure in | ||
18252 | libnetlink.c, | ||
18253 | |||
18254 | (2) Put ifdefs in ll_types.c and ll_proto.c around various | ||
18255 | constants (ETH_P_xxx and ARPHRD_xxx) that weren't defined, | ||
18256 | |||
18257 | (3) Make do_changename() in iplink.c require a kernel >= | ||
18258 | 2.4.0 -- the ifr structure in my environment doesn't | ||
18259 | have the ifr_name attribute. I've assumed this is | ||
18260 | a kernel dependency -- let me know if I ought to be | ||
18261 | checking something else. | ||
18262 | |||
18263 | In the absence of the correct kernel, do_changename() | ||
18264 | always returns 0. | ||
18265 | |||
18266 | Attached is a patch against the current CVS that will make these changes. | ||
18267 | |||
18268 | -- Lars | ||
18269 | |||
18270 | Members: | ||
18271 | networking/libiproute/iplink.c:1.7->1.8 | ||
18272 | networking/libiproute/libnetlink.c:1.4->1.5 | ||
18273 | networking/libiproute/ll_proto.c:1.2->1.3 | ||
18274 | networking/libiproute/ll_types.c:1.2->1.3 | ||
18275 | |||
18276 | --------------------- | ||
18277 | PatchSet 3356 | ||
18278 | Date: 2003/06/20 10:16:00 | ||
18279 | Author: andersen | ||
18280 | Branch: HEAD | ||
18281 | Tag: (none) | ||
18282 | Log: | ||
18283 | Add prototype update missing from last_patch89. Fix screwy | ||
18284 | formatting in cut. | ||
18285 | |||
18286 | Members: | ||
18287 | coreutils/cut.c:1.26->1.27 | ||
18288 | include/libbb.h:1.99->1.100 | ||
18289 | |||
18290 | --------------------- | ||
18291 | PatchSet 3357 | ||
18292 | Date: 2003/06/20 10:20:28 | ||
18293 | Author: andersen | ||
18294 | Branch: HEAD | ||
18295 | Tag: (none) | ||
18296 | Log: | ||
18297 | Make gcc not whine about "deprecated use of label at end of compound statement" | ||
18298 | |||
18299 | Members: | ||
18300 | networking/udhcp/dhcpc.c:1.10->1.11 | ||
18301 | 1018 | ||
18302 | --------------------- | 1019 | --------------------- |
18303 | PatchSet 3358 | 1020 | PatchSet 3460 |
18304 | Date: 2003/06/20 10:22:12 | 1021 | Date: 2003/07/30 09:22:53 |
18305 | Author: andersen | 1022 | Author: andersen |
18306 | Branch: HEAD | 1023 | Branch: HEAD |
18307 | Tag: (none) | 1024 | Tag: (none) |
18308 | Log: | 1025 | Log: |
18309 | use an explicit cast on some types that change size when | 1026 | Eric Spakman writes: |
18310 | large file support is enabled. | ||
18311 | 1027 | ||
18312 | Members: | 1028 | The recent changes in ifupdown where all calls to 'ip link set' and |
18313 | networking/ftpgetput.c:1.6->1.7 | 1029 | 'ip addr set' are swapped give some problems with v4tunnels. |
1030 | For plain ipv4 and ipv6 interfaces it works correct, other methods | ||
1031 | not tried. The patch below change the behaviour back for v4tunnels | ||
1032 | only. | ||
18314 | 1033 | ||
18315 | --------------------- | 1034 | Without the patch the following errors are shown: |
18316 | PatchSet 3359 | 1035 | RTNETLINK answers: Network is down |
18317 | Date: 2003/06/20 10:23:34 | 1036 | RTNETLINK answers: No route to host |
18318 | Author: andersen | 1037 | and the tunnel is not fully brought up |
18319 | Branch: HEAD | ||
18320 | Tag: (none) | ||
18321 | Log: | ||
18322 | Fix a couple vars that could be used uninitialized | ||
18323 | |||
18324 | Members: | ||
18325 | networking/ifconfig.c:1.24->1.25 | ||
18326 | 1038 | ||
18327 | --------------------- | 1039 | With this patch all works as expected. |
18328 | PatchSet 3360 | ||
18329 | Date: 2003/06/20 10:25:34 | ||
18330 | Author: andersen | ||
18331 | Branch: HEAD | ||
18332 | Tag: (none) | ||
18333 | Log: | ||
18334 | Don't shadow a paramater | ||
18335 | 1040 | ||
18336 | Members: | 1041 | Members: |
18337 | libbb/find_root_device.c:1.8->1.9 | 1042 | networking/ifupdown.c:1.28->1.29 |
18338 | 1043 | ||
18339 | --------------------- | 1044 | --------------------- |
18340 | PatchSet 3361 | 1045 | PatchSet 3461 |
18341 | Date: 2003/06/20 10:36:48 | 1046 | Date: 2003/07/30 09:29:56 |
18342 | Author: andersen | 1047 | Author: andersen |
18343 | Branch: HEAD | 1048 | Branch: HEAD |
18344 | Tag: (none) | 1049 | Tag: (none) |
18345 | Log: | 1050 | Log: |
18346 | Somewhere in the 2.4.x kernel series, /proc/mounts was changed to display a | 1051 | Do not require that the signal number be specified |
18347 | "rootfs" entry as well as the traditional "/dev/root" entry. This caused | ||
18348 | applets such as mount and df to display two root filesystem entries.... | ||
18349 | |||
18350 | This teaches the relevant utilities to ignore the "rootfs" entry. | ||
18351 | -Erik | ||
18352 | 1052 | ||
18353 | Members: | 1053 | Members: |
18354 | coreutils/df.c:1.53->1.54 | 1054 | debianutils/start_stop_daemon.c:1.9->1.10 |
18355 | util-linux/mount.c:1.110->1.111 | ||
18356 | util-linux/umount.c:1.60->1.61 | ||
18357 | 1055 | ||
18358 | --------------------- | 1056 | --------------------- |
18359 | PatchSet 3362 | 1057 | PatchSet 3462 |
18360 | Date: 2003/06/20 10:56:37 | 1058 | Date: 2003/07/30 09:40:37 |
18361 | Author: andersen | 1059 | Author: andersen |
18362 | Branch: HEAD | 1060 | Branch: HEAD |
18363 | Tag: (none) | 1061 | Tag: (none) |
18364 | Log: | 1062 | Log: |
18365 | Patch from Andrew Dennison: | 1063 | last_patch100 from vodz updating fdisk to 2.12pre |
18366 | |||
18367 | I've had some issues with modprobe which I reported a few months ago. This | ||
18368 | is still an issue so I decided to sort it out. | ||
18369 | |||
18370 | The attached diff includes the changes against the unstable cvs tree that | ||
18371 | work for me. | ||
18372 | |||
18373 | Changes are: | ||
18374 | mod_process() will report success if the module at the head of the list | ||
18375 | loads successfully. It will also report success if any module unloads | ||
18376 | successfully. | ||
18377 | The net result being that modprobe will succeed in the cases outlined below. | ||
18378 | I've also added error reporting to modprobe -r. Previously it would silently | ||
18379 | fail (but report success) if the module could not be unloaded. | ||
18380 | |||
18381 | Andrew | ||
18382 | 1064 | ||
18383 | Members: | 1065 | Members: |
18384 | modutils/modprobe.c:1.19->1.20 | 1066 | util-linux/fdisk.c:1.7->1.8 |
18385 | 1067 | ||
18386 | --------------------- | 1068 | --------------------- |
18387 | PatchSet 3363 | 1069 | PatchSet 3463 |
18388 | Date: 2003/06/20 10:57:30 | 1070 | Date: 2003/07/30 09:55:59 |
18389 | Author: andersen | 1071 | Author: andersen |
18390 | Branch: HEAD | 1072 | Branch: HEAD |
18391 | Tag: (none) | 1073 | Tag: (none) |
18392 | Log: | 1074 | Log: |
18393 | Fall back to looking in /lib/modules/modules.dep if | 1075 | Lars Ekman writes: |
18394 | /lib/modules/<kernel version>/modules.dep is missing | ||
18395 | 1076 | ||
18396 | Members: | 1077 | When using "losetup" the device is always setup as Read-Only. |
18397 | modutils/modprobe.c:1.20->1.21 | ||
18398 | 1078 | ||
18399 | --------------------- | 1079 | (I have only tested with the -o flag, but looking at the code the |
18400 | PatchSet 3364 | 1080 | problem seems general) |
18401 | Date: 2003/06/20 11:02:29 | ||
18402 | Author: andersen | ||
18403 | Branch: HEAD | ||
18404 | Tag: (none) | ||
18405 | Log: | ||
18406 | Fixup whitespace handing, fixing some annoying behavior and | ||
18407 | a couple of segfaults | ||
18408 | |||
18409 | Members: | ||
18410 | networking/ifupdown.c:1.24->1.25 | ||
18411 | 1081 | ||
18412 | --------------------- | 1082 | The problem is the "opt" variable in "losetup.c" that is reused in |
18413 | PatchSet 3365 | 1083 | the "set_loop()" call. Clear it before the call and everything is OK; |
18414 | Date: 2003/06/21 10:05:49 | ||
18415 | Author: andersen | ||
18416 | Branch: HEAD | ||
18417 | Tag: (none) | ||
18418 | Log: | ||
18419 | Fix a silly bug I introduced yesterday | ||
18420 | 1084 | ||
18421 | Members: | 1085 | opt = 0; /* <-------- added line */ |
18422 | networking/ifconfig.c:1.25->1.26 | 1086 | if (delete) |
1087 | return del_loop (argv[optind]) ? EXIT_SUCCESS : EXIT_FAILURE; | ||
1088 | else | ||
1089 | return set_loop (argv[optind], argv[optind + 1], offset, &opt) | ||
1090 | ? EXIT_FAILURE : EXIT_SUCCESS; | ||
1091 | } | ||
18423 | 1092 | ||
18424 | --------------------- | 1093 | Best Regards, |
18425 | PatchSet 3366 | 1094 | Lars Ekman |
18426 | Date: 2003/06/21 21:03:06 | ||
18427 | Author: andersen | ||
18428 | Branch: HEAD | ||
18429 | Tag: (none) | ||
18430 | Log: | ||
18431 | Based on a tinylogin patch from Philip Blundell, add several | ||
18432 | additional options to adduser. | ||
18433 | -Erik | ||
18434 | |||
18435 | Members: | ||
18436 | include/usage.h:1.151->1.152 | ||
18437 | loginutils/adduser.c:1.6->1.7 | ||
18438 | |||
18439 | --------------------- | ||
18440 | PatchSet 3367 | ||
18441 | Date: 2003/06/22 07:59:34 | ||
18442 | Author: bug1 | ||
18443 | Branch: HEAD | ||
18444 | Tag: (none) | ||
18445 | Log: | ||
18446 | Save a few bytes by using bb_getopt_ulflags and a few other minor | ||
18447 | improvments | ||
18448 | |||
18449 | Members: | ||
18450 | archival/uncompress.c:1.2->1.3 | ||
18451 | |||
18452 | --------------------- | ||
18453 | PatchSet 3368 | ||
18454 | Date: 2003/06/22 16:32:40 | ||
18455 | Author: bug1 | ||
18456 | Branch: HEAD | ||
18457 | Tag: (none) | ||
18458 | Log: | ||
18459 | New applet: patch, applies a unified diff | ||
18460 | |||
18461 | Members: | ||
18462 | editors/Config.in:1.2->1.3 | ||
18463 | editors/Makefile.in:1.2->1.3 | ||
18464 | editors/patch.c:INITIAL->1.1 | ||
18465 | include/applets.h:1.97->1.98 | ||
18466 | include/usage.h:1.152->1.153 | ||
18467 | |||
18468 | --------------------- | ||
18469 | PatchSet 3369 | ||
18470 | Date: 2003/06/25 04:26:04 | ||
18471 | Author: andersen | ||
18472 | Branch: HEAD | ||
18473 | Tag: (none) | ||
18474 | Log: | ||
18475 | Regenerate the busybox.links file when the .config changes | ||
18476 | |||
18477 | Members: | ||
18478 | Makefile:1.277->1.278 | ||
18479 | |||
18480 | --------------------- | ||
18481 | PatchSet 3370 | ||
18482 | Date: 2003/06/25 06:18:48 | ||
18483 | Author: andersen | ||
18484 | Branch: HEAD | ||
18485 | Tag: (none) | ||
18486 | Log: | ||
18487 | Oops. As Andrew Dennison just noticed, I left a stray | ||
18488 | space in the Makefile, thereby totally breaking it. | ||
18489 | |||
18490 | Members: | ||
18491 | Makefile:1.278->1.279 | ||
18492 | |||
18493 | --------------------- | ||
18494 | PatchSet 3371 | ||
18495 | Date: 2003/06/26 09:53:49 | ||
18496 | Author: andersen | ||
18497 | Branch: HEAD | ||
18498 | Tag: (none) | ||
18499 | Log: | ||
18500 | Per patch from Nick Fedchik, use SHADOW_FILE, not "/etc/shadow". | ||
18501 | Change fopen to bb_xfopen | ||
18502 | |||
18503 | Members: | ||
18504 | libpwdgrp/shadow.c:1.4->1.5 | ||
18505 | |||
18506 | --------------------- | ||
18507 | PatchSet 3372 | ||
18508 | Date: 2003/06/26 10:05:30 | ||
18509 | Author: andersen | ||
18510 | Branch: HEAD | ||
18511 | Tag: (none) | ||
18512 | Log: | ||
18513 | Geir Thomassen wrote, regarding networking/httpd.c line 1358 | ||
18514 | |||
18515 | Hello, I think the test for an unconfigured httpd is wrong in | ||
18516 | the CVS (busybox-unstable-20030620.tar.bz2) | ||
18517 | |||
18518 | flg_deny_all is default 0 | ||
18519 | |||
18520 | vodz then wrote: | ||
18521 | |||
18522 | Oops. You are right. | ||
18523 | Also, this mistake haved from two place. | ||
18524 | Last patch rewroted to my new get_ularg() function for overcompensate size | ||
18525 | from this error found ;-) | ||
18526 | |||
18527 | Members: | ||
18528 | include/libbb.h:1.100->1.101 | ||
18529 | libbb/login.c:1.4->1.5 | ||
18530 | libbb/xgetlarg.c:1.2->1.3 | ||
18531 | networking/httpd.c:1.9->1.10 | ||
18532 | |||
18533 | --------------------- | ||
18534 | PatchSet 3373 | ||
18535 | Date: 2003/06/26 10:07:59 | ||
18536 | Author: andersen | ||
18537 | Branch: HEAD | ||
18538 | Tag: (none) | ||
18539 | Log: | ||
18540 | last_patch91 from vodz to convert tar to use bb_getopt_ulflags | ||
18541 | |||
18542 | Members: | ||
18543 | archival/tar.c:1.172->1.173 | ||
18544 | |||
18545 | --------------------- | ||
18546 | PatchSet 3374 | ||
18547 | Date: 2003/06/26 19:01:43 | ||
18548 | Author: andersen | ||
18549 | Branch: HEAD | ||
18550 | Tag: (none) | ||
18551 | Log: | ||
18552 | Oops. | ||
18553 | |||
18554 | Members: | ||
18555 | libpwdgrp/shadow.c:1.5->1.6 | ||
18556 | |||
18557 | --------------------- | ||
18558 | PatchSet 3375 | ||
18559 | Date: 2003/06/26 22:53:51 | ||
18560 | Author: andersen | ||
18561 | Branch: HEAD | ||
18562 | Tag: (none) | ||
18563 | Log: | ||
18564 | Make sure we end up with a unix2dos link to busybox | ||
18565 | |||
18566 | Members: | ||
18567 | coreutils/Config.in:1.7->1.8 | ||
18568 | |||
18569 | --------------------- | ||
18570 | PatchSet 3376 | ||
18571 | Date: 2003/06/27 00:55:55 | ||
18572 | Author: andersen | ||
18573 | Branch: HEAD | ||
18574 | Tag: (none) | ||
18575 | Log: | ||
18576 | oops. make this actually work as intended.... | ||
18577 | |||
18578 | Members: | ||
18579 | libpwdgrp/shadow.c:1.6->1.7 | ||
18580 | |||
18581 | --------------------- | ||
18582 | PatchSet 3377 | ||
18583 | Date: 2003/06/27 06:46:29 | ||
18584 | Author: andersen | ||
18585 | Branch: HEAD | ||
18586 | Tag: (none) | ||
18587 | Log: | ||
18588 | Remove bdflush garbage, which is only relevant to unsupported | ||
18589 | kernel versions | ||
18590 | |||
18591 | Members: | ||
18592 | init/init.c:1.183->1.184 | ||
18593 | |||
18594 | --------------------- | ||
18595 | PatchSet 3378 | ||
18596 | Date: 2003/06/27 18:08:15 | ||
18597 | Author: andersen | ||
18598 | Branch: HEAD | ||
18599 | Tag: (none) | ||
18600 | Log: | ||
18601 | Apply last_patch93 from vodz: | ||
18602 | |||
18603 | andersen@busybox.net wrote: | ||
18604 | >Message: 4 | ||
18605 | >Modified Files: | ||
18606 | > init.c | ||
18607 | >Log Message: | ||
18608 | >Remove code for unsupported kernel versions | ||
18609 | |||
18610 | Hmm. Current init.c have check >= 2.2.0 kernel one time too. | ||
18611 | Ok. Last patch removed this point and move common init code to new file for | ||
18612 | /init dir | ||
18613 | |||
18614 | Members: | ||
18615 | init/Makefile.in:1.4->1.5 | ||
18616 | init/halt.c:1.20->1.21 | ||
18617 | init/init.c:1.184->1.185 | ||
18618 | init/init_shared.c:INITIAL->1.1 | ||
18619 | init/init_shared.h:INITIAL->1.1 | ||
18620 | init/poweroff.c:1.17->1.18 | ||
18621 | init/reboot.c:1.26->1.27 | ||
18622 | |||
18623 | --------------------- | ||
18624 | PatchSet 3379 | ||
18625 | Date: 2003/06/30 19:14:04 | ||
18626 | Author: andersen | ||
18627 | Branch: HEAD | ||
18628 | Tag: (none) | ||
18629 | Log: | ||
18630 | Patch from Pavel Roskin to fixup toplevel help text | ||
18631 | |||
18632 | Members: | ||
18633 | scripts/config/mconf.c:1.1->1.2 | ||
18634 | |||
18635 | --------------------- | ||
18636 | PatchSet 3380 | ||
18637 | Date: 2003/07/03 10:41:41 | ||
18638 | Author: andersen | ||
18639 | Branch: HEAD | ||
18640 | Tag: (none) | ||
18641 | Log: | ||
18642 | As implemented, sha1sum would sometimes give the wrong answer. | ||
18643 | This fixes it and uses faster sha1 code from Dr. Gladman. | ||
18644 | -Erik | ||
18645 | |||
18646 | Members: | ||
18647 | coreutils/sha1sum.c:1.7->1.8 | ||
18648 | |||
18649 | --------------------- | ||
18650 | PatchSet 3381 | ||
18651 | Date: 2003/07/03 10:48:07 | ||
18652 | Author: andersen | ||
18653 | Branch: HEAD | ||
18654 | Tag: (none) | ||
18655 | Log: | ||
18656 | Using safe_read seems, well, safer... | ||
18657 | |||
18658 | Members: | ||
18659 | libbb/full_read.c:1.3->1.4 | ||
18660 | |||
18661 | --------------------- | ||
18662 | PatchSet 3382 | ||
18663 | Date: 2003/07/03 11:00:12 | ||
18664 | Author: andersen | ||
18665 | Branch: HEAD | ||
18666 | Tag: (none) | ||
18667 | Log: | ||
18668 | Patch from Kent Robotti adding a bunch of menuconfig help | ||
18669 | |||
18670 | Members: | ||
18671 | archival/Config.in:1.5->1.6 | ||
18672 | console-tools/Config.in:1.1->1.2 | ||
18673 | coreutils/Config.in:1.8->1.9 | ||
18674 | shell/Config.in:1.3->1.4 | ||
18675 | util-linux/Config.in:1.3->1.4 | ||
18676 | |||
18677 | --------------------- | ||
18678 | PatchSet 3383 | ||
18679 | Date: 2003/07/03 11:02:32 | ||
18680 | Author: andersen | ||
18681 | Branch: HEAD | ||
18682 | Tag: (none) | ||
18683 | Log: | ||
18684 | Patch from Kent Robotti updating fdisk to version v2.11z | ||
18685 | |||
18686 | Members: | ||
18687 | util-linux/fdisk.c:1.5->1.6 | ||
18688 | |||
18689 | --------------------- | ||
18690 | PatchSet 3384 | ||
18691 | Date: 2003/07/03 11:06:57 | ||
18692 | Author: andersen | ||
18693 | Branch: HEAD | ||
18694 | Tag: (none) | ||
18695 | Log: | ||
18696 | Patch from Russell Coker: | ||
18697 | |||
18698 | I've attached my latest SE Linux patch for busybox against the latest CVS | ||
18699 | version of busybox. | ||
18700 | |||
18701 | Members: | ||
18702 | Makefile:1.279->1.280 | ||
18703 | coreutils/id.c:1.22->1.23 | ||
18704 | coreutils/ls.c:1.97->1.98 | ||
18705 | include/libbb.h:1.101->1.102 | ||
18706 | include/usage.h:1.153->1.154 | ||
18707 | libbb/find_pid_by_name.c:1.10->1.11 | ||
18708 | libbb/procps.c:1.7->1.8 | ||
18709 | libbb/run_shell.c:1.4->1.5 | ||
18710 | loginutils/login.c:1.10->1.11 | ||
18711 | loginutils/su.c:1.3->1.4 | ||
18712 | procps/ps.c:1.48->1.49 | ||
18713 | procps/top.c:1.6->1.7 | ||
18714 | sysdeps/linux/Config.in:1.7->1.8 | ||
18715 | |||
18716 | --------------------- | ||
18717 | PatchSet 3385 | ||
18718 | Date: 2003/07/03 11:19:20 | ||
18719 | Author: andersen | ||
18720 | Branch: HEAD | ||
18721 | Tag: (none) | ||
18722 | Log: | ||
18723 | Fix stupid unterminated parenthesis | ||
18724 | |||
18725 | Members: | ||
18726 | include/usage.h:1.154->1.155 | ||
18727 | |||
18728 | --------------------- | ||
18729 | PatchSet 3386 | ||
18730 | Date: 2003/07/03 11:20:29 | ||
18731 | Author: andersen | ||
18732 | Branch: HEAD | ||
18733 | Tag: (none) | ||
18734 | Log: | ||
18735 | Patch from Lars Kellogg-Stedman: | ||
18736 | |||
18737 | Erik, et al. | ||
18738 | |||
18739 | The attached patch makes the following changes to networking/ifupdown.c: | ||
18740 | |||
18741 | (1) It swaps all calls to 'ip link set' and 'ip addr set'. This solves | ||
18742 | two problems: | ||
18743 | |||
18744 | (a) Calling 'ip link set <dev> up' before assigning an address | ||
18745 | generates an error message, and | ||
18746 | |||
18747 | (b) Under User Mode Linux, running in with ethernet interfaces | ||
18748 | in daemon mode, the MAC address for an interface is selected | ||
18749 | based on the IP address assigned to that interface. If the | ||
18750 | interface is brought up before being assigned an IP address, | ||
18751 | it gets a null MAC. | ||
18752 | |||
18753 | (2) It further cleans up run_mapping(). | ||
18754 | |||
18755 | This patch is against ifupdown.c revision 1.25. | ||
18756 | |||
18757 | -- Lars | ||
18758 | |||
18759 | Members: | ||
18760 | networking/ifupdown.c:1.25->1.26 | ||
18761 | |||
18762 | --------------------- | ||
18763 | PatchSet 3387 | ||
18764 | Date: 2003/07/03 11:28:07 | ||
18765 | Author: andersen | ||
18766 | Branch: HEAD | ||
18767 | Tag: (none) | ||
18768 | Log: | ||
18769 | Patch from Vladimir N. Oleynik (vodz): | ||
18770 | |||
18771 | Last patch have changed for "ipcalc" applet with usage new get_ulflags() | ||
18772 | function. | ||
18773 | |||
18774 | Members: | ||
18775 | networking/ipcalc.c:1.2->1.3 | ||
18776 | |||
18777 | --------------------- | ||
18778 | PatchSet 3388 | ||
18779 | Date: 2003/07/05 07:38:41 | ||
18780 | Author: andersen | ||
18781 | Branch: HEAD | ||
18782 | Tag: (none) | ||
18783 | Log: | ||
18784 | Glenn McGrath (bug1) isaway from my email till the 17th, but caught me on IRC. | ||
18785 | He took a look into the recent reports of tar problems, and found an obvious | ||
18786 | typo in last_patch91 from vodz which converted tar to use bb_getopt_ulflags. | ||
18787 | |||
18788 | Members: | ||
18789 | archival/tar.c:1.173->1.174 | ||
18790 | |||
18791 | --------------------- | ||
18792 | PatchSet 3389 | ||
18793 | Date: 2003/07/05 08:51:31 | ||
18794 | Author: andersen | ||
18795 | Branch: HEAD | ||
18796 | Tag: (none) | ||
18797 | Log: | ||
18798 | Add the fdformat utility, based on a patch from Kent Robotti, | ||
18799 | but I then completely reworked the fdformat utility to comply | ||
18800 | with the current busybox way of doing things. | ||
18801 | |||
18802 | Members: | ||
18803 | include/applets.h:1.98->1.99 | ||
18804 | include/usage.h:1.155->1.156 | ||
18805 | util-linux/Config.in:1.4->1.5 | ||
18806 | util-linux/Makefile.in:1.3->1.4 | ||
18807 | util-linux/fdformat.c:INITIAL->1.1 | ||
18808 | |||
18809 | --------------------- | ||
18810 | PatchSet 3390 | ||
18811 | Date: 2003/07/05 08:52:29 | ||
18812 | Author: andersen | ||
18813 | Branch: HEAD | ||
18814 | Tag: (none) | ||
18815 | Log: | ||
18816 | Patch from Kent Robotti adding a bunch of needed docs! | ||
18817 | -Erik | ||
18818 | |||
18819 | Members: | ||
18820 | archival/Config.in:1.6->1.7 | ||
18821 | coreutils/Config.in:1.9->1.10 | ||
18822 | debianutils/Config.in:1.2->1.3 | ||
18823 | editors/Config.in:1.3->1.4 | ||
18824 | findutils/Config.in:1.3->1.4 | ||
18825 | init/Config.in:1.2->1.3 | ||
18826 | modutils/Config.in:1.4->1.5 | ||
18827 | |||
18828 | --------------------- | ||
18829 | PatchSet 3391 | ||
18830 | Date: 2003/07/05 08:59:30 | ||
18831 | Author: andersen | ||
18832 | Branch: HEAD | ||
18833 | Tag: (none) | ||
18834 | Log: | ||
18835 | Patch from Lars Kellogg-Stedman: | ||
18836 | |||
18837 | This patch fixes endian problems with get_netmask(). I don't know if | ||
18838 | this is the cleanest solution, but it makes 'ipcalc -n' work on both | ||
18839 | an i386 system and a ppc system. | ||
18840 | |||
18841 | Members: | ||
18842 | networking/ipcalc.c:1.3->1.4 | ||
18843 | |||
18844 | --------------------- | ||
18845 | PatchSet 3392 | ||
18846 | Date: 2003/07/05 09:00:17 | ||
18847 | Author: andersen | ||
18848 | Branch: HEAD | ||
18849 | Tag: (none) | ||
18850 | Log: | ||
18851 | Patch from Lars Kellogg-Stedman: | ||
18852 | |||
18853 | Glibc 2.1.3 (used by the Hardhat Linux SDK distributed by Cyclades) | ||
18854 | does not define IF_NAMESIZE in net/if.h. | ||
18855 | |||
18856 | Members: | ||
18857 | networking/nameif.c:1.7->1.8 | ||
18858 | |||
18859 | --------------------- | ||
18860 | PatchSet 3393 | ||
18861 | Date: 2003/07/05 09:29:01 | ||
18862 | Author: andersen | ||
18863 | Branch: HEAD | ||
18864 | Tag: (none) | ||
18865 | Log: | ||
18866 | Daniel writes: | ||
18867 | |||
18868 | I've found a problem with job control when the init process is restarted. | ||
18869 | |||
18870 | If the system boots for the first time, I get job control on a serial terminal - | ||
18871 | no problems. However, when I restart init by issuing "init -q", then the shell | ||
18872 | no longer has job control. | ||
18873 | |||
18874 | I traced this a problem in console_init in the file init.c. What was happening | ||
18875 | after the restart is that the first compare | ||
18876 | |||
18877 | if (ioctl(0, TIOCGSERIAL, &sr) == 0) { | ||
18878 | ... | ||
18879 | } else if (ioctl(0, VT_GETSTATE, &vt) == 0) { | ||
18880 | ... | ||
18881 | } else { | ||
18882 | ... // assume /dev/console | ||
18883 | } | ||
18884 | |||
18885 | returned error and subsequently the code assumes /dev/console as the console, | ||
18886 | which does not support job control. | ||
18887 | |||
18888 | Checking the errno after the first call showed that the system was complaining | ||
18889 | about the file descriptor. This is probably because the previous init process | ||
18890 | had closed all its file descriptors which the new init process had inherited. | ||
18891 | |||
18892 | Members: | ||
18893 | init/init.c:1.185->1.186 | ||
18894 | |||
18895 | --------------------- | ||
18896 | PatchSet 3394 | ||
18897 | Date: 2003/07/05 09:38:40 | ||
18898 | Author: andersen | ||
18899 | Branch: HEAD | ||
18900 | Tag: (none) | ||
18901 | Log: | ||
18902 | oops | ||
18903 | |||
18904 | Members: | ||
18905 | init/init.c:1.186->1.187 | ||
18906 | |||
18907 | --------------------- | ||
18908 | PatchSet 3395 | ||
18909 | Date: 2003/07/05 22:56:55 | ||
18910 | Author: andersen | ||
18911 | Branch: HEAD | ||
18912 | Tag: (none) | ||
18913 | Log: | ||
18914 | As noted by Thomas Eckert: | ||
18915 | |||
18916 | bb-tar "cjf" does not create a valid tbz2-archive -- if fact the result is a | ||
18917 | plain tar-file (no compression) -- but does not warn about the unrecognized | ||
18918 | parameter combination "cj" (bb does not have bzip2-compression yet, right?). | ||
18919 | |||
18920 | to fix this I have added an error message stating this does not work. | ||
18921 | |||
18922 | He also reported | ||
18923 | |||
18924 | cosmetic: versose "-v" does not show any output when used with "create" | ||
18925 | |||
18926 | which I have now fixed as well. | ||
18927 | |||
18928 | -Erik | ||
18929 | |||
18930 | Members: | ||
18931 | archival/tar.c:1.174->1.175 | ||
18932 | |||
18933 | --------------------- | ||
18934 | PatchSet 3396 | ||
18935 | Date: 2003/07/05 23:15:43 | ||
18936 | Author: andersen | ||
18937 | Branch: HEAD | ||
18938 | Tag: (none) | ||
18939 | Log: | ||
18940 | Fixup compile problem with dmalloc | ||
18941 | |||
18942 | Members: | ||
18943 | libbb/xfuncs.c:1.10->1.11 | ||
18944 | |||
18945 | --------------------- | ||
18946 | PatchSet 3397 | ||
18947 | Date: 2003/07/06 00:10:27 | ||
18948 | Author: andersen | ||
18949 | Branch: HEAD | ||
18950 | Tag: (none) | ||
18951 | Log: | ||
18952 | Be certain to not abort prematurely when reading stuff from pipes. | ||
18953 | |||
18954 | Members: | ||
18955 | archival/tar.c:1.175->1.176 | ||
18956 | archival/libunarchive/archive_xread.c:1.2->1.3 | ||
18957 | archival/libunarchive/init_handle.c:1.2->1.3 | ||
18958 | |||
18959 | --------------------- | ||
18960 | PatchSet 3398 | ||
18961 | Date: 2003/07/07 07:10:31 | ||
18962 | Author: andersen | ||
18963 | Branch: HEAD | ||
18964 | Tag: (none) | ||
18965 | Log: | ||
18966 | This declaration no longer needs to hide when using dmalloc | ||
18967 | |||
18968 | Members: | ||
18969 | include/libbb.h:1.102->1.103 | ||
18970 | |||
18971 | --------------------- | ||
18972 | PatchSet 3399 | ||
18973 | Date: 2003/07/14 09:46:30 | ||
18974 | Author: andersen | ||
18975 | Branch: HEAD | ||
18976 | Tag: (none) | ||
18977 | Log: | ||
18978 | Don't use Linux kernel headers | ||
18979 | -Erik | ||
18980 | |||
18981 | Members: | ||
18982 | networking/libiproute/ll_proto.c:1.3->1.4 | ||
18983 | |||
18984 | --------------------- | ||
18985 | PatchSet 3400 | ||
18986 | Date: 2003/07/14 09:49:43 | ||
18987 | Author: andersen | ||
18988 | Branch: HEAD | ||
18989 | Tag: (none) | ||
18990 | Log: | ||
18991 | On second thought, this is a better way to fix things | ||
18992 | |||
18993 | Members: | ||
18994 | networking/libiproute/ll_proto.c:1.4->1.5 | ||
18995 | |||
18996 | --------------------- | ||
18997 | PatchSet 3401 | ||
18998 | Date: 2003/07/14 20:03:14 | ||
18999 | Author: andersen | ||
19000 | Branch: HEAD | ||
19001 | Tag: (none) | ||
19002 | Log: | ||
19003 | Remove all the llseek junk and just use regular old lseek. When DOLFS is | ||
19004 | enabled, regular lseek is transparently promoted to lseek64 anyways, rendering | ||
19005 | the llseek stuff pointless. | ||
19006 | -Erik | ||
19007 | |||
19008 | Members: | ||
19009 | util-linux/fdisk.c:1.6->1.7 | ||
19010 | |||
19011 | --------------------- | ||
19012 | PatchSet 3402 | ||
19013 | Date: 2003/07/14 20:08:04 | ||
19014 | Author: andersen | ||
19015 | Branch: HEAD | ||
19016 | Tag: (none) | ||
19017 | Log: | ||
19018 | Require that LFS is enabled to get fdisk | ||
19019 | |||
19020 | Members: | ||
19021 | util-linux/Config.in:1.5->1.6 | ||
19022 | |||
19023 | --------------------- | ||
19024 | PatchSet 3403 | ||
19025 | Date: 2003/07/14 20:14:26 | ||
19026 | Author: andersen | ||
19027 | Branch: HEAD | ||
19028 | Tag: (none) | ||
19029 | Log: | ||
19030 | Patch from Lars Kellogg-Stedman: | ||
19031 | |||
19032 | Busybox vi is installed in /bin/vi, but crontab was looking for | ||
19033 | /usr/bin/vi. This patch makes crontab look for /bin/vi instead. | ||
19034 | |||
19035 | Members: | ||
19036 | miscutils/crontab.c:1.4->1.5 | ||
19037 | |||
19038 | --------------------- | ||
19039 | PatchSet 3404 | ||
19040 | Date: 2003/07/14 20:18:43 | ||
19041 | Author: andersen | ||
19042 | Branch: HEAD | ||
19043 | Tag: (none) | ||
19044 | Log: | ||
19045 | Patch from Lars Kellogg-Stedman: | ||
19046 | |||
19047 | The attached two patches add config documentation to init/Config.in and | ||
19048 | fileutils/Config.in. | ||
19049 | |||
19050 | Members: | ||
19051 | findutils/Config.in:1.4->1.5 | ||
19052 | init/Config.in:1.3->1.4 | ||
19053 | |||
19054 | --------------------- | ||
19055 | PatchSet 3405 | ||
19056 | Date: 2003/07/14 20:20:46 | ||
19057 | Author: andersen | ||
19058 | Branch: HEAD | ||
19059 | Tag: (none) | ||
19060 | Log: | ||
19061 | Michael Sternberg writes: | ||
19062 | |||
19063 | Latest BusyBox from CVS (Jul 7 2003). | ||
19064 | File coreutils/ls.c | ||
19065 | "if" at line 970 should be enclosed in #ifdef CONFIG_FEATURE_LS_SORTFILES | ||
19066 | "if" at line 976 should be enclosed in #ifdef CONFIG_FEATURE_LS_TIMESTAMPS | ||
19067 | |||
19068 | Members: | ||
19069 | coreutils/ls.c:1.98->1.99 | ||
19070 | |||
19071 | --------------------- | ||
19072 | PatchSet 3406 | ||
19073 | Date: 2003/07/14 20:32:40 | ||
19074 | Author: andersen | ||
19075 | Branch: HEAD | ||
19076 | Tag: (none) | ||
19077 | Log: | ||
19078 | Use standard types | ||
19079 | |||
19080 | Members: | ||
19081 | util-linux/fbset.c:1.31->1.32 | ||
19082 | |||
19083 | --------------------- | ||
19084 | PatchSet 3407 | ||
19085 | Date: 2003/07/14 20:36:54 | ||
19086 | Author: andersen | ||
19087 | Branch: HEAD | ||
19088 | Tag: (none) | ||
19089 | Log: | ||
19090 | Patch from Thomas Cameron: | ||
19091 | |||
19092 | Hello all, | ||
19093 | This patch adds more "Help" text to the config system. Almost | ||
19094 | all applets now have a help entry. Also, I cleaned up the spacing of | ||
19095 | the existing text so that things are consistent. This patch is against | ||
19096 | this morning's CVS. | ||
19097 | |||
19098 | Thomas Cameron | ||
19099 | CEI Systems, Inc. | ||
19100 | |||
19101 | Members: | ||
19102 | archival/Config.in:1.7->1.8 | ||
19103 | console-tools/Config.in:1.2->1.3 | ||
19104 | coreutils/Config.in:1.10->1.11 | ||
19105 | editors/Config.in:1.4->1.5 | ||
19106 | findutils/Config.in:1.5->1.6 | ||
19107 | init/Config.in:1.4->1.5 | ||
19108 | loginutils/Config.in:1.2->1.3 | ||
19109 | miscutils/Config.in:1.1->1.2 | ||
19110 | modutils/Config.in:1.5->1.6 | ||
19111 | networking/Config.in:1.15->1.16 | ||
19112 | networking/udhcp/Config.in:1.3->1.4 | ||
19113 | procps/Config.in:1.4->1.5 | ||
19114 | shell/Config.in:1.4->1.5 | ||
19115 | sysdeps/linux/Config.in:1.8->1.9 | ||
19116 | |||
19117 | --------------------- | ||
19118 | PatchSet 3408 | ||
19119 | Date: 2003/07/14 21:20:45 | ||
19120 | Author: andersen | ||
19121 | Branch: HEAD | ||
19122 | Tag: (none) | ||
19123 | Log: | ||
19124 | decouple delgroup and deluser | ||
19125 | |||
19126 | Members: | ||
19127 | loginutils/Makefile.in:1.3->1.4 | ||
19128 | loginutils/delgroup.c:INITIAL->1.1 | ||
19129 | loginutils/delline.c:INITIAL->1.1 | ||
19130 | loginutils/deluser.c:1.3->1.4 | ||
19131 | |||
19132 | --------------------- | ||
19133 | PatchSet 3409 | ||
19134 | Date: 2003/07/14 22:20:36 | ||
19135 | Author: andersen | ||
19136 | Branch: HEAD | ||
19137 | Tag: (none) | ||
19138 | Log: | ||
19139 | Update a bunch of docs. Run a script to update my email addr. | ||
19140 | |||
19141 | Members: | ||
19142 | AUTHORS:1.35->1.36 | ||
19143 | Changelog:1.278->1.279 | ||
19144 | INSTALL:1.2->1.3 | ||
19145 | LICENSE:1.8->1.9 | ||
19146 | Makefile:1.280->1.281 | ||
19147 | README:1.25->1.26 | ||
19148 | Rules.mak:1.14->1.15 | ||
19149 | applets/Makefile:1.3->1.4 | ||
19150 | applets/Makefile.in:1.2->1.3 | ||
19151 | archival/Makefile:1.5->1.6 | ||
19152 | archival/Makefile.in:1.3->1.4 | ||
19153 | archival/gunzip.c:1.75->1.76 | ||
19154 | archival/gzip.c:1.59->1.60 | ||
19155 | archival/tar.c:1.176->1.177 | ||
19156 | archival/libunarchive/Makefile:1.3->1.4 | ||
19157 | archival/libunarchive/Makefile.in:1.13->1.14 | ||
19158 | archival/libunarchive/unzip.c:1.30->1.31 | ||
19159 | console-tools/Makefile:1.2->1.3 | ||
19160 | console-tools/Makefile.in:1.2->1.3 | ||
19161 | console-tools/clear.c:1.15->1.16 | ||
19162 | console-tools/reset.c:1.9->1.10 | ||
19163 | console-tools/setkeycodes.c:1.13->1.14 | ||
19164 | coreutils/Makefile:1.1->1.2 | ||
19165 | coreutils/Makefile.in:1.3->1.4 | ||
19166 | coreutils/basename.c:1.21->1.22 | ||
19167 | coreutils/chgrp.c:1.13->1.14 | ||
19168 | coreutils/chmod.c:1.15->1.16 | ||
19169 | coreutils/chown.c:1.21->1.22 | ||
19170 | coreutils/chroot.c:1.28->1.29 | ||
19171 | coreutils/df.c:1.54->1.55 | ||
19172 | coreutils/dirname.c:1.18->1.19 | ||
19173 | coreutils/env.c:1.6->1.7 | ||
19174 | coreutils/false.c:1.2->1.3 | ||
19175 | coreutils/ln.c:1.41->1.42 | ||
19176 | coreutils/test.c:1.23->1.24 | ||
19177 | coreutils/touch.c:1.26->1.27 | ||
19178 | coreutils/tr.c:1.34->1.35 | ||
19179 | coreutils/true.c:1.2->1.3 | ||
19180 | coreutils/libcoreutils/Makefile:1.1->1.2 | ||
19181 | coreutils/libcoreutils/Makefile.in:1.1->1.2 | ||
19182 | debian/README.debian:1.1->1.2 | ||
19183 | debian/copyright:1.3->1.4 | ||
19184 | debianutils/Makefile:1.1->1.2 | ||
19185 | debianutils/Makefile.in:1.1->1.2 | ||
19186 | debianutils/which.c:1.2->1.3 | ||
19187 | docs/autodocifier.pl:1.23->1.24 | ||
19188 | docs/busybox.sgml:1.48->1.49 | ||
19189 | docs/busybox_footer.pod:1.11->1.12 | ||
19190 | docs/contributing.txt:1.7->1.8 | ||
19191 | docs/busybox.net/index.html:1.119->1.120 | ||
19192 | editors/Makefile:1.2->1.3 | ||
19193 | editors/Makefile.in:1.3->1.4 | ||
19194 | examples/depmod.pl:1.2->1.3 | ||
19195 | examples/inittab:1.7->1.8 | ||
19196 | findutils/Makefile:1.2->1.3 | ||
19197 | findutils/Makefile.in:1.2->1.3 | ||
19198 | findutils/find.c:1.38->1.39 | ||
19199 | include/inet_common.h:1.2->1.3 | ||
19200 | init/Makefile:1.3->1.4 | ||
19201 | init/Makefile.in:1.5->1.6 | ||
19202 | init/halt.c:1.21->1.22 | ||
19203 | init/init.c:1.187->1.188 | ||
19204 | init/poweroff.c:1.18->1.19 | ||
19205 | init/reboot.c:1.27->1.28 | ||
19206 | libbb/Makefile:1.8->1.9 | ||
19207 | libbb/Makefile.in:1.22->1.23 | ||
19208 | libbb/README:1.2->1.3 | ||
19209 | libbb/chomp.c:1.7->1.8 | ||
19210 | libbb/concat_path_file.c:1.10->1.11 | ||
19211 | libbb/copyfd.c:1.5->1.6 | ||
19212 | libbb/device_open.c:1.3->1.4 | ||
19213 | libbb/error_msg.c:1.4->1.5 | ||
19214 | libbb/error_msg_and_die.c:1.3->1.4 | ||
19215 | libbb/fgets_str.c:1.5->1.6 | ||
19216 | libbb/find_mount_point.c:1.3->1.4 | ||
19217 | libbb/find_pid_by_name.c:1.11->1.12 | ||
19218 | libbb/find_root_device.c:1.9->1.10 | ||
19219 | libbb/full_read.c:1.4->1.5 | ||
19220 | libbb/full_write.c:1.3->1.4 | ||
19221 | libbb/get_console.c:1.5->1.6 | ||
19222 | libbb/get_line_from_file.c:1.4->1.5 | ||
19223 | libbb/herror_msg.c:1.3->1.4 | ||
19224 | libbb/herror_msg_and_die.c:1.4->1.5 | ||
19225 | libbb/inet_common.c:1.6->1.7 | ||
19226 | libbb/inode_hash.c:1.5->1.6 | ||
19227 | libbb/interface.c:1.15->1.16 | ||
19228 | libbb/kernel_version.c:1.3->1.4 | ||
19229 | libbb/libc5.c:1.5->1.6 | ||
19230 | libbb/loop.c:1.5->1.6 | ||
19231 | libbb/messages.c:1.9->1.10 | ||
19232 | libbb/module_syscalls.c:1.11->1.12 | ||
19233 | libbb/mtab.c:1.3->1.4 | ||
19234 | libbb/mtab_file.c:1.7->1.8 | ||
19235 | libbb/my_getgrgid.c:1.5->1.6 | ||
19236 | libbb/my_getgrnam.c:1.5->1.6 | ||
19237 | libbb/my_getpwnam.c:1.5->1.6 | ||
19238 | libbb/my_getpwnamegid.c:1.5->1.6 | ||
19239 | libbb/my_getpwuid.c:1.5->1.6 | ||
19240 | libbb/perror_msg.c:1.3->1.4 | ||
19241 | libbb/perror_msg_and_die.c:1.3->1.4 | ||
19242 | libbb/print_file.c:1.6->1.7 | ||
19243 | libbb/pw_encrypt.c:1.2->1.3 | ||
19244 | libbb/read_package_field.c:1.7->1.8 | ||
19245 | libbb/recursive_action.c:1.9->1.10 | ||
19246 | libbb/safe_read.c:1.2->1.3 | ||
19247 | libbb/safe_strncpy.c:1.2->1.3 | ||
19248 | libbb/syscalls.c:1.10->1.11 | ||
19249 | libbb/syslog_msg_with_name.c:1.4->1.5 | ||
19250 | libbb/trim.c:1.6->1.7 | ||
19251 | libbb/u_signal_names.c:1.2->1.3 | ||
19252 | libbb/vdprintf.c:1.3->1.4 | ||
19253 | libbb/verror_msg.c:1.4->1.5 | ||
19254 | libbb/vherror_msg.c:1.5->1.6 | ||
19255 | libbb/vperror_msg.c:1.3->1.4 | ||
19256 | libbb/wfopen.c:1.3->1.4 | ||
19257 | libbb/xfuncs.c:1.11->1.12 | ||
19258 | libbb/xgetlarg.c:1.3->1.4 | ||
19259 | libbb/xregcomp.c:1.3->1.4 | ||
19260 | libpwdgrp/Makefile:1.1->1.2 | ||
19261 | libpwdgrp/Makefile.in:1.1->1.2 | ||
19262 | libpwdgrp/setgroups.c:1.2->1.3 | ||
19263 | loginutils/Makefile:1.1->1.2 | ||
19264 | loginutils/Makefile.in:1.4->1.5 | ||
19265 | miscutils/Makefile:1.5->1.6 | ||
19266 | miscutils/Makefile.in:1.4->1.5 | ||
19267 | miscutils/strings.c:1.8->1.9 | ||
19268 | modutils/Makefile:1.2->1.3 | ||
19269 | modutils/Makefile.in:1.1->1.2 | ||
19270 | modutils/insmod.c:1.97->1.98 | ||
19271 | modutils/lsmod.c:1.38->1.39 | ||
19272 | modutils/rmmod.c:1.23->1.24 | ||
19273 | networking/Makefile:1.5->1.6 | ||
19274 | networking/Makefile.in:1.15->1.16 | ||
19275 | networking/hostname.c:1.35->1.36 | ||
19276 | networking/telnet.c:1.36->1.37 | ||
19277 | networking/libiproute/Makefile:1.1->1.2 | ||
19278 | networking/libiproute/Makefile.in:1.3->1.4 | ||
19279 | networking/udhcp/ChangeLog:1.5->1.6 | ||
19280 | networking/udhcp/Makefile:1.1->1.2 | ||
19281 | networking/udhcp/Makefile.in:1.6->1.7 | ||
19282 | procps/Makefile:1.2->1.3 | ||
19283 | procps/Makefile.in:1.3->1.4 | ||
19284 | procps/free.c:1.20->1.21 | ||
19285 | procps/kill.c:1.48->1.49 | ||
19286 | procps/pidof.c:1.8->1.9 | ||
19287 | procps/ps.c:1.49->1.50 | ||
19288 | procps/uptime.c:1.16->1.17 | ||
19289 | shell/Makefile:1.2->1.3 | ||
19290 | shell/Makefile.in:1.1->1.2 | ||
19291 | shell/ash.c:1.69->1.70 | ||
19292 | shell/cmdedit.c:1.78->1.79 | ||
19293 | shell/hush.c:1.62->1.63 | ||
19294 | shell/lash.c:1.150->1.151 | ||
19295 | shell/msh.c:1.13->1.14 | ||
19296 | sysklogd/Makefile:1.3->1.4 | ||
19297 | sysklogd/Makefile.in:1.1->1.2 | ||
19298 | sysklogd/klogd.c:1.14->1.15 | ||
19299 | sysklogd/logger.c:1.37->1.38 | ||
19300 | sysklogd/syslogd.c:1.96->1.97 | ||
19301 | util-linux/Makefile:1.4->1.5 | ||
19302 | util-linux/Makefile.in:1.4->1.5 | ||
19303 | util-linux/dmesg.c:1.28->1.29 | ||
19304 | util-linux/freeramdisk.c:1.22->1.23 | ||
19305 | util-linux/mkswap.c:1.27->1.28 | ||
19306 | util-linux/more.c:1.56->1.57 | ||
19307 | util-linux/mount.c:1.111->1.112 | ||
19308 | util-linux/swaponoff.c:1.33->1.34 | ||
19309 | util-linux/umount.c:1.61->1.62 | ||
19310 | |||
19311 | --------------------- | ||
19312 | PatchSet 3410 | ||
19313 | Date: 2003/07/14 22:50:51 | ||
19314 | Author: andersen | ||
19315 | Branch: HEAD | ||
19316 | Tag: (none) | ||
19317 | Log: | ||
19318 | Looks like I forgot one little tiny detail... | ||
19319 | |||
19320 | Members: | ||
19321 | loginutils/delgroup.c:1.1->1.2 | ||
19322 | loginutils/delline.c:1.1->1.2 | ||
19323 | |||
19324 | --------------------- | ||
19325 | PatchSet 3411 | ||
19326 | Date: 2003/07/14 23:14:49 | ||
19327 | Author: andersen | ||
19328 | Branch: HEAD | ||
19329 | Tag: (none) | ||
19330 | Log: | ||
19331 | Fix a silly typo | ||
19332 | |||
19333 | Members: | ||
19334 | include/usage.h:1.156->1.157 | ||
19335 | |||
19336 | --------------------- | ||
19337 | PatchSet 3412 | ||
19338 | Date: 2003/07/15 01:28:26 | ||
19339 | Author: andersen | ||
19340 | Branch: HEAD | ||
19341 | Tag: (none) | ||
19342 | Log: | ||
19343 | Yet more preparation to make a release... | ||
19344 | |||
19345 | Members: | ||
19346 | Changelog:1.279->1.280 | ||
19347 | Makefile:1.281->1.282 | ||
19348 | Rules.mak:1.15->1.16 | ||
19349 | |||
19350 | --------------------- | ||
19351 | PatchSet 3413 | ||
19352 | Date: 2003/07/15 01:31:25 | ||
19353 | Author: andersen | ||
19354 | Branch: HEAD | ||
19355 | Tag: busybox_1_00_pre1 | ||
19356 | Log: | ||
19357 | Update the default set of applets that are listed | ||
19358 | 1095 | ||
19359 | Members: | 1096 | Members: |
19360 | docs/busybox_header.pod:1.9->1.10 | 1097 | util-linux/losetup.c:1.2->1.3 |
19361 | 1098 | ||
diff --git a/docs/busybox.net/index.html b/docs/busybox.net/index.html index cb0456e39..552d88bf9 100644 --- a/docs/busybox.net/index.html +++ b/docs/busybox.net/index.html | |||
@@ -102,41 +102,41 @@ | |||
102 | <ul> | 102 | <ul> |
103 | 103 | ||
104 | <p> | 104 | <p> |
105 | <li><b>15 July 2003 -- BusyBox 1.0.0-pre1 released</b><p> | 105 | <li><b>30 July 2003 -- BusyBox 1.0.0-pre2 released</b><p> |
106 | 106 | ||
107 | The busybox development series has been under construction for | 107 | Here goes another pre release for the new BusyBox stable |
108 | nearly two years now. Which is just entirely too long... So | 108 | series. The last prerelease (pre1) was given quite a lot of |
109 | it is with great pleasure that I announce the imminent release | 109 | testing (thanks everyone!) which has helped turn up a number of |
110 | of a new stable series. Due to the huge number of changes | 110 | bugs, and these problems have now been fixed. |
111 | since the last stable release (and the usual mindless version | 111 | |
112 | number inflation) I am branding this new stable series verison | ||
113 | 1.0.x... | ||
114 | <p> | 112 | <p> |
115 | 113 | ||
116 | The point of "-preX" versions is to get a larger group of | 114 | Highlights of -pre2 include updating the 'ash' shell to sync up |
117 | people and vendors testing, so any problems that turn up can be | 115 | with the Debian 'dash' shell, a new 'hdparm' applet was added, |
118 | fixed prior to the magic 1.0.0 release (which should happen | 116 | init again supports pivot_root, The 'reboot' 'halt' and |
119 | later this month)... I plan to release BusyBox 1.0.0-pre2 next | 117 | 'poweroff' applets can now be used without using busybox init. |
120 | Monday (July 21st), and, if necessary, -pre3 on July 28th. | 118 | an ifconfig buffer overflow was fixed, losetup now allows |
121 | Hopefully (i.e. unless some horrible catastrophic problem turns | 119 | read-write loop devices, uClinux daemon support was added, the |
122 | up) the final BusyBox 1.0.0 release should be ready by the end | 120 | 'watchdog', 'fdisk', and 'kill' applets were rewritten, there were |
123 | of July. | 121 | tons of doc updates, and there were many other bugs fixed. |
124 | <p> | 122 | <p> |
125 | 123 | ||
126 | If you have submitted patches, and they are not in this release | 124 | If you have submitted a patch and it is not included in this |
127 | and I have not emailed you explaining why your patch was | 125 | release and Erik has not emailed you explaining why your patch |
128 | rejected, it is safe to say that I have lost your patch. That | 126 | was rejected, it is safe to say that he has lost your patch. |
129 | happens sometimes. Please do <B>NOT</b> send all your patches, | 127 | That happens sometimes. Please re-submit your patch to the |
130 | support questions, etc, directly to Erik. I get hundreds of | 128 | BusyBox mailing list. |
131 | emails every day (which is why I end up losing patches | ||
132 | sometimes in the flood)... The busybox mailing list is the | ||
133 | right place to send your patches, support questions, etc. | ||
134 | <p> | 129 | <p> |
135 | 130 | ||
136 | I would like to especially thank Vladimir Oleynik (vodz), Glenn | 131 | The point of the "-preX" versions is to get a larger group of |
137 | McGrath (bug1), Robert Griebl (sandman), and Manuel Novoa III | 132 | people and vendors testing, so any problems that turn up can be |
138 | (mjn3) for their significant efforts and contributions that | 133 | fixed prior to the final 1.0.0 release. The main feature that |
139 | have made this release possible. | 134 | is still still on the TODO list before the final BusyBox 1.0.0 |
135 | release is adding module support for the new 2.6.x kernels. If | ||
136 | necessary, a -pre3 BusyBox release will happen on August 6th. | ||
137 | Hopefully (i.e. unless some horrible catastrophic problem | ||
138 | turns up) the final BusyBox 1.0.0 release will be ready by | ||
139 | then... | ||
140 | <p> | 140 | <p> |
141 | 141 | ||
142 | As usual you can <a href="downloads">download busybox here</a>. | 142 | As usual you can <a href="downloads">download busybox here</a>. |
@@ -428,6 +428,7 @@ | |||
428 | </li><li><a href="http://salvare.sourceforge.net/">Salvare</a>More Linux than tomsrtbt but less than Knoppix, aims to provide a useful workstation as well as a rescue disk. | 428 | </li><li><a href="http://salvare.sourceforge.net/">Salvare</a>More Linux than tomsrtbt but less than Knoppix, aims to provide a useful workstation as well as a rescue disk. |
429 | </li><li><a href="http://www.stresslinux.org/">stresslinux</a>minimal linux distribution running from a bootable cdrom or via PXE. | 429 | </li><li><a href="http://www.stresslinux.org/">stresslinux</a>minimal linux distribution running from a bootable cdrom or via PXE. |
430 | </li><li><a href="http://thinstation.sourceforge.net/">thinstation</a>convert standard PCs into full-featured diskless thinclients. | 430 | </li><li><a href="http://thinstation.sourceforge.net/">thinstation</a>convert standard PCs into full-featured diskless thinclients. |
431 | </li><li><a href="http://www.uhulinux.hu/">UHU-Linux Hungary</a> | ||
431 | 432 | ||
432 | </li><li><a href="http://tuxscreen.net">Tuxscreen Linux Phone</a> | 433 | </li><li><a href="http://tuxscreen.net">Tuxscreen Linux Phone</a> |
433 | </li><li><a href="http://www.kerbango.com/">The Kerbango Internet Radio</a> | 434 | </li><li><a href="http://www.kerbango.com/">The Kerbango Internet Radio</a> |
diff --git a/docs/busybox.net/oldnews.html b/docs/busybox.net/oldnews.html index 9f7d79a6f..0dbf993ad 100644 --- a/docs/busybox.net/oldnews.html +++ b/docs/busybox.net/oldnews.html | |||
@@ -43,6 +43,55 @@ | |||
43 | 43 | ||
44 | 44 | ||
45 | <p> | 45 | <p> |
46 | <li><b>15 July 2003 -- BusyBox 1.0.0-pre1 released</b><p> | ||
47 | |||
48 | The busybox development series has been under construction for | ||
49 | nearly two years now. Which is just entirely too long... So | ||
50 | it is with great pleasure that I announce the imminent release | ||
51 | of a new stable series. Due to the huge number of changes | ||
52 | since the last stable release (and the usual mindless version | ||
53 | number inflation) I am branding this new stable series verison | ||
54 | 1.0.x... | ||
55 | <p> | ||
56 | |||
57 | The point of "-preX" versions is to get a larger group of | ||
58 | people and vendors testing, so any problems that turn up can be | ||
59 | fixed prior to the magic 1.0.0 release (which should happen | ||
60 | later this month)... I plan to release BusyBox 1.0.0-pre2 next | ||
61 | Monday (July 21st), and, if necessary, -pre3 on July 28th. | ||
62 | Hopefully (i.e. unless some horrible catastrophic problem turns | ||
63 | up) the final BusyBox 1.0.0 release should be ready by the end | ||
64 | of July. | ||
65 | <p> | ||
66 | |||
67 | If you have submitted patches, and they are not in this release | ||
68 | and I have not emailed you explaining why your patch was | ||
69 | rejected, it is safe to say that I have lost your patch. That | ||
70 | happens sometimes. Please do <B>NOT</b> send all your patches, | ||
71 | support questions, etc, directly to Erik. I get hundreds of | ||
72 | emails every day (which is why I end up losing patches | ||
73 | sometimes in the flood)... The busybox mailing list is the | ||
74 | right place to send your patches, support questions, etc. | ||
75 | <p> | ||
76 | |||
77 | I would like to especially thank Vladimir Oleynik (vodz), Glenn | ||
78 | McGrath (bug1), Robert Griebl (sandman), and Manuel Novoa III | ||
79 | (mjn3) for their significant efforts and contributions that | ||
80 | have made this release possible. | ||
81 | <p> | ||
82 | |||
83 | As usual you can <a href="downloads">download busybox here</a>. | ||
84 | You don't really need to bother with the | ||
85 | <a href="downloads/Changelog">changelog</a>, as the changes | ||
86 | vs the stable version are way too extensive to easily enumerate. | ||
87 | But you can take a look if you really want too. | ||
88 | |||
89 | <p>Have Fun! | ||
90 | <p> | ||
91 | |||
92 | |||
93 | |||
94 | <p> | ||
46 | <li><b>26 October 2002 -- BusyBox 0.60.5 released</b><p> | 95 | <li><b>26 October 2002 -- BusyBox 0.60.5 released</b><p> |
47 | 96 | ||
48 | I am very pleased to announce that the BusyBox 0.60.5 (stable) | 97 | I am very pleased to announce that the BusyBox 0.60.5 (stable) |