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> |
Matt Kraai | 9ba0daf | 2001-01-31 01:59:46 +0000 | [diff] [blame] | 23 | <a href="/"><IMG SRC="images/busybox2.jpg" alt="BusyBox" border="0" width="360" height="230"></a><BR> |
Erik Andersen | 330fd2b | 2000-05-19 05:35:19 +0000 | [diff] [blame] | 24 | |
| 25 | |
| 26 | <!-- Begin Introduction section --> |
| 27 | |
| 28 | |
Matt Kraai | 18d5064 | 2001-01-31 02:13:05 +0000 | [diff] [blame] | 29 | <TABLE WIDTH="95%" CELLSPACING=1 CELLPADDING=4 BORDER=1> |
Erik Andersen | 330fd2b | 2000-05-19 05:35:19 +0000 | [diff] [blame] | 30 | <TR><TD BGCOLOR="#ccccc0" ALIGN=center> |
| 31 | <A NAME="intro"> <BIG><B> |
| 32 | The Swiss Army Knife of Embedded Linux |
Matt Kraai | 18d5064 | 2001-01-31 02:13:05 +0000 | [diff] [blame] | 33 | </B></BIG></A> |
Erik Andersen | 330fd2b | 2000-05-19 05:35:19 +0000 | [diff] [blame] | 34 | </TD></TR> |
| 35 | <TR><TD BGCOLOR="#eeeee0"> |
| 36 | |
| 37 | BusyBox combines tiny versions of many common UNIX utilities into a single |
| 38 | small executable. It provides minimalist replacements for most of the utilities |
| 39 | you usually find in fileutils, shellutils, findutils, textutils, grep, gzip, |
Eric Andersen | 8ec10a9 | 2001-01-27 09:33:39 +0000 | [diff] [blame] | 40 | tar, etc. BusyBox provides a fairly complete POSIX environment for any small or |
| 41 | embedded system. The utilities in BusyBox generally have fewer options than |
| 42 | their full featured GNU cousins; however, the options that are included provide |
Erik Andersen | 330fd2b | 2000-05-19 05:35:19 +0000 | [diff] [blame] | 43 | the expected functionality and behave very much like their GNU counterparts. |
| 44 | <p> |
| 45 | BusyBox has been written with size-optimization and limited resources in mind. |
| 46 | It is also extremely modular so you can easily include or exclude commands (or |
Eric Andersen | 8ec10a9 | 2001-01-27 09:33:39 +0000 | [diff] [blame] | 47 | features) at compile time. This makes it easy to customize your embedded |
Eric Andersen | 9e6089e | 2001-08-02 19:31:08 +0000 | [diff] [blame] | 48 | systems. To create a working system, just add /dev, /etc, and a kernel. |
Erik Andersen | 330fd2b | 2000-05-19 05:35:19 +0000 | [diff] [blame] | 49 | <p> |
| 50 | |
Eric Andersen | 886b842 | 2001-09-08 20:47:19 +0000 | [diff] [blame] | 51 | BusyBox is maintained by |
Eric Andersen | 537d165 | 2001-01-25 22:00:37 +0000 | [diff] [blame] | 52 | <a href="http://codepoet.org/andersen/erik/erik.html"> |
Eric Andersen | 886b842 | 2001-09-08 20:47:19 +0000 | [diff] [blame] | 53 | Erik Andersen</a>, and licensed under the |
Matt Kraai | cb378a5 | 2001-05-14 06:35:15 +0000 | [diff] [blame] | 54 | <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] | 55 | <p> |
Erik Andersen | 330fd2b | 2000-05-19 05:35:19 +0000 | [diff] [blame] | 56 | |
Mark Whitley | 7447642 | 2001-03-20 19:57:30 +0000 | [diff] [blame] | 57 | |
Mark Whitley | ac21e93 | 2001-01-30 23:37:15 +0000 | [diff] [blame] | 58 | <h3> Screenshot </h3> |
| 59 | |
Eric Andersen | c36c2ba | 2001-03-16 07:16:12 +0000 | [diff] [blame] | 60 | <p> Because everybody loves screenshots, a screenshot of BusyBox |
Matt Kraai | cb378a5 | 2001-05-14 06:35:15 +0000 | [diff] [blame] | 61 | is now available <a href="screenshot.html">right here</a>. |
Mark Whitley | ac21e93 | 2001-01-30 23:37:15 +0000 | [diff] [blame] | 62 | |
Mark Whitley | 7447642 | 2001-03-20 19:57:30 +0000 | [diff] [blame] | 63 | |
Eric Andersen | 8ec10a9 | 2001-01-27 09:33:39 +0000 | [diff] [blame] | 64 | <H3>Mailing List Information</h3> |
Matt Kraai | 8677d7b | 2000-12-15 15:41:03 +0000 | [diff] [blame] | 65 | BusyBox now has a <a href="http://opensource.lineo.com/lists/busybox/">mailing list</a>! |
Eric Andersen | 766c012 | 2000-06-21 22:43:07 +0000 | [diff] [blame] | 66 | 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] | 67 | |
Erik Andersen | 330fd2b | 2000-05-19 05:35:19 +0000 | [diff] [blame] | 68 | <!-- Begin Latest News section --> |
| 69 | |
| 70 | <TR><TD BGCOLOR="#ccccc0" ALIGN=center> |
| 71 | <A NAME="news"> |
| 72 | <BIG><B> |
Matt Kraai | 18d5064 | 2001-01-31 02:13:05 +0000 | [diff] [blame] | 73 | Latest News |
Erik Andersen | 330fd2b | 2000-05-19 05:35:19 +0000 | [diff] [blame] | 74 | </B></BIG> |
| 75 | </A> |
| 76 | </TD></TR> |
| 77 | <TR><TD BGCOLOR="#eeeee0"> |
| 78 | |
| 79 | <ul> |
| 80 | |
Eric Andersen | 4d7f9c3 | 2001-11-20 11:56:51 +0000 | [diff] [blame] | 81 | <li> <b>20 November 2001 -- BusyBox 0.60.2 released</b> |
| 82 | <p> |
| 83 | |
| 84 | I am very pleased to announce that the BusyBox 0.60.2 (stable) |
| 85 | is now released to the world. This one is primarily a bugfix |
| 86 | release for the stable series, and it believe it should take care |
| 87 | of most everyone's needs till we can get the nice new stuff we have |
| 88 | been working on in CVS (with the wonderful new buildsystem) ready |
| 89 | to release. The biggest change in this release (beyond bugfixes) |
| 90 | is the fact that msh (the minix shell) has been re-worked by |
| 91 | Vladimir N. Oleynik (vodz) and so it no longer crashes when told to |
| 92 | do complex things with backticks. |
| 93 | <p> |
| 94 | |
| 95 | I've personally tested this release out |
| 96 | on x86, ARM, and powerpc using glibc 2.2.4, libc5, and uClibc, so |
| 97 | it should work with just about any Linux system you throw it at. |
| 98 | See the <a href="ftp://oss.lineo.com/busybox/Changelog">changelog</a> |
| 99 | for <small>most of</small> the details. The last release was |
| 100 | <em>very</em> solid for people, and this one should be even better. |
| 101 | <p> |
| 102 | As usual BusyBox 0.60.2 can be downloaded from |
| 103 | <a href="ftp://oss.lineo.com/busybox">ftp://oss.lineo.com/busybox</a>. |
| 104 | <p> |
| 105 | And please read the news item for the 18th as well. Have Fun.<br> -Erik |
| 106 | <p> |
| 107 | |
Eric Andersen | cc05ce6 | 2001-11-18 15:49:26 +0000 | [diff] [blame] | 108 | <li> <b>18 November 2001 -- Help us buy busybox.net!</b> |
| 109 | |
| 110 | <!-- Begin PayPal Logo --> |
| 111 | <center> |
| 112 | Click here to help buy busybox.net! |
| 113 | <form action="https://www.paypal.com/cgi-bin/webscr" method="post"> |
| 114 | <input type="hidden" name="cmd" value="_xclick"> |
| 115 | <input type="hidden" name="business" value="andersen@codepoet.org"> |
| 116 | <input type="hidden" name="item_name" value="Support Busybox/Buy busybox.net"> |
| 117 | <input type="hidden" name="image_url" value="https://https://busybox.lineo.com/images/busybox2.jpg"> |
| 118 | <input type="hidden" name="no_shipping" value="1"> |
| 119 | <input type="image" src="http://images.paypal.com/images/x-click-butcc-donate.gif" border="0" name="submit" alt="Make payments with PayPal - it's fast, free and secure!"> |
| 120 | </form> |
| 121 | </center> |
| 122 | <!-- End PayPal Logo --> |
| 123 | |
| 124 | I've contacted the current owner of busybox.net and he is willing |
Eric Andersen | 4d7f9c3 | 2001-11-20 11:56:51 +0000 | [diff] [blame] | 125 | to sell the domain name -- for $250. He also owns busybox.org but |
| 126 | will not part with it... I will then need to pay the registry fee |
| 127 | for a couple of years and start paying for bandwidth, so this will |
| 128 | initially cost about $300. I would like to host busybox.net on my |
| 129 | home machine (codepoet.org) so I have full control over the system, |
| 130 | but to do that would require that I increase the level of bandwidth |
Eric Andersen | dbdc0d5 | 2001-11-20 12:36:28 +0000 | [diff] [blame^] | 131 | I am paying for. Did you know that so far this month, there |
Eric Andersen | 4d7f9c3 | 2001-11-20 11:56:51 +0000 | [diff] [blame] | 132 | have been over 1.4 Gigabytes of busybox ftp downloads? I don't |
| 133 | even <em>know</em> how much CVS bandwidth it requires. For the |
| 134 | time being, Lineo has continued to graciously provide this |
| 135 | bandwidth, despite the fact that I no longer work for them. If I |
| 136 | start running this all on my home machine, paying for the needed bandwidth |
| 137 | will start costing some money. |
Eric Andersen | cc05ce6 | 2001-11-18 15:49:26 +0000 | [diff] [blame] | 138 | <p> |
| 139 | |
| 140 | I was going to pay it all myself, but my wife didn't like that |
Eric Andersen | 4d7f9c3 | 2001-11-20 11:56:51 +0000 | [diff] [blame] | 141 | idea at all (big surprise). It turns out <insert argument |
| 142 | where she wins and I don't> she has better ideas |
Eric Andersen | cc05ce6 | 2001-11-18 15:49:26 +0000 | [diff] [blame] | 143 | about what we should spend our money on that don't involve |
| 144 | busybox. She suggested I should ask for contributions on the |
| 145 | mailing list and web page. So... |
| 146 | <p> |
| 147 | |
Eric Andersen | 4d7f9c3 | 2001-11-20 11:56:51 +0000 | [diff] [blame] | 148 | I am hoping that if everyone could contribute a bit, we could pick |
| 149 | up the busybox.net domain name and cover the bandwidth costs. I |
Eric Andersen | cc05ce6 | 2001-11-18 15:49:26 +0000 | [diff] [blame] | 150 | know that busybox is being used by a lot of companies as well as |
Eric Andersen | 4d7f9c3 | 2001-11-20 11:56:51 +0000 | [diff] [blame] | 151 | individuals -- hopefully people and companies that are willing to |
| 152 | contribute back a bit. So if everyone could please help out, that |
| 153 | would be wonderful! |
Eric Andersen | cc05ce6 | 2001-11-18 15:49:26 +0000 | [diff] [blame] | 154 | <p> |
| 155 | |
Eric Andersen | cc05ce6 | 2001-11-18 15:49:26 +0000 | [diff] [blame] | 156 | |
Eric Andersen | 31b35a1 | 2001-08-23 22:05:55 +0000 | [diff] [blame] | 157 | <li> <b>23 August 2001 -- BusyBox 0.60.1 released</b> |
| 158 | <br> |
| 159 | |
| 160 | This is a relatively minor bug fixing release that fixes |
| 161 | up the bugs that have shown up in the stable release in |
| 162 | the last few weeks. Fortunately, nothing <em>too</em> |
| 163 | serious has shown up. This release only fixes bugs -- no |
| 164 | new features, no new applets. So without further ado, |
| 165 | here it is. Come and get it. |
| 166 | <p> |
| 167 | The |
| 168 | <a href="ftp://oss.lineo.com/busybox/Changelog">changelog</a> has all |
| 169 | the details. As usual BusyBox 0.60.1 can be downloaded from |
| 170 | <a href="ftp://oss.lineo.com/busybox">ftp://oss.lineo.com/busybox</a>. |
| 171 | <p>Have Fun! |
| 172 | <p> |
| 173 | |
| 174 | |
Eric Andersen | 9e6089e | 2001-08-02 19:31:08 +0000 | [diff] [blame] | 175 | <li> <b>2 August 2001 -- BusyBox 0.60.0 released</b> |
| 176 | <br> |
| 177 | I am very pleased to announce the immediate availability of |
| 178 | BusyBox 0.60.0. I have personally tested this release with libc5, glibc, |
| 179 | and <a href="http://cvs.uclinux.org/uClibc.html">uClibc</a> on |
| 180 | x86, ARM, and powerpc using linux 2.2 and 2.4, and I know a number |
| 181 | of people using it on everything from ia64 to m68k with great success. |
| 182 | Everything seems to be working very nicely now, so getting a nice |
| 183 | stable bug-free(tm) release out seems to be in order. This releases fixes |
| 184 | a memory leak in syslogd, a number of bugs in the ash and msh shells, and |
| 185 | cleans up a number of things. |
| 186 | |
| 187 | <p> |
| 188 | |
| 189 | Those wanting an easy way to test the 0.60.0 release with uClibc can |
| 190 | use <a href="http://user-mode-linux.sourceforge.net/">User-Mode Linux</a> |
| 191 | to give it a try by downloading and compiling |
| 192 | <a href="ftp://oss.lineo.com/buildroot.tar.gz">buildroot.tar.gz</a>. |
| 193 | You don't have to be root or reboot your machine to run test this way. |
| 194 | Preconfigured User-Mode Linux kernel source is also on oss.lineo.com. |
| 195 | <p> |
| 196 | Another cool thing is the nifty <a href="ftp://oss.lineo.com/busybox/tutorial/index.html"> |
| 197 | BusyBox Tutorial</a> contributed by K Computing. This requires |
| 198 | a ShockWave plugin (or standalone viewer), so you may want to grab the |
| 199 | the GPLed shockwave viewer from <a href="http://www.swift-tools.com/Flash/flash-0.4.10.tgz">here</a> |
| 200 | to view the tutorial. |
| 201 | <p> |
| 202 | |
| 203 | Finally, In case you didn't notice anything odd about the |
| 204 | version number of this release, let me point out that this release |
| 205 | is <em>not</em> 0.53, because I bumped the version number up a |
| 206 | bit. This reflects the fact that this release is intended to form |
| 207 | a new stable BusyBox release series. If you need to rely on a |
| 208 | stable version of BusyBox, you should plan on using the stable |
| 209 | 0.60.x series. If bugs show up then I will release 0.60.1, then |
| 210 | 0.60.2, etc... This is also intended to deal with the fact that |
| 211 | the BusyBox build system will be getting a major overhaul for the |
| 212 | next release and I don't want that to break products that people |
| 213 | are shipping. To avoid that, the new build system will be |
| 214 | released as part of a new BusyBox development series that will |
| 215 | have some not-yet-decided-on odd version number. Once things |
Matt Kraai | 8aa0b62 | 2001-08-02 20:34:24 +0000 | [diff] [blame] | 216 | stabilize and the new build system is working for everyone, then |
Eric Andersen | 9e6089e | 2001-08-02 19:31:08 +0000 | [diff] [blame] | 217 | I will release that as a new stable release series. |
| 218 | |
| 219 | <p> |
| 220 | The |
| 221 | <a href="ftp://oss.lineo.com/busybox/Changelog">changelog</a> has all |
| 222 | the details. As usual BusyBox 0.60.0 can be downloaded from |
| 223 | <a href="ftp://oss.lineo.com/busybox">ftp://oss.lineo.com/busybox</a>. |
| 224 | <p>Have Fun! |
| 225 | <p> |
| 226 | |
| 227 | |
Eric Andersen | 40ecf7d | 2001-07-07 08:25:03 +0000 | [diff] [blame] | 228 | <li> <b>7 July 2001 -- BusyBox 0.52 released</b> |
| 229 | <br> |
| 230 | |
| 231 | I am very pleased to announce the immediate availability of |
| 232 | BusyBox 0.52 (the "new-and-improved rock-solid release"). This |
| 233 | release is the result of <em>many</em> hours of work and has tons |
| 234 | of bugfixes, optimizations, and cleanups. This release adds |
Eric Andersen | d0b4d3d | 2001-07-07 08:47:21 +0000 | [diff] [blame] | 235 | several new applets, including several new shells (such as hush, msh, |
Eric Andersen | 40ecf7d | 2001-07-07 08:25:03 +0000 | [diff] [blame] | 236 | and ash). |
| 237 | |
| 238 | <p> |
| 239 | The |
| 240 | <a href="ftp://oss.lineo.com/busybox/Changelog">changelog</a> covers |
| 241 | some of the more obvious details, but there are many many things that |
| 242 | are not mentioned, but have been improved in subtle ways. As usual, |
| 243 | BusyBox 0.52 can be downloaded from |
| 244 | <a href="ftp://oss.lineo.com/busybox">ftp://oss.lineo.com/busybox</a>. |
| 245 | <p>Have Fun! |
| 246 | <p> |
| 247 | |
| 248 | |
Mark Whitley | efcfe87 | 2001-04-10 21:58:32 +0000 | [diff] [blame] | 249 | <li> <b>10 April 2001 - Graph of Busybox Growth </b> |
Eric Andersen | 93ffa95 | 2001-04-10 22:10:42 +0000 | [diff] [blame] | 250 | <br> |
| 251 | The illustrious Larry Doolittle has made a PostScript chart of the growth |
Mark Whitley | efcfe87 | 2001-04-10 21:58:32 +0000 | [diff] [blame] | 252 | of the Busybox tarball size over time. It is available for downloading / |
| 253 | viewing <a href= "busybox-growth.ps"> right here</a>. |
| 254 | |
| 255 | <p> (Note that while the number of applets in Busybox has increased, you |
| 256 | can still configure Busybox to be as small as you want by selectively |
| 257 | turning off whichever applets you don't need.) |
Eric Andersen | 93ffa95 | 2001-04-10 22:10:42 +0000 | [diff] [blame] | 258 | <p> |
Mark Whitley | efcfe87 | 2001-04-10 21:58:32 +0000 | [diff] [blame] | 259 | |
Eric Andersen | 4362200 | 2000-12-13 18:30:13 +0000 | [diff] [blame] | 260 | |
| 261 | |
Matt Kraai | 18d5064 | 2001-01-31 02:13:05 +0000 | [diff] [blame] | 262 | <li> <b>Old News</b> |
Erik Andersen | 330fd2b | 2000-05-19 05:35:19 +0000 | [diff] [blame] | 263 | <br> |
Eric Andersen | 766c012 | 2000-06-21 22:43:07 +0000 | [diff] [blame] | 264 | 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] | 265 | </ul> |
| 266 | |
| 267 | |
Eric Andersen | 4a971ae | 2000-06-22 01:27:11 +0000 | [diff] [blame] | 268 | <!-- Begin Download section --> |
| 269 | |
| 270 | <TR><TD BGCOLOR="#ccccc0" ALIGN=center> |
| 271 | <A NAME="download"><BIG><B> |
| 272 | Download |
Matt Kraai | 18d5064 | 2001-01-31 02:13:05 +0000 | [diff] [blame] | 273 | </B></BIG></A> |
Eric Andersen | 4a971ae | 2000-06-22 01:27:11 +0000 | [diff] [blame] | 274 | </TD></TR> |
| 275 | <TR><TD BGCOLOR="#eeeee0"> |
| 276 | <ul> |
Mark Whitley | 8ba1b11 | 2001-01-25 23:29:58 +0000 | [diff] [blame] | 277 | |
| 278 | <li> Source for the latest release can always be downloaded from |
Eric Andersen | bdcc6fb | 2000-09-26 06:15:12 +0000 | [diff] [blame] | 279 | <a href="ftp://oss.lineo.com/busybox">ftp://oss.lineo.com/busybox</a>. |
Mark Whitley | 8ba1b11 | 2001-01-25 23:29:58 +0000 | [diff] [blame] | 280 | |
| 281 | <li> A new snapshot of the source is made daily and is available as a GNU |
| 282 | gzipped tarball <a href="busybox.tar.gz"> right here</a>. |
| 283 | |
| 284 | <li> BusyBox now has its own publically browsable |
Eric Andersen | 4a971ae | 2000-06-22 01:27:11 +0000 | [diff] [blame] | 285 | <a href="http://opensource.lineo.com/cgi-bin/cvsweb/busybox/">CVS tree</a>, |
| 286 | anonymous |
| 287 | <a href="http://opensource.lineo.com/cvs_anon.html">CVS access</a>, and |
| 288 | for those that are actively contributing there is even |
| 289 | <a href="http://opensource.lineo.com/cvs_write.html">CVS write access</a>. |
Mark Whitley | 8ba1b11 | 2001-01-25 23:29:58 +0000 | [diff] [blame] | 290 | |
Eric Andersen | 4a971ae | 2000-06-22 01:27:11 +0000 | [diff] [blame] | 291 | </ul> |
| 292 | |
| 293 | |
Erik Andersen | 330fd2b | 2000-05-19 05:35:19 +0000 | [diff] [blame] | 294 | <!-- Begin Docs section --> |
| 295 | |
| 296 | <TR><TD BGCOLOR="#ccccc0" ALIGN=center> |
| 297 | <A NAME="docs"><BIG><B> |
| 298 | Documentation |
Matt Kraai | 18d5064 | 2001-01-31 02:13:05 +0000 | [diff] [blame] | 299 | </B></BIG></A> |
Erik Andersen | 330fd2b | 2000-05-19 05:35:19 +0000 | [diff] [blame] | 300 | </TD></TR> |
| 301 | <TR><TD BGCOLOR="#eeeee0"> |
| 302 | Current documentation for BusyBox includes: |
| 303 | <ul> |
Eric Andersen | bdcc6fb | 2000-09-26 06:15:12 +0000 | [diff] [blame] | 304 | <li> <a href="ftp://oss.lineo.com/busybox/BusyBox.html">BusyBox.html</a>. |
| 305 | This is a list of the all the available commands in BusyBox with |
| 306 | complete usage information and examples of how to use each app. I |
| 307 | have spent a <em>lot</em> of time updating these docs and trying to |
| 308 | make them fairly comprehensive. If you find any errors (factual, |
| 309 | grammatical, whatever) please let me know. |
Eric Andersen | 4362200 | 2000-12-13 18:30:13 +0000 | [diff] [blame] | 310 | <li> <a href="ftp://oss.lineo.com/busybox/README">README</a>. |
| 311 | This is the README file included in the busybox source release. |
Eric Andersen | c36c2ba | 2001-03-16 07:16:12 +0000 | [diff] [blame] | 312 | <li> <a href="http://bugs.lineo.com/db/pa/lbusybox.html">BusyBox Bugs</a>. |
Eric Andersen | bdcc6fb | 2000-09-26 06:15:12 +0000 | [diff] [blame] | 313 | Need to report a bug? Need to check if a bug has been filed? |
Eric Andersen | aec27bc | 2000-07-11 18:18:40 +0000 | [diff] [blame] | 314 | <li> If you need more help, the BusyBox |
| 315 | <a href="http://opensource.lineo.com/lists/busybox/">mailing list</a> is |
| 316 | a good place to start. |
Erik Andersen | 330fd2b | 2000-05-19 05:35:19 +0000 | [diff] [blame] | 317 | </ul> |
| 318 | |
| 319 | |
Erik Andersen | 330fd2b | 2000-05-19 05:35:19 +0000 | [diff] [blame] | 320 | <!-- Begin Links section --> |
| 321 | |
| 322 | <TR><TD BGCOLOR="#ccccc0" ALIGN=center> |
| 323 | <A NAME="links"> |
| 324 | <BIG><B> |
Matt Kraai | 18d5064 | 2001-01-31 02:13:05 +0000 | [diff] [blame] | 325 | Important Links |
Erik Andersen | 330fd2b | 2000-05-19 05:35:19 +0000 | [diff] [blame] | 326 | </B></BIG> |
| 327 | </A> |
| 328 | </TD></TR> |
| 329 | <TR><TD BGCOLOR="#eeeee0"> |
| 330 | |
| 331 | <ul> |
| 332 | |
| 333 | <li> <A HREF="http://perens.com/FreeSoftware/"> |
| 334 | Free Software from Bruce Perens</A><br> |
| 335 | The original idea for BusyBox, and all versions up to 0.26 were written |
| 336 | by <A HREF="mailto:bruce@perens.com">Bruce Perens</a>. This is his BusyBox website. |
| 337 | <p> |
| 338 | |
Eric Andersen | 5efa229 | 2001-03-05 18:26:50 +0000 | [diff] [blame] | 339 | <li> <A HREF="http://freshmeat.net/projects/busybox/"> |
Erik Andersen | 330fd2b | 2000-05-19 05:35:19 +0000 | [diff] [blame] | 340 | Freshmeat AppIndex record for BusyBox</A> |
| 341 | <p> |
Eric Andersen | c36c2ba | 2001-03-16 07:16:12 +0000 | [diff] [blame] | 342 | <li><a href="http://tinylogin.lineo.com/">TinyLogin</a> |
| 343 | is a nice embedded tool for handling authentication, changing passwords, |
| 344 | and similar tasks which nicely complements BusyBox. |
| 345 | <p> |
| 346 | |
Eric Andersen | dfba13d | 2001-03-16 08:30:00 +0000 | [diff] [blame] | 347 | <li><a href="http://cvs.uclinux.org/uClibc.html">uClibc</a> |
Eric Andersen | c36c2ba | 2001-03-16 07:16:12 +0000 | [diff] [blame] | 348 | is a C library for embedded systems. You can actually statically link |
| 349 | a "Hello World" application under x86 that only takes 4k (as opposed to |
| 350 | 200k under GNU libc). It can do dynamic linking too and works nicely with |
Eric Andersen | dfba13d | 2001-03-16 08:30:00 +0000 | [diff] [blame] | 351 | BusyBox to create very small embedded systems. |
Eric Andersen | c36c2ba | 2001-03-16 07:16:12 +0000 | [diff] [blame] | 352 | <p> |
Erik Andersen | 330fd2b | 2000-05-19 05:35:19 +0000 | [diff] [blame] | 353 | |
Eric Andersen | 766c012 | 2000-06-21 22:43:07 +0000 | [diff] [blame] | 354 | <li> <a href="http://opensource.lineo.com/software.html">Other cool embedded software</a>. |
| 355 | <p> |
| 356 | |
Erik Andersen | 330fd2b | 2000-05-19 05:35:19 +0000 | [diff] [blame] | 357 | </ul> |
| 358 | |
| 359 | |
Eric Andersen | 1b622ff | 2000-12-14 15:43:57 +0000 | [diff] [blame] | 360 | <!-- Begin Projects section --> |
| 361 | |
| 362 | <TR><TD BGCOLOR="#ccccc0" ALIGN=center> |
| 363 | <A NAME="projects"><BIG><B> |
| 364 | Products/Projects Using BusyBox |
Matt Kraai | 18d5064 | 2001-01-31 02:13:05 +0000 | [diff] [blame] | 365 | </B></BIG></A> |
Eric Andersen | 1b622ff | 2000-12-14 15:43:57 +0000 | [diff] [blame] | 366 | </TD></TR> |
| 367 | <TR><TD BGCOLOR="#eeeee0"> |
| 368 | |
| 369 | <p> I know of the following products and/or projects that use BusyBox -- |
| 370 | listed in the order I happen to add them to the web page: |
| 371 | |
| 372 | <ul> |
Eric Andersen | 1b622ff | 2000-12-14 15:43:57 +0000 | [diff] [blame] | 373 | <li> <a href="http://cvs.debian.org/boot-floppies/">Debian installer (boot floppies) project</a> |
Eric Andersen | 31ac3b7 | 2001-11-10 13:35:27 +0000 | [diff] [blame] | 374 | <li> <a href="http://redhat.com/">Red Hat 7.2 installer</a> |
Eric Andersen | 4d7f9c3 | 2001-11-20 11:56:51 +0000 | [diff] [blame] | 375 | <li> <a href="http://distro.ibiblio.org/pub/Linux/distributions/slackware/source/rootdsks/">Slackware Installer</a> |
Eric Andersen | 1b622ff | 2000-12-14 15:43:57 +0000 | [diff] [blame] | 376 | <li> <a href="http://www.linuxrouter.org/">Linux Router Project </a> |
| 377 | <li> <a href="http://linux-embedded.org/">LEM</a> |
| 378 | <li> <a href="http://www.toms.net/rb/">tomsrtbt</a> |
| 379 | <li> <a href="http://www.stormix.com/">Stormix Installer</a> |
| 380 | <li> <a href="http://www.emacinc.com/linux2_sbc.htm">EMAC Linux 2.0 SBC</a> |
| 381 | <li> <a href="http://www.trinux.org/">Trinux</a> |
| 382 | <li> <a href="http://oddas.sourceforge.net/">ODDAS project</a> |
| 383 | <li> <a href="http://www.kerbango.com/">The Kerbango Internet Radio</a> |
| 384 | <li> <a href="http://www.linuxmagic.com/vpn/">LinuxMagic VPN Firewall</a> |
| 385 | <li> <a href="http://byld.sourceforge.net/">Build Your Linux Disk</a> |
| 386 | <li> <a href="http://homepages.ihug.co.nz/~ichi/baslinux.html">BasicLinux</a> |
| 387 | <li> <a href="http://ibiblio.org/pub/Linux/system/recovery">Zdisk</a> |
| 388 | <li> <a href="http://www.adtran.com">AdTran - VPN/firewall VPN Linux Distribution</a> |
Eric Andersen | 1b622ff | 2000-12-14 15:43:57 +0000 | [diff] [blame] | 389 | <li> <a href="http://mkcdrec.ota.be/">mkCDrec - make CD-ROM recovery</a> |
Eric Andersen | c36c2ba | 2001-03-16 07:16:12 +0000 | [diff] [blame] | 390 | <li> <a href="http://recycle.lbl.gov/~ldoolitt/bse/">Linux on nanoEngine</a> |
| 391 | <li> <a href="http://www.zelow.no/floppyfw/"> Floppyfw</a> |
Mark Whitley | 7447642 | 2001-03-20 19:57:30 +0000 | [diff] [blame] | 392 | |
| 393 | <li> <a href="http://midori.transmeta.com/"> Midori Linux</a> - <a href= |
| 394 | "http://www.wired.com/news/technology/0,1282,42399,00.html"> Article on |
| 395 | Midori Linux</a> on <a href= "http://www.wired.com"> Wired</a>. Quote from |
| 396 | Erik at the top of <a href= |
| 397 | "http://www.wired.com/news/technology/0,1282,42399-2,00.html"> this |
| 398 | page</a> |
Mark Whitley | 798ab30 | 2001-03-13 17:08:54 +0000 | [diff] [blame] | 399 | |
Eric Andersen | 583e3ca | 2001-06-12 22:04:40 +0000 | [diff] [blame] | 400 | <li> <a href="http://www.ltsp.org/">Linux Terminal Server Project</a> |
| 401 | <li> <a href="http://www.devil-linux.org/">Devil-Linux</a> |
Eric Andersen | 28d0ac1 | 2001-08-27 19:22:44 +0000 | [diff] [blame] | 402 | <li> <a href="http://dutnux.sourceforge.net/">DutNux</a> |
Matt Kraai | b67adb0 | 2001-09-24 22:44:52 +0000 | [diff] [blame] | 403 | <li> <a href="http://www.cachier.com/">Cachier</a> |
Eric Andersen | 9c93721 | 2001-10-19 00:46:06 +0000 | [diff] [blame] | 404 | <li> <a href="http://www.microwerks.net/~hugo/mindi/">Mindi</a> |
Eric Andersen | bdfd0d7 | 2001-10-24 05:00:29 +0000 | [diff] [blame] | 405 | |
Eric Andersen | 1b622ff | 2000-12-14 15:43:57 +0000 | [diff] [blame] | 406 | </ul> |
| 407 | |
| 408 | <p> Do you use BusyBox? I'd love to know about it and I'd be happy to link to |
| 409 | you. |
| 410 | |
Erik Andersen | 330fd2b | 2000-05-19 05:35:19 +0000 | [diff] [blame] | 411 | |
| 412 | |
| 413 | <!-- End of Table --> |
| 414 | |
| 415 | </TD></TR> |
| 416 | </TABLE> |
Erik Andersen | 330fd2b | 2000-05-19 05:35:19 +0000 | [diff] [blame] | 417 | |
| 418 | |
| 419 | |
| 420 | <!-- Footer --> |
| 421 | <HR> |
| 422 | <TABLE WIDTH="100%"> |
| 423 | <TR> |
| 424 | <TD> |
| 425 | <font size="-1" face="arial, helvetica, sans-serif"> |
| 426 | Mail all comments, insults, suggestions and bribes to |
Eric Andersen | f6ecacc | 2001-09-08 20:52:33 +0000 | [diff] [blame] | 427 | <a href="mailto:andersen@codepoet.org">Erik Andersen</a><BR> |
Eric Andersen | dfba13d | 2001-03-16 08:30:00 +0000 | [diff] [blame] | 428 | The Busybox logo is copyright 1999,2000,2001, Erik Andersen. |
Erik Andersen | 330fd2b | 2000-05-19 05:35:19 +0000 | [diff] [blame] | 429 | </font> |
| 430 | </TD> |
| 431 | |
| 432 | <TD> |
Eric Andersen | 19ec9ee | 2001-05-02 17:19:25 +0000 | [diff] [blame] | 433 | <a href="http://www.vim.org"><img border=0 width=90 height=36 |
| 434 | src="images/written.in.vi.png" |
Erik Andersen | 330fd2b | 2000-05-19 05:35:19 +0000 | [diff] [blame] | 435 | alt="This site created with the vi editor"></a> |
| 436 | </TD> |
| 437 | |
| 438 | <TD> |
Eric Andersen | 19ec9ee | 2001-05-02 17:19:25 +0000 | [diff] [blame] | 439 | <a href="http://www.gimp.org/"><img border=0 width=90 height=36 |
| 440 | src="images/gfx_by_gimp.png" alt="Graphics by GIMP"></a> |
Erik Andersen | 330fd2b | 2000-05-19 05:35:19 +0000 | [diff] [blame] | 441 | </TD> |
| 442 | |
| 443 | <TD> |
| 444 | <a href="http://www.linuxtoday.com"><img width=90 height=36 |
Eric Andersen | 19ec9ee | 2001-05-02 17:19:25 +0000 | [diff] [blame] | 445 | src="images/ltbutton2.png" alt="Linux Today"></a> |
Erik Andersen | 330fd2b | 2000-05-19 05:35:19 +0000 | [diff] [blame] | 446 | </TD> |
| 447 | |
| 448 | <TD> |
| 449 | <p><a href="http://slashdot.org"><img width=90 height=36 |
Eric Andersen | 19ec9ee | 2001-05-02 17:19:25 +0000 | [diff] [blame] | 450 | src="images/sdsmall.png" alt="Slashdot"></a> |
Erik Andersen | 330fd2b | 2000-05-19 05:35:19 +0000 | [diff] [blame] | 451 | </TD> |
| 452 | |
| 453 | <TD> |
| 454 | <a href="http://freshmeat.net"><img width=90 height=36 |
Eric Andersen | 19ec9ee | 2001-05-02 17:19:25 +0000 | [diff] [blame] | 455 | src="images/fm.mini.png" alt="Freshmeat"></a> |
Erik Andersen | 330fd2b | 2000-05-19 05:35:19 +0000 | [diff] [blame] | 456 | </TD> |
| 457 | |
| 458 | </TR> |
| 459 | </TABLE> |
| 460 | |
| 461 | |
Matt Kraai | 18d5064 | 2001-01-31 02:13:05 +0000 | [diff] [blame] | 462 | </CENTER> |
Erik Andersen | 330fd2b | 2000-05-19 05:35:19 +0000 | [diff] [blame] | 463 | </BODY> |
| 464 | </HTML> |
| 465 | |