Posix Spec

Question about which tools to use, bugs, the best way to implement a function, etc should go here. Don't forget to see if your question is answered in the wiki first! When in doubt post here.
Post Reply
pini

Posix Spec

Post by pini »

Does anyone know where i can find the POSIX Specs ?
User avatar
Pype.Clicker
Member
Member
Posts: 5964
Joined: Wed Oct 18, 2006 2:31 am
Location: In a galaxy, far, far away
Contact:

Re:Posix Spec

Post by Pype.Clicker »

iirc, they're not available for free and must be ordered at posix org. or something ... maybe things have change, though ...

http://www.unix.org/single_unix_specification/ is not really POSIX, but it appears to be a superset of POSIX specifications ... not really an answer, but probably a good (but huge) resource.

more precisely, http://www.unix-systems.org/what_is_unix/unixv2.pdf holds a table of what functions are mandatory in the POSIX specifications out of the huge Single Unix specifications ... by cross referencing with manual pages or single HTML pages of the Single Unix specification, you may get something close to what you'd like to have.

hope it'll help.
pini

Re:Posix Spec

Post by pini »

The PDF will be very helpful. (damned! there's a lot of things to implement :))
Thank you for your help, Pype
User avatar
Solar
Member
Member
Posts: 7615
Joined: Thu Nov 16, 2006 12:01 pm
Location: Germany
Contact:

Re:Posix Spec

Post by Solar »

On a related note, be aware that...


On the upside, an OS developed to implement the POSIX standard will be much easier than a roll-your-own, including the ability to run POSIX (Unix, *BSD, Linux) software with minimal adjustments.

On the downside, you might get hard pressed to tell where your POSIX OS is unique / better than just-another-Unix-derivative.
Every good solution is obvious once you've found it.
Post Reply