The Unix Heritage Society mailing list
 help / color / mirror / Atom feed
From: ron@ronnatalie.com (Ron Natalie)
Subject: [TUHS] Source code abundance?
Date: Mon, 6 Mar 2017 11:45:28 -0500	[thread overview]
Message-ID: <005c01d29699$10330ef0$30992cd0$@ronnatalie.com> (raw)
In-Reply-To: <CAEoi9W4pcwPo+9ZBwgfWQTaAMR1CO+saoQGGcWQxfd06th6+EA@mail.gmail.com>

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1: Type: text/plain, Size: 3095 bytes --]

Channel programming wasn’t really at the time.   Maybe the guys at PASC didn’t know, but it was available.

 

Never saw anything written in PL/I there.    Now the other 370 mainframe stuff that wasn’t in assembler was written in PL/S which was sort of PL/I but not really.   They used it for TSO (suitable for kicking dead whales down the beach) and MVT (multiprocessing with a variable number of turds, part of the virtual toilet access protocol).

 

Of course, the RS/6000 AIX was completely different and somewhat weird.    I might buy it being written in PL/S.   I spent a lot of time over the years either pursuing security vulnerabilities or patching up ones that I had found.     IBM loaned us an RS/6000 and didn’t give me the root password.    This took me a while to figure out.    I found however that if you turned the key on the front to the service (wrench) position, it would boot up in a canned “diagostic” program.    I poked at this a while until I realized that the help program just spawned more and I could shell escape out to a root shell.

 

 

 

From: TUHS [mailto:tuhs-bounces@minnie.tuhs.org] On Behalf Of Dan Cross
Sent: Monday, March 6, 2017 11:21 AM
To: ron minnich
Cc: TUHS main list
Subject: Re: [TUHS] Source code abundance?

 

On Mon, Mar 6, 2017 at 10:57 AM, ron minnich <rminnich at gmail.com> wrote:

Yes, the AIX code looks nothing like SYS V. It's been 20+ years since I did a lot of work in AIX, and most of my work was in networking, external pagers, and NFS, and even there you could see it was different (although much of the NFS was clearly the Sun reference code, one giveaway being the Sun copyrights in it :-) I always thought it was an interesting code base -- they seemed to get preemptability right from the start, for example. As it was explained to me, IBM did a full implementation from manuals of both the kernel and the commands. 

 

There were lots of little weirdnesses in the commands. mkdir -p, for example, would give you an error if the directory existed -- they got the creation of the tree right, but the error wrong. There were tons of these little gotchas in the commands and it's one thing that made NTP and Condor, for just two examples, a real chore on AIX.

 

I visited the now-closed IBM Palo Alto center in 1991, and they told me an interesting AIX story. Seems to that point, on the mainframes, AIX had run under VM. The native port was either starting or soon to start, and there was some question about channel programming -- mainly, if the people who really knew how it worked were still at IBM, or even still alive. I guess they worked it out, however ;-)

 

I once heard that some version of AIX was actually implemented in PL/I. I strongly doubted that, and no one's mentioned it so I assume that's apocryphal? It would be so distinctive that I can't imagine someone NOT mentioning it if it were the case.

 

        - Dan C.

 

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://minnie.tuhs.org/pipermail/tuhs/attachments/20170306/1f7f89c6/attachment.html>


  reply	other threads:[~2017-03-06 16:45 UTC|newest]

Thread overview: 85+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-03-01 18:01 Arthur Krewat
2017-03-01 18:07 ` Cory Smelosky
2017-03-01 18:13 ` Henry Bent
2017-03-01 18:27   ` Steve Nickolas
2017-03-01 19:18     ` Arthur Krewat
2017-03-01 19:25       ` Henry Bent
2017-03-01 19:29         ` Steve Nickolas
2017-03-01 19:32           ` Henry Bent
2017-03-01 19:49           ` Random832
2017-03-01 19:51             ` Warner Losh
2017-03-01 20:18             ` Joerg Schilling
2017-03-01 20:28           ` Clem Cole
2017-03-01 20:32             ` Warner Losh
2017-03-02 13:55             ` Paul Ruizendaal
2017-03-02 14:15               ` Jim Capp
2017-03-02  1:22 ` Jason Stevens
2017-03-02  6:50   ` Cory Smelosky
2017-03-02 13:36     ` Arthur Krewat
2017-03-04  3:29 ` Warren Toomey
2017-03-04 12:51   ` Arthur Krewat
2017-03-06 15:33 ` Angelo Papenhoff
2017-03-06 15:57   ` ron minnich
2017-03-06 16:20     ` Joerg Schilling
2017-03-06 22:52       ` Clem Cole
2017-03-07  6:52         ` Angelo Papenhoff
2017-03-07 13:25           ` Clem Cole
2017-03-06 16:21     ` Dan Cross
2017-03-06 16:45       ` Ron Natalie [this message]
2017-03-06 20:50         ` Dave Horsfall
2017-03-07 15:07           ` Ron Natalie
2017-03-07 15:13             ` Ron Natalie
2017-03-07 15:28               ` Larry McVoy
2017-03-07 19:44                 ` Ron Natalie
2017-03-06 18:00       ` ron minnich
2017-03-06 18:22         ` Dan Cross
2017-03-06 19:24         ` Nemo
2017-03-06 16:48     ` Clem Cole
2017-03-06 15:57   ` Clem Cole
2017-03-06 22:29     ` ron minnich
2017-03-06 22:59       ` Clem Cole
2017-03-06 23:31         ` Steve Johnson
2017-03-06 23:32           ` Cory Smelosky
2017-03-06 23:44             ` Steve Johnson
2017-03-06 23:48               ` Larry McVoy
2017-03-06 23:53                 ` Larry McVoy
2017-03-07  0:42             ` Warren Toomey
2017-03-07  0:33           ` Random832
2017-03-07  0:50         ` Clem Cole
2017-03-06 16:19   ` Jason Stevens
2017-03-06 19:06     ` Paul Ruizendaal
2017-03-06 20:32       ` ron minnich
2017-03-06 19:36     ` Warren Toomey
2017-03-06 20:17       ` Larry McVoy
2017-03-06 22:19         ` Warren Toomey
2017-03-03 20:06 Noel Chiappa
2017-03-03 20:28 ` Clem Cole
2017-03-03 23:12   ` Larry McVoy
2017-03-03 23:56   ` Wesley Parish
2017-03-04  0:29     ` Steve Nickolas
2017-03-04  1:01     ` Henry Bent
     [not found]       ` <CAH1jEzZPonQuq_4YJWN=cpaB9J8q2+TU-zRWx+Bg+29SUvfOVQ@mail.gmail.com>
2017-03-04  3:23         ` Nick Downing
2017-03-04 10:04   ` Joerg Schilling
2017-03-04 16:28     ` Clem Cole
2017-03-04 16:34       ` Clem Cole
2017-03-05 19:15       ` Joerg Schilling
2017-03-05 19:25         ` Warner Losh
2017-03-05 19:55           ` Clem Cole
2017-03-06  9:35             ` Joerg Schilling
2017-03-06  0:13         ` Josh Good
2017-03-05 15:44     ` Larry McVoy
2017-03-05 18:26       ` Joerg Schilling
2017-03-05 18:55         ` Larry McVoy
2017-03-05 19:10           ` Joerg Schilling
2017-03-05 21:36             ` Larry McVoy
2017-03-05 22:03               ` Mutiny 
2017-03-04 15:39 Noel Chiappa
2017-03-04 16:02 ` Jason Stevens
2017-03-04 17:53 ` Jacob Goense
2017-03-04 18:37   ` Steve Nickolas
2017-03-04 18:38     ` Ron Natalie
2017-03-04 20:39   ` Cory Smelosky
2017-03-04 21:05     ` Jacob Goense
2017-03-05 17:54 ` Joerg Schilling
2017-03-05 18:24   ` Mutiny 
2017-03-08 12:26 Doug McIlroy

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to='005c01d29699$10330ef0$30992cd0$@ronnatalie.com' \
    --to=ron@ronnatalie.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).