[RTEMS Project] #3918: Add section to POSIX Users and POSIX Compliance Guide on Unsupportable Methods

RTEMS trac trac at rtems.org
Thu Mar 26 19:37:02 UTC 2020


#3918: Add section to POSIX Users and POSIX Compliance Guide on Unsupportable
Methods
----------------------------+--------------------------
  Reporter:  Joel Sherrill  |      Owner:  (none)
      Type:  defect         |     Status:  new
  Priority:  normal         |  Milestone:
 Component:  doc            |    Version:
  Severity:  normal         |   Keywords:  small, tasks
Blocked By:                 |   Blocking:
----------------------------+--------------------------
 There are some methods RTEMS cannot support. For example, fork(), exec(),
 and posix_spawn() require multiple processes which RTEMS is not designed
 to support.

 In the Compliance Guide, a new code (unsupportable?) will have to be added
 to the spreadsheet. The Python script that processes this into the
 document will have to be enhanced to recognize this.

 In the POSIX Users Guide, add a chapter "Unsupportable Methods" which has
 a section per header file and subsections for each reason a class of
 methods defined in that header file cannot be supported.

 Hopefully, capturing this information will help users and prevent
 developers from rediscovering why something is not supported and can not
 be.

--
Ticket URL: <http://devel.rtems.org/ticket/3918>
RTEMS Project <http://www.rtems.org/>
RTEMS Project


More information about the bugs mailing list