Manual Edition | Release date | Description |
---|
1st Edition | Nov 3, 1971 | First edition of the Unix manual, based on the version that ran on the PDP-11 at the time. The operating system was two years old, having been ported from the PDP-7 to the PDP-11/20 in 1970. Includes ar, as, bcd, cal, cat, chdir, chmod, chown, cmp, cp, date, dc, df, du, ed, glob, init, ld, ln, ls, mail, mesg, mkdir, mkfs, mount, mv, nm, od, pr, rm, rmdir, roff, sh, sort, stat, strip, su, sum, tty, umount, wc, who, write; also precursors of fsck, reboot, and adb. The system also had a B and Fortran compiler, a BASIC interpreter, device files and functions for managing punched tape, DECtape, and RK05 disks. |
2nd Edition | Jun 12, 1972 | Total number of installations at the time was 10, "with more expected", according to the preface of the manual.: ii Adds echo, exit, login, m6 macro processor, man, nroff, strip, stty, tmg compiler-compiler and the first C compiler. |
3rd Edition | Feb 1973 | Introduced a C debugger, pipes, crypt, kill, passwd, size, speak, split, uniq, and yacc. Commands are split between /bin and /usr/bin, requiring a search path (/usr was the mount point for a second hard disk). Total number of installations was 16. |
4th Edition | Nov 1973 | First version written in C. Also introduced comm, dump, file, grep, nice, nohup, ps, sleep, sync, tr, wait, and printf(3). Included a SNOBOL interpreter. Number of installations was listed as "above 20". The manual was formatted with troff for the first time. Version described in Thompson and Ritchie's CACM paper, the first public exposition of the operating system. |
5th Edition | Jun 1974 | Licensed to selected educational institutions. Introduced col, dd, diff, eqn, find, lpr, pwd, spell, tee, and the sticky bit. Targeted the PDP-11/40 and other 11 models with 18 bit addresses. Installations "above 50". |
6th Edition | May 1975 | Includes ratfor, bc, chgrp, cron, newgrp, ptrace(2), tbl, units, and wall. First version widely available outside of Bell Laboratories, licensed to commercial users, and to be ported to non-PDP hardware (Interdata 7/32). May 1977 saw the release of MINI-UNIX, a "cut down" v6 for the low-end PDP-11/10. |
7th Edition | Jan 1979 | Includes the Bourne shell, ioctl(2), stdio(3), and pcc augmenting Dennis Ritchie's C compiler. Adds adb, at, awk, banner, basename, cu, diff3, expr, f77, factor, fortune, iostat, join, lex, lint, look, m4, make, rev, sed, tabs, tail, tar, test, touch, true, false, tsort, uucp, uux. The ancestor of UNIX System III and the last release of Research Unix to see widespread external distributions. Merged most of the utilities of PWB/UNIX with an extensively modified kernel with almost 80% more lines of code than V6. Ported to PDP-11, Interdata 8/32 and VAX (UNIX/32V). 32V was the basis for 3BSD. |
8th Edition | Feb 1985 | A modified 4.1cBSD for the VAX, with a System V shell and sockets replaced by Streams. Used internally, and only licensed for educational use. Adds Berkeley DB, curses(3), cflow, clear, compress, cpio, csh, cut, ksh, last, netstat, netnews, seq, telnet, tset, ul, vi, vmstat. The Blit graphics terminal became the primary user interface. Includes Lisp, Pascal and Altran. Added a network file system that allowed accessing remote computers' files as /n/hostname/path, and a regular expression library that introduced an API later mimicked by Henry Spencer's reimplementation. First version with no assembly in the documentation. |
9th Edition | Sep 1986 | Incorporated code from 4.3BSD; used internally. Featured a generalized version of the Streams IPC mechanism introduced in V8. The mount system call was extended to connect a stream to a file, the other end of which could be connected to a (user-level) program. This mechanism was used to implement network connection code in user space. Other innovations include Sam. According to Dennis Ritchie, V9 and V10 were "conceptual": manuals existed, but no OS distributions "in complete and coherent form". |
10th Edition | Oct 1989 | Last Research Unix. Although the manual was published outside of AT&T by Saunders College Publishing, there was no full distribution of the system itself. Novelties included graphics typesetting tools designed to work with troff, a C interpreter, animation programs, and several tools later found in Plan 9: the Mk build tool and the rc shell. V10 was also the basis for Doug McIlroy and James A. Reeds' multilevel-secure operating system IX. |
Plan 9 1st Edition | 1992 | Plan 9 was a successor operating system to Research Unix developed by Bell Laboratories Computing Science Research Center (CSRC). |
Inferno Release 1.0 | 1997 | Inferno is a descendant of Plan 9, and shares many design concepts and even source code in the kernel, particularly around devices and the Styx/9P2000 protocol. It shares with Plan 9 the Unix heritage from Bell Labs and the Unix philosophy. |