summaryrefslogtreecommitdiffstats
path: root/cpukit/posix/inline/rtems (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 2001-01-16 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2002-01-161-1/+1
| | | | | * inline/rtems/posix/mutex.inl (_POSIX_Mutex_Get_support): Corrected name of routine in header.
* 2001-01-22 Michael Hamel <mhamel@adi.co.nz>Joel Sherrill2001-01-221-1/+1
| | | | | | | | * include/rtems/posix/semaphore.h, inline/rtems/posix/semaphore.inl, src/ptimer1.c, include/rtems/posix/semaphore.h, inline/rtems/posix/semaphore.inl, src/alarm.c, src/ptimer1.c, src/semaphorenametoid.c, src/semopen.c, src/semunlink.c: Modifications to make CodeWarrior happy.
* 2000-11-30 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2000-11-301-1/+2
| | | | * inline/rtems/posix/mqueue.inl: Removed explicit dependency on abs().
* 2000-08-25 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill2000-08-251-0/+90
| | | | | | | | * inline/rtems/posix/timer.inl, include/rtems/posix/timer.h, inline/rtems/posix/Makefile.am, src/ptimer1.c: Redid the style of src/ptimer1.c. Continued effort to make the POSIX Timer implementation match that of other managers. Added data structures required to use SuperCore Object Handler.
* Added support for converting a mutex id to a pointer and returningJoel Sherrill2000-07-061-21/+39
| | | | with interrupts disabled.
* Merged from 4.5.0-beta3aJoel Sherrill2000-06-121-3/+6
|
* Patch rtems-rc-4.5.0-13-cvs.diff from Ralf Corsepius <corsepiu@faw.uni-ulm.de>.Joel Sherrill2000-04-132-0/+4
| | | | adds .cvsignore.
* Added priority conversion between POSIX and core.Jennifer Averett2000-01-051-2/+17
|
* + 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
|
* 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