Lines 66-72
Link Here
|
66 |
<li><a href="&url.books;/developers-handbook/index.html"> |
66 |
<li><a href="&url.books;/developers-handbook/index.html"> |
67 |
The FreeBSD Developers' Handbook</a></li> |
67 |
The FreeBSD Developers' Handbook</a></li> |
68 |
|
68 |
|
69 |
<li><a href="&url.articles;/contributing-ports/index.html"> |
69 |
<li><a href="&url.articles;/contributing/article.html#ports-contributing"> |
70 |
Contributing to the FreeBSD Ports Collection</a></li> |
70 |
Contributing to the FreeBSD Ports Collection</a></li> |
71 |
|
71 |
|
72 |
</ul> |
72 |
</ul> |
Lines 91-97
Link Here
|
91 |
FreeBSD. Project news and a FreeBSD-specific FAQ are also |
91 |
FreeBSD. Project news and a FreeBSD-specific FAQ are also |
92 |
available.</li> |
92 |
available.</li> |
93 |
|
93 |
|
94 |
<li><a name="mono" href="http://www.mono-project.com/Mono:FreeBSD"> |
94 |
<li><a name="mono" href="https://wiki.freebsd.org/Mono"> |
95 |
Mono on FreeBSD</a>: |
95 |
Mono on FreeBSD</a>: |
96 |
Here you can find information about the state of Mono and C# for FreeBSD.</li> |
96 |
Here you can find information about the state of Mono and C# for FreeBSD.</li> |
97 |
|
97 |
|
Lines 126-132
Link Here
|
126 |
to the SMPng network stack locking work for FreeBSD 5.3. This project is |
126 |
to the SMPng network stack locking work for FreeBSD 5.3. This project is |
127 |
exploring and implementing optimizations strategies for a multi-threaded |
127 |
exploring and implementing optimizations strategies for a multi-threaded |
128 |
network stack.</li> |
128 |
network stack.</li> |
129 |
<li><a name="kame" href="http://www.kame.net/">KAME Project</a>: A free IPv6/IPsec stack for BSD.</li> |
|
|
130 |
<li><a name="SYSLOG-SECURE" href="http://www.faqs.org/rfcs/rfc3164.html">SYSLOG-SECURE</a>: |
129 |
<li><a name="SYSLOG-SECURE" href="http://www.faqs.org/rfcs/rfc3164.html">SYSLOG-SECURE</a>: |
131 |
In August 2001 a standard of syslog was made: RFC3164. This RFC |
130 |
In August 2001 a standard of syslog was made: RFC3164. This RFC |
132 |
describes some extensions to add security to syslog. A project |
131 |
describes some extensions to add security to syslog. A project |
Lines 154-159
Link Here
|
154 |
<li><a name="journaling" href="http://www.ece.cmu.edu/~ganger/papers/"> |
153 |
<li><a name="journaling" href="http://www.ece.cmu.edu/~ganger/papers/"> |
155 |
Journaling versus Soft Updates</a>: Asynchronous Meta-data Protection in File Systems.</li> |
154 |
Journaling versus Soft Updates</a>: Asynchronous Meta-data Protection in File Systems.</li> |
156 |
|
155 |
|
|
|
156 |
<!-- appears to be old as of 20161015 --> |
157 |
<li><a name="Tertiary" href="http://now.cs.berkeley.edu/Td/">Tertiary Disk</a>: |
157 |
<li><a name="Tertiary" href="http://now.cs.berkeley.edu/Td/">Tertiary Disk</a>: |
158 |
A storage system architecture to create large disk storage systems |
158 |
A storage system architecture to create large disk storage systems |
159 |
that avoid the disadvantages of custom built disk arrays. The |
159 |
that avoid the disadvantages of custom built disk arrays. The |
Lines 167-177
Link Here
|
167 |
consists of 20 200MHz PC PCs, which host 370 8GB disks. The PCs |
167 |
consists of 20 200MHz PC PCs, which host 370 8GB disks. The PCs |
168 |
are connected through a 100Mbps Ethernet switch.</li> |
168 |
are connected through a 100Mbps Ethernet switch.</li> |
169 |
|
169 |
|
170 |
<li><a name="vinum" href="http://www.vinumvm.org/">Vinum</a>: |
|
|
171 |
A logical volume manager modeled after the VERITAS volume manager™. |
172 |
However, it is not a clone of Veritas, and attempts to solve a |
173 |
number of problems more elegantly than Veritas. It also offers |
174 |
features that Veritas does not have.</li> |
175 |
</ul> |
170 |
</ul> |
176 |
|
171 |
|
177 |
<a name="kernelandsecurity"></a> |
172 |
<a name="kernelandsecurity"></a> |
Lines 192-198
Link Here
|
192 |
ported to other BSD-derived systems.</li> |
187 |
ported to other BSD-derived systems.</li> |
193 |
|
188 |
|
194 |
<li><a name="kernelstresstest" |
189 |
<li><a name="kernelstresstest" |
195 |
href="http://www.holm.cc/stress/">Kernel Stress Test Suite</a>: The |
190 |
href="https://people.freebsd.org/~pho/stress/index.html">Kernel Stress Test Suite</a>: The |
196 |
purpose of this stress test is to crash the system. The stress test |
191 |
purpose of this stress test is to crash the system. The stress test |
197 |
is composed of small test programs and scripts. Each test targets a |
192 |
is composed of small test programs and scripts. Each test targets a |
198 |
specific area of the kernel. The key concept of this test suite is |
193 |
specific area of the kernel. The key concept of this test suite is |
Lines 227-238
Link Here
|
227 |
<a name="architecture"></a> |
222 |
<a name="architecture"></a> |
228 |
<h3>Architecture</h3> |
223 |
<h3>Architecture</h3> |
229 |
<ul> |
224 |
<ul> |
230 |
<li><a name="ia64" href="../platforms/ia64/index.html"> |
|
|
231 |
Porting FreeBSD to IA-64 systems</a>: |
232 |
This project is responsible for porting FreeBSD to the IA-64 |
233 |
architecture. Direct any questions specific to this project to the |
234 |
freebsd-ia64@FreeBSD.org mailing list. </li> |
235 |
|
236 |
<li><a name="ppc" href="../platforms/ppc.html">Porting FreeBSD to PowerPC® systems</a>: |
225 |
<li><a name="ppc" href="../platforms/ppc.html">Porting FreeBSD to PowerPC® systems</a>: |
237 |
Contains information on the FreeBSD PPC port, such as mailing list |
226 |
Contains information on the FreeBSD PPC port, such as mailing list |
238 |
information and so on.</li> |
227 |
information and so on.</li> |
Lines 304-318
Link Here
|
304 |
hierarchy on your browser to view each file's revision history |
293 |
hierarchy on your browser to view each file's revision history |
305 |
in a very handy manner.</li> |
294 |
in a very handy manner.</li> |
306 |
|
295 |
|
307 |
<li><a name="tetintegration" href="http://wiki.freebsd.org/TetIntegration">TET |
|
|
308 |
Integration</a>: The Test Execution Toolkit from <a |
309 |
href="http://www.opengroup.org/">The Open Group</a> is a |
310 |
light-weight open-source test execution framework that |
311 |
supports distributed testing. This project investigates |
312 |
using TET and existing TET-based open-source standards-compliance |
313 |
test suites (VSX-PCTS, VSC-Lite, VSTH-Lite, VSW5 and others) in |
314 |
FreeBSD.</li> |
315 |
|
316 |
</ul> |
296 |
</ul> |
317 |
|
297 |
|
318 |
|
298 |
|