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