Remove soc tag from several projects at contact's request.
Remove/re-tag some OBE projects.
This commit is contained in:
parent
5fceb6f31d
commit
56616d39c1
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/www/; revision=33938
1 changed files with 13 additions and 55 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: www/en/projects/ideas/ideas.xml,v 1.107 2009/03/12 14:52:07 pgj Exp $
|
||||
$FreeBSD: www/en/projects/ideas/ideas.xml,v 1.108 2009/03/13 15:08:29 rwatson Exp $
|
||||
</cvs:keyword>
|
||||
</cvs:keywords>
|
||||
|
||||
<category>
|
||||
<title>Embedded</title>
|
||||
|
||||
<idea id="reduced-size-kernel" class="soc">
|
||||
<idea id="reduced-size-kernel">
|
||||
<title>Reduced FreeBSD kernel size for embedded</title>
|
||||
<desc><p><strong>Technical Contact</strong>: <a
|
||||
href="mailto:imp@FreeBSD.org">Warner Losh</a></p>
|
||||
|
@ -46,7 +46,7 @@ Ideas//EN"
|
|||
</desc>
|
||||
</idea>
|
||||
|
||||
<idea id="nand-flash" class="soc">
|
||||
<idea id="nand-flash">
|
||||
<title>NAND Flash driver support</title>
|
||||
<desc><p><strong>Technical Contact</strong>: <a
|
||||
href="mailto:imp@FreeBSD.org">Warner Losh</a></p>
|
||||
|
@ -59,7 +59,7 @@ Ideas//EN"
|
|||
</desc>
|
||||
</idea>
|
||||
|
||||
<idea id="bus-abstraction" class="soc">
|
||||
<idea id="bus-abstraction">
|
||||
<title>Make creating a bus easier</title>
|
||||
<desc><p><strong>Technical Contact</strong>: <a
|
||||
href="mailto:imp@FreeBSD.org">Warner Losh</a></p>
|
||||
|
@ -75,7 +75,7 @@ these buses to be a subclass of this new base class.</p>
|
|||
</desc>
|
||||
</idea>
|
||||
|
||||
<idea id="variable-hints" class="soc">
|
||||
<idea id="variable-hints">
|
||||
<title>Variable hints</title>
|
||||
<desc><p><strong>Technical Contact</strong>: <a
|
||||
href="mailto:imp@FreeBSD.org">Warner Losh</a></p>
|
||||
|
@ -93,7 +93,7 @@ these buses to be a subclass of this new base class.</p>
|
|||
</desc>
|
||||
</idea>
|
||||
|
||||
<idea id="arm-cleanup" class="soc">
|
||||
<idea id="arm-cleanup">
|
||||
<title>ARM cleanup</title>
|
||||
<desc><p><strong>Technical Contact</strong>: <a
|
||||
href="mailto:imp@FreeBSD.org">Warner Losh</a></p>
|
||||
|
@ -110,7 +110,7 @@ these buses to be a subclass of this new base class.</p>
|
|||
</desc>
|
||||
</idea>
|
||||
|
||||
<idea id="ppc-bringup" class="soc">
|
||||
<idea id="ppc-bringup">
|
||||
<title>PPC/ARM/MIPS bring up</title>
|
||||
|
||||
<desc><p><strong>Technical Contact</strong>: <a
|
||||
|
@ -128,7 +128,7 @@ these buses to be a subclass of this new base class.</p>
|
|||
</desc>
|
||||
</idea>
|
||||
|
||||
<idea id="overhaul-config" class="soc">
|
||||
<idea id="overhaul-config">
|
||||
<title>Overhaul the config system</title>
|
||||
|
||||
<desc><p><strong>Technical Contact</strong>: <a
|
||||
|
@ -165,8 +165,6 @@ these buses to be a subclass of this new base class.</p>
|
|||
<li>General cleanup.</li>
|
||||
<li>Introduce appropriate locking to make the file system operate without
|
||||
the Giant lock (MPSAFE).</li>
|
||||
<li>Make msdosfs robust in the presence of unexpected disk removal, since
|
||||
it is frequently used with removable devices.</li>
|
||||
</ul>
|
||||
<p>It is unclear to what extent the last of these items, arguably the most
|
||||
useful, will require modifying surrounding infrastructure such as BIO,
|
||||
|
@ -181,7 +179,7 @@ these buses to be a subclass of this new base class.</p>
|
|||
</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
|
||||
|
@ -243,7 +241,7 @@ these buses to be a subclass of this new base class.</p>
|
|||
</desc>
|
||||
</idea>
|
||||
|
||||
<idea id="colocation" class="soc">
|
||||
<idea id="colocation">
|
||||
<title>Implement co-location for UFS2</title>
|
||||
|
||||
<desc><p>While FreeBSD's FFS implementation is pretty much
|
||||
|
@ -694,7 +692,7 @@ href="http://info.iet.unipi.it/~luigi/FreeBSD/linux_bsd_kld.html">here</a>.</p>
|
|||
</desc>
|
||||
</idea>
|
||||
|
||||
<idea class="soc" id="interactive-splash">
|
||||
<idea id="interactive-splash">
|
||||
<title>Interactive Splash Screen</title>
|
||||
|
||||
<desc><p>Improve upon / replace the existing static VESA splash
|
||||
|
@ -756,24 +754,6 @@ href="http://info.iet.unipi.it/~luigi/FreeBSD/linux_bsd_kld.html">here</a>.</p>
|
|||
</desc>
|
||||
</idea>
|
||||
|
||||
<!--
|
||||
<idea id="sensors">
|
||||
<title>Add support for the sensors framework to more drivers</title>
|
||||
|
||||
<desc>
|
||||
<p>Not many drivers make use of the sensors framework yet. Possible targets
|
||||
which should be enhanced to use the sensors framework are ATA/SCSI (temperature,
|
||||
write cache status, ...), GEOM (RAID status, ...), ACPI (temperature,
|
||||
voltage, ...) and more.</p>
|
||||
<p><strong>Requirements</strong>:</p>
|
||||
<ul>
|
||||
<li>Ability to read and understand foreign C code.</li>
|
||||
<li>Ability to write C code.</li>
|
||||
</ul>
|
||||
</desc>
|
||||
</idea>
|
||||
-->
|
||||
|
||||
<idea id="trussprocfs">
|
||||
<title>Remove procfs dependencies</title>
|
||||
|
||||
|
@ -836,28 +816,6 @@ href="http://info.iet.unipi.it/~luigi/FreeBSD/linux_bsd_kld.html">here</a>.</p>
|
|||
</desc>
|
||||
</idea>
|
||||
|
||||
<idea id="sysmod" class="soc">
|
||||
<title>Syscons modularization</title>
|
||||
|
||||
<desc>
|
||||
<p>Separate the syscons code into distinct parts for input, output,
|
||||
console handling (switching, screen savers etc.) and terminal
|
||||
emulation. Introduce fine-grained locking. Also implement vt100 and
|
||||
vt220 emulation to supplement the existing SCO emulation. Add a
|
||||
gettytab(5) capability for specifying the terminal emulation, and add
|
||||
entries to /etc/gettytab for the alternative emulations.</p>
|
||||
<p>Optionally implement xterm emulation. The top line of the screen
|
||||
should serve as a title bar, displaying the title set with the \e]0;
|
||||
escape sequence as well as the vty number.</p>
|
||||
<p><strong>Requirements</strong>:</p>
|
||||
<ul>
|
||||
<li>Ability to read and understand foreign C code.</li>
|
||||
<li>Ability to write C code.</li>
|
||||
<li>A good understanding of text terminals and terminal emulation.</li>
|
||||
</ul>
|
||||
</desc>
|
||||
</idea>
|
||||
|
||||
<idea id="optreg">
|
||||
<title>Make optional kernel subsystems register themselves via sysctl</title>
|
||||
|
||||
|
@ -965,7 +923,7 @@ destDir parameter.</li>
|
|||
</desc>
|
||||
</idea>
|
||||
|
||||
<idea class="soc" id="passivelibpcapdetector">
|
||||
<idea class="soc2008" id="passivelibpcapdetector">
|
||||
<title>Passive libpcap based TCP session anomaly detector</title>
|
||||
|
||||
<desc>
|
||||
|
@ -1724,7 +1682,7 @@ clean.</p>
|
|||
</desc>
|
||||
</idea>
|
||||
|
||||
<idea id="pacfile">
|
||||
<idea id="pacfile" class="soc">
|
||||
<title>Proxy auto-config file support for libfetch</title>
|
||||
|
||||
<desc>
|
||||
|
|
Loading…
Reference in a new issue