The Unix Heritage Society mailing list
 help / color / mirror / Atom feed
* [TUHS] Research UNIX on the AT&T 3B2?
@ 2018-08-24 15:13 Seth Morabito
  2018-08-24 15:23 ` William Cheswick
                   ` (2 more replies)
  0 siblings, 3 replies; 82+ messages in thread
From: Seth Morabito @ 2018-08-24 15:13 UTC (permalink / raw)
  To: TUHS main list

After the past several years of focusing on 3B2 preservation and emulation, I've begun to wonder whether 3B2 hardware was used very much inside of Bell Labs. Has anyone ever heard whether Research UNIX was ever ported to the WE32100? I've certainly never seen anything that would suggest it was, but I'd love to be proven wrong.

-Seth
-- 
  Seth Morabito
  Poulsbo, WA
  web@loomcom.com

^ permalink raw reply	[flat|nested] 82+ messages in thread
* Re: [TUHS] Cryptic Unix Commands
@ 2018-09-05 15:04 Norman Wilson
  2018-09-05 15:42 ` Chet Ramey
  0 siblings, 1 reply; 82+ messages in thread
From: Norman Wilson @ 2018-09-05 15:04 UTC (permalink / raw)
  To: tuhs

Ron Natalie:

  I use the numbers but I think it stems from the days when kill didn't take
  the names.    It's easier for me to remember -1 and -9 than to remember what
  the mnemonics are.

====

Me too.  And not just the kill command; the (real) shell's
trap command too.

It's all just muscle memory, not a desire to save keystrokes.

On the rare occasions when I need to send a post-modern signal
like SIGSTOP or SIGCONT, I use the name.

As an aside, why do modern kill and sh accept only the
abbreviated form of the signal name, not the full name;
e.g. kill -STOP is OK, kill -SIGSTOP an error?  When we
taught kill about that sometime in (I think) the 9th Edition
era at Research, we allowed either form.  I think it was
Doug who insisted on it, and he was right.

All this applies to shell commands, not to programs.
It is just plain wrong to code
	kill(9, pid)
in C.

Norman Wilson
Toronto ON

^ permalink raw reply	[flat|nested] 82+ messages in thread
* Re: [TUHS] Cryptic Unix Commands
@ 2018-09-05 15:44 Noel Chiappa
  2018-09-05 16:12 ` John P. Linderman
  2018-09-05 16:45 ` Kurt H Maier
  0 siblings, 2 replies; 82+ messages in thread
From: Noel Chiappa @ 2018-09-05 15:44 UTC (permalink / raw)
  To: tuhs; +Cc: jnc'

    > From: Norman Wilson

    > It is just plain wrong to code
    >  kill(9, pid)

_All_ uses of magic numbers in numeric form are wrong!

	Noel

^ permalink raw reply	[flat|nested] 82+ messages in thread

end of thread, other threads:[~2018-09-05 16:46 UTC | newest]

Thread overview: 82+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-08-24 15:13 [TUHS] Research UNIX on the AT&T 3B2? Seth Morabito
2018-08-24 15:23 ` William Cheswick
2018-08-24 16:06 ` Clem Cole
2018-08-24 16:46   ` Larry McVoy
2018-08-24 17:54     ` Jon Forrest
2018-08-26  2:22       ` Larry McVoy
2018-08-27 15:54   ` Mary Ann Horton
2018-08-27 17:06     ` Seth Morabito
2018-08-27 17:33     ` Clem Cole
2018-08-27 19:59       ` John P. Linderman
2018-08-27 20:27         ` Brad Spencer
2018-08-28  0:24       ` Dave Horsfall
2018-08-28  0:30         ` Larry McVoy
2018-08-28  6:01           ` arnold
2018-08-28  6:11             ` George Michaelson
2018-08-28  6:42               ` arnold
2018-08-28 13:13                 ` Arthur Krewat
2018-08-28 22:39                 ` Dave Horsfall
2018-08-29  5:25                   ` arnold
2018-08-28 22:33             ` Dave Horsfall
2018-08-29  0:36               ` Harald Arnesen
2018-08-29  0:46                 ` Larry McVoy
2018-08-29  5:29                   ` [TUHS] SunOS code? arnold
2018-08-29 14:40                     ` Larry McVoy
2018-08-29 14:41                       ` Dan Cross
2018-08-29 14:44                         ` William Pechter
2018-08-29 14:46                           ` Warner Losh
2018-08-29 14:45                         ` Clem Cole
2018-08-29 14:43                     ` Warner Losh
2018-08-29 14:45                       ` Warner Losh
2018-08-29 14:53                       ` Larry McVoy
2018-09-01 11:43                         ` Steve Mynott
2018-09-01 13:50                           ` Andy Kosela
2018-09-01 14:32                             ` Warner Losh
2018-09-04  9:39                               ` Andy Kosela
2018-09-01 15:01                           ` Larry McVoy
2018-09-01 15:20                             ` Warner Losh
2018-09-01 18:24                               ` Steve Mynott
2018-09-01 18:38                                 ` Larry McVoy
2018-08-29 23:09                       ` David Arnold
2018-08-29  1:06                 ` [TUHS] Research UNIX on the AT&T 3B2? Dave Horsfall
2018-08-29  3:23                   ` Theodore Y. Ts'o
2018-08-29  4:36                     ` [TUHS] Cryptic Unix Commands Warren Toomey
2018-08-29 16:13                       ` Jeremy C. Reed
2018-08-29 22:03                       ` Dave Horsfall
2018-08-29 22:09                         ` Grant Taylor via TUHS
2018-08-29 22:21                           ` William Pechter
2018-08-29 23:04                             ` Grant Taylor via TUHS
2018-08-29 23:38                               ` Larry McVoy
2018-08-30  3:59                               ` William Pechter
2018-08-29 22:31                         ` Dan Mick
2018-08-29 23:00                           ` Grant Taylor via TUHS
2018-08-30  8:28                             ` Dave Horsfall
2018-08-30 11:06                         ` ron
2018-08-30 11:35                           ` John P. Linderman
2018-08-30 13:24                           ` Clem Cole
2018-08-30 14:31                             ` William Pechter
2018-08-30 15:01                               ` Clem Cole
2018-08-30 15:22                                 ` Warner Losh
2018-08-30 16:11                                   ` William Pechter
2018-08-29  5:06                     ` [TUHS] Research UNIX on the AT&T 3B2? Greg 'groggy' Lehey
2018-08-29 14:25                       ` Theodore Y. Ts'o
2018-08-29 14:41                         ` Dan Cross
2018-08-29 14:50                           ` Chet Ramey
2018-08-29 14:59                             ` Larry McVoy
2018-08-29 15:08                               ` Chet Ramey
2018-08-29 17:14                           ` Arno Griffioen
2018-08-29 23:23                             ` Eric Wayte
2018-08-30  3:03                               ` Gregg Levine
2018-08-29 17:28                           ` Theodore Y. Ts'o
2018-08-30  5:58                         ` Greg 'groggy' Lehey
2018-08-30 13:14                           ` Warner Losh
2018-08-29  8:43                     ` Dave Horsfall
2018-08-29  7:03                   ` Arrigo Triulzi
2018-08-28  1:14         ` Warren Toomey
2018-08-28 17:47         ` Paul Winalski
2018-08-26  8:48 ` arnold
2018-09-05 15:04 [TUHS] Cryptic Unix Commands Norman Wilson
2018-09-05 15:42 ` Chet Ramey
2018-09-05 15:44 Noel Chiappa
2018-09-05 16:12 ` John P. Linderman
2018-09-05 16:45 ` Kurt H Maier

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).