blob: 65b4de3fed6117a3a2e5b26b461d834ad6c674bd (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
|
<!DOCTYPE HTML PUBLIC '-//W3C//DTD HTML 4.01 Transitional//EN'>
<html>
<head>
<meta http-equiv='Content-Type' content='text/html; charset=iso-8859-1'>
<title>BusyBox</title>
<style type="text/css">
body {
background-color: #DEE2DE;
color: #000000;
}
:link { color: #660000 }
:visited { color: #660000 }
:active { color: #660000 }
td.c2 {font-family: arial, helvetica, sans-serif; font-size: 80%}
td.c1 {font-family: lucida, helvetica; font-size: 248%}
</style>
</head>
<body>
<basefont face="lucida, helvetica, arial" size="3">
<table border="0" cellpadding="0" cellspacing="0">
<tr>
<td>
<div class="c3">
<table border="0" cellspacing="1" cellpadding="2">
<tr>
<td class="c1">BUSYBOX</td>
</tr>
</table>
</div>
<a href="/"><IMG SRC="images/busybox1.png" alt="BusyBox" border="0"></a><BR>
</td>
</tr>
<tr>
<td valign="TOP">
<b>About</b>
<ul>
<li><a href="/about.html">About BusyBox</a></li>
<li><a href="/screenshot.html">Screenshot</a></li>
<li><a href="/news.html">Latest News</a></li>
</ul>
<b>Documentation</b>
<ul>
<li><a href="/FAQ.html">FAQ</a></li>
<li><a href="downloads/BusyBox.html>Command Help</a></li>
<li><a href="downloads/README">README</a></li>
</ul>
<b>Development</b>
<ul>
<li><a href="/cgi-bin/viewcvs.cgi/trunk/busybox/">Browse Source</a></li>
<li><a href="/subversion.html">Source Control</a></li>
<li><a href="/lists.html">Mailing Lists</a></li>
<li><a href="http://bugs.busybox.net/">Bug Tracking</a></li>
</ul>
<b>Get BusyBox</b>
<ul>
<li><a href="/download.html">Download Source</a></li>
<li><a href="/license.html">License</a></li>
<li><a href="/products.html">Products</a></li>
</ul>
<p><b>Related Sites</b>
<br><a href="http://uclibc.org/">uClibc.org</a>
<br><a href="http://cxx.uclibc.org/">uClibc++</a>
<br><a href="http://udhcp.busybox.net/">udhcp</a>
<br><a href="http://buildroot.uclibc.org/">buildroot</a>
<br><a href="http://www.scratchbox.org/">Scratchbox</a>
<br><a href="http://openembedded.org/">OpenEmbedded</a>
<br><a href="http://www.ucdot.org/">uCdot</a>
<br><a href="http://www.linuxdevices.com">LinuxDevices</a>
<br><a href="http://slashdot.org/">Slashdot</a>
<br><a href="http://freshmeat.net/">Freshmeat</a>
<br><a href="http://linuxtoday.com/">Linux Today</a>
<br><a href="http://lwn.net/">Linux Weekly News</a>
<br><a href="http://www.tldp.org/HOWTO">Linux HOWTOs</a>
<!--
<a href="http://validator.w3.org/check/referer"><img
src="/images/vh40.gif" height=31 width=88
align=left border=0 alt="Valid HTML 4.0!"></a>
-->
</td>
<td Valign="TOP">
|