5796 lines
158 KiB
Text
5796 lines
158 KiB
Text
<!--
|
|
The FreeBSD Documentation Project
|
|
|
|
$Id: chapter.sgml,v 1.92 2000-03-19 06:20:31 vanilla Exp $
|
|
-->
|
|
|
|
<chapter id="contrib">
|
|
<title>Contributing to FreeBSD</title>
|
|
|
|
<para><emphasis>Contributed by &a.jkh;.</emphasis></para>
|
|
|
|
<para>So you want to contribute something to FreeBSD? That is great! We can
|
|
always use the help, and FreeBSD is one of those systems that
|
|
<emphasis>relies</emphasis> on the contributions of its user base in order
|
|
to survive. Your contributions are not only appreciated, they are vital
|
|
to FreeBSD's continued growth!</para>
|
|
|
|
<para>Contrary to what some people might also have you believe, you do not
|
|
need to be a hot-shot programmer or a close personal friend of the FreeBSD
|
|
core team in order to have your contributions accepted. The FreeBSD
|
|
Project's development is done by a large and growing number of
|
|
international contributors whose ages and areas of technical expertise
|
|
vary greatly, and there is always more work to be done than there are
|
|
people available to do it.</para>
|
|
|
|
<para>Since the FreeBSD project is responsible for an entire operating
|
|
system environment (and its installation) rather than just a kernel or a
|
|
few scattered utilities, our <filename>TODO</filename> list also spans a
|
|
very wide range of tasks, from documentation, beta testing and
|
|
presentation to highly specialized types of kernel development. No matter
|
|
what your skill level, there is almost certainly something you can do to
|
|
help the project!</para>
|
|
|
|
<para>Commercial entities engaged in FreeBSD-related enterprises are also
|
|
encouraged to contact us. Need a special extension to make your product
|
|
work? You will find us receptive to your requests, given that they are not
|
|
too outlandish. Working on a value-added product? Please let us know! We
|
|
may be able to work cooperatively on some aspect of it. The free software
|
|
world is challenging a lot of existing assumptions about how software is
|
|
developed, sold, and maintained throughout its life cycle, and we urge you
|
|
to at least give it a second look.</para>
|
|
|
|
<sect1>
|
|
<title>What Is Needed</title>
|
|
|
|
<para>The following list of tasks and sub-projects represents something of
|
|
an amalgam of the various core team <filename>TODO</filename> lists and
|
|
user requests we have collected over the last couple of months. Where
|
|
possible, tasks have been ranked by degree of urgency. If you are
|
|
interested in working on one of the tasks you see here, send mail to the
|
|
coordinator listed by clicking on their names. If no coordinator has
|
|
been appointed, maybe you would like to volunteer?</para>
|
|
|
|
<sect2>
|
|
<title>High priority tasks</title>
|
|
|
|
<para>The following tasks are considered to be urgent, usually because
|
|
they represent something that is badly broken or sorely needed:</para>
|
|
|
|
<orderedlist>
|
|
<listitem>
|
|
<para>3-stage boot issues. Overall coordination: &a.hackers;</para>
|
|
|
|
<itemizedlist>
|
|
<listitem>
|
|
<para>Do WinNT compatible drive tagging so that the 3rd stage
|
|
can provide an accurate mapping of BIOS geometries for
|
|
disks.</para>
|
|
</listitem>
|
|
</itemizedlist>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>Filesystem problems. Overall coordination: &a.fs;</para>
|
|
|
|
<itemizedlist>
|
|
<listitem>
|
|
<para>Fix the MSDOS file system.</para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>Clean up and document the nullfs filesystem code.
|
|
Coordinator: &a.eivind;</para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>Fix the union file system. Coordinator: &a.dg;</para>
|
|
</listitem>
|
|
</itemizedlist>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>Implement Int13 vm86 disk driver. Coordinator:
|
|
&a.hackers;</para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>New bus architecture. Coordinator: &a.newbus;</para>
|
|
|
|
<itemizedlist>
|
|
<listitem>
|
|
<para>Port existing ISA drivers to new architecture.</para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>Move all interrupt-management code to appropriate parts of
|
|
the bus drivers.</para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>Port PCI subsystem to new architecture. Coordinator:
|
|
&a.dfr;</para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>Figure out the right way to handle removable devices and
|
|
then use that as a substrate on which PC-Card and CardBus
|
|
support can be implemented.</para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>Resolve the probe/attach priority issue once and for
|
|
all.</para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>Move any remaining buses over to the new
|
|
architecture.</para>
|
|
</listitem>
|
|
</itemizedlist>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>Kernel issues. Overall coordination: &a.hackers;</para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>Add more pro-active security infrastructure. Overall
|
|
coordination: &a.security;</para>
|
|
|
|
<itemizedlist>
|
|
<listitem>
|
|
<para>Build something like Tripwire(TM) into the kernel, with a
|
|
remote and local part. There are a number of cryptographic
|
|
issues to getting this right; contact the coordinator for
|
|
details. Coordinator: &a.eivind;</para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>Make the entire kernel use <literal>suser()</literal>
|
|
instead of comparing to 0. It is presently using about half
|
|
of each. Coordinator: &a.eivind;</para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>Split securelevels into different parts, to allow an
|
|
administrator to throw away those privileges he can throw
|
|
away. Setting the overall securelevel needs to have the same
|
|
effect as now, obviously. Coordinator: &a.eivind;</para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>Make it possible to upload a list of “allowed
|
|
program” to BPF, and then block BPF from accepting other
|
|
programs. This would allow BPF to be used e.g. for DHCP,
|
|
without allowing an attacker to start snooping the local
|
|
network.</para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>Update the security checker script. We should at least
|
|
grab all the checks from the other BSD derivatives, and add
|
|
checks that a system with securelevel increased also have
|
|
reasonable flags on the relevant parts. Coordinator:
|
|
&a.eivind;</para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>Add authorization infrastructure to the kernel, to allow
|
|
different authorization policies. Part of this could be done
|
|
by modifying <literal>suser()</literal>. Coordinator:
|
|
&a.eivind;</para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>Add code to the NFS layer so that you cannot
|
|
<literal>chdir("..")</literal> out of an NFS partition. E.g.,
|
|
<filename>/usr</filename> is a UFS partition with
|
|
<filename>/usr/src</filename> NFS exported. Now it is
|
|
possible to use the NFS filehandle for
|
|
<filename>/usr/src</filename> to get access to
|
|
<filename>/usr</filename>.</para>
|
|
</listitem>
|
|
</itemizedlist>
|
|
</listitem>
|
|
</orderedlist>
|
|
</sect2>
|
|
|
|
<sect2>
|
|
<title>Medium priority tasks</title>
|
|
|
|
<para>The following tasks need to be done, but not with any particular
|
|
urgency:</para>
|
|
|
|
<orderedlist>
|
|
<listitem>
|
|
<para>Full KLD based driver support/Configuration Manager.</para>
|
|
|
|
<itemizedlist>
|
|
<listitem>
|
|
<para>Write a configuration manager (in the 3rd stage boot?)
|
|
that probes your hardware in a sane manner, keeps only the
|
|
KLDs required for your hardware, etc.</para>
|
|
</listitem>
|
|
</itemizedlist>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>PCMCIA/PCCARD. Coordinators: &a.msmith; and &a.phk;</para>
|
|
|
|
<itemizedlist>
|
|
<listitem>
|
|
<para>Documentation!</para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>Reliable operation of the pcic driver (needs
|
|
testing).</para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>Recognizer and handler for <filename>sio.c</filename>
|
|
(mostly done).</para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>Recognizer and handler for <filename>ed.c</filename>
|
|
(mostly done).</para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>Recognizer and handler for <filename>ep.c</filename>
|
|
(mostly done).</para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>User-mode recognizer and handler (partially done).</para>
|
|
</listitem>
|
|
</itemizedlist>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>Advanced Power Management. Coordinators: &a.msmith; and
|
|
&a.phk;</para>
|
|
|
|
<itemizedlist>
|
|
<listitem>
|
|
<para>APM sub-driver (mostly done).</para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>IDE/ATA disk sub-driver (partially done).</para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>syscons/pcvt sub-driver.</para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>Integration with the PCMCIA/PCCARD drivers
|
|
(suspend/resume).</para>
|
|
</listitem>
|
|
</itemizedlist>
|
|
</listitem>
|
|
</orderedlist>
|
|
</sect2>
|
|
|
|
<sect2>
|
|
<title>Low priority tasks</title>
|
|
|
|
<para>The following tasks are purely cosmetic or represent such an
|
|
investment of work that it is not likely that anyone will get them
|
|
done anytime soon:</para>
|
|
|
|
<para>The first N items are from Terry Lambert
|
|
<email>terry@lambert.org</email></para>
|
|
|
|
<orderedlist>
|
|
<listitem>
|
|
<para>NetWare Server (protected mode ODI driver) loader and
|
|
subservices to allow the use of ODI card drivers supplied with
|
|
network cards. The same thing for NDIS drivers and NetWare SCSI
|
|
drivers.</para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>An "upgrade system" option that works on Linux boxes instead
|
|
of just previous rev FreeBSD boxes.</para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>Symmetric Multiprocessing with kernel preemption (requires
|
|
kernel preemption).</para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>A concerted effort at support for portable computers. This is
|
|
somewhat handled by changing PCMCIA bridging rules and power
|
|
management event handling. But there are things like detecting
|
|
internal vs. external display and picking a different screen
|
|
resolution based on that fact, not spinning down the disk if the
|
|
machine is in dock, and allowing dock-based cards to disappear
|
|
without affecting the machines ability to boot (same issue for
|
|
PCMCIA).</para>
|
|
</listitem>
|
|
</orderedlist>
|
|
</sect2>
|
|
|
|
<sect2>
|
|
<title>Smaller tasks</title>
|
|
|
|
<para>Most of the tasks listed in the previous sections require either a
|
|
considerable investment of time or an in-depth knowledge of the
|
|
FreeBSD kernel (or both). However, there are also many useful tasks
|
|
which are suitable for "weekend hackers", or people without
|
|
programming skills.</para>
|
|
|
|
<orderedlist>
|
|
<listitem>
|
|
<para>If you run FreeBSD-current and have a good Internet
|
|
connection, there is a machine <hostid
|
|
role="fqdn">current.FreeBSD.org</hostid> which builds a full
|
|
release once a day — every now and again, try and install
|
|
the latest release from it and report any failures in the
|
|
process.</para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>Read the freebsd-bugs mailing list. There might be a
|
|
problem you can comment constructively on or with patches you
|
|
can test. Or you could even try to fix one of the problems
|
|
yourself.</para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>Read through the FAQ and Handbook periodically. If anything
|
|
is badly explained, out of date or even just completely wrong, let
|
|
us know. Even better, send us a fix (SGML is not difficult to
|
|
learn, but there is no objection to ASCII submissions).</para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>Help translate FreeBSD documentation into your native language
|
|
(if not already available) — just send an email to &a.doc;
|
|
asking if anyone is working on it. Note that you are not
|
|
committing yourself to translating every single FreeBSD document
|
|
by doing this — in fact, the documentation most in need of
|
|
translation is the installation instructions.</para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>Read the freebsd-questions mailing list and &ng.misc
|
|
occasionally (or even regularly). It can be very satisfying to
|
|
share your expertise and help people solve their problems;
|
|
sometimes you may even learn something new yourself! These forums
|
|
can also be a source of ideas for things to work on.</para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>If you know of any bugfixes which have been successfully
|
|
applied to -current but have not been merged into -stable after a
|
|
decent interval (normally a couple of weeks), send the committer a
|
|
polite reminder.</para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>Move contributed software to <filename>src/contrib</filename>
|
|
in the source tree.</para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>Make sure code in <filename>src/contrib</filename> is up to
|
|
date.</para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>Look for year 2000 bugs (and fix any you find!)</para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>Build the source tree (or just part of it) with extra warnings
|
|
enabled and clean up the warnings.</para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>Fix warnings for ports which do deprecated things like using
|
|
gets() or including malloc.h.</para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>If you have contributed any ports, send your patches back to
|
|
the original author (this will make your life easier when they
|
|
bring out the next version)</para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>Suggest further tasks for this list!</para>
|
|
</listitem>
|
|
</orderedlist>
|
|
</sect2>
|
|
|
|
<sect2>
|
|
<title>Work through the PR database</title>
|
|
|
|
<para>The <ulink
|
|
url="http://www.FreeBSD.org/cgi/query-pr-summary.cgi">FreeBSD PR
|
|
list</ulink> shows all the current active problem reports and
|
|
requests for enhancement that have been submitted by FreeBSD users.
|
|
Look through the open PRs, and see if anything there takes your
|
|
interest. Some of these might be very simple tasks, that just need an
|
|
extra pair of eyes to look over them and confirm that the fix in the
|
|
PR is a good one. Others might be much more complex.</para>
|
|
|
|
<para>Start with the PRs that have not been assigned to anyone else, but
|
|
if one them is assigned to someone else, but it looks like something
|
|
you can handle, e-mail the person it is assigned to and ask if you can
|
|
work on it—they might already have a patch ready to be tested,
|
|
or further ideas that you can discuss with them.</para>
|
|
</sect2>
|
|
</sect1>
|
|
|
|
<sect1>
|
|
<title>How to Contribute</title>
|
|
|
|
<para>Contributions to the system generally fall into one or more of the
|
|
following 6 categories:</para>
|
|
|
|
<sect2 id="contrib-general">
|
|
<title>Bug reports and general commentary</title>
|
|
|
|
<para>An idea or suggestion of <emphasis>general</emphasis> technical
|
|
interest should be mailed to the &a.hackers;. Likewise, people with
|
|
an interest in such things (and a tolerance for a
|
|
<emphasis>high</emphasis> volume of mail!) may subscribe to the
|
|
hackers mailing list by sending mail to &a.majordomo;. See <link
|
|
linkend="eresources-mail">mailing lists</link> for more information
|
|
about this and other mailing lists.</para>
|
|
|
|
<para>If you find a bug or are submitting a specific change, please
|
|
report it using the &man.send-pr.1; program or its <ulink
|
|
URL="http://www.FreeBSD.org/send-pr.html">WEB-based
|
|
equivalent</ulink>. Try to fill-in each field of the bug report.
|
|
Unless they exceed 65KB, include any patches directly in the report.
|
|
When including patches, <emphasis>do not</emphasis> use cut-and-paste
|
|
because cut-and-paste turns tabs into spaces and makes them unusable.
|
|
Consider compressing patches and using &man.uuencode.1; if they exceed
|
|
20KB. Upload very large submissions to <ulink
|
|
url="ftp://ftp.FreeBSD.org/pub/FreeBSD/incoming/">ftp.FreeBSD.org:/pub/FreeBSD/incoming/</ulink>.</para>
|
|
|
|
<para>After filing a report, you should receive confirmation along with
|
|
a tracking number. Keep this tracking number so that you can update
|
|
us with details about the problem by sending mail to
|
|
<email>bug-followup@FreeBSD.org</email>. Use the number as the
|
|
message subject, e.g. <literal>"Re: kern/3377"</literal>. Additional
|
|
information for any bug report should be submitted this way.</para>
|
|
|
|
<para>If you do not receive confirmation in a timely fashion (3 days to
|
|
a week, depending on your email connection) or are, for some reason,
|
|
unable to use the &man.send-pr.1; command, then you may ask
|
|
someone to file it for you by sending mail to the &a.bugs;.</para>
|
|
</sect2>
|
|
|
|
<sect2>
|
|
<title>Changes to the documentation</title>
|
|
|
|
<para>Changes to the documentation are overseen by the &a.doc;. Send
|
|
submissions and changes (even small ones are welcome!) using
|
|
<command>send-pr</command> as described in <link
|
|
linkend="contrib-general">Bug Reports and General
|
|
Commentary</link>.</para>
|
|
</sect2>
|
|
|
|
<sect2>
|
|
<title>Changes to existing source code</title>
|
|
|
|
<para>An addition or change to the existing source code is a somewhat
|
|
trickier affair and depends a lot on how far out of date you are with
|
|
the current state of the core FreeBSD development. There is a special
|
|
on-going release of FreeBSD known as “FreeBSD-current”
|
|
which is made available in a variety of ways for the convenience of
|
|
developers working actively on the system. See <link
|
|
linkend="current">Staying current with FreeBSD</link> for more
|
|
information about getting and using FreeBSD-current.</para>
|
|
|
|
<para>Working from older sources unfortunately means that your changes
|
|
may sometimes be too obsolete or too divergent for easy re-integration
|
|
into FreeBSD. Chances of this can be minimized somewhat by
|
|
subscribing to the &a.announce; and the &a.current; lists, where
|
|
discussions on the current state of the system take place.</para>
|
|
|
|
<para>Assuming that you can manage to secure fairly up-to-date sources
|
|
to base your changes on, the next step is to produce a set of diffs to
|
|
send to the FreeBSD maintainers. This is done with the &man.diff.1;
|
|
command, with the “context diff” form
|
|
being preferred. For example:</para>
|
|
|
|
<para>
|
|
<screen>&prompt.user; <userinput>diff -c oldfile newfile</userinput></screen>
|
|
|
|
or
|
|
|
|
<screen>&prompt.user; <userinput>diff -c -r olddir newdir</userinput></screen>
|
|
|
|
would generate such a set of context diffs for the given source file
|
|
or directory hierarchy. See the man page for &man.diff.1; for more
|
|
details.</para>
|
|
|
|
<para>Once you have a set of diffs (which you may test with the
|
|
&man.patch.1; command), you should submit them for inclusion with
|
|
FreeBSD. Use the &man.send-pr.1; program as described in <link
|
|
linkend="contrib-general">Bug Reports and General Commentary</link>.
|
|
<emphasis>Do not</emphasis> just send the diffs to the &a.hackers; or
|
|
they will get lost! We greatly appreciate your submission (this is a
|
|
volunteer project!); because we are busy, we may not be able to
|
|
address it immediately, but it will remain in the pr database until we
|
|
do.</para>
|
|
|
|
<para>If you feel it appropriate (e.g. you have added, deleted, or
|
|
renamed files), bundle your changes into a <command>tar</command> file
|
|
and run the &man.uuencode.1; program on it. Shar archives are also
|
|
welcome.</para>
|
|
|
|
<para>If your change is of a potentially sensitive nature, e.g. you are
|
|
unsure of copyright issues governing its further distribution or you
|
|
are simply not ready to release it without a tighter review first,
|
|
then you should send it to &a.core; directly rather than submitting it
|
|
with &man.send-pr.1;. The core mailing list reaches a much smaller
|
|
group of people who do much of the day-to-day work on FreeBSD. Note
|
|
that this group is also <emphasis>very busy</emphasis> and so you
|
|
should only send mail to them where it is truly necessary.</para>
|
|
|
|
<para>Please refer to <command>man 9 intro</command> and <command>man 9
|
|
style</command> for some information on coding style. We would
|
|
appreciate it if you were at least aware of this information before
|
|
submitting code.</para>
|
|
</sect2>
|
|
|
|
<sect2>
|
|
<title>New code or major value-added packages</title>
|
|
|
|
<para>In the rare case of a significant contribution of a large body
|
|
work, or the addition of an important new feature to FreeBSD, it
|
|
becomes almost always necessary to either send changes as uuencode'd
|
|
tar files or upload them to our ftp site <ulink
|
|
URL="ftp://ftp.FreeBSD.org/pub/FreeBSD/incoming">ftp://ftp.FreeBSD.org/pub/FreeBSD/incoming</ulink>.</para>
|
|
|
|
<para>When working with large amounts of code, the touchy subject of
|
|
copyrights also invariably comes up. Acceptable copyrights for code
|
|
included in FreeBSD are:</para>
|
|
|
|
<orderedlist>
|
|
<listitem>
|
|
<para>The BSD copyright. This copyright is most preferred due to
|
|
its “no strings attached” nature and general
|
|
attractiveness to commercial enterprises. Far from discouraging
|
|
such commercial use, the FreeBSD Project actively encourages such
|
|
participation by commercial interests who might eventually be
|
|
inclined to invest something of their own into FreeBSD.</para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>The GNU Public License, or “GPL”. This license is
|
|
not quite as popular with us due to the amount of extra effort
|
|
demanded of anyone using the code for commercial purposes, but
|
|
given the sheer quantity of GPL'd code we currently require
|
|
(compiler, assembler, text formatter, etc) it would be silly to
|
|
refuse additional contributions under this license. Code under
|
|
the GPL also goes into a different part of the tree, that being
|
|
<filename>/sys/gnu</filename> or
|
|
<filename>/usr/src/gnu</filename>, and is therefore easily
|
|
identifiable to anyone for whom the GPL presents a problem.</para>
|
|
</listitem>
|
|
</orderedlist>
|
|
|
|
<para>Contributions coming under any other type of copyright must be
|
|
carefully reviewed before their inclusion into FreeBSD will be
|
|
considered. Contributions for which particularly restrictive
|
|
commercial copyrights apply are generally rejected, though the authors
|
|
are always encouraged to make such changes available through their own
|
|
channels.</para>
|
|
|
|
<para>To place a “BSD-style” copyright on your work, include
|
|
the following text at the very beginning of every source code file you
|
|
wish to protect, replacing the text between the <literal>%%</literal>
|
|
with the appropriate information.</para>
|
|
|
|
<programlisting>
|
|
Copyright (c) %%proper_years_here%%
|
|
%%your_name_here%%, %%your_state%% %%your_zip%%.
|
|
All rights reserved.
|
|
|
|
Redistribution and use in source and binary forms, with or without
|
|
modification, are permitted provided that the following conditions
|
|
are met:
|
|
1. Redistributions of source code must retain the above copyright
|
|
notice, this list of conditions and the following disclaimer as
|
|
the first lines of this file unmodified.
|
|
2. Redistributions in binary form must reproduce the above copyright
|
|
notice, this list of conditions and the following disclaimer in the
|
|
documentation and/or other materials provided with the distribution.
|
|
|
|
THIS SOFTWARE IS PROVIDED BY %%your_name_here%% ``AS IS'' AND ANY EXPRESS OR
|
|
IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
|
|
OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
|
|
IN NO EVENT SHALL %%your_name_here%% BE LIABLE FOR ANY DIRECT, INDIRECT,
|
|
INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
|
|
NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
|
|
DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
|
|
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
|
|
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
|
|
THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
|
|
|
$Id$</programlisting>
|
|
|
|
<para>For your convenience, a copy of this text can be found in
|
|
<filename>/usr/share/examples/etc/bsd-style-copyright</filename>.</para>
|
|
</sect2>
|
|
|
|
<sect2>
|
|
<title>Money, Hardware or Internet access</title>
|
|
|
|
<para>We are always very happy to accept donations to further the cause
|
|
of the FreeBSD Project and, in a volunteer effort like ours, a little
|
|
can go a long way! Donations of hardware are also very important to
|
|
expanding our list of supported peripherals since we generally lack
|
|
the funds to buy such items ourselves.</para>
|
|
|
|
<sect3>
|
|
<title><anchor id="donations">Donating funds</title>
|
|
|
|
<para>While the FreeBSD Project is not a 501(c)(3) (charitable)
|
|
corporation and 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.</para>
|
|
|
|
<para>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 to further the project's
|
|
goals.</para>
|
|
|
|
<para>Please make any checks payable to FreeBSD, Inc., sent in care of
|
|
the following address:</para>
|
|
|
|
<address>
|
|
<otheraddr>FreeBSD, Inc.</otheraddr>
|
|
<otheraddr>c/o Jordan Hubbard</otheraddr>
|
|
<street>4041 Pike Lane, Suite F</street>
|
|
<city>Concord</city>
|
|
<state>CA</state>, <postcode>94520</postcode>
|
|
</address>
|
|
|
|
<para>(currently using the Walnut Creek CDROM address until a PO box
|
|
can be opened)</para>
|
|
|
|
<para>Wire transfers may also be sent directly to:</para>
|
|
|
|
<address>
|
|
<otheraddr>Bank Of America</otheraddr>
|
|
<otheraddr>Concord Main Office</otheraddr>
|
|
<pob>P.O. Box 37176</pob>
|
|
<city>San Francisco</city>
|
|
<state>CA</state>, <postcode>94137-5176</postcode>
|
|
|
|
<otheraddr>Routing #: 121-000-358</otheraddr>
|
|
<otheraddr>Account #: 01411-07441 (FreeBSD, Inc.)</otheraddr>
|
|
</address>
|
|
|
|
<para>Any correspondence related to donations should be sent to &a.jkh,
|
|
either via email or to the FreeBSD, Inc. postal address given above.
|
|
</para>
|
|
|
|
<para>If you do not wish to be listed in our <link
|
|
linkend="donors">donors</link> section, please specify this when
|
|
making your donation. Thanks!</para>
|
|
</sect3>
|
|
|
|
<sect3>
|
|
<title>Donating hardware</title>
|
|
|
|
<para>Donations of hardware in any of the 3 following categories are
|
|
also gladly accepted by the FreeBSD Project:</para>
|
|
|
|
<itemizedlist>
|
|
<listitem>
|
|
<para>General purpose hardware such as disk drives, memory or
|
|
complete systems should be sent to the FreeBSD, Inc. address
|
|
listed in the <emphasis>donating funds</emphasis>
|
|
section.</para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>Hardware for which ongoing compliance testing is desired.
|
|
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.dg;
|
|
for information on which items are still required.</para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>Hardware currently unsupported by FreeBSD for which you
|
|
would like to see such support added. Please contact the
|
|
&a.core; before sending such items as we will need to find a
|
|
developer willing to take on the task before we can accept
|
|
delivery of new hardware.</para>
|
|
</listitem>
|
|
</itemizedlist>
|
|
</sect3>
|
|
|
|
<sect3>
|
|
<title>Donating Internet access</title>
|
|
|
|
<para>We can always use new mirror sites for FTP, WWW or
|
|
<command>cvsup</command>. If you would like to be such a mirror,
|
|
please contact the FreeBSD project administrators
|
|
<email>admin@FreeBSD.org</email> for more information.</para>
|
|
</sect3>
|
|
</sect2>
|
|
</sect1>
|
|
|
|
<sect1 id="donors">
|
|
<title>Donors Gallery</title>
|
|
|
|
<para>The FreeBSD Project is indebted to the following donors and would
|
|
like to publically thank them here!</para>
|
|
|
|
<itemizedlist>
|
|
<listitem>
|
|
<para><emphasis>Contributors to the central server
|
|
project:</emphasis></para>
|
|
|
|
<para>The following individuals and businesses made it possible for
|
|
the FreeBSD Project to build a new central server machine to
|
|
eventually replace <hostid role="fqdn">freefall.FreeBSD.org</hostid>
|
|
by donating the following items:</para>
|
|
|
|
<itemizedlist>
|
|
<listitem>
|
|
<para>&a.mbarkah and his employer, <ulink URL="http://www.hemi.com">
|
|
Hemisphere Online</ulink>, donated a <emphasis>Pentium Pro
|
|
(P6) 200Mhz CPU</emphasis></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para><ulink URL="http://www.asacomputers.com">ASA
|
|
Computers</ulink> donated a <emphasis>Tyan 1662
|
|
motherboard</emphasis>.</para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>Joe McGuckin <email>joe@via.net</email> of <ulink
|
|
URL="http://www.via.net">ViaNet Communications</ulink> donated
|
|
a <emphasis>Kingston ethernet controller.</emphasis></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>Jack O'Neill <email>jack@diamond.xtalwind.net</email>
|
|
donated an <emphasis>NCR 53C875 SCSI controller
|
|
card</emphasis>.</para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>Ulf Zimmermann <email>ulf@Alameda.net</email> of <ulink
|
|
URL="http://www.Alameda.net">Alameda Networks</ulink> donated
|
|
<emphasis>128MB of memory</emphasis>, a <emphasis>4 Gb disk
|
|
drive and the case.</emphasis></para>
|
|
</listitem>
|
|
</itemizedlist>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para><emphasis>Direct funding:</emphasis></para>
|
|
|
|
<para>The following individuals and businesses have generously
|
|
contributed direct funding to the project:</para>
|
|
|
|
<itemizedlist>
|
|
<listitem>
|
|
<para>Annelise Anderson
|
|
<email>ANDRSN@HOOVER.STANFORD.EDU</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>&a.dillon</para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para><ulink URL="http://www.epilogue.com/">Epilogue Technology
|
|
Corporation</ulink></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>&a.sef</para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>Don Scott Wilde</para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>Gianmarco Giovannelli
|
|
<email>gmarco@masternet.it</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>Josef C. Grosch <email>joeg@truenorth.org</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>Robert T. Morris</para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>&a.chuckr</para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>Kenneth P. Stox <email>ken@stox.sa.enteract.com</email> of
|
|
<ulink URL="http://www.imagescape.com">Imaginary Landscape,
|
|
LLC.</ulink></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>Dmitry S. Kohmanyuk <email>dk@dog.farm.org</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para><ulink URL="http://www.cdrom.co.jp/">Laser5</ulink> of Japan
|
|
(a portion of the profits from sales of their various FreeBSD
|
|
CD-ROMs.</para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para><ulink URL="http://www.mmjp.or.jp/fuki/">Fuki Shuppan
|
|
Publishing Co.</ulink> donated a portion of their profits from
|
|
<emphasis>Hajimete no FreeBSD</emphasis> (FreeBSD, Getting
|
|
started) to the FreeBSD and XFree86 projects.</para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para><ulink URL="http://www.ascii.co.jp/">ASCII Corp.</ulink>
|
|
donated a portion of their profits from several FreeBSD-related
|
|
books to the FreeBSD project.</para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para><ulink URL="http://www.yokogawa.co.jp/">Yokogawa Electric
|
|
Corp</ulink> has generously donated significant funding to the
|
|
FreeBSD project.</para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para><ulink URL="http://www.buffnet.net/">BuffNET</ulink></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para><ulink url="http://www.pacificsolutions.com/">Pacific
|
|
Solutions</ulink></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para><ulink url="http://www.siemens.de/">Siemens AG</ulink>
|
|
via <ulink url="mailto:andre.albsmeier@mchp.siemens.de">Andre
|
|
Albsmeier</ulink></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para><ulink url="mailto:ras@interaccess.com">Chris Silva</ulink>
|
|
</para>
|
|
</listitem>
|
|
|
|
</itemizedlist>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para><emphasis>Hardware contributors:</emphasis></para>
|
|
|
|
<para>The following individuals and businesses have generously
|
|
contributed hardware for testing and device driver
|
|
development/support:</para>
|
|
|
|
<itemizedlist>
|
|
<listitem>
|
|
<para>Walnut Creek CDROM for providing the Pentium P5-90 and
|
|
486/DX2-66 EISA/VL systems that are being used for our
|
|
development work, to say nothing of the network access and other
|
|
donations of hardware resources.</para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>TRW Financial Systems, Inc. provided 130 PCs, three 68 GB
|
|
fileservers, twelve Ethernets, two routers and an ATM switch for
|
|
debugging the diskless code.</para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>Dermot McDonnell donated the Toshiba XM3401B CDROM drive
|
|
currently used in freefall.</para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>&a.chuck; contributed his floppy tape streamer for
|
|
experimental work.</para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>Larry Altneu <email>larry@ALR.COM</email>, and &a.wilko;,
|
|
provided Wangtek and Archive QIC-02 tape drives in order to
|
|
improve the <devicename>wt</devicename> driver.</para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>Ernst Winter <email>ewinter@lobo.muc.de</email> contributed
|
|
a 2.88 MB floppy drive to the project. This will hopefully
|
|
increase the pressure for rewriting the floppy disk driver.
|
|
<!-- smiley -->;-)</para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para><ulink URL="http://www.tekram.com">Tekram
|
|
Technologies</ulink> sent one each of their DC-390, DC-390U
|
|
and DC-390F FAST and ULTRA SCSI host adapter cards for
|
|
regression testing of the NCR and AMD drivers with their cards.
|
|
They are also to be applauded for making driver sources for free
|
|
operating systems available from their FTP server <ulink
|
|
URL="ftp://ftp.tekram.com/scsi/FreeBSD">ftp://ftp.tekram.com/scsi/FreeBSD</ulink>.</para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para><email>Larry M. Augustin</email> contributed not only a
|
|
Symbios Sym8751S SCSI card, but also a set of data books,
|
|
including one about the forthcoming Sym53c895 chip with Ultra-2
|
|
and LVD support, and the latest programming manual with
|
|
information on how to safely use the advanced features of the
|
|
latest Symbios SCSI chips. Thanks a lot!</para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>Christoph Kukulies <email>kuku@FreeBSD.org</email> donated
|
|
an FX120 12 speed Mitsumi CDROM drive for IDE CDROM driver
|
|
development.</para>
|
|
</listitem>
|
|
</itemizedlist>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para><emphasis>Special contributors:</emphasis></para>
|
|
|
|
<itemizedlist>
|
|
<listitem>
|
|
<para><ulink URL="http://www.cdrom.com">Walnut Creek CDROM</ulink>
|
|
has donated almost more than we can say (see the <link
|
|
linkend="history">history</link> document for more details).
|
|
In particular, we would like to thank them for the original
|
|
hardware used for <hostid
|
|
role="fqdn">freefall.FreeBSD.org</hostid>, our primary
|
|
development machine, and for <hostid
|
|
role="fqdn">thud.FreeBSD.org</hostid>, a testing and build
|
|
box. We are also indebted to them for funding various
|
|
contributors over the years and providing us with unrestricted
|
|
use of their T1 connection to the Internet.</para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>The <ulink URL="http://www.interface-business.de">interface
|
|
business GmbH, Dresden</ulink> has been patiently supporting
|
|
&a.joerg; who has often preferred FreeBSD work over paywork, and
|
|
used to fall back to their (quite expensive) EUnet Internet
|
|
connection whenever his private connection became too slow or
|
|
flakey to work with it...</para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para><ulink URL="http://www.bsdi.com">Berkeley Software Design,
|
|
Inc.</ulink> has contributed their DOS emulator code to the
|
|
remaining BSD world, which is used in the
|
|
<emphasis>doscmd</emphasis> command.</para>
|
|
</listitem>
|
|
</itemizedlist>
|
|
</listitem>
|
|
</itemizedlist>
|
|
</sect1>
|
|
|
|
<sect1>
|
|
<title>Core Team Alumni</title>
|
|
|
|
<para>The following people were members of the FreeBSD core team during
|
|
the periods indicated. We thank them for their past efforts in the
|
|
service of the FreeBSD project.</para>
|
|
|
|
<para><emphasis>In rough chronological order:</emphasis></para>
|
|
|
|
<itemizedlist>
|
|
<listitem>
|
|
<para>&a.guido (1995 - 1999)</para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>&a.dyson (1993 - 1998)</para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>&a.nate (1992 - 1996)</para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>&a.rgrimes (1992 - 1995)</para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>Andreas Schulz (1992 - 1995)</para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>&a.csgr (1993 - 1995)</para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>&a.paul (1992 - 1995)</para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>&a.smace (1993 - 1994)</para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>Andrew Moore (1993 - 1994)</para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>Christoph Robitschko (1993 - 1994)</para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>J. T. Conklin (1992 - 1993)</para>
|
|
</listitem>
|
|
</itemizedlist>
|
|
</sect1>
|
|
|
|
<sect1>
|
|
<title>Derived Software Contributors</title>
|
|
|
|
<para>This software was originally derived from William F. Jolitz's 386BSD
|
|
release 0.1, though almost none of the original 386BSD specific code
|
|
remains. This software has been essentially re-implemented from the
|
|
4.4BSD-Lite release provided by the Computer Science Research Group
|
|
(CSRG) at the University of California, Berkeley and associated academic
|
|
contributors.</para>
|
|
|
|
<para>There are also portions of NetBSD and OpenBSD that have been
|
|
integrated into FreeBSD as well, and we would therefore like to thank
|
|
all the contributors to NetBSD and OpenBSD for their work.</para>
|
|
</sect1>
|
|
|
|
<sect1 id="contrib-additional">
|
|
<title>Additional FreeBSD Contributors</title>
|
|
|
|
<para>(in alphabetical order by first name):</para>
|
|
|
|
<itemizedlist>
|
|
<listitem>
|
|
<para>ABURAYA Ryushirou <email>rewsirow@ff.iij4u.or.jp</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>AMAGAI Yoshiji <email>amagai@nue.org</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>Aaron Bornstein <email>aaronb@j51.com</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>Aaron Smith <email>aaron@mutex.org</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>Achim Patzner <email>ap@noses.com</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>Ada T Lim <email>ada@bsd.org</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>Adam Baran <email>badam@mw.mil.pl</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>Adam Glass <email>glass@postgres.berkeley.edu</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>Adam McDougall <email>mcdouga9@egr.msu.edu</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>Adrian Colley <email>aecolley@ois.ie</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>Adrian Hall <email>adrian@ibmpcug.co.uk</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>Adrian Mariano <email>adrian@cam.cornell.edu</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>Adrian Steinmann <email>ast@marabu.ch</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>Adam Strohl <email>troll@digitalspark.net</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>Adrian T. Filipi-Martin
|
|
<email>atf3r@agate.cs.virginia.edu</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>Ajit Thyagarajan <email>unknown</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>Akio Morita
|
|
<email>amorita@meadow.scphys.kyoto-u.ac.jp</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>Akira SAWADA <email>unknown</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>Akira Watanabe
|
|
<email>akira@myaw.ei.meisei-u.ac.jp</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>Akito Fujita <email>fujita@zoo.ncl.omron.co.jp</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>Alain Kalker
|
|
<email>A.C.P.M.Kalker@student.utwente.nl</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>Alan Bawden <email>alan@curry.epilogue.com</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>Alec Wolman <email>wolman@cs.washington.edu</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>Aled Morris <email>aledm@routers.co.uk</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>Alex <email>garbanzo@hooked.net</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>Alex D. Chen
|
|
<email>dhchen@Canvas.dorm7.nccu.edu.tw</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>Alex G. Bulushev <email>bag@demos.su</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>Alex Le Heux <email>alexlh@funk.org</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>Alex Perel <email>veers@disturbed.net</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>Alexander B. Povolotsky <email>tarkhil@mgt.msk.ru</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>Alexander Leidinger
|
|
<email>netchild@wurzelausix.CS.Uni-SB.DE</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>Alexander Langer <email>alex@cichlids.com</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>Alexandre Snarskii <email>snar@paranoia.ru</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>Alistair G. Crooks <email>agc@uts.amdahl.com</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>Allan Saddi <email>asaddi@philosophysw.com</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>Allen Campbell <email>allenc@verinet.com</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>Amakawa Shuhei <email>amakawa@hoh.t.u-tokyo.ac.jp</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>Amancio Hasty <email>hasty@star-gate.com</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>Amir Farah <email>amir@comtrol.com</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>Amy Baron <email>amee@beer.org</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>Anatoly A. Orehovsky <email>tolik@mpeks.tomsk.su</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>Anatoly Vorobey <email>mellon@pobox.com</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>Anders Nordby <email>nickerne@nome.no</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>Anders Thulin <email>Anders.X.Thulin@telia.se</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>Andras Olah <email>olah@cs.utwente.nl</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>Andre Albsmeier
|
|
<email>Andre.Albsmeier@mchp.siemens.de</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>Andre Oppermann <email>andre@pipeline.ch</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>Andreas Haakh <email>ah@alman.robin.de</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>Andreas Kohout <email>shanee@rabbit.augusta.de</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>Andreas Lohr <email>andreas@marvin.RoBIN.de</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>Andreas Schulz <email>unknown</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>Andreas Wetzel <email>mickey@deadline.snafu.de</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>Andreas Wrede <email>andreas@planix.com</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>Andres Vega Garcia <email>unknown</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>Andrew Atrens <email>atreand@statcan.ca</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>Andrew Boothman <email>andrew@cream.org</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>Andrew Gillham <email>gillham@andrews.edu</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>Andrew Gordon <email>andrew.gordon@net-tel.co.uk</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>Andrew Herbert <email>andrew@werple.apana.org.au</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>Andrew J. Korty <email>ajk@purdue.edu</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>Andrew L. Moore <email>alm@mclink.com</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>Andrew McRae <email>amcrae@cisco.com</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>Andrew Stevenson <email>andrew@ugh.net.au</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>Andrew Timonin <email>tim@pool1.convey.ru</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>Andrew V. Stesin <email>stesin@elvisti.kiev.ua</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>Andrew Webster <email>awebster@dataradio.com</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>Andrey Zakhvatov <email>andy@icc.surw.chel.su</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>Andy Farkas <email>andyf@speednet.com.au</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>Andy Valencia <email>ajv@csd.mot.com</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>Andy Whitcroft <email>andy@sarc.city.ac.uk</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>Angelo Turetta <email>ATuretta@stylo.it</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>Anthony C. Chavez <email>magus@xmission.com</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>Anthony Yee-Hang Chan <email>yeehang@netcom.com</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>Anton Berezin <email>tobez@plab.ku.dk</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>Antti Kaipila <email>anttik@iki.fi</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>Are Bryne <email>are.bryne@communique.no</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>Ari Suutari <email>ari@suutari.iki.fi</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>Arjan de Vet <email>devet@IAEhv.nl</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>Arne Henrik Juul <email>arnej@Lise.Unit.NO</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>Assar Westerlund <email>assar@sics.se</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>Atsushi Furuta <email>furuta@sra.co.jp</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>Atsushi Murai <email>amurai@spec.co.jp</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>Bakul Shah <email>bvs@bitblocks.com</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>Barry Bierbauch <email>pivrnec@vszbr.cz</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>Barry Lustig <email>barry@ictv.com</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>Ben Hutchinson <email>benhutch@xfiles.org.uk</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>Ben Jackson <email>unknown</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>Ben Smithurst <email>ben@scientia.demon.co.uk</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>Ben Walter <email>bwalter@itachi.swcp.com</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>Benjamin Lewis <email>bhlewis@gte.net</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>Bernd Rosauer <email>br@schiele-ct.de</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>Bill Kish <email>kish@osf.org</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>Bill Trost <email>trost@cloud.rain.com</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>Blaz Zupan <email>blaz@amis.net</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>Bob Van Valzah <email>Bob@whitebarn.com</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>Bob Willcox <email>bob@luke.pmr.com</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>Boris Staeblow <email>balu@dva.in-berlin.de</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>Boyd R. Faulkner <email>faulkner@asgard.bga.com</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>Brad Karp <email>karp@eecs.harvard.edu</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>Bradley Dunn <email>bradley@dunn.org</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>Brandon Fosdick <email>bfoz@glue.umd.edu</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>Brandon Gillespie <email>brandon@roguetrader.com</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>&a.wlloyd</para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>Bob Wilcox <email>bob@obiwan.uucp</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>Boyd Faulkner <email>faulkner@mpd.tandem.com</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>Brent J. Nordquist <email>bjn@visi.com</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>Brett Lymn <email>blymn@mulga.awadi.com.AU</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>Brett Taylor
|
|
<email>brett@peloton.physics.montana.edu</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>Brian Campbell <email>brianc@pobox.com</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>Brian Clapper <email>bmc@willscreek.com</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>Brian Cully <email>shmit@kublai.com</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>Brian Handy
|
|
<email>handy@lambic.space.lockheed.com</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>Brian Litzinger <email>brian@MediaCity.com</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>Brian McGovern <email>bmcgover@cisco.com</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>Brian Moore <email>ziff@houdini.eecs.umich.edu</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>Brian R. Haug <email>haug@conterra.com</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>Brian Tao <email>taob@risc.org</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>Brion Moss <email>brion@queeg.com</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>Bruce A. Mah <email>bmah@ca.sandia.gov</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>Bruce Albrecht <email>bruce@zuhause.mn.org</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>Bruce Gingery <email>bgingery@gtcs.com</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>Bruce J. Keeler <email>loodvrij@gridpoint.com</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>Bruce Murphy <email>packrat@iinet.net.au</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>Bruce Walter <email>walter@fortean.com</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>Carey Jones <email>mcj@acquiesce.org</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>Carl Fongheiser <email>cmf@netins.net</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>Carl Mascott <email>cmascott@world.std.com</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>Casper <email>casper@acc.am</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>Castor Fu <email>castor@geocast.com</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>Cejka Rudolf <email>cejkar@dcse.fee.vutbr.cz</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>Chain Lee <email>chain@110.net</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>Charles Hannum <email>mycroft@ai.mit.edu</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>Charles Henrich <email>henrich@msu.edu</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>Charles Mott <email>cmott@srv.net</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>Charles Owens <email>owensc@enc.edu</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>Chet Ramey <email>chet@odin.INS.CWRU.Edu</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>Chia-liang Kao <email>clkao@CirX.ORG</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>Chiharu Shibata <email>chi@bd.mbn.or.jp</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>Chip Norkus <email>unknown</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>Choi Jun Ho <email>junker@jazz.snu.ac.kr</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>Chris Csanady <email>cc@tarsier.ca.sandia.gov</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>Chris Dabrowski <email>chris@vader.org</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>Chris Dillon <email>cdillon@wolves.k12.mo.us</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>Chris Shenton
|
|
<email>cshenton@angst.it.hq.nasa.gov</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>Chris Stenton <email>jacs@gnome.co.uk</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>Chris Timmons <email>skynyrd@opus.cts.cwu.edu</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>Chris Torek <email>torek@ee.lbl.gov</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>Christian Gusenbauer
|
|
<email>cg@fimp01.fim.uni-linz.ac.at</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>Christian Haury <email>Christian.Haury@sagem.fr</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>Christian Weisgerber
|
|
<email>naddy@bigeye.rhein-neckar.de</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>Christoph P. Kukulies <email>kuku@FreeBSD.org</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>Christoph Robitschko
|
|
<email>chmr@edvz.tu-graz.ac.at</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>Christoph Weber-Fahr
|
|
<email>wefa@callcenter.systemhaus.net</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>Christopher G. Demetriou
|
|
<email>cgd@postgres.berkeley.edu</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>Christopher T. Johnson
|
|
<email>cjohnson@neunacht.netgsi.com</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>Chrisy Luke <email>chrisy@flix.net</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>Chuck Hein <email>chein@cisco.com</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>Clive Lin <email>clive@CiRX.ORG</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>Colman Reilly <email>careilly@tcd.ie</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>Conrad Sabatier <email>conrads@neosoft.com</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>Coranth Gryphon <email>gryphon@healer.com</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>Cornelis van der Laan
|
|
<email>nils@guru.ims.uni-stuttgart.de</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>Cove Schneider <email>cove@brazil.nbn.com</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>Craig Leres <email>leres@ee.lbl.gov</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>Craig Loomis <email>unknown</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>Craig Metz <email>cmetz@inner.net</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>Craig Spannring <email>cts@internetcds.com</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>Craig Struble <email>cstruble@vt.edu</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>Cristian Ferretti <email>cfs@riemann.mat.puc.cl</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>Curt Mayer <email>curt@toad.com</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>Cy Schubert <email>cschuber@uumail.gov.bc.ca</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>DI. Christian Gusenbauer
|
|
<email>cg@scotty.edvz.uni-linz.ac.at</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>Dai Ishijima <email>ishijima@tri.pref.osaka.jp</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>Damian Hamill <email>damian@cablenet.net</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>Dan Cross <email>tenser@spitfire.ecsel.psu.edu</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>Dan Lukes <email>dan@obluda.cz</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>Dan Nelson <email>dnelson@emsphone.com</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>Dan Walters <email>hannibal@cyberstation.net</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>Daniel M. Eischen
|
|
<email>deischen@iworks.InterWorks.org</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>Daniel O'Connor <email>doconnor@gsoft.com.au</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>Daniel Poirot <email>poirot@aio.jsc.nasa.gov</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>Daniel Rock <email>rock@cs.uni-sb.de</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>Danny Egen <email>unknown</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>Danny J. Zerkel <email>dzerkel@phofarm.com</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>Darren Reed <email>avalon@coombs.anu.edu.au</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>Dave Adkins <email>adkin003@tc.umn.edu</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>Dave Andersen <email>angio@aros.net</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>Dave Blizzard <email>dblizzar@sprynet.com</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>Dave Bodenstab <email>imdave@synet.net</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>Dave Burgess <email>burgess@hrd769.brooks.af.mil</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>Dave Chapeskie <email>dchapes@ddm.on.ca</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>Dave Cornejo <email>dave@dogwood.com</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>Dave Edmondson <email>davided@sco.com</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>Dave Glowacki <email>dglo@ssec.wisc.edu</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>Dave Marquardt <email>marquard@austin.ibm.com</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>Dave Tweten <email>tweten@FreeBSD.org</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>David A. Adkins <email>adkin003@tc.umn.edu</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>David A. Bader <email>dbader@umiacs.umd.edu</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>David Borman <email>dab@bsdi.com</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>David Dawes <email>dawes@XFree86.org</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>David Filo <email>filo@yahoo.com</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>David Holland <email>dholland@eecs.harvard.edu</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>David Holloway <email>daveh@gwythaint.tamis.com</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>David Horwitt <email>dhorwitt@ucsd.edu</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>David Hovemeyer <email>daveho@infocom.com</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>David Jones <email>dej@qpoint.torfree.net</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>David Kelly <email>dkelly@tomcat1.tbe.com</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>David Kulp <email>dkulp@neomorphic.com</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>David L. Nugent <email>davidn@blaze.net.au</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>David Leonard <email>d@scry.dstc.edu.au</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>David Malone <email>dwmalone@maths.tcd.ie</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>David Muir Sharnoff <email>muir@idiom.com</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>David S. Miller <email>davem@jenolan.rutgers.edu</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>David Wolfskill <email>dhw@whistle.com</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>Dean Gaudet <email>dgaudet@arctic.org</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>Dean Huxley <email>dean@fsa.ca</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>Denis Fortin <email>unknown</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>Dennis Glatting
|
|
<email>dennis.glatting@software-munitions.com</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>Denton Gentry <email>denny1@home.com</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>Derek Inksetter <email>derek@saidev.com</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>Dima Sivachenko <email>dima@Chg.RU</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>Dirk Keunecke <email>dk@panda.rhein-main.de</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>Dirk Nehrling <email>nerle@pdv.de</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>Dmitry Khrustalev <email>dima@xyzzy.machaon.ru</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>Dmitry Kohmanyuk <email>dk@farm.org</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>Dom Mitchell <email>dom@myrddin.demon.co.uk</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>Dominik Brettnacher <email>domi@saargate.de</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>Don Croyle <email>croyle@gelemna.ft-wayne.in.us</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>&a.whiteside;</para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>Don Morrison <email>dmorrisn@u.washington.edu</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>Don Yuniskis <email>dgy@rtd.com</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>Donald Maddox <email>dmaddox@conterra.com</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>Doug Barton <email>studded@dal.net</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>Douglas Ambrisko <email>ambrisko@whistle.com</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>Douglas Carmichael <email>dcarmich@mcs.com</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>Douglas Crosher <email>dtc@scrooge.ee.swin.oz.au</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>Drew Derbyshire <email>ahd@kew.com</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>Duncan Barclay <email>dmlb@ragnet.demon.co.uk</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>Dustin Sallings <email>dustin@spy.net</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>Eckart "Isegrim" Hofmann
|
|
<email>Isegrim@Wunder-Nett.org</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>Ed Gold
|
|
<email>vegold01@starbase.spd.louisville.edu</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>Ed Hudson <email>elh@p5.spnet.com</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>Edward Wang <email>edward@edcom.com</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>Edwin Groothus <email>edwin@nwm.wan.philips.com</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>Eiji-usagi-MATSUmoto <email>usagi@clave.gr.jp</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>ELISA Font Project</para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>Elmar Bartel
|
|
<email>bartel@informatik.tu-muenchen.de</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>Eric A. Griff <email>eagriff@global2000.net</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>Eric Blood <email>eblood@cs.unr.edu</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>Eric J. Haug <email>ejh@slustl.slu.edu</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>Eric J. Schwertfeger <email>eric@cybernut.com</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>Eric L. Hernes <email>erich@lodgenet.com</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>Eric P. Scott <email>eps@sirius.com</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>Eric Sprinkle <email>eric@ennovatenetworks.com</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>Erich Stefan Boleyn <email>erich@uruk.org</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>Erik E. Rantapaa <email>rantapaa@math.umn.edu</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>Erik H. Moe <email>ehm@cris.com</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>Ernst Winter <email>ewinter@lobo.muc.de</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>Espen Skoglund <email>espensk@stud.cs.uit.no></email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>Eugene M. Kim <email>astralblue@usa.net</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>Eugene Radchenko <email>genie@qsar.chem.msu.su</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>Evan Champion <email>evanc@synapse.net</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>Faried Nawaz <email>fn@Hungry.COM</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>Flemming Jacobsen <email>fj@tfs.com</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>Fong-Ching Liaw <email>fong@juniper.net</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>Francis M J Hsieh <email>mjshieh@life.nthu.edu.tw</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>Frank Bartels <email>knarf@camelot.de</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>Frank Chen Hsiung Chan
|
|
<email>frankch@waru.life.nthu.edu.tw</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>Frank Durda IV <email>uhclem@nemesis.lonestar.org</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>Frank MacLachlan <email>fpm@n2.net</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>Frank Mayhar <email>frank@exit.com</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>Frank Nobis <email>fn@Radio-do.de</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>Frank Volf <email>volf@oasis.IAEhv.nl</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>Frank ten Wolde <email>franky@pinewood.nl</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>Frank van der Linden <email>frank@fwi.uva.nl</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>Fred Cawthorne <email>fcawth@jjarray.umn.edu</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>Fred Gilham <email>gilham@csl.sri.com</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>Fred Templin <email>templin@erg.sri.com</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>Frederick Earl Gray <email>fgray@rice.edu</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>FUJIMOTO Kensaku
|
|
<email>fujimoto@oscar.elec.waseda.ac.jp</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>FUJISHIMA Satsuki <email>k5@respo.or.jp</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>FURUSAWA Kazuhisa
|
|
<email>furusawa@com.cs.osakafu-u.ac.jp</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>Gabor Kincses <email>gabor@acm.org</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>Gabor Zahemszky <email>zgabor@CoDe.hu</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>G. Adam Stanislav<email>adam@whizkidtech.net</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>Garance A Drosehn <email>gad@eclipse.its.rpi.edu</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>Gareth McCaughan <email>gjm11@dpmms.cam.ac.uk</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>Gary A. Browning <email>gab10@griffcd.amdahl.com</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>Gary Howland <email>gary@hotlava.com</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>Gary J. <email>garyj@rks32.pcs.dec.com</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>Gary Kline <email>kline@thought.org</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>Gaspar Chilingarov <email>nightmar@lemming.acc.am</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>Gea-Suan Lin <email>gsl@tpts4.seed.net.tw</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>Geoff Rehmet <email>csgr@alpha.ru.ac.za</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>Georg Wagner <email>georg.wagner@ubs.com</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>Gerard Roudier <email>groudier@club-internet.fr</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>Gianmarco Giovannelli
|
|
<email>gmarco@giovannelli.it</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>Gil Kloepfer Jr. <email>gil@limbic.ssdl.com</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>Gilad Rom <email>rom_glsa@ein-hashofet.co.il</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>Ginga Kawaguti
|
|
<email>ginga@amalthea.phys.s.u-tokyo.ac.jp</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>Giles Lean <email>giles@nemeton.com.au</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>Glen Foster <email>gfoster@gfoster.com</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>Glenn Johnson <email>gljohns@bellsouth.net</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>Godmar Back <email>gback@facility.cs.utah.edu</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>Goran Hammarback <email>goran@astro.uu.se</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>Gord Matzigkeit <email>gord@enci.ucalgary.ca</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>Gordon Greeff <email>gvg@uunet.co.za</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>Graham Wheeler <email>gram@cdsec.com</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>Greg A. Woods <email>woods@zeus.leitch.com</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>Greg Ansley <email>gja@ansley.com</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>Greg Troxel <email>gdt@ir.bbn.com</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>Greg Ungerer <email>gerg@stallion.oz.au</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>Gregory Bond <email>gnb@itga.com.au</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>Gregory D. Moncreaff
|
|
<email>moncrg@bt340707.res.ray.com</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>Guy Harris <email>guy@netapp.com</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>Guy Helmer <email>ghelmer@cs.iastate.edu</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>HAMADA Naoki <email>hamada@astec.co.jp</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>HONDA Yasuhiro
|
|
<email>honda@kashio.info.mie-u.ac.jp</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>HOSOBUCHI Noriyuki <email>hoso@buchi.tama.or.jp</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>Hannu Savolainen <email>hannu@voxware.pp.fi</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>Hans Huebner <email>hans@artcom.de</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>Hans Petter Bieker <email>zerium@webindex.no</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>Hans Zuidam <email>hans@brandinnovators.com</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>Harlan Stenn <email>Harlan.Stenn@pfcs.com</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>Harold Barker <email>hbarker@dsms.com</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>Havard Eidnes
|
|
<email>Havard.Eidnes@runit.sintef.no</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>Heikki Suonsivu <email>hsu@cs.hut.fi</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>Heiko W. Rupp <email>unknown</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>Helmut F. Wirth <email>hfwirth@ping.at</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>Henrik Vestergaard Draboel
|
|
<email>hvd@terry.ping.dk</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>Herb Peyerl <email>hpeyerl@NetBSD.org</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>Hideaki Ohmon <email>ohmon@tom.sfc.keio.ac.jp</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>Hidekazu Kuroki <email>hidekazu@cs.titech.ac.jp</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>Hideki Yamamoto <email>hyama@acm.org</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>Hideyuki Suzuki
|
|
<email>hideyuki@sat.t.u-tokyo.ac.jp</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>Hirayama Issei <email>iss@mail.wbs.ne.jp</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>Hiroaki Sakai <email>sakai@miya.ee.kagu.sut.ac.jp</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>Hiroharu Tamaru <email>tamaru@ap.t.u-tokyo.ac.jp</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>Hironori Ikura <email>hikura@kaisei.org</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>Hiroshi Nishikawa <email>nis@pluto.dti.ne.jp</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>Hiroya Tsubakimoto <email>unknown</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>Holger Veit <email>Holger.Veit@gmd.de</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>Holm Tiffe <email>holm@geophysik.tu-freiberg.de</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>Horance Chou
|
|
<email>horance@freedom.ie.cycu.edu.tw</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>Horihiro Kumagai <email>kuma@jp.FreeBSD.org</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>HOTARU-YA <email>hotaru@tail.net</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>Hr.Ladavac <email>lada@ws2301.gud.siemens.co.at</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>Hubert Feyrer <email>hubertf@NetBSD.ORG</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>Hugh F. Mahon <email>hugh@nsmdserv.cnd.hp.com</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>Hugh Mahon <email>h_mahon@fc.hp.com</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>Hung-Chi Chu <email>hcchu@r350.ee.ntu.edu.tw</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>IMAI Takeshi <email>take-i@ceres.dti.ne.jp</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>IMAMURA Tomoaki
|
|
<email>tomoak-i@is.aist-nara.ac.jp</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>Ian Dowse <email>iedowse@maths.tcd.ie</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>Ian Holland <email>ianh@tortuga.com.au</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>Ian Struble <email>ian@broken.net</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>Ian Vaudrey <email>i.vaudrey@bigfoot.com</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>Igor Khasilev <email>igor@jabber.paco.odessa.ua</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>Igor Roshchin <email>str@giganda.komkon.org</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>Igor Sviridov <email>siac@ua.net</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>Igor Vinokurov <email>igor@zynaps.ru</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>Ikuo Nakagawa <email>ikuo@isl.intec.co.jp</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>Ilya V. Komarov <email>mur@lynx.ru</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>Issei Suzuki <email>issei@jp.FreeBSD.org</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>Itsuro Saito <email>saito@miv.t.u-tokyo.ac.jp</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>J. Bryant <email>jbryant@argus.flash.net</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>J. David Lowe <email>lowe@saturn5.com</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>J. Han <email>hjh@best.com</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>J. Hawk <email>jhawk@MIT.EDU</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>J.T. Conklin <email>jtc@cygnus.com</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>J.T. Jang <email>keith@email.gcn.net.tw</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>Jack <email>jack@zeus.xtalwind.net</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>Jacob Bohn Lorensen <email>jacob@jblhome.ping.mk</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>Jagane D Sundar <email>jagane@netcom.com</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>Jake Burkholder <email>jake@checker.org</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>Jake Hamby <email>jehamby@lightside.com</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>James Clark <email>jjc@jclark.com</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>James D. Stewart <email>jds@c4systm.com</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>James Jegers <email>jimj@miller.cs.uwm.edu</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>James Raynard
|
|
<email>fhackers@jraynard.demon.co.uk</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>James T. Liu <email>jtliu@phlebas.rockefeller.edu</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>James da Silva <email>jds@cs.umd.edu</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>Jan Conard
|
|
<email>charly@fachschaften.tu-muenchen.de</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>Jan Koum <email>jkb@FreeBSD.org</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>Janick Taillandier
|
|
<email>Janick.Taillandier@ratp.fr</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>Janusz Kokot <email>janek@gaja.ipan.lublin.pl</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>Jarle Greipsland <email>jarle@idt.unit.no</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>Jason Garman <email>init@risen.org</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>Jason Thorpe <email>thorpej@NetBSD.org</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>Jason Wright <email>jason@OpenBSD.org</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>Jason Young
|
|
<email>doogie@forbidden-donut.anet-stl.com</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>Javier Martin Rueda <email>jmrueda@diatel.upm.es</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>Jay Fenlason <email>hack@datacube.com</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>Jaye Mathisen <email>mrcpu@cdsnet.net</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>Jeff Bartig <email>jeffb@doit.wisc.edu</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>Jeff Forys <email>jeff@forys.cranbury.nj.us</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>Jeff Kletsky <email>Jeff@Wagsky.com</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>Jeffrey Evans <email>evans@scnc.k12.mi.us</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>Jeffrey Wheat <email>jeff@cetlink.net</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>Jens Schweikhardt <email>schweikh@noc.dfn.d</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>Jeremy Allison <email>jallison@whistle.com</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>Jeremy Chatfield <email>jdc@xinside.com</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>Jeremy Lea <email>reg@shale.csir.co.za</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>Jeremy Prior <email>unknown</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>Jeroen Ruigrok/Asmodai <email>asmodai@wxs.nl</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>Jesse Rosenstock <email>jmr@ugcs.caltech.edu</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>Jian-Da Li <email>jdli@csie.nctu.edu.tw</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>Jim Babb <email>babb@FreeBSD.org</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>Jim Binkley <email>jrb@cs.pdx.edu</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>Jim Carroll <email>jim@carroll.com</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>Jim Flowers <email>jflowers@ezo.net</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>Jim Leppek <email>jleppek@harris.com</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>Jim Lowe <email>james@cs.uwm.edu</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>Jim Mattson <email>jmattson@sonic.net</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>Jim Mercer <email>jim@komodo.reptiles.org</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>Jim Wilson <email>wilson@moria.cygnus.com</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>Jimbo Bahooli
|
|
<email>griffin@blackhole.iceworld.org</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>Jin Guojun <email>jin@george.lbl.gov</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>Joachim Kuebart <email>unknown</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>Joao Carlos Mendes Luis <email>jonny@jonny.eng.br</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>Jochen Pohl <email>jpo.drs@sni.de</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>Joe "Marcus" Clarke <email>marcus@miami.edu</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>Joe Abley <email>jabley@clear.co.nz</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>Joe Jih-Shian Lu <email>jslu@dns.ntu.edu.tw</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>Joe Orthoefer <email>j_orthoefer@tia.net</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>Joe Traister <email>traister@mojozone.org</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>Joel Faedi <email>Joel.Faedi@esial.u-nancy.fr</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>Joel Ray Holveck <email>joelh@gnu.org</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>Joel Sutton <email>sutton@aardvark.apana.org.au</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>Johan Granlund <email>johan@granlund.nu</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>Johan Karlsson <email>k@numeri.campus.luth.se</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>Johan Larsson <email>johan@moon.campus.luth.se</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>Johann Tonsing <email>jtonsing@mikom.csir.co.za</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>Johannes Helander <email>unknown</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>Johannes Stille <email>unknown</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>John Baldwin <email>jobaldwi@vt.edu</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>John Beckett <email>jbeckett@southern.edu</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>John Beukema <email>jbeukema@hk.super.net</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>John Brezak <email>unknown</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>John Capo <email>jc@irbs.com</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>John F. Woods <email>jfw@jfwhome.funhouse.com</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>John Goerzen
|
|
<email>jgoerzen@alexanderwohl.complete.org</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>John Hay <email>jhay@mikom.csir.co.za</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>John Heidemann <email>johnh@isi.edu</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>John Hood <email>cgull@owl.org</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>John Kohl <email>unknown</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>John Lind <email>john@starfire.mn.org</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>John Mackin <email>john@physiol.su.oz.au</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>John P <email>johnp@lodgenet.com</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>John Perry <email>perry@vishnu.alias.net</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>John Preisler <email>john@vapornet.com</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>John Rochester <email>jr@cs.mun.ca</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>John Sadler <email>john_sadler@alum.mit.edu</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>John Saunders <email>john@pacer.nlc.net.au</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>John W. DeBoskey <email>jwd@unx.sas.com</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>John Wehle <email>john@feith.com</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>John Woods <email>jfw@eddie.mit.edu</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>Jon Morgan <email>morgan@terminus.trailblazer.com</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>Jonathan H N Chin <email>jc254@newton.cam.ac.uk</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>Jonathan Hanna
|
|
<email>jh@pc-21490.bc.rogers.wave.ca</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>Jorge Goncalves <email>j@bug.fe.up.pt</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>Jorge M. Goncalves <email>ee96199@tom.fe.up.pt</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>Jos Backus <email>jbackus@plex.nl</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>Jose M. Alcaide <email>jose@we.lc.ehu.es</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>Jose Marques <email>jose@nobody.org</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>Josef Grosch
|
|
<email>jgrosch@superior.mooseriver.com</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>Josef Karthauser <email>joe@uk.FreeBSD.org</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>Joseph Stein <email>joes@wstein.com</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>Josh Gilliam <email>josh@quick.net</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>Josh Tiefenbach <email>josh@ican.net</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>Juergen Lock <email>nox@jelal.hb.north.de</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>Juha Inkari <email>inkari@cc.hut.fi</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>Jukka A. Ukkonen <email>jua@iki.fi</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>Julian Assange <email>proff@suburbia.net</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>Julian Coleman <email>j.d.coleman@ncl.ac.uk</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>&a.jhs</para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>Julian Jenkins <email>kaveman@magna.com.au</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>Junichi Satoh <email>junichi@jp.FreeBSD.org</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>Junji SAKAI <email>sakai@jp.FreeBSD.org</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>Junya WATANABE <email>junya-w@remus.dti.ne.jp</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>K.Higashino <email>a00303@cc.hc.keio.ac.jp</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>KUNISHIMA Takeo <email>kunishi@c.oka-pu.ac.jp</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>Kai Vorma <email>vode@snakemail.hut.fi</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>Kaleb S. Keithley <email>kaleb@ics.com</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>Kaneda Hiloshi <email>vanitas@ma3.seikyou.ne.jp</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>Kapil Chowksey <email>kchowksey@hss.hns.com</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>Karl Denninger <email>karl@mcs.com</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>Karl Dietz <email>Karl.Dietz@triplan.com</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>Karl Lehenbauer <email>karl@NeoSoft.com</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>Kato Takenori
|
|
<email>kato@eclogite.eps.nagoya-u.ac.jp</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>Kawanobe Koh <email>kawanobe@st.rim.or.jp</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>Kazuhiko Kiriyama <email>kiri@kiri.toba-cmt.ac.jp</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>Kazuo Horikawa <email>horikawa@jp.FreeBSD.org</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>Kees Jan Koster <email>kjk1@ukc.ac.uk</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>Keith Bostic <email>bostic@bostic.com</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>Keith E. Walker <email>unknown</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>Keith Moore <email>unknown</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>Keith Sklower <email>unknown</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>Kelly Yancey <email>kbyanc@posi.net</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>Ken Hornstein <email>unknown</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>Ken Key <email>key@cs.utk.edu</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>Ken Mayer <email>kmayer@freegate.com</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>Kenji Saito <email>marukun@mx2.nisiq.net</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>Kenji Tomita <email>tommyk@da2.so-net.or.jp</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>Kenneth Furge <email>kenneth.furge@us.endress.com</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>Kenneth Monville <email>desmo@bandwidth.org</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>Kenneth R. Westerback <email>krw@tcn.net</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>Kenneth Stailey <email>kstailey@gnu.ai.mit.edu</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>Kent Talarico <email>kent@shipwreck.tsoft.net</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>Kent Vander Velden <email>graphix@iastate.edu</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>Kentaro Inagaki <email>JBD01226@niftyserve.ne.jp</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>Kevin Bracey <email>kbracey@art.acorn.co.uk</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>Kevin Day <email>toasty@dragondata.com</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>Kevin Lahey <email>kml@nas.nasa.gov</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>Kevin Lo<email>kevlo@hello.com.tw</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>Kevin Street <email>street@iname.com</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>Kevin Van Maren <email>vanmaren@fast.cs.utah.edu</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>Kiroh HARADA <email>kiroh@kh.rim.or.jp</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>Klaus Klein <email>kleink@layla.inka.de</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>Klaus-J. Wolf <email>Yanestra@t-online.de</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>Koichi Sato <email>copan@ppp.fastnet.or.jp</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>Kostya Lukin <email>lukin@okbmei.msk.su</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>Kouichi Hirabayashi <email>kh@mogami-wire.co.jp</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>Kurt D. Zeilenga <email>Kurt@Boolean.NET</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>Kurt Olsen <email>kurto@tiny.mcs.usu.edu</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>L. Jonas Olsson
|
|
<email>ljo@ljo-slip.DIALIN.CWRU.Edu</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>Lars Köller
|
|
<email>Lars.Koeller@Uni-Bielefeld.DE</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>Larry Altneu <email>larry@ALR.COM</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>Laurence Lopez <email>lopez@mv.mv.com</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>Lee Cremeans <email>lcremean@tidalwave.net</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>Liang Tai-hwa
|
|
<email>avatar@www.mmlab.cse.yzu.edu.tw</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>Lon Willett <email>lon%softt.uucp@math.utah.edu</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>Louis A. Mamakos <email>louie@TransSys.COM</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>Louis Mamakos <email>loiue@TransSys.com</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>Lucas James <email>Lucas.James@ldjpc.apana.org.au</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>Lyndon Nerenberg <email>lyndon@orthanc.com</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>M.C. Wong <email>unknown</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>MANTANI Nobutaka <email>nobutaka@nobutaka.com</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>MIHIRA Sanpei Yoshiro <email>sanpei@sanpei.org</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>MITA Yoshio <email>mita@jp.FreeBSD.org</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>MITSUNAGA Noriaki
|
|
<email>mitchy@er.ams.eng.osaka-u.ac.jp</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>MOROHOSHI Akihiko <email>moro@race.u-tokyo.ac.jp</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>Magnus Enbom <email>dot@tinto.campus.luth.se</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>Mahesh Neelakanta <email>mahesh@gcomm.com</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>Makoto MATSUSHITA <email>matusita@jp.FreeBSD.org</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>Makoto WATANABE
|
|
<email>watanabe@zlab.phys.nagoya-u.ac.jp</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>Malte Lance <email>malte.lance@gmx.net</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>Manu Iyengar
|
|
<email>iyengar@grunthos.pscwa.psca.com</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>Marc Frajola <email>marc@dev.com</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>Marc Ramirez <email>mrami@mramirez.sy.yale.edu</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>Marc Slemko <email>marcs@znep.com</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>Marc van Kempen <email>wmbfmk@urc.tue.nl</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>Marc van Woerkom <email>van.woerkom@netcologne.de</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>Marcel Moolenaar <email>marcel@scc.nl</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>Mario Sergio Fujikawa Ferreira
|
|
<email>lioux@gns.com.br</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>Mark Andrews <email>unknown</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>Mark Cammidge <email>mark@gmtunx.ee.uct.ac.za</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>Mark Diekhans <email>markd@grizzly.com</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>Mark Huizer <email>xaa@stack.nl</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>Mark J. Taylor <email>mtaylor@cybernet.com</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>Mark Krentel <email>krentel@rice.edu</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>Mark Mayo <email>markm@vmunix.com</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>Mark Thompson <email>thompson@tgsoft.com</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>Mark Tinguely <email>tinguely@plains.nodak.edu</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>Mark Treacy <email>unknown</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>Mark Valentine <email>mark@linus.demon.co.uk</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>Martin Birgmeier</para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>Martin Ibert <email>mib@ppe.bb-data.de</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>Martin Kammerhofer <email>dada@sbox.tu-graz.ac.at</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>Martin Renters <email>martin@tdc.on.ca</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>Martti Kuparinen
|
|
<email>martti.kuparinen@ericsson.com</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>Masachika ISHIZUKA
|
|
<email>ishizuka@isis.min.ntt.jp</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>Mas.TAKEMURA <email>unknown</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>Masafumi NAKANE <email>max@wide.ad.jp</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>Masahiro Sekiguchi
|
|
<email>seki@sysrap.cs.fujitsu.co.jp</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>Masanobu Saitoh <email>msaitoh@spa.is.uec.ac.jp</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>Masanori Kanaoka <email>kana@saijo.mke.mei.co.jp</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>Masanori Kiriake <email>seiken@ARGV.AC</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>Masatoshi TAMURA
|
|
<email>tamrin@shinzan.kuee.kyoto-u.ac.jp</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>Mats Lofkvist <email>mal@algonet.se</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>Matt Bartley <email>mbartley@lear35.cytex.com</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>Matt Thomas <email>matt@3am-software.com</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>Matt White <email>mwhite+@CMU.EDU</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>Matthew C. Mead <email>mmead@Glock.COM</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>Matthew Cashdollar <email>mattc@rfcnet.com</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>Matthew Flatt <email>mflatt@cs.rice.edu</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>Matthew Fuller <email>fullermd@futuresouth.com</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>Matthew Stein <email>matt@bdd.net</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>Matthias Pfaller <email>leo@dachau.marco.de</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>Matthias Scheler <email>tron@netbsd.org</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>Mattias Gronlund
|
|
<email>Mattias.Gronlund@sa.erisoft.se</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>Mattias Pantzare <email>pantzer@ludd.luth.se</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>Maurice Castro
|
|
<email>maurice@planet.serc.rmit.edu.au</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>Max Euston <email>meuston@jmrodgers.com</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>Max Khon <email>fjoe@husky.iclub.nsu.ru</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>Maxim Bolotin <email>max@rsu.ru</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>Maxim V. Sobolev <email>sobomax@altavista.net</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>Micha Class
|
|
<email>michael_class@hpbbse.bbn.hp.com</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>Michael Butler <email>imb@scgt.oz.au</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>Michael Butschky <email>butsch@computi.erols.com</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>Michael Clay <email>mclay@weareb.org</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>Michael Elbel <email>me@FreeBSD.org</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>Michael Galassi <email>nerd@percival.rain.com</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>Michael Hancock <email>michaelh@cet.co.jp</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>Michael Hohmuth <email>hohmuth@inf.tu-dresden.de</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>Michael Perlman <email>canuck@caam.rice.edu</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>Michael Petry <email>petry@netwolf.NetMasters.com</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>Michael Reifenberger <email>root@totum.plaut.de</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>Michael Sardo <email>jaeger16@yahoo.com</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>Michael Searle <email>searle@longacre.demon.co.uk</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>Michal Listos <email>mcl@Amnesiac.123.org</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>Michio Karl Jinbo
|
|
<email>karl@marcer.nagaokaut.ac.jp</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>Miguel Angel Sagreras
|
|
<email>msagre@cactus.fi.uba.ar</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>Mihoko Tanaka <email>m_tonaka@pa.yokogawa.co.jp</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>Mika Nystrom <email>mika@cs.caltech.edu</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>Mikael Hybsch <email>micke@dynas.se</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>Mikael Karpberg
|
|
<email>karpen@ocean.campus.luth.se</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>Mike Del <email>repenting@hotmail.com</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>Mike Durian <email>durian@plutotech.com</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>Mike Durkin <email>mdurkin@tsoft.sf-bay.org</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>Mike E. Matsnev <email>mike@azog.cs.msu.su</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>Mike Evans <email>mevans@candle.com</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>Mike Grupenhoff <email>kashmir@umiacs.umd.edu</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>Mike Hibler <email>mike@marker.cs.utah.edu</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>Mike Karels <email>unknown</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>Mike McGaughey <email>mmcg@cs.monash.edu.au</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>Mike Meyer <email>mwm@shiva.the-park.com</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>Mike Mitchell <email>mitchell@ref.tfs.com</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>Mike Murphy <email>mrm@alpharel.com</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>Mike Peck <email>mike@binghamton.edu</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>Mike Spengler <email>mks@msc.edu</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>Mikhail A. Sokolov <email>mishania@demos.su</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>Mikhail Teterin <email>mi@aldan.ziplink.net</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>Ming-I Hseh <email>PA@FreeBSD.ee.Ntu.edu.TW</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>Mitsuru IWASAKI <email>iwasaki@pc.jaring.my</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>Mitsuru Yoshida <email>mitsuru@riken.go.jp</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>Monte Mitzelfelt <email>monte@gonefishing.org</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>Morgan Davis <email>root@io.cts.com</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>Mostyn Lewis <email>mostyn@mrl.com</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>Motomichi Matsuzaki <email>mzaki@e-mail.ne.jp</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>Motoyuki Kasahara <email>m-kasahr@sra.co.jp</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>Motoyuki Konno <email>motoyuki@snipe.rim.or.jp</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>Murray Stokely <email>murray@cdrom.com</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>N.G.Smith <email>ngs@sesame.hensa.ac.uk</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>NAGAO Tadaaki <email>nagao@cs.titech.ac.jp</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>NAKAJI Hiroyuki
|
|
<email>nakaji@tutrp.tut.ac.jp</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>NAKAMURA Kazushi <email>nkazushi@highway.or.jp</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>NAKAMURA Motonori
|
|
<email>motonori@econ.kyoto-u.ac.jp</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>NIIMI Satoshi <email>sa2c@and.or.jp</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>NOKUBI Hirotaka <email>h-nokubi@yyy.or.jp</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>Nadav Eiron <email>nadav@barcode.co.il</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>Nanbor Wang <email>nw1@cs.wustl.edu</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>Naofumi Honda
|
|
<email>honda@Kururu.math.sci.hokudai.ac.jp</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>Naoki Hamada <email>nao@tom-yam.or.jp</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>Narvi <email>narvi@haldjas.folklore.ee</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>Nathan Ahlstrom <email>nrahlstr@winternet.com</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>Nathan Dorfman <email>nathan@rtfm.net</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>Neal Fachan <email>kneel@ishiboo.com</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>Neil Blakey-Milner <email>nbm@rucus.ru.ac.za</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>Niall Smart <email>rotel@indigo.ie</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>Nick Barnes <email>Nick.Barnes@pobox.com</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>Nick Handel <email>nhandel@NeoSoft.com</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>Nick Hilliard <email>nick@foobar.org</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>&a.nsayer;</para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>Nick Williams <email>njw@cs.city.ac.uk</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>Nickolay N. Dudorov <email>nnd@itfs.nsk.su</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>Niklas Hallqvist <email>niklas@filippa.appli.se</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>Nisha Talagala <email>nisha@cs.berkeley.edu</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>No Name <email>ZW6T-KND@j.asahi-net.or.jp</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>No Name <email>adrian@virginia.edu</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>No Name <email>alex@elvisti.kiev.ua</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>No Name <email>anto@netscape.net</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>No Name <email>bobson@egg.ics.nitch.ac.jp</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>No Name <email>bovynf@awe.be</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>No Name <email>burg@is.ge.com</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>No Name <email>chris@gnome.co.uk</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>No Name <email>colsen@usa.net</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>No Name <email>coredump@nervosa.com</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>No Name <email>dannyman@arh0300.urh.uiuc.edu</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>No Name <email>davids@SECNET.COM</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>No Name <email>derek@free.org</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>No Name <email>devet@adv.IAEhv.nl</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>No Name <email>djv@bedford.net</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>No Name <email>dvv@sprint.net</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>No Name <email>enami@ba2.so-net.or.jp</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>No Name <email>flash@eru.tubank.msk.su</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>No Name <email>flash@hway.ru</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>No Name <email>fn@pain.csrv.uidaho.edu</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>No Name <email>gclarkii@netport.neosoft.com</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>No Name <email>gordon@sheaky.lonestar.org</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>No Name <email>graaf@iae.nl</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>No Name <email>greg@greg.rim.or.jp</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>No Name <email>grossman@cygnus.com</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>No Name <email>gusw@fub46.zedat.fu-berlin.de</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>No Name <email>hfir@math.rochester.edu</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>No Name <email>hnokubi@yyy.or.jp</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>No Name <email>iaint@css.tuu.utas.edu.au</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>No Name <email>invis@visi.com</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>No Name <email>ishisone@sra.co.jp</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>No Name <email>iverson@lionheart.com</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>No Name <email>jpt@magic.net</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>No Name <email>junker@jazz.snu.ac.kr</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>No Name <email>k-sugyou@ccs.mt.nec.co.jp</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>No Name <email>kenji@reseau.toyonaka.osaka.jp</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>No Name <email>kfurge@worldnet.att.net</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>No Name <email>lh@aus.org</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>No Name <email>lhecking@nmrc.ucc.ie</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>No Name <email>mrgreen@mame.mu.oz.au</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>No Name <email>nakagawa@jp.FreeBSD.org</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>No Name <email>ohki@gssm.otsuka.tsukuba.ac.jp</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>No Name <email>owaki@st.rim.or.jp</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>No Name <email>pechter@shell.monmouth.com</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>No Name <email>pete@pelican.pelican.com</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>No Name <email>pritc003@maroon.tc.umn.edu</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>No Name <email>risner@stdio.com</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>No Name <email>roman@rpd.univ.kiev.ua</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>No Name <email>root@ns2.redline.ru</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>No Name <email>root@uglabgw.ug.cs.sunysb.edu</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>No Name <email>stephen.ma@jtec.com.au</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>No Name <email>sumii@is.s.u-tokyo.ac.jp</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>No Name <email>takas-su@is.aist-nara.ac.jp</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>No Name <email>tamone@eig.unige.ch</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>No Name <email>tjevans@raleigh.ibm.com</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>No Name <email>tony-o@iij.ad.jp amurai@spec.co.jp</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>No Name <email>torii@tcd.hitachi.co.jp</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>No Name <email>uenami@imasy.or.jp</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>No Name <email>uhlar@netlab.sk</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>No Name <email>vode@hut.fi</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>No Name <email>wlloyd@mpd.ca</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>No Name <email>wlr@furball.wellsfargo.com</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>No Name <email>wmbfmk@urc.tue.nl</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>No Name <email>yamagata@nwgpc.kek.jp</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>No Name <email>ziggy@ryan.org</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>Nobuhiro Yasutomi <email>nobu@psrc.isac.co.jp</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>Nobuyuki Koganemaru
|
|
<email>kogane@koganemaru.co.jp</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>Norio Suzuki <email>nosuzuki@e-mail.ne.jp</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>Noritaka Ishizumi <email>graphite@jp.FreeBSD.org</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>Noriyuki Soda <email>soda@sra.co.jp</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>Oh Junseon <email>hollywar@mail.holywar.net</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>Olaf Wagner <email>wagner@luthien.in-berlin.de</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>Oleg Sharoiko <email>os@rsu.ru</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>Oleg V. Volkov <email>rover@lglobus.ru</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>Oliver Breuninger <email>ob@seicom.NET</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>Oliver Friedrichs <email>oliver@secnet.com</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>Oliver Fromme
|
|
<email>oliver.fromme@heim3.tu-clausthal.de</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>Oliver Laumann
|
|
<email>net@informatik.uni-bremen.de</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>Oliver Oberdorf <email>oly@world.std.com</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>Olof Johansson <email>offe@ludd.luth.se</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>Osokin Sergey aka oZZ <email>ozz@FreeBSD.org.ru</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>Pace Willisson <email>pace@blitz.com</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>Paco Rosich <email>rosich@modico.eleinf.uv.es</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>Palle Girgensohn <email>girgen@partitur.se</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>Parag Patel <email>parag@cgt.com</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>Pascal Pederiva <email>pascal@zuo.dec.com</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>Pasvorn Boonmark <email>boonmark@juniper.net</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>Patrick Gardella <email>patrick@cre8tivegroup.com</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>Patrick Hausen <email>unknown</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>Paul Antonov <email>apg@demos.su</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>Paul F. Werkowski <email>unknown</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>Paul Fox <email>pgf@foxharp.boston.ma.us</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>Paul Koch <email>koch@thehub.com.au</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>Paul Kranenburg <email>pk@NetBSD.org</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>Paul Mackerras <email>paulus@cs.anu.edu.au</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>Paul Popelka <email>paulp@uts.amdahl.com</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>Paul S. LaFollette, Jr. <email>unknown</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>Paul Saab <email>paul@mu.org</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>Paul Sandys <email>myj@nyct.net</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>Paul T. Root <email>proot@horton.iaces.com</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>Paul Vixie <email>paul@vix.com</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>Paulo Menezes <email>paulo@isr.uc.pt</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>Paulo Menezes <email>pm@dee.uc.pt</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>Pedro A M Vazquez <email>vazquez@IQM.Unicamp.BR</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>Pedro Giffuni <email>giffunip@asme.org</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>Pete Bentley <email>pete@demon.net</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>Peter Childs <email>pjchilds@imforei.apana.org.au</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>Peter Cornelius <email>pc@inr.fzk.de</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>Peter Haight <email>peterh@prognet.com</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>Peter Jeremy <email>perer.jeremy@alcatel.com.au</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>Peter M. Chen <email>pmchen@eecs.umich.edu</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>Peter Much <email>peter@citylink.dinoex.sub.org</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>Peter Olsson <email>unknown</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>Peter Philipp <email>pjp@bsd-daemon.net</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>Peter Stubbs <email>PETERS@staidan.qld.edu.au</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>Phil Maker <email>pjm@cs.ntu.edu.au</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>Phil Sutherland
|
|
<email>philsuth@mycroft.dialix.oz.au</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>Phil Taylor <email>phil@zipmail.co.uk</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>Philip Musumeci <email>philip@rmit.edu.au</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>Pierre Y. Dampure <email>pierre.dampure@k2c.co.uk</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>Pius Fischer <email>pius@ienet.com</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>Pomegranate <email>daver@flag.blackened.net</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>Powerdog Industries
|
|
<email>kevin.ruddy@powerdog.com</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>R. Kym Horsell</para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>Rajesh Vaidheeswarran <email>rv@fore.com</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>Ralf Friedl <email>friedl@informatik.uni-kl.de</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>Randal S. Masutani <email>randal@comtest.com</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>Randall Hopper <email>rhh@ct.picker.com</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>Randall W. Dean <email>rwd@osf.org</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>Randy Bush <email>rbush@bainbridge.verio.net</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>Reinier Bezuidenhout
|
|
<email>rbezuide@mikom.csir.co.za</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>Remy Card <email>Remy.Card@masi.ibp.fr</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>Ricardas Cepas <email>rch@richard.eu.org</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>Riccardo Veraldi <email>veraldi@cs.unibo.it</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>Richard Henderson <email>richard@atheist.tamu.edu</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>Richard Hwang <email>rhwang@bigpanda.com</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>Richard Kiss <email>richard@homemail.com</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>Richard J Kuhns <email>rjk@watson.grauel.com</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>Richard M. Neswold
|
|
<email>rneswold@drmemory.fnal.gov</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>Richard Seaman, Jr. <email>dick@tar.com</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>Richard Stallman <email>rms@gnu.ai.mit.edu</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>Richard Straka <email>straka@user1.inficad.com</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>Richard Tobin <email>richard@cogsci.ed.ac.uk</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>Richard Wackerbarth <email>rkw@Dataplex.NET</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>Richard Winkel <email>rich@math.missouri.edu</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>Richard Wiwatowski <email>rjwiwat@adelaide.on.net</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>Rick Macklem <email>rick@snowhite.cis.uoguelph.ca</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>Rick Macklin <email>unknown</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>Rob Austein <email>sra@epilogue.com</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>Rob Mallory <email>rmallory@qualcomm.com</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>Rob Snow <email>rsnow@txdirect.net</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>Robert Crowe <email>bob@speakez.com</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>Robert D. Thrush <email>rd@phoenix.aii.com</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>Robert Eckardt
|
|
<email>roberte@MEP.Ruhr-Uni-Bochum.de</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>Robert Sanders <email>rsanders@mindspring.com</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>Robert Sexton <email>robert@kudra.com</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>Robert Shady <email>rls@id.net</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>Robert Swindells <email>swindellsr@genrad.co.uk</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>Robert Watson <email>robert@cyrus.watson.org</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>Robert Withrow <email>witr@rwwa.com</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>Robert Yoder <email>unknown</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>Robin Carey
|
|
<email>robin@mailgate.dtc.rankxerox.co.uk</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>Roger Hardiman <email>roger@cs.strath.ac.uk</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>Roland Jesse <email>jesse@cs.uni-magdeburg.de</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>Ron Bickers <email>rbickers@intercenter.net</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>Ron Lenk <email>rlenk@widget.xmission.com</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>Ronald Kuehn <email>kuehn@rz.tu-clausthal.de</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>Rudolf Cejka <email>unknown</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>Ruslan Belkin <email>rus@home2.UA.net</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>Ruslan Ermilov <email>ru@ucb.crimea.ua</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>Ruslan Shevchenko <email>rssh@cam.grad.kiev.ua</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>Russell L. Carter <email>rcarter@pinyon.org</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>Russell Vincent <email>rv@groa.uct.ac.za</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>Ryan Younce <email>ryany@pobox.com</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>Ryuichiro IMURA <email>imura@cs.titech.ac.jp</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>SANETO Takanori <email>sanewo@strg.sony.co.jp</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>SAWADA Mizuki <email>miz@qb3.so-net.ne.jp</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>SUGIMURA Takashi <email>sugimura@jp.FreeBSD.org</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>SURANYI Peter
|
|
<email>suranyip@jks.is.tsukuba.ac.jp</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>Sakai Hiroaki <email>sakai@miya.ee.kagu.sut.ac.jp</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>Sakari Jalovaara <email>sja@tekla.fi</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>Sam Hartman <email>hartmans@mit.edu</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>Samuel Lam <email>skl@ScalableNetwork.com</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>Samuele Zannoli <email>zannoli@cs.unibo.it</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>Sander Vesik <email>sander@haldjas.folklore.ee</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>Sandro Sigala <email>ssigala@globalnet.it</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>Sascha Blank <email>blank@fox.uni-trier.de</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>Sascha Wildner <email>swildner@channelz.GUN.de</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>Satoh Junichi <email>junichi@astec.co.jp</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>Scot Elliott <email>scot@poptart.org</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>Scot W. Hetzel <email>hetzels@westbend.net</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>Scott A. Kenney <email>saken@rmta.ml.org</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>Scott Blachowicz
|
|
<email>scott.blachowicz@seaslug.org</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>Scott Burris <email>scott@pita.cns.ucla.edu</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>Scott Hazen Mueller <email>scott@zorch.sf-bay.org</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>Scott Michel <email>scottm@cs.ucla.edu</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>Scott Mitchel <email>scott@uk.FreeBSD.org</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>Scott Reynolds <email>scott@clmqt.marquette.mi.us</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>Sebastian Strollo <email>seb@erix.ericsson.se</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>Serge A. Babkin <email>babkin@hq.icb.chel.su</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>Serge V. Vakulenko <email>vak@zebub.msk.su</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>Sergei Chechetkin
|
|
<email>csl@whale.sunbay.crimea.ua</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>Sergei S. Laskavy <email>laskavy@pc759.cs.msu.su</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>Sergey Gershtein <email>sg@mplik.ru</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>Sergey Kosyakov <email>ks@itp.ac.ru</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>Sergey Potapov <email>sp@alkor.ru</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>Sergey Shkonda <email>serg@bcs.zp.ua</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>Sergey V.Dorokhov <email>svd@kbtelecom.nalnet.ru</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>Sergio Lenzi <email>lenzi@bsi.com.br</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>Shaun Courtney <email>shaun@emma.eng.uct.ac.za</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>Shawn M. Carey <email>smcarey@mailbox.syr.edu</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>Shigio Yamaguchi <email>shigio@tamacom.com</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>Shinya Esu <email>esu@yk.rim.or.jp</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>Shuichi Tanaka <email>stanaka@bb.mbn.or.jp</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>Shunsuke Akiyama <email>akiyama@jp.FreeBSD.org</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>Simon <email>simon@masi.ibp.fr</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>Simon Burge <email>simonb@telstra.com.au</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>Simon J Gerraty <email>sjg@melb.bull.oz.au</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>Simon Marlow <email>simonm@dcs.gla.ac.uk</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>Simon Shapiro <email>shimon@simon-shapiro.org</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>Sin'ichiro MIYATANI <email>siu@phaseone.co.jp</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>Slaven Rezic <email>eserte@cs.tu-berlin.de</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>Soochon Radee <email>slr@mitre.org</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>Soren Dayton <email>csdayton@midway.uchicago.edu</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>Soren Dossing <email>sauber@netcom.com</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>Soren S. Jorvang <email>soren@dt.dk</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>Stefan Bethke <email>stb@hanse.de</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>Stefan Eggers <email>seggers@semyam.dinoco.de</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>Stefan Moeding <email>s.moeding@ndh.net</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>Stefan Petri <email>unknown</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>Stefan `Sec` Zehl <email>sec@42.org</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>Steinar Haug <email>sthaug@nethelp.no</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>Stephane E. Potvin <email>sepotvin@videotron.ca</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>Stephane Legrand <email>stephane@lituus.fr</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>Stephen Clawson
|
|
<email>sclawson@marker.cs.utah.edu</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>Stephen F. Combs <email>combssf@salem.ge.com</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>Stephen Farrell <email>stephen@farrell.org</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>Stephen Hocking <email>sysseh@devetir.qld.gov.au</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>Stephen J. Roznowski <email>sjr@home.net</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>Stephen McKay <email>syssgm@devetir.qld.gov.au</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>Stephen Melvin <email>melvin@zytek.com</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>Steve Bauer <email>sbauer@rock.sdsmt.edu</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>Steve Coltrin <email>spcoltri@io.com</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>Steve Deering <email>unknown</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>Steve Gerakines <email>steve2@genesis.tiac.net</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>Steve Gericke <email>steveg@comtrol.com</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>Steve Piette <email>steve@simon.chi.il.US</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>Steve Schwarz <email>schwarz@alpharel.com</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>Steven G. Kargl
|
|
<email>kargl@troutmask.apl.washington.edu</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>Steven H. Samorodin <email>samorodi@NUXI.com</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>Steven McCanne <email>mccanne@cs.berkeley.edu</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>Steven Plite <email>splite@purdue.edu</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>Steven Wallace <email>unknown</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>Stuart Henderson
|
|
<email>stuart@internationalschool.co.uk</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>Sue Blake <email>sue@welearn.com.au</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>Sugimoto Sadahiro <email>ixtl@komaba.utmc.or.jp</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>Sugiura Shiro <email>ssugiura@duo.co.jp</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>Sujal Patel <email>smpatel@wam.umd.edu</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>Sune Stjerneby <email>stjerneby@usa.net</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>Suzuki Yoshiaki
|
|
<email>zensyo@ann.tama.kawasaki.jp</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>Tadashi Kumano <email>kumano@strl.nhk.or.jp</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>Taguchi Takeshi <email>taguchi@tohoku.iij.ad.jp</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>Takahiro Yugawa <email>yugawa@orleans.rim.or.jp</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>Takanori Watanabe
|
|
<email>takawata@shidahara1.planet.sci.kobe-u.ac.jp</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>Takashi Mega <email>mega@minz.org</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>Takashi Uozu <email>j1594016@ed.kagu.sut.ac.jp</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>Takayuki Ariga <email>a00821@cc.hc.keio.ac.jp</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>Takeru NAIKI <email>naiki@bfd.es.hokudai.ac.jp</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>Takeshi Amaike <email>amaike@iri.co.jp</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>Takeshi MUTOH <email>mutoh@info.nara-k.ac.jp</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>Takeshi Ohashi
|
|
<email>ohashi@mickey.ai.kyutech.ac.jp</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>Takeshi WATANABE
|
|
<email>watanabe@crayon.earth.s.kobe-u.ac.jp</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>Takuya SHIOZAKI
|
|
<email>tshiozak@makino.ise.chuo-u.ac.jp</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>Tatoku Ogaito <email>tacha@tera.fukui-med.ac.jp</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>Tatsumi HOSOKAWA <email>hosokawa@jp.FreeBSD.org</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>Ted Buswell <email>tbuswell@mediaone.net</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>Ted Faber <email>faber@isi.edu</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>Ted Lemon <email>mellon@isc.org</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>Terry Lambert <email>terry@lambert.org</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>Terry Lee <email>terry@uivlsi.csl.uiuc.edu</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>Tetsuya Furukawa <email>tetsuya@secom-sis.co.jp</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>Theo de Raadt <email>deraadt@OpenBSD.org</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>Thomas <email>thomas@mathematik.uni-Bremen.de</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>Thomas D. Dean <email>tomdean@ix.netcom.com</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>Thomas David Rivers <email>rivers@dignus.com</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>Thomas G. McWilliams <email>tgm@netcom.com</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>Thomas Gellekum
|
|
<email>thomas@ghpc8.ihf.rwth-aachen.de</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>Thomas Graichen
|
|
<email>graichen@omega.physik.fu-berlin.de</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>Thomas König
|
|
<email>Thomas.Koenig@ciw.uni-karlsruhe.de</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>Thomas Ptacek <email>unknown</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>Thomas A. Stephens <email>tas@stephens.org</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>Thomas Stromberg <email>tstrombe@rtci.com</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>Thomas Valentino Crimi
|
|
<email>tcrimi+@andrew.cmu.edu</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>Thomas Wintergerst <email>thomas@lemur.nord.de</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>Þórður Ívarsson
|
|
<email>totii@est.is</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>Tim Kientzle <email>kientzle@netcom.com</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>Tim Singletary
|
|
<email>tsingle@sunland.gsfc.nasa.gov</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>Tim Wilkinson <email>tim@sarc.city.ac.uk</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>Timo J. Rinne <email>tri@iki.fi</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>Todd Miller <email>millert@openbsd.org</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>Tom <email>root@majestix.cmr.no</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>Tom <email>tom@sdf.com</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>Tom Gray - DCA <email>dcasba@rain.org</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>Tom Jobbins <email>tom@tom.tj</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>Tom Pusateri <email>pusateri@juniper.net</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>Tom Rush <email>tarush@mindspring.com</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>Tom Samplonius <email>tom@misery.sdf.com</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>Tomohiko Kurahashi
|
|
<email>kura@melchior.q.t.u-tokyo.ac.jp</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>Tony Kimball <email>alk@Think.COM</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>Tony Li <email>tli@jnx.com</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>Tony Lynn <email>wing@cc.nsysu.edu.tw</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>Tony Maher <email>tonym@angis.org.au</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>Torbjorn Granlund <email>tege@matematik.su.se</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>Toshihiko ARAI <email>toshi@tenchi.ne.jp</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>Toshihiko SHIMOKAWA <email>toshi@tea.forus.or.jp</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>Toshihiro Kanda <email>candy@kgc.co.jp</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>Toshiomi Moriki
|
|
<email>Toshiomi.Moriki@ma1.seikyou.ne.jp</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>Trefor S. <email>trefor@flevel.co.uk</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>Trevor Blackwell <email>tlb@viaweb.com</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>URATA Shuichiro <email>s-urata@nmit.tmg.nec.co.jp</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>Udo Schweigert <email>ust@cert.siemens.de</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>Ugo Paternostro <email>paterno@dsi.unifi.it</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>Ulf Kieber <email>kieber@sax.de</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>Ulli Linzen <email>ulli@perceval.camelot.de</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>Ustimenko Semen <email>semen@iclub.nsu.ru</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>Uwe Arndt <email>arndt@mailhost.uni-koblenz.de</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>Vadim Chekan <email>vadim@gc.lviv.ua</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>Vadim Kolontsov <email>vadim@tversu.ac.ru</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>Vadim Mikhailov <email>mvp@braz.ru</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>Van Jacobson <email>van@ee.lbl.gov</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>Vasily V. Grechishnikov
|
|
<email>bazilio@ns1.ied-vorstu.ac.ru</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>Vasim Valejev <email>vasim@uddias.diaspro.com</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>Vernon J. Schryver <email>vjs@mica.denver.sgi.com</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>Vic Abell <email>abe@cc.purdue.edu</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>Ville Eerola <email>ve@sci.fi</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>Vincent Poy <email>vince@venus.gaianet.net</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>Vincenzo Capuano
|
|
<email>VCAPUANO@vmprofs.esoc.esa.de</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>Virgil Champlin <email>champlin@pa.dec.com</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>Vladimir A. Jakovenko
|
|
<email>vovik@ntu-kpi.kiev.ua</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>Vladimir Kushnir <email>kushn@mail.kar.net</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>Vsevolod Lobko <email>seva@alex-ua.com</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>W. Gerald Hicks <email>wghicks@bellsouth.net</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>W. Richard Stevens <email>rstevens@noao.edu</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>Walt Howard <email>howard@ee.utah.edu</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>Warren Toomey <email>wkt@csadfa.cs.adfa.oz.au</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>Wayne Scott <email>wscott@ichips.intel.com</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>Werner Griessl
|
|
<email>werner@btp1da.phy.uni-bayreuth.de</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>Wes Santee <email>wsantee@wsantee.oz.net</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>Wietse Venema <email>wietse@wzv.win.tue.nl</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>Wilfredo Sanchez <email>wsanchez@apple.com</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>Wiljo Heinen <email>wiljo@freeside.ki.open.de</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>Wilko Bulte <email>wilko@yedi.iaf.nl</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>Will Andrews <email>andrews@technologist.com</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>Willem Jan Withagen <email>wjw@surf.IAE.nl</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>William Jolitz <email>withheld</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>William Liao <email>william@tale.net</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>Wojtek Pilorz
|
|
<email>wpilorz@celebris.bdk.lublin.pl</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>Wolfgang Helbig <email>helbig@ba-stuttgart.de</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>Wolfgang Solfrank <email>ws@tools.de</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>Wolfgang Stanglmeier <email>wolf@FreeBSD.org</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>Wu Ching-hong <email>woju@FreeBSD.ee.Ntu.edu.TW</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>Yarema <email>yds@ingress.com</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>Yaroslav Terletsky <email>ts@polynet.lviv.ua</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>Yasuhito FUTATSUKI <email>futatuki@fureai.or.jp</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>Yasuhiro Fukama <email>yasuf@big.or.jp</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>Yen-Shuo Su <email>yssu@CCCA.NCTU.edu.tw</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>Ying-Chieh Liao <email>ijliao@csie.NCTU.edu.tw</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>Yixin Jin <email>yjin@rain.cs.ucla.edu</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>Yoshiaki Uchikawa <email>yoshiaki@kt.rim.or.jp</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>Yoshihiko OHTA <email>yohta@bres.tsukuba.ac.jp</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>Yoshihisa NAKAGAWA
|
|
<email>y-nakaga@ccs.mt.nec.co.jp</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>Yoshikazu Goto <email>gotoh@ae.anritsu.co.jp</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>Yoshimasa Ohnishi
|
|
<email>ohnishi@isc.kyutech.ac.jp</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>Yoshishige Arai <email>ryo2@on.rim.or.jp</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>Yuichi MATSUTAKA <email>matutaka@osa.att.ne.jp</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>Yujiro MIYATA
|
|
<email>miyata@bioele.nuee.nagoya-u.ac.jp</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>Yukihiro Nakai <email>nacai@iname.com</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>Yusuke Nawano <email>azuki@azkey.org</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>Yuu Yashiki <email>s974123@cc.matsuyama-u.ac.jp</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>Yuval Yarom <email>yval@cs.huji.ac.il</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>Yves Fonk <email>yves@cpcoup5.tn.tudelft.nl</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>Yves Fonk <email>yves@dutncp8.tn.tudelft.nl</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>Zach Heilig <email>zach@gaffaneys.com</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>Zahemszhky Gabor <email>zgabor@code.hu</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>Zhong Ming-Xun <email>zmx@mail.CDPA.nsysu.edu.tw</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>arci <email>vega@sophia.inria.fr</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>der Mouse <email>mouse@Collatz.McRCIM.McGill.EDU</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>frf <email>frf@xocolatl.com</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>Ege Rekk <email>aagero@aage.priv.no</email></para>
|
|
</listitem>
|
|
</itemizedlist>
|
|
</sect1>
|
|
|
|
<sect1>
|
|
<title>386BSD Patch Kit Patch Contributors</title>
|
|
|
|
<para>(in alphabetical order by first name):</para>
|
|
|
|
<itemizedlist>
|
|
<listitem>
|
|
<para>Adam Glass <email>glass@postgres.berkeley.edu</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>Adrian Hall <email>adrian@ibmpcug.co.uk</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>Andrey A. Chernov <email>ache@astral.msk.su</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>Andrew Herbert <email>andrew@werple.apana.org.au</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>Andrew Moore <email>alm@netcom.com</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>Andy Valencia <email>ajv@csd.mot.com</email>
|
|
<email>jtk@netcom.com</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>Arne Henrik Juul <email>arnej@Lise.Unit.NO</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>Bakul Shah <email>bvs@bitblocks.com</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>Barry Lustig <email>barry@ictv.com</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>Bob Wilcox <email>bob@obiwan.uucp</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>Branko Lankester</para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>Brett Lymn <email>blymn@mulga.awadi.com.AU</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>Charles Hannum <email>mycroft@ai.mit.edu</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>Chris G. Demetriou
|
|
<email>cgd@postgres.berkeley.edu</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>Chris Torek <email>torek@ee.lbl.gov</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>Christoph Robitschko
|
|
<email>chmr@edvz.tu-graz.ac.at</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>Daniel Poirot <email>poirot@aio.jsc.nasa.gov</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>Dave Burgess <email>burgess@hrd769.brooks.af.mil</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>Dave Rivers <email>rivers@ponds.uucp</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>David Dawes <email>dawes@physics.su.OZ.AU</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>David Greenman <email>dg@Root.COM</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>Eric J. Haug <email>ejh@slustl.slu.edu</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>Felix Gaehtgens
|
|
<email>felix@escape.vsse.in-berlin.de</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>Frank Maclachlan <email>fpm@crash.cts.com</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>Gary A. Browning <email>gab10@griffcd.amdahl.com</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>Gary Howland <email>gary@hotlava.com</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>Geoff Rehmet <email>csgr@alpha.ru.ac.za</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>Goran Hammarback <email>goran@astro.uu.se</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>Guido van Rooij <email>guido@gvr.org</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>Guy Harris <email>guy@auspex.com</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>Havard Eidnes
|
|
<email>Havard.Eidnes@runit.sintef.no</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>Herb Peyerl <email>hpeyerl@novatel.cuc.ab.ca</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>Holger Veit <email>Holger.Veit@gmd.de</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>Ishii Masahiro, R. Kym Horsell</para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>J.T. Conklin <email>jtc@cygnus.com</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>Jagane D Sundar <email>jagane@netcom.com</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>James Clark <email>jjc@jclark.com</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>James Jegers <email>jimj@miller.cs.uwm.edu</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>James W. Dolter</para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>James da Silva <email>jds@cs.umd.edu</email> et al</para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>Jay Fenlason <email>hack@datacube.com</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>Jim Wilson <email>wilson@moria.cygnus.com</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>Jörg Lohse
|
|
<email>lohse@tech7.informatik.uni-hamburg.de</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>Jörg Wunsch
|
|
<email>joerg_wunsch@uriah.heep.sax.de</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>John Dyson</para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>John Woods <email>jfw@eddie.mit.edu</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>Jordan K. Hubbard <email>jkh@whisker.hubbard.ie</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>Julian Elischer <email>julian@dialix.oz.au</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>Julian Stacey <email>jhs@FreeBSD.org</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>Karl Dietz <email>Karl.Dietz@triplan.com</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>Karl Lehenbauer <email>karl@NeoSoft.com</email>
|
|
<email>karl@one.neosoft.com</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>Keith Bostic <email>bostic@toe.CS.Berkeley.EDU</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>Ken Hughes</para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>Kent Talarico <email>kent@shipwreck.tsoft.net</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>Kevin Lahey <email>kml%rokkaku.UUCP@mathcs.emory.edu</email>
|
|
<email>kml@mosquito.cis.ufl.edu</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>Marc Frajola <email>marc@dev.com</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>Mark Tinguely <email>tinguely@plains.nodak.edu</email>
|
|
<email>tinguely@hookie.cs.ndsu.NoDak.edu</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>Martin Renters <email>martin@tdc.on.ca</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>Michael Clay <email>mclay@weareb.org</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>Michael Galassi <email>nerd@percival.rain.com</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>Mike Durkin <email>mdurkin@tsoft.sf-bay.org</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>Naoki Hamada <email>nao@tom-yam.or.jp</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>Nate Williams <email>nate@bsd.coe.montana.edu</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>Nick Handel <email>nhandel@NeoSoft.com</email>
|
|
<email>nick@madhouse.neosoft.com</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>Pace Willisson <email>pace@blitz.com</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>Paul Kranenburg <email>pk@cs.few.eur.nl</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>Paul Mackerras <email>paulus@cs.anu.edu.au</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>Paul Popelka <email>paulp@uts.amdahl.com</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>Peter da Silva <email>peter@NeoSoft.com</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>Phil Sutherland
|
|
<email>philsuth@mycroft.dialix.oz.au</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>Poul-Henning Kamp<email>phk@FreeBSD.org</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>Ralf Friedl <email>friedl@informatik.uni-kl.de</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>Rick Macklem <email>root@snowhite.cis.uoguelph.ca</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>Robert D. Thrush <email>rd@phoenix.aii.com</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>Rodney W. Grimes <email>rgrimes@cdrom.com</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>Sascha Wildner <email>swildner@channelz.GUN.de</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>Scott Burris <email>scott@pita.cns.ucla.edu</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>Scott Reynolds <email>scott@clmqt.marquette.mi.us</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>Sean Eric Fagan <email>sef@kithrup.com</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>Simon J Gerraty <email>sjg@melb.bull.oz.au</email>
|
|
<email>sjg@zen.void.oz.au</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>Stephen McKay <email>syssgm@devetir.qld.gov.au</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>Terry Lambert <email>terry@icarus.weber.edu</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>Terry Lee <email>terry@uivlsi.csl.uiuc.edu</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>Tor Egge <email>Tor.Egge@idi.ntnu.no</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>Warren Toomey <email>wkt@csadfa.cs.adfa.oz.au</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>Wiljo Heinen <email>wiljo@freeside.ki.open.de</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>William Jolitz <email>withheld</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>Wolfgang Solfrank <email>ws@tools.de</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>Wolfgang Stanglmeier <email>wolf@dentaro.GUN.de</email></para>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>Yuval Yarom <email>yval@cs.huji.ac.il</email></para>
|
|
</listitem>
|
|
</itemizedlist>
|
|
</sect1>
|
|
</chapter>
|
|
|
|
<!--
|
|
Local Variables:
|
|
mode: sgml
|
|
sgml-declaration: "../chapter.decl"
|
|
sgml-indent-data: t
|
|
sgml-omittag: nil
|
|
sgml-always-quote-attributes: t
|
|
sgml-parent-document: ("../handbook.sgml" "part" "chapter")
|
|
End:
|
|
-->
|
|
|