From 0958093be6c97ab3d49b331535f8805c69cff2f7 Mon Sep 17 00:00:00 2001 From: Eric Andersen Date: Tue, 10 Apr 2001 20:10:55 +0000 Subject: Doc update for the 0.51 release. -Erik --- README | 9 +++++---- TODO | 17 +++++++++-------- docs/busybox.net/index.html | 35 ++++++++++++++++++++++++++++++++--- libbb/README | 15 +++++++++++++++ 4 files changed, 61 insertions(+), 15 deletions(-) create mode 100644 libbb/README diff --git a/README b/README index ac3ebddfd..cea4a68e2 100644 --- a/README +++ b/README @@ -11,9 +11,9 @@ the expected functionality and behave very much like their GNU counterparts. BusyBox has been written with size-optimization and limited resources in mind. It is also extremely modular so you can easily include or exclude commands (or features) at compile time. This makes it easy to customize your embedded -systems. To create a working system, just add /dev, a kernel, and an editor, -such as nano, e3, or elvis-tiny. For a really minimal system, you can even use -the busybox shell (not Bourne compatible, but very small and quite usable). +systems. To create a working system, just add /dev, a shell, and a kernel. For +a really minimal system, you can even use the busybox shell (not Bourne +compatible, but very small and quite usable) and the busybox vi editor. BusyBox was originally written to support the Debian Rescue/Install disks, but it also makes an excellent environment for any small or embedded system. @@ -71,7 +71,7 @@ to submit@bugs.lineo.com. Bug reports should look something like this: Subject: /bin/true doesn't work Package: busybox - Version: 0.48 + Version: 0.51 When I invoke '/bin/true' it doesn't work. I expected it to return a "0" but it returned a "1" instead. Here is the transcript: @@ -115,6 +115,7 @@ Please feed suggestions, bug reports, insults, and bribes back to: Erik Andersen + Many thanks to go to Lineo for paying me to work on busybox. diff --git a/TODO b/TODO index 325fe6c15..b5e383be7 100644 --- a/TODO +++ b/TODO @@ -11,13 +11,14 @@ around to it some time. If you have any good ideas, please let me know. to happen. False alarm. Sorry about the confusion. * The busybox shell, lash, is really too weak for serious use, although it is - possible to run simple systems with it. BusyBox 0.49 was supposed to have - a new shell, updated to understand full Bourne grammer. Well, that simply - didn't happen in time for the release. A rewrite is in progress that will - result in a new shell that understands the full Bourne grammar. This new - shell is being championed by Larry Doolittle , and - could use your help. Please see the work in progress at - http://doolittle.faludi.com/~larry/parser.html + possible to run many simple systems with it. BusyBox 0.49 was supposed to + have a new shell, updated to understand full Bourne grammer. Well, that + simply didn't happen in time for the release. A rewrite is in progress + that will result in a new shell that understands the full Bourne grammar. + This new shell is being championed by Larry Doolittle + , and could use your help. Please see the work + in progress at http://doolittle.faludi.com/~larry/parser.html and help + us out. -Erik @@ -31,7 +32,7 @@ Possible apps to include some time: ----------- Write a fixup_globals function to do just that right before calling -non-forking applets. Or, just always fork... +non-forking applets. Or, just always fork in the shell... ----------------------- diff --git a/docs/busybox.net/index.html b/docs/busybox.net/index.html index 883e17d99..3ef2ab8bb 100644 --- a/docs/busybox.net/index.html +++ b/docs/busybox.net/index.html @@ -45,9 +45,8 @@ the expected functionality and behave very much like their GNU counterparts. BusyBox has been written with size-optimization and limited resources in mind. It is also extremely modular so you can easily include or exclude commands (or features) at compile time. This makes it easy to customize your embedded -systems. To create a working system, just add /dev, a kernel, and an editor, -such as nano, e3, or elvis-tiny. For a really minimal system, you can even use -the busybox shell (not Bourne compatible, but very small and quite usable). +systems. To create a working system, just add /dev, a kernel, and a shell. +For a really minimal system, you can even use the busybox shell (not Bourne compatible, but very small and quite usable), and the busybox vi editor.

BusyBox is now maintained by @@ -83,6 +82,36 @@ To subscribe, go and visit + + There are a number of improvements in this release as well. For + one thing, the wget applet is greatly improved. Dmitry Zakharov + added FTP support, and Laurence Anderson make wget fully RFC + compliant for HTTP 1.1. The mechanism for including utility + functions in previous releases was clumsy and error prone. Now + all utility functions are part of a new libbb library, which makes + maintaining utility functions much simpler. And BusyBox now + compiles on itanium systems (thanks to the Debian itanium porters + for letting me use their system!). +

+ You can read the + changelog for + complete details. BusyBox 0.51 can be downloaded from + ftp://oss.lineo.com/busybox. +

Have Fun! +

+

  • Busybox Boot-Floppy Image

    Because you asked for it, we have made available a + + + -- cgit v1.2.3