summaryrefslogtreecommitdiffstats
path: root/posix-compliance/preface.rst
diff options
context:
space:
mode:
authorJoel Sherrill <joel@rtems.org>2018-02-14 17:16:00 -0600
committerJoel Sherrill <joel@rtems.org>2018-03-09 13:23:48 -0600
commit9c9ba8f8bce5ad05bc0affbca74e73bc7e8fe20d (patch)
tree25de474c4f17c8fe5f6fa540ce09bd2eb98ef1d5 /posix-compliance/preface.rst
parentc-user: Fix simple SMP scheduler limits (diff)
downloadrtems-docs-9c9ba8f8bce5ad05bc0affbca74e73bc7e8fe20d.tar.bz2
posix-compliance: Add description of standards
Diffstat (limited to 'posix-compliance/preface.rst')
-rw-r--r--posix-compliance/preface.rst20
1 files changed, 15 insertions, 5 deletions
diff --git a/posix-compliance/preface.rst b/posix-compliance/preface.rst
index 48505d3..31f0a28 100644
--- a/posix-compliance/preface.rst
+++ b/posix-compliance/preface.rst
@@ -26,8 +26,18 @@ a sensible fashion for an embedded environment while not returning
``ENOSYS`` (for not implemented) makes it significantly easier to port
code from a UNIX environment without modifying it.
-Each chapter in this document presents the alignment of RTEMS with
-a specific standard version or defined profile. Each section with a
-chapter details the alignment of a specific header file relative to the
-chapter's standard or profile. The implementation status of the items
-required by the standard are listed.
+In general, adding missing methods is always an open project for a
+volunteer. If considering addressing missing methods, please discuss
+this on mailing list. Some are properly implemented in the Newlib
+C Standard Library used by RTEMS. Others may require target architecture
+specific implementations. Still others may be impossible to implement
+without multiple processes or can only be implemented in a restricted
+fashion.
+
+The next chapter in this document describes each of the standards
+with which the RTEMS alignment is tracked. Each subsequent chapter in
+this document presents the alignment of RTEMS with a specific standard
+version or defined profile. Each section with a chapter details the
+alignment of a specific header file relative to the chapter's standard
+or profile. The implementation status of the items required by the
+standard are listed.