Add new entry: Sync USB code with NetBSD
Submitted by: netchild
This commit is contained in:
parent
5565bbf2a6
commit
97e4ca08f4
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/www/; revision=26774
1 changed files with 18 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
|||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" [
|
||||
<!ENTITY base CDATA "../..">
|
||||
<!ENTITY date "$FreeBSD: www/en/projects/ideas/index.sgml,v 1.9 2005/12/22 12:21:46 joel Exp $">
|
||||
<!ENTITY date "$FreeBSD: www/en/projects/ideas/index.sgml,v 1.10 2005/12/22 18:02:19 joel Exp $">
|
||||
<!ENTITY title "FreeBSD list of projects and ideas for volunteers">
|
||||
<!ENTITY % navincludes SYSTEM "../../includes.navdocs.sgml"> %navincludes;
|
||||
<!ENTITY % includes SYSTEM "../../includes.sgml"> %includes;
|
||||
|
@ -50,6 +50,7 @@
|
|||
<h3>Kernel</h3>
|
||||
<ul>
|
||||
<li><a href="#p-kbdmux">Working kbdmux</a></li>
|
||||
<li><a href="#p-usbnetbsd">Sync USB code with NetBSD</a></li>
|
||||
<li><a href="#p-sxsemantics">Usable lock implementation with
|
||||
SX-semantics</a></li>
|
||||
<li><a href="#p-docsysctl">Document as many sysctls as possible</a></li>
|
||||
|
@ -206,6 +207,22 @@
|
|||
|
||||
<hr>
|
||||
|
||||
<a name="p-usbnetbsd"></a>
|
||||
<h2>Sync USB code with NetBSD</h2>
|
||||
<p><strong>Technical contact</strong>: <a
|
||||
href="mailto:usb@FreeBSD.org">usb@FreeBSD.org</a> (mailing list)</p>
|
||||
<p>There are various improvements and fixes to the USB code in NetBSD
|
||||
which have not found their way into FreeBSD yet.</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>Various USB devices and/or energy to let people on the USB mailing list
|
||||
test patches and listen to bug reports regarding those tests.</li>
|
||||
</ul>
|
||||
|
||||
<hr>
|
||||
|
||||
<a name="p-sxsemantics"></a>
|
||||
<h2>Usable lock implementation with SX-semantics</h2>
|
||||
<p><strong>Technical contact</strong>: <a
|
||||
|
|
Loading…
Reference in a new issue