Informatics & Computer    
   
Table of contents
(Prev) PortingPost Office Protocol (Next)

POSIX

POSIX (pron.: /ˈpɒzɪks/ POZ-iks), an acronym for "Portable Operating System Interface", is a family of standards specified by the IEEE for maintaining compatibility between operating systems. POSIX defines the application programming interface (API), along with command line shells and utility interfaces, for software compatibility with variants of Unix and other operating systems.[1][2]

Contents

Name

Originally, the name "POSIX" referred to IEEE Std 1003.1-1988, released in 1988. The family of POSIX standards is formally designated as IEEE 1003 and the international standard name is ISO/IEC 9945.

The standards, formerly known as IEEE-IX, emerged from a project that began circa 1985. Richard Stallman suggested the name POSIX in response to an IEEE request for a memorable name.[1]

Overview

The POSIX specifications for Unix-like operating system environments originally consisted of a single document for the core programming interface, but eventually grew to 19 separate documents (for example, POSIX.1, POSIX.2 etc.) [1]. The standardized user command line and scripting interface were based on the Korn shell[citation needed]. Many user-level programs, services, and utilities including awk, echo, ed were also standardized, along with required program-level services including basic I/O (file, terminal, and network) services. POSIX also defines a standard threading library API which is supported by most modern operating systems. Nowadays, most of POSIX parts are combined into a single standard, IEEE Std 1003.1-2008, also known as POSIX.1-2008.

As of 2009[update], POSIX documentation is divided in two parts:

  • POSIX.1-2008: POSIX Base Definitions, System Interfaces, and Commands and Utilities (which include POSIX.1, extensions for POSIX.1, Real-time Services, Threads Interface, Real-time Extensions, Security Interface, Network File Access and Network Process-to-Process Communications, User Portability Extensions, Corrections and Extensions, Protection and Control Utilities and Batch System Utilities)
  • POSIX Conformance Testing: A test suite for POSIX accompanies the standard: PCTS or the POSIX Conformance Test Suite.[3]

The development of the POSIX standard takes place in the Austin Group, a joint working group linking the Open Group and the ISO organization.

Versions

Parts before 1997

Before 1997, POSIX comprised several standards:

POSIX.1

  • POSIX.1, Core Services (incorporates Standard ANSI C) (IEEE Std 1003.1-1988)
    • Process Creation and Control
    • Signals
    • Floating Point Exceptions
    • Segmentation / Memory Violations
    • Illegal Instructions
    • Bus Errors
    • Timers
    • File and Directory Operations
    • Pipes
    • C Library (Standard C)
    • I/O Port Interface and Control
    • Process Triggers

POSIX.1b

  • POSIX.1b, Real-time extensions (IEEE Std 1003.1b-1993)
    • Priority Scheduling
    • Real-Time Signals
    • Clocks and Timers
    • Semaphores
    • Message Passing
    • Shared Memory
    • Asynch and Synch I/O
    • Memory Locking Interface

POSIX.1c

  • POSIX.1c, Threads extensions (IEEE Std 1003.1c-1995)
    • Thread Creation, Control, and Cleanup
    • Thread Scheduling
    • Thread Synchronization
    • Signal Handling

POSIX.2

Versions after 1997

After 1997, the Austin Group developed the POSIX revisions. The specifications are known under the name Single UNIX Specification, before they become a POSIX standard when formally approved by the ISO.

POSIX.1-2001

POSIX.1-2001 or IEEE Std 1003.1-2001 equates to the Single UNIX Specification version 3[4]

This standard consisted of:

  • the Base Definitions, Issue 6,
  • the System Interfaces and Headers, Issue 6,
  • the Commands and Utilities, Issue 6.

POSIX.1-2001 (with two TCs)

IEEE Std 1003.1-2004 involved a minor update of POSIX.1-2001. It incorporated two technical corrigenda.[5] Its contents are available on the web.[6]

POSIX.1-2008

As of 2009[update] POSIX.1-2008 or IEEE Std 1003.1-2008 represents the current version.[7][8] A free online copy is available.[9]

This standard consists of:

  • the Base Definitions, Issue 7,
  • the System Interfaces and Headers, Issue 7,
  • the Commands and Utilities, Issue 7.

Controversies

512- vs 1024-byte blocks

POSIX mandates 512-byte block sizes for the df and du utilities, reflecting the default size of blocks on disks. When Richard Stallman and the GNU team were implementing POSIX for the GNU operating system, they objected to this on the grounds that most people think in terms of 1024 byte (or 1 KiB) blocks. The environmental variable POSIXLY_CORRECT was introduced to force the standards-compliant behaviour.[10] The variable POSIX_ME_HARDER was also discussed[11] and was implemented in a few packages[citation needed] before being obsoleted by POSIXLY_CORRECT.

POSIX-oriented operating systems

Depending upon the degree of compliance with the standards, one can classify operating systems as fully or partly POSIX compatible. Certified products can be found at the IEEE's website.[12]

Fully POSIX-compliant

The following operating systems conform (i.e., are 100% compliant) to one or more of the various POSIX standards.

Mostly POSIX-compliant

The following, while not officially certified as POSIX compatible, comply in large part:

POSIX for Windows

  • Cygwin provides a largely POSIX-compliant development and run-time environment for Microsoft Windows.
    • MinGW, formerly a fork of Cygwin, provides less POSIX-compliant development environment and supports compatible C-programmed applications via Msvcrt, Microsoft's old Visual C runtime library.
  • Microsoft POSIX subsystem, an optional Windows subsystem included in Windows NT-based operating systems up to Windows 2000. Partial POSIX-1 — no threads, no sockets.
  • Interix, originally OpenNT by Softway Systems, Inc., is an upgrade and replacement for Microsoft POSIX subsystem that was purchased by Microsoft in 1999. It was initially marketed as a stand-alone add-on product and then later included it as a component in Windows Services for UNIX (SFU) and finally incorporated it as a component in Windows Vista and later Windows OS releases under the name "Subsystem for UNIX-based Applications" (SUA). It enables full POSIX compliance for certain Microsoft Windows products[citation needed].
  • UWIN from AT&T Research implements a POSIX layer on top of the Win32 APIs.
  • MKS Toolkit, originally created for MS-DOS, is a software package produced and maintained by MKS Inc. that provides a Unix-like environment for scripting, connectivity and porting Unix and Linux software to both 32- and 64-bit Microsoft Windows systems. A demonstration version of this was included in the first release of Windows Services for UNIX (SFU).[citation needed]

POSIX for OS/2

Mostly POSIX compliant environments for OS/2:

  • emx+gcc – largely POSIX compliant

POSIX for DOS

Partially POSIX compliant environments for DOS include:

  • emx+gcc – largely POSIX compliant
  • DJGPP – partially POSIX compliant

Compliant via compatibility feature

The following are not officially certified as POSIX compatible, but they conform in large part to the standards by implementing POSIX support via some sort of compatibility feature, usually translation libraries, or a layer atop the kernel. Without these features, they are usually noncompliant.

See also

References

  1. ^ a b "POSIX 1003.1 FAQ Version 1.12". 2 February 2006. http://www.opengroup.org/austin/paper s/posix_faq.html. Retrieved 16 July 2006.
  2. ^ "POSIX". Standards. IEEE. http://standards.ieee.org/regauth/pos ix/.
  3. ^ "POSIX". NIST. http://www.itl.nist.gov/div897/ctg/po six_form.htm.
  4. ^ "The Open Group announces completion of the joint revision to POSIX and the Single UNIX Specification" (Press release). The Open Group. 30 January 2002. http://www.unix.org/version3/pr.html. Retrieved 26 July 2009.
  5. ^ IEEE Std 1003.1 (2004 ed.), Unix.org, http://www.unix.org/version3/ieee_std .html, retrieved 26 July 2009
  6. ^ (2004 ed.), The Open Group, http://www.opengroup.org/onlinepubs/0 09695399/.
  7. ^ "Base Specifications, Issue 7". The Open Group. http://www.opengroup.org/bookstore/ca talog/c082.htm. Retrieved 27 July 2009.
  8. ^ "The Austin Common Standards Revision Group". The Open Group. http://www.opengroup.org/austin/. Retrieved 27 July 2009.
  9. ^ POSIX.1-2008, The Open Group, http://www.opengroup.org/onlinepubs/9 699919799/.
  10. ^ Announce (Google Groups replica), GNU, http://groups.google.com/group/gnu.an nounce/msg/6c6e20b57ddb1a82?pli=1.
  11. ^ Freedom, Innovation, and Convenience: The RMS Interview, Linuxdevcenter, 22 December 2004, http://www.linuxdevcenter.com/pub/a/l inux/2004/12/22/rms_interview.html?pa ge=2.
  12. ^ "POSIX Certification". IEEE. http://get.posixcertified.ieee.org/se arch_certprodlist.tpl?CALLER=cert_pro dlist.tpl.
  13. ^ "New UNIX®; 03 Certification for Apple Inc.". Register of Open Branded Products. The Open Group. http://www.opengroup.org/homepage-ite ms/c987.html. Retrieved 7 August 2012.
  14. ^ a b "IEEE Std. 1003.13-2003 PSE52", POSIX Certified, IEEE, http://get.posixcertified.ieee.org/ce rt_prodlist.tpl.
  15. ^ Schweik. "POSIX utilities". FreeBSD. http://people.freebsd.org/~schweikh/p osix-utilities.html.
  16. ^ "OpenVOS: Stratus Virtual Operating System". Stratus Technologies. http://www.stratus.com/Products/VSeri es-Continuum/OperatingSystems.aspx. Retrieved 18 October 2010.
  17. ^ "APE — ANSI/POSIX Environment". Plan 9. Bell Labs. http://plan9.bell-labs.com/sys/doc/ap e.html.
  18. ^ "POSIX Compatibility". MS Windows NT Workstation Resource Kit. Microsoft. http://www.microsoft.com/technet/arch ive/ntwrkstn/reskit/poscomp.mspx.

External links

(Prev) PortingPost Office Protocol (Next)