Erik Andersen | 330fd2b | 2000-05-19 05:35:19 +0000 | [diff] [blame] | 1 | <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" "http://www.w3.org/TR/REC-html40/loose.dtd"> |
| 2 | |
| 3 | <HTML> |
| 4 | <HEAD> |
| 5 | <TITLE>BusyBox</TITLE> |
| 6 | </HEAD> |
| 7 | |
Eric Andersen | 766c012 | 2000-06-21 22:43:07 +0000 | [diff] [blame] | 8 | <body text="#000000" alink="#660000" link="#660000" bgcolor="#dee2de" vlink="#660000"> |
Erik Andersen | 330fd2b | 2000-05-19 05:35:19 +0000 | [diff] [blame] | 9 | |
| 10 | <basefont face="lucida, helvetica, arial" size="3"> |
| 11 | |
| 12 | |
| 13 | <CENTER> |
| 14 | <TABLE BORDER=0 CELLSPACING=1 CELLPADDING=2> |
| 15 | <TR> |
| 16 | <td bgcolor="#000000"> |
| 17 | <FONT FACE="lucida, helvetica" COLOR="#ccccc0"> |
| 18 | <B>B u s y B o x</B> |
| 19 | </FONT> |
| 20 | </TD> |
| 21 | </TR> |
| 22 | </TABLE> |
| 23 | <a href="/"><IMG SRC="images/busybox2.jpg" alt="BusyBox" border="0" width="360" height="230"</a><BR> |
| 24 | |
| 25 | |
| 26 | <!-- Begin Introduction section --> |
| 27 | |
| 28 | |
| 29 | <TABLE WIDTH=95% CELLSPACING=1 CELLPADDING=4 BORDER=1> |
| 30 | <TR><TD BGCOLOR="#ccccc0" ALIGN=center> |
| 31 | <A NAME="intro"> <BIG><B> |
| 32 | The Swiss Army Knife of Embedded Linux |
| 33 | </font> |
| 34 | </A></B></BIG> |
| 35 | </TD></TR> |
| 36 | <TR><TD BGCOLOR="#eeeee0"> |
| 37 | |
| 38 | BusyBox combines tiny versions of many common UNIX utilities into a single |
| 39 | small executable. It provides minimalist replacements for most of the utilities |
| 40 | you usually find in fileutils, shellutils, findutils, textutils, grep, gzip, |
| 41 | tar, etc. BusyBox provides a fairly complete POSIX environment for any small |
Pavel Roskin | 82c0ac7 | 2000-06-05 20:19:47 +0000 | [diff] [blame] | 42 | or embedded system. The utilities in BusyBox generally have fewer options than |
Eric Andersen | 36fe1a3 | 2000-06-05 17:22:37 +0000 | [diff] [blame] | 43 | their full-featured GNU cousins; however, the options that are included provide |
Erik Andersen | 330fd2b | 2000-05-19 05:35:19 +0000 | [diff] [blame] | 44 | the expected functionality and behave very much like their GNU counterparts. |
| 45 | <p> |
| 46 | BusyBox has been written with size-optimization and limited resources in mind. |
| 47 | It is also extremely modular so you can easily include or exclude commands (or |
| 48 | features) at compile time. This makes it easy to customize your embedded |
| 49 | systems. To create a working system, just add a kernel, a shell (such as ash), |
| 50 | and an editor (such as elvis-tiny or ae). |
| 51 | <p> |
| 52 | |
| 53 | BusyBox is now maintained by |
| 54 | <a href="http://www.xmission.com/~andersen/erik/erik.html"> |
| 55 | Erik Andersen</a>, and its ongoing development is being sponsored by |
| 56 | <a href="http://www.lineo.com/">Lineo</a>. |
| 57 | <p> |
| 58 | BusyBox is licensed under the |
| 59 | <a href="http://www.gnu.org/copyleft/gpl.html">GNU GENERAL PUBLIC LICENSE</a> |
Eric Andersen | 766c012 | 2000-06-21 22:43:07 +0000 | [diff] [blame] | 60 | <p> |
Erik Andersen | 330fd2b | 2000-05-19 05:35:19 +0000 | [diff] [blame] | 61 | |
Eric Andersen | 766c012 | 2000-06-21 22:43:07 +0000 | [diff] [blame] | 62 | <H3>NEW!</h3> |
| 63 | BusyBox now has a mailing list <a href="http://opensource.lineo.com/lists/busybox/">mailing list</a>! |
| 64 | To subscribe, go and visit <a href="http://opensource.lineo.com/mailman/listinfo/busybox">this page</a>. |
Erik Andersen | 330fd2b | 2000-05-19 05:35:19 +0000 | [diff] [blame] | 65 | |
Erik Andersen | 330fd2b | 2000-05-19 05:35:19 +0000 | [diff] [blame] | 66 | <!-- Begin Latest News section --> |
| 67 | |
| 68 | <TR><TD BGCOLOR="#ccccc0" ALIGN=center> |
| 69 | <A NAME="news"> |
| 70 | <BIG><B> |
| 71 | Latest News</A> |
| 72 | </B></BIG> |
| 73 | </A> |
| 74 | </TD></TR> |
| 75 | <TR><TD BGCOLOR="#eeeee0"> |
| 76 | |
| 77 | <ul> |
| 78 | |
Eric Andersen | 766c012 | 2000-06-21 22:43:07 +0000 | [diff] [blame] | 79 | <p> <li> <b>21 June 2000 -- BusyBox 0.45 released</b> |
Erik Andersen | 330fd2b | 2000-05-19 05:35:19 +0000 | [diff] [blame] | 80 | <br> |
| 81 | |
Eric Andersen | 766c012 | 2000-06-21 22:43:07 +0000 | [diff] [blame] | 82 | This release has been slow in coming, but is very solid at this |
| 83 | point. BusyBox now supports libc5 as well as GNU libc. This |
| 84 | release provides the following new apps: cut, tr, insmod, ar, |
| 85 | mktemp, ,setkeycodes md5sum, uuencode, uudecode, which , and |
| 86 | telnet. There are bug fixes for just about every app as well (see |
| 87 | the <a href="ftp://ftp.lineo.com/pub/busybox/Changelog">changelog</a> for |
| 88 | details). |
| 89 | <p> |
| 90 | Also, some exciting infrastructure news! Busybox now has its own |
| 91 | <a href="http://opensource.lineo.com/lists/busybox/">mailing list</a>, |
Eric Andersen | 4a971ae | 2000-06-22 01:27:11 +0000 | [diff] [blame] | 92 | publically browsable |
| 93 | <a href="http://opensource.lineo.com/cgi-bin/cvsweb/busybox/">CVS tree</a>, |
| 94 | anonymous |
| 95 | <a href="http://opensource.lineo.com/cvs_anon.html">CVS access</a>, and |
| 96 | for those that are actively contributing there is even |
| 97 | <a href="http://opensource.lineo.com/cvs_write.html">CVS write access</a>. |
| 98 | I think this will be a huge help to the ongoing development of BusyBox. |
| 99 | <p> |
| 100 | Also, for the curious, there is no 0.44 release. Somehow 0.44 got announced |
| 101 | a few weeks ago prior to its actually being released. To avoid any confusion |
| 102 | we are just skipping 0.44. |
| 103 | <p> |
| 104 | Many thanks go out to the many people that have contributed to this release |
| 105 | of BusyBox (esp. Pavel Roskin)! |
Erik Andersen | 330fd2b | 2000-05-19 05:35:19 +0000 | [diff] [blame] | 106 | |
Erik Andersen | 330fd2b | 2000-05-19 05:35:19 +0000 | [diff] [blame] | 107 | |
Eric Andersen | 766c012 | 2000-06-21 22:43:07 +0000 | [diff] [blame] | 108 | |
| 109 | <p> <li> <b>Old News</b> |
Erik Andersen | 330fd2b | 2000-05-19 05:35:19 +0000 | [diff] [blame] | 110 | <br> |
Eric Andersen | 766c012 | 2000-06-21 22:43:07 +0000 | [diff] [blame] | 111 | For the old news, visit <a href="http://busybox.lineo.com/oldnews.html">the old news page</a>. |
Erik Andersen | 330fd2b | 2000-05-19 05:35:19 +0000 | [diff] [blame] | 112 | </ul> |
| 113 | |
| 114 | |
Eric Andersen | 4a971ae | 2000-06-22 01:27:11 +0000 | [diff] [blame] | 115 | <!-- Begin Download section --> |
| 116 | |
| 117 | <TR><TD BGCOLOR="#ccccc0" ALIGN=center> |
| 118 | <A NAME="download"><BIG><B> |
| 119 | Download |
| 120 | </A></B></BIG> |
| 121 | </TD></TR> |
| 122 | <TR><TD BGCOLOR="#eeeee0"> |
| 123 | <ul> |
| 124 | <li> Source for the latest release can always be downloaded from |
| 125 | <a href="ftp://ftp.lineo.com/pub/busybox">ftp://ftp.lineo.com/pub/busybox</a>. |
| 126 | <li> BusyBox now has its own publically browsable |
| 127 | <a href="http://opensource.lineo.com/cgi-bin/cvsweb/busybox/">CVS tree</a>, |
| 128 | anonymous |
| 129 | <a href="http://opensource.lineo.com/cvs_anon.html">CVS access</a>, and |
| 130 | for those that are actively contributing there is even |
| 131 | <a href="http://opensource.lineo.com/cvs_write.html">CVS write access</a>. |
| 132 | </ul> |
| 133 | |
| 134 | |
Erik Andersen | 330fd2b | 2000-05-19 05:35:19 +0000 | [diff] [blame] | 135 | <!-- Begin Docs section --> |
| 136 | |
| 137 | <TR><TD BGCOLOR="#ccccc0" ALIGN=center> |
| 138 | <A NAME="docs"><BIG><B> |
| 139 | Documentation |
| 140 | </A></B></BIG> |
| 141 | </TD></TR> |
| 142 | <TR><TD BGCOLOR="#eeeee0"> |
| 143 | Current documentation for BusyBox includes: |
| 144 | <ul> |
Eric Andersen | 1624813 | 2000-06-02 03:20:22 +0000 | [diff] [blame] | 145 | <li> <a href="BusyBox.html">BusyBox.html</a> |
Erik Andersen | 330fd2b | 2000-05-19 05:35:19 +0000 | [diff] [blame] | 146 | This is a list of the all the available commands in BusyBox with complete |
| 147 | usage information and examples of how to use each app. I spent |
| 148 | a <em>lot</em> of time updating these docs and trying to make them |
| 149 | fairly comprehensive for the BusyBox 0.43 release. If you find any |
| 150 | errors (factual, grammatical, whatever) please let me know. |
Eric Andersen | 3312b0b | 2000-07-07 19:23:10 +0000 | [diff] [blame] | 151 | <li> <a href="http://bugs.lineo.com/db/pa/lbusybox.html">BusyBoxBugs</a>. |
Erik Andersen | 330fd2b | 2000-05-19 05:35:19 +0000 | [diff] [blame] | 152 | <li> More documentation will follow. |
| 153 | </ul> |
| 154 | |
| 155 | |
Erik Andersen | 330fd2b | 2000-05-19 05:35:19 +0000 | [diff] [blame] | 156 | <!-- Begin Projects section --> |
| 157 | |
| 158 | <TR><TD BGCOLOR="#ccccc0" ALIGN=center> |
Eric Andersen | 3312b0b | 2000-07-07 19:23:10 +0000 | [diff] [blame] | 159 | <A NAME="projects"><BIG><B> |
Erik Andersen | 330fd2b | 2000-05-19 05:35:19 +0000 | [diff] [blame] | 160 | Projects using BusyBox |
| 161 | </A></B></BIG> |
| 162 | </TD></TR> |
| 163 | <TR><TD BGCOLOR="#eeeee0"> |
| 164 | I know of the following projects that use BusyBox |
| 165 | <ul> |
Matt Kraai | da9841e | 2000-07-11 16:09:01 +0000 | [diff] [blame^] | 166 | <li> <a href="http://www.lineo.com/products/embedix_linux/">Lineo Embedix Linux</a> |
Erik Andersen | 330fd2b | 2000-05-19 05:35:19 +0000 | [diff] [blame] | 167 | <li> <a href="http://cvs.debian.org/boot-floppies/">Debian boot floppies project</a> |
| 168 | <li> <a href="http://www.linuxrouter.org/">Linux Router Project </a> |
| 169 | <li> <a href="http://linux-embedded.org/">LEM</a> |
| 170 | <li> <a href="http://www.toms.net/rb/">tomsrtbt</a> |
Eric Andersen | e511e7c | 2000-05-25 00:18:59 +0000 | [diff] [blame] | 171 | <li> <a href="http://www.stormix.com/">Stormix Installer</a> |
| 172 | <li> <a href="http://www.emacinc.com/linux2_sbc.htm">EMAC Linux 2.0 SBC</a> |
Eric Andersen | 5331025 | 2000-07-04 19:42:23 +0000 | [diff] [blame] | 173 | <li> <a href="http://www.trinux.org/">Trinux</a> |
Eric Andersen | 877a71b | 2000-07-08 16:19:10 +0000 | [diff] [blame] | 174 | <li> <a href="http://www.suse.com/~peterb/x86/tinynet.html">tinynet</a> |
Erik Andersen | 330fd2b | 2000-05-19 05:35:19 +0000 | [diff] [blame] | 175 | |
| 176 | </ul> |
| 177 | Do you use BusyBox? I'd love to know about it and I'd be happy to link to you. |
| 178 | |
| 179 | |
| 180 | |
| 181 | <!-- Begin Links section --> |
| 182 | |
| 183 | <TR><TD BGCOLOR="#ccccc0" ALIGN=center> |
| 184 | <A NAME="links"> |
| 185 | <BIG><B> |
| 186 | Important Links</A> |
| 187 | </B></BIG> |
| 188 | </A> |
| 189 | </TD></TR> |
| 190 | <TR><TD BGCOLOR="#eeeee0"> |
| 191 | |
| 192 | <ul> |
| 193 | |
| 194 | <li> <A HREF="http://perens.com/FreeSoftware/"> |
| 195 | Free Software from Bruce Perens</A><br> |
| 196 | The original idea for BusyBox, and all versions up to 0.26 were written |
| 197 | by <A HREF="mailto:bruce@perens.com">Bruce Perens</a>. This is his BusyBox website. |
| 198 | <p> |
| 199 | |
| 200 | <li> <A HREF="http://freshmeat.net/appindex/1999/04/11/923859921.html"> |
| 201 | Freshmeat AppIndex record for BusyBox</A> |
| 202 | <p> |
| 203 | |
Eric Andersen | 766c012 | 2000-06-21 22:43:07 +0000 | [diff] [blame] | 204 | <li> <a href="http://opensource.lineo.com/software.html">Other cool embedded software</a>. |
| 205 | <p> |
| 206 | |
| 207 | <li> <a href="http://opensource.lineo.com/">opensource.lineo.com</a>. |
| 208 | <p> |
| 209 | |
Erik Andersen | 330fd2b | 2000-05-19 05:35:19 +0000 | [diff] [blame] | 210 | <li> <A HREF="http://www.lineo.com/">Lineo</A> is sponsoring BusyBox development. |
| 211 | <p> |
| 212 | |
| 213 | </ul> |
| 214 | |
| 215 | |
| 216 | |
| 217 | |
| 218 | <!-- End of Table --> |
| 219 | |
| 220 | </TD></TR> |
| 221 | </TABLE> |
| 222 | </P> |
| 223 | |
| 224 | |
| 225 | |
| 226 | <!-- Footer --> |
| 227 | <HR> |
| 228 | <TABLE WIDTH="100%"> |
| 229 | <TR> |
| 230 | <TD> |
| 231 | <font size="-1" face="arial, helvetica, sans-serif"> |
| 232 | Mail all comments, insults, suggestions and bribes to |
| 233 | <a href="mailto:andersen@lineo.com">Erik Andersen</a><BR> |
| 234 | The Busybox logo is copyright 1999,2000, Erik Andersen. |
| 235 | </font> |
| 236 | </TD> |
| 237 | |
| 238 | <TD> |
| 239 | <a href="http://www.vim.org"><img border=0 width=88 height=32 |
| 240 | src="images/anim.written.in.vi.gif" |
| 241 | alt="This site created with the vi editor"></a> |
| 242 | </TD> |
| 243 | |
| 244 | <TD> |
| 245 | <a href="http://www.gimp.org/"><img border=0 width=88 height=38 |
| 246 | src="images/gfx_by_gimp.gif" alt="Graphics by GIMP"></a> |
| 247 | </TD> |
| 248 | |
| 249 | <TD> |
| 250 | <a href="http://www.linuxtoday.com"><img width=90 height=36 |
| 251 | src="images/ltbutton2.jpg" alt="Linux Today"></a> |
| 252 | </TD> |
| 253 | |
| 254 | <TD> |
| 255 | <p><a href="http://slashdot.org"><img width=90 height=36 |
| 256 | src="images/sdsmall.gif" alt="Slashdot"></a> |
| 257 | </TD> |
| 258 | |
| 259 | <TD> |
| 260 | <a href="http://freshmeat.net"><img width=90 height=36 |
| 261 | src="images/fm.mini.jpg" alt="Freshmeat"></a> |
| 262 | </TD> |
| 263 | |
| 264 | </TR> |
| 265 | </TABLE> |
| 266 | |
| 267 | |
| 268 | </BODY> |
| 269 | </HTML> |
| 270 | |