summaryrefslogtreecommitdiffstats
path: root/cpukit/posix/include (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* mutex.h: promoted out _POSIX_Mutex_From_core_mutex_statusMark Johannes1996-08-121-0/+12
|
* added ss_high_priority field to support sporadic server.Joel Sherrill1996-08-081-0/+1
|
* switched from "STATIC INLINE" to "RTEMS_INLINE_ROUTINE"Joel Sherrill1996-07-038-32/+32
|
* fields for init threads stuff said tasks.Joel Sherrill1996-06-141-2/+2
|
* config.h: added maximum_queued_signals.Joel Sherrill1996-06-132-1/+4
| | | | psignal.h: fixed typo.
* added prototype for manager initialization routine.Joel Sherrill1996-06-131-0/+2
|
* deleted field for signals_global_pending.Joel Sherrill1996-06-111-1/+0
|
* new file.Joel Sherrill1996-06-111-1/+1
|
* added psignal.hJoel Sherrill1996-06-101-0/+13
|
* *** empty log message ***Joel Sherrill1996-06-101-1/+1
|
* in newlib nowJoel Sherrill1996-06-061-0/+4
|
* added Sporadic_timer field to support sporadic serverJoel Sherrill1996-06-061-0/+1
|
* added comments to priority.h to document the definition of posix priorityJoel Sherrill1996-06-052-2/+6
| | | | | | and how it corresponds to rtems core priority. Schedule was renamed schedparam
* added scheduling policy and parameter informationJoel Sherrill1996-06-041-0/+3
|
* added thread queue for list of threads waiting to join.Joel Sherrill1996-06-031-0/+2
|
* deleted POSIX threads typedef masking Thread_ControlJoel Sherrill1996-06-032-11/+6
|
* renamed _POSIX_Time_Spec_to_interval to _POSIX_Timespec_to_intervalJoel Sherrill1996-06-031-1/+15
|
* 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
|
* 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
|
* These files have been modified in the initial pass at getting the portionJoel Sherrill1996-05-221-1/+1
| | | | | | | | | 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-068-0/+9
|
* posix support initially addedJoel Sherrill1995-09-2622-0/+2435