Begin moving things to busybox.net
-Erik
This commit is contained in:
parent
05b5addcaa
commit
2423b12dae
18
Makefile
18
Makefile
@ -69,7 +69,7 @@ DOLFS = false
|
|||||||
|
|
||||||
# If you have a "pristine" source directory, point CONFIG_SRC_DIR to it.
|
# If you have a "pristine" source directory, point CONFIG_SRC_DIR to it.
|
||||||
# Experimental and incomplete; tell the mailing list
|
# Experimental and incomplete; tell the mailing list
|
||||||
# <busybox@opensource.lineo.com> if you do or don't like it so far.
|
# <busybox@busybox.net> if you do or don't like it so far.
|
||||||
CONFIG_SRC_DIR =
|
CONFIG_SRC_DIR =
|
||||||
|
|
||||||
# If you are running a cross compiler, you may want to set CROSS
|
# If you are running a cross compiler, you may want to set CROSS
|
||||||
@ -249,15 +249,15 @@ docs/BusyBox.1: docs/busybox.pod
|
|||||||
- pod2man --center=BusyBox --release="version $(VERSION)" \
|
- pod2man --center=BusyBox --release="version $(VERSION)" \
|
||||||
$< > $@
|
$< > $@
|
||||||
|
|
||||||
docs/BusyBox.html: docs/busybox.lineo.com/BusyBox.html
|
docs/BusyBox.html: docs/busybox.net/BusyBox.html
|
||||||
- mkdir -p docs
|
- mkdir -p docs
|
||||||
-@ rm -f docs/BusyBox.html
|
-@ rm -f docs/BusyBox.html
|
||||||
-@ ln -s busybox.lineo.com/BusyBox.html docs/BusyBox.html
|
-@ ln -s busybox.net/BusyBox.html docs/BusyBox.html
|
||||||
|
|
||||||
docs/busybox.lineo.com/BusyBox.html: docs/busybox.pod
|
docs/busybox.net/BusyBox.html: docs/busybox.pod
|
||||||
-@ mkdir -p docs/busybox.lineo.com
|
-@ mkdir -p docs/busybox.net
|
||||||
- pod2html --noindex $< > \
|
- pod2html --noindex $< > \
|
||||||
docs/busybox.lineo.com/BusyBox.html
|
docs/busybox.net/BusyBox.html
|
||||||
-@ rm -f pod2htm*
|
-@ rm -f pod2htm*
|
||||||
|
|
||||||
|
|
||||||
@ -285,7 +285,7 @@ docs/busybox.pdf: docs/busybox.ps
|
|||||||
|
|
||||||
docs/busybox/busyboxdocumentation.html: docs/busybox.sgml
|
docs/busybox/busyboxdocumentation.html: docs/busybox.sgml
|
||||||
- mkdir -p docs
|
- mkdir -p docs
|
||||||
(cd docs/busybox.lineo.com; sgmltools -b html ../busybox.sgml)
|
(cd docs/busybox.net; sgmltools -b html ../busybox.sgml)
|
||||||
|
|
||||||
# The nifty new buildsystem stuff
|
# The nifty new buildsystem stuff
|
||||||
scripts/mkdep: scripts/mkdep.c
|
scripts/mkdep: scripts/mkdep.c
|
||||||
@ -369,9 +369,9 @@ clean:
|
|||||||
- $(MAKE) -C tests clean
|
- $(MAKE) -C tests clean
|
||||||
- $(MAKE) -C scripts/lxdialog clean
|
- $(MAKE) -C scripts/lxdialog clean
|
||||||
- rm -f docs/BusyBox.txt docs/BusyBox.1 docs/BusyBox.html \
|
- rm -f docs/BusyBox.txt docs/BusyBox.1 docs/BusyBox.html \
|
||||||
docs/busybox.lineo.com/BusyBox.html
|
docs/busybox.net/BusyBox.html
|
||||||
- rm -f docs/busybox.txt docs/busybox.dvi docs/busybox.ps \
|
- rm -f docs/busybox.txt docs/busybox.dvi docs/busybox.ps \
|
||||||
docs/busybox.pdf docs/busybox.lineo.com/busybox.html \
|
docs/busybox.pdf docs/busybox.net/busybox.html \
|
||||||
docs/busybox _install pod2htm* *.gdb *.elf *~ core
|
docs/busybox _install pod2htm* *.gdb *.elf *~ core
|
||||||
- rm -f busybox.links libbb/loop.h .config.old .hdepend
|
- rm -f busybox.links libbb/loop.h .config.old .hdepend
|
||||||
- rm -f scripts/split-include scripts/mkdep .*config.log
|
- rm -f scripts/split-include scripts/mkdep .*config.log
|
||||||
|
8
README
8
README
@ -83,7 +83,7 @@ top of ash.c as well, so check those out if you want to tweak things.
|
|||||||
Getting help:
|
Getting help:
|
||||||
|
|
||||||
When you find you need help, you can check out the BusyBox mailing list
|
When you find you need help, you can check out the BusyBox mailing list
|
||||||
archives at http://oss.lineo.com/lists/busybox/ or even join
|
archives at http://busybox.net/lists/busybox/ or even join
|
||||||
the mailing list if you are interested.
|
the mailing list if you are interested.
|
||||||
|
|
||||||
----------------
|
----------------
|
||||||
@ -131,13 +131,13 @@ Source for the latest released version can always be downloaded from
|
|||||||
CVS:
|
CVS:
|
||||||
|
|
||||||
BusyBox now has its own publicly browsable CVS tree at:
|
BusyBox now has its own publicly browsable CVS tree at:
|
||||||
http://oss.lineo.com/cgi-bin/cvsweb/busybox/
|
http://busybox.net/cgi-bin/cvsweb/busybox/
|
||||||
|
|
||||||
Anonymous CVS access is available. For instructions, check out:
|
Anonymous CVS access is available. For instructions, check out:
|
||||||
http://oss.lineo.com/cvs_anon.html
|
http://busybox.net/cvs_anon.html
|
||||||
|
|
||||||
For those that are actively contributing there is even CVS write access:
|
For those that are actively contributing there is even CVS write access:
|
||||||
http://oss.lineo.com/cvs_write.html
|
http://busybox.net/cvs_write.html
|
||||||
|
|
||||||
----------------
|
----------------
|
||||||
|
|
||||||
|
4
debian/copyright
vendored
4
debian/copyright
vendored
@ -1,7 +1,7 @@
|
|||||||
This package was debianized by Erik Andersen <andersee@debian.org> on
|
This package was debianized by Erik Andersen <andersee@debian.org> on
|
||||||
Sun, 18 Jun 2000 23:31:02 -0600
|
Sun, 18 Jun 2000 23:31:02 -0600
|
||||||
|
|
||||||
It was downloaded from ftp://ftp.lineo.com/pub/busybox
|
It was downloaded from ftp://ftp.busybox.net/busybox
|
||||||
HomePage is at: http://busybox.lineo.com/
|
HomePage is at: http://busybox.net/
|
||||||
|
|
||||||
Copyright: GPL
|
Copyright: GPL
|
||||||
|
12
debian/rules
vendored
12
debian/rules
vendored
@ -42,8 +42,8 @@ install: build
|
|||||||
#(cd $(bbbd); $(MAKE) "CONFIG_SRC_DIR=../../" "PREFIX=../../$(bb)" install)
|
#(cd $(bbbd); $(MAKE) "CONFIG_SRC_DIR=../../" "PREFIX=../../$(bb)" install)
|
||||||
mkdir -p $(bb)/bin/
|
mkdir -p $(bb)/bin/
|
||||||
cp $(bbbd)/busybox $(bb)/bin/busybox
|
cp $(bbbd)/busybox $(bb)/bin/busybox
|
||||||
mkdir -p $(bb)/usr/share/doc/busybox/busybox.lineo.com
|
mkdir -p $(bb)/usr/share/doc/busybox/busybox.net
|
||||||
cp $(bbbd)/docs/busybox.lineo.com/BusyBox.html $(bb)/usr/share/doc/busybox/busybox.lineo.com/
|
cp $(bbbd)/docs/busybox.net/BusyBox.html $(bb)/usr/share/doc/busybox/busybox.net/
|
||||||
mkdir -p $(bb)/usr/share/man/man1
|
mkdir -p $(bb)/usr/share/man/man1
|
||||||
cp $(bbbd)/docs/BusyBox.1 $(bb)/usr/share/man/man1/busybox.1
|
cp $(bbbd)/docs/BusyBox.1 $(bb)/usr/share/man/man1/busybox.1
|
||||||
|
|
||||||
@ -67,8 +67,8 @@ install-static: build
|
|||||||
#(cd $(bbsbd); $(MAKE) "CONFIG_SRC_DIR=../../" "PREFIX=../../$(bbs)" install)
|
#(cd $(bbsbd); $(MAKE) "CONFIG_SRC_DIR=../../" "PREFIX=../../$(bbs)" install)
|
||||||
mkdir -p $(bbs)/bin/
|
mkdir -p $(bbs)/bin/
|
||||||
cp $(bbsbd)/busybox $(bbs)/bin/busybox
|
cp $(bbsbd)/busybox $(bbs)/bin/busybox
|
||||||
mkdir -p $(bbs)/usr/share/doc/busybox-static/busybox.lineo.com
|
mkdir -p $(bbs)/usr/share/doc/busybox-static/busybox.net
|
||||||
cp $(bbsbd)/docs/busybox.lineo.com/BusyBox.html $(bbs)/usr/share/doc/busybox-static/busybox.lineo.com/
|
cp $(bbsbd)/docs/busybox.net/BusyBox.html $(bbs)/usr/share/doc/busybox-static/busybox.net/
|
||||||
mkdir -p $(bbs)/usr/share/man/man1/
|
mkdir -p $(bbs)/usr/share/man/man1/
|
||||||
cp $(bbsbd)/docs/BusyBox.1 $(bbs)/usr/share/man/man1/busybox.1
|
cp $(bbsbd)/docs/BusyBox.1 $(bbs)/usr/share/man/man1/busybox.1
|
||||||
|
|
||||||
@ -130,7 +130,7 @@ busybox: install
|
|||||||
dh_installdirs
|
dh_installdirs
|
||||||
dh_installdocs -p$@ $(bbbd)/docs/BusyBox.txt \
|
dh_installdocs -p$@ $(bbbd)/docs/BusyBox.txt \
|
||||||
$(bbbd)/docs/BusyBox.html docs/style-guide.txt \
|
$(bbbd)/docs/BusyBox.html docs/style-guide.txt \
|
||||||
docs/busybox.lineo.com AUTHORS README TODO
|
docs/busybox.net AUTHORS README TODO
|
||||||
rm -rf `find $(bb) -name CVS`
|
rm -rf `find $(bb) -name CVS`
|
||||||
rm -f `find $(bb) -name .cvsignore`
|
rm -f `find $(bb) -name .cvsignore`
|
||||||
dh_installchangelogs -p$@ Changelog
|
dh_installchangelogs -p$@ Changelog
|
||||||
@ -152,7 +152,7 @@ busybox-static: do_static
|
|||||||
dh_installdirs
|
dh_installdirs
|
||||||
dh_installdocs -p$@ $(bbsbd)/docs/BusyBox.txt \
|
dh_installdocs -p$@ $(bbsbd)/docs/BusyBox.txt \
|
||||||
$(bbsbd)/docs/BusyBox.html docs/style-guide.txt \
|
$(bbsbd)/docs/BusyBox.html docs/style-guide.txt \
|
||||||
docs/busybox.lineo.com AUTHORS README TODO
|
docs/busybox.net AUTHORS README TODO
|
||||||
rm -rf `find $(bbs) -name CVS`
|
rm -rf `find $(bbs) -name CVS`
|
||||||
rm -f `find $(bbs) -name .cvsignore`
|
rm -f `find $(bbs) -name .cvsignore`
|
||||||
dh_installchangelogs -p$@ Changelog
|
dh_installchangelogs -p$@ Changelog
|
||||||
|
@ -62,8 +62,8 @@ is now available <a href="screenshot.html">right here</a>.
|
|||||||
|
|
||||||
|
|
||||||
<H3>Mailing List Information</h3>
|
<H3>Mailing List Information</h3>
|
||||||
BusyBox now has a <a href="http://opensource.lineo.com/lists/busybox/">mailing list</a>!
|
BusyBox now has a <a href="http://busybox.net/lists/busybox/">mailing list</a>!
|
||||||
To subscribe, go and visit <a href="http://opensource.lineo.com/mailman/listinfo/busybox">this page</a>.
|
To subscribe, go and visit <a href="http://busybox.net/mailman/listinfo/busybox">this page</a>.
|
||||||
|
|
||||||
<!-- Begin Latest News section -->
|
<!-- Begin Latest News section -->
|
||||||
|
|
||||||
@ -94,12 +94,12 @@ To subscribe, go and visit <a href="http://opensource.lineo.com/mailman/listinfo
|
|||||||
I've personally tested this release out
|
I've personally tested this release out
|
||||||
on x86, ARM, and powerpc using glibc 2.2.4, libc5, and uClibc, so
|
on x86, ARM, and powerpc using glibc 2.2.4, libc5, and uClibc, so
|
||||||
it should work with just about any Linux system you throw it at.
|
it should work with just about any Linux system you throw it at.
|
||||||
See the <a href="ftp://oss.lineo.com/busybox/Changelog">changelog</a>
|
See the <a href="ftp://busybox.net/busybox/Changelog">changelog</a>
|
||||||
for <small>most of</small> the details. The last release was
|
for <small>most of</small> the details. The last release was
|
||||||
<em>very</em> solid for people, and this one should be even better.
|
<em>very</em> solid for people, and this one should be even better.
|
||||||
<p>
|
<p>
|
||||||
As usual BusyBox 0.60.2 can be downloaded from
|
As usual BusyBox 0.60.2 can be downloaded from
|
||||||
<a href="ftp://oss.lineo.com/busybox">ftp://oss.lineo.com/busybox</a>.
|
<a href="ftp://busybox.net/busybox">ftp://busybox.net/busybox</a>.
|
||||||
<p>
|
<p>
|
||||||
And please read the news item for the 18th as well. Have Fun.<br> -Erik
|
And please read the news item for the 18th as well. Have Fun.<br> -Erik
|
||||||
<p>
|
<p>
|
||||||
@ -113,7 +113,7 @@ To subscribe, go and visit <a href="http://opensource.lineo.com/mailman/listinfo
|
|||||||
<input type="hidden" name="cmd" value="_xclick">
|
<input type="hidden" name="cmd" value="_xclick">
|
||||||
<input type="hidden" name="business" value="andersen@codepoet.org">
|
<input type="hidden" name="business" value="andersen@codepoet.org">
|
||||||
<input type="hidden" name="item_name" value="Support Busybox/Buy busybox.net">
|
<input type="hidden" name="item_name" value="Support Busybox/Buy busybox.net">
|
||||||
<input type="hidden" name="image_url" value="https://opensource.lineo.com/images/busybox2.jpg">
|
<input type="hidden" name="image_url" value="https://busybox.net/images/busybox2.jpg">
|
||||||
<input type="hidden" name="no_shipping" value="1">
|
<input type="hidden" name="no_shipping" value="1">
|
||||||
<input type="image" src="images/donate.png" border="0" name="submit" alt="Make donation using PayPal">
|
<input type="image" src="images/donate.png" border="0" name="submit" alt="Make donation using PayPal">
|
||||||
</form>
|
</form>
|
||||||
@ -164,9 +164,9 @@ To subscribe, go and visit <a href="http://opensource.lineo.com/mailman/listinfo
|
|||||||
here it is. Come and get it.
|
here it is. Come and get it.
|
||||||
<p>
|
<p>
|
||||||
The
|
The
|
||||||
<a href="ftp://oss.lineo.com/busybox/Changelog">changelog</a> has all
|
<a href="ftp://busybox.net/busybox/Changelog">changelog</a> has all
|
||||||
the details. As usual BusyBox 0.60.1 can be downloaded from
|
the details. As usual BusyBox 0.60.1 can be downloaded from
|
||||||
<a href="ftp://oss.lineo.com/busybox">ftp://oss.lineo.com/busybox</a>.
|
<a href="ftp://busybox.net/busybox">ftp://busybox.net/busybox</a>.
|
||||||
<p>Have Fun!
|
<p>Have Fun!
|
||||||
<p>
|
<p>
|
||||||
|
|
||||||
@ -188,11 +188,11 @@ To subscribe, go and visit <a href="http://opensource.lineo.com/mailman/listinfo
|
|||||||
Those wanting an easy way to test the 0.60.0 release with uClibc can
|
Those wanting an easy way to test the 0.60.0 release with uClibc can
|
||||||
use <a href="http://user-mode-linux.sourceforge.net/">User-Mode Linux</a>
|
use <a href="http://user-mode-linux.sourceforge.net/">User-Mode Linux</a>
|
||||||
to give it a try by downloading and compiling
|
to give it a try by downloading and compiling
|
||||||
<a href="ftp://oss.lineo.com/buildroot.tar.gz">buildroot.tar.gz</a>.
|
<a href="ftp://busybox.net/buildroot.tar.gz">buildroot.tar.gz</a>.
|
||||||
You don't have to be root or reboot your machine to run test this way.
|
You don't have to be root or reboot your machine to run test this way.
|
||||||
Preconfigured User-Mode Linux kernel source is also on oss.lineo.com.
|
Preconfigured User-Mode Linux kernel source is also on busybox.net.
|
||||||
<p>
|
<p>
|
||||||
Another cool thing is the nifty <a href="ftp://oss.lineo.com/busybox/tutorial/index.html">
|
Another cool thing is the nifty <a href="ftp://busybox.net/busybox/tutorial/index.html">
|
||||||
BusyBox Tutorial</a> contributed by K Computing. This requires
|
BusyBox Tutorial</a> contributed by K Computing. This requires
|
||||||
a ShockWave plugin (or standalone viewer), so you may want to grab the
|
a ShockWave plugin (or standalone viewer), so you may want to grab the
|
||||||
the GPLed shockwave viewer from <a href="http://www.swift-tools.com/Flash/flash-0.4.10.tgz">here</a>
|
the GPLed shockwave viewer from <a href="http://www.swift-tools.com/Flash/flash-0.4.10.tgz">here</a>
|
||||||
@ -217,9 +217,9 @@ To subscribe, go and visit <a href="http://opensource.lineo.com/mailman/listinfo
|
|||||||
|
|
||||||
<p>
|
<p>
|
||||||
The
|
The
|
||||||
<a href="ftp://oss.lineo.com/busybox/Changelog">changelog</a> has all
|
<a href="ftp://busybox.net/busybox/Changelog">changelog</a> has all
|
||||||
the details. As usual BusyBox 0.60.0 can be downloaded from
|
the details. As usual BusyBox 0.60.0 can be downloaded from
|
||||||
<a href="ftp://oss.lineo.com/busybox">ftp://oss.lineo.com/busybox</a>.
|
<a href="ftp://busybox.net/busybox">ftp://busybox.net/busybox</a>.
|
||||||
<p>Have Fun!
|
<p>Have Fun!
|
||||||
<p>
|
<p>
|
||||||
|
|
||||||
@ -236,11 +236,11 @@ To subscribe, go and visit <a href="http://opensource.lineo.com/mailman/listinfo
|
|||||||
|
|
||||||
<p>
|
<p>
|
||||||
The
|
The
|
||||||
<a href="ftp://oss.lineo.com/busybox/Changelog">changelog</a> covers
|
<a href="ftp://busybox.net/busybox/Changelog">changelog</a> covers
|
||||||
some of the more obvious details, but there are many many things that
|
some of the more obvious details, but there are many many things that
|
||||||
are not mentioned, but have been improved in subtle ways. As usual,
|
are not mentioned, but have been improved in subtle ways. As usual,
|
||||||
BusyBox 0.52 can be downloaded from
|
BusyBox 0.52 can be downloaded from
|
||||||
<a href="ftp://oss.lineo.com/busybox">ftp://oss.lineo.com/busybox</a>.
|
<a href="ftp://busybox.net/busybox">ftp://busybox.net/busybox</a>.
|
||||||
<p>Have Fun!
|
<p>Have Fun!
|
||||||
<p>
|
<p>
|
||||||
|
|
||||||
@ -260,7 +260,7 @@ To subscribe, go and visit <a href="http://opensource.lineo.com/mailman/listinfo
|
|||||||
|
|
||||||
<li> <b>Old News</b>
|
<li> <b>Old News</b>
|
||||||
<br>
|
<br>
|
||||||
For the old news, visit <a href="http://busybox.lineo.com/oldnews.html">the old news page</a>.
|
For the old news, visit <a href="http://busybox.net/oldnews.html">the old news page</a>.
|
||||||
</ul>
|
</ul>
|
||||||
|
|
||||||
|
|
||||||
@ -275,17 +275,17 @@ To subscribe, go and visit <a href="http://opensource.lineo.com/mailman/listinfo
|
|||||||
<ul>
|
<ul>
|
||||||
|
|
||||||
<li> Source for the latest release can always be downloaded from
|
<li> Source for the latest release can always be downloaded from
|
||||||
<a href="ftp://oss.lineo.com/busybox">ftp://oss.lineo.com/busybox</a>.
|
<a href="ftp://busybox.net/busybox">ftp://busybox.net/busybox</a>.
|
||||||
|
|
||||||
<li> A new snapshot of the source is made daily and is available as a GNU
|
<li> A new snapshot of the source is made daily and is available as a GNU
|
||||||
gzipped tarball <a href="busybox.tar.gz"> right here</a>.
|
gzipped tarball <a href="busybox.tar.gz"> right here</a>.
|
||||||
|
|
||||||
<li> BusyBox now has its own publically browsable
|
<li> BusyBox now has its own publically browsable
|
||||||
<a href="http://opensource.lineo.com/cgi-bin/cvsweb/busybox/">CVS tree</a>,
|
<a href="http://busybox.net/cgi-bin/cvsweb/busybox/">CVS tree</a>,
|
||||||
anonymous
|
anonymous
|
||||||
<a href="http://opensource.lineo.com/cvs_anon.html">CVS access</a>, and
|
<a href="http://busybox.net/cvs_anon.html">CVS access</a>, and
|
||||||
for those that are actively contributing there is even
|
for those that are actively contributing there is even
|
||||||
<a href="http://opensource.lineo.com/cvs_write.html">CVS write access</a>.
|
<a href="http://busybox.net/cvs_write.html">CVS write access</a>.
|
||||||
|
|
||||||
</ul>
|
</ul>
|
||||||
|
|
||||||
@ -300,18 +300,18 @@ To subscribe, go and visit <a href="http://opensource.lineo.com/mailman/listinfo
|
|||||||
<TR><TD BGCOLOR="#eeeee0">
|
<TR><TD BGCOLOR="#eeeee0">
|
||||||
Current documentation for BusyBox includes:
|
Current documentation for BusyBox includes:
|
||||||
<ul>
|
<ul>
|
||||||
<li> <a href="ftp://oss.lineo.com/busybox/BusyBox.html">BusyBox.html</a>.
|
<li> <a href="ftp://busybox.net/busybox/BusyBox.html">BusyBox.html</a>.
|
||||||
This is a list of the all the available commands in BusyBox with
|
This is a list of the all the available commands in BusyBox with
|
||||||
complete usage information and examples of how to use each app. I
|
complete usage information and examples of how to use each app. I
|
||||||
have spent a <em>lot</em> of time updating these docs and trying to
|
have spent a <em>lot</em> of time updating these docs and trying to
|
||||||
make them fairly comprehensive. If you find any errors (factual,
|
make them fairly comprehensive. If you find any errors (factual,
|
||||||
grammatical, whatever) please let me know.
|
grammatical, whatever) please let me know.
|
||||||
<li> <a href="ftp://oss.lineo.com/busybox/README">README</a>.
|
<li> <a href="ftp://busybox.net/busybox/README">README</a>.
|
||||||
This is the README file included in the busybox source release.
|
This is the README file included in the busybox source release.
|
||||||
<li> <a href="http://bugs.lineo.com/db/pa/lbusybox.html">BusyBox Bugs</a>.
|
<li> <a href="http://bugs.busybox.net/db/pa/lbusybox.html">BusyBox Bugs</a>.
|
||||||
Need to report a bug? Need to check if a bug has been filed?
|
Need to report a bug? Need to check if a bug has been filed?
|
||||||
<li> If you need more help, the BusyBox
|
<li> If you need more help, the BusyBox
|
||||||
<a href="http://opensource.lineo.com/lists/busybox/">mailing list</a> is
|
<a href="http://busybox.net/lists/busybox/">mailing list</a> is
|
||||||
a good place to start.
|
a good place to start.
|
||||||
</ul>
|
</ul>
|
||||||
|
|
||||||
@ -338,7 +338,7 @@ Current documentation for BusyBox includes:
|
|||||||
<li> <A HREF="http://freshmeat.net/projects/busybox/">
|
<li> <A HREF="http://freshmeat.net/projects/busybox/">
|
||||||
Freshmeat AppIndex record for BusyBox</A>
|
Freshmeat AppIndex record for BusyBox</A>
|
||||||
<p>
|
<p>
|
||||||
<li><a href="http://tinylogin.lineo.com/">TinyLogin</a>
|
<li><a href="http://tinylogin.busybox.net/">TinyLogin</a>
|
||||||
is a nice embedded tool for handling authentication, changing passwords,
|
is a nice embedded tool for handling authentication, changing passwords,
|
||||||
and similar tasks which nicely complements BusyBox.
|
and similar tasks which nicely complements BusyBox.
|
||||||
<p>
|
<p>
|
||||||
@ -350,7 +350,7 @@ Current documentation for BusyBox includes:
|
|||||||
BusyBox to create very small embedded systems.
|
BusyBox to create very small embedded systems.
|
||||||
<p>
|
<p>
|
||||||
|
|
||||||
<li> <a href="http://opensource.lineo.com/software.html">Other cool embedded software</a>.
|
<li> <a href="http://busybox.net/software.html">Other cool embedded software</a>.
|
||||||
<p>
|
<p>
|
||||||
|
|
||||||
</ul>
|
</ul>
|
||||||
|
@ -38,7 +38,7 @@
|
|||||||
|
|
||||||
<ul>
|
<ul>
|
||||||
|
|
||||||
<p> <li> <b>Take me back to the <a href="http://busybox.lineo.com/">BusyBox</a> web site.</b>
|
<p> <li> <b>Take me back to the <a href="http://busybox.net/">BusyBox</a> web site.</b>
|
||||||
<hr>
|
<hr>
|
||||||
|
|
||||||
<li> <b>10 April 2001 -- BusyBox 0.51 released</b>
|
<li> <b>10 April 2001 -- BusyBox 0.51 released</b>
|
||||||
@ -65,21 +65,21 @@
|
|||||||
for letting me use their system!).
|
for letting me use their system!).
|
||||||
<p>
|
<p>
|
||||||
You can read the
|
You can read the
|
||||||
<a href="ftp://oss.lineo.com/busybox/Changelog">changelog</a> for
|
<a href="ftp://busybox.net/busybox/Changelog">changelog</a> for
|
||||||
complete details. BusyBox 0.51 can be downloaded from
|
complete details. BusyBox 0.51 can be downloaded from
|
||||||
<a href="ftp://oss.lineo.com/busybox">ftp://oss.lineo.com/busybox</a>.
|
<a href="ftp://busybox.net/busybox">ftp://busybox.net/busybox</a>.
|
||||||
<p>Have Fun!
|
<p>Have Fun!
|
||||||
<p>
|
<p>
|
||||||
|
|
||||||
<li> <b>Busybox Boot-Floppy Image</b>
|
<li> <b>Busybox Boot-Floppy Image</b>
|
||||||
|
|
||||||
<p>Because you asked for it, we have made available a <a href=
|
<p>Because you asked for it, we have made available a <a href=
|
||||||
"ftp://oss.lineo.com/busybox/busybox.floppy.img"> Busybox boot floppy
|
"ftp://busybox.net/busybox/busybox.floppy.img"> Busybox boot floppy
|
||||||
image</a>. Here's how you use it:
|
image</a>. Here's how you use it:
|
||||||
|
|
||||||
<ol>
|
<ol>
|
||||||
|
|
||||||
<li> <a href= "ftp://oss.lineo.com/busybox/busybox.floppy.img">
|
<li> <a href= "ftp://busybox.net/busybox/busybox.floppy.img">
|
||||||
Download the image</a>
|
Download the image</a>
|
||||||
|
|
||||||
<li> dd it onto a floppy like so: <tt> dd if=busybox.floppy.img
|
<li> dd it onto a floppy like so: <tt> dd if=busybox.floppy.img
|
||||||
@ -108,7 +108,7 @@
|
|||||||
shell is now working very well, and the shell's environment variable
|
shell is now working very well, and the shell's environment variable
|
||||||
expansion was fixed. Tons of other things were fixed or made
|
expansion was fixed. Tons of other things were fixed or made
|
||||||
smaller. For a fairly complete overview, see the
|
smaller. For a fairly complete overview, see the
|
||||||
<a href="ftp://oss.lineo.com/busybox/Changelog">changelog</a>.
|
<a href="ftp://busybox.net/busybox/Changelog">changelog</a>.
|
||||||
<p>
|
<p>
|
||||||
lash (the busybox shell) is still with us, fixed up a bit so it
|
lash (the busybox shell) is still with us, fixed up a bit so it
|
||||||
now behaves itself quite nicely. It really is quite usable as
|
now behaves itself quite nicely. It really is quite usable as
|
||||||
@ -129,7 +129,7 @@
|
|||||||
Several new applets, lots of bug fixes, cleanups, and many smaller
|
Several new applets, lots of bug fixes, cleanups, and many smaller
|
||||||
things made nicer. Several cleanups and improvements to the shell.
|
things made nicer. Several cleanups and improvements to the shell.
|
||||||
For a list of the most interesting changes
|
For a list of the most interesting changes
|
||||||
you might want to look at the <a href="ftp://oss.lineo.com/busybox/Changelog">changelog</a>.
|
you might want to look at the <a href="ftp://busybox.net/busybox/Changelog">changelog</a>.
|
||||||
<p>
|
<p>
|
||||||
Special thanks go out to Matt Kraai and Larry Doolittle for all their
|
Special thanks go out to Matt Kraai and Larry Doolittle for all their
|
||||||
work on this release, and for keeping on top of things while I've been
|
work on this release, and for keeping on top of things while I've been
|
||||||
@ -161,7 +161,7 @@
|
|||||||
woody) a .udeb can now be generated.
|
woody) a .udeb can now be generated.
|
||||||
<p>
|
<p>
|
||||||
The curious can get a list of some of the more interesting changes by reading
|
The curious can get a list of some of the more interesting changes by reading
|
||||||
the <a href="ftp://oss.lineo.com/busybox/Changelog">changelog</a>.
|
the <a href="ftp://busybox.net/busybox/Changelog">changelog</a>.
|
||||||
<p>
|
<p>
|
||||||
Many thanks go out to the many many people that have contributed to
|
Many thanks go out to the many many people that have contributed to
|
||||||
this release, especially Matt Kraai, Larry Doolittle, and Kent Robotti.
|
this release, especially Matt Kraai, Larry Doolittle, and Kent Robotti.
|
||||||
@ -175,7 +175,7 @@
|
|||||||
renice, xargs, and expr. syslogd now supports network logging.
|
renice, xargs, and expr. syslogd now supports network logging.
|
||||||
There are the usual tar updates. Most apps now use getopt for
|
There are the usual tar updates. Most apps now use getopt for
|
||||||
more correct option parsing.
|
more correct option parsing.
|
||||||
See the <a href="ftp://oss.lineo.com/busybox/Changelog">changelog</a>
|
See the <a href="ftp://busybox.net/busybox/Changelog">changelog</a>
|
||||||
for complete details.
|
for complete details.
|
||||||
|
|
||||||
|
|
||||||
@ -187,7 +187,7 @@
|
|||||||
people to dump a binary keymaps for use with 'loadkmap', and a
|
people to dump a binary keymaps for use with 'loadkmap', and a
|
||||||
completely reworked 'grep' and 'sed' which should behave better.
|
completely reworked 'grep' and 'sed' which should behave better.
|
||||||
BusyBox shell can now also be used as a login shell.
|
BusyBox shell can now also be used as a login shell.
|
||||||
See the <a href="ftp://oss.lineo.com/busybox/Changelog">changelog</a>
|
See the <a href="ftp://busybox.net/busybox/Changelog">changelog</a>
|
||||||
for complete details.
|
for complete details.
|
||||||
|
|
||||||
|
|
||||||
@ -199,17 +199,17 @@
|
|||||||
release provides the following new apps: cut, tr, insmod, ar,
|
release provides the following new apps: cut, tr, insmod, ar,
|
||||||
mktemp, setkeycodes, md5sum, uuencode, uudecode, which, and
|
mktemp, setkeycodes, md5sum, uuencode, uudecode, which, and
|
||||||
telnet. There are bug fixes for just about every app as well (see
|
telnet. There are bug fixes for just about every app as well (see
|
||||||
the <a href="ftp://oss.lineo.com/busybox/Changelog">changelog</a> for
|
the <a href="ftp://busybox.net/busybox/Changelog">changelog</a> for
|
||||||
details).
|
details).
|
||||||
<p>
|
<p>
|
||||||
Also, some exciting infrastructure news! Busybox now has its own
|
Also, some exciting infrastructure news! Busybox now has its own
|
||||||
<a href="http://oss.lineo.com/lists/busybox/">mailing list</a>,
|
<a href="http://busybox.net/lists/busybox/">mailing list</a>,
|
||||||
publically browsable
|
publically browsable
|
||||||
<a href="http://oss.lineo.com/cgi-bin/cvsweb/busybox/">CVS tree</a>,
|
<a href="http://busybox.net/cgi-bin/cvsweb/busybox/">CVS tree</a>,
|
||||||
anonymous
|
anonymous
|
||||||
<a href="http://oss.lineo.com/cvs_anon.html">CVS access</a>, and
|
<a href="http://busybox.net/cvs_anon.html">CVS access</a>, and
|
||||||
for those that are actively contributing there is even
|
for those that are actively contributing there is even
|
||||||
<a href="http://oss.lineo.com/cvs_write.html">CVS write access</a>.
|
<a href="http://busybox.net/cvs_write.html">CVS write access</a>.
|
||||||
I think this will be a huge help to the ongoing development of BusyBox.
|
I think this will be a huge help to the ongoing development of BusyBox.
|
||||||
<p>
|
<p>
|
||||||
Also, for the curious, there is no 0.44 release. Somehow 0.44 got announced
|
Also, for the curious, there is no 0.44 release. Somehow 0.44 got announced
|
||||||
@ -250,7 +250,7 @@
|
|||||||
while say ppp has the syslog open, init would block (which is bad, bad, bad).
|
while say ppp has the syslog open, init would block (which is bad, bad, bad).
|
||||||
<p>
|
<p>
|
||||||
Karl M. Hegbloom has created a
|
Karl M. Hegbloom has created a
|
||||||
<a href="ftp://ftp.lineo.com/pub/busybox/busybox-0.43-syslog_patch">fix for the problem</a>.
|
<a href="ftp://busybox.net/pub/busybox/busybox-0.43-syslog_patch">fix for the problem</a>.
|
||||||
Thanks Karl!
|
Thanks Karl!
|
||||||
|
|
||||||
|
|
||||||
@ -263,7 +263,7 @@
|
|||||||
freeramdisk, tr, echo, test, and usleep. Tar has been completely
|
freeramdisk, tr, echo, test, and usleep. Tar has been completely
|
||||||
rewritten from scratch. Bss size has also been greatly reduced.
|
rewritten from scratch. Bss size has also been greatly reduced.
|
||||||
More details are available in the
|
More details are available in the
|
||||||
<a href="ftp://ftp.lineo.com/pub/busybox/Changelog">changelog</a>.
|
<a href="ftp://busybox.net/pub/busybox/Changelog">changelog</a>.
|
||||||
Oh, and as a special bonus, I wrote some fairly comprehensive
|
Oh, and as a special bonus, I wrote some fairly comprehensive
|
||||||
<em>documentation</em>, complete with examples and full usage information.
|
<em>documentation</em>, complete with examples and full usage information.
|
||||||
|
|
||||||
@ -275,7 +275,7 @@
|
|||||||
There were others so if I somehow forgot to mention you, I'm very sorry.
|
There were others so if I somehow forgot to mention you, I'm very sorry.
|
||||||
<p>
|
<p>
|
||||||
|
|
||||||
You can grab BusyBox 0.43 tarballs <a href="ftp://ftp.lineo.com/pub/busybox/">here</a>.
|
You can grab BusyBox 0.43 tarballs <a href="ftp://busybox.net/pub/busybox/">here</a>.
|
||||||
|
|
||||||
<p> <li> <b>9 April 2000 -- BusyBox 0.43 pre release</b>
|
<p> <li> <b>9 April 2000 -- BusyBox 0.43 pre release</b>
|
||||||
<br>
|
<br>
|
||||||
@ -290,7 +290,7 @@
|
|||||||
enough for production use -- it just isn't a release since I have some structural
|
enough for production use -- it just isn't a release since I have some structural
|
||||||
changes I still want to make.
|
changes I still want to make.
|
||||||
<p>
|
<p>
|
||||||
The pre-release can be found <a href="ftp://ftp.lineo.com/pub/busybox/">here</a>.
|
The pre-release can be found <a href="ftp://busybox.net/pub/busybox/">here</a>.
|
||||||
Please let me know ASAP if you find <em>any</em> bugs.
|
Please let me know ASAP if you find <em>any</em> bugs.
|
||||||
|
|
||||||
<p> <li> <b>28 March 2000 -- Andersen Baby Boy release</b>
|
<p> <li> <b>28 March 2000 -- Andersen Baby Boy release</b>
|
||||||
@ -323,7 +323,7 @@
|
|||||||
|
|
||||||
This is the most solid BusyBox release so far. Many, many
|
This is the most solid BusyBox release so far. Many, many
|
||||||
bugs have been fixed. See the
|
bugs have been fixed. See the
|
||||||
<a href="ftp://ftp.lineo.com/pub/busybox/Changelog">changelog</a> for details.
|
<a href="ftp://busybox.net/pub/busybox/Changelog">changelog</a> for details.
|
||||||
|
|
||||||
Of particular interest, init will now cleanly unmount
|
Of particular interest, init will now cleanly unmount
|
||||||
filesystems on reboot, cp and mv have been rewritten and
|
filesystems on reboot, cp and mv have been rewritten and
|
||||||
@ -340,7 +340,7 @@
|
|||||||
mkdir, syslogd, and init. New apps include wc, hostid,
|
mkdir, syslogd, and init. New apps include wc, hostid,
|
||||||
logname, tty, whoami, and yes. New features include loop device
|
logname, tty, whoami, and yes. New features include loop device
|
||||||
support in mount and umount, and better TERM handling by init.
|
support in mount and umount, and better TERM handling by init.
|
||||||
The changelog can be found <a href="ftp://ftp.lineo.com/pub/busybox/Changelog">here</a>.
|
The changelog can be found <a href="ftp://busybox.net/pub/busybox/Changelog">here</a>.
|
||||||
|
|
||||||
<p> <li> <b>7 January 2000 -- BusyBox 0.40 released</b>
|
<p> <li> <b>7 January 2000 -- BusyBox 0.40 released</b>
|
||||||
<br>
|
<br>
|
||||||
@ -350,7 +350,7 @@
|
|||||||
New apps include sort, uniq, lsmod, rmmod, fbset, and loadacm.
|
New apps include sort, uniq, lsmod, rmmod, fbset, and loadacm.
|
||||||
In particular, this release fixes an important bug in tar which
|
In particular, this release fixes an important bug in tar which
|
||||||
in some cases produced serious security problems.
|
in some cases produced serious security problems.
|
||||||
As always, the changelog can be found <a href="ftp://ftp.lineo.com/pub/busybox/Changelog">here</a>.
|
As always, the changelog can be found <a href="ftp://busybox.net/pub/busybox/Changelog">here</a>.
|
||||||
|
|
||||||
<p> <li> <b>11 December 1999 -- BusyBox Website</b>
|
<p> <li> <b>11 December 1999 -- BusyBox Website</b>
|
||||||
<br>
|
<br>
|
||||||
@ -364,7 +364,7 @@
|
|||||||
<br>
|
<br>
|
||||||
This release includes fixes to init, reboot, halt, kill, and ls, and contains
|
This release includes fixes to init, reboot, halt, kill, and ls, and contains
|
||||||
the new apps ping, hostname, mkfifo, free, tail, du, tee, and head. A full
|
the new apps ping, hostname, mkfifo, free, tail, du, tee, and head. A full
|
||||||
changelog can be found <a href="ftp://ftp.lineo.com/pub/busybox/Changelog">here</a>.
|
changelog can be found <a href="ftp://busybox.net/pub/busybox/Changelog">here</a>.
|
||||||
<p> <li> <b>5 December 1999 -- BusyBox 0.38 released</b>
|
<p> <li> <b>5 December 1999 -- BusyBox 0.38 released</b>
|
||||||
<br>
|
<br>
|
||||||
This release includes fixes to tar, cat, ls, dd, rm, umount, find, df,
|
This release includes fixes to tar, cat, ls, dd, rm, umount, find, df,
|
||||||
@ -385,7 +385,7 @@
|
|||||||
|
|
||||||
<ul>
|
<ul>
|
||||||
|
|
||||||
<li> <a href="http://busybox.lineo.com/">Take me back to http://busybox.lineo.com/</a>.
|
<li> <a href="http://busybox.net/">Take me back to http://busybox.net/</a>.
|
||||||
<p>
|
<p>
|
||||||
|
|
||||||
<li> <A HREF="http://perens.com/FreeSoftware/">
|
<li> <A HREF="http://perens.com/FreeSoftware/">
|
||||||
@ -398,10 +398,7 @@
|
|||||||
Freshmeat AppIndex record for BusyBox</A>
|
Freshmeat AppIndex record for BusyBox</A>
|
||||||
<p>
|
<p>
|
||||||
|
|
||||||
<li> <a href="http://oss.lineo.com/software.html">Cool embedded software</a>.
|
<li> <a href="http://busybox.net/software.html">Cool embedded software</a>.
|
||||||
<p>
|
|
||||||
|
|
||||||
<li> <a href="http://oss.lineo.com/">oss.lineo.com</a>.
|
|
||||||
<p>
|
<p>
|
||||||
|
|
||||||
</ul>
|
</ul>
|
||||||
|
@ -5,7 +5,7 @@ This document describes what you need to do to contribute to Busybox, where
|
|||||||
you can help, guidelines on testing, and how to submit a well-formed patch
|
you can help, guidelines on testing, and how to submit a well-formed patch
|
||||||
that is more likely to be accepted.
|
that is more likely to be accepted.
|
||||||
|
|
||||||
The Busybox home page is at: http://busybox.lineo.com
|
The Busybox home page is at: http://busybox.net/
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
@ -28,8 +28,8 @@ Don't make your work obsolete before you start!
|
|||||||
For information on how to check out Busybox from CVS, please look at the
|
For information on how to check out Busybox from CVS, please look at the
|
||||||
following links:
|
following links:
|
||||||
|
|
||||||
http://oss.lineo.com/cvs_anon.html
|
http://busybox.net/cvs_anon.html
|
||||||
http://oss.lineo.com/cvs_howto.html
|
http://busybox.net/cvs_howto.html
|
||||||
|
|
||||||
|
|
||||||
Read the Mailing List
|
Read the Mailing List
|
||||||
@ -43,7 +43,7 @@ know.
|
|||||||
|
|
||||||
Archives can be found here:
|
Archives can be found here:
|
||||||
|
|
||||||
http://opensource.lineo.com/lists/busybox/
|
http://busybox.net/lists/busybox/
|
||||||
|
|
||||||
If you have a serious interest in Busybox, i.e., you are using it day-to-day or
|
If you have a serious interest in Busybox, i.e., you are using it day-to-day or
|
||||||
as part of an embedded project, it would be a good idea to join the mailing
|
as part of an embedded project, it would be a good idea to join the mailing
|
||||||
@ -51,7 +51,7 @@ list.
|
|||||||
|
|
||||||
A web-based sign-up form can be found here:
|
A web-based sign-up form can be found here:
|
||||||
|
|
||||||
http://opensource.lineo.com/mailman/listinfo/busybox
|
http://busybox.net/mailman/listinfo/busybox
|
||||||
|
|
||||||
|
|
||||||
Coordinate with the Applet Maintainer
|
Coordinate with the Applet Maintainer
|
||||||
|
@ -132,7 +132,7 @@ The Grand Announcement
|
|||||||
|
|
||||||
Then create a diff -urN of the files you added (<applet>.c, usage.c,
|
Then create a diff -urN of the files you added (<applet>.c, usage.c,
|
||||||
applets.h, Config.h) and send it to the mailing list:
|
applets.h, Config.h) and send it to the mailing list:
|
||||||
busybox@opensource.lineo.com. Sending patches as attachments is preferred, but
|
busybox@busybox.net. Sending patches as attachments is preferred, but
|
||||||
not required.
|
not required.
|
||||||
|
|
||||||
|
|
||||||
|
@ -6,7 +6,7 @@ components:
|
|||||||
|
|
||||||
- Linux Kernel (http://www.kernel.org)
|
- Linux Kernel (http://www.kernel.org)
|
||||||
- uClibc: C library (http://cvs.uclinux.org/uClibc.html)
|
- uClibc: C library (http://cvs.uclinux.org/uClibc.html)
|
||||||
- Busybox: Unix utilities (http://busybox.lineo.com)
|
- Busybox: Unix utilities (http://busybox.net/)
|
||||||
- Syslinux: bootloader (http://syslinux.zytor.com)
|
- Syslinux: bootloader (http://syslinux.zytor.com)
|
||||||
|
|
||||||
It is based heavily on a paper presented by Erik Andersen at the 2001 Embedded
|
It is based heavily on a paper presented by Erik Andersen at the 2001 Embedded
|
||||||
|
@ -12,8 +12,8 @@ Serial: %{serial}
|
|||||||
Copyright: GPL
|
Copyright: GPL
|
||||||
Group: System/Utilities
|
Group: System/Utilities
|
||||||
Summary: BusyBox is a tiny suite of Unix utilities in a multi-call binary.
|
Summary: BusyBox is a tiny suite of Unix utilities in a multi-call binary.
|
||||||
URL: http://busybox.lineo.com/
|
URL: http://busybox.net/
|
||||||
Source: ftp://oss.lineo.com/busybox/%{name}-%{version}.tar.gz
|
Source: ftp://busybox.net/busybox/%{name}-%{version}.tar.gz
|
||||||
Buildroot: /var/tmp/%{name}-%{version}
|
Buildroot: /var/tmp/%{name}-%{version}
|
||||||
Packager : Erik Andersen <andersen@codepoet.org>
|
Packager : Erik Andersen <andersen@codepoet.org>
|
||||||
|
|
||||||
|
@ -704,7 +704,7 @@ EOM
|
|||||||
cat <<EOM
|
cat <<EOM
|
||||||
|
|
||||||
Please report this to the maintainer <mec@shout.net>. You may also
|
Please report this to the maintainer <mec@shout.net>. You may also
|
||||||
send a problem report to <busybox@oss.lineo.com>.
|
send a problem report to <busybox@busybox.net>.
|
||||||
|
|
||||||
Please indicate the BusyBox version you are trying to configure and
|
Please indicate the BusyBox version you are trying to configure and
|
||||||
which menu you were trying to enter when this error occurred.
|
which menu you were trying to enter when this error occurred.
|
||||||
@ -767,7 +767,7 @@ the /usr/src/linux/scripts/lxdialog directory and issuing the
|
|||||||
|
|
||||||
If you have verified that your ncurses install is correct, you may email
|
If you have verified that your ncurses install is correct, you may email
|
||||||
the maintainer <andersen@codepoet.org> or post a message to
|
the maintainer <andersen@codepoet.org> or post a message to
|
||||||
<busybox@oss.lineo.com> for additional assistance.
|
<busybox@busybox.net> for additional assistance.
|
||||||
|
|
||||||
EOM
|
EOM
|
||||||
cleanup
|
cleanup
|
||||||
|
@ -1228,7 +1228,7 @@ static int pseudo_exec(struct child_prog *child)
|
|||||||
#ifdef CONFIG_FEATURE_SH_STANDALONE_SHELL
|
#ifdef CONFIG_FEATURE_SH_STANDALONE_SHELL
|
||||||
/* Check if the command matches any busybox internal
|
/* Check if the command matches any busybox internal
|
||||||
* commands ("applets") here. Following discussions from
|
* commands ("applets") here. Following discussions from
|
||||||
* November 2000 on busybox@opensource.lineo.com, don't use
|
* November 2000 on busybox@busybox.net, don't use
|
||||||
* get_last_path_component(). This way explicit (with
|
* get_last_path_component(). This way explicit (with
|
||||||
* slashes) filenames will never be interpreted as an
|
* slashes) filenames will never be interpreted as an
|
||||||
* applet, just like with builtins. This way the user can
|
* applet, just like with builtins. This way the user can
|
||||||
|
Loading…
x
Reference in New Issue
Block a user