GSoC/GCI Archive
Google Code-in 2010 Haiku

Identify Missing/Incorrect POSIX Functionality in sys/

completed by: Hamish Morrison

mentors: Philippe Houdoin

tp://dev.haiku-os.org/ticket/4947

Haiku is missing quite a bit of POSIX functionality (mandatory and optional), some is not implemented correctly, others are exposed in the wrong header. This is a research to identify those issues:

  • Make a complete POSIX header list of headers/posix/sys/
  • Iterate through the sys/ headers ( http://dev.haiku-os.org/browser/haiku/trunk/headers/posix/sys ) an compare them with the specification ( http://www.opengroup.org/onlinepubs/9699919799/).
These are the ones that should be compared: