summaryrefslogtreecommitdiffstats
path: root/cpukit/posix/inline/rtems (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* Fixed typo in the pointer to the license terms.Joel Sherrill1997-10-087-14/+14
|
* Added commit about missing support for condition initializer.Joel Sherrill1997-08-221-0/+1
|
* headers updated to reflect new style copyright notice as partJoel Sherrill1997-04-227-35/+35
| | | | of switching to the modified GNU GPL.
* Reduced number of POSIX thread priorities from 255 to 254 to avoid conflictsJoel Sherrill1997-04-151-3/+3
| | | | | of lowest priority with the RTEMS IDLE thread. This was causing the lowest priority GNAT Ada task to never run.
* _POSIX_Mutex_Get: made null id an errorJoel Sherrill1996-08-121-0/+5
|
* switched from "STATIC INLINE" to "RTEMS_INLINE_ROUTINE"Joel Sherrill1996-07-038-32/+32
|
* added comments to to document the definition of posix priorityJoel Sherrill1996-06-051-0/+8
| | | | and how it corresponds to rtems core priority.
* deleted POSIX threads typedef masking Thread_ControlJoel Sherrill1996-06-031-9/+8
| | | | added initial version of pthread_detach and pthread_join
* cleaned up spacing and parenthesesJoel Sherrill1996-05-291-2/+2
|
* fixed missing CVS IDsJoel Sherrill1995-10-061-0/+3
|
* posix support initially addedJoel Sherrill1995-09-268-0/+557