Changeset 6984a19 in rtems


Ignore:
Timestamp:
03/17/98 18:50:14 (26 years ago)
Author:
Joel Sherrill <joel.sherrill@…>
Branches:
4.10, 4.11, 4.8, 4.9, 5, master
Children:
c78be42
Parents:
3cffce87
Message:

Completed status pass on functions and data types.

Location:
doc/posix1003.1
Files:
12 edited

Legend:

Unmodified
Added
Removed
  • doc/posix1003.1/ch02.t

    r3cffce87 r6984a19  
    2020
    2121@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,
     22dev_t, Type, Implemented
     23gid_t, Type, Implemented
     24ino_t, Type, Implemented
     25mode_t, Type, Implemented
     26nlink_t, Type, Implemented
     27off_t, Type, Implemented
     28pid_t, Type, Implemented
     29pthread_t, Type, Implemented
     30pthread_attr_t, Type, Implemented
     31pthread_mutex_t, Type, Implemented
     32pthread_mutex_attr_t, Type, Implemented
     33pthread_cond_t, Type, Implemented
     34pthread_cond_attr_t, Type, Implemented
     35pthread_key_t, Type, Implemented
     36pthread_once_t, Type, Implemented
     37size_t, Type, Implemented
     38ssize_t, Type, Implemented
     39time_t, Type, Implemented
     40uid_t, Type, Implemented
    3941@end example
     42
     43NOTE: time_t is not listed in this section but is used by many functions.
    4044
    4145@section Environment Description
  • doc/posix1003.1/ch03.t

    r3cffce87 r6984a19  
    5555
    5656@example
    57 sigset_t, Type,
    58 struct sigevent, Type,
    59 union sigval, Type,
    60 siginfo_t, Type,
     57sigset_t, Type, Implemented
     58struct sigevent, Type, Implemented
     59union sigval, Type, Implemented
     60siginfo_t, Type, Implemented
    6161@end example
    6262
     
    8181@example
    8282sigaction(), Function, Implemented
    83 sigaction, Type,
     83sigaction, Type, Implemented
    8484@end example
    8585
  • doc/posix1003.1/ch04.t

    r3cffce87 r6984a19  
    7474
    7575@example
    76 struct utsname, Type,
     76struct utsname, Type, Untested Implementation
    7777uname(), Function, Untested Implementation
    7878@end example
     
    8989
    9090@example
    91 struct tms, Type,
     91struct tms, Type, Implemented
    9292times(), Function, Implemented
    9393@end example
  • doc/posix1003.1/ch05.t

    r3cffce87 r6984a19  
    135135
    136136@example
    137 struct utimbuf, Type,
     137struct utimbuf, Type, Unimplemented
    138138utime(), Function, Unimplemented
    139139@end example
  • doc/posix1003.1/ch06.t

    r3cffce87 r6984a19  
    8484
    8585@example
    86 struct aiocb, Type, Dummy Implementation
     86struct aiocb, Type, Untested Implementation
    8787@end example
    8888
  • doc/posix1003.1/ch08.t

    r3cffce87 r6984a19  
    7878
    7979@example
     80FILE, Type, Implemented
    8081clearerr(), Function, Implemented
    8182fclose(), Function, Implemented
     
    214215
    215216@example
     217sigjmp_buf, Type, Unimplemented
    216218sigsetjmp(), Function, Unimplemented
    217219siglongjmp(), Function, Unimplemented
  • doc/posix1003.1/ch09.t

    r3cffce87 r6984a19  
    1616
    1717@example
    18 struct group, Type,
     18struct group, Type, Untested Implementation
    1919getgrgid(), Function, Unimplemented
    2020getgrgid_r(), Function, Unimplemented
     
    2626
    2727@example
    28 struct passwd, Type,
     28struct passwd, Type, Untested Implementation
    2929getpwuid(), Function, Untested Implemented, assumes /etc/passwd exists
    3030getpwuid_r(), Function, Unimplemented
  • doc/posix1003.1/ch10.t

    r3cffce87 r6984a19  
    1414
    1515@example
    16 tar format, Type,
     16tar format, Type, Unimplemented
    1717@end example
     18
     19NOTE: Requires <tar.h> which is not in newlib.
    1820
    1921@subsection Extended cpio Format
    2022
    2123@example
    22 cpio format, Type,
     24cpio format, Type, Unimplemented
    2325@end example
     26
     27NOTE: POSIX does not require a header file or structure.  RedHat Linux
     285.0 does not have a <cpio.h> although Solaris 2.6 does.
    2429
    2530@subsection Multiple Volumes
  • doc/posix1003.1/ch11.t

    r3cffce87 r6984a19  
    1010
    1111@section Semaphore Characteristics
     12
     13@example
     14sem_t, Type, Untested Implementation
     15@end example
    1216
    1317@section Semaphore Functions
  • doc/posix1003.1/ch13.t

    r3cffce87 r6984a19  
    9595@end example
    9696
    97 @section Synchronization Scheduling, Implemented
     97@section Synchronization Scheduling
    9898
    9999@subsection Mutex Initialization Scheduling Attributes
  • doc/posix1003.1/ch15.t

    r3cffce87 r6984a19  
    1515@example
    1616mqd_t, Type, Untested Implementation
    17 mq_attr, Type, Untested Implementation
     17struct mq_attr, Type, Untested Implementation
    1818@end example
    1919
  • doc/posix1003.1/posix1003_1.texi

    r3cffce87 r6984a19  
    121121@c
    122122
    123 @node Command and Variable Index, Concept Index, Thread Cancellation Chapter, Top
     123@node Command and Variable Index, Concept Index, Overall Summary, Top
    124124@unnumbered Command and Variable Index
    125125
Note: See TracChangeset for help on using the changeset viewer.