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