Changeset 6984a19 in rtems
- Timestamp:
- 03/17/98 18:50:14 (26 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- c78be42
- Parents:
- 3cffce87
- Location:
- doc/posix1003.1
- Files:
-
- 12 edited
Legend:
- Unmodified
- Added
- Removed
-
doc/posix1003.1/ch02.t
r3cffce87 r6984a19 20 20 21 21 @example 22 dev_t, Type, 23 gid_t, Type, 24 ino_t, Type, 25 mode_t, Type, 26 nlink_t, Type, 27 off_t, Type, 28 pid_t, Type, 29 pthread_t, Type, 30 pthread_attr_t, Type, 31 pthread_mutex_t, Type, 32 pthread_mutex_attr_t, Type, 33 pthread_cond_t, Type, 34 pthread_cond_attr_t, Type, 35 pthread_key_t, Type, 36 pthread_once_t, Type, 37 size_t, Type, 38 ssize_t, Type, 22 dev_t, Type, Implemented 23 gid_t, Type, Implemented 24 ino_t, Type, Implemented 25 mode_t, Type, Implemented 26 nlink_t, Type, Implemented 27 off_t, Type, Implemented 28 pid_t, Type, Implemented 29 pthread_t, Type, Implemented 30 pthread_attr_t, Type, Implemented 31 pthread_mutex_t, Type, Implemented 32 pthread_mutex_attr_t, Type, Implemented 33 pthread_cond_t, Type, Implemented 34 pthread_cond_attr_t, Type, Implemented 35 pthread_key_t, Type, Implemented 36 pthread_once_t, Type, Implemented 37 size_t, Type, Implemented 38 ssize_t, Type, Implemented 39 time_t, Type, Implemented 40 uid_t, Type, Implemented 39 41 @end example 42 43 NOTE: time_t is not listed in this section but is used by many functions. 40 44 41 45 @section Environment Description -
doc/posix1003.1/ch03.t
r3cffce87 r6984a19 55 55 56 56 @example 57 sigset_t, Type, 58 struct sigevent, Type, 59 union sigval, Type, 60 siginfo_t, Type, 57 sigset_t, Type, Implemented 58 struct sigevent, Type, Implemented 59 union sigval, Type, Implemented 60 siginfo_t, Type, Implemented 61 61 @end example 62 62 … … 81 81 @example 82 82 sigaction(), Function, Implemented 83 sigaction, Type, 83 sigaction, Type, Implemented 84 84 @end example 85 85 -
doc/posix1003.1/ch04.t
r3cffce87 r6984a19 74 74 75 75 @example 76 struct utsname, Type, 76 struct utsname, Type, Untested Implementation 77 77 uname(), Function, Untested Implementation 78 78 @end example … … 89 89 90 90 @example 91 struct tms, Type, 91 struct tms, Type, Implemented 92 92 times(), Function, Implemented 93 93 @end example -
doc/posix1003.1/ch05.t
r3cffce87 r6984a19 135 135 136 136 @example 137 struct utimbuf, Type, 137 struct utimbuf, Type, Unimplemented 138 138 utime(), Function, Unimplemented 139 139 @end example -
doc/posix1003.1/ch06.t
r3cffce87 r6984a19 84 84 85 85 @example 86 struct aiocb, Type, DummyImplementation86 struct aiocb, Type, Untested Implementation 87 87 @end example 88 88 -
doc/posix1003.1/ch08.t
r3cffce87 r6984a19 78 78 79 79 @example 80 FILE, Type, Implemented 80 81 clearerr(), Function, Implemented 81 82 fclose(), Function, Implemented … … 214 215 215 216 @example 217 sigjmp_buf, Type, Unimplemented 216 218 sigsetjmp(), Function, Unimplemented 217 219 siglongjmp(), Function, Unimplemented -
doc/posix1003.1/ch09.t
r3cffce87 r6984a19 16 16 17 17 @example 18 struct group, Type, 18 struct group, Type, Untested Implementation 19 19 getgrgid(), Function, Unimplemented 20 20 getgrgid_r(), Function, Unimplemented … … 26 26 27 27 @example 28 struct passwd, Type, 28 struct passwd, Type, Untested Implementation 29 29 getpwuid(), Function, Untested Implemented, assumes /etc/passwd exists 30 30 getpwuid_r(), Function, Unimplemented -
doc/posix1003.1/ch10.t
r3cffce87 r6984a19 14 14 15 15 @example 16 tar format, Type, 16 tar format, Type, Unimplemented 17 17 @end example 18 19 NOTE: Requires <tar.h> which is not in newlib. 18 20 19 21 @subsection Extended cpio Format 20 22 21 23 @example 22 cpio format, Type, 24 cpio format, Type, Unimplemented 23 25 @end example 26 27 NOTE: POSIX does not require a header file or structure. RedHat Linux 28 5.0 does not have a <cpio.h> although Solaris 2.6 does. 24 29 25 30 @subsection Multiple Volumes -
doc/posix1003.1/ch11.t
r3cffce87 r6984a19 10 10 11 11 @section Semaphore Characteristics 12 13 @example 14 sem_t, Type, Untested Implementation 15 @end example 12 16 13 17 @section Semaphore Functions -
doc/posix1003.1/ch13.t
r3cffce87 r6984a19 95 95 @end example 96 96 97 @section Synchronization Scheduling , Implemented97 @section Synchronization Scheduling 98 98 99 99 @subsection Mutex Initialization Scheduling Attributes -
doc/posix1003.1/ch15.t
r3cffce87 r6984a19 15 15 @example 16 16 mqd_t, Type, Untested Implementation 17 mq_attr, Type, Untested Implementation17 struct mq_attr, Type, Untested Implementation 18 18 @end example 19 19 -
doc/posix1003.1/posix1003_1.texi
r3cffce87 r6984a19 121 121 @c 122 122 123 @node Command and Variable Index, Concept Index, Thread Cancellation Chapter, Top123 @node Command and Variable Index, Concept Index, Overall Summary, Top 124 124 @unnumbered Command and Variable Index 125 125
Note: See TracChangeset
for help on using the changeset viewer.