Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > alt.folklore.computers > #160945
| From | Morten Reistad <first@last.name.invalid> |
|---|---|
| Newsgroups | alt.folklore.computers |
| Subject | Re: You count as an old-timer if (was Re: Origin of the phrase "XYZZY") |
| Date | 2016-03-14 13:43 +0100 |
| Organization | Me, Myself and I |
| Message-ID | <l8oirc-ds5.ln1@sambook.reistad.name> (permalink) |
| References | <79s9m8$lqh$1@nnrp1.dejanews.com> <c13056c8-6ae2-4bbf-b519-d27a458c286e@googlegroups.com> <kh4hrc-bs4.ln1@sambook.reistad.name> <nc51r8$lrp$1@dont-email.me> |
In article <nc51r8$lrp$1@dont-email.me>, Stephen Sprunk <stephen@sprunk.org> wrote: >On 13-Mar-16 17:00, Morten Reistad wrote: >> Just a simple thing. I still miss enq-deq from tops20. This would be >> a stellar tool for wide multiprocessing on 100+ processors. > >I googled "enq deq tops20", and the first hit sounds almost identical to >what POSIX's lockf() does. What's missing? It is a general mechanism that does message passing. This can be used to pass pages (mapped from one process to another, very efficiently), do locking, pass text strings, and you could quite easily build the *n*x pipes on top of it. It is also a proper queue. However, it is not bound to the child/parent dictonomy of *n*x, it can also hang on a file handle. *n*x has something a lot lamer in the file pipes. Similar, but a lot lamer. With Enq-Dec you can get errors if there are no listeners, it is full duplex, and you can route the messages up to a point. (Later versions even made this work over the network). You could also build the qnx primitives on top of this easily. It wouldn't be too hard to implement this in a bsd/linux kernel either. Look for it in the tops20 monitor calls manual for a terse but complete description. Otherwise I miss the full multics acls, also on pipes and sockets. The mmap stuff is generally complete now. And the rest of the file system. zfs is good, as is ext4; for different purposes. The BSDs lack something like ext4 though. And I miss comnd%. There should be some general mechanism that either presented a graphical menu system or a command line comnd% interface with the same API. We have one with Kermit, but that one is bogged down in weird licensing, though. -- mrr
Back to alt.folklore.computers | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
Re: You count as an old-timer if (was Re: Origin of the phrase "XYZZY") Quadibloc <jsavard@ecn.ab.ca> - 2016-03-10 15:55 -0800
Re: You count as an old-timer if (was Re: Origin of the phrase "XYZZY") The New Other Guy <Newsgnus@gmail.com> - 2016-03-10 21:39 -0800
Re: You count as an old-timer if (was Re: Origin of the phrase "XYZZY") Charlie Gibbs <cgibbs@kltpzyxm.invalid> - 2016-03-11 06:32 +0000
Re: You count as an old-timer if (was Re: Origin of the phrase "XYZZY") Morten Reistad <first@last.name.invalid> - 2016-03-11 09:24 +0100
Re: You count as an old-timer if (was Re: Origin of the phrase "XYZZY") Charlie Gibbs <cgibbs@kltpzyxm.invalid> - 2016-03-11 17:18 +0000
Re: You count as an old-timer if (was Re: Origin of the phrase "XYZZY") "Charles Richmond" <numerist@aquaporin4.com> - 2016-03-11 16:17 -0600
Re: You count as an old-timer if (was Re: Origin of the phrase "XYZZY") Morten Reistad <first@last.name.invalid> - 2016-03-12 18:41 +0100
Re: You count as an old-timer if (was Re: Origin of the phrase "XYZZY") hancock4@bbs.cpcn.com - 2016-03-12 18:14 -0800
Re: You count as an old-timer if (was Re: Origin of the phrase "XYZZY") Jon Elson <elson@pico-systems.com> - 2016-03-12 20:39 -0600
Re: You count as an old-timer if (was Re: Origin of the phrase "XYZZY") hancock4@bbs.cpcn.com - 2016-03-12 19:27 -0800
Re: You count as an old-timer if (was Re: Origin of the phrase "XYZZY") "Osmium" <r124c4u102@comcast.net> - 2016-03-13 09:04 -0600
Re: You count as an old-timer if (was Re: Origin of the phrase "XYZZY") Stephen Sprunk <stephen@sprunk.org> - 2016-03-13 12:58 -0500
Re: You count as an old-timer if (was Re: Origin of the phrase "XYZZY") hancock4@bbs.cpcn.com - 2016-03-14 12:25 -0700
Re: You count as an old-timer if (was Re: Origin of the phrase "XYZZY") Peter Flass <peter_flass@yahoo.com> - 2016-03-14 14:45 -0700
Re: You count as an old-timer if (was Re: Origin of the phrase "XYZZY") Jon Elson <jmelson@wustl.edu> - 2016-03-14 18:12 -0500
Re: You count as an old-timer if (was Re: Origin of the phrase "XYZZY") Charlie Gibbs <cgibbs@kltpzyxm.invalid> - 2016-03-15 17:30 +0000
Re: You count as an old-timer if (was Re: Origin of the phrase "XYZZY") hancock4@bbs.cpcn.com - 2016-03-15 17:31 -0700
Re: You count as an old-timer if (was Re: Origin of the phrase "XYZZY") hancock4@bbs.cpcn.com - 2016-03-15 17:28 -0700
Re: You count as an old-timer if (was Re: Origin of the phrase "XYZZY") "Jim Bank" <jb410@gmail.com> - 2016-03-16 13:29 +1100
Re: You count as an old-timer if (was Re: Origin of the phrase "XYZZY") Dave Garland <dave.garland@wizinfo.com> - 2016-03-15 22:45 -0500
Re: You count as an old-timer if (was Re: Origin of the phrase "XYZZY") "Jim Bank" <jb410@gmail.com> - 2016-03-16 16:29 +1100
Re: You count as an old-timer if (was Re: Origin of the phrase "XYZZY") mausg@mail.com - 2016-03-16 09:27 +0000
Re: You count as an old-timer if (was Re: Origin of the phrase "XYZZY") Morten Reistad <first@last.name.invalid> - 2016-03-16 14:33 +0100
Re: You count as an old-timer if (was Re: Origin of the phrase "XYZZY") Stephen Sprunk <stephen@sprunk.org> - 2016-03-16 09:47 -0500
Re: You count as an old-timer if (was Re: Origin of the phrase "XYZZY") "J. Clarke" <j.clarke.873638@gmail.com> - 2016-03-14 20:02 -0400
Re: You count as an old-timer if (was Re: Origin of the phrase "XYZZY") Morten Reistad <first@last.name.invalid> - 2016-03-15 09:57 +0100
Re: You count as an old-timer if (was Re: Origin of the phrase "XYZZY") hancock4@bbs.cpcn.com - 2016-03-14 11:58 -0700
Re: You count as an old-timer if (was Re: Origin of the phrase "XYZZY") Bob Eager <news0006@eager.cx> - 2016-03-14 19:07 +0000
Re: You count as an old-timer if (was Re: Origin of the phrase "XYZZY") mausg@mail.com - 2016-03-14 20:24 +0000
Re: You count as an old-timer if (was Re: Origin of the phrase "XYZZY") "J. Clarke" <j.clarke.873638@gmail.com> - 2016-03-14 19:59 -0400
Re: You count as an old-timer if (was Re: Origin of the phrase "XYZZY") "J. Clarke" <j.clarke.873638@gmail.com> - 2016-03-11 06:18 -0500
Re: You count as an old-timer if (was Re: Origin of the phrase "XYZZY") Bud Frede <frede@mouse-potato.com> - 2016-03-11 06:24 -0500
Re: You count as an old-timer if (was Re: Origin of the phrase "XYZZY") Charlie Gibbs <cgibbs@kltpzyxm.invalid> - 2016-03-11 17:18 +0000
Re: You count as an old-timer if (was Re: Origin of the phrase "XYZZY") scott@slp53.sl.home (Scott Lurndal) - 2016-03-11 17:38 +0000
Re: You count as an old-timer if (was Re: Origin of the phrase "XYZZY") Jon Elson <jmelson@wustl.edu> - 2016-03-11 13:48 -0600
Re: You count as an old-timer if (was Re: Origin of the phrase "XYZZY") "J. Clarke" <j.clarke.873638@gmail.com> - 2016-03-11 19:12 -0500
Re: You count as an old-timer if (was Re: Origin of the phrase "XYZZY") Melzzzzz <mel@zzzzz.com> - 2016-03-12 02:20 +0100
Re: You count as an old-timer if (was Re: Origin of the phrase "XYZZY") Anne & Lynn Wheeler <lynn@garlic.com> - 2016-03-11 18:02 -0800
Re: You count as an old-timer if (was Re: Origin of the phrase "XYZZY") "J. Clarke" <j.clarke.873638@gmail.com> - 2016-03-12 03:09 -0500
Re: You count as an old-timer if (was Re: Origin of the phrase "XYZZY") Anne & Lynn Wheeler <lynn@garlic.com> - 2016-03-12 09:20 -0800
Re: You count as an old-timer if (was Re: Origin of the phrase "XYZZY") "J. Clarke" <j.clarke.873638@gmail.com> - 2016-03-12 15:53 -0500
Re: You count as an old-timer if (was Re: Origin of the phrase "XYZZY") Quadibloc <jsavard@ecn.ab.ca> - 2016-03-12 16:27 -0800
Re: You count as an old-timer if (was Re: Origin of the phrase "XYZZY") hancock4@bbs.cpcn.com - 2016-03-12 19:13 -0800
Re: You count as an old-timer if (was Re: Origin of the phrase "XYZZY") "J. Clarke" <j.clarke.873638@gmail.com> - 2016-03-12 22:30 -0500
Re: You count as an old-timer if (was Re: Origin of the phrase "XYZZY") Quadibloc <jsavard@ecn.ab.ca> - 2016-03-13 11:33 -0700
Re: You count as an old-timer if (was Re: Origin of the phrase "XYZZY") "Osmium" <r124c4u102@comcast.net> - 2016-03-13 13:46 -0600
Re: You count as an old-timer if (was Re: Origin of the phrase "XYZZY") "J. Clarke" <j.clarke.873638@gmail.com> - 2016-03-13 17:41 -0400
Re: You count as an old-timer if (was Re: Origin of the phrase "XYZZY") "Osmium" <r124c4u102@comcast.net> - 2016-03-13 18:13 -0600
Re: You count as an old-timer if (was Re: Origin of the phrase "XYZZY") "Sam Crean" <sg55443@gmail.com> - 2016-03-14 11:29 +1100
Re: You count as an old-timer if (was Re: Origin of the phrase "XYZZY") David Wade <dave.g4ugm@gmail.com> - 2016-03-14 08:51 +0000
Re: You count as an old-timer if (was Re: Origin of the phrase "XYZZY") "J. Clarke" <j.clarke.873638@gmail.com> - 2016-03-13 22:00 -0400
Re: You count as an old-timer if (was Re: Origin of the phrase "XYZZY") "Osmium" <r124c4u102@comcast.net> - 2016-03-14 00:20 -0600
Re: You count as an old-timer if (was Re: Origin of the phrase "XYZZY") David Wade <dave.g4ugm@gmail.com> - 2016-03-14 08:54 +0000
Re: You count as an old-timer if (was Re: Origin of the phrase "XYZZY") "J. Clarke" <j.clarke.873638@gmail.com> - 2016-03-14 07:12 -0400
Re: You count as an old-timer if (was Re: Origin of the phrase "XYZZY") hancock4@bbs.cpcn.com - 2016-03-14 12:31 -0700
Re: You count as an old-timer if (was Re: Origin of the phrase "XYZZY") Morten Reistad <first@last.name.invalid> - 2016-03-14 23:50 +0100
Re: You count as an old-timer if (was Re: Origin of the phrase "XYZZY") hancock4@bbs.cpcn.com - 2016-03-14 12:29 -0700
Re: You count as an old-timer if (was Re: Origin of the phrase "XYZZY") Alfred Falk <falk@arc.ab.ca> - 2016-03-14 20:13 +0000
Re: You count as an old-timer if (was Re: Origin of the phrase "XYZZY") Charlie Gibbs <cgibbs@kltpzyxm.invalid> - 2016-03-15 17:30 +0000
Re: You count as an old-timer if (was Re: Origin of the phrase "XYZZY") scott@slp53.sl.home (Scott Lurndal) - 2016-03-15 18:36 +0000
Re: You count as an old-timer if (was Re: Origin of the phrase "XYZZY") Mike Spencer <mds@bogus.nodomain.nowhere> - 2016-03-15 17:53 -0300
Re: You count as an old-timer if (was Re: Origin of the phrase "XYZZY") "J. Clarke" <j.clarke.873638@gmail.com> - 2016-03-15 19:55 -0400
Re: You count as an old-timer if (was Re: Origin of the phrase "XYZZY") Joy Beeson <jbeeson@invalid.net.invalid> - 2016-03-15 22:10 -0400
Re: You count as an old-timer if (was Re: Origin of the phrase "XYZZY") "Charles Richmond" <numerist@aquaporin4.com> - 2016-03-15 22:58 -0500
Re: You count as an old-timer if (was Re: Origin of the phrase "XYZZY") Quadibloc <jsavard@ecn.ab.ca> - 2016-03-15 21:51 -0700
Re: You count as an old-timer if (was Re: Origin of the phrase "XYZZY") "Jim Bank" <jb410@gmail.com> - 2016-03-16 16:33 +1100
Re: You count as an old-timer if (was Re: Origin of the phrase "XYZZY") Stan Barr <plan.b@bluesomatic.org> - 2016-03-16 08:21 +0000
Re: You count as an old-timer if (was Re: Origin of the phrase "XYZZY") "Jim Bank" <jb410@gmail.com> - 2016-03-16 19:29 +1100
Re: You count as an old-timer if (was Re: Origin of the phrase "XYZZY") Bob Eager <news0006@eager.cx> - 2016-03-16 08:57 +0000
Re: You count as an old-timer if (was Re: Origin of the phrase "XYZZY") Morten Reistad <first@last.name.invalid> - 2016-03-16 11:15 +0100
Re: You count as an old-timer if (was Re: Origin of the phrase "XYZZY") Quadibloc <jsavard@ecn.ab.ca> - 2016-03-16 07:14 -0700
Re: You count as an old-timer if (was Re: Origin of the phrase "XYZZY") Morten Reistad <first@last.name.invalid> - 2016-03-16 17:22 +0100
Re: You count as an old-timer if (was Re: Origin of the phrase "XYZZY") "Joe Morris" <j.c.morris@verizon.net> - 2016-03-16 20:05 -0400
Re: You count as an old-timer if (was Re: Origin of the phrase "XYZZY") Morten Reistad <first@last.name.invalid> - 2016-03-17 08:02 +0100
Re: You count as an old-timer if (was Re: Origin of the phrase "XYZZY") Peter Flass <peter_flass@yahoo.com> - 2016-03-16 06:51 -0700
Re: You count as an old-timer if (was Re: Origin of the phrase "XYZZY") Mike Spencer <mds@bogus.nodomain.nowhere> - 2016-03-16 02:18 -0300
Re: You count as an old-timer if (was Re: Origin of the phrase "XYZZY") "Jim Bank" <jb410@gmail.com> - 2016-03-16 16:34 +1100
Re: You count as an old-timer if (was Re: Origin of the phrase "XYZZY") scott@slp53.sl.home (Scott Lurndal) - 2016-03-16 13:05 +0000
Re: You count as an old-timer if (was Re: Origin of the phrase "XYZZY") Peter Flass <peter_flass@yahoo.com> - 2016-03-16 06:51 -0700
Re: You count as an old-timer if (was Re: Origin of the phrase "XYZZY") Charlie Gibbs <cgibbs@kltpzyxm.invalid> - 2016-03-16 16:16 +0000
Re: You count as an old-timer if (was Re: Origin of the phrase "XYZZY") Morten Reistad <first@last.name.invalid> - 2016-03-13 23:00 +0100
Re: You count as an old-timer if (was Re: Origin of the phrase "XYZZY") Stephen Sprunk <stephen@sprunk.org> - 2016-03-13 19:52 -0500
Re: You count as an old-timer if (was Re: Origin of the phrase "XYZZY") Morten Reistad <first@last.name.invalid> - 2016-03-14 13:43 +0100
Re: You count as an old-timer if (was Re: Origin of the phrase "XYZZY") Stephen Sprunk <stephen@sprunk.org> - 2016-03-14 14:15 -0500
Re: You count as an old-timer if (was Re: Origin of the phrase "XYZZY") usenet@only.tnx (Questor) - 2016-03-15 05:58 +0000
Re: You count as an old-timer if (was Re: Origin of the phrase "XYZZY") Morten Reistad <first@last.name.invalid> - 2016-03-15 10:03 +0100
Re: You count as an old-timer if (was Re: Origin of the phrase "XYZZY") scott@slp53.sl.home (Scott Lurndal) - 2016-03-15 13:23 +0000
Re: You count as an old-timer if (was Re: Origin of the phrase "XYZZY") jmfbahciv <See.above@aol.com> - 2016-03-15 13:44 +0000
Re: You count as an old-timer if (was Re: Origin of the phrase "XYZZY") Peter Flass <peter_flass@yahoo.com> - 2016-03-15 08:12 -0700
Re: You count as an old-timer if (was Re: Origin of the phrase "XYZZY") Anne & Lynn Wheeler <lynn@garlic.com> - 2016-03-15 09:36 -0700
Re: You count as an old-timer if (was Re: Origin of the phrase "XYZZY") Ahem A Rivet's Shot <steveo@eircom.net> - 2016-03-15 10:52 +0000
Re: You count as an old-timer if (was Re: Origin of the phrase "XYZZY") scott@slp53.sl.home (Scott Lurndal) - 2016-03-15 13:27 +0000
Re: You count as an old-timer if (was Re: Origin of the phrase "XYZZY") jmfbahciv <See.above@aol.com> - 2016-03-15 13:43 +0000
Re: You count as an old-timer if (was Re: Origin of the phrase "XYZZY") hancock4@bbs.cpcn.com - 2016-03-14 12:27 -0700
Re: You count as an old-timer if (was Re: Origin of the phrase "XYZZY") scott@slp53.sl.home (Scott Lurndal) - 2016-03-14 19:52 +0000
Re: You count as an old-timer if (was Re: Origin of the phrase "XYZZY") Morten Reistad <first@last.name.invalid> - 2016-03-15 00:37 +0100
Re: You count as an old-timer if (was Re: Origin of the phrase "XYZZY") scott@slp53.sl.home (Scott Lurndal) - 2016-03-15 13:14 +0000
Re: You count as an old-timer if (was Re: Origin of the phrase "XYZZY") Quadibloc <jsavard@ecn.ab.ca> - 2016-03-14 12:53 -0700
Re: You count as an old-timer if (was Re: Origin of the phrase "XYZZY") Jon Elson <jmelson@wustl.edu> - 2016-03-14 16:23 -0500
Re: You count as an old-timer if (was Re: Origin of the phrase "XYZZY") Anne & Lynn Wheeler <lynn@garlic.com> - 2016-03-14 17:17 -0700
Re: You count as an old-timer if (was Re: Origin of the phrase "XYZZY") Jon Elson <elson@pico-systems.com> - 2016-03-14 20:03 -0500
Re: You count as an old-timer if (was Re: Origin of the phrase "XYZZY") Anne & Lynn Wheeler <lynn@garlic.com> - 2016-03-14 19:31 -0700
Re: You count as an old-timer if (was Re: Origin of the phrase "XYZZY") Anne & Lynn Wheeler <lynn@garlic.com> - 2016-03-14 22:15 -0700
Re: You count as an old-timer if (was Re: Origin of the phrase "XYZZY") Morten Reistad <first@last.name.invalid> - 2016-03-15 09:43 +0100
Re: You count as an old-timer if (was Re: Origin of the phrase "XYZZY") Jon Elson <jmelson@wustl.edu> - 2016-03-15 16:11 -0500
Re: You count as an old-timer if (was Re: Origin of the phrase "XYZZY") Anne & Lynn Wheeler <lynn@garlic.com> - 2016-03-15 14:56 -0700
Re: You count as an old-timer if (was Re: Origin of the phrase "XYZZY") Jon Elson <jmelson@wustl.edu> - 2016-03-15 17:18 -0500
Re: You count as an old-timer if (was Re: Origin of the phrase "XYZZY") Anne & Lynn Wheeler <lynn@garlic.com> - 2016-03-15 15:49 -0700
Re: You count as an old-timer if (was Re: Origin of the phrase "XYZZY") Anne & Lynn Wheeler <lynn@garlic.com> - 2016-03-15 16:07 -0700
Re: You count as an old-timer if (was Re: Origin of the phrase "XYZZY") Anne & Lynn Wheeler <lynn@garlic.com> - 2016-03-16 09:44 -0700
Re: You count as an old-timer if (was Re: Origin of the phrase "XYZZY") hancock4@bbs.cpcn.com - 2016-03-15 17:22 -0700
Re: You count as an old-timer if (was Re: Origin of the phrase "XYZZY") Peter Flass <peter_flass@yahoo.com> - 2016-03-15 18:12 -0700
Re: You count as an old-timer if (was Re: Origin of the phrase "XYZZY") Jon Elson <elson@pico-systems.com> - 2016-03-16 11:52 -0500
Re: You count as an old-timer if (was Re: Origin of the phrase "XYZZY") Jon Elson <elson@pico-systems.com> - 2016-03-16 11:42 -0500
Re: You count as an old-timer if (was Re: Origin of the phrase "XYZZY") "Sam Crean" <sg55443@gmail.com> - 2016-03-15 08:37 +1100
Re: You count as an old-timer if (was Re: Origin of the phrase "XYZZY") Jon Elson <jmelson@wustl.edu> - 2016-03-14 18:08 -0500
Re: You count as an old-timer if (was Re: Origin of the phrase "XYZZY") Morten Reistad <first@last.name.invalid> - 2016-03-15 01:18 +0100
Re: You count as an old-timer if (was Re: Origin of the phrase "XYZZY") "J. Clarke" <j.clarke.873638@gmail.com> - 2016-03-14 21:53 -0400
Re: You count as an old-timer if (was Re: Origin of the phrase "XYZZY") hancock4@bbs.cpcn.com - 2016-03-15 17:16 -0700
Re: You count as an old-timer if (was Re: Origin of the phrase "XYZZY") "J. Clarke" <j.clarke.873638@gmail.com> - 2016-03-15 22:23 -0400
Re: You count as an old-timer if (was Re: Origin of the phrase "XYZZY") "Jim Bank" <jb410@gmail.com> - 2016-03-16 16:25 +1100
Re: You count as an old-timer if (was Re: Origin of the phrase "XYZZY") scott@slp53.sl.home (Scott Lurndal) - 2016-03-16 13:08 +0000
Re: You count as an old-timer if (was Re: Origin of the phrase "XYZZY") Morten Reistad <first@last.name.invalid> - 2016-03-16 14:36 +0100
Re: You count as an old-timer if (was Re: Origin of the phrase "XYZZY") Andrew Swallow <am.swallow@btinternet.com> - 2016-03-16 14:40 +0000
Re: You count as an old-timer if (was Re: Origin of the phrase "XYZZY") Andrew Swallow <am.swallow@btinternet.com> - 2016-03-16 14:36 +0000
Re: You count as an old-timer if (was Re: Origin of the phrase "XYZZY") scott@slp53.sl.home (Scott Lurndal) - 2016-03-16 14:40 +0000
Re: You count as an old-timer if (was Re: Origin of the phrase "XYZZY") "Jim Bank" <jb410@gmail.com> - 2016-03-17 07:22 +1100
Re: You count as an old-timer if (was Re: Origin of the phrase "XYZZY") "Osmium" <r124c4u102@comcast.net> - 2016-03-16 15:35 -0600
Re: You count as an old-timer if (was Re: Origin of the phrase "XYZZY") pechter@cobalt.pechter.dyndns.org (William Pechter) - 2016-03-16 21:04 +0000
Re: You count as an old-timer if (was Re: Origin of the phrase "XYZZY") "hanja" <hanja228@gmail.com> - 2016-03-17 08:56 +1100
Re: You count as an old-timer if (was Re: Origin of the phrase "XYZZY") "Osmium" <r124c4u102@comcast.net> - 2016-03-16 17:09 -0600
Re: You count as an old-timer if (was Re: Origin of the phrase "XYZZY") "hanja" <hanja228@gmail.com> - 2016-03-17 11:57 +1100
Re: You count as an old-timer if (was Re: Origin of the phrase "XYZZY") "Jim Bank" <jb410@gmail.com> - 2016-03-17 07:18 +1100
Re: You count as an old-timer if (was Re: Origin of the phrase "XYZZY") "Jim Bank" <jb410@gmail.com> - 2016-03-16 13:25 +1100
Re: You count as an old-timer if (was Re: Origin of the phrase "XYZZY") Dan Espen <despen@verizon.net> - 2016-03-15 23:32 -0400
Re: You count as an old-timer if (was Re: Origin of the phrase "XYZZY") Charlie Gibbs <cgibbs@kltpzyxm.invalid> - 2016-03-16 03:53 +0000
Re: You count as an old-timer if (was Re: Origin of the phrase "XYZZY") Mike Spencer <mds@bogus.nodomain.nowhere> - 2016-03-16 02:33 -0300
Re: You count as an old-timer if (was Re: Origin of the phrase "XYZZY") Charlie Gibbs <cgibbs@kltpzyxm.invalid> - 2016-03-16 16:16 +0000
Re: You count as an old-timer if (was Re: Origin of the phrase "XYZZY") Mike Spencer <mds@bogus.nodomain.nowhere> - 2016-03-17 03:31 -0300
Re: You count as an old-timer if (was Re: Origin of the phrase "XYZZY") Charlie Gibbs <cgibbs@kltpzyxm.invalid> - 2016-03-17 07:28 +0000
Re: You count as an old-timer if (was Re: Origin of the phrase "XYZZY") jmfbahciv <See.above@aol.com> - 2016-03-16 13:02 +0000
Re: You count as an old-timer if (was Re: Origin of the phrase "XYZZY") "Rod Speed" <rod.speed.aaa@gmail.com> - 2016-03-17 07:15 +1100
Re: You count as an old-timer if (was Re: Origin of the phrase "XYZZY") jmfbahciv <See.above@aol.com> - 2016-03-17 13:17 +0000
Re: You count as an old-timer if (was Re: Origin of the phrase "XYZZY") scott@slp53.sl.home (Scott Lurndal) - 2016-03-17 16:08 +0000
Re: You count as an old-timer if (was Re: Origin of the phrase "XYZZY") jmfbahciv <See.above@aol.com> - 2016-03-18 12:45 +0000
Re: You count as an old-timer if (was Re: Origin of the phrase "XYZZY") "Rod Speed" <rod.speed.aaa@gmail.com> - 2016-03-18 08:33 +1100
Re: You count as an old-timer if (was Re: Origin of the phrase "XYZZY") Morten Reisrad <first@last.name.invalid> - 2016-03-14 23:18 +0100
Re: You count as an old-timer if (was Re: Origin of the phrase "XYZZY") Jon Elson <jmelson@wustl.edu> - 2016-03-15 16:23 -0500
Re: You count as an old-timer if (was Re: Origin of the phrase "XYZZY") Jon Elson <jmelson@wustl.edu> - 2016-03-15 17:39 -0500
Re: You count as an old-timer if (was Re: Origin of the phrase "XYZZY") hancock4@bbs.cpcn.com - 2016-03-14 11:44 -0700
Re: You count as an old-timer if (was Re: Origin of the phrase "XYZZY") "J. Clarke" <j.clarke.873638@gmail.com> - 2016-03-14 19:55 -0400
Re: You count as an old-timer if (was Re: Origin of the phrase "XYZZY") hancock4@bbs.cpcn.com - 2016-03-15 17:35 -0700
Re: You count as an old-timer if (was Re: Origin of the phrase "XYZZY") Anne & Lynn Wheeler <lynn@garlic.com> - 2016-03-15 18:30 -0700
Re: You count as an old-timer if (was Re: Origin of the phrase "XYZZY") Jon Elson <elson@pico-systems.com> - 2016-03-16 12:14 -0500
Re: You count as an old-timer if (was Re: Origin of the phrase "XYZZY") Anne & Lynn Wheeler <lynn@garlic.com> - 2016-03-16 11:24 -0700
Re: You count as an old-timer if (was Re: Origin of the phrase "XYZZY") Jon Elson <elson@pico-systems.com> - 2016-03-16 12:08 -0500
Re: You count as an old-timer if (was Re: Origin of the phrase "XYZZY") Anne & Lynn Wheeler <lynn@garlic.com> - 2016-03-16 10:46 -0700
Re: You count as an old-timer if (was Re: Origin of the phrase "XYZZY") Jon Elson <elson@pico-systems.com> - 2016-03-16 20:36 -0500
Re: You count as an old-timer if (was Re: Origin of the phrase "XYZZY") Anne & Lynn Wheeler <lynn@garlic.com> - 2016-03-16 19:16 -0700
Re: You count as an old-timer if (was Re: Origin of the phrase "XYZZY") Anne & Lynn Wheeler <lynn@garlic.com> - 2016-03-11 16:37 -0800
Re: You count as an old-timer if (was Re: Origin of the phrase "XYZZY") hancock4@bbs.cpcn.com - 2016-03-12 18:59 -0800
Re: You count as an old-timer if (was Re: Origin of the phrase "XYZZY") mausg@mail.com - 2016-03-13 12:10 +0000
Re: You count as an old-timer if (was Re: Origin of the phrase "XYZZY") hancock4@bbs.cpcn.com - 2016-03-14 11:49 -0700
Re: You count as an old-timer if (was Re: Origin of the phrase "XYZZY") mausg@mail.com - 2016-03-14 20:15 +0000
Re: You count as an old-timer if (was Re: Origin of the phrase "XYZZY") Morten Reistad <first@last.name.invalid> - 2016-03-14 21:35 +0100
Re: You count as an old-timer if (was Re: Origin of the phrase "XYZZY") Jon Elson <jmelson@wustl.edu> - 2016-03-11 13:43 -0600
Re: You count as an old-timer if (was Re: Origin of the phrase "XYZZY") Walter Banks <walter@bytecraft.com> - 2016-03-12 11:30 -0500
Re: You count as an old-timer if (was Re: Origin of the phrase "XYZZY") Anne & Lynn Wheeler <lynn@garlic.com> - 2016-03-11 12:04 -0800
Re: You count as an old-timer if (was Re: Origin of the phrase "XYZZY") Charlie Gibbs <cgibbs@kltpzyxm.invalid> - 2016-03-11 22:05 +0000
Re: You count as an old-timer if (was Re: Origin of the phrase "XYZZY") jmfbahciv <See.above@aol.com> - 2016-03-12 13:34 +0000
Re: You count as an old-timer if (was Re: Origin of the phrase "XYZZY") Huge <Huge@nowhere.much.invalid> - 2016-03-12 18:07 +0000
Re: You count as an old-timer if (was Re: Origin of the phrase "XYZZY") jmfbahciv <See.above@aol.com> - 2016-03-13 14:12 +0000
Re: You count as an old-timer if (was Re: Origin of the phrase "XYZZY") usenet@only.tnx (Questor) - 2016-03-14 19:47 +0000
Re: You count as an old-timer if (was Re: Origin of the phrase "XYZZY") jmfbahciv <See.above@aol.com> - 2016-03-15 13:43 +0000
Re: You count as an old-timer if (was Re: Origin of the phrase "XYZZY") usenet@only.tnx (Questor) - 2016-03-15 19:00 +0000
Re: You count as an old-timer if (was Re: Origin of the phrase "XYZZY") jmfbahciv <See.above@aol.com> - 2016-03-16 13:02 +0000
Re: You count as an old-timer if (was Re: Origin of the phrase "XYZZY") "Rod Speed" <rod.speed.aaa@gmail.com> - 2016-03-17 07:13 +1100
Re: You count as an old-timer if (was Re: Origin of the phrase "XYZZY") jmfbahciv <See.above@aol.com> - 2016-03-17 13:17 +0000
Re: You count as an old-timer if (was Re: Origin of the phrase "XYZZY") usenet@only.tnx (Questor) - 2016-03-17 17:54 +0000
Re: You count as an old-timer if (was Re: Origin of the phrase "XYZZY") jmfbahciv <See.above@aol.com> - 2016-03-18 12:45 +0000
Re: You count as an old-timer if (was Re: Origin of the phrase "XYZZY") "Rod Speed" <rod.speed.aaa@gmail.com> - 2016-03-19 09:09 +1100
Re: You count as an old-timer if (was Re: Origin of the phrase "XYZZY") usenet@only.tnx (Questor) - 2016-03-18 23:47 +0000
Re: You count as an old-timer if (was Re: Origin of the phrase "XYZZY") Charlie Gibbs <cgibbs@kltpzyxm.invalid> - 2016-03-19 02:03 +0000
Re: You count as an old-timer if (was Re: Origin of the phrase "XYZZY") jmfbahciv <See.above@aol.com> - 2016-03-19 13:23 +0000
Re: You count as an old-timer if (was Re: Origin of the phrase "XYZZY") usenet@only.tnx (Questor) - 2016-03-22 07:19 +0000
Re: You count as an old-timer if (was Re: Origin of the phrase "XYZZY") jmfbahciv <See.above@aol.com> - 2016-03-22 13:40 +0000
Re: You count as an old-timer if (was Re: Origin of the phrase "XYZZY") "Rod Speed" <rod.speed.aaa@gmail.com> - 2016-03-18 08:37 +1100
Re: You count as an old-timer if (was Re: Origin of the phrase "XYZZY") usenet@only.tnx (Questor) - 2016-03-17 17:55 +0000
Re: You count as an old-timer if (was Re: Origin of the phrase "XYZZY") jmfbahciv <See.above@aol.com> - 2016-03-18 12:45 +0000
Re: You count as an old-timer if (was Re: Origin of the phrase "XYZZY") usenet@only.tnx (Questor) - 2016-03-18 23:48 +0000
Re: You count as an old-timer if (was Re: Origin of the phrase "XYZZY") jmfbahciv <See.above@aol.com> - 2016-03-19 13:23 +0000
Re: You count as an old-timer if (was Re: Origin of the phrase "XYZZY") usenet@only.tnx (Questor) - 2016-03-22 07:19 +0000
Re: You count as an old-timer if (was Re: Origin of the phrase "XYZZY") jmfbahciv <See.above@aol.com> - 2016-03-22 13:40 +0000
Re: You count as an old-timer if (was Re: Origin of the phrase "XYZZY") usenet@only.tnx (Questor) - 2016-03-26 07:31 +0000
Re: You count as an old-timer if (was Re: Origin of the phrase "XYZZY") jmfbahciv <See.above@aol.com> - 2016-03-26 13:24 +0000
Re: You count as an old-timer if (was Re: Origin of the phrase "XYZZY") usenet@only.tnx (Questor) - 2016-04-15 08:33 +0000
Re: You count as an old-timer if (was Re: Origin of the phrase "XYZZY") jmfbahciv <See.above@aol.com> - 2016-04-15 12:18 +0000
Re: You count as an old-timer if (was Re: Origin of the phrase "XYZZY") usenet@only.tnx (Questor) - 2016-03-14 00:25 +0000
Re: You count as an old-timer if (was Re: Origin of the phrase "XYZZY") Quadibloc <jsavard@ecn.ab.ca> - 2016-03-13 18:00 -0700
Re: You count as an old-timer if (was Re: Origin of the phrase "XYZZY") Jon Elson <jmelson@wustl.edu> - 2016-03-15 17:10 -0500
Re: You count as an old-timer if (was Re: Origin of the phrase "XYZZY") Walter Banks <walter@bytecraft.com> - 2016-03-14 13:30 -0400
Re: You count as an old-timer if (was Re: Origin of the phrase "XYZZY") Morten Reistad <first@last.name.invalid> - 2016-03-14 18:57 +0100
Re: You count as an old-timer if (was Re: Origin of the phrase "XYZZY") Bob Eager <news0006@eager.cx> - 2016-03-14 18:03 +0000
Re: You count as an old-timer if (was Re: Origin of the phrase "XYZZY") Charlie Gibbs <cgibbs@kltpzyxm.invalid> - 2016-03-14 18:54 +0000
Re: You count as an old-timer if (was Re: Origin of the phrase "XYZZY") Quadibloc <jsavard@ecn.ab.ca> - 2016-03-14 13:09 -0700
Re: You count as an old-timer if (was Re: Origin of the phrase "XYZZY") Jon Elson <jmelson@wustl.edu> - 2016-03-14 16:01 -0500
Re: You count as an old-timer if (was Re: Origin of the phrase "XYZZY") Morten Reistad <first@last.name.invalid> - 2016-03-14 21:23 +0100
Re: You count as an old-timer if Lawrence Statton NK1G <lawrence@senguio.mx> - 2016-03-14 19:05 -0600
Re: You count as an old-timer if Morten Reistad <first@last.name.invalid> - 2016-03-15 10:07 +0100
Re: You count as an old-timer if (was Re: Origin of the phrase "XYZZY") hancock4@bbs.cpcn.com - 2016-03-14 12:39 -0700
Re: You count as an old-timer if (was Re: Origin of the phrase "XYZZY") Walter Banks <walter@bytecraft.com> - 2016-03-15 19:57 -0400
Re: You count as an old-timer if (was Re: Origin of the phrase "XYZZY") Charlie Gibbs <cgibbs@kltpzyxm.invalid> - 2016-03-16 03:53 +0000
Re: You count as an old-timer if (was Re: Origin of the phrase "XYZZY") Walter Bushell <proto@panix.com> - 2016-03-21 20:28 -0400
Re: You count as an old-timer if (was Re: Origin of the phrase "XYZZY") Bob Eager <news0006@eager.cx> - 2016-03-22 01:41 +0000
Re: You count as an old-timer if (was Re: Origin of the phrase "XYZZY") Bob Martin <bob.martin@excite.com> - 2016-03-22 07:26 +0000
Re: You count as an old-timer if (was Re: Origin of the phrase "XYZZY") "Osmium" <r124c4u102@comcast.net> - 2016-03-22 07:18 -0600
Re: You count as an old-timer if (was Re: Origin of the phrase "XYZZY") tracymnelson@gmail.com - 2016-03-22 09:39 -0700
Re: You count as an old-timer if (was Re: Origin of the phrase "XYZZY") Jon Elson <elson@pico-systems.com> - 2016-03-22 23:12 -0500
Re: You count as an old-timer if (was Re: Origin of the phrase "XYZZY") Huge <Huge@nowhere.much.invalid> - 2016-03-23 11:19 +0000
Re: You count as an old-timer if (was Re: Origin of the phrase "XYZZY") Quadibloc <jsavard@ecn.ab.ca> - 2016-03-23 05:00 -0700
Re: You count as an old-timer if (was Re: Origin of the phrase "XYZZY") mausg@mail.com - 2016-03-23 12:09 +0000
Re: You count as an old-timer if (was Re: Origin of the phrase "XYZZY") tracymnelson@gmail.com - 2016-03-23 07:20 -0700
Re: You count as an old-timer if (was Re: Origin of the phrase "XYZZY") Jon Elson <jmelson@wustl.edu> - 2016-03-23 13:57 -0500
Re: You count as an old-timer if (was Re: Origin of the phrase "XYZZY") Ibmekon <Ibmekon> - 2016-03-23 20:07 +0000
Re: You count as an old-timer if (was Re: Origin of the phrase "XYZZY") Walter Bushell <proto@panix.com> - 2016-04-11 17:03 -0400
Re: You count as an old-timer if (was Re: Origin of the phrase "XYZZY") "Charles Richmond" <numerist@aquaporin4.com> - 2016-03-14 16:59 -0500
Re: You count as an old-timer if (was Re: Origin of the phrase "XYZZY") Jon Elson <jmelson@wustl.edu> - 2016-03-14 17:57 -0500
Re: You count as an old-timer if (was Re: Origin of the phrase "XYZZY") Charlie Gibbs <cgibbs@kltpzyxm.invalid> - 2016-03-14 18:53 +0000
Re: You count as an old-timer if (was Re: Origin of the phrase "XYZZY") hancock4@bbs.cpcn.com - 2016-03-14 12:49 -0700
Re: You count as an old-timer if (was Re: Origin of the phrase "XYZZY") Dan Espen <despen@verizon.net> - 2016-03-14 19:55 -0400
Re: You count as an old-timer if (was Re: Origin of the phrase "XYZZY") Quadibloc <jsavard@ecn.ab.ca> - 2016-03-15 07:13 -0700
Re: You count as an old-timer if (was Re: Origin of the phrase "XYZZY") Peter Flass <peter_flass@yahoo.com> - 2016-03-15 08:12 -0700
Re: You count as an old-timer if (was Re: Origin of the phrase "XYZZY") Dan Espen <despen@verizon.net> - 2016-03-15 12:11 -0400
Re: You count as an old-timer if (was Re: Origin of the phrase "XYZZY") Charlie Gibbs <cgibbs@kltpzyxm.invalid> - 2016-03-15 17:30 +0000
Re: You count as an old-timer if (was Re: Origin of the phrase "XYZZY") Dan Espen <despen@verizon.net> - 2016-03-15 14:44 -0400
Re: You count as an old-timer if (was Re: Origin of the phrase "XYZZY") scott@slp53.sl.home (Scott Lurndal) - 2016-03-15 19:36 +0000
Re: You count as an old-timer if (was Re: Origin of the phrase "XYZZY") Quadibloc <jsavard@ecn.ab.ca> - 2016-03-15 17:25 -0700
Re: You count as an old-timer if (was Re: Origin of the phrase "XYZZY") Peter Flass <peter_flass@yahoo.com> - 2016-03-15 18:12 -0700
Re: You count as an old-timer if (was Re: Origin of the phrase "XYZZY") Bob Eager <news0006@eager.cx> - 2016-03-16 08:01 +0000
Re: You count as an old-timer if (was Re: Origin of the phrase "XYZZY") Dan Espen <despen@verizon.net> - 2016-03-15 23:17 -0400
Re: You count as an old-timer if (was Re: Origin of the phrase "XYZZY") Charlie Gibbs <cgibbs@kltpzyxm.invalid> - 2016-03-16 03:53 +0000
Re: You count as an old-timer if (was Re: Origin of the phrase "XYZZY") Dan Espen <despen@verizon.net> - 2016-03-16 11:17 -0400
Re: You count as an old-timer if (was Re: Origin of the phrase "XYZZY") Charlie Gibbs <cgibbs@kltpzyxm.invalid> - 2016-03-16 16:16 +0000
Re: You count as an old-timer if (was Re: Origin of the phrase "XYZZY") Dan Espen <despen@verizon.net> - 2016-03-16 14:34 -0400
Re: You count as an old-timer if (was Re: Origin of the phrase "XYZZY") scott@slp53.sl.home (Scott Lurndal) - 2016-03-16 13:01 +0000
Re: You count as an old-timer if (was Re: Origin of the phrase "XYZZY") Dan Espen <despen@verizon.net> - 2016-03-16 11:26 -0400
Re: You count as an old-timer if (was Re: Origin of the phrase "XYZZY") scott@slp53.sl.home (Scott Lurndal) - 2016-03-16 16:03 +0000
Re: You count as an old-timer if (was Re: Origin of the phrase "XYZZY") Dan Espen <despen@verizon.net> - 2016-03-16 14:28 -0400
Re: You count as an old-timer if (was Re: Origin of the phrase "XYZZY") Ahem A Rivet's Shot <steveo@eircom.net> - 2016-03-16 19:00 +0000
Re: You count as an old-timer if (was Re: Origin of the phrase "XYZZY") Bob Eager <news0006@eager.cx> - 2016-03-16 21:18 +0000
Re: You count as an old-timer if (was Re: Origin of the phrase "XYZZY") Charlie Gibbs <cgibbs@kltpzyxm.invalid> - 2016-03-16 20:49 +0000
Re: You count as an old-timer if (was Re: Origin of the phrase "XYZZY") hancock4@bbs.cpcn.com - 2016-03-15 17:42 -0700
Re: You count as an old-timer if (was Re: Origin of the phrase "XYZZY") Morten Reistad <first@last.name.invalid> - 2016-03-14 21:40 +0100
Re: You count as an old-timer if (was Re: Origin of the phrase "XYZZY") Stephen Sprunk <stephen@sprunk.org> - 2016-03-16 21:09 -0500
Re: You count as an old-timer if (was Re: Origin of the phrase "XYZZY") Morten Reistad <first@last.name.invalid> - 2016-03-17 08:04 +0100
Re: You count as an old-timer if (was Re: Origin of the phrase "XYZZY") jmfbahciv <See.above@aol.com> - 2016-03-17 13:17 +0000
Re: You count as an old-timer if (was Re: Origin of the phrase "XYZZY") "Rod Speed" <rod.speed.aaa@gmail.com> - 2016-03-18 08:40 +1100
Re: You count as an old-timer if (was Re: Origin of the phrase "XYZZY") Quadibloc <jsavard@ecn.ab.ca> - 2016-03-17 14:28 -0700
Re: You count as an old-timer if (was Re: Origin of the phrase "XYZZY") mausg@mail.com - 2016-03-18 12:43 +0000
Re: You count as an old-timer if (was Re: Origin of the phrase "XYZZY") Quadibloc <jsavard@ecn.ab.ca> - 2016-03-18 10:23 -0700
Re: You count as an old-timer if (was Re: Origin of the phrase "XYZZY") scott@slp53.sl.home (Scott Lurndal) - 2016-03-18 18:51 +0000
Re: You count as an old-timer if Lawrence Statton NK1G <lawrence@senguio.mx> - 2016-03-18 14:28 -0600
csiph-web