summaryrefslogtreecommitdiffstats
path: root/cpukit/posix/inline (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* + Added routine to remove from namespace.Jennifer Averett1999-12-231-0/+13
|
* Added a routine to remove a semaphore name from its namespace.Jennifer Averett1999-11-181-0/+15
|
* Updated copyright notice.Joel Sherrill1999-11-177-14/+7
|
* Patch from Ralf Corsepius <corsepiu@faw.uni-ulm.de> to make fix bugJoel Sherrill1999-10-041-3/+3
| | | | where wrapup left pieces out of the librtemsall.a.
* Applied patch rtems-rc-19990820-6.diff.gz fromJoel Sherrill1999-09-071-0/+10
| | | | | Ralf Corsepius <corsepiu@faw.uni-ulm.de> which converted many Makefile.in's to Makefile.am's. This added a lot of files.
* updated copyright to 1998Joel Sherrill1998-02-177-7/+7
|
* 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