mirror of
https://github.com/sheumann/hush.git
synced 2024-12-21 23:29:34 +00:00
- fix some wrong markup.
sed -i -e 's, href=\([^"][^>]*\)>, href="\1">,g' *.html The proper way to specify an attribute is to quote the val: theattrib="val"
This commit is contained in:
parent
040feada1e
commit
8c8601cfbc
@ -14,29 +14,29 @@ Also there are patches on top of latest bug fix release.
|
||||
<p>
|
||||
Latest releases and patch directories for each branch:
|
||||
<br>
|
||||
<a href=http://busybox.net/downloads/busybox-1.10.1.tar.bz2>1.10.1</a>,
|
||||
<a href=http://busybox.net/downloads/fixes-1.10.1/>patches</a>,
|
||||
<a href="http://busybox.net/downloads/busybox-1.10.1.tar.bz2">1.10.1</a>,
|
||||
<a href="http://busybox.net/downloads/fixes-1.10.1/">patches</a>,
|
||||
<br>
|
||||
<a href=http://busybox.net/downloads/busybox-1.9.2.tar.bz2>1.9.2</a>,
|
||||
<a href=http://busybox.net/downloads/fixes-1.9.2/>patches</a>,
|
||||
<a href="http://busybox.net/downloads/busybox-1.9.2.tar.bz2">1.9.2</a>,
|
||||
<a href="http://busybox.net/downloads/fixes-1.9.2/">patches</a>,
|
||||
<br>
|
||||
<a href=http://busybox.net/downloads/busybox-1.8.3.tar.bz2>1.8.3</a>,
|
||||
<a href=http://busybox.net/downloads/fixes-1.8.3/>patches</a>,
|
||||
<a href="http://busybox.net/downloads/busybox-1.8.3.tar.bz2">1.8.3</a>,
|
||||
<a href="http://busybox.net/downloads/fixes-1.8.3/">patches</a>,
|
||||
<br>
|
||||
<a href=http://busybox.net/downloads/busybox-1.7.5.tar.bz2>1.7.5</a>,
|
||||
<a href=http://busybox.net/downloads/fixes-1.7.5/>patches</a>,
|
||||
<a href="http://busybox.net/downloads/busybox-1.7.5.tar.bz2">1.7.5</a>,
|
||||
<a href="http://busybox.net/downloads/fixes-1.7.5/">patches</a>,
|
||||
<br>
|
||||
<a href=http://busybox.net/downloads/busybox-1.6.2.tar.bz2>1.6.2</a>,
|
||||
<a href=http://busybox.net/downloads/fixes-1.6.2/>patches</a>,
|
||||
<a href="http://busybox.net/downloads/busybox-1.6.2.tar.bz2">1.6.2</a>,
|
||||
<a href="http://busybox.net/downloads/fixes-1.6.2/">patches</a>,
|
||||
<br>
|
||||
<a href=http://busybox.net/downloads/busybox-1.5.2.tar.bz2>1.5.2</a>,
|
||||
<a href=http://busybox.net/downloads/fixes-1.5.2/>patches</a>,
|
||||
<a href="http://busybox.net/downloads/busybox-1.5.2.tar.bz2">1.5.2</a>,
|
||||
<a href="http://busybox.net/downloads/fixes-1.5.2/">patches</a>,
|
||||
<br>
|
||||
<a href=http://busybox.net/downloads/busybox-1.4.2.tar.bz2>1.4.2</a>,
|
||||
<a href=http://busybox.net/downloads/fixes-1.4.2/>patches</a>,
|
||||
<a href="http://busybox.net/downloads/busybox-1.4.2.tar.bz2">1.4.2</a>,
|
||||
<a href="http://busybox.net/downloads/fixes-1.4.2/">patches</a>,
|
||||
<br>
|
||||
<a href=http://busybox.net/downloads/busybox-1.3.2.tar.bz2>1.3.2</a>,
|
||||
<a href=http://busybox.net/downloads/fixes-1.3.2/>patches</a>.
|
||||
<a href="http://busybox.net/downloads/busybox-1.3.2.tar.bz2">1.3.2</a>,
|
||||
<a href="http://busybox.net/downloads/fixes-1.3.2/">patches</a>.
|
||||
|
||||
<p>
|
||||
You can also obtain <a href="downloads/snapshots/">Daily Snapshots</a> of
|
||||
|
@ -80,12 +80,12 @@
|
||||
<li><a href="http://busybox.net/~landley">Rob</a></li>
|
||||
<li><a href="http://busybox.net/~aldot">Bernhard</a></li>
|
||||
<li><a href="http://busybox.net/~vda">Denys</a>
|
||||
<br>- <a href=http://busybox.net/~vda/resume/denys_vlasenko.htm>resume</a>
|
||||
<br>- <a href=http://busybox.net/~vda/mboot/>mboot</a>
|
||||
<br>- <a href=http://busybox.net/~vda/linld/>linld</a>
|
||||
<br>- <a href=http://busybox.net/~vda/init_vs_runsv.html>init must die</a>
|
||||
<br>- <a href=http://busybox.net/~vda/no_ifup.txt>no ifup</a>
|
||||
<br>- <a href=http://busybox.net/~vda/unscd/>unscd</a>
|
||||
<br>- <a href="http://busybox.net/~vda/resume/denys_vlasenko.htm">resume</a>
|
||||
<br>- <a href="http://busybox.net/~vda/mboot/">mboot</a>
|
||||
<br>- <a href="http://busybox.net/~vda/linld/">linld</a>
|
||||
<br>- <a href="http://busybox.net/~vda/init_vs_runsv.html">init must die</a>
|
||||
<br>- <a href="http://busybox.net/~vda/no_ifup.txt">no ifup</a>
|
||||
<br>- <a href="http://busybox.net/~vda/unscd/">unscd</a>
|
||||
</li>
|
||||
</ul>
|
||||
|
||||
|
@ -2,10 +2,10 @@
|
||||
|
||||
<ul>
|
||||
<li><b>21 August 2008 -- BusyBox 1.12.0 (unstable)</b>
|
||||
<p><a href=http://busybox.net/downloads/busybox-1.12.0.tar.bz2>BusyBox 1.12.0</a>.
|
||||
(<a href=http://busybox.net/cgi-bin/viewcvs.cgi/branches/busybox_1_12_stable/>svn</a>,
|
||||
<a href=http://busybox.net/downloads/fixes-1.12.0/>patches</a>,
|
||||
<a href=http://busybox.net/fix.html>how to add a patch</a>)</p>
|
||||
<p><a href="http://busybox.net/downloads/busybox-1.12.0.tar.bz2">BusyBox 1.12.0</a>.
|
||||
(<a href="http://busybox.net/cgi-bin/viewcvs.cgi/branches/busybox_1_12_stable/">svn</a>,
|
||||
<a href="http://busybox.net/downloads/fixes-1.12.0/">patches</a>,
|
||||
<a href="http://busybox.net/fix.html">how to add a patch</a>)</p>
|
||||
<p>Sizes of busybox-1.11.1 and busybox-1.12.0 (with equivalent config, static uclibc build):<pre>
|
||||
text data bss dec hex filename
|
||||
829687 617 7052 837356 cc6ec busybox-1.11.1/busybox
|
||||
@ -147,10 +147,10 @@
|
||||
</p>
|
||||
|
||||
<li><b>12 July 2008 -- BusyBox 1.11.1 (stable)</b>
|
||||
<p><a href=http://busybox.net/downloads/busybox-1.11.1.tar.bz2>BusyBox 1.11.1</a>.
|
||||
(<a href=http://busybox.net/cgi-bin/viewcvs.cgi/branches/busybox_1_11_stable/>svn</a>,
|
||||
<a href=http://busybox.net/downloads/fixes-1.11.1/>patches</a>,
|
||||
<a href=http://busybox.net/fix.html>how to add a patch</a>)</p>
|
||||
<p><a href="http://busybox.net/downloads/busybox-1.11.1.tar.bz2">BusyBox 1.11.1</a>.
|
||||
(<a href="http://busybox.net/cgi-bin/viewcvs.cgi/branches/busybox_1_11_stable/">svn</a>,
|
||||
<a href="http://busybox.net/downloads/fixes-1.11.1/">patches</a>,
|
||||
<a href="http://busybox.net/fix.html">how to add a patch</a>)</p>
|
||||
<p>
|
||||
Bugfix-only release for 1.11.x branch. It contains fixes for awk,
|
||||
bunzip2, cpio, ifupdown, ip, man, start-stop-daemon, uname and vi.
|
||||
@ -158,21 +158,21 @@
|
||||
|
||||
<li><b>11 July 2008 -- HOWTO is updated</b>
|
||||
<p>
|
||||
<a href=http://busybox.net/~vda/HOWTO/i486-linux-uclibc/HOWTO.txt>
|
||||
<a href="http://busybox.net/~vda/HOWTO/i486-linux-uclibc/HOWTO.txt">
|
||||
"How to build static busybox for i486-linux-uclibc"</a> is updated
|
||||
and tested on a fresh Fedora 9 install. Please report if it doesn't
|
||||
work for you.
|
||||
</p>
|
||||
|
||||
<li><b>25 June 2008 -- BusyBox 1.11.0 (unstable), BusyBox 1.10.4 (stable)</b>
|
||||
<p><a href=http://busybox.net/downloads/busybox-1.11.0.tar.bz2>BusyBox 1.11.0</a>.
|
||||
(<a href=http://busybox.net/cgi-bin/viewcvs.cgi/branches/busybox_1_11_stable/>svn</a>,
|
||||
<a href=http://busybox.net/downloads/fixes-1.11.0/>patches</a>,
|
||||
<a href=http://busybox.net/fix.html>how to add a patch</a>)</p>
|
||||
<p><a href=http://busybox.net/downloads/busybox-1.10.4.tar.bz2>BusyBox 1.10.4</a>.
|
||||
(<a href=http://busybox.net/cgi-bin/viewcvs.cgi/branches/busybox_1_10_stable/>svn</a>,
|
||||
<a href=http://busybox.net/downloads/fixes-1.10.4/>patches</a>,
|
||||
<a href=http://busybox.net/fix.html>how to add a patch</a>)</p>
|
||||
<p><a href="http://busybox.net/downloads/busybox-1.11.0.tar.bz2">BusyBox 1.11.0</a>.
|
||||
(<a href="http://busybox.net/cgi-bin/viewcvs.cgi/branches/busybox_1_11_stable/">svn</a>,
|
||||
<a href="http://busybox.net/downloads/fixes-1.11.0/">patches</a>,
|
||||
<a href="http://busybox.net/fix.html">how to add a patch</a>)</p>
|
||||
<p><a href="http://busybox.net/downloads/busybox-1.10.4.tar.bz2">BusyBox 1.10.4</a>.
|
||||
(<a href="http://busybox.net/cgi-bin/viewcvs.cgi/branches/busybox_1_10_stable/">svn</a>,
|
||||
<a href="http://busybox.net/downloads/fixes-1.10.4/">patches</a>,
|
||||
<a href="http://busybox.net/fix.html">how to add a patch</a>)</p>
|
||||
<p>Sizes of busybox-1.10.4 and busybox-1.11.0 (with equivalent config, static uclibc build):<pre>
|
||||
text data bss dec hex filename
|
||||
800675 636 7080 808391 c55c7 busybox-1.10.4
|
||||
@ -217,37 +217,37 @@
|
||||
<p>We want to thank the following companies which are providing support
|
||||
for BusyBox project:
|
||||
<ul>
|
||||
<li>AOE media, a <a href=http://www.aoemedia.com/typo3-development.html>
|
||||
<li>AOE media, a <a href="http://www.aoemedia.com/typo3-development.html">
|
||||
TYPO3 development agency</a> contributes financially.
|
||||
<p>
|
||||
<li><a href=http://www.analog.com/en/>Analog Devices, Inc.</a> provided
|
||||
a <a href=http://docs.blackfin.uclinux.org/doku.php?id=bf537_quick_start>
|
||||
<li><a href="http://www.analog.com/en/">Analog Devices, Inc.</a> provided
|
||||
a <a href="http://docs.blackfin.uclinux.org/doku.php?id=bf537_quick_start">
|
||||
Blackfin development board</a> free of charge.
|
||||
<a href=http://www.analog.com/blackfin>Blackfin<a>
|
||||
<a href="http://www.analog.com/blackfin">Blackfin<a>
|
||||
is a NOMMU processor, and its availability for testing is invaluable.
|
||||
If you are an embedded device developer,
|
||||
please note that Analog Devices has entire Linux distribution available
|
||||
for download for this board. Visit
|
||||
<a href=http://blackfin.uclinux.org/>http://blackfin.uclinux.org/</a>
|
||||
<a href="http://blackfin.uclinux.org/">http://blackfin.uclinux.org/</a>
|
||||
for more information.
|
||||
</ul>
|
||||
</p>
|
||||
|
||||
<li><b>5 June 2008 -- BusyBox 1.10.3 (stable)</b>
|
||||
<p><a href=http://busybox.net/downloads/busybox-1.10.3.tar.bz2>BusyBox 1.10.3</a>.
|
||||
(<a href=http://busybox.net/cgi-bin/viewcvs.cgi/branches/busybox_1_10_stable/>svn</a>,
|
||||
<a href=http://busybox.net/downloads/fixes-1.10.3/>patches</a>,
|
||||
<a href=http://busybox.net/fix.html>how to add a patch</a>)</p>
|
||||
<p><a href="http://busybox.net/downloads/busybox-1.10.3.tar.bz2">BusyBox 1.10.3</a>.
|
||||
(<a href="http://busybox.net/cgi-bin/viewcvs.cgi/branches/busybox_1_10_stable/">svn</a>,
|
||||
<a href="http://busybox.net/downloads/fixes-1.10.3/">patches</a>,
|
||||
<a href="http://busybox.net/fix.html">how to add a patch</a>)</p>
|
||||
<p>
|
||||
Bugfix-only release for 1.10.x branch. It contains fixes for dnsd, fuser, hush,
|
||||
ip, mdev and syslogd.
|
||||
</p>
|
||||
|
||||
<li><b>8 May 2008 -- BusyBox 1.10.2 (stable)</b>
|
||||
<p><a href=http://busybox.net/downloads/busybox-1.10.2.tar.bz2>BusyBox 1.10.2</a>.
|
||||
(<a href=http://busybox.net/cgi-bin/viewcvs.cgi/branches/busybox_1_10_stable/>svn</a>,
|
||||
<a href=http://busybox.net/downloads/fixes-1.10.2/>patches</a>,
|
||||
<a href=http://busybox.net/fix.html>how to add a patch</a>)</p>
|
||||
<p><a href="http://busybox.net/downloads/busybox-1.10.2.tar.bz2">BusyBox 1.10.2</a>.
|
||||
(<a href="http://busybox.net/cgi-bin/viewcvs.cgi/branches/busybox_1_10_stable/">svn</a>,
|
||||
<a href="http://busybox.net/downloads/fixes-1.10.2/">patches</a>,
|
||||
<a href="http://busybox.net/fix.html">how to add a patch</a>)</p>
|
||||
<p>
|
||||
Bugfix-only release for 1.10.x branch. It contains fixes for echo, httpd, pidof,
|
||||
start-stop-daemon, tar, taskset, tab completion in shells, build system.
|
||||
@ -256,19 +256,19 @@
|
||||
</p>
|
||||
|
||||
<li><b>19 April 2008 -- BusyBox 1.10.1 (stable)</b>
|
||||
<p><a href=http://busybox.net/downloads/busybox-1.10.1.tar.bz2>BusyBox 1.10.1</a>.
|
||||
(<a href=http://busybox.net/cgi-bin/viewcvs.cgi/branches/busybox_1_10_stable/>svn</a>,
|
||||
<a href=http://busybox.net/downloads/fixes-1.10.1/>patches</a>,
|
||||
<a href=http://busybox.net/fix.html>how to add a patch</a>)</p>
|
||||
<p><a href="http://busybox.net/downloads/busybox-1.10.1.tar.bz2">BusyBox 1.10.1</a>.
|
||||
(<a href="http://busybox.net/cgi-bin/viewcvs.cgi/branches/busybox_1_10_stable/">svn</a>,
|
||||
<a href="http://busybox.net/downloads/fixes-1.10.1/">patches</a>,
|
||||
<a href="http://busybox.net/fix.html">how to add a patch</a>)</p>
|
||||
<p>
|
||||
Bugfix-only release for 1.10.x branch. It contains fixes for
|
||||
fuser, init, less, nameif, tail, taskset, tcpudp, top, udhcp.
|
||||
|
||||
<li><b>21 March 2008 -- BusyBox 1.10.0 (unstable)</b>
|
||||
<p><a href=http://busybox.net/downloads/busybox-1.10.0.tar.bz2>BusyBox 1.10.0</a>.
|
||||
(<a href=http://busybox.net/cgi-bin/viewcvs.cgi/branches/busybox_1_10_stable/>svn</a>,
|
||||
<a href=http://busybox.net/downloads/fixes-1.10.0/>patches</a>,
|
||||
<a href=http://busybox.net/fix.html>how to add a patch</a>)</p>
|
||||
<p><a href="http://busybox.net/downloads/busybox-1.10.0.tar.bz2">BusyBox 1.10.0</a>.
|
||||
(<a href="http://busybox.net/cgi-bin/viewcvs.cgi/branches/busybox_1_10_stable/">svn</a>,
|
||||
<a href="http://busybox.net/downloads/fixes-1.10.0/">patches</a>,
|
||||
<a href="http://busybox.net/fix.html">how to add a patch</a>)</p>
|
||||
|
||||
<p>Sizes of busybox-1.9.2 and busybox-1.10.0 (with almost full config, static uclibc build):<pre>
|
||||
text data bss dec hex filename
|
||||
@ -424,16 +424,16 @@ iproute_list_or_flush 3680 readhere 2308
|
||||
Bugfix-only releases for four past branches. Links to locations
|
||||
for future hot patches are in parentheses.
|
||||
<p>
|
||||
<a href=http://busybox.net/downloads/busybox-1.9.2.tar.bz2>1.9.2</a>
|
||||
(<a href=http://busybox.net/downloads/fixes-1.9.2/>patches</a>),
|
||||
<a href=http://busybox.net/downloads/busybox-1.8.3.tar.bz2>1.8.3</a>
|
||||
(<a href=http://busybox.net/downloads/fixes-1.8.3/>patches</a>),
|
||||
<a href=http://busybox.net/downloads/busybox-1.7.5.tar.bz2>1.7.5</a>
|
||||
(<a href=http://busybox.net/downloads/fixes-1.7.5/>patches</a>),
|
||||
<a href=http://busybox.net/downloads/busybox-1.5.2.tar.bz2>1.5.2</a>
|
||||
(<a href=http://busybox.net/downloads/fixes-1.5.2/>patches</a>).
|
||||
<a href="http://busybox.net/downloads/busybox-1.9.2.tar.bz2">1.9.2</a>
|
||||
(<a href="http://busybox.net/downloads/fixes-1.9.2/">patches</a>),
|
||||
<a href="http://busybox.net/downloads/busybox-1.8.3.tar.bz2">1.8.3</a>
|
||||
(<a href="http://busybox.net/downloads/fixes-1.8.3/">patches</a>),
|
||||
<a href="http://busybox.net/downloads/busybox-1.7.5.tar.bz2">1.7.5</a>
|
||||
(<a href="http://busybox.net/downloads/fixes-1.7.5/">patches</a>),
|
||||
<a href="http://busybox.net/downloads/busybox-1.5.2.tar.bz2">1.5.2</a>
|
||||
(<a href="http://busybox.net/downloads/fixes-1.5.2/">patches</a>).
|
||||
<p>
|
||||
<a href=http://busybox.net/fix.html>How to add a patch.</a>
|
||||
<a href="http://busybox.net/fix.html">How to add a patch.</a>
|
||||
</p>
|
||||
|
||||
<li><b>Old News</b><p>
|
||||
|
@ -3,10 +3,10 @@
|
||||
|
||||
<ul>
|
||||
<li><b>12 February 2008 -- BusyBox 1.9.1 (stable)</b>
|
||||
<p><a href=http://busybox.net/downloads/busybox-1.9.1.tar.bz2>BusyBox 1.9.1</a>.
|
||||
(<a href=http://busybox.net/cgi-bin/viewcvs.cgi/branches/busybox_1_9_stable/>svn</a>,
|
||||
<a href=http://busybox.net/downloads/fixes-1.9.1/>patches</a>,
|
||||
<a href=http://busybox.net/fix.html>how to add a patch</a>)</p>
|
||||
<p><a href="http://busybox.net/downloads/busybox-1.9.1.tar.bz2">BusyBox 1.9.1</a>.
|
||||
(<a href="http://busybox.net/cgi-bin/viewcvs.cgi/branches/busybox_1_9_stable/">svn</a>,
|
||||
<a href="http://busybox.net/downloads/fixes-1.9.1/">patches</a>,
|
||||
<a href="http://busybox.net/fix.html">how to add a patch</a>)</p>
|
||||
|
||||
<p>This is a bugfix-only release, with fixes to fsck,
|
||||
iproute, mdev, mkswap, msh, nameif, stty, test, zcip.</p>
|
||||
@ -16,10 +16,10 @@
|
||||
</li>
|
||||
|
||||
<li><b>24 December 2007 -- BusyBox 1.9.0 (unstable)</b>
|
||||
<p><a href=http://busybox.net/downloads/busybox-1.9.0.tar.bz2>BusyBox 1.9.0</a>.
|
||||
(<a href=http://busybox.net/cgi-bin/viewcvs.cgi/branches/busybox_1_9_stable/>svn</a>,
|
||||
<a href=http://busybox.net/downloads/fixes-1.9.0/>patches</a>,
|
||||
<a href=http://busybox.net/fix.html>how to add a patch</a>)</p>
|
||||
<p><a href="http://busybox.net/downloads/busybox-1.9.0.tar.bz2">BusyBox 1.9.0</a>.
|
||||
(<a href="http://busybox.net/cgi-bin/viewcvs.cgi/branches/busybox_1_9_stable/">svn</a>,
|
||||
<a href="http://busybox.net/downloads/fixes-1.9.0/">patches</a>,
|
||||
<a href="http://busybox.net/fix.html">how to add a patch</a>)</p>
|
||||
|
||||
<p>Sizes of busybox-1.8.2 and busybox-1.9.0 (with almost full config, static uclibc build):<pre>
|
||||
text data bss dec hex filename
|
||||
@ -84,14 +84,14 @@ parse_prompt 4132 insmod_main 3152
|
||||
</p>
|
||||
|
||||
<li><b>23 November 2007 -- BusyBox 1.8.2 (stable), BusyBox 1.7.4 (stable)</b>
|
||||
<p><a href=http://busybox.net/downloads/busybox-1.8.2.tar.bz2>BusyBox 1.8.2</a>.
|
||||
(<a href=http://busybox.net/cgi-bin/viewcvs.cgi/branches/busybox_1_8_stable/>svn</a>,
|
||||
<a href=http://busybox.net/downloads/fixes-1.8.2/>patches</a>,
|
||||
<a href=http://busybox.net/fix.html>how to add a patch</a>)</p>
|
||||
<p><a href=http://busybox.net/downloads/busybox-1.7.4.tar.bz2>BusyBox 1.7.4</a>.
|
||||
(<a href=http://busybox.net/cgi-bin/viewcvs.cgi/branches/busybox_1_7_stable/>svn</a>,
|
||||
<a href=http://busybox.net/downloads/fixes-1.7.4/>patches</a>,
|
||||
<a href=http://busybox.net/fix.html>how to add a patch</a>)</p>
|
||||
<p><a href="http://busybox.net/downloads/busybox-1.8.2.tar.bz2">BusyBox 1.8.2</a>.
|
||||
(<a href="http://busybox.net/cgi-bin/viewcvs.cgi/branches/busybox_1_8_stable/">svn</a>,
|
||||
<a href="http://busybox.net/downloads/fixes-1.8.2/">patches</a>,
|
||||
<a href="http://busybox.net/fix.html">how to add a patch</a>)</p>
|
||||
<p><a href="http://busybox.net/downloads/busybox-1.7.4.tar.bz2">BusyBox 1.7.4</a>.
|
||||
(<a href="http://busybox.net/cgi-bin/viewcvs.cgi/branches/busybox_1_7_stable/">svn</a>,
|
||||
<a href="http://busybox.net/downloads/fixes-1.7.4/">patches</a>,
|
||||
<a href="http://busybox.net/fix.html">how to add a patch</a>)</p>
|
||||
|
||||
<p>These are bugfix-only releases.
|
||||
1.8.2 contains fixes for inetd, lash, tar, tr, and build system.
|
||||
@ -99,19 +99,19 @@ parse_prompt 4132 insmod_main 3152
|
||||
</li>
|
||||
|
||||
<li><b>9 November 2007 -- BusyBox 1.8.1 (stable)</b>
|
||||
<p><a href=http://busybox.net/downloads/busybox-1.8.1.tar.bz2>BusyBox 1.8.1</a>.
|
||||
(<a href=http://busybox.net/cgi-bin/viewcvs.cgi/branches/busybox_1_8_stable/>svn</a>,
|
||||
<a href=http://busybox.net/downloads/fixes-1.8.1/>patches</a>,
|
||||
<a href=http://busybox.net/fix.html>how to add a patch</a>)</p>
|
||||
<p><a href="http://busybox.net/downloads/busybox-1.8.1.tar.bz2">BusyBox 1.8.1</a>.
|
||||
(<a href="http://busybox.net/cgi-bin/viewcvs.cgi/branches/busybox_1_8_stable/">svn</a>,
|
||||
<a href="http://busybox.net/downloads/fixes-1.8.1/">patches</a>,
|
||||
<a href="http://busybox.net/fix.html">how to add a patch</a>)</p>
|
||||
|
||||
<p>This is a bugfix-only release, with fixes to login (PAM), modprobe, syslogd, telnetd, unzip.</p>
|
||||
</li>
|
||||
|
||||
<li><b>4 November 2007 -- BusyBox 1.8.0 (unstable)</b>
|
||||
<p><a href=http://busybox.net/downloads/busybox-1.8.0.tar.bz2>BusyBox 1.8.0</a>.
|
||||
(<a href=http://busybox.net/cgi-bin/viewcvs.cgi/branches/busybox_1_8_stable/>svn</a>,
|
||||
<a href=http://busybox.net/downloads/fixes-1.8.0/>patches</a>,
|
||||
<a href=http://busybox.net/fix.html>how to add a patch</a>)</p>
|
||||
<p><a href="http://busybox.net/downloads/busybox-1.8.0.tar.bz2">BusyBox 1.8.0</a>.
|
||||
(<a href="http://busybox.net/cgi-bin/viewcvs.cgi/branches/busybox_1_8_stable/">svn</a>,
|
||||
<a href="http://busybox.net/downloads/fixes-1.8.0/">patches</a>,
|
||||
<a href="http://busybox.net/fix.html">how to add a patch</a>)</p>
|
||||
|
||||
<p>Note: this is probably the very last release with lash. It will be dropped. Please migrate to hush.
|
||||
|
||||
@ -217,37 +217,37 @@ Equivalent .config, i386 uclibc static builds:
|
||||
</li>
|
||||
|
||||
<li><b>4 November 2007 -- BusyBox 1.7.3 (stable)</b>
|
||||
<p><a href=http://busybox.net/downloads/busybox-1.7.3.tar.bz2>BusyBox 1.7.3</a>.
|
||||
(<a href=http://busybox.net/cgi-bin/viewcvs.cgi/branches/busybox_1_7_stable/>svn</a>,
|
||||
<a href=http://busybox.net/downloads/fixes-1.7.3/>patches</a>,
|
||||
<a href=http://busybox.net/fix.html>how to add a patch</a>)</p>
|
||||
<p><a href="http://busybox.net/downloads/busybox-1.7.3.tar.bz2">BusyBox 1.7.3</a>.
|
||||
(<a href="http://busybox.net/cgi-bin/viewcvs.cgi/branches/busybox_1_7_stable/">svn</a>,
|
||||
<a href="http://busybox.net/downloads/fixes-1.7.3/">patches</a>,
|
||||
<a href="http://busybox.net/fix.html">how to add a patch</a>)</p>
|
||||
|
||||
<p>This is a bugfix-only release, with fixes to ash, httpd, inetd, iptun, logger, login, tail.</p>
|
||||
</li>
|
||||
|
||||
<li><b>30 September 2007 -- BusyBox 1.7.2 (stable)</b>
|
||||
<p><a href=http://busybox.net/downloads/busybox-1.7.2.tar.bz2>BusyBox 1.7.2</a>.
|
||||
(<a href=http://busybox.net/cgi-bin/viewcvs.cgi/branches/busybox_1_7_stable/>svn</a>,
|
||||
<a href=http://busybox.net/downloads/fixes-1.7.2/>patches</a>,
|
||||
<a href=http://busybox.net/fix.html>how to add a patch</a>)</p>
|
||||
<p><a href="http://busybox.net/downloads/busybox-1.7.2.tar.bz2">BusyBox 1.7.2</a>.
|
||||
(<a href="http://busybox.net/cgi-bin/viewcvs.cgi/branches/busybox_1_7_stable/">svn</a>,
|
||||
<a href="http://busybox.net/downloads/fixes-1.7.2/">patches</a>,
|
||||
<a href="http://busybox.net/fix.html">how to add a patch</a>)</p>
|
||||
|
||||
<p>This is a bugfix-only release, with fixes to install, find, login, httpd, runsvdir, chcon, setfiles, fdisk and line editing.</p>
|
||||
</li>
|
||||
|
||||
<li><b>16 September 2007 -- BusyBox 1.7.1 (stable)</b>
|
||||
<p><a href=http://busybox.net/downloads/busybox-1.7.1.tar.bz2>BusyBox 1.7.1</a>.
|
||||
(<a href=http://busybox.net/cgi-bin/viewcvs.cgi/branches/busybox_1_7_stable/>svn</a>,
|
||||
<a href=http://busybox.net/downloads/fixes-1.7.1/>patches</a>,
|
||||
<a href=http://busybox.net/fix.html>how to add a patch</a>)</p>
|
||||
<p><a href="http://busybox.net/downloads/busybox-1.7.1.tar.bz2">BusyBox 1.7.1</a>.
|
||||
(<a href="http://busybox.net/cgi-bin/viewcvs.cgi/branches/busybox_1_7_stable/">svn</a>,
|
||||
<a href="http://busybox.net/downloads/fixes-1.7.1/">patches</a>,
|
||||
<a href="http://busybox.net/fix.html">how to add a patch</a>)</p>
|
||||
|
||||
<p>This is a bugfix-only release, with fixes to cp, runsv, tar, busybox --install and build system.</p>
|
||||
</li>
|
||||
|
||||
<li><b>24 August 2007 -- BusyBox 1.7.0 (unstable)</b>
|
||||
<p><a href=http://busybox.net/downloads/busybox-1.7.0.tar.bz2>BusyBox 1.7.0</a>.
|
||||
(<a href=http://busybox.net/cgi-bin/viewcvs.cgi/branches/busybox_1_7_stable/>svn</a>,
|
||||
<a href=http://busybox.net/downloads/fixes-1.7.0/>patches</a>,
|
||||
<a href=http://busybox.net/fix.html>how to add a patch</a>)</p>
|
||||
<p><a href="http://busybox.net/downloads/busybox-1.7.0.tar.bz2">BusyBox 1.7.0</a>.
|
||||
(<a href="http://busybox.net/cgi-bin/viewcvs.cgi/branches/busybox_1_7_stable/">svn</a>,
|
||||
<a href="http://busybox.net/downloads/fixes-1.7.0/">patches</a>,
|
||||
<a href="http://busybox.net/fix.html">how to add a patch</a>)</p>
|
||||
|
||||
<p>Applets which had many changes since 1.6.x:
|
||||
<p>httpd:
|
||||
@ -392,19 +392,19 @@ Same .config built against static uclibc:
|
||||
</li>
|
||||
|
||||
<li><b>30 June 2007 -- BusyBox 1.6.1 (stable)</b>
|
||||
<p><a href=http://busybox.net/downloads/busybox-1.6.1.tar.bz2>BusyBox 1.6.1</a>.
|
||||
(<a href=http://busybox.net/cgi-bin/viewcvs.cgi/branches/busybox_1_6_stable/>svn</a>,
|
||||
<a href=http://busybox.net/downloads/fixes-1.6.1/>patches</a>,
|
||||
<a href=http://busybox.net/fix.html>how to add a patch</a>)</p>
|
||||
<p><a href="http://busybox.net/downloads/busybox-1.6.1.tar.bz2">BusyBox 1.6.1</a>.
|
||||
(<a href="http://busybox.net/cgi-bin/viewcvs.cgi/branches/busybox_1_6_stable/">svn</a>,
|
||||
<a href="http://busybox.net/downloads/fixes-1.6.1/">patches</a>,
|
||||
<a href="http://busybox.net/fix.html">how to add a patch</a>)</p>
|
||||
|
||||
<p>This is a bugfix-only release, with fixes to echo, hush, and wget.</p>
|
||||
</li>
|
||||
|
||||
<li><b>1 June 2007 -- BusyBox 1.6.0 (unstable)</b>
|
||||
<p><a href=http://busybox.net/downloads/busybox-1.6.0.tar.bz2>BusyBox 1.6.0</a>.
|
||||
(<a href=http://busybox.net/cgi-bin/viewcvs.cgi/branches/busybox_1_6_stable/>svn</a>,
|
||||
<a href=http://busybox.net/downloads/fixes-1.6.0/>patches</a>,
|
||||
<a href=http://busybox.net/fix.html>how to add a patch</a>)</p>
|
||||
<p><a href="http://busybox.net/downloads/busybox-1.6.0.tar.bz2">BusyBox 1.6.0</a>.
|
||||
(<a href="http://busybox.net/cgi-bin/viewcvs.cgi/branches/busybox_1_6_stable/">svn</a>,
|
||||
<a href="http://busybox.net/downloads/fixes-1.6.0/">patches</a>,
|
||||
<a href="http://busybox.net/fix.html">how to add a patch</a>)</p>
|
||||
|
||||
<p>Since this is a x.x.0 release, it probably does not deserve "stable"
|
||||
label. Please help making 1.6.1 stable by testing 1.6.0.</p>
|
||||
@ -413,7 +413,7 @@ Same .config built against static uclibc:
|
||||
report any such cases.</p>
|
||||
<p>lash users please note: lash is going to be deprecated in busybox 1.7.0
|
||||
and removed in the more distant future. Please migrate to hush.</p>
|
||||
<p><a href=http://busybox.net/~vda/mem_usage-1.6.0.txt>Memory usage has decreased, but we can do better still</a></p>
|
||||
<p><a href="http://busybox.net/~vda/mem_usage-1.6.0.txt">Memory usage has decreased, but we can do better still</a></p>
|
||||
<p>Other changes since previous release:
|
||||
<ul>
|
||||
<li>NOFORK: audit small applets and mark some of them as NOFORK. Put big scary warnings in relevant places
|
||||
@ -515,18 +515,18 @@ Same .config built against static uclibc:
|
||||
</li>
|
||||
|
||||
<li><b>20 May 2007 -- BusyBox 1.5.1 (stable)</b>
|
||||
<p><a href=http://busybox.net/downloads/busybox-1.5.1.tar.bz2>BusyBox 1.5.1</a>.
|
||||
(<a href=http://busybox.net/downloads/fixes-1.5.1/>patches</a>,
|
||||
<a href=http://busybox.net/fix.html>how to add a patch</a>)</p>
|
||||
<p><a href="http://busybox.net/downloads/busybox-1.5.1.tar.bz2">BusyBox 1.5.1</a>.
|
||||
(<a href="http://busybox.net/downloads/fixes-1.5.1/">patches</a>,
|
||||
<a href="http://busybox.net/fix.html">how to add a patch</a>)</p>
|
||||
|
||||
<p>This is a bugfix-only release, with fixes to hdparm, hush, ifupdown, ps
|
||||
and sed.</p>
|
||||
</li>
|
||||
|
||||
<li><b>23 March 2007 -- BusyBox 1.5.0 (unstable)</b>
|
||||
<p><a href=http://busybox.net/downloads/busybox-1.5.0.tar.bz2>BusyBox 1.5.0</a>.
|
||||
(<a href=http://busybox.net/downloads/fixes-1.5.0/>patches</a>,
|
||||
<a href=http://busybox.net/fix.html>how to add a patch</a>)</p>
|
||||
<p><a href="http://busybox.net/downloads/busybox-1.5.0.tar.bz2">BusyBox 1.5.0</a>.
|
||||
(<a href="http://busybox.net/downloads/fixes-1.5.0/">patches</a>,
|
||||
<a href="http://busybox.net/fix.html">how to add a patch</a>)</p>
|
||||
|
||||
<p>Since this is a x.x.0 release, it probably does not deserve "stable"
|
||||
label. Please help making 1.5.1 stable by testing 1.5.0.</p>
|
||||
@ -564,7 +564,7 @@ Same .config built against static uclibc:
|
||||
</li>
|
||||
|
||||
<li><b>18 March 2007 -- BusyBox 1.4.2 (stable)</b>
|
||||
<p><a href=http://busybox.net/downloads/busybox-1.4.2.tar.bz2>BusyBox 1.4.2</a>.
|
||||
<p><a href="http://busybox.net/downloads/busybox-1.4.2.tar.bz2">BusyBox 1.4.2</a>.
|
||||
</p>
|
||||
|
||||
<p>This release includes only trivial fixes accumulated since 1.4.1.
|
||||
@ -572,16 +572,16 @@ Same .config built against static uclibc:
|
||||
</li>
|
||||
|
||||
<li><b>25 January 2007 -- BusyBox 1.4.1 (stable)</b>
|
||||
<p><a href=http://busybox.net/downloads/busybox-1.4.1.tar.bz2>BusyBox 1.4.1</a>.
|
||||
(<a href=http://busybox.net/downloads/fixes-1.4.1/>patches</a>)</p>
|
||||
<p><a href="http://busybox.net/downloads/busybox-1.4.1.tar.bz2">BusyBox 1.4.1</a>.
|
||||
(<a href="http://busybox.net/downloads/fixes-1.4.1/">patches</a>)</p>
|
||||
|
||||
<p>This release includes only trivial fixes accumulated since 1.4.0.
|
||||
</p>
|
||||
</li>
|
||||
|
||||
<li><b>20 January 2007 -- BusyBox 1.4.0 (stable)</b>
|
||||
<p><a href=http://busybox.net/downloads/busybox-1.4.0.tar.bz2>BusyBox 1.4.0</a>.
|
||||
(<a href=http://busybox.net/downloads/fixes-1.4.0/>patches</a>)</p>
|
||||
<p><a href="http://busybox.net/downloads/busybox-1.4.0.tar.bz2">BusyBox 1.4.0</a>.
|
||||
(<a href="http://busybox.net/downloads/fixes-1.4.0/">patches</a>)</p>
|
||||
|
||||
<p>Since this is a x.x.0 release, it probably is a bit less "stable"
|
||||
than usual.</p>
|
||||
@ -615,23 +615,23 @@ Same .config built against static uclibc:
|
||||
</li>
|
||||
|
||||
<li><b>20 January 2007 -- BusyBox 1.3.2 (stable)</b>
|
||||
<p><a href=http://busybox.net/downloads/busybox-1.3.2.tar.bz2>BusyBox 1.3.2</a>.</p>
|
||||
<p><a href="http://busybox.net/downloads/busybox-1.3.2.tar.bz2">BusyBox 1.3.2</a>.</p>
|
||||
|
||||
<p>This release includes only one trivial fix accumulated since 1.3.1
|
||||
</p>
|
||||
</li>
|
||||
|
||||
<li><b>27 December 2006 -- BusyBox 1.3.1 (stable)</b>
|
||||
<p><a href=http://busybox.net/downloads/busybox-1.3.1.tar.bz2>BusyBox 1.3.1</a>.
|
||||
(<a href=http://busybox.net/downloads/fixes-1.3.1/>patches</a>)</p>
|
||||
<p><a href="http://busybox.net/downloads/busybox-1.3.1.tar.bz2">BusyBox 1.3.1</a>.
|
||||
(<a href="http://busybox.net/downloads/fixes-1.3.1/">patches</a>)</p>
|
||||
|
||||
<p>Closing 2006 with new release. It includes only trivial fixes accumulated since 1.3.0
|
||||
</p>
|
||||
</li>
|
||||
|
||||
<li><b>14 December 2006 -- BusyBox 1.3.0 (stable)</b>
|
||||
<p><a href=http://busybox.net/downloads/busybox-1.3.0.tar.bz2>BusyBox 1.3.0</a>.
|
||||
(<a href=http://busybox.net/downloads/fixes-1.3.0/>patches</a>)</p>
|
||||
<p><a href="http://busybox.net/downloads/busybox-1.3.0.tar.bz2">BusyBox 1.3.0</a>.
|
||||
(<a href="http://busybox.net/downloads/fixes-1.3.0/">patches</a>)</p>
|
||||
|
||||
<p>This release has CONFIG_DESKTOP option which enables features
|
||||
needed for busybox usage on desktop machine. For example, find, chmod
|
||||
@ -666,7 +666,7 @@ Same .config built against static uclibc:
|
||||
</li>
|
||||
|
||||
<li><b>29 October 2006 -- BusyBox 1.2.2.1 (fix)</b>
|
||||
<p><a href=http://busybox.net/downloads/busybox-1.2.2.1.tar.bz2>BusyBox 1.2.2.1</a>.</p>
|
||||
<p><a href="http://busybox.net/downloads/busybox-1.2.2.1.tar.bz2">BusyBox 1.2.2.1</a>.</p>
|
||||
|
||||
<p>Added compile-time warning that static linking against glibc
|
||||
produces buggy executables.
|
||||
@ -674,7 +674,7 @@ Same .config built against static uclibc:
|
||||
|
||||
<li><b>24 October 2006 -- BusyBox 1.2.2 (stable)</b>
|
||||
<p>It's a bit overdue, but
|
||||
<a href=http://busybox.net/downloads/busybox-1.2.2.tar.bz2>here is
|
||||
<a href="http://busybox.net/downloads/busybox-1.2.2.tar.bz2">here is
|
||||
BusyBox 1.2.2</a>.</p>
|
||||
|
||||
<p>This release has dozens of fixes backported from the ongoing development
|
||||
@ -693,9 +693,9 @@ Same .config built against static uclibc:
|
||||
gzip to save memory, fix sulogin -tNNN, a help text tweak, several warning
|
||||
fixes and build fixes, fixup dnsd a bit, and a partridge in a pear tree.</p>
|
||||
|
||||
<p>As <a href=http://lwn.net/Articles/202106/>Linux Weekly News noted</a>,
|
||||
<p>As <a href="http://lwn.net/Articles/202106/">Linux Weekly News noted</a>,
|
||||
this is my (Rob's) last release of BusyBox. The new maintainer is Denis
|
||||
Vlasenko, I'm off to do <a href=http://landley.net/code>other things</a>.
|
||||
Vlasenko, I'm off to do <a href="http://landley.net/code">other things</a>.
|
||||
</p>
|
||||
</li>
|
||||
|
||||
@ -1058,7 +1058,7 @@ Same .config built against static uclibc:
|
||||
|
||||
<p>
|
||||
|
||||
People who rely on the <a href= "downloads/snapshots/">daily BusyBox snapshots</a>
|
||||
People who rely on the <a href="downloads/snapshots/">daily BusyBox snapshots</a>
|
||||
should be aware that snapshots of the old busybox 0.60.x
|
||||
series are no longer available. Daily snapshots are now
|
||||
only available for the BusyBox 1.0.0 series and now use
|
||||
@ -1348,12 +1348,12 @@ Same .config built against static uclibc:
|
||||
<li><b>6 March 2002 -- busybox.net now has mirrors!</b><p>
|
||||
|
||||
Busybox.net is now much more available, thanks to
|
||||
the fine folks at <a href= "http://i-netinnovations.com/">http://i-netinnovations.com/</a>
|
||||
the fine folks at <a href="http://i-netinnovations.com/">http://i-netinnovations.com/</a>
|
||||
who are providing hosting for busybox.net and
|
||||
uclibc.org. In addition, we now have two mirrors:
|
||||
<a href= "http://busybox.linuxmagic.com/">http://busybox.linuxmagic.com/</a>
|
||||
<a href="http://busybox.linuxmagic.com/">http://busybox.linuxmagic.com/</a>
|
||||
in Canada and
|
||||
<a href= "http://busybox.csservers.de/">http://busybox.csservers.de/</a>
|
||||
<a href="http://busybox.csservers.de/">http://busybox.csservers.de/</a>
|
||||
in Germany. I hope this makes things much more
|
||||
accessible for everyone!
|
||||
|
||||
@ -1595,7 +1595,7 @@ would be wonderful!
|
||||
<br>
|
||||
The illustrious Larry Doolittle has made a PostScript chart of the growth
|
||||
of the Busybox tarball size over time. It is available for downloading /
|
||||
viewing <a href= "busybox-growth.ps"> right here</a>.
|
||||
viewing <a href="busybox-growth.ps"> right here</a>.
|
||||
|
||||
<p> (Note that while the number of applets in Busybox has increased, you
|
||||
can still configure Busybox to be as small as you want by selectively
|
||||
@ -1641,7 +1641,7 @@ image</a>. Here's how you use it:
|
||||
|
||||
<ol>
|
||||
|
||||
<li> <a href= "downloads/busybox.floppy.img">
|
||||
<li> <a href="downloads/busybox.floppy.img">
|
||||
Download the image</a>
|
||||
|
||||
<li> dd it onto a floppy like so: <tt> dd if=busybox.floppy.img
|
||||
|
@ -16,31 +16,31 @@ project, consider these fine companies!</p>
|
||||
Custom Linux, embedded Linux, BusyBox, and uClibc development.
|
||||
</li>
|
||||
|
||||
<li><a href=http://www.laptopcomputers.org/>Laptop Computers</a> contributes
|
||||
<li><a href="http://www.laptopcomputers.org/">Laptop Computers</a> contributes
|
||||
financially.
|
||||
</li>
|
||||
|
||||
<li>AOE media, a <a href=http://www.aoemedia.com/typo3-development.html>
|
||||
<li>AOE media, a <a href="http://www.aoemedia.com/typo3-development.html">
|
||||
TYPO3 development agency</a> contributes financially.
|
||||
</li>
|
||||
|
||||
<li><a href=http://www.analog.com/en/>Analog Devices, Inc.</a> provided
|
||||
a <a href=http://docs.blackfin.uclinux.org/doku.php?id=bf537_quick_start>
|
||||
<li><a href="http://www.analog.com/en/">Analog Devices, Inc.</a> provided
|
||||
a <a href="http://docs.blackfin.uclinux.org/doku.php?id=bf537_quick_start">
|
||||
Blackfin development board</a> free of charge.
|
||||
<a href=http://www.analog.com/blackfin>Blackfin<a>
|
||||
<a href="http://www.analog.com/blackfin">Blackfin</a>
|
||||
is a NOMMU processor, and its availability for testing is invaluable.
|
||||
If you are an embedded device developer,
|
||||
please note that Analog Devices has entire Linux distribution available
|
||||
for download for this board. Visit
|
||||
<a href=http://blackfin.uclinux.org/>http://blackfin.uclinux.org/</a>
|
||||
<a href="http://blackfin.uclinux.org/">http://blackfin.uclinux.org/</a>
|
||||
for more information.
|
||||
</li>
|
||||
|
||||
<li><a href="http://www.timesys.com">TimeSys</a><br>
|
||||
<li><a href="http://www.timesys.com/">TimeSys</a><br>
|
||||
Embedded Linux development, cross-compilers, real-time, KGDB, tsrpm and cygwin.
|
||||
</li>
|
||||
|
||||
<li><a href="http://www.penguru.net">Penguru Consulting</a><br>
|
||||
<li><a href="http://www.penguru.net/">Penguru Consulting</a><br>
|
||||
Custom development for embedded Linux systems and multimedia platforms.
|
||||
</li>
|
||||
|
||||
|
@ -44,42 +44,42 @@ version of links</a>.</p>
|
||||
<h3>SCRIPTING LANGUAGES</h3>
|
||||
<p>Although busybox has built-in support for shell scripts, plenty of other
|
||||
small scripting languages are available on the net. A few examples:</p>
|
||||
<table border=1>
|
||||
<table>
|
||||
<tr>
|
||||
<th><language></th>
|
||||
<th><description></th>
|
||||
<th>language</th>
|
||||
<th>description</th>
|
||||
</tr>
|
||||
<tr>
|
||||
<td> <a href=http://www.foo.be/docs/tpj/issues/vol5_3/tpj0503-0003.html>microperl</a> </td>
|
||||
<td> <a href="http://www.foo.be/docs/tpj/issues/vol5_3/tpj0503-0003.html">microperl</a> </td>
|
||||
<td> A small standalone perl interpreter that can be built from the perl source
|
||||
s via "make -f Makefile.micro". If you really feel the need for perl on an embe
|
||||
dded system, this is where to start.
|
||||
</tr>
|
||||
<tr>
|
||||
|
||||
<td><a href=http://www.lua.org/pil/>Lua</a></td>
|
||||
<td><a href="http://www.lua.org/pil/">Lua</a></td>
|
||||
<td>If you just want a small embedded scripting language to write <em>new</en>
|
||||
code in, this Brazilian import is lightweight, fairly popular, and has
|
||||
a complete book about it online.</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td><a href= http://www.star.le.ac.uk/%7Etjg/rc/>rc</a></td>
|
||||
<td><a href="http://www.star.le.ac.uk/%7Etjg/rc/">rc</a></td>
|
||||
<td>The PLAN9 shell. Not compatible with conventional bourne shell syntax,
|
||||
but fairly lightweight and small.</td>
|
||||
</tr>
|
||||
|
||||
</tr>
|
||||
<tr>
|
||||
<td><a href=http://www.forth.org>forth</a></td>
|
||||
<td><a href="http://www.forth.org/">forth</a></td>
|
||||
<td>A well known language for fast and small programs, decades old but still
|
||||
in use for everything from OpenBIOS to computer controlled engine timing.</td>
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
<p>For more information, you probably want to look at
|
||||
<a href=http://buildroot.uclibc.org>buildroot</a> and
|
||||
<a href=http://gentoo-wiki.com/TinyGentoo>TinyGentoo</a>, which
|
||||
<a href="http://buildroot.uclibc.org/">buildroot</a> and
|
||||
<a href="http://gentoo-wiki.com/TinyGentoo">TinyGentoo</a>, which
|
||||
build and use tiny utilities for all sorts of things.</p>
|
||||
|
||||
<!--#include file="footer.html" -->
|
||||
|
Loading…
Reference in New Issue
Block a user