davidg -> dg
This commit is contained in:
parent
88a4de0fb8
commit
8fbe2569bd
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=3541
5 changed files with 20 additions and 20 deletions
|
@ -1,4 +1,4 @@
|
|||
<!-- $Id: authors.sgml,v 1.116 1998-09-09 05:35:39 ken Exp $ -->
|
||||
<!-- $Id: authors.sgml,v 1.117 1998-09-27 01:03:31 obrien Exp $ -->
|
||||
<!-- The FreeBSD Documentation Project -->
|
||||
|
||||
<!--
|
||||
|
@ -94,9 +94,9 @@ Please keep this list in alphabetical order by entity names.
|
|||
<tt><htmlurl url='mailto:darrenr@FreeBSD.ORG'
|
||||
name='<darrenr@FreeBSD.ORG>'></tt>">
|
||||
|
||||
<!ENTITY a.davidg "David Greenman
|
||||
<tt><htmlurl url='mailto:davidg@FreeBSD.ORG'
|
||||
name='<davidg@FreeBSD.ORG>'></tt>">
|
||||
<!ENTITY a.dg "David Greenman
|
||||
<tt><htmlurl url='mailto:dg@FreeBSD.ORG'
|
||||
name='<dg@FreeBSD.ORG>'></tt>">
|
||||
|
||||
<!ENTITY a.davidn "David Nugent
|
||||
<tt><htmlurl url='mailto:davidn@blaze.net.au'
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
<!-- $Id: contrib.sgml,v 1.308 1998-09-16 22:48:27 cracauer Exp $ -->
|
||||
<!-- $Id: contrib.sgml,v 1.309 1998-09-27 01:03:31 obrien Exp $ -->
|
||||
<!-- The FreeBSD Documentation Project -->
|
||||
|
||||
<!-- Please try to keep the file 'avail' (from CVSROOT)
|
||||
|
@ -25,7 +25,7 @@ groups of people:
|
|||
<item>&a.ache;
|
||||
<item>&a.bde;
|
||||
<item>&a.gibbs;
|
||||
<item>&a.davidg;
|
||||
<item>&a.dg;
|
||||
<item>&a.jkh;
|
||||
<item>&a.phk;
|
||||
<item>&a.rich;
|
||||
|
@ -173,7 +173,7 @@ groups of people:
|
|||
<sect><heading>Who Is Responsible for What<label id="staff:who"></heading>
|
||||
|
||||
<p><descrip>
|
||||
<tag/Principal Architect/ &a.davidg
|
||||
<tag/Principal Architect/ &a.dg
|
||||
<tag/<htmlurl url="../docproj/docproj.html" name="Documentation Project Manager">/ <em>currently vacant</em>
|
||||
<tag/<htmlurl url="l10n.html" name="Internationalization">/ &a.ache
|
||||
<tag/Networking/ &a.wollman
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
<!-- $Id: memoryuse.sgml,v 1.11 1997-10-19 13:32:12 jraynard Exp $ -->
|
||||
<!-- $Id: memoryuse.sgml,v 1.12 1998-09-27 01:03:31 obrien Exp $ -->
|
||||
<!-- The FreeBSD Documentation Project -->
|
||||
|
||||
<sect><heading>PC Memory Utilization<label id="memoryuse"></heading>
|
||||
|
@ -37,7 +37,7 @@ paging will be enabled and the kernel will finally run at the address
|
|||
for which it was linked.
|
||||
|
||||
|
||||
<em>Contributed by &a.davidg;.<newline>
|
||||
<em>Contributed by &a.dg;.<newline>
|
||||
16 Apr 1995.</em>
|
||||
|
||||
The physical pages immediately following the kernel BSS contain
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
<!-- $Id: relnotes.sgml,v 1.27 1998-08-29 01:19:08 max Exp $ -->
|
||||
<!-- $Id: relnotes.sgml,v 1.28 1998-09-27 01:03:31 obrien 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;
|
||||
Owner: &a.dg;
|
||||
|
||||
<tag>Network PCB hash optimization</tag> For
|
||||
systems with a great number of active TCP
|
||||
|
@ -210,7 +210,7 @@
|
|||
to match an incoming packet up to its
|
||||
associated connection.
|
||||
|
||||
Owner: &a.davidg;
|
||||
Owner: &a.dg;
|
||||
|
||||
<tag>Name cache optimization</tag> The name-cache
|
||||
would cache all files of the same name to the
|
||||
|
@ -220,7 +220,7 @@
|
|||
and improved the management of the cache in
|
||||
various other ways while we were at it.
|
||||
|
||||
Owner: &a.phk; and &a.davidg;
|
||||
Owner: &a.phk; and &a.dg;
|
||||
|
||||
<tag>Less restrictive swap-spaces</tag> The need
|
||||
to compile the names of the swap devices into
|
||||
|
@ -229,7 +229,7 @@
|
|||
devices, up to the maximum number of swap
|
||||
devices configured in the kernel.
|
||||
|
||||
Owner: &a.phk; and &a.davidg;
|
||||
Owner: &a.phk; and &a.dg;
|
||||
|
||||
<tag>Hard Wired SCSI Devices</tag> Prior to
|
||||
2.0.5, FreeBSD performed dynamic assignment of
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
<!-- $Id: submitters.sgml,v 1.236 1998-09-19 09:17:12 kuriyama Exp $ -->
|
||||
<!-- $Id: submitters.sgml,v 1.237 1998-09-27 01:03:31 obrien 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.davidg
|
||||
<item>Fix the union file system. Coordinator: &a.dg
|
||||
</itemize>
|
||||
<item>Implement kernel and user vm86 support. Coordinator: &a.jlemon
|
||||
<item>Implement Int13 vm86 disk driver. Coordinator: &a.hackers
|
||||
|
@ -464,7 +464,7 @@ hence cannot offer special tax incentives for any donations made, any such
|
|||
donations will be gratefully accepted on behalf of the project by
|
||||
FreeBSD, Inc.
|
||||
|
||||
<p>FreeBSD, Inc. was founded in early 1995 by &a.jkh and &a.davidg with the
|
||||
<p>FreeBSD, Inc. was founded in early 1995 by &a.jkh and &a.dg with the
|
||||
goal of furthering the aims of the FreeBSD Project and giving it a minimal
|
||||
corporate presence. Any and all funds donated (as well as any profits
|
||||
that may eventually be realized by FreeBSD, Inc.) will be used exclusively
|
||||
|
@ -517,7 +517,7 @@ We are currently trying to put together a testing lab of all components
|
|||
that FreeBSD supports so that proper regression testing can be done with
|
||||
each new release. We are still lacking many important pieces (network cards,
|
||||
motherboards, etc) and if you would like to make such a donation, please contact
|
||||
&a.davidg for information on which items are still required.
|
||||
&a.dg for information on which items are still required.
|
||||
|
||||
<item>Hardware currently unsupported by FreeBSD for which you would like to
|
||||
see such support added. Please contact the &a.core; before sending
|
||||
|
@ -1438,8 +1438,8 @@ id="contrib:additional"></heading>
|
|||
name='<rivers@ponds.uucp>'></tt>
|
||||
<item>David Dawes <tt><htmlurl url='mailto:dawes@physics.su.OZ.AU'
|
||||
name='<dawes@physics.su.OZ.AU>'></tt>
|
||||
<item>David Greenman <tt><htmlurl url='mailto:davidg@Root.COM'
|
||||
name='<davidg@Root.COM>'></tt>
|
||||
<item>David Greenman <tt><htmlurl url='mailto:dg@Root.COM'
|
||||
name='<dg@Root.COM>'></tt>
|
||||
<item>Eric J. Haug <tt><htmlurl url='mailto:ejh@slustl.slu.edu'
|
||||
name='<ejh@slustl.slu.edu>'></tt>
|
||||
<item>Felix Gaehtgens <tt><htmlurl
|
||||
|
|
Loading…
Reference in a new issue