POSIX
POSIX (/ˈpɒzɪks/ POZ-iks), an acronym for Portable Operating System Interface,[1] is a family of standards specified by the IEEE Computer Society 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.[2][3]
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 emerged from a project that began circa 1985. Richard Stallman suggested the name POSIX to the IEEE instead of former IEEE-IX. The committee found it more easily pronounceable and memorable, and thus adopted it.[2][4][better source needed]
Overview
The POSIX specifications for Unix-like operating systems originally consisted of a single document for the core programming interface, but eventually grew to 19 separate documents (POSIX.1, POSIX.2, etc.).[5] The standardized user command line and scripting interface were based on the Bourne Shell.[6][not in citation given] 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 2014[update], POSIX documentation is divided in two parts:
- POSIX.1, 2013 Edition: 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. This is POSIX 1003.1-2008 with Technical Corrigendum 1.)
- POSIX Conformance Testing: A test suite for POSIX accompanies the standard: VSX-PCTS or the VSX POSIX Conformance Test Suite.[7]
The development of the POSIX standard takes place in the Austin Group, a joint working group linking the IEEE, The Open Group and the ISO/IEC JTC 1 organizations.
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
- POSIX.2, Shell and Utilities (IEEE Std 1003.2-1992)
- Command Interpreter
- Utility Programs
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[8]
This standard consisted of:
- the Base Definitions, Issue 6,
- the System Interfaces and Headers, Issue 6,
- the Commands and Utilities, Issue 6.
POSIX.1-2004 (with two TCs)
IEEE Std 1003.1-2004 involved a minor update of POSIX.1-2001. It incorporated two technical corrigenda.[9] Its contents are available on the web.[10]
POSIX.1-2008 (with one TC)
As of 2014[update] POSIX.1-2008 with TC1 or IEEE Std 1003.1, 2013 edition represents the current version.[11][12] A free online copy is available.[13]
This standard consists of:
- the Base Definitions, Issue 7,
- the System Interfaces and Headers, Issue 7,
- the Commands and Utilities, Issue 7,
- the Rationale volume.
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 environment variable POSIXLY_CORRECT was introduced to allow the user to force the standards-compliant behaviour.[14] The variable name POSIX_ME_HARDER was also discussed.[15] The variable POSIXLY_CORRECT is now also used for a number of other behaviour quirks, where “POSIX and common sense disagree”.[citation needed]
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.[16]
POSIX-certified
Some versions of the following operating systems have been certified to conform to one or more of the various POSIX standards. This means that they passed the automated conformance tests.[17]
- AIX[18]
- HP-UX[19]
- IRIX[20]
- OS X (since 10.5 Leopard)[21][22][discuss]
- Solaris[23]
- Tru64[19]
- UnixWare[24]
- QNX Neutrino[25]
- Inspur K-UX[26]
Mostly POSIX-compliant
![]() |
This section requires expansion. (January 2007)
|
The following, while not officially certified as POSIX compatible, comply in large part:
- BeOS (and subsequently Haiku)
- Contiki
- Darwin (core of OS X and iOS)
- FreeBSD[27]
- illumos
- Linux (most distributions — see Linux Standard Base)
- MINIX (now MINIX3)
- NetBSD
- Nucleus RTOS
- NuttX
- OpenBSD
- OpenSolaris[28]
- PikeOS RTOS for embedded systems with optional PSE51 and PSE52 partitions; see partition (mainframe)
- RTEMS – POSIX API support designed to IEEE Std. 1003.13-2003 PSE52
- Sanos
- SkyOS
- Syllable
- VSTa
- VxWorks (VxWorks is often used as a shell around non-posix Kernels i.e. TiMOS/SROS )
- Android (Available through Android NDK)[citation needed]
- MPE/iX[29]
POSIX for Windows
- Cygwin provides a largely POSIX-compliant development and run-time environment for Microsoft Windows.
- MinGW, a fork of Cygwin, provides a 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. POSIX-1 as it stood in 1990 revision, without threads or 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 Server 2003 R2 and later Windows OS releases under the name "Subsystem for UNIX-based Applications" (SUA); later made deprecated in 2012 (Windows 8)[30] and dropped in 2013 (2012 R2, 8.1). 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 subset of it was included in the first release of Windows Services for UNIX (SFU) in 1998.[31]
- Windows C Runtime Library and Windows Sockets API implement commonly used POSIX API functions for file, time, environment, and socket access,[32] although the support remains largely incomplete and not fully interoperable with POSIX-compliant implementations.[33][34][discuss]
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
- DR-DOS multitasking core via EMM386 /MULTI - a POSIX threads frontend API extension is available
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.
- eCos – POSIX is part of standard distribution, and used by many applications. 'external links' section below has more information.
- MorphOS (through the built-in ixemul library)
- OpenVMS (through optional POSIX package)
- Plan 9 from Bell Labs APE - ANSI/POSIX Environment[35]
- RIOT (through optional POSIX module)
- Symbian OS with PIPS (PIPS Is POSIX on Symbian)
- Windows NT kernel when using Microsoft SFU 3.5 or SUA
- Windows 2000 Server or Professional with Service Pack 3 or later. To be POSIX compliant, one must activate optional features of Windows NT and Windows 2000 Server.[36]
- Windows XP Professional with Service Pack 1 or later
- Windows Server 2003
- Windows Server 2008 and Ultimate and Enterprise versions of Windows Vista
- Windows Server 2008 R2 and Ultimate and Enterprise versions of Windows 7
- albeit deprecated, still available for Windows Server 2012 and Enterprise version of Windows 8
- z/OS (certified as compliant)
See also
- POSIX signal
- POSIX Threads
- POSIX sockets are basically Berkeley sockets[citation needed]
- TRON project – alternative OS standards to POSIX
- Common User Access – User interface standard
- Interix – a full-featured POSIX and Unix environment subsystem for Microsoft's Windows NT-based operating systems
- C POSIX library
- Real-time operating system
- Portable character set
References
- ↑ "POSIX.1 FAQ". The Open Group. 5 October 2011.<templatestyles src="Module:Citation/CS1/styles.css"></templatestyles>
- ↑ 2.0 2.1 "POSIX 1003.1 FAQ Version 1.12". 2 February 2006. Retrieved 16 July 2006.<templatestyles src="Module:Citation/CS1/styles.css"></templatestyles>
- ↑ "POSIX". Standards. IEEE.<templatestyles src="Module:Citation/CS1/styles.css"></templatestyles>
- ↑ "The origin of the name POSIX". 2011. Retrieved 28 September 2013.<templatestyles src="Module:Citation/CS1/styles.css"></templatestyles>
- ↑ PASC Status (including POSIX) (Report). IEEE Computer Society. 4 December 2003. Retrieved 1 March 2015.<templatestyles src="Module:Citation/CS1/styles.css"></templatestyles>
- ↑ http://pubs.opengroup.org/onlinepubs/9699919799/
- ↑ "POSIX". The Open Group.<templatestyles src="Module:Citation/CS1/styles.css"></templatestyles>
- ↑ "The Open Group announces completion of the joint revision to POSIX and the Single UNIX Specification" (Press release). The Open Group. 30 January 2002. Retrieved 26 July 2009.<templatestyles src="Module:Citation/CS1/styles.css"></templatestyles>
- ↑ "IEEE Std 1003.1" (2004 ed.). Unix.org. Retrieved 26 July 2009<templatestyles src="Module:Citation/CS1/styles.css"></templatestyles>
- ↑ "IEEE Std 1003.1" (2004 ed.). The Open Group Cite journal requires
|journal=
(help)<templatestyles src="Module:Citation/CS1/styles.css"></templatestyles>. - ↑ "Base Specifications, Issue 7, 2013 Edition". The Open Group. Retrieved 18 December 2014.<templatestyles src="Module:Citation/CS1/styles.css"></templatestyles>
- ↑ "The Austin Common Standards Revision Group". The Open Group. Retrieved 27 July 2009.<templatestyles src="Module:Citation/CS1/styles.css"></templatestyles>
- ↑ "Posix.1-2013". The Open Group. Cite journal requires
|journal=
(help)<templatestyles src="Module:Citation/CS1/styles.css"></templatestyles>. - ↑ "Announce" (Google Groups replica). GNU Cite journal requires
|journal=
(help)<templatestyles src="Module:Citation/CS1/styles.css"></templatestyles>. - ↑ "Freedom, Innovation, and Convenience: The RMS Interview". Linuxdevcenter. 22 December 2004 Cite journal requires
|journal=
(help)<templatestyles src="Module:Citation/CS1/styles.css"></templatestyles>. - ↑ "POSIX Certification". IEEE.<templatestyles src="Module:Citation/CS1/styles.css"></templatestyles>
- ↑ http://get.posixcertified.ieee.org/docs/POSIX_Certification_Guide.html#Howto. Missing or empty
|title=
(help)<templatestyles src="Module:Citation/CS1/styles.css"></templatestyles> - ↑ "IBM". The Open Group. Retrieved 26 January 2014.<templatestyles src="Module:Citation/CS1/styles.css"></templatestyles>
- ↑ 19.0 19.1 "Hewlett-Packard". The Open Group. Retrieved 26 January 2014.<templatestyles src="Module:Citation/CS1/styles.css"></templatestyles>
- ↑ "Silicon Graphics, Inc". The Open Group. Retrieved 26 January 2014.<templatestyles src="Module:Citation/CS1/styles.css"></templatestyles>
- ↑ "The Open Brand - Register of Certified Products". Register of Open Branded Products. The Open Group. Retrieved 20 May 2015.<templatestyles src="Module:Citation/CS1/styles.css"></templatestyles>
- ↑ "Apple Inc". Register of Open Branded Products. The Open Group. Retrieved 20 May 2015.<templatestyles src="Module:Citation/CS1/styles.css"></templatestyles>
- ↑ "Oracle Corporation". The Open Group. Retrieved 26 January 2014.<templatestyles src="Module:Citation/CS1/styles.css"></templatestyles>
- ↑ "UnixWare ® 7.1.3 and later". The Open Group. 16 May 2003.<templatestyles src="Module:Citation/CS1/styles.css"></templatestyles>
- ↑ http://www.qnx.com/news/pr_2862_1.html. Missing or empty
|title=
(help)<templatestyles src="Module:Citation/CS1/styles.css"></templatestyles> - ↑ "Register of Open Branded Products". www.opengroup.org. Retrieved 5 January 2016.<templatestyles src="Module:Citation/CS1/styles.css"></templatestyles>
- ↑ Schweik. "POSIX utilities". FreeBSD.<templatestyles src="Module:Citation/CS1/styles.css"></templatestyles>
- ↑ Solter, Nicholas A.; Jelinek, Jerry; Miner, David (21 March 2011). OpenSolaris Bible. John Wiley & Sons. ISBN 9781118080313.<templatestyles src="Module:Citation/CS1/styles.css"></templatestyles>
- ↑ Enterprise, I. D. G. (7 November 1994). Computerworld. IDG Enterprise.<templatestyles src="Module:Citation/CS1/styles.css"></templatestyles>
- ↑ Features Removed or Deprecated in Windows Server 2012
- ↑ Windows NT Services for UNIX Add-On Pack for NT 4; see also the November '98 press release for MKS toolkit 6.1, also archived elsewhere
- ↑ "MSDN Library: Deprecated CRT Functions". Microsoft. Retrieved 8 October 2015.<templatestyles src="Module:Citation/CS1/styles.css"></templatestyles>
- ↑ "MSDN Library: Porting Socket Applications to Winsock". Microsoft. Retrieved 8 October 2015.<templatestyles src="Module:Citation/CS1/styles.css"></templatestyles>
- ↑ "Winsock Programmer's FAQ Articles: BSD Sockets Compatibility". Warren Young. 31 August 2015. Retrieved 8 October 2015.<templatestyles src="Module:Citation/CS1/styles.css"></templatestyles>
- ↑ "APE — ANSI/POSIX Environment". Plan 9. Bell Labs.<templatestyles src="Module:Citation/CS1/styles.css"></templatestyles>
- ↑ "POSIX Compatibility". MS Windows NT Workstation Resource Kit. Microsoft.<templatestyles src="Module:Citation/CS1/styles.css"></templatestyles>
External links
![]() |
Wikimedia Commons has media related to POSIX. |
- "The Austin Group". The Open Group Cite journal requires
|journal=
(help)<templatestyles src="Module:Citation/CS1/styles.css"></templatestyles>. - "The Portable Application Standards Committee"<templatestyles src="Module:Citation/CS1/styles.css"></templatestyles>
- "POSIX Certification Authority". IEEE Cite journal requires
|journal=
(help)<templatestyles src="Module:Citation/CS1/styles.css"></templatestyles>. - "The UNIX System" (home page). The Open Group Cite journal requires
|journal=
(help)<templatestyles src="Module:Citation/CS1/styles.css"></templatestyles> - "Base Specifications". Posix.1-2008. The Open Group<templatestyles src="Module:Citation/CS1/styles.css"></templatestyles>
- "What could have been IEEE 1003.1e/2c". Tuxomania Cite journal requires
|journal=
(help)<templatestyles src="Module:Citation/CS1/styles.css"></templatestyles>
- Articles with inconsistent citation formats
- CS1 errors: missing periodical
- Pages with citations lacking titles
- Pages with citations having bare URLs
- Use dmy dates from October 2012
- Articles lacking reliable references from March 2014
- All articles with failed verification
- Articles with failed verification from September 2015
- Articles containing potentially dated statements from 2014
- Articles with unsourced statements from September 2014
- Articles to be expanded from January 2007
- Articles using small message boxes
- Articles with unsourced statements from December 2014
- Articles with unsourced statements from March 2011
- Articles with unsourced statements from January 2012
- Commons category link is defined as the pagename
- ISO standards
- IEC standards
- IEEE standards
- Application programming interfaces
- POSIX