Annotate some of the project ideas that are suitable for Summer of
Code projects with a 'class="soc"' attribute. Discussed at: AsiaBSDCon Dev Summit (thanks brooks@ for taking notes).
This commit is contained in:
parent
06bd2127e0
commit
fd0316e6a5
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/www/; revision=29744
1 changed files with 10 additions and 10 deletions
|
@ -15,14 +15,14 @@ Ideas//EN"
|
|||
<ideas>
|
||||
<cvs:keywords xmlns:cvs="http://www.FreeBSD.org/XML/CVS" version="1.0">
|
||||
<cvs:keyword name="freebsd">
|
||||
$FreeBSD$
|
||||
$FreeBSD: www/en/projects/ideas/ideas.xml,v 1.1 2007/03/10 03:52:09 murray Exp $
|
||||
</cvs:keyword>
|
||||
</cvs:keywords>
|
||||
|
||||
<category>
|
||||
<title>File System</title>
|
||||
|
||||
<idea id="msdosfs">
|
||||
<idea id="msdosfs" class="soc">
|
||||
<title>FAT (msdosfs) infrastructure work</title>
|
||||
|
||||
<desc>
|
||||
|
@ -50,7 +50,7 @@ Ideas//EN"
|
|||
</desc>
|
||||
</idea>
|
||||
|
||||
<idea id="extenddump">
|
||||
<idea id="extenddump" class="soc">
|
||||
<title>Improve the performance of dump/restore</title>
|
||||
|
||||
<desc><p>A performance evaluation of the split cache (as is) and an unified cache
|
||||
|
@ -372,7 +372,7 @@ Ideas//EN"
|
|||
</desc>
|
||||
</idea>
|
||||
|
||||
<idea id="busalloc">
|
||||
<idea id="busalloc" class="soc">
|
||||
<title>New bus_alloc_resources() API</title>
|
||||
|
||||
<desc>
|
||||
|
@ -704,7 +704,7 @@ be used without kernel symbols to analyze the failure mode.</p>
|
|||
</desc>
|
||||
</idea>
|
||||
|
||||
<idea id="pfnetgraph">
|
||||
<idea id="pfnetgraph" class="soc">
|
||||
<title>pf and netgraph interaction</title>
|
||||
|
||||
<desc>
|
||||
|
@ -974,7 +974,7 @@ be used without kernel symbols to analyze the failure mode.</p>
|
|||
|
||||
<category>
|
||||
<title>Security</title>
|
||||
<idea id="auditkernel">
|
||||
<idea id="auditkernel" class="soc">
|
||||
<title>Audit kernel event sources</title>
|
||||
|
||||
<desc>
|
||||
|
@ -1003,7 +1003,7 @@ data).
|
|||
</desc>
|
||||
</idea>
|
||||
|
||||
<idea id="distribaudit">
|
||||
<idea id="distribaudit" class="soc">
|
||||
<title>Distributed audit daemon</title>
|
||||
|
||||
<desc>
|
||||
|
@ -1021,7 +1021,7 @@ data).
|
|||
</desc>
|
||||
</idea>
|
||||
|
||||
<idea id="mac">
|
||||
<idea id="mac" class="soc">
|
||||
<title>Mandatory Access Control</title>
|
||||
<desc>
|
||||
<p><strong>Technical contact</strong>: <a
|
||||
|
@ -1065,7 +1065,7 @@ applications, and writing documentation.
|
|||
</desc>
|
||||
</idea>
|
||||
|
||||
<idea id="securityregression">
|
||||
<idea id="securityregression" class="soc">
|
||||
<title>Security regression tests</title>
|
||||
|
||||
<desc>
|
||||
|
@ -1099,7 +1099,7 @@ New tests must be created; existing tests must be completed and updated.
|
|||
<category>
|
||||
<title>Userland / Installation Tools</title>
|
||||
|
||||
<idea id="bsdelftools">
|
||||
<idea id="bsdelftools" class="soc">
|
||||
<title>BSD-licensed ELF Tools</title>
|
||||
|
||||
<desc>
|
||||
|
|
Loading…
Reference in a new issue