diff options
author | Eric Andersen <andersen@codepoet.org> | 2003-09-12 06:59:17 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2003-09-12 06:59:17 +0000 |
commit | 23bc836f42f9255dfc4d265bf1a2afae533ead6a (patch) | |
tree | d5d50a5fe12763610c3b6c24715704155ff92d0a | |
parent | beb3bbd991c6c4c988763af7d1a95618094097d2 (diff) | |
download | busybox-w32-23bc836f42f9255dfc4d265bf1a2afae533ead6a.tar.gz busybox-w32-23bc836f42f9255dfc4d265bf1a2afae533ead6a.tar.bz2 busybox-w32-23bc836f42f9255dfc4d265bf1a2afae533ead6a.zip |
Update webpage a bit
-rw-r--r-- | docs/busybox.net/index.html | 67 | ||||
-rw-r--r-- | docs/busybox.net/oldnews.html | 46 | ||||
-rw-r--r-- | docs/busybox.net/screenshot.html | 6 |
3 files changed, 88 insertions, 31 deletions
diff --git a/docs/busybox.net/index.html b/docs/busybox.net/index.html index 01eb0b054..b2819d92e 100644 --- a/docs/busybox.net/index.html +++ b/docs/busybox.net/index.html | |||
@@ -101,45 +101,55 @@ | |||
101 | <ul> | 101 | <ul> |
102 | 102 | ||
103 | <p> | 103 | <p> |
104 | <li><b>30 July 2003 -- BusyBox 1.0.0-pre2 released</b><p> | 104 | <li><b>11 Sept 2003 -- BusyBox 1.0.0-pre3 released</b><p> |
105 | 105 | ||
106 | Here goes another pre release for the new BusyBox stable | 106 | Here goes the third pre-release for the new BusyBox stable |
107 | series. The last prerelease (pre1) was given quite a lot of | 107 | series. The last prerelease has help up quite well under |
108 | testing (thanks everyone!) which has helped turn up a number of | 108 | testing, but a number of problems have turned up as the number |
109 | bugs, and these problems have now been fixed. | 109 | of people using it has increased. Thanks everyone for all |
110 | the testing, bug reports, and patches! | ||
110 | 111 | ||
111 | <p> | 112 | <p> |
112 | |||
113 | Highlights of -pre2 include updating the 'ash' shell to sync up | ||
114 | with the Debian 'dash' shell, a new 'hdparm' applet was added, | ||
115 | init again supports pivot_root, The 'reboot' 'halt' and | ||
116 | 'poweroff' applets can now be used without using busybox init. | ||
117 | an ifconfig buffer overflow was fixed, losetup now allows | ||
118 | read-write loop devices, uClinux daemon support was added, the | ||
119 | 'watchdog', 'fdisk', and 'kill' applets were rewritten, there were | ||
120 | tons of doc updates, and there were many other bugs fixed. | ||
121 | <p> | ||
122 | 113 | ||
123 | If you have submitted a patch and it is not included in this | 114 | If you have submitted a patch or a bug report to the busybox |
124 | release and Erik has not emailed you explaining why your patch | 115 | mailing list and no one has emailed you explaining why your |
125 | was rejected, it is safe to say that he has lost your patch. | 116 | patch was rejected, it is safe to say that your patch has |
126 | That happens sometimes. Please re-submit your patch to the | 117 | somehow gotten lost or forgotten. That happens sometimes. |
127 | BusyBox mailing list. | 118 | Please re-submit your patch or bug report to the BusyBox |
119 | mailing list! | ||
120 | |||
128 | <p> | 121 | <p> |
129 | 122 | ||
130 | The point of the "-preX" versions is to get a larger group of | 123 | The point of the "-preX" versions is to get a larger group of |
131 | people and vendors testing, so any problems that turn up can be | 124 | people and vendors testing, so any problems that turn up can be |
132 | fixed prior to the final 1.0.0 release. The main feature that | 125 | fixed prior to the final 1.0.0 release. The main feature |
133 | is still still on the TODO list before the final BusyBox 1.0.0 | 126 | (besides additional testing) that is still still on the TODO |
134 | release is adding module support for the new 2.6.x kernels. If | 127 | list before the final BusyBox 1.0.0 release is sorting out the |
135 | necessary, a -pre3 BusyBox release will happen on August 6th. | 128 | modutils issues. For the new 2.6.x kernels, we already have |
136 | Hopefully (i.e. unless some horrible catastrophic problem | 129 | patches adding insmod and rmmod support and those need to be |
137 | turns up) the final BusyBox 1.0.0 release will be ready by | 130 | integrated. For 2.4.x kernels, for which busybox only supports |
138 | then... | 131 | a limited number of architectures, we may want to invest a bit |
132 | more work before we cut 1.0.0. Or we may just leave 2.4.x | ||
133 | module loading alone. | ||
134 | |||
135 | <p> | ||
136 | |||
137 | I had hoped this release would be out a month ago. And of | ||
138 | course, it wasn't since Erik became busy getting a release of | ||
139 | <a href="http://www.uclibc.org/">uClibc</a> | ||
140 | out the door. Many thanks to Glenn McGrath (bug1) for | ||
141 | stepping in and helping get a bunch of patches merged! I am | ||
142 | not even going to state a date for releasing BusyBox 1.0.0 | ||
143 | -pre4 (or the final 1.0.0). We're aiming for late September... | ||
144 | But if this release proves as to be exceptionally stable (or | ||
145 | exceptionally unstable!) then next release may be very soon | ||
146 | indeed. | ||
147 | |||
139 | <p> | 148 | <p> |
140 | 149 | ||
141 | The <a href="downloads/Changelog">changelog</a> has all | 150 | The <a href="downloads/Changelog">changelog</a> has all |
142 | the details. As usual you can <a href="downloads">download busybox here</a>. | 151 | the details. And as usual you can |
152 | <a href="downloads">download busybox here</a>. | ||
143 | 153 | ||
144 | <p>Have Fun! | 154 | <p>Have Fun! |
145 | <p> | 155 | <p> |
@@ -435,6 +445,7 @@ | |||
435 | </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> | 445 | </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> |
436 | </li><li><a href="http://www.linksys.com/products/product.asp?prid=508">Linksys WRT54G - Wireless-G Broadband Router</a> | 446 | </li><li><a href="http://www.linksys.com/products/product.asp?prid=508">Linksys WRT54G - Wireless-G Broadband Router</a> |
437 | </li><li><a href="http://www.dell.com/us/en/biz/topics/sbtopic_005_truemobile.htm">Dell TrueMobile 1184</a> | 447 | </li><li><a href="http://www.dell.com/us/en/biz/topics/sbtopic_005_truemobile.htm">Dell TrueMobile 1184</a> |
448 | </li><li><a href="http://actiontec.com/products/modems/dual_pcmodem/dpm_overview.html">Actiontec Dual PC Modem</a> | ||
438 | 449 | ||
439 | 450 | ||
440 | </ul> | 451 | </ul> |
diff --git a/docs/busybox.net/oldnews.html b/docs/busybox.net/oldnews.html index 0dbf993ad..dcfc9de76 100644 --- a/docs/busybox.net/oldnews.html +++ b/docs/busybox.net/oldnews.html | |||
@@ -42,6 +42,52 @@ | |||
42 | <hr> | 42 | <hr> |
43 | 43 | ||
44 | 44 | ||
45 | <p> | ||
46 | <li><b>30 July 2003 -- BusyBox 1.0.0-pre2 released</b><p> | ||
47 | |||
48 | Here goes another pre release for the new BusyBox stable | ||
49 | series. The last prerelease (pre1) was given quite a lot of | ||
50 | testing (thanks everyone!) which has helped turn up a number of | ||
51 | bugs, and these problems have now been fixed. | ||
52 | |||
53 | <p> | ||
54 | |||
55 | Highlights of -pre2 include updating the 'ash' shell to sync up | ||
56 | with the Debian 'dash' shell, a new 'hdparm' applet was added, | ||
57 | init again supports pivot_root, The 'reboot' 'halt' and | ||
58 | 'poweroff' applets can now be used without using busybox init. | ||
59 | an ifconfig buffer overflow was fixed, losetup now allows | ||
60 | read-write loop devices, uClinux daemon support was added, the | ||
61 | 'watchdog', 'fdisk', and 'kill' applets were rewritten, there were | ||
62 | tons of doc updates, and there were many other bugs fixed. | ||
63 | <p> | ||
64 | |||
65 | If you have submitted a patch and it is not included in this | ||
66 | release and Erik has not emailed you explaining why your patch | ||
67 | was rejected, it is safe to say that he has lost your patch. | ||
68 | That happens sometimes. Please re-submit your patch to the | ||
69 | BusyBox mailing list. | ||
70 | <p> | ||
71 | |||
72 | The point of the "-preX" versions is to get a larger group of | ||
73 | people and vendors testing, so any problems that turn up can be | ||
74 | fixed prior to the final 1.0.0 release. The main feature that | ||
75 | is still still on the TODO list before the final BusyBox 1.0.0 | ||
76 | release is adding module support for the new 2.6.x kernels. If | ||
77 | necessary, a -pre3 BusyBox release will happen on August 6th. | ||
78 | Hopefully (i.e. unless some horrible catastrophic problem | ||
79 | turns up) the final BusyBox 1.0.0 release will be ready by | ||
80 | then... | ||
81 | <p> | ||
82 | |||
83 | The <a href="downloads/Changelog">changelog</a> has all | ||
84 | the details. As usual you can <a href="downloads">download busybox here</a>. | ||
85 | |||
86 | <p>Have Fun! | ||
87 | <p> | ||
88 | |||
89 | |||
90 | |||
45 | <p> | 91 | <p> |
46 | <li><b>15 July 2003 -- BusyBox 1.0.0-pre1 released</b><p> | 92 | <li><b>15 July 2003 -- BusyBox 1.0.0-pre1 released</b><p> |
47 | 93 | ||
diff --git a/docs/busybox.net/screenshot.html b/docs/busybox.net/screenshot.html index 5a8020c04..65f4636c7 100644 --- a/docs/busybox.net/screenshot.html +++ b/docs/busybox.net/screenshot.html | |||
@@ -22,7 +22,7 @@ font-family: monospace; font-size: smaller;" width="80%"> | |||
22 | 22 | ||
23 | 23 | ||
24 | $ ./busybox | 24 | $ ./busybox |
25 | BusyBox v1.00-pre1 (2003.07.15-06:37+0000) multi-call binary | 25 | BusyBox v1.00-pre3 (2003.09.12-05:48+0000) multi-call binary |
26 | 26 | ||
27 | Usage: busybox [function] [arguments]... | 27 | Usage: busybox [function] [arguments]... |
28 | or: [function] [arguments]... | 28 | or: [function] [arguments]... |
@@ -37,12 +37,12 @@ Currently defined functions: | |||
37 | bunzip2, busybox, bzcat, cal, cat, chgrp, chmod, chown, chroot, | 37 | bunzip2, busybox, bzcat, cal, cat, chgrp, chmod, chown, chroot, |
38 | chvt, clear, cmp, cp, cpio, crond, crontab, cut, date, dc, dd, | 38 | chvt, clear, cmp, cp, cpio, crond, crontab, cut, date, dc, dd, |
39 | deallocvt, delgroup, deluser, df, dirname, dmesg, dos2unix, dpkg, | 39 | deallocvt, delgroup, deluser, df, dirname, dmesg, dos2unix, dpkg, |
40 | dpkg-deb, du, dumpkmap, dumpleases, dutmp, echo, egrep, env, expr, | 40 | dpkg-deb, du, dumpkmap, dumpleases, echo, egrep, env, expr, |
41 | false, fbset, fdflush, fdformat, fgrep, find, fold, free, freeramdisk, | 41 | false, fbset, fdflush, fdformat, fgrep, find, fold, free, freeramdisk, |
42 | fsck.minix, ftpget, ftpput, getopt, getty, grep, gunzip, gzip, | 42 | fsck.minix, ftpget, ftpput, getopt, getty, grep, gunzip, gzip, |
43 | halt, head, hexdump, hostid, hostname, httpd, hush, hwclock, id, | 43 | halt, head, hexdump, hostid, hostname, httpd, hush, hwclock, id, |
44 | ifconfig, ifdown, ifup, inetd, init, insmod, ip, ipcalc, iplink, | 44 | ifconfig, ifdown, ifup, inetd, init, insmod, ip, ipcalc, iplink, |
45 | iproute, iptunnel, kill, killall, klogd, lash, length, linuxrc, | 45 | iproute, iptunnel, kill, killall, klogd, lash, last, length, linuxrc, |
46 | ln, loadacm, loadfont, loadkmap, logger, login, logname, logread, | 46 | ln, loadacm, loadfont, loadkmap, logger, login, logname, logread, |
47 | losetup, ls, lsmod, makedevs, md5sum, mesg, minit, mkdir, mkfifo, | 47 | losetup, ls, lsmod, makedevs, md5sum, mesg, minit, mkdir, mkfifo, |
48 | mkfs.minix, mknod, mkswap, mktemp, modprobe, more, mount, msh, | 48 | mkfs.minix, mknod, mkswap, mktemp, modprobe, more, mount, msh, |