Newsgroups: news.announce.newgroups,news.groups,comp.os.minix,comp.os.misc,alt.os.linux,comp.unix.sysv386
Path: sparky!uunet!zaphod.mps.ohio-state.edu!rpi!bounce-back
From: Ari Lemmke <a...@zen.cs.hut.fi>
Subject: RFD:  comp.os.linux
Message-ID: <=z1r9_+@rpi.edu>
Followup-To: news.groups
Sender: t...@cs.rpi.edu
Nntp-Posting-Host: cs.rpi.edu
Date: 21 Jan 92 15:16:00 GMT
Approved: t...@rpi.edu
Lines: 171

Request for Discussion
======= === ==========

GROUP:  comp.os.linux

STATUS: unmoderated

PURPOSE:

	Linux-related discussion: Linux kernel hacking, porting utilities
	 to Linux, Linux bug-fixes, and implementing new features in Linux.

----------------------

What's Linux ?

Linux is a UNIX clone, which currently runs only on 386/486 machines.
Linux is freely distributable (within rules in the Linux copyright)
and available with the complete source code.


Why comp.os.linux ?

Our mailing list has now far too much traffic, which has caused some
unsubscribtions, but still we have ~400 subscribers (and ~10 mailing
lists) - which is really too big, because list users activity is
real high.


What happens to Linux-activists mailing list?

There will be a News <-> Mail Digest gateway for people people who do
not have access to Usenet, much like the comp.lang.perl <->
Perl-Us...@fuggles.acc.Virginia.edu mailing list.  It is anticipated,
however, that the vast majority of the Linux community will be using
the comp.os.linux newsgroup.


When will voting begin ?

Voting will begin on Februrary 18th, one month after the posting of
this Call for Discussion.  Theodore Ts'o (ty...@athena.mit.edu) will
serve as vote collector; the exact address and voting procedures will
be contained in the Call For Votes when it is issued. The usual
requirements (2/3 of the votes in favor, and at least 100 more YES
votes than NO votes) will apply.


	arl		// a...@hut.fi, Ari Lemmke


--------------------------------------------------

LINUX INFORMATION SHEET
by Robert Blum (b...@cip-s01.informatik.rwth-aachen.de) et al.
(last updated 13 Jan 1992)

1. WHAT IS LINUX
    LINUX 0.12 is a freely distributable UNIX clone.  It implements a
subset of System V and POSIX functionality.  LINUX has been written
from scratch, and therefore does not contain any AT&T or MINIX
code--not in the kernel, the compiler, the utilities, or the libraries.
For this reason it can be made available with the complete source code
via anonymous FTP.  LINUX runs only on 386/486 AT-bus machines; porting
to non-Intel architectures is likely to be difficult, as the kernel
makes extensive use of 386 memory management and task primitives.

     Version 0.12 is still a beta release, but it already provides much
of the functionality of a System V.3 kernel.  For example, various
users have been able to port programs such as bison/flex without having
to modify code at all.  Another indication of its maturity is that
it is now possible to do LINUX kernel development using LINUX itself 
and freely-available programming tools.

2. LINUX features
  - System call compatible with a subset of System V and POSIX
  - Full multiprogramming (multiple programs can run at once)
  - Memory paging with copy-on-write
  - Demand loading of executables
  - Page sharing of executables
  - Virtual memory: swapping to disk when out of RAM
  - POSIX job control
  - virtual consoles on EGA/VGA screens
  - pty's
  - some 387-emulation
  - ANSI compliant C compiler (gcc)
  - A complete set of compiler writing tools
    (bison as yacc-replacement, flex as lex replacement)
  - The GNU 'Bourne again' shell (bash)
  - Micro emacs
  - most utilities you need for development
    (cat, cp, kermit, ls, make, etc.)
  - Over 200 library procedures (atoi, fork, malloc, read, stdio, etc.)
  - Currently 4 national keyboards: Finnish/US/German/French
  - Full source code (in C) for the OS is freely distributable
  - Full source code of the tools can be gotten from many anonymous ftp sites
    (Almost the entire suite of GNU programs has been ported to Linux.)
  - Runs in protected mode on 386 and above
  - Support for extended memory up to 16M on 386 and above
  - RS-232 serial line support with terminal emulation, kermit, zmodem, etc.
  - Supports the real time clock


3. HARDWARE REQUIRED
   - A 386 or 486 machine with an AT-bus.  (EISA will probably work, also,
     but you will need an AT-bus hard disk controller.)
     Both DX and SX processors will work.
   - A hard disk implementing the standard AT hard disk interface--
     for example, an IDE drive.  SCSI drives are not supported yet.
   - A high-density disk drive--either 5.25" (1.2MB) or 3.5" (1.44MB).
   - At least 2 megabytes of RAM.  (LINUX will boot in 2 Mb.  To use
     gcc 4 MB is a good idea.)
   - Any video card of the following: Hercules,CGA,EGA,VGA

In addition, LINUX supports
   - Up to two serial lines
   - A real time clock 

4. PARTIAL LIST OF UTILITIES INCLUDED IN OR AVAILABLE FOR LINUX 0.12 
   - The MTOOLS package (reading/writing to DOS filesystems)
   - The complete GNU filetools (ls, cat, cp, mv, ...)
   - The GNU C compiler with GNU assembler, linker, ar, ...
   - bison
   - flex
   - rcs
   - pmake (BSD 4.3 Reno/BSD 4.4  make)
   - kermit
   - Micro emacs
   - less
   - mkfs
   - fsck
   - mount/umount


5. LINUX BINARIES
    The LINUX binaries and sources are available at three
    anonymous FTP sites. These are:

    nic.funet.fi:/pub/OS/Linux
    tsx-11.mit.edu:/pub/linux
    tupac-amaru.informatik.rwth-aachen.de:/pub/msdos/replace


6. LEGAL STATUS OF LINUX
     Although LINUX is  supplied with the  complete source  code, it is
copyrighted software.  Unlike MINIX, however, it is available for free,
provided  you obey  to the  rules specified  in  the  LINUX  copyright.


7. NEWS ABOUT LINUX
     Since LINUX's  introduction to the public there has been a rapidly
growing mailing list, "linux-activi...@niksula.hut.fi". To subscribe to 
this  list,  mail to  "linux-activists-requ...@niksula.hut.fi".  If the
traffic in this lists increases  further, there are  plans to swap ( at 
least partially ) over  to comp.os.misc, so  watch out  for  any  LINUX 
articles in  this group.  For the current status of LINUX, do "finger
torva...@kruuna.helsinki.fi".


8. FUTURE PLANS
     Work is underway on LINUX version 1.0, which will close some of the
gaps in the present implementation.  Various people are currently working
on:
     - A virtual filesystem layer 
     - STREAMS 
     - init/getty/login
     - Interprocess communication
     - IEEE POSIX P1003.1 / P1003.2 compatibility
     - SCSI support

If you want to help, join the mailing list.

Newsgroups: news.announce.newgroups,news.groups,comp.os.minix,comp.os.misc,alt.os.linux,comp.unix.sysv386
Path: sparky!uunet!usc!rpi!bounce-back
From: Ari Lemmke <a...@sauna.cs.hut.fi>
Subject: CFV:  comp.os.linux
Message-ID: <0dqssvg@rpi.edu>
Followup-To: poster
Sender: t...@cs.rpi.edu
Nntp-Posting-Host: cs.rpi.edu
Date: Wed, 19 Feb 1992 06:20:19 GMT
Approved: t...@rpi.edu
Lines: 197

This is first Call For Votes to create newsgroup comp.os.linux

HOW TO VOTE:
------------

	To vote  YES  ,send e-mail to:

		linux-...@bloom-beacon.mit.edu


	To vote   NO  ,send e-mail to:

		linux...@bloom-beacon.mit.edu



VOTING PERIOD:
--------------

	The voting period starts now and will last
	through 00:00 UTC (7:00pm EST), 19 March 1992.



------------------------------AND HERE'S COPY OF THE RFD:comp.os.linux---

Request for Discussion
======= === ==========

GROUP:  comp.os.linux

STATUS: unmoderated

PURPOSE:

	Linux-related discussion: Linux kernel hacking, porting utilities
	 to Linux, Linux bug-fixes, and implementing new features in Linux.

----------------------

What's Linux ?

Linux is a UNIX clone, which currently runs only on 386/486 machines.
Linux is freely distributable (within rules in the Linux copyright)
and available with the complete source code.


Why comp.os.linux ?

Our mailing list has now far too much traffic, which has caused some
unsubscribtions, but still we have ~400 subscribers (and ~10 mailing
lists) - which is really too big, because list users activity is
real high.


What happens to Linux-activists mailing list?

There will be a News <-> Mail Digest gateway for people people who do
not have access to Usenet, much like the comp.lang.perl <->
Perl-Us...@fuggles.acc.Virginia.edu mailing list.  It is anticipated,
however, that the vast majority of the Linux community will be using
the comp.os.linux newsgroup.


When will voting begin ?

Voting will begin on Februrary 18th, one month after the posting of
this Call for Discussion.  Theodore Ts'o (ty...@athena.mit.edu) will
serve as vote collector; the exact address and voting procedures will
be contained in the Call For Votes when it is issued. The usual
requirements (2/3 of the votes in favor, and at least 100 more YES
votes than NO votes) will apply.


	arl		// a...@hut.fi, Ari Lemmke


--------------------------------------------------

LINUX INFORMATION SHEET
by Robert Blum (b...@cip-s01.informatik.rwth-aachen.de) et al.
(last updated 13 Jan 1992)

1. WHAT IS LINUX
    LINUX 0.12 is a freely distributable UNIX clone.  It implements a
subset of System V and POSIX functionality.  LINUX has been written
>from scratch, and therefore does not contain any AT&T or MINIX
code--not in the kernel, the compiler, the utilities, or the libraries.
For this reason it can be made available with the complete source code
via anonymous FTP.  LINUX runs only on 386/486 AT-bus machines; porting
to non-Intel architectures is likely to be difficult, as the kernel
makes extensive use of 386 memory management and task primitives.

     Version 0.12 is still a beta release, but it already provides much
of the functionality of a System V.3 kernel.  For example, various
users have been able to port programs such as bison/flex without having
to modify code at all.  Another indication of its maturity is that
it is now possible to do LINUX kernel development using LINUX itself 
and freely-available programming tools.

2. LINUX features
  - System call compatible with a subset of System V and POSIX
  - Full multiprogramming (multiple programs can run at once)
  - Memory paging with copy-on-write
  - Demand loading of executables
  - Page sharing of executables
  - Virtual memory: swapping to disk when out of RAM
  - POSIX job control
  - virtual consoles on EGA/VGA screens
  - pty's
  - some 387-emulation
  - ANSI compliant C compiler (gcc)
  - A complete set of compiler writing tools
    (bison as yacc-replacement, flex as lex replacement)
  - The GNU 'Bourne again' shell (bash)
  - Micro emacs
  - most utilities you need for development
    (cat, cp, kermit, ls, make, etc.)
  - Over 200 library procedures (atoi, fork, malloc, read, stdio, etc.)
  - Currently 4 national keyboards: Finnish/US/German/French
  - Full source code (in C) for the OS is freely distributable
  - Full source code of the tools can be gotten from many anonymous ftp sites
    (Almost the entire suite of GNU programs has been ported to Linux.)
  - Runs in protected mode on 386 and above
  - Support for extended memory up to 16M on 386 and above
  - RS-232 serial line support with terminal emulation, kermit, zmodem, etc.
  - Supports the real time clock


3. HARDWARE REQUIRED
   - A 386 or 486 machine with an AT-bus.  (EISA will probably work, also,
     but you will need an AT-bus hard disk controller.)
     Both DX and SX processors will work.
   - A hard disk implementing the standard AT hard disk interface--
     for example, an IDE drive.  SCSI drives are not supported yet.
   - A high-density disk drive--either 5.25" (1.2MB) or 3.5" (1.44MB).
   - At least 2 megabytes of RAM.  (LINUX will boot in 2 Mb.  To use
     gcc 4 MB is a good idea.)
   - Any video card of the following: Hercules,CGA,EGA,VGA

In addition, LINUX supports
   - Up to two serial lines
   - A real time clock 

4. PARTIAL LIST OF UTILITIES INCLUDED IN OR AVAILABLE FOR LINUX 0.12 
   - The MTOOLS package (reading/writing to DOS filesystems)
   - The complete GNU filetools (ls, cat, cp, mv, ...)
   - The GNU C compiler with GNU assembler, linker, ar, ...
   - bison
   - flex
   - rcs
   - pmake (BSD 4.3 Reno/BSD 4.4  make)
   - kermit
   - Micro emacs
   - less
   - mkfs
   - fsck
   - mount/umount


5. LINUX BINARIES
    The LINUX binaries and sources are available at three
    anonymous FTP sites. These are:

    nic.funet.fi:/pub/OS/Linux
    tsx-11.mit.edu:/pub/linux
    tupac-amaru.informatik.rwth-aachen.de:/pub/msdos/replace


6. LEGAL STATUS OF LINUX
     Although LINUX is  supplied with the  complete source  code, it is
copyrighted software.  Unlike MINIX, however, it is available for free,
provided  you obey  to the  rules specified  in  the  LINUX  copyright.


7. NEWS ABOUT LINUX
     Since LINUX's  introduction to the public there has been a rapidly
growing mailing list, "linux-activi...@niksula.hut.fi". To subscribe to 
this  list,  mail to  "linux-activists-requ...@niksula.hut.fi".  If the
traffic in this lists increases  further, there are  plans to swap ( at 
least partially ) over  to comp.os.misc, so  watch out  for  any  LINUX 
articles in  this group.  For the current status of LINUX, do "finger
torva...@kruuna.helsinki.fi".


8. FUTURE PLANS
     Work is underway on LINUX version 1.0, which will close some of the
gaps in the present implementation.  Various people are currently working
on:
     - A virtual filesystem layer 
     - STREAMS 
     - init/getty/login
     - Interprocess communication
     - IEEE POSIX P1003.1 / P1003.2 compatibility
     - SCSI support

If you want to help, join the mailing list.

Newsgroups: alt.os.linux
Path: sparky!uunet!think.com!mintaka.lcs.mit.edu!bloom-picayune.mit.edu!daemon
From: ty...@ATHENA.MIT.EDU (Theodore Ts'o)
Subject: RESULT: comp.os.linux passes: 858: 5
Message-ID: <1992Mar25.183619.2763@athena.mit.edu>
Sender: dae...@athena.mit.edu (Mr Background)
Reply-To: ty...@athena.mit.edu
Organization: The Internet
Date: Wed, 25 Mar 1992 18:36:19 GMT
Lines: 882

Here are the voting results on the creation of an unmoderated newsgroup
titled "comp.os.linux".  Voting commenced on 2/20/92 and concluded on
3/20/92.

	Yes votes: 858
	 No votes: 5

The newsgroup should be created created after the mandatory five day
"waiting period" which starts after the voting results actually appear
in news.announce.newgroups, during which the net will have a chance to
correct any errors in the voter list or the voting procedures.

					- Ted

People who voted AGAINST the creation of comp.os.linux:

barr...@cc.gatech.edu 				(James C. Barrett)
meg...@epas.utoronto.ca 			(David Megginson)
vi...@sauna.cs.hut.fi				(Hannu Visti)
pa...@tplrd.tpl.oz.au 				(Paul Gittings)
me...@ucunix.san.uc.EDU 			(mehta)

People who voted FOR the creation of comp.os.linux:

alpha3!russell 					(Russell Schulz)
dreagan!dale 					(Dale E. Reagan)
kjc386!cummings 				(Kevin J. Cummings)
mit-eddie!cd.amdahl.com!jcc50 			(Joe Cwick)
mit-eddie!gatech!dreaml.wariat.org!jga 		(Jon Anhold)
mit-eddie!gatech!osceola.cs.ucf.edu!edus!rcp	(R. C. Perkins)
mit-eddie!juts.ccc.amdahl.com!szb50 		(Sid Boyce)
mit-eddie!uts.amdahl.com!wis 			(Widjaja Sugiri)
pogo!rjg					(Bob Gibson)
think!ames!amdcad!pyrps5.eng.pyramid.com!fschulz (F. Schulz)
think!ames!buster.stafford.tx.us!rli 		(Buster Irby)
think!ames!claris!voder!nsc!gpo.nsc.com!sinclair%spi.dnet (David Sinclair NSC CIM)
think!ames!cs.utexas.edu!wotan!moxie!uhura1!bryan  (Bryan Curnutt)
think!ames!cs.washington.edu!sumax!polari!january
think!ames!seer.mystic.com!owen			(Owen Cooper)
think!ames!tanggul.lonestar.org!andy 		(Andy Luhur)
think!rutgers!epas.utoronto.ca!nyama!jad 	(Jose Dias)
think!rutgers!felix.filenet.com!preston 	(Preston Bannister)
think!rutgers!qst1.tcc.com!bill 		(The system operator)
think!rutgers!scocan.sco.com!simon		(Simon Tooke)
think!rutgers!tc.fluke.com!dcd 			(David Dyck)
think!rutgers!ttd.teradyne.com!nichols		("Richard Nichols")
think!rutgers!wb3ffv.ampr.org!ceadg!jack
think!trystro!mikc				(Michael Coughlin)
utacfd!mdaeng!rwn 				(Ralph Noack)
utrurt!lau					(lau)
wilbur!pca54!ng 				(Mark Ng)
vend...@51-aix2.aix.kingston.ibm.com 		(David Farmer)
KS...@ALASKA.BITNET				("CareBear..." )
eic...@ATHENA.MIT.EDU 				("Mark W. Eichin")
di...@Athena.MIT.EDU
gamad...@Athena.MIT.EDU
khchi...@Athena.MIT.EDU
pshu...@Athena.MIT.EDU
GUTE...@BLEKUL11.BITNET
MWNOR...@BNR.CA					(Michael (M.W.) Norman)
NN...@BNR.CA					(Nhut (N.) Nguyen)
FREY...@CPVA.SAIC.COM 				(Stephen D. Freyder - (619) 458-2625)
opac!brian%OPAC.osl.or....@CS.ORST.EDU		(BRIAN MCBEE)
darken-christ...@CS.YALE.EDU			("Christian J. Darken")
UPSYF...@Comparex.HRZ.Uni-Bielefeld.DE		(Wolfgang Thiel)
U...@DKAUNI2.BITNET				("Olaf Titz")
PP...@DMSWWU1A.BITNET				(Thomas Heller)
Epst...@DOCKMASTER.NCSC.MIL
TEM...@ECAMV1.dnet.ge.com
ARIE...@ESTEC.BITNET				(Asbjorn Riedel WGE)
jo...@FICUS.CS.UCLA.EDU 			(John Heidemann)
fermi...@FRULM63.BITNET
fermi...@FRULM63.BITNET 			(Stefane Fermigier)
U379...@HNYKUN11.BITNET
d...@Invaders.dcrl.nd.EDU 			(Deepak Narain)
bschn...@Jade.Tufts.EDU
Takahiro.Nogu...@Japan.Sun.COM 			(Takahiro Noguchi - Nihon Sun System Engineer)
b...@LTE.E-TECHNIK.uni-erlangen.de		(Karlheinz Brandenburg)
jbm%speedy.U...@Larry.McRCIM.McGill.EDU		(John B. McCluskey)
lewis%lammbrau.UUCP%bnrmtl.U...@Larry.McRCIM.McGill.EDU (Pierre LEWis)
MA...@Levels.UniSA.Edu.Au
st...@MITL.COM 					(Stephen Johnson)
ZIMME...@MLPVM2.VNET.IBM.COM			("Doug Zimmerman")
QUEEN...@MSUS1.MSUS.EDU				(that unknown horror we call love)
st...@Menudo.UH.EDU				(Mike Bowers)
g...@MicroUnity.com 				(Guillermo A. Loyola)
RICH...@NET.EBT.ANRJ.BR				(Richard Sabah)
gbai...@NMSU.Edu
EOAH...@NTUVAX.BITNET
ad...@PDV2.FMR.MASCHINENBAU.TH-DARMSTADT.DE 	(Adams)
l...@PL118f.CC.Lehigh.EDU 			(Lewis)
CXC...@PSUVM.PSU.EDU
MXD...@PSUVM.PSU.EDU				("Beaker")
Hannes.Faesterm...@Physik.TU-Muenchen.DE
Klaus.Weid...@Physik.TU-Muenchen.DE
lbr...@Pix.COM 					(Lewis Bruck)
d...@Ra.MsState.Edu 				(Daniel A. Martin)
ACPS7...@RyeVm.Ryerson.Ca			(David Tengler)
ACPS7...@RyeVm.Ryerson.Ca			(Michael Caro)
bri...@SCTC.COM 				(Dave Bright)
edp...@Skferc.NL
mea...@Skferc.NL
Richard.Shar...@Software.Mitel.COM 		(Richard Sharman)
V50...@TEMPLEVM.BITNET				(jim wiegand)
TED...@TOROLAB6.VNET.IBM.COM			("Theodore C. Law")
SJMIL...@TWSUVAX.BITNET
d...@Think.COM					(dave mankins)
Bob Doolittle <r...@Think.COM>
LONGS...@VAX1.Mankato.MSUS.EDU			(Roy Batty)
Jeff.Coll...@West.Sun.COM 			(Jeff Collins)
d...@aaii.oz.au					(David Kinny)
AS...@acad2.alaska.edu				("MCCARTY TOM G")
maxw...@acsu.buffalo.edu 			(john h maxwell)
jwj...@adam.kaist.ac.kr 			(Jung Joowon)
a...@aficom.ocunix.on.ca 			(andrew farmer)
mwbu...@afterlife.ncsc.mil 			(Mark Butler)
pjan...@afterlife.ncsc.mil 			(Philip Anglin)
cwi...@ai.mit.edu 				(Carl Witty)
a...@aisb.edinburgh.ac.uk
grit...@alaska.caedm.byu.edu			(Jamie Gritton)
use...@alcbel.be 				(Gratien D'haese)
dves...@alcor.concordia.ca			(DAVID F VESELY )
dex...@alessia.dei.unipd.it			(Michele Mauro 342258/IF)
yamak...@allston.tcs.com 			(Naomi Yamakawa)
ma...@altair.dfrf.nasa.gov 			(Richard Maine)
rr...@amber.ssd.csd.harris.com 			(Bob Rusk)
bg...@andrew.cmu.edu				("Brian E. Gallew")
dd...@andrew.cmu.edu				("Douglas F. DeJulio")
g...@angus.mi.org 				(B. Gabriel Helou)
h...@anubis.network.com 				(Harry G. Varnis)
colb...@aplcomm.jhuapl.edu 			(Colbert Edward S3M x4076 )
a...@apple.com					(Al Kossow)
pet...@archsci.arch.su.OZ.AU
m...@as.arizona.edu 				(Michael Fulbright)
j...@astro.Princeton.EDU				("John B Rogerson")
colb...@astro.UMD.EDU 				(Edward J.M. Colbert)
d...@asylum.sf.ca.us 				(Dave Bridgham)
pa...@atc.boeing.com				(Paul Allen)
n...@att2.cs.Mankato.MSUS.EDU
cbb3...@aw2.fsl.ca.boeing.com			(Calvin B. Bradley)
thr9...@aw2.fsl.ca.boeing.com			(Thomas H. Rinderknecht)
t...@barsoom.nhh.no				(Tom Ivar Helbekkmo)
ece51...@bass.gmu.edu 				(ece511 account)
s...@bbl.be 					(Simon Townsend)
pet...@beltrix.guild.org 			(Peter Sleggs)
bhenn...@bhamiwimsey.bc.ca 			(William E. Henning)
good...@birdland.b11.ingr.com 			(tony goodloe)
skous...@bones.caedm.byu.edu			(gary b skouson)
davi...@borland.com 				(Wayne Davison)
juen...@boss1.physik.uni-bonn.de 		(Henry G. Juengst)
M.J.H....@bradford.ac.uk			(Mark Cox)
bh...@bragg.phys.uwm.edu.phys.uwm.edu 		(Burl M. Hall)
j...@brainiac.mn.org 				(Jeffrey Comstock)
davi...@bruce.cs.monash.edu.au 			(Andrew Davison)
cs89...@brunel.ac.uk				(Roger D Binns)
Andrew.Mich...@brunel.ac.uk			(Andrew J Michael)
sequent.UUCP!nosun!jaizer.hf.intel.com!je...@bu.edu (Jerry Gaiser)
rod...@buddha.ncc.umn.edu			(Rick Odeen)
be...@bwhwob.bs.open.de 			(Bernd Wiegmann)
d...@caesar.cs.Colorado.EDU			(Drew Eckhardt)
z...@caritas.cotdazr.org 			(Gordon C. Zaft)
h...@casbah.acns.nwu.edu 			(H. Peter Anvin N9ITP)
twdj...@cat.syr.edu 				(Tety Djaja)
d...@cats.UCSC.EDU 				(David Darknell)
linvi...@catt.ncsu.edu 				(John W. Linville)
Murray...@cc.curtin.edu.au
dug...@cc.gatech.edu 				(Rick Duggan)
pni...@cc.helsinki.fi				(Pekka Niemi)
sinkk...@cc.helsinki.fi 			(Janne Sinkkonen)
wirze...@cc.helsinki.fi 			(Lars Wirzenius)
torva...@cc.helsinki.fi 			(Linus Benedict Torvalds)
my74...@cc.tut.fi				(Ylit|rm{ Marco)
sch...@cco.caltech.edu 				(Kevin Todd Schmidt)
watpo...@ccs.carleton.ca 			(Andrew Cornwall)
o...@ccsg.tau.ac.il				(Ori Pomerantz)
umtho...@ccu.UManitoba.CA			(Adam Thompson)
ifau...@ccwf.cc.utexas.edu
james...@ccwf.cc.utexas.edu 			(James Hammett)
ifai...@ccwf.cc.utexas.edu 			(Paul C. Janzen)
all...@cenatls.cena.dgac.fr 			(Jean-Marc Alliot)
pa...@cerics.cerics.fr				(Francois Payre)
r...@cfa272.harvard.edu 				(Raj Manandhar)
d_sm...@chef.bristol-poly.ac.uk 		(Dylan Smith)
rafet...@cheshire.oxy.edu 			(David R. Giller)
b...@cip-s01.informatik.rwth-aachen.de 		(Robert Blum)
dir...@cip-s01.informatik.rwth-aachen.de 	(Dirk Steinberg)
u31b...@cip-s01.informatik.rwth-aachen.de 	(Michael Haardt)
wei...@cis.ohio-state.edu			(Jerry Weiler)
bala...@cis.ohio-state.edu			(Krishna Balasubramanian)
dahlh...@cis.ohio-state.edu			(kevin dahlhausen)
tsni...@cis.ohio-state.edu			(theresa snider)
r...@citecuc.citec.oz.au 			(System PRIVILEGED Account)
acharlt...@cix.compulink.co.uk			(Alan Charlton)
snowbo...@cix.compulink.co.uk			(Andrew Bray)
dev...@cix.compulink.co.uk			(dave evans)
John.Bea...@cl.cam.ac.uk
a...@clark.edu 					(Adrian Miranda)
du...@clavius.stmarys.ca 			(Jonathan Dursi)
ap...@cleveland.Freenet.Edu 			(Kevin P. Dahlhausen)
ai...@cleveland.Freenet.Edu 			(Leonard Bell)
ak...@cleveland.Freenet.Edu 			(Mark Saltzman)
ptuom...@clinet.FI				(Petri Tuomola)
bwh...@cobra.camb.inmet.com 			(Bill White)
h...@coea.wsu.edu				(Hongjiu Lu)
rich...@cogs.sussex.ac.uk			(Richard Harry)
bd...@col.hp.com				(Bdale Garbee)
rjohn...@colgatehost.colgate.edu
bell...@commerce.uq.oz.au
d...@computer-science.nottingham.ac.uk		(Dave Gymer)
k...@comsat.hacktic.nl 				(Hans van Koeveringe)
a...@concert.net					(Alan B Clegg)
no...@concour.cs.concordia.ca
too...@concour.cs.concordia.ca			(Doug Tooley)
Ilpo.Kanto...@convex.csc.fi			(Ilpo Kantonen )
ste...@convx1.dseg.ti.com 			(Steve Wootton)
dev...@cookie.enet.dec.com			(Bob Devine)
edel...@corto.inria.fr
lenar...@corto.inria.fr
a...@cory.berkeley.edu 				(Al Petrofsky)
dimit...@cperi.forth.gr 			(Dimitris Hatzopoulos)
paole...@cps.msu.edu
re...@cpsc.ucalgary.ca 				(Christopher Reid)
b...@crdec7.apgea.army.mil			("J.R.Suckling")
r...@crick.ssctr.bcm.tmc.edu 			(Richard H. Miller)
d...@crosfield.co.uk				(david legg)
p...@crosfield.co.uk				(phil davis)
rat...@crs.cl.msu.edu				(Ishwar Rattan)
nel...@crynwr.com				("Russell Nelson")
j...@cs.UMD.EDU					(James da Silva)
will...@cs.anu.edu.au 				(William Sun)
cjeff...@cs.arizona.edu				("Clinton Jeffery")
c...@cs.brown.edu 				(Curtis Yarvin)
w...@cs.brown.edu 				(Wen-Chun Ni)
j...@cs.hut.fi					(Jyrki Kuoppala)
t...@cs.hut.fi					(Teemu Rantanen)
jpu...@cs.joensuu.fi 				(Jarmo Pussinen)
prik...@cs.joensuu.fi 				(Pasi Rikala)
j...@cs.mu.OZ.AU					(Jeff Schultz)
jor...@cs.rpi.edu
jor...@cs.rpi.edu 				(Joaquim Jorge)
k...@cs.tamu.edu 				(Kurt Freiberger)
phe...@cs.tcd.ie				("Paul Healy, EI9GL")
deogr...@cs.tcd.ie				(Darragh O'Grady)
k...@cs.tu-berlin.de				(Kolja Kaehler)
p...@cs.tut.fi 					(Kellom{ki Pertti)
h108...@cs.tut.fi 				(Hakkarainen Kimmo)
pl87...@cs.tut.fi 				(Petri Latva-Rasku)
mar...@cs.ualberta.ca				("Tim Martin; FSO; Soil Sciences")
jye...@cs.uiuc.edu				(Josh Yelon)
jrich...@cs.ulowell.edu				(John (MacGyver) Richardson)
gmar...@cs.umr.edu
poir...@cs.unc.edu				(Dan Poirier)
cul...@cs.unc.edu				(Timothy Cullip)
to...@cs.uoregon.edu				(joseph toman)
lan...@cs.utexas.edu
aatdev!...@cs.utexas.edu			(Gary Godfrey)
rhw...@cs.utexas.edu 				(Rwo-Hsi Wang)
mo...@cs.utk.edu
terwi...@cs.utwente.nl 				(Alfred Terwindt)
chiting%garfield.cs.wisc....@cs.wisc.edu
m...@cs.wisc.edu	 				(Manolis Tsangaris)
d...@cs.wisc.edu 				(DaviD W. Sanderson)
holli...@cs.wisc.edu 				(Jeff Hollingsworth)
jcarg...@cs.wisc.edu 				(Jon Cargille)
g-s...@cs.yorku.ca				("Neal Stephenson")
brk...@csc.albany.edu 				(Brian King)
hamil...@csc.wcc.govt.nz
cmf...@cscgpo.anu.edu.au 			(Albert Langer)
cj_wa...@csd.bristol-poly.ac.uk			(Chris Watts)
p_cop...@csd.bristol-poly.ac.uk			(Philip Copeland)
zebu...@csd.uwo.ca				(Scott Feeney)
jbth...@cse.ogi.edu				("John B. Thiel")
sswee...@cse.unl.edu 				(Steven Sweeney)
d...@cseg03.uark.edu 				(David W. Summers)
j...@csi.UOttawa.CA				(Jacques Sincennes)
runge@csmd					(Sylvio Runge)
wa...@csri.toronto.edu				(Wayne Hayes)
j...@csrnxt1.ae.utexas.edu 			(John R. Schutz)
gonzalod@csv-tgsc 				(Gonzalo Diethelm)
d...@cujo.curtin.edu.au				(Don Griffiths)
pe...@cujo.curtin.edu.au			(Peter N Lewis)
Or...@cup.portal.com
v...@cxa.daresbury.ac.uk				("D. Hines")
pch...@daimi.aau.dk
p...@daimi.aau.dk
tth...@daimi.aau.dk
jb...@danger.enet.dec.com			(Jeff Bell)
ste...@dap.csiro.au 				(Stephen Quigg)
ni...@davinci.concordia.ca
euze...@dcc.unicamp.ansp.br 			(Marcos J. C. Euzebio)
ch...@dccs.upenn.edu				(Peter Choma)
sim...@dcs.glasgow.ac.uk			(Simon Marlow)
hald...@dcs.warwick.ac.uk			(Steve Sykes)
al...@dcs.warwick.ac.uk 			(Nick Holloway)
k...@dde.dk 					(Kurt Wachmann)
and...@ddsw1.mcs.com 				(Andrew Gilbert)
marc...@deadzone.princeton.edu.UUCP
etlm...@deep-thought.ericsson.se 		(Mike Wilcox)
pie...@deis35.cineca.it 			(Pietro Caselli)
t...@dell.co.uk
kauf...@delta.eecs.nwu.edu			("Michael L. Kaufman")
kg...@descartes.waterloo.edu			(Geoffrey The)
mjrut...@descartes.waterloo.edu			(Mike Rutherford)
rwsou...@descartes.waterloo.edu			(Rob Soukoreff)
r...@dfwdsr.SINet.SLB.COM
k...@dg-rtp.dg.com 				(Victor Kan)
ponds!riv...@dg-rtp.dg.com 			(Thomas David Rivers)
e...@dgbt.doc.ca 				(Ed Casas)
ja...@diku.dk					(Jacob Martin Bohn Lorensen)
ding...@diku.dk					(Niels Skov Olsen)
ke...@dit.lth.se				(Kenny Ranerup)
kl...@dobbs.cambridge.ma.us			("Kent H Lundberg")
r...@druhi.att.com
m...@dsbc.icl.co.uk 				(Malcolm Mladenovic)
o...@dsv.su.se					(Olli Vesanto )
d0...@dtek.chalmers.se
d1s...@dtek.chalmers.se
d7st...@dtek.chalmers.se
toep...@du9ds4.uni-duisburg.de.uni-duisburg.de 	(Hansjoerg Toepfer)
wo...@dutecai.et.tudelft.nl 			(Rogier Wolff)
winf...@duticai.tudelft.nl 			(Enno Oosterhuis)
m...@dwp.la.ca.us				(Marc Hall)
v...@eagle.TC.cornell.edu 			(Craig Metz)
j...@eastrg1.cray.com 				(Jim Lynch)
v...@eb.ele.tue.nl 				(Frank Volf)
harr...@ecn.purdue.edu 				(Matthew M Harris)
h...@ecn.purdue.edu 				(Randall A Helzerman)
j...@ecn.purdue.edu 				(Spaggie)
garla...@ecn.purdue.edu 			(Mark T Garlanger)
m...@ecs.southampton.ac.uk			(Mark Dobie)
t...@edb.tih.no
gill...@edmund.cs.andrews.edu 			(Andrew Gillham)
carpe...@edmund.cs.andrews.edu 			(Chad Carpenter)
miyaz...@ee.Princeton.EDU			("Takeshi Miyazaki")
miyaz...@ee.Princeton.EDU 			(Takeshi Miyazaki)
entr...@ee.WPI.EDU 				(Lawrence C. Foard)
k...@ee.eng.ohio-state.edu 			(Rich Kaul)
u...@ee.ualberta.ca				(Dale Ulan)
ing...@ee.ualberta.ca				(William Ingimarson)
l00...@eeyore.stcloud.msus.edu 			(Networking Research)
k...@electrum.kth.se				(Kristian Ejvind )
MARMIL...@elpp6.epfl.ch				(Philippe Marmillod EPFL)
c...@emav33.webo.dg.com 			(Allen Chan)
ro...@empire.cce.cornell.edu			("Ron Pool")
gh...@ems.cdc.com 				(Geoffrey Hart)
pul...@engin.swarthmore.edu 			(Giray Pultar)
af...@engin.umich.edu				(Andrew F. Gunnesch)
p...@engin.umich.edu				(Mark Montague)
c...@engr.uark.edu 				(Chad A. Bersche)
s...@engr.ucf.edu 				(Steven Dick)
dsi...@eniac.seas.upenn.edu 			(Derron Simon)
fcout...@ensisps4.imag.fr
ejohn...@enuxha.eas.asu.edu 			(Eric R. Johnson)
j...@epas.utoronto.ca 				(Jose Dias)
c...@epcc.edinburgh.ac.uk			(Colin Brough)
dun...@erim.org 				(Robert Duncan)
den...@ersys.edmonton.ab.ca 			(Dennis Wong)
Anders.Fran...@eua.ericsson.se
haer...@euclid.uoregon.edu 			(Mike Haertel)
chess...@europa.asd.contel.com 			(Samuel S. Chessman)
d...@ews010.atl.hp.com				(Dave Ritchie)
exuk...@exu.ericsson.se 			(Chris Kirk)
s...@fct.unl.pt					(Salvador Pinto Abreu)
mv...@fedix.fie.com				(Mike Vore - W3CCV)
y...@fees.vut.edu.au 				(Y.M. NG)
g...@fermi.clas.Virginia.EDU			(Greg Lindahl)
t...@fgb1.fgb.mw.tu-muenchen.de
rbu...@finess.Corp.Sun.COM 			(Randy Burns)
wuer...@forwiss.uni-passau.de 			(Uwe Wuerfel)
wi...@freeside.ki.open.de 			(Wiljo Heinen)
hink...@frith.egr.msu.edu 			(Nicholas Hinkle)
pac...@frmug.fr.mugnet.org 			(Fred Pacquier)
s...@fs03.webo.dg.com				(Sean White)
ba...@fuji.ee.byu.edu				(James Banks)
koo...@fwi.uva.nl 				(Andre Koopal (I89))
lanke...@fwi.uva.nl 				(Branko Lankester)
brand...@fwi.uva.nl 				(Jurriaan Arne (I89))
olivi...@fwi.uva.nl 				(P.Olivier)
ho...@fys.ruu.nl				(Rob Hooft)
lough...@gagme.chi.il.us 			(Jeff Loughlin)
tim...@gamma.srcc.msu.su			("Igor V. Timkin")
hunt...@garbo.cs.indiana.edu			("Haydn Huntley")
r...@gbdata.com 				(Gary Clark II )
ma8...@gdt.bath.ac.uk				(Chris Fletcher)
D.R.Al...@gdt.bath.ac.uk			(Dave Allum)
a...@gec-mrc.co.uk				(Andrew Haylett)
shi...@genesis.Berkeley.EDU 			(Shigeo Ishihara)
sc...@geom.umn.edu
os...@giac1.oscs.montana.edu 			(Nate Williams)
kb...@gmuvax2.gmu.edu 				(Ken Bass)
gr...@gnu.ai.mit.edu
h...@gnu.ai.mit.edu
hod...@greco.uni-koblenz.de 			(Wayne Hodgen)
huan...@guardian.cs.psu.edu			(Chih-Fong Huang)
ram...@guru.b17a.ingr.com 			(V. Ramesh Sharma)
ral...@halcyon.com 				(Ralph Sims)
j...@headless.larc.nasa.gov			(Jack Dunn)
w...@helios.ece.arizona.edu			(Bill Delaney)
no...@helios.unl.edu 				(Michael Nolan)
n9044...@henson.cc.wwu.edu			(Eric_Munson)
m...@hojo.larc.nasa.gov				(Mike Weisenborn)
g...@homer.tredydev.unisys.com 			(George Finnin)
kr...@honey.rtsg.mot.com 			(Dammit Jim I'm a doctor not a programmer!)
wsten...@honmavd.mavd.honeywell.com 		(Wayne M. Stenson MN15-2502)
a...@hoskyns.co.uk				(Andy Rutter)
kr...@hotspur.gac.edu 				(Steven Kraft)
pmcgi...@hp.uwsuper.edu				(Patrick L. McGillan)
nt%jupiter.hpl.hp....@hplb.hpl.hp.com		(Nicolas Tripon)
ba...@hpspksa.spk.hp.com			(Bill Baker)
uwe.hueb...@hrz.tu-chemnitz.de			(Uwe Huebner)
prao%hcfm...@hub.ucsb.edu 			(Parik Rao)
td...@hubcap.clemson.edu 			(theodore d taylor)
o...@hulk.cs.hut.fi
mazie...@husc.harvard.edu
whitn...@husc.harvard.edu
carl...@husc.harvard.edu			(david carlton)
goldb...@iastate.edu
s...@iastate.edu
willm...@iastate.edu				("David Willmore")
MFRE...@ibm.gwdg.de				(Martin Frerichs)
ibmpa!cds.austin.ibm.com!sp...@ibminet.awdpa.ibm.com (S. Periyasamy)
schoe...@ibr.cs.tu-bs.de 			(Erik Schoenfelder)
scho...@ibr.cs.tu-bs.de 			(Juergen Schoenwaelder)
mafet...@ichips.intel.com			(Michael A. Fetterman)
st...@icsun.sunnet.ithaca.edu 			(Kris Stark)
m...@id.dth.dk					(Impedantzer)
da...@ida.liu.se				(David Partain)
ma...@ida.liu.se				(Martin Sjolin)
mi...@ida.liu.se				(Mikael Ohlsson)
x91th...@ida.liu.se				(Thomas Hall)
mul@idefix 					(Tjeerd Mulder)
c...@idefix.informatik.uni-kiel.dbp.de		(Claus Assmann)
iznog...@iesd.auc.dk				(Lars Albertsen)
abra...@iesd.auc.dk				(Per Abrahamsen)
vin...@iesd.auc.dk				(Vinter Brian)
in...@ifi.uio.no				(Inge Arnesen)
lar...@ifi.uio.no				(Lars H}kedal)
morte...@ifi.uio.no				(Morten Rolland)
Hallvard.Paul...@imm.unit.no
r...@inel.gov 					(Raymond Born)
de...@info.win.tue.nl 				(Arjan de Vet)
stein...@informatik.tu-muenchen.de		(Dirk Steinkopf)
h...@informatik.uni-kiel.dbp.de			(Harald Bloedorn)
u...@informatik.uni-kiel.dbp.de			(Ulrich Hoffmann)
hohn...@informatik.uni-wuerzburg.de		(Dirk Hohndel)
kleem...@informatik.uni-wuerzburg.de		(Fritz Kleemann)
kru...@informatik.uni-wuerzburg.de		(Sven-Oliver Krumke)
i...@informatik.uni-wuerzburg.de		(ibel)
go...@infovox.se 				(G|ran Bostr|m )
b...@inmos.com					(Bob Green)
dar...@inmos.com				(Darryl Cross)
Herve.Soul...@inria.fr
Julien.Maisonne...@inria.fr
mo...@inzer.steepler.msk.su 			(Oleg Moroz)
lin...@ips.cs.tu-bs.de
S_WIEZO...@iravcl.ira.uka.de
t...@iris.mincom.oz.au				(Tim Hudson)
Thierry.Pr...@irisa.fr 				(Thierry Priol)
sbyr...@is.rice.edu 				(Steven Patrick Byrnes)
hid...@is.s.u-tokyo.ac.jp
bjorg...@isbank.is 				(Bjorgvin Askelsson)
jun...@isis.cs.du.edu 				(Jack D. Unrue)
jtw...@isis.cs.du.edu 				(Justin Twiss)
da...@istwok.ods.com				(David Engel)
m...@isy.liu.se 					(Mikael Wedlin)
zebedee!geo...@iuvax.cs.indiana.edu 		(Geoffrey Coan)
fis...@ivy.dt.navy.mil 				(Steven Fisher)
hai...@izfm386i.fertigungstechnik.uni-stuttgart.de (Pascal Haible)
suho...@jalka.jyu.fi 				(Timo Suhonen)
jwins...@jarthur.Claremont.EDU			("Jim Winstead Jr.")
cl...@jarthur.Claremont.EDU			(Clifford Stein)
pe...@jarthur.Claremont.EDU			(Peter Belding)
g...@jet.uk 					(gordon grant)
war...@julian.uwo.ca				(A Warren Pratten)
j...@jupiter.Sun.CSD.unb.ca			(Jim Canning)
Friha...@jur.uib.no
Tuomas.Si...@jyu.fi				(Tuomas 'Snow' Siren)
m...@kaberd.rain.com 				(Michael J. Miller Jr.)
r361...@kaira.hut.fi				(Mika Matti Jalava)
t363...@kaira.hut.fi				(Pontus Lindman)
t...@kayos.Levels.UniSA.Edu.Au 			(Ted Bullen)
vahapa...@kiloapo.tele.nokia.fi 		(Vahapassi Jussi)
s...@kithrup.com					(Sean Eric Fagan)
hedr...@klinzhai.rutgers.edu 			(Charles Hedrick)
jtk...@kolvir.elcr.ca.us 			(John T Kohl)
v...@komsys.tik.ethz.ch				(Martin Vogt)
pcarm...@kpc.com 				(Phil Carmack)
j...@kullmar.se					(Johan.Persson)
lw...@landau.ucdavis.edu 			(Lynn Scott Wood)
b...@leland.stanford.edu
g...@leland.stanford.edu
a0356...@let.rug.nl				(H.H. Bergman)
bbos...@libserv1.ic.sunysb.edu			(Boston)
Szik...@licr.ucl.ac.be 				(J-P. Szikora)
harl...@lindy.Stanford.EDU 			(Will Clark)
vind...@lise.unit.no				(Hans Vindvad)
rwat...@loki.une.edu.au				(Richard Watson)
peters@london 					(Dan Peters)
Julian.Anigb...@loria.fr
sig...@lotka.teorekol.lu.se 			(Sigfrid Lundberg)
m...@lowton.rn.com				(Mark Powell)
wa...@lpds.sublink.org 				(Walter Pelissero)
and...@lsa.ncl.omron.co.jp			(Andrew Walduck)
cc...@lux.levels.unisa.edu.au 			(ccdps)
joac...@lysator.liu.se
st...@lysator.liu.se
hai...@ma2s2.mathematik.uni-karlsruhe.de 	(Bruno Haible)
rog...@magi.ncsl.nist.gov			(Willie Rogers)
d...@magnus.acs.ohio-state.edu			(Peter J Dohm)
kdahl...@magnus.acs.ohio-state.edu		(Kevin P Dahlhausen)
r...@mail.bmt.uni-stuttgart.de 			(Ralf Bauer)
pl0...@mail.psi.net				("Steven C. Perkins")
ste...@mallet.med.ge.com 			(Steve Zanoni 5-4325)
LeBl...@manchester-computing-centre.ac.uk
lat...@marsenius.rutgers.edu			(Alex Latzko)
c...@masi.ibp.fr 				(Remy CARD)
bre...@masi.ibp.fr 				(francois BREANT)
P.J.Pl...@massey.ac.nz
mo...@math.berkeley.edu 			(David Moews)
k...@math.ksu.edu 				(Karl R. Buck)
ben...@maths.lth.se				(Bengt Larsson)
t...@maths.tcd.ie				(Timothy Murphy)
st...@maths.warwick.ac.uk			(Steve Rumsby)
an...@maties.sun.ac.za				(Andre B Skarzynski)
b...@matt.ksu.ksu.edu 				(Beth Schwindt)
da...@matt.ksu.ksu.edu 				(Daniel Clemons)
mar...@matt.ksu.ksu.edu 			(Martin C. Johnston)
rayc...@matt.ksu.ksu.edu 			(Ray Cole)
brt...@maverick.ksu.ksu.edu 			(Brett McCoy)
gun...@mbfys.kun.nl				(Gunter Windau)
v...@mbfys.kun.nl				(Victor Langeveld)
roths...@mcs.kent.edu
o...@meiko.co.uk
sm...@mel.dit.csiro.au				(Bob Smart)
a...@mema.ucl.ac.be 				(Alain Couniot)
k...@merlin.ac.duke.edu
pet...@merlin.dev.cdx.mot.com			(Peter Desnoyers)
he...@mesma.Boerde.DE				(Hergo Pape)
marc...@microsoft.com
b...@midget.saar.sub.org				(Patrick Schaaf)
al...@mik.uky.edu
denn...@miles.miles.com 			(Dennis Flaherty)
y...@ming.mipg.upenn.edu 			(Conway Yee)
mar...@minster.york.ac.uk
p...@minster.york.ac.uk
s874...@minyos.xx.rmit.OZ.AU 			(Martin Peter Howell)
pet...@mips2.ma30.bull.com 			(Dan Peters)
phil...@mirriwinni.ee.adfa.oz.au 		(Phillip Musumeci)
Thorsten_K...@mk.maus.de 			(Thorsten Kitz)
k...@mlb.semi.harris.com 			(Keighley Ross)
h...@mo.hobby.nl
uni...@mo.hobby.nl
u...@mo.hobby.nl
lambada!c...@moe.rice.edu 			(Cory West)
just...@moeng2.minc.umd.edu 			(Joseph R. Justice)
barne...@mozart.cs.colostate.edu 		(douglas barnes)
t900...@mp.cs.niu.edu				(gregg diana lynn)
sch...@mpii01002.cs.uni-sb.de
j...@ms.uky.edu					(Jay Hofacker)
ra...@ms.uky.edu				(Randy Appleton)
josev...@mtecv2.mty.itesm.mx			(Jose A. Vela A.)
ya...@mthvax.cs.miami.edu			(Yanek Martinson)
danie...@mullian.ee.Mu.OZ.AU			(Daniel AMP Carosone)
d...@musashi.wpd.sgi.com 			(Des Young)
d88-...@nada.kth.se
nv90-...@nada.kth.se
l...@napoleon.eetech.mcgill.ca 			(Luca Martini)
fis...@nas.nasa.gov 				(Steven C. Fisher)
kba...@ncrsaud.saudiarabia.NCR.COM		(Khalid Bahey-elDin)
jplev...@ncsa.uiuc.edu 				(John Plevyak)
anth...@nella5.cc.monash.edu.au			(Anthony Baxter)
dro...@nemo.uni-koblenz.de			(Detlev Droege)
almes...@nessie.cs.id.ethz.ch 			(Werner Almesberger)
m...@netcom.com 					(Morgan Schweers)
r...@netcom.com 					(Roger Lee)
acl...@netcom.com 				(Al Clark)
and...@netcom.com 				(Andrew Lagodzinski)
g...@netcom.com 				(Gary Messenbrink)
wo...@netcom.com 				(Isaac Wong)
mca...@netcom.com 				(McAfee Associates)
m...@netcom.com 				(Mont Pierce)
ste...@netcom.com 				(Steven Wilson)
T.A....@newsstand.cit.cornell.edu 		(Tessa Lau)
bat...@nextwork.rose-hulman.edu
dav...@nexus.yorku.ca				(David Collier-Brown)
awozn...@nike.calpoly.edu 			(The WOZ)
boevi...@nki.no 				(Vidar Boe)
rd...@nmrdc1.nmrdc.nnmc.navy.mil		("LCDR Michael E. Dobson")
apr%dec001.ziap.wtza-berlin...@noc.belwue.de 	(Andreas Priebe)
millert@nordsieck				("Todd C. Miller")
Gunnar.Syl...@nsd.uib.no			(Gunnar Sylthe)
n...@nsis.cl.nec.co.jp 				(Gavin Thomas Nicol)
cors...@numero6.greco-prog.fr 			(Marc CORSINI)
St...@nyongwa.cam.org
jmayn...@oac.hsc.uth.tmc.edu			(Jay Maynard)
scfis...@oasys.dt.navy.mil			(Fisher)
r...@oce.nl 					(Rob Hegt)
pe...@ocean.geol.scarolina.edu 			(Peter Hoffman)
def...@ocf.Berkeley.EDU				(Daniel Efron)
r...@oliveb.ATC.Olivetti.Com 			(Raffaele Sena)
msa...@onramp.calpoly.edu 			(Morgen)
bboa...@optical.bms.com
e...@orca.wimsey.bc.ca 				(Ed Rodda)
rbre...@orville.psu.edu				("Robert W. Brewer")
kawam...@osa.dec.com 				(Gess who ?)
tay...@oswego.Oswego.EDU 			(Paul R. Taylor)
PSYX...@otago.ac.nz
al...@otc.research.otca.oz.au
dow...@otter.phys.UVic.CA 			(Pat Dowler)
clay...@oyster.smcm.edu
he...@paramount.nikhefk.nikhef.nl		(Henk Peek)
ho...@pc-labor.uni-bremen.de 			(Holger Duerer)
db...@pdact.pd.necisa.oz.au
s...@pdact.pd.necisa.oz.au			(Stephen F. Rothwell)
tsell...@peabody.iusb.indiana.edu		(Teresa Selling)
h...@peanuts.informatik.uni-tuebingen.de
schm...@peanuts.informatik.uni-tuebingen.de	("kunz ...")
bro...@peanuts.nosc.mil 			(Vincent Broman)
c...@pennies.sw.stratus.com 			(Chris Arthur)
sve...@pepper.rc.Nokia.Fi 			(Sverre Slotte RC 943)
ramecs%...@ph.gmr.com 				(Chris Rende)
r...@philips.oz.au				(Rod Roberts)
volkm...@phoenix.Princeton.EDU
grwe...@phoenix.Princeton.EDU			("Gregory R. Weiss")
insi...@phoenix.Princeton.EDU			(Student Consulting Initiative)
pfals...@phoenix.Princeton.EDU 			(Paul Falstad)
s...@phoenix.oulu.fi				(Janne Himanka)
suopa...@phoenix.oulu.fi			(Heikki Suopanki)
IJ...@phx.cam.ac.uk
sid...@picard.med.ge.com 			(Bill Sidney MPE 4-6324)
tes...@plains.NoDak.edu				("Dr. Snake Voivod")
b...@plains.NoDak.edu				(James Berg)
EINST...@plh.af.mil 				(DAVE EINSTEIN)
e...@plitvice.berkeley.edu 			(Eric Ng)
e...@pogo.Corp.Sun.COM 				(Ed Carp)
han...@pogo.fnal.gov				(Steve Hanson)
mdur...@polyslo.csc.calpoly.edu 		(Michael S. Durkin)
mi...@praxis.co.uk				(Michael Chace)
Mark.B...@prg.oxford.ac.uk
Phil.Richa...@prg.oxford.ac.uk
gt05...@prism.gatech.edu 			(Ben Combee)
gt01...@prism.gatech.edu 			(Jim Burns)
msm...@prl.philips.nl
r...@psy.oxford.ac.uk 				(Ray Bellis)
step...@psychology.leeds.ac.uk			(Stephen Gallimore)
r...@pubah.hq.af.mil 				(Rick J Weldon)
p...@px4.stfx.ca 				(Hai Pham)
cs9h1...@pyramid.swansea.ac.uk			("m.connell")
cs9h0...@pyramid.swansea.ac.uk			(A R Bateman)
cgwil...@pyramid.swansea.ac.uk			(r b willmersdorf)
talv...@qin.Berkeley.EDU 			(Erik Talvola)
brian_co...@qmbridge.calstate.edu		("Brian Court")
he...@qt.IPA.FhG.de				(Juergen Henke)
lalo...@qucis.queensu.ca 			(Paul Lalonde)
mu...@quest.med.ge.com 				(Kevin Murphey 5-4277)
CSB602LE...@qut.edu.au
lwidd...@ra.UVic.CA 				(Lionel Widdifield)
a...@ra.abo.fi 					(Peter Ahlskog DC)
ma...@ra.abo.fi 				(Matti Huvila DC)
mi...@ra.abo.fi 				(Mikael Salonaho DC)
shac...@ramon.bgu.ac.il 			(Shachar Fleishman)
CHR...@ramrod.lmt.mn.org			("Chris Cox  W0/G4JEC" )
su...@rapnet.sanders.lockheed.com 		(Michael A. Super x3654)
ma...@raunvis.hi.is 				(Marteinn Sverrisson)
skyfire!jbeavers@raven				("Jay C. Beavers")
b...@rdplan.pc.ocunix.on.ca			(Bob Peterson)
Henning.Spr...@regent.e-technik.tu-muenchen.dbp.de (Henning Spruth)
m...@regent.e-technik.tu-muenchen.de		("Michael Hermann.")
Henning.Spr...@regent.e-technik.tu-muenchen.de	(Henning Spruth)
maestro!miqu...@relay.nluug.nl 			(Miquel van Smoorenburg)
w...@remus.rutgers.edu
rich...@resumix.portal.com 			(Richard Davis)
ein...@rhi.hi.is 				(Einar Indridason)
a...@rice.edu					(Adam Justin Thornton)
mm...@rice.edu					(Matthew Dustin Morgan)
coryw...@rice.edu				(Cory Richard West)
koss...@rice.edu				(Jordan Marc Kossack)
summ...@riemann.calspan.com 			(Michael S. Summers)
e...@rieska.oulu.fi 				(Erkka Sutinen)
wea...@rieska.oulu.fi 				(Kari Salmela)
bri...@rigel.cs.pdx.edu 			(Brian Smith)
jayw...@rigel.cs.pdx.edu 			(Jay Ward)
and...@rnivh.rni.sub.org			(Andrew Wheadon)
tors...@rnivh.rni.sub.org			(Torsten Leibold)
rob...@robkaos.GUN.de 				(Robert Schien)
j...@robots.oxford.ac.uk
n...@root.co.uk 				(Matthew Newman)
a...@rowett.scot-agric-res-inst.ac.uk		(Tony Travis)
dea...@rpi.edu					(Michael Christopher Deangelo)
co...@rpi.edu					(Sean C. Cox)
gru...@rtf.bt.co.uk				(Martin Grundy)
Havard.Eid...@runit.sintef.no
d...@rwp.dsto.oz.au 				(David Kettler)
pe...@rxf.ibp.fr 				( Pascal PETIT )
qu...@saavik.cs.wisc.edu 			(Douglas E. Quale)
r...@sactoh0.SAC.CA.US				(Bruce Ferrell)
a...@sage.cc.purdue.edu 				(Bruce Varney)
kei...@sail.labs.tek.com 			(Keith Ericson)
n...@sala.sony.co.jp 				(HAMADA Naoki)
ab...@sandman.cs.hut.fi
pmacd...@sanjuan.UVic.CA 			(Peter MacDonald)
j...@saturn.accelr8.com 				(Joe Steger)
a...@sauna.cs.hut.fi				(Ari Lemmke)
j...@sauna.cs.hut.fi				(Johan Myreen)
k...@sbcs.sunysb.edu 				(KiYun Roe)
hhu...@sbee.sunysb.edu 				(Hsin-Yuan Huang)
drs0...@sc.tamu.edu 				(Dave Safford)
charl...@sco.COM				(Charles Stross)
charl...@sco.COM				(Charlie Stross)
t...@sdd.hp.com					(Tim McDonough)
pe...@seq.uncwil.edu 				(Steve Perry)
cwil...@seq.uncwil.edu 				(c t wilson)
cs...@seq1.keele.ac.uk				("C.M." Yearsley)
daful...@sequent.com				(David Fuller)
broug...@sfu.ca 				(Chris Brougham)
bat...@shadowfax.knox.tn.us			(David Battle)
v892...@si.hhs.NL				(Edvard Tuinder)
v892...@si.hhs.nl 				(Es)
bo...@sifvs9.SINet.SLB.COM 			(David Boyce)
kre...@sisd.sisd.Kodak.COM 			(Karl Heinz Kremer)
o...@sisd.sisd.Kodak.COM 			(Orest Zborowski)
glo...@skdad.usask.ca
shi...@slow.cs.usu.edu 				(Anirudha Shimpi)
t...@smart.bo.open.de				(Thomas Neumann)
gj9...@smaug.sbc.com 				(Gregg Jensen)
mer...@sniabg.wa.sni.de 			(Werner Merkl)
cm445...@socrates.umd.edu			(cm445a17)
pdhat...@socs.uts.EDU.AU
p...@softway.sw.oz.au 				(Paul Antoine)
lwid...@sol.UVic.CA
hetr...@sparky.eeel.nist.gov 			(Paul Hetrick)
r...@spinoza.enpc.fr 				(Rolf EBERT)
bergs...@src.honeywell.com 			(Pete Bergstrom)
l...@sri.org.au 					(Les Penridge)
a...@stade.co.uk					(Adrian Wontroba)
d...@stan.xx.swin.OZ.AU 				(CROSHER D)
johns...@stolaf.edu 				(Michael K. Johnson)
guent...@stolaf.edu 				(Philip A Guenther)
jenni...@stortek.com 				(Jeff Jennings x7855 MS2286)
ggeo...@student.business.uwo.ca			(Gerry E. George)
bo...@sumax.seattleu.edu			(Chuck Boyer)
malco...@sun.pcl.ac.uk				(Malcolm Ray)
math...@sun470.geod.emr.ca 			(Pierre Mathieu)
step...@sunlab.ka.sub.org			(Stephan Niemz)
kl...@sunspot.ece.clarkson.edu 			(Thomas J. Klehr)
d...@sutro.SFSU.EDU 				(Dennis R. Bournique)
jbur...@swbatl.sbc.com 				(Jim Burnes - 235-7444)
e...@swlrgc.msd.ray.com				(EDWARD SHEA)
k...@syd.dit.csiro.au
p...@sydney.insession.oz.au
g...@sys6626.bison.mb.ca 			(greg moeller)
ar...@tahma.cs.hut.fi				(Arttu Laine)
pe...@taronga.com 				(Peter da Silva)
fens...@taveng.enet.dec.com			(Yaacov Fenster)
gra...@tcom.stc.co.uk 				(Graham Bardsley)
c...@tct.com 					(Chip Salzenberg)
ac...@techfak.uni-bielefeld.de 			(Achim Neumann)
e...@tele.nokia.fi 				(Erkki Ruohtula)
m...@telematics.com				("Mike Lilie")
colb...@therm.jhuapl.edu			("Edward J. M. Colbert")
dfen...@thesis1.med.uth.tmc.edu			(David Fenyes)
spe...@thor.cardiff.ac.uk			(Paul Richards)
un...@thorin.swb.de 				(Juergen Unger)
schu...@thp.Uni-Koeln.DE
panis...@thunder.McRCIM.McGill.EDU		(Jean-Francois Panisset )
a...@tinton.ccur.com				(Arun Kandappan)
wh...@titan.tsd.arlut.utexas.edu 		(Eric White)
s3679...@titan.ucc.umass.edu 			(Craig I. Hagan)
suz...@tkl.iis.u-tokyo.ac.jp			(Suzuki Shinji)
g...@tophat.cdh.cdc.com
zdx...@trc.amoco.com 				(Douglas Horn)
te...@triton.unm.edu				(Erik Fichtner)
c...@tsuji-lab.ce.osaka-u.ac.jp 		(Qian Chen)
Fromm...@tu-harburg.dbp.de			(Olaf Frommann)
s...@tuna.net.com 				(Steve Beisner)
jee...@u.washington.edu				(Jarod Eells)
V206G...@ubvms.cc.buffalo.edu
stans...@ucdavis.edu 				(Steven T. Ansell)
RR...@ucf1vm.cc.ucf.edu				(Reginald Reed)
yos...@ucrmath.ucr.edu 				(yoshio nakamura)
strom...@ucunix.san.uc.EDU 			(Dan Stromberg)
zuaz...@ucunix.san.uc.EDU 			(Humberto Ortiz-Zuazaga)
schne...@ucunix.san.uc.EDU 			(Michael L. Schneider)
gxl...@udcf.glasgow.ac.uk			(Brian Syme)
legr...@ug.cs.dal.ca				(Tom Legrady)
l...@uhunix.uhcc.Hawaii.Edu			(Greg Lee )
Ove.R.Ol...@uib.no				(Ove Ruben R Olsen)
nemos...@uitec.ac.jp				(NEMOTO Sakurao)
usst...@uk.co.barclays.usstdec			(Paul Vickers)
d...@ukc.ac.uk					("D.J.Gardner")
m...@ukc.ac.uk					("Mark....Booth")
d...@ukc.ac.uk					(Damiano Bolla)
j...@ukmug.uk.mugnet.org			(James Cunningham)
MBL...@ulys.unil.ch				(Michael Bloch, U of Lausanne, Switzerland)
bmand...@umaxc.weeg.uiowa.edu			(Bryan M. Andersen)
char...@umnstat.stat.umn.edu			("Charles Geyer")
cs00...@unccvax.uncc.edu 			(p. schell)
ecsvax!...@uncecs.edu				(James R. White)
gu...@uniwa.uwa.oz.au 				(Sean A Reith)
comr...@uniwa.uwa.oz.au 			(Peter Cooper)
m...@unix.brighton.ac.uk				(Mike Smith)
cly...@unix.cis.pitt.edu			("James C Elder")
ow...@unix1.j6.eucom.mil 			(Kerry F. Owens)
z...@unixg.ubc.ca				(Jiansheng Zhao)
lewal...@uoftcse.cse.UTOLEDO.edu		("James H. Lewallen")
h...@up2001.dnet.gwdg.de			("UP2001::HILD")
kee...@upenn5.hep.upenn.edu 			(Paul T. Keener)
j_vir...@upr2.clu.net 				(Jyri J. Virkki)
schweit...@urz.unibas.ch			(Bert Schweitzer)
pnak...@us.oracle.com				(Paul Nakada)
ram...@utdallas.edu				("R. Ramesh")
ve...@utdallas.edu				("S. Venkatesan")
yuan...@utdallas.edu				(Yuanyin Wu)
bsc835!eh...@uunet.UU.NET			(Eric P. Hunt)
sdl!tom_limonce...@uunet.UU.NET			(Tom Limoncelli)
crpi!j...@uunet.UU.NET 				(Joel C. Justen)
algor2!jeff...@uunet.UU.NET 			(Jeffrey Kegler)
modcomp!ni...@uunet.UU.NET 			(Nigel Gamble)
capitol!tur...@uunet.UU.NET 			(Simmy Turner)
modcomp!...@uunet.UU.NET 			(Steve Pietrowicz)
optigfx!optisun17!...@uunet.UU.NET 		(Mike Murphy)
pmcgw!personal-media.co.jp!ishik...@uunet.UU.NET (Chiaki Ishikawa)
enew...@uunet.uu.net
keinstr!dahlh...@uunet.uu.net
ly...@uunet.uu.net
modcomp!rss!jgr...@uunet.uu.net
brein...@uunet.uu.net				("Bob Reinhardt x4409")
ichlibix!gag...@uunet.uu.net 			(Jf Gagnon)
t...@uwslh.slh.wisc.edu				(Thomas L. Dunnick)
csn0...@ux.acs.umn.edu				("tim")
simm...@ux1.isu.edu				(Daniel Simmons)
ddd42...@uxa.cso.uiuc.edu			(Daniel D Deavours)
hcg6...@uxa.cso.uiuc.edu			(Heien-Kun  Chiang)
mrl28...@uxa.cso.uiuc.edu			(Michael R Linksvayer)
ral45...@uxa.cso.uiuc.edu			(sPiNdRy )
i...@va-ngnet.army.mil				(Richard Inge)
vectr...@vax.csun.edu
T...@vax.oxford.ac.uk				(Tony Kew)
K...@vaxb.acs.unt.edu				("Ken Corey, CSCI Major...")
JO...@vaxc.cc.monash.edu.au			(John Mann)
meule...@vdp-he.ce.philips.nl 			(Frans Meulenbroeks)
geo...@ve7frg.ampr.ORG 				(George Farris)
rlg...@vela.acs.oakland.edu 			(Ron L. Guye)
l...@vipunen.hut.fi				(Laszlo C Balint)
jaroh...@vipunen.hut.fi				(Markus Aroharju)
r...@vipunen.hut.fi				(Pauli R{m|)
sseel...@visions.UVic.CA 			(Sven  Seelemann)
c...@visionware.co.uk 				(Charles Hirst)
scoo...@vizlab.rutgers.edu			(Simon P. Cooper)
Roger_McCar...@vos.stratus.com
tflem...@vtssi.vt.edu 				(Todd Fleming)
c...@vtucs.cc.vt.edu				(Curt Tilmes)
her...@vuse.vanderbilt.edu			(Herman van der Molen)
opsadm%uspfo.wa-ngnet.army....@wa-ngnet.army.mil				("John Pruett")
HAM...@waikato.ac.nz				(Hamish Marson)
ch...@wallaby.Pac.Sc.ti.com 			(Chris Frank)
j...@wam.umd.edu				(Joel M. Hoffman)
klei...@warhol.art.umich.edu
hu...@waterloo.hp.com				(Rob Huehn)
ry...@waterloo.hp.com				(Ted Rypma)
mks!u36!s...@watserv1.uwaterloo.ca 		(Sean Goggin)
de...@watson.ibm.com				("Derek Lieber")
n...@watson.ibm.com 				(Nicholas R. Trio)
tl...@weber.UCSD.EDU 				(Teresa Lass)
stew...@wimsey.bc.ca 				(Jim Stewart)
sp...@windchime.arc.nasa.gov			(Phillip Smith)
m...@winona.mwc.com 				(Max Feldstine)
digi...@world.std.com 				(BioRad Digilab)
gg...@wpi.WPI.EDU 				(Gary P Gray)
jcapr...@wpi.WPI.EDU 				(Joseph Barry Caproni)
profe...@wpi.WPI.EDU 				(Matthew E Cross)
e...@wpi.WPI.EDU 				(Mr. Neat-O [tm])
thk...@wpi.WPI.EDU 				(Thomas H Keil)
du...@wri.com
r...@wzv.win.tue.nl 				(Rob J. Nauta)
sulka...@xanth.msfc.nasa.gov 			(Martin Sulkanen - NRC/ES65)
leisner.henr8...@xerox.com
d...@xocolatl.com 				(Mr Oblivious)
s...@xylos.ma30.bull.com				(Steven J. Edwards)
tuc...@yuppie.enet.dec.com			(David Tucker)
egd...@zaphod.lanl.gov 				(Skip Egdorf)
aro...@ziggy.poly.edu 				(Boris Aronov)

Newsgroups: alt.os.linux
Path: sparky!uunet!think.com!yale.edu!yale!mintaka.lcs.mit.edu!bloom-picayune.mit.edu!daemon
From: ty...@ATHENA.MIT.EDU (Theodore Ts'o)
Subject: Re: RESULT: comp.os.linux passes: 858: 5
Message-ID: <1992Mar25.184702.3186@athena.mit.edu>
Sender: dae...@athena.mit.edu (Mr Background)
Reply-To: ty...@athena.mit.edu
Organization: The Internet
Date: Wed, 25 Mar 1992 18:47:02 GMT
Lines: 4

One correction to my previous message.  The voting period actually
begain on 2/19/92 and ended 3/19/92.  Sorry about that!

						- Ted

Newsgroups: news.announce.newgroups,news.groups
Path: sparky!uunet!tale
From: t...@uunet.uu.net (David C Lawrence)
Subject: New Groups Summary
Message-ID: <1992Mar30.181252.27636@uunet.uu.net>
Followup-To: poster
Sender: t...@uunet.uu.net (David C Lawrence)
Organization: UUNET Communications Services
Date: Mon, 30 Mar 1992 18:12:52 GMT
Approved: t...@uunet.uu.net

The following USENET groups have passed their votes as posted here and
are being newgrouped following their five day waiting period, barring
any serious objection.

GROUP			DESCRIPTION
			VOTE RESULTS, ADD DATE and SUBMISSION ADDRESS
==============================================================================
comp.os.linux		The free UNIX-clone for the 386/486, LINUX.
                        858:5   31 Mar

rec.games.netrek	Discussion of the X window system game Netrek (XtrekII).
                        191:26  31 Mar

rec.travel.air		Airline travel around the world.
                        156:50   5 Apr

During soc.culture.native.american's verification period, one missing
YES vote was reported and three duplicate YES votes were tabulated.
The final tally was 139:40, failing the proposal.

rec.arts.startrek and comp.dcom.lans will be rmgrouped on 26 April.


The following USENET groups have been added in the past month:

GROUP			DESCRIPTION
			VOTE RESULTS, ADD DATE and SUBMISSION ADDRESS
==============================================================================
comp.programming	Programming issues that transcend languages and OSs.
                        403:47   1 Mar

rec.video.production	Making professional quality video productions.
                        212:11   1 Mar

rec.org.mensa		Talking with members of the high IQ society Mensa.
                        308:139  4 Mar

rec.games.xtank.play	Strategy and tactics for the distributed game Xtank.
                        181:36   8 Mar

rec.games.xtank.programmer	Coding the Xtank game and its robots.
                        182:36   8 Mar

rec.music.phish		Discussing the musical group Phish.
                        566:125  8 Mar

sci.engr.civil		Topics related to civil engineering.
                        131:11   8 Mar

sci.astro.fits		Issues related to the Flexible Image Transport System.
                        311:14  10 Mar

comp.os.msdos.pcgeos	GeoWorks PC/GEOS and PC/GEOS-based packages.
			161:20	18 Mar

rec.audio.pro		Professional audio recording and studio engineering.
			200:53	18 Mar

sci.comp-aided		The use of computers as tools in scientific research.
			245:20	18 Mar

rec.scouting            Scouting youth organizations worldwide.
                        245:34  23 Mar

rec.sport.baseball.college      Baseball on the collegiate level.
                        128:25  29 Mar

The following groups in alternate hierachies have been changed in the
past month.  The morass of alt.* is excluded from this list.

GROUP				NOTES
==============================================================================
                        +++ none recently +++

Notes:

Full charters for USENET groups are included in the group creation
messages which are sent by the moderator of news.announce.newgroups.

Newgroup messages are not scheduled for Fridays or Saturdays to help
smooth the startup of a newsgroup among the many sites that no longer
do automatic newgroups and whose administrators don't get to them
manually over the weekend.

Groups which have <unknown> for a submission address will have the
correct address listed in the group creation messages.	The
moderators' contact addresses for messages which are not meant to be
posted is usually different from the submission address.  Contact
addresses are included in the group creation messages and in Gene
Spafford's List of Moderators.
-- 
    (setq mail '("t...@uunet.uu.net" "uunet!tale" "t...@rpitsmts.bitnet"))