summaryrefslogtreecommitdiffstats
path: root/c/src/exec/posix/include (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* added constant for seconds between posix epoch (1970) and rtems epoch (1988).Joel Sherrill1996-06-031-0/+11
| | | | Formerly this constant was in the file src/time.c.
* commented out cancel handlers related items.Joel Sherrill1996-05-311-0/+3
|
* moved attribute related constants into the rtems specific sys/types.hJoel Sherrill1996-05-311-13/+0
| | | | file in newlib.
* posix initialization threads table was misnamed "posix initializationJoel Sherrill1996-05-292-14/+14
| | | | tasks table"
* first cut at pthread_createJoel Sherrill1996-05-291-3/+3
|
* added entry point for posix initialization threads to the posix initializationJoel Sherrill1996-05-291-2/+8
| | | | threads table structure
* split the inclusion of "EXTERN" data based on whether it was sapi,Joel Sherrill1996-05-288-10/+48
| | | | score, rtems api, or posix api related.
* added initial set of api extension calloutsJoel Sherrill1996-05-282-2/+16
|
* commented out interrupt supportJoel Sherrill1996-05-281-0/+2
|
* added maximum keysJoel Sherrill1996-05-281-0/+1
|
* added initial posix configuration supportJoel Sherrill1996-05-281-0/+51
|
* updates to fix typosJoel Sherrill1996-05-241-11/+14
|
* These files have been modified in the initial pass at getting the portionJoel Sherrill1996-05-223-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.
* SPARC port passes all testsJoel Sherrill1995-10-301-2/+1
|
* fixed missing CVS IDsJoel Sherrill1995-10-0612-0/+14
|
* posix support initially addedJoel Sherrill1995-09-2626-0/+3220