Update webpage a bit

This commit is contained in:
Eric Andersen 2003-09-12 06:59:17 +00:00
parent beb3bbd991
commit 23bc836f42
3 changed files with 88 additions and 31 deletions

View File

@ -101,45 +101,55 @@
<ul> <ul>
<p> <p>
<li><b>30 July 2003 -- BusyBox 1.0.0-pre2 released</b><p> <li><b>11 Sept 2003 -- BusyBox 1.0.0-pre3 released</b><p>
Here goes another pre release for the new BusyBox stable Here goes the third pre-release for the new BusyBox stable
series. The last prerelease (pre1) was given quite a lot of series. The last prerelease has help up quite well under
testing (thanks everyone!) which has helped turn up a number of testing, but a number of problems have turned up as the number
bugs, and these problems have now been fixed. of people using it has increased. Thanks everyone for all
the testing, bug reports, and patches!
<p> <p>
Highlights of -pre2 include updating the 'ash' shell to sync up
with the Debian 'dash' shell, a new 'hdparm' applet was added,
init again supports pivot_root, The 'reboot' 'halt' and
'poweroff' applets can now be used without using busybox init.
an ifconfig buffer overflow was fixed, losetup now allows
read-write loop devices, uClinux daemon support was added, the
'watchdog', 'fdisk', and 'kill' applets were rewritten, there were
tons of doc updates, and there were many other bugs fixed.
<p>
If you have submitted a patch and it is not included in this If you have submitted a patch or a bug report to the busybox
release and Erik has not emailed you explaining why your patch mailing list and no one has emailed you explaining why your
was rejected, it is safe to say that he has lost your patch. patch was rejected, it is safe to say that your patch has
That happens sometimes. Please re-submit your patch to the somehow gotten lost or forgotten. That happens sometimes.
BusyBox mailing list. Please re-submit your patch or bug report to the BusyBox
mailing list!
<p> <p>
The point of the "-preX" versions is to get a larger group of The point of the "-preX" versions is to get a larger group of
people and vendors testing, so any problems that turn up can be people and vendors testing, so any problems that turn up can be
fixed prior to the final 1.0.0 release. The main feature that fixed prior to the final 1.0.0 release. The main feature
is still still on the TODO list before the final BusyBox 1.0.0 (besides additional testing) that is still still on the TODO
release is adding module support for the new 2.6.x kernels. If list before the final BusyBox 1.0.0 release is sorting out the
necessary, a -pre3 BusyBox release will happen on August 6th. modutils issues. For the new 2.6.x kernels, we already have
Hopefully (i.e. unless some horrible catastrophic problem patches adding insmod and rmmod support and those need to be
turns up) the final BusyBox 1.0.0 release will be ready by integrated. For 2.4.x kernels, for which busybox only supports
then... a limited number of architectures, we may want to invest a bit
more work before we cut 1.0.0. Or we may just leave 2.4.x
module loading alone.
<p>
I had hoped this release would be out a month ago. And of
course, it wasn't since Erik became busy getting a release of
<a href="http://www.uclibc.org/">uClibc</a>
out the door. Many thanks to Glenn McGrath (bug1) for
stepping in and helping get a bunch of patches merged! I am
not even going to state a date for releasing BusyBox 1.0.0
-pre4 (or the final 1.0.0). We're aiming for late September...
But if this release proves as to be exceptionally stable (or
exceptionally unstable!) then next release may be very soon
indeed.
<p> <p>
The <a href="downloads/Changelog">changelog</a> has all The <a href="downloads/Changelog">changelog</a> has all
the details. As usual you can <a href="downloads">download busybox here</a>. the details. And as usual you can
<a href="downloads">download busybox here</a>.
<p>Have Fun! <p>Have Fun!
<p> <p>
@ -435,6 +445,7 @@
</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> </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>
</li><li><a href="http://www.linksys.com/products/product.asp?prid=508">Linksys WRT54G - Wireless-G Broadband Router</a> </li><li><a href="http://www.linksys.com/products/product.asp?prid=508">Linksys WRT54G - Wireless-G Broadband Router</a>
</li><li><a href="http://www.dell.com/us/en/biz/topics/sbtopic_005_truemobile.htm">Dell TrueMobile 1184</a> </li><li><a href="http://www.dell.com/us/en/biz/topics/sbtopic_005_truemobile.htm">Dell TrueMobile 1184</a>
</li><li><a href="http://actiontec.com/products/modems/dual_pcmodem/dpm_overview.html">Actiontec Dual PC Modem</a>
</ul> </ul>

View File

@ -42,6 +42,52 @@
<hr> <hr>
<p>
<li><b>30 July 2003 -- BusyBox 1.0.0-pre2 released</b><p>
Here goes another pre release for the new BusyBox stable
series. The last prerelease (pre1) was given quite a lot of
testing (thanks everyone!) which has helped turn up a number of
bugs, and these problems have now been fixed.
<p>
Highlights of -pre2 include updating the 'ash' shell to sync up
with the Debian 'dash' shell, a new 'hdparm' applet was added,
init again supports pivot_root, The 'reboot' 'halt' and
'poweroff' applets can now be used without using busybox init.
an ifconfig buffer overflow was fixed, losetup now allows
read-write loop devices, uClinux daemon support was added, the
'watchdog', 'fdisk', and 'kill' applets were rewritten, there were
tons of doc updates, and there were many other bugs fixed.
<p>
If you have submitted a patch and it is not included in this
release and Erik has not emailed you explaining why your patch
was rejected, it is safe to say that he has lost your patch.
That happens sometimes. Please re-submit your patch to the
BusyBox mailing list.
<p>
The point of the "-preX" versions is to get a larger group of
people and vendors testing, so any problems that turn up can be
fixed prior to the final 1.0.0 release. The main feature that
is still still on the TODO list before the final BusyBox 1.0.0
release is adding module support for the new 2.6.x kernels. If
necessary, a -pre3 BusyBox release will happen on August 6th.
Hopefully (i.e. unless some horrible catastrophic problem
turns up) the final BusyBox 1.0.0 release will be ready by
then...
<p>
The <a href="downloads/Changelog">changelog</a> has all
the details. As usual you can <a href="downloads">download busybox here</a>.
<p>Have Fun!
<p>
<p> <p>
<li><b>15 July 2003 -- BusyBox 1.0.0-pre1 released</b><p> <li><b>15 July 2003 -- BusyBox 1.0.0-pre1 released</b><p>

View File

@ -22,7 +22,7 @@ font-family: monospace; font-size: smaller;" width="80%">
$ ./busybox $ ./busybox
BusyBox v1.00-pre1 (2003.07.15-06:37+0000) multi-call binary BusyBox v1.00-pre3 (2003.09.12-05:48+0000) multi-call binary
Usage: busybox [function] [arguments]... Usage: busybox [function] [arguments]...
or: [function] [arguments]... or: [function] [arguments]...
@ -37,12 +37,12 @@ Currently defined functions:
bunzip2, busybox, bzcat, cal, cat, chgrp, chmod, chown, chroot, bunzip2, busybox, bzcat, cal, cat, chgrp, chmod, chown, chroot,
chvt, clear, cmp, cp, cpio, crond, crontab, cut, date, dc, dd, chvt, clear, cmp, cp, cpio, crond, crontab, cut, date, dc, dd,
deallocvt, delgroup, deluser, df, dirname, dmesg, dos2unix, dpkg, deallocvt, delgroup, deluser, df, dirname, dmesg, dos2unix, dpkg,
dpkg-deb, du, dumpkmap, dumpleases, dutmp, echo, egrep, env, expr, dpkg-deb, du, dumpkmap, dumpleases, echo, egrep, env, expr,
false, fbset, fdflush, fdformat, fgrep, find, fold, free, freeramdisk, false, fbset, fdflush, fdformat, fgrep, find, fold, free, freeramdisk,
fsck.minix, ftpget, ftpput, getopt, getty, grep, gunzip, gzip, fsck.minix, ftpget, ftpput, getopt, getty, grep, gunzip, gzip,
halt, head, hexdump, hostid, hostname, httpd, hush, hwclock, id, halt, head, hexdump, hostid, hostname, httpd, hush, hwclock, id,
ifconfig, ifdown, ifup, inetd, init, insmod, ip, ipcalc, iplink, ifconfig, ifdown, ifup, inetd, init, insmod, ip, ipcalc, iplink,
iproute, iptunnel, kill, killall, klogd, lash, length, linuxrc, iproute, iptunnel, kill, killall, klogd, lash, last, length, linuxrc,
ln, loadacm, loadfont, loadkmap, logger, login, logname, logread, ln, loadacm, loadfont, loadkmap, logger, login, logname, logread,
losetup, ls, lsmod, makedevs, md5sum, mesg, minit, mkdir, mkfifo, losetup, ls, lsmod, makedevs, md5sum, mesg, minit, mkdir, mkfifo,
mkfs.minix, mknod, mkswap, mktemp, modprobe, more, mount, msh, mkfs.minix, mknod, mkswap, mktemp, modprobe, more, mount, msh,