summaryrefslogtreecommitdiffstats
path: root/doc/new_chapters/posix_users.texi
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>1998-08-03 18:30:21 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>1998-08-03 18:30:21 +0000
commit832e33c5ec020e2e24e85f8945ed0ab21fb2ff52 (patch)
tree49bcf2be23d30b0df21327c8a36ed358c34797ba /doc/new_chapters/posix_users.texi
parentUnder allcoated task stacks. (diff)
downloadrtems-832e33c5ec020e2e24e85f8945ed0ab21fb2ff52.tar.bz2
Added many new chapters
Diffstat (limited to '')
-rw-r--r--doc/new_chapters/posix_users.texi40
1 files changed, 32 insertions, 8 deletions
diff --git a/doc/new_chapters/posix_users.texi b/doc/new_chapters/posix_users.texi
index 615949abfe..3fe66ed75c 100644
--- a/doc/new_chapters/posix_users.texi
+++ b/doc/new_chapters/posix_users.texi
@@ -86,15 +86,27 @@ END-INFO-DIR-ENTRY
@include preface.texi
@include process.texi
+@include signal.texi
@include procenv.texi
@include files.texi
-@include thread.texi
-@include signal.texi
+@include io.texi
+@include device.texi
+@include cspecific.texi
+@include systemdb.texi
+@include semaphores.texi
@include mutex.texi
@include cond.texi
-@include key.texi
-@include clock.texi
+@include memorymgmt.texi
@include sched.texi
+@include clock.texi
+@include message.texi
+@include thread.texi
+@include key.texi
+@include cancel.texi
+@include eventlog.texi
+@include dumpcontrol.texi
+@include confspace.texi
+@include adminiface.texi
@ifinfo
@node Top, Preface, (dir), (dir)
@top posix_users_new
@@ -104,15 +116,27 @@ This is the online version of the RTEMS POSIX API User's Guide
@menu
* Preface::
* Process Creation and Execution Manager::
+* Signal Manager::
* Process Environment Manager::
* Files and Directories Manager::
-* Thread Manager::
-* Signal Manager::
+* Input and Output Primitives Manager::
+* Device- and Class- Specific Functions Manager::
+* Language-Specific Services for the C Programming Language Manager::
+* System Databases Manager::
+* Semaphores Manager::
* Mutex Manager::
* Condition Variable Manager::
-* Key Manager::
-* Clock Manager::
+* Memory Management Manager::
* Scheduler Manager::
+* Clock Manager::
+* Message Passing Manager::
+* Thread Manager::
+* Key Manager::
+* Thread Cancellation Manager::
+* Event Logging Manager::
+* Process Dump Control Manager::
+* Configuration Space Manager::
+* Administration Interface Manager::
* Command and Variable Index::
* Concept Index::
@end menu