Merge new www design.
Submitted by: Emily Boyd (emilyboyd at emilyboyd dot com) Sponsored by: Google Summer of Code 2005
This commit is contained in:
parent
49ceb95bcd
commit
f9105467ef
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/www/; revision=25849
132 changed files with 441 additions and 284 deletions
|
@ -1,9 +1,10 @@
|
|||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" [
|
||||
<!ENTITY base CDATA "../..">
|
||||
<!ENTITY date "$FreeBSD$">
|
||||
<!ENTITY date "$FreeBSD: www/en/projects/acpi/completed.sgml,v 1.3 2005/02/27 03:51:53 njl Exp $">
|
||||
<!ENTITY title "FreeBSD ACPI completed projects">
|
||||
<!ENTITY email 'marks'>
|
||||
<!ENTITY acpi-mail 'freebsd-acpi@FreeBSD.org'>
|
||||
<!ENTITY % navincludes SYSTEM "../../includes.navdevelopers.sgml"> %navincludes;
|
||||
<!ENTITY % includes SYSTEM "../../includes.sgml"> %includes;
|
||||
<!ENTITY % developers SYSTEM "../../developers.sgml"> %developers;
|
||||
|
||||
|
@ -15,7 +16,7 @@
|
|||
|
||||
<h2>Completed Project List</h2>
|
||||
|
||||
<table border="1" width="100%">
|
||||
<table class="tblbasic">
|
||||
<tr>
|
||||
<td>Add methods to get/set ints
|
||||
acpi_EvaluateInteger only gets an int. Update api to get/set
|
||||
|
|
|
@ -1,9 +1,10 @@
|
|||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" [
|
||||
<!ENTITY base CDATA "../..">
|
||||
<!ENTITY date "$FreeBSD: www/en/projects/acpi/index.sgml,v 1.8 2005/02/27 05:59:18 rushani Exp $">
|
||||
<!ENTITY date "$FreeBSD: www/en/projects/acpi/index.sgml,v 1.9 2005/05/07 14:01:37 brueffer Exp $">
|
||||
<!ENTITY title "FreeBSD ACPI project">
|
||||
<!ENTITY email 'marks'>
|
||||
<!ENTITY acpi-mail 'freebsd-acpi@FreeBSD.org'>
|
||||
<!ENTITY % navincludes SYSTEM "../../includes.navdevelopers.sgml"> %navincludes;
|
||||
<!ENTITY % includes SYSTEM "../../includes.sgml"> %includes;
|
||||
|
||||
<!-- Status levels -->
|
||||
|
@ -54,7 +55,7 @@
|
|||
<a name="high-priority"></a>
|
||||
<h3>High Priority Tasks</h3>
|
||||
|
||||
<table border="1" width="100%">
|
||||
<table class="tblbasic">
|
||||
<thead>
|
||||
<tr>
|
||||
<th> Task </th>
|
||||
|
@ -192,7 +193,7 @@
|
|||
<a name="medium-priority"></a>
|
||||
<h3>Medium Priority Tasks</h3>
|
||||
|
||||
<table border="1" width="100%">
|
||||
<table class="tblbasic">
|
||||
<tbody>
|
||||
<tr>
|
||||
<td> Hotkey/backlight/sound generic driver -- Add a driver
|
||||
|
@ -223,7 +224,7 @@
|
|||
<a name="low-priority"></a>
|
||||
<h3>Low Priority Tasks</h3>
|
||||
|
||||
<table border="1" width="100%">
|
||||
<table class="tblbasic">
|
||||
<tbody>
|
||||
<tr>
|
||||
<td> Implement X suspend/resume notification. Currently,
|
||||
|
@ -591,7 +592,7 @@
|
|||
<a name="platform-status"></a>
|
||||
<h2>Platform Support Status</h2>
|
||||
|
||||
<table border=3>
|
||||
<table class="tblbasic">
|
||||
<tr>
|
||||
<th> Task </th>
|
||||
<th> Responsible </th>
|
||||
|
|
|
@ -1,7 +1,8 @@
|
|||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" [
|
||||
<!ENTITY base CDATA "../..">
|
||||
<!ENTITY date "$FreeBSD: www/en/projects/bigdisk/index.sgml,v 1.9 2005/01/30 17:35:41 maxim Exp $">
|
||||
<!ENTITY date "$FreeBSD: www/en/projects/bigdisk/index.sgml,v 1.10 2005/02/16 23:56:09 brueffer Exp $">
|
||||
<!ENTITY title "Large data storage in FreeBSD">
|
||||
<!ENTITY % navincludes SYSTEM "../../includes.navdevelopers.sgml"> %navincludes;
|
||||
<!ENTITY % includes SYSTEM "../../includes.sgml"> %includes;
|
||||
|
||||
<!-- Status levels -->
|
||||
|
@ -115,7 +116,7 @@
|
|||
<p>The following userland tools need auditing and testing for 64-bit
|
||||
cleanliness:</p>
|
||||
|
||||
<table border=3>
|
||||
<table class="tblbasic">
|
||||
<tr>
|
||||
<th> Task </th>
|
||||
<th> Responsible </th>
|
||||
|
@ -223,7 +224,8 @@
|
|||
capacities. For those that are, an audit should be done to verify
|
||||
that their drivers handle the sizes correctly and pass those sizes
|
||||
correctly to the rest of the kernel.</p>
|
||||
<table border=3>
|
||||
|
||||
<table class="tblbasic">
|
||||
<tr>
|
||||
<th> Task </th>
|
||||
<th> Responsible </th>
|
||||
|
@ -246,7 +248,7 @@
|
|||
<p>Some filesystem-related subsystems require testing with >2TB volumes, or
|
||||
need to be adapted. The following areas have been identified:</p>
|
||||
|
||||
<table border=3>
|
||||
<table class="tblbasic">
|
||||
<tr>
|
||||
<th> Task </th>
|
||||
<th> Responsible </th>
|
||||
|
|
|
@ -1,8 +1,9 @@
|
|||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" [
|
||||
<!ENTITY base CDATA "../..">
|
||||
<!ENTITY date "$FreeBSD: www/en/projects/busdma/index.sgml,v 1.110 2005/09/23 18:48:36 jhb Exp $">
|
||||
<!ENTITY date "$FreeBSD: www/en/projects/busdma/index.sgml,v 1.111 2005/09/29 11:36:47 joel Exp $">
|
||||
<!ENTITY title "FreeBSD busdma and SMPng driver conversion project">
|
||||
<!ENTITY email 'mux'>
|
||||
<!ENTITY % navincludes SYSTEM "../../includes.navdevelopers.sgml"> %navincludes;
|
||||
<!ENTITY % includes SYSTEM "../../includes.sgml"> %includes;
|
||||
|
||||
<!-- Status levels -->
|
||||
|
@ -122,7 +123,7 @@
|
|||
<a name="platform-status"></a>
|
||||
<h2>Platform Support Status</h2>
|
||||
|
||||
<table border=3>
|
||||
<table class="tblbasic">
|
||||
<tr>
|
||||
<th> Task </th>
|
||||
<th> Responsible </th>
|
||||
|
@ -186,7 +187,7 @@
|
|||
<a name="ifnet-status"></a>
|
||||
<h2>Network Interface Driver Status</h2>
|
||||
|
||||
<table border=3>
|
||||
<table class="tblbasic">
|
||||
<tr>
|
||||
<th> Driver </th>
|
||||
<th> Responsible </th>
|
||||
|
@ -720,7 +721,7 @@
|
|||
<a name="storage-status"></a>
|
||||
<h2>Storage Device Driver Status</h2>
|
||||
|
||||
<table border=3>
|
||||
<table class="tblbasic">
|
||||
<tr>
|
||||
<th> Driver </th>
|
||||
<th> Responsible </th>
|
||||
|
@ -1074,7 +1075,7 @@
|
|||
<a name="misc-status"></a>
|
||||
<h2>Miscellaneous Device Driver Status</h2>
|
||||
|
||||
<table border=3>
|
||||
<table class="tblbasic">
|
||||
<tr>
|
||||
<th> Driver </th>
|
||||
<th> Responsible </th>
|
||||
|
@ -1236,7 +1237,7 @@
|
|||
<a name="doc-status"></a>
|
||||
<h2>Documentation Status</h2>
|
||||
|
||||
<table border=3>
|
||||
<table class="tblbasic">
|
||||
<tr>
|
||||
<th> Task </th>
|
||||
<th> Responsible </th>
|
||||
|
|
|
@ -1,8 +1,9 @@
|
|||
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" [
|
||||
<!ENTITY base CDATA "..">
|
||||
<!ENTITY date "$FreeBSD: www/en/projects/cvsweb.sgml,v 1.30 2005/05/29 10:04:59 scop Exp $">
|
||||
<!ENTITY date "$FreeBSD: www/en/projects/cvsweb.sgml,v 1.31 2005/09/25 20:33:46 scop Exp $">
|
||||
<!ENTITY title 'FreeBSD CVSweb Project'>
|
||||
<!ENTITY email 'freebsd-cvsweb'>
|
||||
<!ENTITY % navincludes SYSTEM "../includes.navdevelopers.sgml"> %navincludes;
|
||||
<!ENTITY % includes SYSTEM "../includes.sgml"> %includes;
|
||||
<!ENTITY % developers SYSTEM "../developers.sgml"> %developers;
|
||||
]>
|
||||
|
|
|
@ -1,8 +1,9 @@
|
|||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" [
|
||||
<!ENTITY base CDATA "../..">
|
||||
<!ENTITY date "$FreeBSD: www/en/projects/dingo/index.sgml,v 1.14 2005/06/17 20:27:30 brueffer Exp $">
|
||||
<!ENTITY date "$FreeBSD: www/en/projects/dingo/index.sgml,v 1.15 2005/09/12 19:16:30 joel Exp $">
|
||||
<!ENTITY title "FreeBSD Network Cleanup and Consolidation Project (dingo)">
|
||||
<!ENTITY email 'mux'>
|
||||
<!ENTITY % navincludes SYSTEM "../../includes.navdevelopers.sgml"> %navincludes;
|
||||
<!ENTITY % includes SYSTEM "../../includes.sgml"> %includes;
|
||||
|
||||
<!ENTITY status.na "<font color=green>N/A</font>">
|
||||
|
|
|
@ -1,7 +1,8 @@
|
|||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" [
|
||||
<!ENTITY base CDATA "../..">
|
||||
<!ENTITY date "$FreeBSD: www/en/projects/mac/index.sgml,v 1.1 2004/09/21 06:09:07 trhodes Exp $">
|
||||
<!ENTITY date "$FreeBSD: www/en/projects/mac/index.sgml,v 1.2 2004/10/19 09:26:08 rwatson Exp $">
|
||||
<!ENTITY title "TrustedBSD MAC TODO list">
|
||||
<!ENTITY % navincludes SYSTEM "../../includes.navdevelopers.sgml"> %navincludes;
|
||||
<!ENTITY % includes SYSTEM "../../includes.sgml"> %includes;
|
||||
<!ENTITY % developers SYSTEM "../../developers.sgml"> %developers;
|
||||
<!-- Status levels -->
|
||||
|
@ -26,7 +27,7 @@
|
|||
|
||||
<h3>Mandatory Access Control</h3>
|
||||
|
||||
<table border=1 width="100%">
|
||||
<table class="tblbasic">
|
||||
<tr><th>Issue</th><th>Status</th><th>Responsible</th><th>Description</th>
|
||||
</tr>
|
||||
|
||||
|
@ -58,7 +59,7 @@
|
|||
|
||||
<h3>TrustedBSD Audit framework</h3>
|
||||
|
||||
<table border=1 width="100%">
|
||||
<table class="tblbasic">
|
||||
<tr><th>Issue</th><th>Status</th><th>Responsible</th><th>Description</th></tr>
|
||||
<tr>
|
||||
<td>STUB TABLE</td>
|
||||
|
@ -70,7 +71,7 @@
|
|||
|
||||
<h3>Security Enhanced BSD (SEBSD)</h3>
|
||||
|
||||
<table border=1 width="100%">
|
||||
<table class="tblbasic">
|
||||
<tr><th>Issue</th><th>Status</th><th>Responsible</th><th>Description</th>
|
||||
</tr>
|
||||
|
||||
|
@ -84,7 +85,7 @@
|
|||
|
||||
<h3>Security-Enhanced Darwin (SEDarwin)</h3>
|
||||
|
||||
<table border=1 width="100%">
|
||||
<table class="tblbasic">
|
||||
<tr><th>Issue</th><th>Status</th><th>Responsible</th><th>Description</th>
|
||||
</tr>
|
||||
<tr>
|
||||
|
@ -97,7 +98,7 @@
|
|||
|
||||
<h3>TrustedBSD Documentation Issues</h3>
|
||||
|
||||
<table border=1 width="100%">
|
||||
<table class="tblbasic">
|
||||
<tr><th>Issue</th><th>Status</th><th>Responsible</th><th>Description</th>
|
||||
</tr>
|
||||
|
||||
|
|
|
@ -1,7 +1,8 @@
|
|||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" [
|
||||
<!ENTITY base CDATA "../..">
|
||||
<!ENTITY date "$FreeBSD: www/en/projects/nanobsd/index.sgml,v 1.3 2005/09/12 19:19:28 joel Exp $">
|
||||
<!ENTITY date "$FreeBSD: www/en/projects/nanobsd/index.sgml,v 1.4 2005/09/19 17:02:45 joel Exp $">
|
||||
<!ENTITY title "NanoBSD: FreeBSD for appliance use.">
|
||||
<!ENTITY % navincludes SYSTEM "../../includes.navdevelopers.sgml"> %navincludes;
|
||||
<!ENTITY % includes SYSTEM "../../includes.sgml"> %includes;
|
||||
|
||||
<!-- Status levels -->
|
||||
|
|
|
@ -1,8 +1,9 @@
|
|||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" [
|
||||
<!ENTITY base CDATA "../..">
|
||||
<!ENTITY date "$FreeBSD: www/en/projects/netperf/cluster.sgml,v 1.7 2005/06/27 11:30:39 gnn Exp $">
|
||||
<!ENTITY date "$FreeBSD: www/en/projects/netperf/cluster.sgml,v 1.8 2005/06/29 13:16:44 gnn Exp $">
|
||||
<!ENTITY title "FreeBSD Network Performance Project (netperf)">
|
||||
<!ENTITY email 'mux'>
|
||||
<!ENTITY % navincludes SYSTEM "../../includes.navdevelopers.sgml"> %navincludes;
|
||||
<!ENTITY % includes SYSTEM "../../includes.sgml"> %includes;
|
||||
|
||||
<!ENTITY % developers SYSTEM "../../developers.sgml"> %developers;
|
||||
|
@ -240,7 +241,7 @@
|
|||
In the meantime, the following standing reservations are in place for
|
||||
the netperf cluster:</p>
|
||||
|
||||
<table border=1>
|
||||
<table class="tblbasic">
|
||||
<tr><th>System</th><th>Developer(s)</th><th>Project</th></tr>
|
||||
<tr><td>elephant</td><td>&a.gnn;</td><td>KAME IPv6/IPSEC locking</td></tr>
|
||||
<tr><td>orangutan</td><td>&a.davidxu;</td><td>libthread development,
|
||||
|
|
|
@ -1,8 +1,9 @@
|
|||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" [
|
||||
<!ENTITY base CDATA "../..">
|
||||
<!ENTITY date "$FreeBSD: www/en/projects/netperf/index.sgml,v 1.14 2005/07/01 09:13:54 rwatson Exp $">
|
||||
<!ENTITY date "$FreeBSD: www/en/projects/netperf/index.sgml,v 1.15 2005/09/12 19:15:15 joel Exp $">
|
||||
<!ENTITY title "FreeBSD Network Performance Project (netperf)">
|
||||
<!ENTITY email 'mux'>
|
||||
<!ENTITY % navincludes SYSTEM "../../includes.navdevelopers.sgml"> %navincludes;
|
||||
<!ENTITY % includes SYSTEM "../../includes.sgml"> %includes;
|
||||
|
||||
<!ENTITY status.na "<font color=green>N/A</font>">
|
||||
|
@ -131,7 +132,7 @@
|
|||
<a name="tasks"></a>
|
||||
<h2>Project Tasks</h2>
|
||||
|
||||
<table border=3>
|
||||
<table class="tblbasic">
|
||||
<tr>
|
||||
<th> Task </th>
|
||||
<th> Responsible </th>
|
||||
|
|
|
@ -1,7 +1,8 @@
|
|||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" [
|
||||
<!ENTITY base CDATA "..">
|
||||
<!ENTITY date "$FreeBSD: www/en/projects/newbies.sgml,v 1.45 2005/09/24 14:57:42 blackend Exp $">
|
||||
<!ENTITY date "$FreeBSD: www/en/projects/newbies.sgml,v 1.46 2005/09/24 15:05:22 blackend Exp $">
|
||||
<!ENTITY title 'Resources for Newbies'>
|
||||
<!ENTITY % navincludes SYSTEM "../includes.navdocs.sgml"> %navincludes;
|
||||
<!ENTITY % includes SYSTEM "../includes.sgml"> %includes;
|
||||
]>
|
||||
|
||||
|
|
|
@ -1,7 +1,8 @@
|
|||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" [
|
||||
<!ENTITY base CDATA "..">
|
||||
<!ENTITY date "$FreeBSD: www/en/projects/summerofcode.sgml,v 1.31 2005/06/08 13:01:54 murray Exp $">
|
||||
<!ENTITY date "$FreeBSD: www/en/projects/summerofcode.sgml,v 1.32 2005/09/29 11:13:18 joel Exp $">
|
||||
<!ENTITY title "FreeBSD Summer Projects">
|
||||
<!ENTITY % navincludes SYSTEM "../includes.navdevelopers.sgml"> %navincludes;
|
||||
<!ENTITY % includes SYSTEM "../includes.sgml"> %includes;
|
||||
<!ENTITY % developers SYSTEM "../developers.sgml"> %developers;
|
||||
]>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue