Glossary of Multics acronyms and terms. Entries by Tom Van Vleck ([THVV]) unless noted. Please post additions or corrections to alt.os.multics, or mail them to
Tom Van Vleck.
Index| A| B| C| D| E| F| G| H| I| J| K| L| M| N| O| P| Q| R| S| T| U| V| W| X| Y| Z
- T&D
- Test and Diagnostic. Until late in the 70s, all T & D on Multics hardware was performed by field engineers running offline tools provided by a different part of the GE (or Honeywell) corporation. See Online T & D.
- Tague Project
- Another attempt to start a company to build Multics hardware independent of Honeywell, based on the 80386, led by Michael Tague, former Opus manager, in 1987. According to Olin Sibert, this project was focused specifically on selling the new system as a secure system. See also Multics Company.
- tape
- [BSG] Multics uses tape for file backup, for disk snapshots when the system is down, for T&D's, and for occasional file interchanges with other systems. Tape software was not considered very important, it was considered a throwback to an earlier age. There were no "job stacks from tape", "spooling to and from tape", or the like.
- [THVV] Initially the system supported 556 and 800 bpi tapes. 6250 bpi and streaming cartridge tape support was added in the 1970s. Multics Standard Tape format as originally defined in MSPM BB.3.01 was very different from other systems' tape formats: for example, error recovery was so good that one could take a drive offline, rewind the tape, mount it on another drive, and change unit assignments so the new drive had the old drive number: and the software would note that the tape had been repositioned and space forward to the correct record number and continue reading! But MST format defined EOF marks every 256 records to speed up positioning to an exact record number, and this made it very difficult to copy an MST on any other system, let alone read it.
- The tape drives used on the GE-635 were some of the first self threading drives. As a result they needed an extremely long tape leader before the "reflector spot" and this was a pain for MIT operators when loading the tapes onto the IBM 7094 running CTSS. Lee Varian wrote some tricky code, and we put two load point reflectors on the tapes we shuttled between the 7094 and the 635. The 635 would only sense the farther-in load point; the 7094 would load to the early load point and then Lee's code would space it way out and rewind back to the 635 load point. If we didn't find the right label, his code tried three times and then deliberately broke the tape so the operator would have to put on new load points at the correct places. (You could break a tape on the 94 by putting it into high speed rewind and then doing a reset data channel command, I suppose it's safe to reveal this now.)
- tbl
- Table Building Language. A simple language written by Bob Freiburghouse of GE CISL that combines user-defined actions into an abstract machine. Used to build table-driven predictive parsers and code generators in the Multics FORTRAN compiler.
- TCB
- Trusted Computing Base. See Orange Book.
- TCP/IP
- Transmission Control Protocol/Internet Protocol. ARPANet packet protocols introduced in the late 1970s, replacing the older "NCP" protocols.
- Tech Square
- Technology Square. Office complex behind MIT. 545 Tech Square was the office building that housed Project MAC. 575 Tech Square was the building where CISL and the Cambridge Project were located. Also located in 545 Tech Square was the IBM Cambridge Scientific Center, home of CP/CMS. Story: Tech Square.
- TECO
- Tape Editor and Corrector. An editor first written for the
PDP-1 by Dan Murphy, then implemented on other DEC machines, CTSS, Multics, and other systems. TECO for Multics was written by Rick Gumpertz and modified by Mike Grady. Richard Stallman's original EMACS on ITS was written as a set of editor macros in TECO.
- [BSG] TECO fails at trying to be at once a programming language and the command language for an editor. Thus, as ITS TECO developed into a full-blown language and editor implementation substrate with catch and throw and hash tables and all manner of features including WYSIWYG video display, TECO "programs" became veritable core-dumps of printable and unprintable characters. Multics TECO (in PL/I) implemented but a small subset of this, and never achieved that state of development (or use). The tacit repudiation of TECO for Multics Emacs gave Stallman and the rest of the Emacs community much joy. See also QED.
- ted
- [BSG] For "text editor", a powerfully enhanced qedx by Jim Falksen of Honeywell Phoenix, mid '70s. Once Multics had acquired product status and a certain amount of momentum, new tools were not assimilated as rapidly and enthusiastically as theretofore. While the weakness and ugliness of qedx, especially its internal "programming language" daily presented obstacles to its many users, any attempt to replace or enhance it rapidly became bogged down in the "general editor issue", the "right way to design an editor", "how to have a Multicious editor", compatibility with multitudinous extant qedx "programs", etc., all problems larger than we could solve, and official progress on the "editor front" seemed impossible. Falksen ignored all this, creating ted, enhancing it, and adding features on request for his grateful and enthusiastic private user community, not at all unlike the development paradigm undertaken at the height of this by Emacs, which broke the "editor" impasse by wholly usurping the terms of discourse in 1978. The ted editor was added to the Multics product line, as an unbundled product, sometime in the 80s.
- Telefunken TR440
- [PG] Telefunken Computer, for reasons known only to them, purchased a copy of the Multics PL/I compiler from MIT in the spring of 1973. I spent the early part of the summer (June 73) working for Roger Roach to make a version of the PL/I compiler front-end that was targeted at the TR440 machine. I then bootstrapped the front-end, captured the internal (tree) representation, wrote it to tape, and shipped it to Germany. Story: The Telefunken TR440.
- TENEX
PDP-10 operating system developed at BBN in the late 1960s. Dan Murphy has posted the classic 1972 paper on TENEX by Bobrow, Burchfiel, Murphy, and Tomlinson. Ancestor of TOPS-20.
- terminal
- Interactive processes usually have a typewriter terminal (tty) attached to them. This device is where the standard_input and standard_output streams are attached via the TTY DIM. The Answering Service owns all terminals when the system starts up, and attaches a terminal to the user's process at login, on reconnect, or when the dial and slave commands are used. Story: Home Terminals.
- terminal operators
- These were the CISL staff who typed in the Multics documentation written by the technical writers. They spent a lot of time programming in runoff and later, compose.
- terminal type
- A character string that identifies the kind of terminal device connected to a TTY DIM channel. For a dialup channel, this type is set by experiment when the channel dials up; a user process may then change it after login.
- terminate
- [BSG] Said of a segment. To "make unknown", to remove the binding between a segment number and a file in a process, the opposite and complementary operation of initiate. Sort of like closing a file, but not quite, for no promises of the file being consistent on disk are made: being known, which is orthogonal to being active, is a state of relation between a process and a segment, not a file and the disk. From a data reliability viewpoint, this is a major deficiency of the Multics scheme.
- TeX
- Text formatting language invented by Donald K. Knuth. A version was written for Multics in the late 1980s. John Wilson worked on this at MIT.
- Texto
- ? (DV74)
- thrashing
- A condition in which the combined working set of the programs a time-sharing system is attempting to run simultaneously exceeds the physical memory available, so that the system spends most of its time generating and servicing page faults. First named by Peter Denning. Multics designers spent a lot of time trying to prevent and overcome thrashing; for example, see pre-paging.
- time-sharing
- Time-sharing computer systems provide multiple simultaneous users a program execution environment. General-purpose timesharing systems, like Multics, were contrasted with special-purpose systems that restricted the programs a user could run or the languages a user could program in. Timesharing supervisor programs manage system resources by assigning them to different users at different times, transparently to the user.
- TMG
- TransMoGrifier. Compiler-compiler language created by Bob McClure at Texas Instruments about 1964. Used by Doug McIlroy and Bob Morris to write EPL. Some TMG source is online.
- TN1200
- TermiNet 1200. A TN300 that ran at 1200 baud.
- TN300
- TermiNet 300. A GE hardcopy terminal that ran at 300 baud. The printing mechanism had the alphabet on little metal fingers sticking up from a horizontal belt. A hammer for each print position hit the finger against the ribbon when the right character passed the print position.
- Toshiba
- Multics customer. Two sites in Japan.
- TP
- Transaction Processing. Feature added in MR7.0. There are several aspects to supporting transactions. One part is the database commit/abort/rollback features provided in FAMIS and Data Management. Another part is the definition and management of transaction requests; Multics processes are too expensive to have one per transaction terminal, so a multithreaded process similar to the answering service's dialup_ is provided to accept and queue transaction requests, dispatch them to servers, and display transaction output. Transaction terminals can be permanently attached to the TP client process, or dialup terminals can be attached to a process using the dial command. (This facility was created by Tom Van Vleck during the Big Snow of 1978, and subsequently redesigned, extended, and ehanced by Melanie Weaver and Monte Davidoff.)
- TPR
- [BSG] Temporary Pointer Register - a tripartite processor register in which the effective address of instruction operands is developed. The three components are segment, ring, and offset (location within that segment) of reference. At the time of a page fault or other mid-instruction exception, the TPR value(s) saved in the processor state identify the address faulted on. Not valid for interrupts, though, which only occur between instructions. See TRR.
- TR
- Trouble Report. Multics had its own database for tracking and reporting on problems.
- traffic control
- The supervisor subsystem that performed the functions of controlling process /processor binding and scheduling (see scheduler), i.e., the allocation and management of processor resources. Also included under this rubric are interprocess communication. Multics traffic control is based upon Jerry Saltzer's Ph.D. thesis.
- Trap
- Trap attribute. The initial Multics file system design had five access control bits: TREWA (Trap, Read, Execute, Write, Append). If the effective access for a user contained the Trap bit on a segment reference, the plan was to execute a "trap procedure" that could return new values for REWA. This feature was never implemented, because we couldn't find a clean way to define the execution environment of the trap procedure.
- Later design discussions proposed using the Trap attribute to implement a feature something like Unix setuid, switching the active userid when a procedure with the Trap attribute was called. This design was never finished.
- Trinity
- The 1960s management group consisting of the leaders of MIT (Robert M. Fano), GE (C. Walker Dix), and BTL (Edward E. David Jr.).
- Triumvirate
- The next-level 1960s management group, reporting to the Trinity, of the programming managers of MIT (F. J. Corbató), GE (A. L. Dean Jr.), and BTL (Peter G. Neumann). Reporting to the Triumvirate were two Project Consultants (Edward L. Glaser and Jerome H. Saltzer), the Project Administrator (George D. Bennett), the Development Director (Robert C. Daley), and the Integration Director (Izhar Shy).
- TRR
- [BSG] Temporary Ring Register - the ring component of the 6180 CPU's TPR (Temporary pointer register). The notion of the ring of reference is a subtle and ingenious one, innovated on Multics through the thesis of Michael D. Schroeder. It is defined as the lowest level of privilege involved in the computation of an address up to this point. Starting equal to the ring of execution (see PRR), the TRR is raised (made "less privileged") as indirect words are indirected through - both the ring number stored in the indirect words and the write bracket (the highest ring that could have put that number or pointer there) of the segment containing the indirect word are factored in. The right to access data at every single processor cycle is computed by comparing not the PRR, but the TRR with the ring brackets of the segment being referenced. This is done automatically, and does not require "adjust requestor privilege level" (based on the same concept) as on the Intel architectures which pay tribute to it. Through this mechanism, the supervisor is able to reference user-supplied arguments (passed by pointer, as PL/I requires) without fear of security breach.
- TSP
- Cambridge Project feature?
- TSS
- IBM's time-sharing system for the
System/360 model 67. Developed about the same time as Multics. There was friendly rivalry and mutual respect between the two development groups.
- TSS-645
- A time-sharing system related to GCOS timesharing, run on the RADC 645 in 1970 before Multics was delivered to them.
- TTY
Teletype. Generic term for any asynchronous terminal device. Terminal device channels have names like "tty123", a convention later adopted by Unix.
- TTY DIM
- Device Interface Module for terminals. Hardcore software that handles communications, managing the FNP. Pronounced "titty-dim."
- [MTB-607] The ring-zero TTY DIM provides an interface between outer-ring processes and the multiplexer hierarchy. It also provides, on request, most of the standard Multics terminal functionality. Canonicalization, erase and kill processing, escape processing, translation and conversion on both input and output, and echo negotiation are all done here. Originally written to perform in a simple line-at-a-time environment, it has been enhanced piecemeal to support more sophisticated terminal functions, such as the window/video system and emacs. It consists of about 7000 lines of PL/I and a small amount of ALM.
- TTY35
Teletype Model 35. 110 baud uppercase-only terminal. Multics supports these devices, but it isn't pretty. If you log in using the (uppercase) LOGIN command, the answering service assumes that you have an uppercase device and sets the terminal modes so that you enter capital letters by preceding them with backslash. You can choose an output mode with backslashes (^edited) or without (edited).
- TTY37
Teletype Model 37. First terminal to use full ASCII. 150 baud. Had a mechanical keyboard with the typically stiff Teletype touch, and a printing mechanism on a moving carriage, with a single print hammer and dies for each character on a little matrix that jumped about in front of the hammer. You couldn't see what you were typing unless you paused for a few seconds and let the print head drop down. See message coordinator.
- TYPSET
- Editing program for CTSS written by Jerry Saltzer. This program handled "line marked" files in the 12-bit character set, and allowed upper and lower case editing, very similar to the EDL and EDA programs for six-bit and ASCII files respectively. Files edited by TYPSET were then formatted by CTSS RUNOFF. See Development Documentation.
|