summaryrefslogtreecommitdiffstats
path: root/cpukit/rtems/src/msg.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* rtems: Canonicalize Doxygen @file commentsSebastian Huber2020-12-021-2/+3
* Canonicalize config.h includeSebastian Huber2020-04-161-1/+1
* score: Static Objects_Information initializationSebastian Huber2018-12-141-50/+33
* score: Remove Objects_Information::is_stringSebastian Huber2018-12-071-2/+1
* score: Simplify _Objects_Initialize_information()Sebastian Huber2016-04-211-5/+1
* Optional Classic Message Queue initializationSebastian Huber2016-02-031-6/+10
* Change all references of rtems.com to rtems.org.Chris Johns2014-03-211-1/+1
* score: Create object implementation headerSebastian Huber2013-07-261-1/+0
* score: Create mpci implementation headerSebastian Huber2013-07-261-3/+0
* score: Create states implementation headerSebastian Huber2013-07-261-1/+0
* score: Merge sysstate API into one fileSebastian Huber2013-07-241-1/+0
* rtems: Create attr implementation headerSebastian Huber2013-07-231-1/+1
* score: Create message queue implementation headerSebastian Huber2013-07-221-1/+1
* rtems: Create message queue implementation headerSebastian Huber2013-07-221-1/+1
* rtems misc: Clean up Doxygen GCI Task #4Alex Ivanov2012-12-041-14/+7
* Remove All CVS Id Strings Possible Using a ScriptJoel Sherrill2012-05-111-2/+0
* 2011-07-24 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2011-07-241-2/+1
* Whitespace removal.Ralf Corsepius2009-11-301-1/+1
* Eliminate TRUE/FALSE.Ralf Corsepius2009-01-061-2/+2
* 2008-12-17 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2008-12-171-12/+12
* Include config.h.Ralf Corsepius2005-01-181-0/+4
* 2004-03-29 Ralf Corsepius <ralf_corsepius@rtems.org>Ralf Corsepius2004-03-291-1/+1
* 2003-09-04 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2003-09-041-1/+1
* 2003-01-10 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2003-01-101-2/+2
* 2002-07-01 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2002-07-011-7/+12
* Updated copyright notice.Joel Sherrill1999-11-171-2/+1
* Forgot to actually remove the routines. :)Joel Sherrill1999-05-171-748/+0
* Cleaned up some multiprocessing issues.Joel Sherrill1999-05-171-17/+15
* Unlimited objects patch from Chris Johns <ccj@acm.org>. Email follows:Joel Sherrill1999-03-171-15/+17
* Corrected ifdef on RTEMS_MULTIPROCESSING so the queue is actually closed.Joel Sherrill1998-12-031-2/+4
* Added --disable-multiprocessing flag and modified a lot of files to makeJoel Sherrill1998-11-231-22/+77
* updated copyright to 1998Joel Sherrill1998-02-171-1/+1
* Fixed typo in the pointer to the license terms.Joel Sherrill1997-10-081-2/+2
* Added rtems_message_queue_get_number_pending directive.Joel Sherrill1997-07-311-0/+50
* headers updated to reflect new style copyright notice as partJoel Sherrill1997-04-221-5/+5
* Suggested changes from Mark Jordan which eliminate warnings and errorsJoel Sherrill1996-12-021-1/+1
* typos fixedJoel Sherrill1995-10-311-1/+1
* posix support initially addedJoel Sherrill1995-09-261-9/+9
* More file movementJoel Sherrill1995-09-211-1/+1
* Minor bug fixes to get all targets compilable and running. TheJoel Sherrill1995-09-191-325/+199
* The word "RTEMS" almost completely removed from the core.Joel Sherrill1995-09-111-47/+61
* Added unused priority ceiling parameter to rtems_semaphore_create.Joel Sherrill1995-08-281-3/+9
* Moved _Thread_Information -> _RTEMS_tasks_Information.Joel Sherrill1995-08-231-1/+2
* Support for variable length names added to Object Handler. This supportsJoel Sherrill1995-08-231-8/+18
* make inline and macro implementations matchJoel Sherrill1995-08-221-9/+15
* + Added object type field to object id.Joel Sherrill1995-08-181-1/+2
* variable length messagesJoel Sherrill1995-08-171-88/+182
* Initial revisionJoel Sherrill1995-05-111-0/+708