Update some project assignments.

This commit is contained in:
Jordan K. Hubbard 1998-06-15 00:56:55 +00:00
parent 3cae2edbb5
commit 1474fb1d3f
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/head/; revision=2947
3 changed files with 5 additions and 6 deletions

View file

@ -1,4 +1,4 @@
<!-- $Id: contrib.sgml,v 1.289 1998-06-12 14:42:33 jkh Exp $ -->
<!-- $Id: contrib.sgml,v 1.290 1998-06-15 00:56:53 jkh Exp $ -->
<!-- The FreeBSD Documentation Project -->
<!-- Please try to keep the file 'avail' (from CVSROOT)
@ -23,7 +23,6 @@ groups of people:
<item>&a.asami;
<item>&a.jmb;
<item>&a.ache;
<item>&a.dyson;
<item>&a.bde;
<item>&a.gibbs;
<item>&a.davidg;

View file

@ -1,4 +1,4 @@
<!-- $Id: relnotes.sgml,v 1.24 1998-03-23 23:48:32 jkh Exp $ -->
<!-- $Id: relnotes.sgml,v 1.25 1998-06-15 00:56:54 jkh Exp $ -->
<!-- The FreeBSD Documentation Project -->
<!--
@ -201,7 +201,7 @@
a number of more optimal memory allocation
strategies that were not possible before.
Owner: &a.davidg; and &a.dyson;
Owner: &a.davidg;
<tag>Network PCB hash optimization</tag> For
systems with a great number of active TCP

View file

@ -1,4 +1,4 @@
<!-- $Id: submitters.sgml,v 1.198 1998-06-12 17:36:39 jkh Exp $ -->
<!-- $Id: submitters.sgml,v 1.199 1998-06-15 00:56:55 jkh Exp $ -->
<!-- The FreeBSD Documentation Project -->
<chapt><heading>Contributing to FreeBSD<label id="contrib"></heading>
@ -63,7 +63,7 @@ provide an accurate mapping of BIOS geometries for disks.
<itemize>
<item>Fix the MSDOS file system.
<item>Clean up and document the nullfs filesystem code. Coordinator: &a.gibbs
<item>Fix the union file system. Coordinator: &a.dyson
<item>Fix the union file system. Coordinator: &a.davidg
</itemize>
<item>Implement kernel and user vm86 support. Coordinator: &a.jlemon
<item>Implement Int13 vm86 disk driver. Coordinator: &a.hackers