| advertise add site services publishers database health videos | ![]() | about toolbar stats live show health store more stuff JOIN/LOGIN |
"Linux API" redirects here. Linux API may also refer to Linux Kernel API. POSIX (pronounced /ˈpɒzɪks/) or "Portable Operating System Interface [for Unix]"[1] is the name of a family of related standards specified by the IEEE to define the application programming interface (API), along with shell and utilities interfaces for software compatible with variants of the Unix operating system, although the standard can apply to any operating system.
[edit] NameOriginally, the name "POSIX" stood for IEEE Std 1002.1-1989, released, as the name suggests, in 1989. The family of POSIX standards is formally designated as IEEE 1002 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.[2] [edit] OverviewThe POSIX specifications for user and software interfaces to an operating system originally consisted of 17 separate documents.[3] The standardized user command line and scripting interface were based on the Korn shell. 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 10 out of these 17 parts are combined into a single standard, IEEE Std 1003.1-2008, also known as POSIX:2008. As of 2009[update] POSIX documentation is divided in two parts:
A test suite for POSIX accompanies the standard: PCTS or the POSIX Conformance Test Suite.[4] The development of the POSIX standard takes place in the Austin Group, a joint working group linking the Open Group and the ISO organization. The Austin Group has produced all POSIX revisions since 2000. [edit] Versions[edit] Parts before 1997Before 1997, POSIX comprised several standards: [edit] POSIX.1
[edit] POSIX.1b
[edit] POSIX.1c
[edit] POSIX.2
[edit] Versions after 1997After 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. [edit] POSIX:2001POSIX:2001 or IEEE Std 1003.1-2001 equates to the Single UNIX Specification version 3[5] This standard consisted of:
[edit] POSIX:2004POSIX:2004 or IEEE Std 1003.1-2004 involved a minor update of POSIX:2001. It incorporated two technical corrigenda.[6] Its contents are available on the web [1]. [edit] POSIX:2008As of 2009[update] POSIX:2008 or IEEE Std 1003.1-2008 represents the current version.[7][8] The web has a copy of the specification at http://www.opengroup.org/onlinepubs/9699919799/. This standard consists of:
[edit] Controversies[edit] 512- vs 1024-byte blocksPOSIX 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 what would become GNU/Linux, they objected to this on the grounds that most people think in terms of 1024 byte (or 1k) blocks. The environmental variable POSIXLY_CORRECT was introduced to force the standards-compliant behaviour.[9] The variable POSIX_ME_HARDER was also discussed[10] and was implemented in a few packages[11] before being obsoleted by POSIXLY_CORRECT. [edit] POSIX-oriented operating systemsDepending 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] [edit] Fully POSIX-compliant
The following operating systems conform (i.e., are 100% compliant) to one or more of the various POSIX standards.
[edit] Mostly POSIX-compliant
The following, while not officially certified as POSIX compatible, conform in large part:
[edit] POSIX for Windows
[edit] POSIX for OS/2Mostly POSIX compliant environments for OS/2:
[edit] POSIX for DOSPartially POSIX compliant environments for DOS include: [edit] Compliant via compatibility featureThe following lack official certification 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.
[edit] Industrial resources
[edit] See also
[edit] References
[edit] External links
|
| ↑ top of page ↑ | about thumbshots |