UNIX System V on:  
[Wikipedia]  
[Google]  
[Amazon]
Unix System V (pronounced: "System Five") is one of the first commercial versions of the
Unix
Unix (; trademarked as UNIX) is a family of multitasking, multiuser computer operating systems that derive from the original AT&T Unix, whose development started in 1969 at the Bell Labs research center by Ken Thompson, Dennis Ritchie, a ...
operating system
An operating system (OS) is system software that manages computer hardware, software resources, and provides common daemon (computing), services for computer programs.
Time-sharing operating systems scheduler (computing), schedule tasks for ef ...
. It was originally developed by
AT&T
AT&T Inc. is an American multinational telecommunications holding company headquartered at Whitacre Tower in Downtown Dallas, Texas. It is the world's largest telecommunications company by revenue and the third largest provider of mobile tel ...
and first released in 1983. Four major versions of System V were released, numbered 1, 2, 3, and 4. System V Release 4 (SVR4) was commercially the most successful version, being the result of an effort, marketed as ''Unix System Unification'', which solicited the collaboration of the major Unix vendors. It was the source of several common commercial Unix features. System V is sometimes abbreviated to SysV.
, the AT&T-derived Unix market is divided between four System V variants:
IBM's
AIX,
Hewlett Packard Enterprise
The Hewlett Packard Enterprise Company (HPE) is an American multinational information technology company based in Spring, Texas, United States.
HPE was founded on November 1, 2015, in Palo Alto, California, as part of the splitting of the ...
's
HP-UX
HP-UX (from "Hewlett Packard Unix") is Hewlett Packard Enterprise's proprietary implementation of the Unix operating system, based on Unix System V (initially System III) and first released in 1984. Current versions support HPE Integrit ...
and
Oracle
An oracle is a person or agency considered to provide wise and insightful counsel or prophetic predictions, most notably including precognition of the future, inspired by deities. As such, it is a form of divination.
Description
The wor ...
's
Solaris,
plus the free-software
illumos forked from
OpenSolaris.
Overview
Introduction

System V was the successor to 1982's
UNIX System III. While AT&T developed and sold hardware that ran System V, most customers ran a version from a reseller, based on AT&T's
reference implementation. A standards document called the
System V Interface Definition
The System V Interface Definition (SVID) is a standard that describes the AT&T UNIX System V behavior, including that of system call
In computing, a system call (commonly abbreviated to syscall) is the programmatic way in which a computer pro ...
outlined the default features and behavior of implementations.
AT&T support
During the formative years of AT&T's computer business, the division went through several phases of System V software groups, beginning with the Unix Support Group (USG), followed by Unix System Development Laboratory (USDL), followed by AT&T Information Systems (ATTIS), and finally
Unix System Laboratories (USL).
Rivalry with BSD
In the 1980s and early-1990s, UNIX System V and the
Berkeley Software Distribution (BSD) were the two major versions of UNIX. Historically, BSD was also commonly called "BSD Unix" or "Berkeley Unix".
Eric S. Raymond summarizes the longstanding relationship and rivalry between System V and BSD during the early period:
While HP, IBM and others chose System V as the basis for their Unix offerings, other vendors such as
Sun Microsystems
Sun Microsystems, Inc. (Sun for short) was an American technology company that sold computers, computer components, software, and information technology services and created the Java programming language, the Solaris operating system, ZFS, ...
and
DEC extended BSD. Throughout its development, though, System V was infused with features from BSD, while BSD variants such as DEC's
Ultrix received System V features. AT&T and Sun Microsystems worked together to merge System V with BSD-based
SunOS
SunOS is a Unix-branded operating system developed by Sun Microsystems for their workstation and server computer systems. The ''SunOS'' name is usually only used to refer to versions 1.0 to 4.1.4, which were based on BSD, while versions 5.0 ...
to produce
Solaris, one of the primary System V descendants still in use today. Since the early 1990s, due to standardization efforts such as
POSIX and the success of
Linux
Linux ( or ) is a family of open-source Unix-like operating systems based on the Linux kernel, an operating system kernel first released on September 17, 1991, by Linus Torvalds. Linux is typically packaged as a Linux distribution, which i ...
, the division between System V and BSD has become less important.
Releases
SVR1
System V, known inside Bell Labs as Unix 5.0, succeeded AT&T's previous commercial Unix called
System III in January, 1983.
Unix 4.0 was never released externally, which would have been designated as System IV.
This first release of System V (called System V.0, System V Release 1, or SVR1) was developed by AT&T's UNIX Support Group (USG) and based on the Bell Labs internal USG UNIX 5.0.
System V also included features such as the
vi editor and
curses from 4.1 BSD, developed at the
University of California, Berkeley
The University of California, Berkeley (UC Berkeley, Berkeley, Cal, or California) is a public land-grant research university in Berkeley, California. Established in 1868 as the University of California, it is the state's first land-grant u ...
; it also improved performance by adding buffer and
inode caches. It also added support for
inter-process communication using messages,
semaphores, and
shared memory, developed earlier for the Bell-internal
CB UNIX.
SVR1 ran on
DEC PDP-11
The PDP-11 is a series of 16-bit minicomputers sold by Digital Equipment Corporation (DEC) from 1970 into the 1990s, one of a set of products in the Programmed Data Processor (PDP) series. In total, around 600,000 PDP-11s of all models were so ...
and
VAX minicomputers.
SVR2

AT&T's UNIX Support Group (USG) transformed into the UNIX System Development Laboratory (USDL), which released System V Release 2 in 1984. SVR2 added
shell functions and the
SVID. SVR2.4 added
demand paging,
copy-on-write,
shared memory, and record and
file locking.
The concept of the "porting base" was formalized, and the DEC
VAX-11/780 was chosen for this release. The "porting base" is the so-called original version of a release, from which all porting efforts for other machines emanate.
Educational source licenses for SVR2 were offered by AT&T for US$800 for the first CPU, and $400 for each additional CPU. A commercial source license was offered for $43,000, with three months of support, and a $16,000 price per additional CPU.
Apple Computer's
A/UX operating system was initially based on this release.
SCO XENIX also used SVR2 as its basis. The first release of
HP-UX
HP-UX (from "Hewlett Packard Unix") is Hewlett Packard Enterprise's proprietary implementation of the Unix operating system, based on Unix System V (initially System III) and first released in 1984. Current versions support HPE Integrit ...
was also an SVR2 derivative.
Maurice J. Bach's book, ''The Design of the UNIX Operating System'', is the definitive description of the SVR2 kernel.
SVR3
AT&T's UNIX System Development Laboratory (USDL) was succeeded by AT&T Information Systems (ATTIS), which distributed UNIX System V, Release 3, in 1987. SVR3 included
STREAMS,
Remote File Sharing Remote File Sharing (RFS) is a Unix operating system component for sharing resources, such as files, devices, and file system directories, across a network, in a network-independent manner, similar to a distributed file system. It was developed at B ...
(RFS), the File System Switch (FSS)
virtual file system
A virtual file system (VFS) or virtual filesystem switch is an abstract layer on top of a more concrete file system. The purpose of a VFS is to allow client applications to access different types of concrete file systems in a uniform way. A VFS ...
mechanism, a restricted form of
shared libraries
In computer science, a library is a collection of non-volatile resources used by computer programs, often for software development. These may include configuration data, documentation, help data, message templates, pre-written code and su ...
, and the
Transport Layer Interface (TLI) network
API. The final version was Release 3.2 in 1988, which added binary compatibility to
Xenix on Intel platforms (see
Intel Binary Compatibility Standard).
User interface improvements included the "layers" windowing system for the
DMD 5620 graphics terminal, and the SVR3.2
curses libraries that offered eight or more color pairs and other at this time important features (forms, panels, menus, etc.). The
AT&T 3B2 became the official "porting base."
SCO UNIX
Xinuos OpenServer, previously SCO UNIX and SCO Open Desktop (SCO ODT), is a closed source computer operating system developed by Santa Cruz Operation (SCO), later acquired by SCO Group, and now owned by Xinuos. Early versions of OpenServer we ...
was based upon SVR3.2, as was
ISC #REDIRECT ISC #REDIRECT ISC
{{redirect category shell, {{R from other capitalisation{{R from ambiguous page ...
{{redirect category shell, {{R from other capitalisation{{R from ambiguous page ...
386/ix. Among the more obscure distributions of SVR3.2 for the 386 were ESIX 3.2 by
Everex and "System V, Release 3.2" sold by Intel themselves; these two shipped "plain vanilla" AT&T's codebase.
IBM's
AIX operating system is an SVR3 derivative.
SVR4

System V Release 4.0 was announced on October 18, 1988 and was incorporated into a variety of commercial Unix products from early 1989 onwards.
A joint project of AT&T Unix System Laboratories and
Sun Microsystems
Sun Microsystems, Inc. (Sun for short) was an American technology company that sold computers, computer components, software, and information technology services and created the Java programming language, the Solaris operating system, ZFS, ...
, it combined technology from:
* SVR3
*
4.3BSD The History of the Berkeley Software Distribution begins in the 1970s.
1BSD (PDP-11)
The earliest distributions of Unix from Bell Labs in the 1970s included the source code to the operating system, allowing researchers at universities to modify an ...
*
Xenix
*
SunOS
SunOS is a Unix-branded operating system developed by Sun Microsystems for their workstation and server computer systems. The ''SunOS'' name is usually only used to refer to versions 1.0 to 4.1.4, which were based on BSD, while versions 5.0 ...
New features included:
* From BSD:
**
TCP/IP
The Internet protocol suite, commonly known as TCP/IP, is a framework for organizing the set of communication protocols used in the Internet and similar computer networks according to functional criteria. The foundational protocols in the suit ...
support
** Sockets
**
UFS
** Support for multiple groups
**
C shell
The C shell (csh or the improved version, tcsh) is a Unix shell created by Bill Joy while he was a graduate student at University of California, Berkeley in the late 1970s. It has been widely distributed, beginning with the 2BSD release of the B ...
* From SunOS:
**
Virtual file system
A virtual file system (VFS) or virtual filesystem switch is an abstract layer on top of a more concrete file system. The purpose of a VFS is to allow client applications to access different types of concrete file systems in a uniform way. A VFS ...
interface (replacing File System Switch in System V Release 3)
**
NFS
** New virtual memory system including support for
memory mapped files
** Improved shared library system based on the SunOS 4.x model
**
OpenWindows GUI environment
**
External Data Representation
External Data Representation (XDR) is a standard data serialization format, for uses such as computer network protocols. It allows data to be transferred between different kinds of computer systems. Converting from the local representation to ...
(XDR) and
ONC RPC
* From Xenix:
** x86
device driver
In computing, a device driver is a computer program that operates or controls a particular type of device that is attached to a computer or automaton. A driver provides a software interface to hardware devices, enabling operating systems and o ...
s
** Binary compatibility with Xenix (in the x86 version of System V)
*
KornShell
KornShell (ksh) is a Unix shell which was developed by David Korn at Bell Labs in the early 1980s and announced at USENIX on July 14, 1983. The initial development was based on Bourne shell source code. Other early contributors were Bell ...
*
ANSI X3J11 C compatibility
* Multi-National Language Support (MNLS)
* Better
internationalization
In economics, internationalization or internationalisation is the process of increasing involvement of enterprises in international markets, although there is no agreed definition of internationalization. Internationalization is a crucial strateg ...
support
* An
application binary interface
In computer software, an application binary interface (ABI) is an interface between two binary program modules. Often, one of these modules is a library or operating system facility, and the other is a program that is being run by a user.
An ...
(ABI) based on
Executable and Linkable Format
In computing, the Executable and Linkable FormatTool Interface Standard (TIS) Portable Formats SpecificationVersion 1.1'' (October 1993) (ELF, formerly named Extensible Linking Format), is a common standard file format for executable files, ob ...
(ELF)
* Support for standards such as
POSIX and
X/Open X/Open group (also known as the Open Group for Unix Systems and incorporated in 1987 as X/Open Company, Ltd.) was a consortium founded by several European UNIX systems manufacturers in 1984 to identify and promote open standards in the field of in ...
Many companies licensed SVR4 and bundled it with computer systems such as
workstation
A workstation is a special computer designed for technical or scientific applications. Intended primarily to be used by a single user, they are commonly connected to a local area network and run multi-user operating systems. The term ''worksta ...
s and
network servers. SVR4 systems vendors included
Atari (
Atari System V),
Commodore (
Amiga Unix
Amiga Unix (informally known as Amix) is a discontinued full port of AT&T Unix System V Release 4 operating system developed by Commodore-Amiga, Inc. in 1990 for the Amiga computer family as an alternative to AmigaOS, which shipped by default.
O ...
),
Data General (
DG/UX),
Fujitsu
is a Japanese multinational information and communications technology equipment and services corporation, established in 1935 and headquartered in Tokyo. Fujitsu is the world's sixth-largest IT services provider by annual revenue, and the la ...
(
UXP/DS),
Hitachi
() is a Japanese multinational corporation, multinational Conglomerate (company), conglomerate corporation headquartered in Chiyoda, Tokyo, Japan. It is the parent company of the Hitachi Group (''Hitachi Gurūpu'') and had formed part of the Ni ...
(HI-UX), Hewlett-Packard (HP-UX),
NCR (
Unix/NS),
NEC (
EWS-UX, UP-UX, UX/4800,
SUPER-UX),
OKI (OKI System V),
Pyramid Technology (
DC/OSx
DC/OSx (DataCenter/OSx) is a discontinued Unix operating system for MIPS based systems developed by Pyramid Technology. It ran on its Nile series of SMP machines and was a port of AT&T System V Release 4 (SVR4). In 1995, Pyramid Technology was a ...
),
SGI (
IRIX
IRIX ( ) is a discontinued operating system developed by Silicon Graphics (SGI) to run on the company's proprietary MIPS workstations and servers. It is based on UNIX System V with BSD extensions. In IRIX, SGI originated the XFS file system ...
),
Siemens (
SINIX Sinix may refer to:
* SINIX, computer operating system
* Şınıx
Şınıx (also, Shinykh and Shynykh) is a village and municipality in the Gadabay Rayon of Azerbaijan. It has a population of 917. The municipality consists of the villages of Şı ...
),
Sony
, commonly stylized as SONY, is a Japanese multinational conglomerate corporation headquartered in Minato, Tokyo, Japan. As a major technology company, it operates as one of the world's largest manufacturers of consumer and professional ...
(
NEWS-OS),
Sumitomo Electric Industries (SEIUX), and
Sun Microsystems
Sun Microsystems, Inc. (Sun for short) was an American technology company that sold computers, computer components, software, and information technology services and created the Java programming language, the Solaris operating system, ZFS, ...
(
Solaris) with
illumos in the 2010s as the only
open-source
Open source is source code that is made freely available for possible modification and redistribution. Products include permission to use the source code, design documents, or content of the product. The open-source model is a decentralized sof ...
platform.
Software porting houses also sold enhanced and supported
Intel x86 versions. SVR4 software vendors included
Dell
Dell is an American based technology company. It develops, sells, repairs, and supports computers and related products and services. Dell is owned by its parent company, Dell Technologies.
Dell sells personal computers (PCs), servers, data ...
(Dell UNIX),
Everex (ESIX), Micro Station Technology (SVR4),
Microport (SVR4), and UHC (SVR4).
The primary platforms for SVR4 were Intel x86 and
SPARC
SPARC (Scalable Processor Architecture) is a reduced instruction set computer (RISC) instruction set architecture originally developed by Sun Microsystems. Its design was strongly influenced by the experimental Berkeley RISC system developed ...
; the SPARC version, called Solaris 2 (or, internally,
SunOS
SunOS is a Unix-branded operating system developed by Sun Microsystems for their workstation and server computer systems. The ''SunOS'' name is usually only used to refer to versions 1.0 to 4.1.4, which were based on BSD, while versions 5.0 ...
5.x), was developed by Sun. The relationship between Sun and AT&T was terminated after the release of SVR4, meaning that later versions of Solaris did not inherit features of later SVR4.x releases. Sun would in 2005 release most of the source code for Solaris 10 (SunOS 5.10) as the
open-source
Open source is source code that is made freely available for possible modification and redistribution. Products include permission to use the source code, design documents, or content of the product. The open-source model is a decentralized sof ...
OpenSolaris project, creating, with its forks, the only open-source (albeit heavily modified) System V implementation available. After
Oracle
An oracle is a person or agency considered to provide wise and insightful counsel or prophetic predictions, most notably including precognition of the future, inspired by deities. As such, it is a form of divination.
Description
The wor ...
took over Sun, Solaris was Fork (software development), forked into proprietary release, but
illumos as the continuation project is being developed in open-source.
A consortium of Intel-based resellers including Unisys, International Computers Limited, ICL, NCR Corporation, and Olivetti developed SVR4.0MP with multiprocessing capability (allowing system calls to be processed from any processor, but interrupt servicing only from a "master" processor).
Release 4.1 ES (Enhanced Security) added security features required for Trusted Computer System Evaluation Criteria, Orange Book B2 compliance and Access Control Lists and support for dynamic loading of kernel modules.
SVR4.2 / UnixWare
In 1992, AT&T USL engaged in a joint venture with Novell, called Univel. That year saw the release System V.4.2 as Univel UnixWare, featuring the Veritas File System. Other vendors included UHC and Consensys. Release 4.2MP, completed late 1993, added support for multiprocessing and it was released as UnixWare 2 in 1995.
Eric S. Raymond warned prospective buyers about SVR4.2 versions, as they often did not include on-line man pages. In his 1994 buyers guide, he attributes this change in policy to Unix System Laboratories.
SVR5 / UnixWare 7
The Santa Cruz Operation (SCO), owners of Xenix, eventually acquired the UnixWare trademark and the distribution rights to the System V Release 4.2 codebase from Novell, while other vendors (Sun, IBM, HP) continued to use and extend System V Release 4. Novell transferred ownership of the Unix trademark to The Open Group.
System V Release 5 was developed in 1997 by the Santa Cruz Operation (SCO) as a merger of SCO OpenServer (an SVR3-derivative) and UnixWare, with a focus on large-scale servers.
It was released as SCO UnixWare 7. SCO's successor, The SCO Group, also based SCO OpenServer 6 on SVR5, but the codebase is not used by any other major developer or reseller.
SVR6 (cancelled)
System V Release 6 was announced by SCO to be released by the end of 2004, but was apparently cancelled. It was supposed to support 64-bit systems. SCO also discontinued Smallfoot in 2004. The industry has coalesced around The Open Group's Single UNIX Specification version 3 (Single UNIX Specification, UNIX 03).
Market position
Availability during the 1990s on x86 platforms
In the 1980s and 1990s, a variety of SVR4 versions of Unix were available commercially for the x86 PC platform. However, the market for commercial Unix on PCs declined after
Linux
Linux ( or ) is a family of open-source Unix-like operating systems based on the Linux kernel, an operating system kernel first released on September 17, 1991, by Linus Torvalds. Linux is typically packaged as a Linux distribution, which i ...
and BSD became widely available. In late 1994, Eric S. Raymond discontinued his ''PC-clone UNIX Software Buyer's Guide'' on USENET, stating, "The reason I am dropping this is that I run Linux now, and I no longer find the SVr4 market interesting or significant."
In 1998, a Halloween Documents, confidential memo at Microsoft stated, "Linux is on track to eventually own the x86 UNIX market", and further predicted, "I believe that Linux – moreso than Windows NT, NT – will be the biggest threat to SCO in the near future."
An ''InfoWorld'' article from 2001 characterized SCO UnixWare as having a "bleak outlook" due to being "trounced" in the market by Linux and Solaris, and IDC predicted that SCO would "continue to see a shrinking share of the market".
Project Monterey
Project Monterey was started in 1998 to combine major features of existing commercial Unix platforms, as a joint project of Compaq, IBM, Intel, SCO, and Sequent Computer Systems. The target platform was meant to be Intel's new IA-64 architecture and Itanium line of processors. However, the project was abruptly canceled in 2001 after little progress.
System V and the Unix market
By 2001, several major Unix variants such as SCO UnixWare, Compaq Tru64 UNIX, and SGI IRIX were all in decline.
The three major Unix versions doing well in the market were IBM AIX, Hewlett-Packard's HP-UX, and Sun's Solaris.
In 2006, when SGI declared bankruptcy, analysts questioned whether Linux would replace proprietary Unix altogether. In a 2006 article written for ''Computerworld'' by Mark Hall, the economics of Linux were cited as a major factor driving the migration from Unix to Linux:
The article also cites trends in high-performance computing applications as evidence of a dramatic shift from Unix to Linux:
In a November 2015 survey of the top 500 supercomputers, Unix was used by only 1.2% (all running IBM AIX), while Linux was used by 98.8%; the same survey in November 2017 reports 100% of them using Linux.
System V derivatives continued to be deployed on some proprietary server platforms. The principal variants of System V that remain in commercial use are AIX (IBM), Solaris (Oracle), and HP-UX (HP). According to a study done by International Data Corporation, IDC, in 2012 the worldwide Unix market was divided between IBM (56%), Oracle (19.2%), and HP (18.6%). No other commercial Unix vendor had more than 2% of the market. Industry analysts generally characterize proprietary Unix as having entered a period of slow but permanent decline.
OpenSolaris and illumos distributions

OpenSolaris and its derivatives are the only SVR4 descendants that are open-source software.
Core system software continues to be developed as
illumos used in Illumos#Current Illumos distributions, illumos distributions such as SmartOS, Omniosce, OpenIndiana and others.
System V compatibility
The System V interprocess communication mechanisms are available in Unix-like operating systems not derived from System V; in particular, in Linux
(a reimplementation of Unix) as well as the BSD derivative FreeBSD. POSIX 2008 specifies a replacement for these interfaces.
FreeBSD maintains a binary compatibility layer for the COFF format, which allows FreeBSD to execute binaries compiled for some SVR3.2 derivatives such as SCO UNIX and Interactive UNIX.
[Lehey, Greg. ''The Complete FreeBSD: Documentation from the Source.'' 2003. pp. 164-165] Modern System V, Linux, and BSD platforms use the Executable and Linkable Format, ELF file format for natively compiled binaries.
References
External links
PC-clone UNIX Software Buyer's Guideby
Eric S. Raymond (posted to USENET in 1994)
Unix FAQ - historyA Unix History Diagram- The original and continuously updated version of the Unix history, as published by O'Reilly Media, O'Reilly
{{DEFAULTSORT:Unix System V
UNIX System V,
Unix distributions
1983 software