Single UNIX Specification

Single UNIX Specification

The Single UNIX Specification (SUS) is the collective name of a family of standards for computer operating systems to qualify for the name "Unix". The SUS is developed and maintained by the Austin Group, based on earlier work by the IEEE and The Open Group.

History

The SUS emerged from a mid-1980s project to standardize operating system interfaces for software designed for variants of the Unix operating system. The need for standardization arose because enterprises using computers wanted to be able to develop programs that could be used on the computer systems of different manufacturers without reimplementing the programs. Unix was selected as the basis for a standard system interface partly because it was manufacturer-neutral. These standards became in 1988 IEEE 1003 (also registered as ISO/IEC 9945), or POSIX, which loosely stands for Portable Operating System Interface for uniX.

In the early 1990s, a separate effort known as the Common API Specification or Spec 1170 was initiated by several major vendors, who formed the COSE alliance in the wake of the Unix wars. This specification became more popular because it was available at no cost, whereas the IEEE charged a substantial fee for access to the POSIX specification.

Beginning in 1998, a joint working group known as the Austin Group began to develop the combined standard that would be known as the Single UNIX Specification Version 3; it was released on January 30, 2002. [cite press release
url = http://www.unix.org/version3/pr.html
title = The Open Group announces completion of the joint revision to POSIX and the Single UNIX Specification
accessdate = 2007-12-13
date = January 30 2002
publisher = The Open Group
]

pecification

The user and software interfaces to the OS are specified in four main sections:

* Base Definitions - a list of definitions and conventions used in the specifications and a list of C header files which must be provided by compliant systems.
* Shell and Utilities - a list of utilities and a description of the shell, sh.
* System Interfaces - a list of available C system calls which must be provided.
* Rationale - the explanation behind the standard.

The standard user command line and scripting interface is the POSIX shell, an extension of the Bourne Shell based on an early version of the Korn Shell. Other user-level programs, services and utilities include awk, echo, ed, vi, and hundreds of others. Required program-level services include basic I/O (file, terminal, and network) services.

A test suite accompanies the standard. It is called PCTS or the Posix Certification Test Suite.

Note that a system need not include source code derived in any way from AT&T Unix to meet the specification. For instance, IBM OS/390, now z/OS, qualifies as a "Unix" despite no code in common.

Marks for compliant systems

There are two official marks for conforming systems
* UNIX 98 - the mark for systems conforming to version 2 of the SUS (partial compliance)
* UNIX 03 - the mark for systems conforming to version 3 of the SUS (full compliance)

Older UNIX standards (superseded)
* UNIX93 (completely superseded)
* UNIX95 (compliance still acceptable for some simpler software subsystems)

Compliance

AIX

AIX 5L V5.2 with some updates, and AIX 5L V5.3, are registered as UNIX 03 compliant. AIX 5L V5.2 is registered as UNIX 98 compliant.

HP/UX

HP-UX 11i V3 Release B.11.31 is registered as UNIX 03 compliant. Previous releases are registered as UNIX 95.

Mac OS X

Mac OS X v10.5 "Leopard", released on October 26, 2007, is an Open Brand UNIX 03 registered product when run on Intel processors. [cite web|publisher=Apple Inc.|title=Mac OS X Leopard - Technology - UNIX|url=http://www.apple.com/macosx/leopard/technology/unix.html |work=Leopard Technology Overview|accessdate=2007-06-11|quote=Leopard is now an Open Brand UNIX 03 Registered Product, conforming to the SUSv3 and POSIX 1003.1 specifications for the C API, Shell Utilities, and Threads.] [cite web|author=The Open Group|title=Mac OS X Version 10.5 Leopard on Intel-based Macintosh computers certification|url=http://www.opengroup.org/openbrand/register/brand3555.htm|accessdate=2007-06-12]

CO

UnixWare 7.1.3 is registered as UNIX 95 compliant.
SCO OpenServer 5 is registered as UNIX 93 compliant.

olaris

Solaris 10 is registered as UNIX 03 compliant on 32-bit and 64-bit x86 and SPARC systems. Solaris 8 and 9 are registered as UNIX 98 compliant on the same platforms, except that they do not include support for 64-bit x86 systems.

Solaris 2.5.1 was also registered as UNIX 95 compliant on the PReP PowerPC platform in 1996, but the product was withdrawn before more than a few dozen copies had been sold. [ [http://www.ocf.berkeley.edu/solaris/versions/solaris/2.5.1.html Solaris 2.5.1 ] ]

Tru64 UNIX

Tru64 UNIX V5.1A and later are registered as UNIX 98 compliant.

z/OS

IBM z/OS prior to 1.9 is registered as UNIX 95 compliant.

IBM has announced that z/OS 1.9, released on September 28,2007, will "better align" with UNIX 03 (partial or full compliance is unclear thus far). [cite web
url = http://www-306.ibm.com/common/ssi/rep_ca/8/897/ENUS207-018/ENUS207018.PDF
title = Preview: IBM z/OS V1.9 advanced infrastructure solutions for your business needs
accessdate = 2007-06-11
date = February 6, 2007
pages = pp. 4, 15
format = PDF
publisher = IBM
]

Other compliant systems

Other operating systems registered as UNIX 95 or UNIX 93 compliant:
*NCR UNIX SVR4
*NEC UX/4800

Non-registered Unix-like systems

Vendors of Unix-like systems such as Linux and BSD do not typically certify their distributions, as the cost of certification and the rapidly changing nature of such distributions make the process too expensive to sustain. [cite web|publisher=The Open Group|title= The Open Brand Fee Schedule|url=http://www.opengroup.org/openbrand/Brandfees.htm|accessdate=2007-05-11| Lists fees required to use UNIX brand]

BSD

No freely available BSD system has been registered as SUS compliant.

FreeBSD has a "C99 and POSIX Conformance Project" [http://www.freebsd.org/projects/c99/] which aims for full compliance with a large subset of the SUS.

Darwin is an open source operating system:it is essentially the open source subset of Mac OS X.Darwin is compliant with the SUS 03 [http://developer.apple.com/documentation/Darwin/Reference/Manpages/man5/compat.5.html] .

Linux

In the usenet newsgroup [news:///comp.os.minix comp.os.minix] Linus Torvalds has stated in a thread (which is now known as the Tanenbaum-Torvalds debate) that the Linux kernel is designed to be as POSIX-conforming as possible, although he coded Linux before he obtained a copy of the standards, basing its system call behaviors on man pages from existing Unix systems, but this post referred to pre-1.0 Linux in 1992.

The Linux Standard Base was formed in 2001 as an attempt to standardize the internal structures of Linux-based system for increased compatibility. It is based on, and also extends in several areas, the POSIX specifications, Single UNIX Specification, and other open standards. It is de facto accepted and followed by many Linux distributions.Fact|date=May 2007

Further reading

*

ee also

* Unix wars
* Native POSIX Thread Library for a Linux-specific implementation of the popular POSIX threads library
* Functional specification
* UNIX manual
* Open system (computing)
* Open standard

References

External links

* [http://www.unix.org/what_is_unix/single_unix_specification.html The Single UNIX Specification]
* [http://www.opengroup.org/onlinepubs/009695399/ Text of the Single UNIX Specification, Version 3]
* [http://www.pasc.org/ The Portable Application Standards Committee]
* [http://www.opengroup.org/openbrand/register/ Register of products certified for the UNIX and other Open Group brands]
* [http://livinginternet.com/i/iw_unix_war.htm Unix-Wars] (Living Internet)
* [http://www.faqs.org/docs/artu/ch17s02.html Unix Standards] (Eric S. Raymond, "The Art of Unix Programming")


Wikimedia Foundation. 2010.

Игры ⚽ Поможем решить контрольную работу

Look at other dictionaries:

  • Single UNIX Specification — (SUS) est un nom désignant un ensemble de spécifications permettant de certifier un système d exploitation comme étant un Unix. Il est basé sur la norme POSIX, à laquelle il ajoute quelques éléments. Le SUS est développé et maintenu par l Austin… …   Wikipédia en Français

  • Single UNIX Specification — (SUS)  общее название для семейства стандартов, которым должна удовлетворять операционная система, чтобы называться «Unix». SUS разрабатывается и поддерживается Austin Group на основе предыдущих разработок IEEE и The Open Group. Содержание 1 …   Википедия

  • Single Unix Specification — Para otros usos del término SUS ,, véase SUS(desambiguación). Single Unix Specification (Especificación Única de Unix), es el nombre colectivo de una familia de estándares para sistemas operativos que establecen los requisitos para que un sistema …   Wikipedia Español

  • Single Unix Specification — Die Single UNIX Specification (SUS) ist der Oberbegriff für eine Familie von Standards für Computer Betriebssysteme, die durch deren Erfüllung den Markennamen UNIX® tragen dürfen. Die SUS wird von The Austin Common Standards Revision Group… …   Deutsch Wikipedia

  • Single Unix Specification — POSIX® (англ. Portable Operating System Interface for Unix  Переносимый интерфейс операционных систем Unix)  набор стандартов, описывающих интерфейсы между операционной системой и прикладной программой. Стандарт создан для обеспечения… …   Википедия

  • Unix — (officially trademarked as UNIX, sometimes also written as Unix with small caps) is a computer operating system originally developed in 1969 by a group of AT T employees at Bell Labs, including Ken Thompson, Dennis Ritchie, Douglas McIlroy, and… …   Wikipedia

  • UNIX — Ken Thompson und Dennis Ritchie Basisdaten Entwickler …   Deutsch Wikipedia

  • Unix — (registrado oficialmente como UNIX®) es un sistema operativo portable, multitarea y multiusuario; desarrollado, en principio, en 1969 por un grupo de empleados de los laboratorios Bell de AT T, entre los que figuran Ken Thompson, Dennis Ritchie y …   Wikipedia Español

  • Unix — Kommandozeile (Unix Prompt) Basisdaten Entwickler Ken Thompso …   Deutsch Wikipedia

  • UNIX — UNIX, parfois écrit « Unix », avec des petites capitales, est un système d exploitation multitâche et multi utilisateur créé en 1969, conceptuellement ouvert et fondé sur une approche par laquelle il offre de nombreux petits outils… …   Wikipédia en Français

Share the article and excerpts

Direct link
Do a right-click on the link above
and select “Copy Link”