Eric Andersen | cc8ed39 | 1999-10-05 16:24:54 +0000 | [diff] [blame] | 1 | Please see the LICENSE file for copyright information. |
Erik Andersen | 330fd2b | 2000-05-19 05:35:19 +0000 | [diff] [blame] | 2 | |
| 3 | BusyBox combines tiny versions of many common UNIX utilities into a single |
| 4 | small executable. It provides minimalist replacements for most of the utilities |
| 5 | you usually find in fileutils, shellutils, findutils, textutils, grep, gzip, |
| 6 | tar, etc. BusyBox provides a fairly complete POSIX environment for any small or |
Eric Andersen | 0730943 | 2000-11-29 22:12:19 +0000 | [diff] [blame] | 7 | embedded system. The utilities in BusyBox generally have fewer options than |
Erik Andersen | 330fd2b | 2000-05-19 05:35:19 +0000 | [diff] [blame] | 8 | their full featured GNU cousins; however, the options that are included provide |
| 9 | the expected functionality and behave very much like their GNU counterparts. |
Eric Andersen | cc8ed39 | 1999-10-05 16:24:54 +0000 | [diff] [blame] | 10 | |
Erik Andersen | 330fd2b | 2000-05-19 05:35:19 +0000 | [diff] [blame] | 11 | BusyBox has been written with size-optimization and limited resources in mind. |
| 12 | It is also extremely modular so you can easily include or exclude commands (or |
| 13 | features) at compile time. This makes it easy to customize your embedded |
Eric Andersen | 9e6089e | 2001-08-02 19:31:08 +0000 | [diff] [blame] | 14 | systems. To create a working system, just add /dev, /etc, and a kernel. |
Eric Andersen | cc8ed39 | 1999-10-05 16:24:54 +0000 | [diff] [blame] | 15 | |
Eric Andersen | 0730943 | 2000-11-29 22:12:19 +0000 | [diff] [blame] | 16 | BusyBox was originally written to support the Debian Rescue/Install disks, but |
Erik Andersen | 330fd2b | 2000-05-19 05:35:19 +0000 | [diff] [blame] | 17 | it also makes an excellent environment for any small or embedded system. |
Eric Andersen | cc8ed39 | 1999-10-05 16:24:54 +0000 | [diff] [blame] | 18 | |
Eric Andersen | 235f66d | 2000-12-13 18:07:38 +0000 | [diff] [blame] | 19 | As of version 0.20 there is now a version number. : ) Also as of version 0.20, |
Erik Andersen | 330fd2b | 2000-05-19 05:35:19 +0000 | [diff] [blame] | 20 | BusyBox is now modularized to easily allow you to build only the components you |
Eric Andersen | 0730943 | 2000-11-29 22:12:19 +0000 | [diff] [blame] | 21 | need, thereby reducing binary size. To turn off unwanted BusyBox components, |
Eric Andersen | 235f66d | 2000-12-13 18:07:38 +0000 | [diff] [blame] | 22 | simply edit the file "Config.h" and comment out the components you do not need |
| 23 | using C++ style (//) comments. |
Erik Andersen | 330fd2b | 2000-05-19 05:35:19 +0000 | [diff] [blame] | 24 | |
Eric Andersen | 0730943 | 2000-11-29 22:12:19 +0000 | [diff] [blame] | 25 | After the build is complete, a busybox.links file is generated. This is |
Erik Andersen | 330fd2b | 2000-05-19 05:35:19 +0000 | [diff] [blame] | 26 | used by 'make install' to create symlinks to the busybox binary for all |
| 27 | compiled in functions. By default, 'make install' will place the symlink |
| 28 | forest into `pwd`/_install unless you have defined the PREFIX environment |
Eric Andersen | 8ec10a9 | 2001-01-27 09:33:39 +0000 | [diff] [blame] | 29 | variable (i.e., 'make PREFIX=/tmp/foo install') |
Eric Andersen | cc8ed39 | 1999-10-05 16:24:54 +0000 | [diff] [blame] | 30 | |
Eric Andersen | a29dec2 | 2000-06-22 00:19:33 +0000 | [diff] [blame] | 31 | ---------------- |
Mark Whitley | 3654ca5 | 2001-01-26 20:58:23 +0000 | [diff] [blame] | 32 | |
| 33 | Supported architectures: |
| 34 | |
| 35 | Busybox in general will build on any architecture supported by gcc. It has |
| 36 | a few specialized features added for __sparc__ and __alpha__. insmod |
Eric Andersen | 2835efe | 2001-07-25 16:58:58 +0000 | [diff] [blame] | 37 | functionality is currently limited to x86, ARM, SH3/4, powerpc, m68k, |
Miles Bader | 130bec5 | 2002-04-01 09:37:27 +0000 | [diff] [blame] | 38 | MIPS, and v850e. |
Mark Whitley | 3654ca5 | 2001-01-26 20:58:23 +0000 | [diff] [blame] | 39 | |
| 40 | Supported libcs: |
| 41 | |
Eric Andersen | e5d58c3 | 2001-11-10 10:46:42 +0000 | [diff] [blame] | 42 | glibc-2.0.x, glibc-2.1.x, glibc-2.2.x, Linux-libc5, uClibc. People |
| 43 | are looking at newlib and diet-libc, but consider them unsupported, |
| 44 | untested, or worse. |
Mark Whitley | 3654ca5 | 2001-01-26 20:58:23 +0000 | [diff] [blame] | 45 | |
| 46 | Supported kernels: |
| 47 | |
| 48 | Full functionality requires Linux 2.0.x, 2.2.x, or 2.4.x. A large fraction |
| 49 | of the code should run on just about anything. |
| 50 | |
| 51 | ---------------- |
Eric Andersen | 235f66d | 2000-12-13 18:07:38 +0000 | [diff] [blame] | 52 | |
Matt Kraai | 2d91deb | 2001-08-01 17:21:35 +0000 | [diff] [blame] | 53 | Shells: |
| 54 | |
| 55 | lash is the very smallest shell (adds just 10k) and it is quite usable as |
| 56 | a command prompt, but it is not suitable for any but the most trivial |
| 57 | scripting (such as an initrd that calls insmod a few times) since it does |
| 58 | not understand Bourne shell grammer. It does handle pipes, redirects, and |
Eric Andersen | 9e6089e | 2001-08-02 19:31:08 +0000 | [diff] [blame] | 59 | job control though. Adding in command editing makes it a very nice |
Matt Kraai | 2d91deb | 2001-08-01 17:21:35 +0000 | [diff] [blame] | 60 | lightweight command prompt. |
| 61 | |
| 62 | hush is also quite small (just 18k) and it has very complete Bourne shell |
| 63 | grammer. It handles if/then/else/fi just fine, but doesn't handle loops |
| 64 | like for/do/done or case/esac and such. It also currently has a problem |
Eric Andersen | 9e6089e | 2001-08-02 19:31:08 +0000 | [diff] [blame] | 65 | with job control. Using hush is not yet recommended. |
Matt Kraai | 2d91deb | 2001-08-01 17:21:35 +0000 | [diff] [blame] | 66 | |
| 67 | msh: The minix shell (adds just 30k) is quite complete and handles things |
| 68 | like for/do/done, case/esac and all the things you expect a Bourne shell to |
| 69 | do. It is not always pedantically correct about Bourne shell grammer (try |
| 70 | running the shell testscript "tests/sh.testcases" on it and compare vs bash) |
| 71 | but for most things it works quite well. It also uses only vfork, so it can |
| 72 | be used on uClinux systems. This was only recently added, so there is still |
| 73 | room to shrink it further... |
| 74 | |
| 75 | ash: This adds about 60k in the default configuration and is the most |
| 76 | complete and most pedantically correct shell included with busybox. This |
| 77 | shell was also recently added, and several people (mainly Vladimir and Erik) |
| 78 | have been working on it. There are a number of configurable things at the |
Eric Andersen | 9e6089e | 2001-08-02 19:31:08 +0000 | [diff] [blame] | 79 | top of ash.c as well, so check those out if you want to tweak things. |
Matt Kraai | 2d91deb | 2001-08-01 17:21:35 +0000 | [diff] [blame] | 80 | |
| 81 | ---------------- |
| 82 | |
Eric Andersen | a29dec2 | 2000-06-22 00:19:33 +0000 | [diff] [blame] | 83 | Getting help: |
Eric Andersen | 235f66d | 2000-12-13 18:07:38 +0000 | [diff] [blame] | 84 | |
Eric Andersen | a29dec2 | 2000-06-22 00:19:33 +0000 | [diff] [blame] | 85 | When you find you need help, you can check out the BusyBox mailing list |
Eric Andersen | 2423b12 | 2001-12-08 01:56:15 +0000 | [diff] [blame] | 86 | archives at http://busybox.net/lists/busybox/ or even join |
Eric Andersen | a29dec2 | 2000-06-22 00:19:33 +0000 | [diff] [blame] | 87 | the mailing list if you are interested. |
| 88 | |
| 89 | ---------------- |
Eric Andersen | 235f66d | 2000-12-13 18:07:38 +0000 | [diff] [blame] | 90 | |
Eric Andersen | a29dec2 | 2000-06-22 00:19:33 +0000 | [diff] [blame] | 91 | Bugs: |
Eric Andersen | 235f66d | 2000-12-13 18:07:38 +0000 | [diff] [blame] | 92 | |
| 93 | If you find bugs, please submit a bug report. Full instructions on how to |
Eric Andersen | b9c0b99 | 2001-12-22 00:37:54 +0000 | [diff] [blame] | 94 | report a bug are found at http://bugs.busybox.net/Reporting.html. |
Eric Andersen | 235f66d | 2000-12-13 18:07:38 +0000 | [diff] [blame] | 95 | |
| 96 | For the impatient: To submit a bug, simply send an email describing the problem |
Eric Andersen | b9c0b99 | 2001-12-22 00:37:54 +0000 | [diff] [blame] | 97 | to submit@bugs.busybox.net. Bug reports should look something like this: |
Eric Andersen | 235f66d | 2000-12-13 18:07:38 +0000 | [diff] [blame] | 98 | |
Eric Andersen | b9c0b99 | 2001-12-22 00:37:54 +0000 | [diff] [blame] | 99 | To: submit@bugs.busybox.net |
Eric Andersen | 235f66d | 2000-12-13 18:07:38 +0000 | [diff] [blame] | 100 | From: diligent@testing.linux.org |
| 101 | Subject: /bin/true doesn't work |
| 102 | |
| 103 | Package: busybox |
Eric Andersen | 0958093 | 2001-04-10 20:10:55 +0000 | [diff] [blame] | 104 | Version: 0.51 |
Eric Andersen | 235f66d | 2000-12-13 18:07:38 +0000 | [diff] [blame] | 105 | |
| 106 | When I invoke '/bin/true' it doesn't work. I expected it to return |
| 107 | a "0" but it returned a "1" instead. Here is the transcript: |
| 108 | $ /bin/true ; echo $? |
| 109 | 1 |
| 110 | With GNU /bin/true, I get the following output: |
| 111 | $ /bin/true ; echo $? |
| 112 | 0 |
| 113 | I am using Debian 2.2r2, kernel version 2.2.18, and the latest |
| 114 | uClibc from CVS. Thanks for the wonderful program! |
| 115 | -Diligent |
| 116 | |
| 117 | Note the careful description and use of examples showing not only what BusyBox |
| 118 | does, but also a counter example showing what an equivalent GNU app does. Bug |
| 119 | reports lacking such detail may take a _long_ time to be fixed... Thanks for |
| 120 | understanding. |
Eric Andersen | a29dec2 | 2000-06-22 00:19:33 +0000 | [diff] [blame] | 121 | |
| 122 | ---------------- |
Eric Andersen | 235f66d | 2000-12-13 18:07:38 +0000 | [diff] [blame] | 123 | |
Eric Andersen | a29dec2 | 2000-06-22 00:19:33 +0000 | [diff] [blame] | 124 | FTP: |
Eric Andersen | 235f66d | 2000-12-13 18:07:38 +0000 | [diff] [blame] | 125 | |
Eric Andersen | b9c0b99 | 2001-12-22 00:37:54 +0000 | [diff] [blame] | 126 | Source for the latest released version, as well as daily snapshots, can always |
| 127 | be downloaded from |
| 128 | http://busybox.net/downloads/ |
Eric Andersen | a29dec2 | 2000-06-22 00:19:33 +0000 | [diff] [blame] | 129 | |
| 130 | ---------------- |
Eric Andersen | 235f66d | 2000-12-13 18:07:38 +0000 | [diff] [blame] | 131 | |
Eric Andersen | a29dec2 | 2000-06-22 00:19:33 +0000 | [diff] [blame] | 132 | CVS: |
Eric Andersen | 235f66d | 2000-12-13 18:07:38 +0000 | [diff] [blame] | 133 | |
Eric Andersen | 0730943 | 2000-11-29 22:12:19 +0000 | [diff] [blame] | 134 | BusyBox now has its own publicly browsable CVS tree at: |
Eric Andersen | 2423b12 | 2001-12-08 01:56:15 +0000 | [diff] [blame] | 135 | http://busybox.net/cgi-bin/cvsweb/busybox/ |
Eric Andersen | a29dec2 | 2000-06-22 00:19:33 +0000 | [diff] [blame] | 136 | |
| 137 | Anonymous CVS access is available. For instructions, check out: |
Eric Andersen | 2423b12 | 2001-12-08 01:56:15 +0000 | [diff] [blame] | 138 | http://busybox.net/cvs_anon.html |
Eric Andersen | a29dec2 | 2000-06-22 00:19:33 +0000 | [diff] [blame] | 139 | |
| 140 | For those that are actively contributing there is even CVS write access: |
Eric Andersen | 2423b12 | 2001-12-08 01:56:15 +0000 | [diff] [blame] | 141 | http://busybox.net/cvs_write.html |
Eric Andersen | a29dec2 | 2000-06-22 00:19:33 +0000 | [diff] [blame] | 142 | |
Eric Andersen | a29dec2 | 2000-06-22 00:19:33 +0000 | [diff] [blame] | 143 | ---------------- |
| 144 | |
Eric Andersen | ded6259 | 1999-11-18 00:19:26 +0000 | [diff] [blame] | 145 | Please feed suggestions, bug reports, insults, and bribes back to: |
| 146 | Erik Andersen |
Eric Andersen | bdfd0d7 | 2001-10-24 05:00:29 +0000 | [diff] [blame] | 147 | <andersen@codepoet.org> |
Eric Andersen | 664584b | 1999-12-11 23:25:59 +0000 | [diff] [blame] | 148 | <andersee@debian.org> |
Eric Andersen | 84b0092 | 1999-12-11 04:16:51 +0000 | [diff] [blame] | 149 | |