summaryrefslogtreecommitdiff
path: root/Changelog
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>2004-01-31 05:44:07 +0000
committerEric Andersen <andersen@codepoet.org>2004-01-31 05:44:07 +0000
commita3212eb4cc0ff58b9920d463c1f2e7bb41bb9b28 (patch)
tree647af61856cd20d7a369990caea4ca4b2521643c /Changelog
parentdfe30032affedc911fbbea1b235faaf43b0b4d43 (diff)
downloadbusybox-w32-a3212eb4cc0ff58b9920d463c1f2e7bb41bb9b28.tar.gz
busybox-w32-a3212eb4cc0ff58b9920d463c1f2e7bb41bb9b28.tar.bz2
busybox-w32-a3212eb4cc0ff58b9920d463c1f2e7bb41bb9b28.zip
Update docs for release
Diffstat (limited to 'Changelog')
-rw-r--r--Changelog1213
1 files changed, 783 insertions, 430 deletions
diff --git a/Changelog b/Changelog
index 9744dab6c..65b9f0f97 100644
--- a/Changelog
+++ b/Changelog
@@ -1,865 +1,1218 @@
1--------------------- 1---------------------
2PatchSet 3773 2PatchSet 3826
3Date: 2003/12/11 02:48:15 3Date: 2003/12/23 09:12:09
4Author: andersen 4Author: andersen
5Branch: HEAD 5Branch: HEAD
6Tag: busybox_1_00_pre4 6Tag: busybox_1_00_pre5
7Log: 7Log:
8prepare for release 8Prepare for release
9 9
10Members: 10Members:
11 Changelog:1.284->1.285 11 Changelog:1.285->1.286
12 README:1.29->1.30 12 docs/busybox.net/news.html:1.4->1.5
13 docs/busybox.net/news.html:1.1->1.2 13 docs/busybox.net/oldnews.html:1.18->1.19
14 14
15--------------------- 15---------------------
16PatchSet 3774 16PatchSet 3827
17Date: 2003/12/11 07:13:15 17Date: 2003/12/23 10:00:00
18Author: andersen 18Author: andersen
19Branch: HEAD 19Branch: HEAD
20Tag: (none) 20Tag: (none)
21Log: 21Log:
22some minor website cleanups 22Show the news by default
23 23
24Members: 24Members:
25 docs/busybox.net/cvs_anon.html:1.8->1.9 25 docs/busybox.net/about.html:INITIAL->1.1
26 docs/busybox.net/cvs_write.html:1.7->1.8 26 docs/busybox.net/header.html:1.5->1.6
27 docs/busybox.net/header.html:1.3->1.4 27 docs/busybox.net/index.html:1.133->1.134
28 docs/busybox.net/news.html:1.2->1.3
29 28
30--------------------- 29---------------------
31PatchSet 3775 30PatchSet 3828
32Date: 2003/12/11 08:04:49 31Date: 2003/12/23 20:24:51
33Author: andersen 32Author: andersen
34Branch: HEAD 33Branch: HEAD
35Tag: (none) 34Tag: (none)
36Log: 35Log:
37Fixup some html bugs 36Cmdedit update from Vladimir N. Oleynik (vodz)
38 37
39Members: 38Members:
40 docs/busybox.net/cvs_anon.html:1.9->1.10 39 shell/cmdedit.c:1.83->1.84
41 docs/busybox.net/footer.html:1.1->1.2
42 docs/busybox.net/header.html:1.4->1.5
43 docs/busybox.net/news.html:1.3->1.4
44 docs/busybox.net/oldnews.html:1.17->1.18
45 docs/busybox.net/screenshot.html:1.7->1.8
46 40
47--------------------- 41---------------------
48PatchSet 3776 42PatchSet 3829
49Date: 2003/12/11 18:03:15 43Date: 2003/12/23 20:37:23
50Author: andersen 44Author: andersen
51Branch: HEAD 45Branch: HEAD
52Tag: (none) 46Tag: (none)
53Log: 47Log:
54It appears the Netgear WG602 distributes source 48don't mess up errno
55 49
56Members: 50Members:
57 docs/busybox.net/products.html:1.2->1.3 51 libbb/xconnect.c:1.9->1.10
58 docs/busybox.net/shame.html:1.2->1.3
59 52
60--------------------- 53---------------------
61PatchSet 3777 54PatchSet 3830
62Date: 2003/12/12 00:08:57 55Date: 2003/12/23 20:37:54
63Author: andersen 56Author: andersen
64Branch: HEAD 57Branch: HEAD
65Tag: (none) 58Tag: (none)
66Log: 59Log:
67Fix compile when CONFIG_FEATURE_HDPARM_GET_IDENTITY is disabled 60fix broken formatting
68 61
69Members: 62Members:
70 miscutils/hdparm.c:1.8->1.9 63 libbb/xconnect.c:1.10->1.11
71 64
72--------------------- 65---------------------
73PatchSet 3778 66PatchSet 3831
74Date: 2003/12/12 07:01:14 67Date: 2003/12/23 20:45:14
75Author: andersen 68Author: andersen
76Branch: HEAD 69Branch: HEAD
77Tag: (none) 70Tag: (none)
78Log: 71Log:
79Doh! I broke automatic filesystem type guessing. Fix mount so 72Match changes made to cmdedit
80it will properly fall back to /proc/mounts when /etc/filesystems
81is missing, allowing mount to guess the correct fs type when a
82fs type is not explicitly specified.
83 -Erik
84 73
85Members: 74Members:
86 util-linux/mount.c:1.114->1.115 75 editors/vi.c:1.29->1.30
87 76
88--------------------- 77---------------------
89PatchSet 3779 78PatchSet 3832
90Date: 2003/12/12 19:05:15 79Date: 2003/12/23 20:47:22
91Author: andersen 80Author: andersen
92Branch: HEAD 81Branch: HEAD
93Tag: (none) 82Tag: (none)
94Log: 83Log:
95Be certain we use a correct entity when performing the 84match changes made to cmdedit
96BLKGETSIZE64 ioctl -- don't just assume 8,
97 85
98Members: 86Members:
99 util-linux/fdisk.c:1.13->1.14 87 util-linux/more.c:1.58->1.59
100 88
101--------------------- 89---------------------
102PatchSet 3780 90PatchSet 3833
103Date: 2003/12/15 21:57:43 91Date: 2003/12/24 06:02:10
104Author: russ 92Author: andersen
105Branch: HEAD 93Branch: HEAD
106Tag: (none) 94Tag: (none)
107Log: 95Log:
108Get vfork_daemon_rexec working under uclinux 96Patch from Ned Ludd, solar at gentoo dot org:
97
98I had previously provided you with a patch to help complete busybox's
99props suite, but have heard no word back. Sense then I've made use of as
100many of busybox's native API settings as I could find and would really
101love for you to include support for this. If there is something more I
102need to do to get this supported added in please let me know.
109 103
110Members: 104Members:
111 include/libbb.h:1.122->1.123 105 include/applets.h:1.109->1.110
112 libbb/vfork_daemon_rexec.c:1.1->1.2 106 include/usage.h:1.181->1.182
113 miscutils/crond.c:1.10->1.11 107 procps/Config.in:1.7->1.8
114 sysklogd/klogd.c:1.18->1.19 108 procps/Makefile.in:1.4->1.5
115 sysklogd/syslogd.c:1.104->1.105 109 procps/sysctl.c:INITIAL->1.1
116 110
117--------------------- 111---------------------
118PatchSet 3781 112PatchSet 3834
119Date: 2003/12/15 22:09:36 113Date: 2003/12/24 19:30:27
120Author: russ 114Author: russ
121Branch: HEAD 115Branch: HEAD
122Tag: (none) 116Tag: (none)
123Log: 117Log:
124options is a pretty common symbol, bad idea to use as a global in udhcp when compiling into busybox 118move debugging to safe place (before vfork)
125 119
126Members: 120Members:
127 networking/udhcp/clientpacket.c:1.3->1.4 121 networking/udhcp/script.c:1.9->1.10
128 networking/udhcp/files.c:1.4->1.5
129 networking/udhcp/options.c:1.5->1.6
130 networking/udhcp/options.h:1.3->1.4
131 networking/udhcp/script.c:1.5->1.6
132 122
133--------------------- 123---------------------
134PatchSet 3782 124PatchSet 3835
135Date: 2003/12/15 22:11:26 125Date: 2003/12/24 19:56:58
136Author: russ 126Author: russ
137Branch: HEAD 127Branch: HEAD
138Tag: (none) 128Tag: (none)
139Log: 129Log:
140make udhcp work under uclinux, to an extent 130fix a long standing underallocation bug
141 131
142Members: 132Members:
143 networking/udhcp/common.c:1.2->1.3 133 networking/udhcp/script.c:1.10->1.11
144 networking/udhcp/script.c:1.6->1.7
145 134
146--------------------- 135---------------------
147PatchSet 3783 136PatchSet 3836
148Date: 2003/12/16 01:29:40 137Date: 2003/12/24 20:30:45
149Author: russ 138Author: andersen
150Branch: HEAD 139Branch: HEAD
151Tag: (none) 140Tag: (none)
152Log: 141Log:
153not sure who made this change, but it certainly mucks things up (note 'fwrite(leases, ...'), adds a bit more code, and some stack overhead. Anywho, this fixes it, and retains the spirit of what the submitter of this change was attempting to acheive (the entire lease is written at once in a struct) 142re-indent
154 143
155Members: 144Members:
156 networking/udhcp/files.c:1.5->1.6 145 modutils/insmod.c:1.108->1.109
146 modutils/modprobe.c:1.24->1.25
147 modutils/rmmod.c:1.25->1.26
157 148
158--------------------- 149---------------------
159PatchSet 3784 150PatchSet 3837
160Date: 2003/12/16 01:33:38 151Date: 2003/12/26 02:19:34
161Author: russ 152Author: bug1
162Branch: HEAD 153Branch: HEAD
163Tag: (none) 154Tag: (none)
164Log: 155Log:
165whoops 156Vodz last_patch120, more busybox integration, saves 330 Bytes. Tested.
166 157
167Members: 158Members:
168 networking/udhcp/files.c:1.6->1.7 159 procps/sysctl.c:1.1->1.2
169 160
170--------------------- 161---------------------
171PatchSet 3785 162PatchSet 3838
172Date: 2003/12/16 01:42:18 163Date: 2003/12/26 14:01:36
173Author: russ 164Author: bug1
174Branch: HEAD 165Branch: HEAD
175Tag: (none) 166Tag: (none)
176Log: 167Log:
177when compiled standalone, udhcp needs these headers 168Isolate code better for unused options, config option to enable long
169options, add some conditions to the tar tests in testsuite.
178 170
179Members: 171Members:
180 networking/udhcp/files.c:1.7->1.8 172 archival/Config.in:1.12->1.13
173 archival/tar.c:1.185->1.186
174 include/usage.h:1.182->1.183
175 testsuite/tar/tar-handles-cz-options:1.2->1.3
176 testsuite/tar/tar-handles-empty-include-and-non-empty-exclude-list:1.3->1.4
177 testsuite/tar/tar-handles-exclude-and-extract-lists:1.3->1.4
178 testsuite/tar/tar-handles-multiple-X-options:1.1->1.2
179 testsuite/tar/tar-handles-nested-exclude:1.3->1.4
181 180
182--------------------- 181---------------------
183PatchSet 3786 182PatchSet 3839
184Date: 2003/12/16 02:28:20 183Date: 2003/12/26 23:41:28
185Author: russ 184Author: russ
186Branch: HEAD 185Branch: HEAD
187Tag: (none) 186Tag: (none)
188Log: 187Log:
189start attempting to bring udhcp in busybox back to the state where it is (ideally) an exact copy of udhcp outside of busybox so that its easy to merge back and forth 188it should work even if you don't assign a pidfile
190 189
191Members: 190Members:
192 networking/udhcp/dhcpc.c:1.13->1.14 191 networking/udhcp/common.c:1.4->1.5
193 networking/udhcp/dumpleases.c:1.5->1.6
194 networking/udhcp/libbb_udhcp.h:1.3->1.4
195 192
196--------------------- 193---------------------
197PatchSet 3787 194PatchSet 3840
198Date: 2003/12/16 02:29:46 195Date: 2003/12/27 00:21:47
199Author: russ 196Author: bug1
200Branch: HEAD 197Branch: HEAD
201Tag: (none) 198Tag: (none)
202Log: 199Log:
203why the complication of a static string rather than a define? gcc isn't dumb 200Fix a bug of mine, identified by Stephane Billiart
204 201
205Members: 202Members:
206 networking/udhcp/dhcpd.h:1.3->1.4 203 networking/wget.c:1.63->1.64
207 networking/udhcp/dumpleases.c:1.6->1.7
208 networking/udhcp/files.c:1.8->1.9
209 204
210--------------------- 205---------------------
211PatchSet 3788 206PatchSet 3841
212Date: 2003/12/16 02:34:19 207Date: 2003/12/28 05:02:40
213Author: russ 208Author: timr
214Branch: HEAD 209Branch: HEAD
215Tag: (none) 210Tag: (none)
216Log: 211Log:
217forgotten include 212ws, show date setting format
218 213
219Members: 214Members:
220 networking/udhcp/dumpleases.c:1.7->1.8 215 include/usage.h:1.183->1.184
221 216
222--------------------- 217---------------------
223PatchSet 3789 218PatchSet 3842
224Date: 2003/12/16 02:38:09 219Date: 2003/12/28 05:06:56
225Author: russ 220Author: andersen
221Branch: HEAD
222Tag: (none)
223Log:
224Update example slightly
225
226Members:
227 include/usage.h:1.184->1.185
228
229---------------------
230PatchSet 3843
231Date: 2003/12/31 23:10:44
232Author: bug1
233Branch: HEAD
234Tag: (none)
235Log:
236Batch from Bastian Blank to fix debian bug #216435;
237When linking a non existing file busybox ln will report the target
238missind and not the source:
239
240Members:
241 coreutils/ln.c:1.42->1.43
242
243---------------------
244PatchSet 3844
245Date: 2003/12/31 23:20:10
246Author: bug1
247Branch: HEAD
248Tag: (none)
249Log:
250Fix debian bug #215612, insmod should be silent on request
251
252Members:
253 modutils/insmod.c:1.109->1.110
254
255---------------------
256PatchSet 3845
257Date: 2004/01/01 00:23:01
258Author: bug1
226Branch: HEAD 259Branch: HEAD
227Tag: (none) 260Tag: (none)
228Log: 261Log:
229revert removal of define 262Sync to waldi's subversion archive
230 263
231Members: 264Members:
232 networking/udhcp/Makefile.in:1.7->1.8 265 debian/README.debian:1.2->1.3(DEAD)
266 debian/changelog:1.38->1.39
267 debian/compat:INITIAL->1.1
268 debian/config-deb:1.10->1.11
269 debian/config-floppy-udeb-linux:INITIAL->1.1
270 debian/config-static:1.13->1.14
271 debian/config-udeb:1.17->1.18
272 debian/config-udeb-linux:INITIAL->1.1
273 debian/config-udeb-linux-i386:1.3->1.4(DEAD)
274 debian/control:1.18->1.19
275 debian/control-extract:INITIAL->1.1
276 debian/copyright:1.4->1.5
277 debian/rules:1.24->1.25
233 278
234--------------------- 279---------------------
235PatchSet 3790 280PatchSet 3846
236Date: 2003/12/16 07:43:20 281Date: 2004/01/02 09:08:45
237Author: andersen 282Author: andersen
238Branch: HEAD 283Branch: HEAD
239Tag: (none) 284Tag: (none)
240Log: 285Log:
241Using vlock also requires libcrypt 286Add some details on exactly how to comply with the GPL
287 -Erik
242 288
243Members: 289Members:
244 loginutils/Makefile.in:1.5->1.6 290 docs/busybox.net/header.html:1.6->1.7
291 docs/busybox.net/license.html:INITIAL->1.1
292 docs/busybox.net/shame.html:1.3->1.4
245 293
246--------------------- 294---------------------
247PatchSet 3791 295PatchSet 3847
248Date: 2003/12/16 12:04:01 296Date: 2004/01/02 10:07:40
249Author: andersen 297Author: andersen
250Branch: HEAD 298Branch: HEAD
251Tag: (none) 299Tag: (none)
252Log: 300Log:
253remove reference to missing header file which is breaking the build 301fixes from Selwyn Tang
254 302
255Members: 303Members:
256 networking/udhcp/files.c:1.9->1.10 304 docs/busybox.net/license.html:1.1->1.2
257 305
258--------------------- 306---------------------
259PatchSet 3792 307PatchSet 3848
260Date: 2003/12/16 20:44:15 308Date: 2004/01/03 12:07:32
261Author: russ 309Author: bug1
262Branch: HEAD 310Branch: HEAD
263Tag: (none) 311Tag: (none)
264Log: 312Log:
265include headers with prototypes to make sure prototypes match 313Declare dependencies of command line editing in the build system
266 314
267Members: 315Members:
268 networking/udhcp/clientpacket.c:1.4->1.5 316 shell/Config.in:1.11->1.12
269 networking/udhcp/clientpacket.h:1.1->1.2 317 shell/cmdedit.c:1.84->1.85
270 networking/udhcp/leases.c:1.2->1.3
271 networking/udhcp/packet.c:1.2->1.3
272 networking/udhcp/script.c:1.7->1.8
273 networking/udhcp/serverpacket.c:1.2->1.3
274 networking/udhcp/serverpacket.h:1.1->1.2
275 networking/udhcp/socket.c:1.4->1.5
276 318
277--------------------- 319---------------------
278PatchSet 3793 320PatchSet 3849
279Date: 2003/12/16 22:46:33 321Date: 2004/01/04 06:42:14
280Author: russ 322Author: landley
281Branch: HEAD 323Branch: HEAD
282Tag: (none) 324Tag: (none)
283Log: 325Log:
284clean up some bad, bad formatting 326
327Thinko in s//options. (Whitespace skipping in the wrong place.)
285 328
286Members: 329Members:
287 networking/udhcp/files.c:1.10->1.11 330 editors/sed.c:1.157->1.158
288 331
289--------------------- 332---------------------
290PatchSet 3794 333PatchSet 3850
291Date: 2003/12/18 22:25:38 334Date: 2004/01/04 10:28:22
292Author: russ 335Author: bug1
293Branch: HEAD 336Branch: HEAD
294Tag: (none) 337Tag: (none)
295Log: 338Log:
296Finish remerging busybox udhcp and udhcp. Some cleanups as well. 339Use bb_getopt_ulflags, saves some space, better argument checking.
297 340Remove ar specific extraction code, always use common extraction code.
298Members: 341
299 networking/udhcp/AUTHORS:1.2->1.3 342Members:
300 networking/udhcp/ChangeLog:1.6->1.7 343 archival/ar.c:1.46->1.47
301 networking/udhcp/Makefile.in:1.8->1.9 344
302 networking/udhcp/README:1.2->1.3 345---------------------
303 networking/udhcp/TODO:1.2->1.3 346PatchSet 3851
304 networking/udhcp/arpping.c:1.3->1.4 347Date: 2004/01/04 11:06:34
305 networking/udhcp/clientsocket.c:INITIAL->1.1 348Author: bug1
306 networking/udhcp/clientsocket.h:INITIAL->1.1 349Branch: HEAD
307 networking/udhcp/common.c:1.3->1.4 350Tag: (none)
308 networking/udhcp/common.h:1.1->1.2 351Log:
309 networking/udhcp/dhcpc.c:1.14->1.15 352Fix usage with libraries, skip symbol table.
310 networking/udhcp/dhcpc.h:1.2->1.3 353
311 networking/udhcp/dhcpd.c:1.3->1.4 354Members:
312 networking/udhcp/files.c:1.11->1.12 355 archival/libunarchive/get_header_ar.c:1.7->1.8
313 networking/udhcp/leases.c:1.3->1.4 356
314 networking/udhcp/leases.h:1.2->1.3 357---------------------
315 networking/udhcp/leases_file.c:1.1->1.2(DEAD) 358PatchSet 3852
316 networking/udhcp/libbb_udhcp.h:1.4->1.5 359Date: 2004/01/05 11:49:55
317 networking/udhcp/pidfile.c:1.2->1.3 360Author: bug1
318 networking/udhcp/pidfile.h:1.2->1.3
319 networking/udhcp/script.c:1.8->1.9
320 networking/udhcp/signalpipe.c:INITIAL->1.1
321 networking/udhcp/signalpipe.h:INITIAL->1.1
322 networking/udhcp/socket.c:1.5->1.6
323 networking/udhcp/socket.h:1.1->1.2
324
325---------------------
326PatchSet 3795
327Date: 2003/12/18 22:40:58
328Author: russ
329Branch: HEAD 361Branch: HEAD
330Tag: (none) 362Tag: (none)
331Log: 363Log:
332rename __getgrent so that it doesn't conflict with some libc's 364Use bb_getopt_ulflags, simplify some logic, saves some bytes.
333 365
334Members: 366Members:
335 include/grp_.h:1.1->1.2 367 archival/bunzip2.c:1.16->1.17
336 libpwdgrp/__getgrent.c:1.4->1.5
337 libpwdgrp/fgetgrent.c:1.2->1.3
338 libpwdgrp/getgrgid.c:1.3->1.4
339 libpwdgrp/getgrnam.c:1.3->1.4
340 libpwdgrp/grent.c:1.3->1.4
341 libpwdgrp/initgroups.c:1.5->1.6
342 368
343--------------------- 369---------------------
344PatchSet 3796 370PatchSet 3853
345Date: 2003/12/19 10:13:10 371Date: 2004/01/05 12:35:05
346Author: bug1 372Author: bug1
347Branch: HEAD 373Branch: HEAD
348Tag: (none) 374Tag: (none)
349Log: 375Log:
350Fix a bug preventing use of escaped characters that use the signed bit 376Use bb_getopt_ulflags, save 150 bytes.
351 377
352Members: 378Members:
353 libbb/getopt_ulflags.c:1.3->1.4 379 archival/gunzip.c:1.77->1.78
354 380
355--------------------- 381---------------------
356PatchSet 3797 382PatchSet 3854
357Date: 2003/12/19 10:34:36 383Date: 2004/01/05 23:49:37
358Author: andersen 384Author: andersen
359Branch: HEAD 385Branch: HEAD
360Tag: (none) 386Tag: (none)
361Log: 387Log:
362vodz noticed we need to cast things back to an unsigned long 388Fix broken #else
363or the syscall will not get the proper arguments.
364 389
365Members: 390Members:
366 util-linux/fdisk.c:1.14->1.15 391 modutils/insmod.c:1.110->1.111
367 392
368--------------------- 393---------------------
369PatchSet 3798 394PatchSet 3855
370Date: 2003/12/19 10:37:52 395Date: 2004/01/06 00:07:17
396Author: andersen
397Branch: HEAD
398Tag: (none)
399Log:
400Woody Suwalski writes:
401
402accept more then 1 dependency per modules.dep line. Also white space cleanup...
403I think that parsing still breaks sometimes, but is mostly functional now.
404
405Members:
406 modutils/modprobe.c:1.25->1.26
407
408---------------------
409PatchSet 3856
410Date: 2004/01/07 09:24:06
371Author: bug1 411Author: bug1
372Branch: HEAD 412Branch: HEAD
373Tag: (none) 413Tag: (none)
374Log: 414Log:
375Use getopt_ulflags 415Use bb_getopt_ulflags, save 100 bytes and strict argument checking.
376 416
377Members: 417Members:
378 networking/ftpgetput.c:1.9->1.10 418 archival/dpkg_deb.c:1.30->1.31
379 419
380--------------------- 420---------------------
381PatchSet 3799 421PatchSet 3857
382Date: 2003/12/19 10:40:56 422Date: 2004/01/08 10:51:09
423Author: bug1
424Branch: HEAD
425Tag: (none)
426Log:
427Patch from Bastian Blank to fix debian bug #226722, test case:
428 mkdir foo
429 touch foo/bar
430 ln -s bar foo/baz
431
432Members:
433 coreutils/ln.c:1.43->1.44
434
435---------------------
436PatchSet 3858
437Date: 2004/01/10 11:25:53
383Author: andersen 438Author: andersen
384Branch: HEAD 439Branch: HEAD
385Tag: (none) 440Tag: (none)
386Log: 441Log:
387don't use kernel headers 442Woody Suwalski writes:
443
444I have found the problem in modprobe, so here is the promised patch
445At the current stage I can use it as modprobe while switching between
4462.4 and 2.6 seemlesly...(that is good!)
388 447
389Members: 448Members:
390 networking/vconfig.c:1.3->1.4 449 modutils/modprobe.c:1.26->1.27
391 450
392--------------------- 451---------------------
393PatchSet 3800 452PatchSet 3859
394Date: 2003/12/19 10:46:00 453Date: 2004/01/10 11:29:31
395Author: andersen 454Author: andersen
396Branch: HEAD 455Branch: HEAD
397Tag: (none) 456Tag: (none)
398Log: 457Log:
399Manousaridis Angelos writes: 458whitespace cleanup
459
460Members:
461 modutils/modprobe.c:1.27->1.28
462
463---------------------
464PatchSet 3860
465Date: 2004/01/11 05:20:59
466Author: bug1
467Branch: HEAD
468Tag: (none)
469Log:
470Patch from Matt Kraai to fix debian bug #227081
471
472cp does not truncate existing destinations. That is, after
473running
474
475 echo foo > foo
476 echo fubar > fubar
477 cp foo fubar
478
479the contents of fubar are
480
481 foo
482 r
483
484instead of
485
486 foo
487
488Members:
489 libbb/copy_file.c:1.27->1.28
490
491---------------------
492PatchSet 3861
493Date: 2004/01/13 10:12:16
494Author: bug1
495Branch: HEAD
496Tag: (none)
497Log:
498Patch by Tito, remove some unneeded variables to save some space.
400 499
401Hello, 500Members:
501 console-tools/openvt.c:1.6->1.7
402 502
403I have been using busybox for some time now, for an ARM based platform. 503---------------------
404I was very pleased when I tried the 1.00preX series, with all the new 504PatchSet 3862
405utilities and daemons. 505Date: 2004/01/13 10:19:37
506Author: bug1
507Branch: HEAD
508Tag: (none)
509Log:
510Vodz last_patch_121, syncing with dash_0.4.19, reduce code size.
406 511
407I found out that the ifupdown in busybox does not behave exaclty like 512Members:
408the debian version. Then the pre-up script fails, the interface is 513 shell/ash.c:1.84->1.85
409getting up. Also when the post-up script fails the return value is 514
410ignored. Actually everything is always run and the return value is 515---------------------
411always true. I looked at the original implementation from debian and 516PatchSet 3863
412fixed the busybox version to do the same. A patch is attached if anyone 517Date: 2004/01/13 10:57:32
413is interested. 518Author: bug1
519Branch: HEAD
520Tag: (none)
521Log:
522Patch from Bastian Blank, allow the buildtime to be overriden with a
523different string, used by the debian busybox-cvs to specify the debian
524date based version number.
414 525
415Members: 526Members:
416 networking/ifupdown.c:1.34->1.35 527 include/busybox.h:1.53->1.54
528 scripts/config/confdata.c:1.4->1.5
417 529
418--------------------- 530---------------------
419PatchSet 3801 531PatchSet 3864
420Date: 2003/12/19 10:47:40 532Date: 2004/01/13 11:39:22
421Author: andersen 533Author: andersen
422Branch: HEAD 534Branch: HEAD
423Tag: (none) 535Tag: (none)
424Log: 536Log:
425Manousaridis Angelos writes: 537Fix a bug where mount could check the wrong device. st_rdev is the correct
538device ID iff the named file is a character or block special device. Otherwise
539it is meaningless junk, in which case st_dev should be used. This was done
540incorrectly, which could cause mount to display bogus mount info.
541 -Erik
426 542
427Another issue I found was with the iproute utility. While using another 543Members:
428program I found that it failed because the "ip route del" command was 544 libbb/find_root_device.c:1.10->1.11
429not found. I looked at the full iproute implementation and this command 545
430exists. The busybox version has the "ip route delete" command. I have 546---------------------
431created a patch which makes the "ip route del" command an alias to the 547PatchSet 3865
432"ip route delete" command. 548Date: 2004/01/14 07:34:37
549Author: bug1
550Branch: HEAD
551Tag: (none)
552Log:
553Patch by Tito, use bb_xgetlarg, reduce size
433 554
434Members: 555Members:
435 networking/libiproute/iproute.c:1.11->1.12 556 console-tools/chvt.c:1.20->1.21
436 557
437--------------------- 558---------------------
438PatchSet 3802 559PatchSet 3866
439Date: 2003/12/19 11:07:59 560Date: 2004/01/14 09:34:50
561Author: bug1
562Branch: HEAD
563Tag: (none)
564Log:
565Vodz last_patch_122, Check $PATH at runtime to fix tab completion
566
567Members:
568 shell/ash.c:1.85->1.86
569 shell/cmdedit.c:1.85->1.86
570 shell/cmdedit.h:1.14->1.15
571
572---------------------
573PatchSet 3867
574Date: 2004/01/15 11:50:17
575Author: bug1
576Branch: HEAD
577Tag: (none)
578Log:
579Patch by Tito, reduce size of deallocvt, also make the usage message
580clearer (from N to [N]) and indirectly (through bb_xgetlarg) adds support
581for -h ;-)
582
583Members:
584 console-tools/deallocvt.c:1.27->1.28
585 include/usage.h:1.185->1.186
586
587---------------------
588PatchSet 3868
589Date: 2004/01/16 12:48:53
440Author: andersen 590Author: andersen
441Branch: HEAD 591Branch: HEAD
442Tag: (none) 592Tag: (none)
443Log: 593Log:
444Tito writes: 594Minor updates from linux 2.6.1
445 595
446Hi to all, 596Members:
447here is a new patch for bb's devfsd. The news are: 597 scripts/config/conf.c:1.2->1.3
598 scripts/config/confdata.c:1.5->1.6
448 599
4491) Size reduction for the basic setup with no options compiled in from : 600---------------------
450 text data bss dec hex filename 601PatchSet 3869
451 10591 392 543 11526 2d06 devfsd.o 602Date: 2004/01/17 00:34:31
452 rw-r--r-- 1 root root 18536 Dec 18 21:52 devfsd.o 603Author: bug1
604Branch: HEAD
605Tag: (none)
606Log:
607Use bb_get_chomped_line_from_file
453 608
454 to: 609Members:
610 networking/inetd.c:1.6->1.7
455 611
456 text data bss dec hex filename 612---------------------
457 9303 392 543 10238 27fe devfsd.o 613PatchSet 3870
458 rw-r--r-- 1 root root 16528 Dec 18 22:02 devfsd.o 614Date: 2004/01/17 01:26:53
615Author: bug1
616Branch: HEAD
617Tag: (none)
618Log:
619Changed #define names for common features (superficial)
459 620
460 With this setup you should not expect much output from devfsd 621Members:
461 ( just at start or with -v) and if some error occurs it only exits 1. 622 networking/inetd.c:1.7->1.8
462 To have more output enable: " Increases logging (and size)" (+1568 b).
463 623
4642) The option "Adds function names to program output" was removed from config menu 624---------------------
465 and now to enable debug output you can use bb's standard option: 625PatchSet 3871
466 "Build BusyBox with Debugging symbols". 626Date: 2004/01/17 01:44:32
467 Be careful as with this option enabled a lot of data are outputted to /dev/log and/or to stderr. 627Author: bug1
628Branch: HEAD
629Tag: (none)
630Log:
631Remove some defined statements
468 632
4693) A new option: "Enables the -fg and -np option" was added to config menu (+128 b). 633Members:
634 networking/inetd.c:1.8->1.9
470 635
471BTW: option "Adds support for MODLOAD keyword in devsfd.conf" adds 268 b. 636---------------------
637PatchSet 3872
638Date: 2004/01/17 02:47:45
639Author: bug1
640Branch: HEAD
641Tag: (none)
642Log:
643Use 1 line for function name and return value,
644remove dofork define/variable,
645dont check pid value is < or > than 0 if we know it is 0.
472 646
4734) The following keywords in devsfd.conf are supported: 647Members:
474 "CLEAR_CONFIG", "INCLUDE", "OPTIONAL_INCLUDE", "RESTORE", 648 networking/inetd.c:1.9->1.10
475 "PERMISSIONS", "EXECUTE", "COPY", "IGNORE", "MKOLDCOMPAT",
476 "MKNEWCOMPAT","RMOLDCOMPAT", "RMNEWCOMPAT".
477 649
478 But only if they are written UPPERCASE!!!!!!!! 650---------------------
651PatchSet 3873
652Date: 2004/01/17 03:20:46
653Author: bug1
654Branch: HEAD
655Tag: (none)
656Log:
657The functions setconfig, enter and bump_nofile were only called once, marge them into the calling
658function.
479 659
4805)Help text in usage.h was modified. 660Members:
661 networking/inetd.c:1.10->1.11
481 662
4826)Something that I have forgotten.......... 663---------------------
664PatchSet 3874
665Date: 2004/01/17 03:24:05
666Author: bug1
667Branch: HEAD
668Tag: (none)
669Log:
670Patch from Arthur Othieno, clarify common options between dpkg and dpkg-deb
483 671
484I've tested this for the last week on my box and it seems to work as expected. 672Members:
673 archival/Config.in:1.13->1.14
485 674
486Thanks in advance and please apply. 675---------------------
676PatchSet 3875
677Date: 2004/01/17 05:03:30
678Author: bug1
679Branch: HEAD
680Tag: (none)
681Log:
682Modify bb_lookup_port to allow the protocol to be specified, allowing
683/etc/services support for inetd, netcat and tftp.
487 684
488Ciao, 685Members:
686 include/libbb.h:1.124->1.125
687 libbb/xconnect.c:1.11->1.12
688 networking/ftpgetput.c:1.13->1.14
689 networking/inetd.c:1.11->1.12
690 networking/nc.c:1.21->1.22
691 networking/telnet.c:1.40->1.41
692 networking/tftp.c:1.20->1.21
693 networking/wget.c:1.64->1.65
489 694
490Tito 695---------------------
696PatchSet 3876
697Date: 2004/01/17 23:07:14
698Author: bug1
699Branch: HEAD
700Tag: (none)
701Log:
702Patch from Leif Lindholm (slightly modified by me), to fix http
703redirection.
704Example of incorrect behaviour was the following url, busybox wget didnt
705get redirected to the busybox url as it should.
706http://freshmeat.net/redir/busybox/953/url_homepage/www.busybox.net
491 707
492Members: 708Members:
493 include/usage.h:1.177->1.178 709 networking/wget.c:1.65->1.66
494 miscutils/Config.in:1.11->1.12
495 miscutils/devfsd.c:1.5->1.6
496 710
497--------------------- 711---------------------
498PatchSet 3803 712PatchSet 3877
499Date: 2003/12/19 11:23:47 713Date: 2004/01/18 05:15:16
500Author: andersen 714Author: bug1
501Branch: HEAD 715Branch: HEAD
502Tag: (none) 716Tag: (none)
503Log: 717Log:
504Patch from Stephane Billiart: 718Use bb_getopt_ulflags, save 200-300 bytes
505 719
506This removes references to config->remoteuser when 720Members:
507CONFIG_FEATURE_HTTPD_CGI=y but CONFIG_FEATURE_HTTPD_BASIC_AUTH is not set 721 coreutils/ls.c:1.101->1.102
722
723---------------------
724PatchSet 3878
725Date: 2004/01/18 05:41:30
726Author: bug1
727Branch: HEAD
728Tag: (none)
729Log:
730Fix a bug where `ls -le` would print the time twice.
508 731
509Members: 732Members:
510 networking/httpd.c:1.20->1.21 733 coreutils/ls.c:1.102->1.103
511 734
512--------------------- 735---------------------
513PatchSet 3804 736PatchSet 3879
514Date: 2003/12/19 11:29:29 737Date: 2004/01/18 08:58:06
738Author: bug1
739Branch: HEAD
740Tag: (none)
741Log:
742Fix up a couple of bugs i introduced in yesterdays cleanup.
743
744Members:
745 networking/inetd.c:1.12->1.13
746
747---------------------
748PatchSet 3880
749Date: 2004/01/18 18:18:33
515Author: andersen 750Author: andersen
516Branch: HEAD 751Branch: HEAD
517Tag: (none) 752Tag: (none)
518Log: 753Log:
519Patch from Fillod Stephane: 754Stephane Billiart writes:
520 755
521* The "rdate.patch" file makes rdate to NOT settimeofday if the date to be 756bb_lookup_port now takes 3 parameters but rdate has not been modified
522set equals current date. This prevents the system from experiencing nasty time 757accordingly and fails to compile in the current CVS version.
523discontinuities caused by sub-second changes, with a protocol that has only 758The modification below fixes the problem.
524over second resolution. Depending on your taste, the "fprintf(stderr..." may be 759
525removed. 760Now, RFC868 allows both UDP and TCP implementations of the time protocol
761so this may not work if someone defines a udp time service other than 37
762but who would do that?
526 763
527Members: 764Members:
528 util-linux/rdate.c:1.29->1.30 765 util-linux/rdate.c:1.31->1.32
529 766
530--------------------- 767---------------------
531PatchSet 3805 768PatchSet 3881
532Date: 2003/12/19 11:30:13 769Date: 2004/01/20 12:57:18
533Author: andersen 770Author: bug1
534Branch: HEAD 771Branch: HEAD
535Tag: (none) 772Tag: (none)
536Log: 773Log:
537Patch from Fillod Stephane: 774Patch from Tito, reduce size, merge functions that are only used once.
538 775
539* While I'm at it, there's also a "telnetd.patch" which maps CRLF to CR, 776Members:
540 like netkit-telnet does, required by the loosy Windows telnet clients. 777 util-linux/fdformat.c:1.2->1.3
778
779---------------------
780PatchSet 3882
781Date: 2004/01/20 15:32:39
782Author: bug1
783Branch: HEAD
784Tag: (none)
785Log:
786Redo getconfigent, save 150 bytes, still small memory leak when
787parsing invalid entries.
541 788
542Members: 789Members:
543 networking/telnetd.c:1.8->1.9 790 networking/inetd.c:1.13->1.14
544 791
545--------------------- 792---------------------
546PatchSet 3806 793PatchSet 3883
547Date: 2003/12/19 11:32:13 794Date: 2004/01/21 10:59:45
548Author: andersen 795Author: bug1
549Branch: HEAD 796Branch: HEAD
550Tag: (none) 797Tag: (none)
551Log: 798Log:
552Patch from Fillod Stephane: 799Patch by Richard Kojedzinszky, when using END at end of lines it was
800 skipping to next line, cw command was leaving one char in buffer
801
802Members:
803 editors/vi.c:1.30->1.31
553 804
554 You will find in the attached file "syslog.patch" a patch which adds 805---------------------
555 config options to set at compile time the size of the circular buffer, 806PatchSet 3884
556 and some documentation update. 807Date: 2004/01/21 11:36:44
808Author: bug1
809Branch: HEAD
810Tag: (none)
811Log:
812Patch from Atsushi Nemoto, recent MIPS kernel headers
813does not provide PAGE_SHIFT for userland (because now mips-linux kernel
814supports PAGESIZE other than 4K).
557 815
558Members: 816Members:
559 docs/busybox.sgml:1.50->1.51 817 libbb/procps.c:1.11->1.12
560 include/usage.h:1.178->1.179
561 sysklogd/Config.in:1.5->1.6
562 sysklogd/logread.c:1.13->1.14
563 sysklogd/syslogd.c:1.105->1.106
564 818
565--------------------- 819---------------------
566PatchSet 3807 820PatchSet 3885
567Date: 2003/12/19 12:03:18 821Date: 2004/01/22 07:10:13
568Author: bug1 822Author: bug1
569Branch: HEAD 823Branch: HEAD
570Tag: (none) 824Tag: (none)
571Log: 825Log:
572Allow escaped 8 bit characters in bb_opt_complementaly 826Vodz, last_patch_123, patch have new version getopt_ulflags.
827- size reduced 34 bytes
828- don`t use dynamic memory allocation
829- small indent correction.
573 830
574Members: 831Members:
575 libbb/getopt_ulflags.c:1.4->1.5 832 libbb/getopt_ulflags.c:1.5->1.6
576 833
577--------------------- 834---------------------
578PatchSet 3808 835PatchSet 3886
579Date: 2003/12/19 12:08:56 836Date: 2004/01/22 09:04:58
580Author: bug1 837Author: bug1
581Branch: HEAD 838Branch: HEAD
582Tag: (none) 839Tag: (none)
583Log: 840Log:
584Use getopt_ulflags 841Check one and only one of start, stop are given.
842Remove some global variables.
843#define some getopt values.
585 844
586Members: 845Members:
587 networking/wget.c:1.61->1.62 846 debianutils/start_stop_daemon.c:1.10->1.11
588 847
589--------------------- 848---------------------
590PatchSet 3809 849PatchSet 3887
591Date: 2003/12/19 21:04:19 850Date: 2004/01/22 12:42:23
592Author: andersen 851Author: bug1
593Branch: HEAD 852Branch: HEAD
594Tag: (none) 853Tag: (none)
595Log: 854Log:
596Patch from Woody Suwalski: 855last_patch_124 from Vodz, fix an ash bug when alt-1 was pressed, debian
856bug #228915
597 857
598Erik, I think we have met online some time ago when I was in Corel/Rebel 858Members:
599 Netwinder project.... 859 shell/cmdedit.c:1.86->1.87
600 860
601Anyway, I would like to use BB on 2.6.0 initrd. 1.00-pre4 works OK, if 861---------------------
602insmod is actually presented with a full path to the module. Otherwise - 862PatchSet 3888
603problems (not to mention conflicts when 2.4 modutil is enabled) 863Date: 2004/01/23 10:57:00
864Author: bug1
865Branch: HEAD
866Tag: (none)
867Log:
868Remove unneeded conditions and logic, fix bug where ownership didnt
869change.
870Dont use bb_make_directory it doesnt have the features, and its ugly to
871work around it.
604 872
605Here are some patches for insmod and modprobe which try to walk around 873Members:
606the default ".o" module format for 2.2/2.4 modules (you have probably 874 coreutils/install.c:1.4->1.5
607noticed it is now .ko in 2.6 ;-)) Trying to steal as little space as
608possible if 2.6 not enabled...
609 875
610The modprobe is still not perfect on 2.6 - seems to be jamming on some 876---------------------
611dependencies, but works with some (to be debugged). Anyway after the 877PatchSet 3889
612patches it at least tries to work.... 878Date: 2004/01/23 20:28:53
879Author: bug1
880Branch: HEAD
881Tag: (none)
882Log:
883Dont change ownership unless we created the directory.
613 884
614Will there be a 1.00-pre5 coming any time soon? 885Members:
886 coreutils/install.c:1.5->1.6
615 887
616Thanks, Woody 888---------------------
889PatchSet 3890
890Date: 2004/01/23 21:40:19
891Author: bug1
892Branch: HEAD
893Tag: (none)
894Log:
895Check valid options were given
617 896
618Members: 897Members:
619 modutils/insmod.c:1.107->1.108 898 coreutils/install.c:1.6->1.7
620 modutils/modprobe.c:1.23->1.24
621 899
622--------------------- 900---------------------
623PatchSet 3810 901PatchSet 3891
624Date: 2003/12/20 01:47:16 902Date: 2004/01/23 21:43:49
625Author: bug1 903Author: bug1
626Branch: HEAD 904Branch: HEAD
627Tag: (none) 905Tag: (none)
628Log: 906Log:
629Change interface to bb_lookup_host, dont try and set port inside this 907Correct check for only one of K or S options
630function as there is no gracefull way of handling failures.
631Rename bb_getport to bb_lookup_port, allow a default port to be
632specified so it always returns a correct value.
633Modify ftpgetput/rdate/wget to use the new interface.
634wget/rdate now use etc/services with a falback default value.
635 908
636Members: 909Members:
637 include/libbb.h:1.123->1.124 910 debianutils/start_stop_daemon.c:1.11->1.12
638 libbb/xconnect.c:1.8->1.9
639 networking/ftpgetput.c:1.10->1.11
640 networking/telnet.c:1.39->1.40
641 networking/wget.c:1.62->1.63
642 util-linux/rdate.c:1.30->1.31
643 911
644--------------------- 912---------------------
645PatchSet 3811 913PatchSet 3892
646Date: 2003/12/20 03:19:27 914Date: 2004/01/23 21:57:16
647Author: bug1 915Author: bug1
648Branch: HEAD 916Branch: HEAD
649Tag: (none) 917Tag: (none)
650Log: 918Log:
651display the port number number correctly, other minor optimisations 919Enable long options, adds 150 bytes.
652 920
653Members: 921Members:
654 networking/ftpgetput.c:1.11->1.12 922 coreutils/install.c:1.7->1.8
655 923
656--------------------- 924---------------------
657PatchSet 3812 925PatchSet 3893
658Date: 2003/12/20 04:38:01 926Date: 2004/01/25 05:48:28
659Author: bug1 927Author: bug1
660Branch: HEAD 928Branch: HEAD
661Tag: (none) 929Tag: (none)
662Log: 930Log:
663Use low level file descriptors to match bb_copyfd_eof 931Add the -h, --dereference option for archive creation.
664 932
665Members: 933Members:
666 libbb/copy_file.c:1.26->1.27 934 archival/tar.c:1.186->1.187
667 935
668--------------------- 936---------------------
669PatchSet 3813 937PatchSet 3894
670Date: 2003/12/20 05:43:34 938Date: 2004/01/25 05:50:28
671Author: bug1 939Author: bug1
672Branch: HEAD 940Branch: HEAD
673Tag: (none) 941Tag: (none)
674Log: 942Log:
675Allow recieving file to stdout, sending files from stdin, use the '-' 943Add the -r option as a synonym of -R
676filename. Save a variable.
677 944
678Members: 945Members:
679 networking/ftpgetput.c:1.12->1.13 946 coreutils/cp.c:1.21->1.22
680 947
681--------------------- 948---------------------
682PatchSet 3814 949PatchSet 3895
683Date: 2003/12/20 06:00:08 950Date: 2004/01/25 08:46:10
684Author: bug1 951Author: bug1
685Branch: HEAD 952Branch: HEAD
686Tag: (none) 953Tag: (none)
687Log: 954Log:
688Use bb_xopen 955Fix compile error when tab completion disabled
956
957Members:
958 shell/ash.c:1.86->1.87
959
960---------------------
961PatchSet 3896
962Date: 2004/01/25 19:47:10
963Author: mjn3
964Branch: HEAD
965Tag: (none)
966Log:
967Be stricter when converting strings to integers. Should fix the problem
968reported by Rob.
689 969
690Members: 970Members:
691 console-tools/dumpkmap.c:1.16->1.17 971 coreutils/expr.c:1.14->1.15
692 console-tools/loadacm.c:1.23->1.24
693 console-tools/loadfont.c:1.20->1.21
694 console-tools/openvt.c:1.5->1.6
695 972
696--------------------- 973---------------------
697PatchSet 3815 974PatchSet 3897
698Date: 2003/12/20 07:07:22 975Date: 2004/01/26 07:17:30
699Author: andersen 976Author: andersen
700Branch: HEAD 977Branch: HEAD
701Tag: (none) 978Tag: (none)
702Log: 979Log:
703Kill off the loadacm applet. It is unused, unmaintained 980Pascal Brisset writes:
704garbage leftover from before I started maintaining BusyBox. 981
705As the Klingon's like to say, Today is a good day to die. 982uuencode fails to encode binary data because it right-shifts
706 -Erik 983bytes as signed chars and keeps the duplicated sign bits.
984
985The original base64_encode() from wget/http.c is broken as well,
986but it is only used to encode ascii data.
987
988-- Pascal
707 989
708Members: 990Members:
709 console-tools/Config.in:1.3->1.4 991 coreutils/uuencode.c:1.25->1.26
710 console-tools/Makefile.in:1.3->1.4 992 networking/wget.c:1.66->1.67
711 console-tools/loadacm.c:1.24->1.25(DEAD)
712 console-tools/reset.c:1.11->1.12
713 debian/config-deb:1.9->1.10
714 debian/config-static:1.12->1.13
715 debian/config-udeb:1.16->1.17
716 debian/config-udeb-linux-i386:1.2->1.3
717 include/applets.h:1.107->1.108
718 sysdeps/linux/defconfig:1.5->1.6
719 993
720--------------------- 994---------------------
721PatchSet 3816 995PatchSet 3898
722Date: 2003/12/20 07:16:21 996Date: 2004/01/26 07:59:42
723Author: andersen 997Author: andersen
724Branch: HEAD 998Branch: HEAD
725Tag: (none) 999Tag: (none)
726Log: 1000Log:
727Eradicate all references to loadacm 1001Sigh. TRENDware has released source -- only for busybox and udhcp.
1002So despite their not providing kernel source, they have compiled with
1003the requirements for busybox at least...
728 1004
729Members: 1005Members:
730 docs/busybox.sgml:1.51->1.52 1006 docs/busybox.net/products.html:1.3->1.4
731 docs/busybox_header.pod:1.11->1.12 1007 docs/busybox.net/shame.html:1.4->1.5
732 docs/busybox.net/screenshot.html:1.8->1.9
733 include/usage.h:1.179->1.180
734 1008
735--------------------- 1009---------------------
736PatchSet 3817 1010PatchSet 3899
737Date: 2003/12/20 07:26:10 1011Date: 2004/01/26 08:23:36
738Author: andersen 1012Author: andersen
739Branch: HEAD 1013Branch: HEAD
740Tag: (none) 1014Tag: (none)
741Log: 1015Log:
742Try to accomodate systems that do not define PAGE_SHIFT 1016A few little updates, mostly cosmetic
743 1017
744Members: 1018Members:
745 libbb/procps.c:1.8->1.9 1019 docs/busybox.net/products.html:1.4->1.5
1020 docs/busybox.net/shame.html:1.5->1.6
746 1021
747--------------------- 1022---------------------
748PatchSet 3818 1023PatchSet 3900
749Date: 2003/12/20 07:30:34 1024Date: 2004/01/27 07:36:07
750Author: bug1 1025Author: bug1
751Branch: HEAD 1026Branch: HEAD
752Tag: (none) 1027Tag: (none)
753Log: 1028Log:
754New applet, rx, by Christopher Hoover 1029Align using spaces to furthurest character and then one tab, now they
1030should always be aligned.
755 1031
756Members: 1032Members:
757 include/applets.h:1.108->1.109 1033 coreutils/Makefile.in:1.6->1.7
758 include/usage.h:1.180->1.181
759 miscutils/Config.in:1.12->1.13
760 miscutils/Makefile.in:1.10->1.11
761 miscutils/rx.c:INITIAL->1.1
762 1034
763--------------------- 1035---------------------
764PatchSet 3819 1036PatchSet 3901
765Date: 2003/12/20 09:17:50 1037Date: 2004/01/27 09:22:20
1038Author: bug1
1039Branch: HEAD
1040Tag: (none)
1041Log:
1042New applet, seq. No options, just the basics.
1043
1044Members:
1045 coreutils/Config.in:1.21->1.22
1046 coreutils/Makefile.in:1.7->1.8
1047 coreutils/seq.c:INITIAL->1.1
1048 include/applets.h:1.110->1.111
1049 include/usage.h:1.186->1.187
1050
1051---------------------
1052PatchSet 3902
1053Date: 2004/01/27 20:17:39
766Author: andersen 1054Author: andersen
767Branch: HEAD 1055Branch: HEAD
768Tag: (none) 1056Tag: (none)
769Log: 1057Log:
770doh! 1058Teach busybox ps to get the correct uid when displaying stuff
771 1059
772Members: 1060Members:
773 libbb/procps.c:1.9->1.10 1061 libbb/procps.c:1.12->1.13
774 1062
775--------------------- 1063---------------------
776PatchSet 3820 1064PatchSet 3903
777Date: 2003/12/20 10:23:28 1065Date: 2004/01/29 22:33:28
778Author: andersen 1066Author: andersen
779Branch: HEAD 1067Branch: HEAD
780Tag: (none) 1068Tag: (none)
781Log: 1069Log:
782bother. It seems I can't read. 1070Apply a couple of optimizations
783 1071
784Members: 1072Members:
785 libbb/procps.c:1.10->1.11 1073 libbb/hash_fd.c:1.3->1.4
786 1074
787--------------------- 1075---------------------
788PatchSet 3821 1076PatchSet 3904
789Date: 2003/12/21 08:59:24 1077Date: 2004/01/30 21:44:20
1078Author: mjn3
1079Branch: HEAD
1080Tag: (none)
1081Log:
1082Support new uClibc stdio core.
1083
1084Members:
1085 libbb/printf.c:1.2->1.3
1086
1087---------------------
1088PatchSet 3905
1089Date: 2004/01/30 22:24:32
790Author: andersen 1090Author: andersen
791Branch: HEAD 1091Branch: HEAD
792Tag: (none) 1092Tag: (none)
793Log: 1093Log:
794Don't hose up perms for files that happen to have symlinks 1094Avoid symbol naming conflict with libm
795in the tarball that point to them.
796 -Erik
797 1095
798Members: 1096Members:
799 archival/libunarchive/data_extract_all.c:1.17->1.18 1097 coreutils/dd.c:1.54->1.55
800 1098
801--------------------- 1099---------------------
802PatchSet 3822 1100PatchSet 3906
803Date: 2003/12/21 09:04:54 1101Date: 2004/01/30 22:31:58
804Author: andersen 1102Author: andersen
805Branch: HEAD 1103Branch: HEAD
806Tag: (none) 1104Tag: (none)
807Log: 1105Log:
808Bump version 1106Use proper C99 types throughout. So not use silly typedefs.
809 1107
810Members: 1108Members:
811 Rules.mak:1.24->1.25 1109 libbb/hash_fd.c:1.4->1.5
812 1110
813--------------------- 1111---------------------
814PatchSet 3823 1112PatchSet 3907
815Date: 2003/12/22 21:02:41 1113Date: 2004/01/30 22:40:05
816Author: bug1 1114Author: andersen
817Branch: HEAD 1115Branch: HEAD
818Tag: (none) 1116Tag: (none)
819Log: 1117Log:
820Fix a bug of mine where extracting files to stdout would extract to 1118Use proper C99 types
821much, modified patch from Bastian Blank
822 1119
823Members: 1120Members:
824 archival/libunarchive/data_extract_to_stdout.c:1.3->1.4 1121 networking/nslookup.c:1.30->1.31
1122 util-linux/mkfs_minix.c:1.39->1.40
825 1123
826--------------------- 1124---------------------
827PatchSet 3824 1125PatchSet 3908
828Date: 2003/12/23 07:21:33 1126Date: 2004/01/30 22:52:27
829Author: bug1 1127Author: andersen
830Branch: HEAD 1128Branch: HEAD
831Tag: (none) 1129Tag: (none)
832Log: 1130Log:
833Fix compile error, the indenting really needs to be fixed here 1131s/u_int/unsigned int/g
1132s/u_short/unsigned short/g
834 1133
835Members: 1134Members:
836 miscutils/crond.c:1.11->1.12 1135 libbb/dump.c:1.6->1.7
837 1136
838--------------------- 1137---------------------
839PatchSet 3825 1138PatchSet 3909
840Date: 2003/12/23 08:53:51 1139Date: 2004/01/30 22:53:38
841Author: andersen 1140Author: andersen
842Branch: HEAD 1141Branch: HEAD
843Tag: (none) 1142Tag: (none)
844Log: 1143Log:
845Patch from Matt Kraai: 1144s/u_int/uint/g
846 1145
847sed is broken: 1146Members:
1147 archival/rpm.c:1.4->1.5
1148 archival/rpm2cpio.c:1.10->1.11
1149 util-linux/fdisk.c:1.15->1.16
1150 util-linux/fsck_minix.c:1.37->1.38
848 1151
849 busybox sed -n '/^a/,/^a/p' >output <<EOF 1152---------------------
850 a 1153PatchSet 3910
851 b 1154Date: 2004/01/30 22:56:20
852 a 1155Author: andersen
853 b 1156Branch: HEAD
854 EOF 1157Tag: (none)
855 cmp -s output - <<EOF 1158Log:
856 a 1159Fixup use of 'u_int' to instead use 'unsigned int'
857 b
858 a
859 EOF
860 1160
861The attached patch fixes it. 1161Members:
1162 util-linux/nfsmount.c:1.25->1.26
1163 util-linux/nfsmount.h:1.5->1.6
1164
1165---------------------
1166PatchSet 3911
1167Date: 2004/01/30 22:59:50
1168Author: andersen
1169Branch: HEAD
1170Tag: (none)
1171Log:
1172Use proper C99 types
1173
1174Members:
1175 networking/libiproute/utils.h:1.1->1.2
1176
1177---------------------
1178PatchSet 3912
1179Date: 2004/01/30 23:45:12
1180Author: andersen
1181Branch: HEAD
1182Tag: (none)
1183Log:
1184Use standard C99 types
1185
1186Members:
1187 networking/udhcp/arpping.c:1.4->1.5
1188 networking/udhcp/arpping.h:1.1->1.2
1189 networking/udhcp/clientpacket.c:1.5->1.6
1190 networking/udhcp/dhcpc.c:1.15->1.16
1191 networking/udhcp/dhcpc.h:1.3->1.4
1192 networking/udhcp/dhcpd.c:1.4->1.5
1193 networking/udhcp/dhcpd.h:1.4->1.5
1194 networking/udhcp/files.c:1.12->1.13
1195 networking/udhcp/leases.c:1.4->1.5
1196 networking/udhcp/leases.h:1.3->1.4
1197 networking/udhcp/options.c:1.6->1.7
1198 networking/udhcp/options.h:1.4->1.5
1199 networking/udhcp/packet.c:1.3->1.4
1200 networking/udhcp/packet.h:1.1->1.2
1201 networking/udhcp/script.c:1.11->1.12
1202 networking/udhcp/serverpacket.c:1.3->1.4
1203 networking/udhcp/serverpacket.h:1.2->1.3
1204 networking/udhcp/socket.c:1.6->1.7
1205 networking/udhcp/socket.h:1.2->1.3
1206
1207---------------------
1208PatchSet 3913
1209Date: 2004/01/31 05:27:17
1210Author: andersen
1211Branch: HEAD
1212Tag: (none)
1213Log:
1214Bump version for release
862 1215
863Members: 1216Members:
864 editors/sed.c:1.156->1.157 1217 Rules.mak:1.25->1.26
865 1218