summaryrefslogtreecommitdiffstats
path: root/cpukit/posix/inline (unfollow)
Commit message (Collapse)AuthorFilesLines
2002-12-092002-12-09 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius1-26/+0
* include/Makefile.am: Remove. * inline/Makefile.am: Remove. * macros/Makefile.am: Remove. * src/Makefile.am: Remove. * Makefile.am: Merge-in removed Makefile.ams. * configure.ac: Reflect changes above.
2002-12-062002-12-06 Vladimir Nesic <vnesic@dkts.co.yu>Joel Sherrill1-9/+30
* inline/rtems/posix/cond.inl, macros/rtems/posix/cond.inl: Implemented PTHREAD_COND_INITIALIZER support. Vladimir implemented the inline version and Joel adapted it to the macro version.
2002-06-172002-06-17 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius1-1/+1
* include/Makefile.am: Include $(top_srcdir)/../automake/*.am. * Makefile.am: Include $(top_srcdir)/../automake/*.am. Use ../aclocal. * inline/Makefile.am: Include $(top_srcdir)/../automake/*.am. * macros/Makefile.am: Include $(top_srcdir)/../automake/*.am. * src/Makefile.am: Include $(top_srcdir)/../automake/*.am.
2002-04-262001-04-26 Joel Sherrill <joel@OARcorp.com>Joel Sherrill1-1/+40
* include/rtems/posix/mqueue.h, inline/rtems/posix/mqueue.inl, src/mqueue.c, src/mqueueclose.c, src/mqueuecreatesupp.c, src/mqueuegetattr.c, src/mqueuenotify.c, src/mqueueopen.c, src/mqueuerecvsupp.c, src/mqueuesendsupp.c, src/mqueuesetattr.c: Per PR81 reworked to add a message queue descriptor separate from the underlying message queue. This allows non-blocking to follow the "open" not the underlying queue.
2002-03-282002-03-27 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Joel Sherrill1-1/+0
* configure.ac: AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS). AM_INIT_AUTOMAKE([no-define foreign 1.6]). * src/Makefile.am: Remove AUTOMAKE_OPTIONS. * Makefile.am: Remove AUTOMAKE_OPTIONS. * include/Makefile.am: Remove AUTOMAKE_OPTIONS. * inline/Makefile.am: Remove AUTOMAKE_OPTIONS. * macros/Makefile.am: Remove AUTOMAKE_OPTIONS.
2002-01-162001-01-16 Joel Sherrill <joel@OARcorp.com>Joel Sherrill1-1/+1
* inline/rtems/posix/mutex.inl (_POSIX_Mutex_Get_support): Corrected name of routine in header.
2001-10-162001-10-16 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Joel Sherrill1-3/+20
* include/sys/Makefile.am: Remove. * include/rtems/Makefile.am: Remove. * include/rtems/posix/Makefile.am: Remove. * include/Makefile.am: Handle subdirs. * inline/rtems/Makefile.am: Remove. * inline/rtems/posix/Makefile.am: Remove. * inline/Makefile.am: Handle subdirs. * macros/rtems/Makefile.am: Remove. * macros/rtems/posix/Makefile.am: Remove. * macros/Makefile.am: Handle subdirs. * configure.ac: Reflect changes above.
2001-01-222001-01-22 Michael Hamel <mhamel@adi.co.nz>Joel Sherrill1-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-302000-11-30 Joel Sherrill <joel@OARcorp.com>Joel Sherrill1-1/+2
* inline/rtems/posix/mqueue.inl: Removed explicit dependency on abs().
2000-08-252000-08-25 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill1-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.
2000-07-06Added support for converting a mutex id to a pointer and returningJoel Sherrill1-21/+39
with interrupts disabled.
2000-06-12Merged from 4.5.0-beta3aJoel Sherrill1-3/+6
2000-04-13Patch rtems-rc-4.5.0-13-cvs.diff from Ralf Corsepius <corsepiu@faw.uni-ulm.de>.Joel Sherrill3-0/+6
adds .cvsignore.
2000-01-05Added priority conversion between POSIX and core.Jennifer Averett1-2/+17
1999-12-23+ Added routine to remove from namespace.Jennifer Averett1-0/+13
1999-11-18Added a routine to remove a semaphore name from its namespace.Jennifer Averett1-0/+15
1999-11-17Updated copyright notice.Joel Sherrill7-14/+7
1999-10-04Patch from Ralf Corsepius <corsepiu@faw.uni-ulm.de> to make fix bugJoel Sherrill1-3/+3
where wrapup left pieces out of the librtemsall.a.
1999-09-07Applied patch rtems-rc-19990820-6.diff.gz fromJoel Sherrill1-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.
1998-02-17updated copyright to 1998Joel Sherrill7-7/+7
1997-10-08Fixed typo in the pointer to the license terms.Joel Sherrill7-14/+14
1997-08-22Added commit about missing support for condition initializer.Joel Sherrill1-0/+1
1997-04-22headers updated to reflect new style copyright notice as partJoel Sherrill7-35/+35
of switching to the modified GNU GPL.
1997-04-15Reduced number of POSIX thread priorities from 255 to 254 to avoid conflictsJoel Sherrill1-3/+3
of lowest priority with the RTEMS IDLE thread. This was causing the lowest priority GNAT Ada task to never run.
1996-08-12_POSIX_Mutex_Get: made null id an errorJoel Sherrill1-0/+5
1996-07-03switched from "STATIC INLINE" to "RTEMS_INLINE_ROUTINE"Joel Sherrill8-32/+32
1996-06-05added comments to to document the definition of posix priorityJoel Sherrill1-0/+8
and how it corresponds to rtems core priority.
1996-06-03deleted POSIX threads typedef masking Thread_ControlJoel Sherrill1-9/+8
added initial version of pthread_detach and pthread_join
1996-05-29cleaned up spacing and parenthesesJoel Sherrill1-2/+2
1995-10-06fixed missing CVS IDsJoel Sherrill1-0/+3
1995-09-26posix support initially addedJoel Sherrill8-0/+557