summaryrefslogtreecommitdiffstats
path: root/c/src/exec/posix/include (unfollow)
Commit message (Collapse)AuthorFilesLines
1996-06-03added constant for seconds between posix epoch (1970) and rtems epoch (1988).Joel Sherrill1-0/+11
Formerly this constant was in the file src/time.c.
1996-05-31commented out cancel handlers related items.Joel Sherrill1-0/+3
1996-05-31moved attribute related constants into the rtems specific sys/types.hJoel Sherrill1-13/+0
file in newlib.
1996-05-29posix initialization threads table was misnamed "posix initializationJoel Sherrill2-14/+14
tasks table"
1996-05-29first cut at pthread_createJoel Sherrill1-3/+3
1996-05-29added entry point for posix initialization threads to the posix initializationJoel Sherrill1-2/+8
threads table structure
1996-05-28split the inclusion of "EXTERN" data based on whether it was sapi,Joel Sherrill8-10/+48
score, rtems api, or posix api related.
1996-05-28added initial set of api extension calloutsJoel Sherrill2-2/+16
1996-05-28commented out interrupt supportJoel Sherrill1-0/+2
1996-05-28added maximum keysJoel Sherrill1-0/+1
1996-05-28added initial posix configuration supportJoel Sherrill1-0/+51
1996-05-24updates to fix typosJoel Sherrill1-11/+14
1996-05-22These files have been modified in the initial pass at getting the portionJoel Sherrill3-11/+29
of the POSIX API necessary to support the GNAT runtime to initially compile. We now have verified that the specifications for the necessary routines are correct per the POSIX standards we have. The removed files were moved to newlib as they were duplicates of files already included there.
1995-10-30SPARC port passes all testsJoel Sherrill1-2/+1
1995-10-06fixed missing CVS IDsJoel Sherrill12-0/+14
1995-09-26posix support initially addedJoel Sherrill26-0/+3220