summaryrefslogtreecommitdiffstats
path: root/cpukit/score/src/coremsg.c (unfollow)
Commit message (Expand)AuthorFilesLines
2022-02-28score/src/[a-m]*.c: Change license to BSD-2Joel Sherrill1-3/+22
2020-12-02score: Canonicalize Doxygen @file commentsSebastian Huber1-3/+5
2020-09-28rtems: Add rtems_message_queue_construct()Sebastian Huber1-7/+10
2020-09-28score: Simplify CORE_message_queue_BufferSebastian Huber1-4/+9
2020-09-28score: Improve _CORE_message_queue_Initialize()Sebastian Huber1-5/+5
2020-09-28score: Gather message queue control initializationSebastian Huber1-16/+11
2020-09-28score: Fix allocation size calculationSebastian Huber1-51/+23
2020-09-28score: Use RTEMS_ALIGN_UP()Sebastian Huber1-3/+4
2020-04-16Canonicalize config.h includeSebastian Huber1-1/+1
2019-04-04doxygen: Rename Score* groups in RTEMSScore*Sebastian Huber1-1/+1
2017-01-31score: Add _Thread_queue_Object_nameSebastian Huber1-1/+1
2016-05-04confdefs.h: Fix message queue size estimateSebastian Huber1-17/+13
2016-05-02score: Move message notificationSebastian Huber1-1/+1
2016-03-29score: Remove Thread_queue_Queue::operations fieldSebastian Huber1-9/+11
2015-05-19score: Delete Thread_queue_Control::timeout_statusSebastian Huber1-2/+1
2015-04-23score: Delete Thread_queue_Control::stateSebastian Huber1-2/+0
2014-03-21Change all references of rtems.com to rtems.org.Chris Johns1-1/+1
2013-07-26score: Create threadq implementation headerSebastian Huber1-1/+0
2013-07-26score: Create states implementation headerSebastian Huber1-6/+2
2013-07-22score: Create message queue implementation headerSebastian Huber1-1/+1
2012-11-28score misc: Clean up Doxygen #3 (GCI 2012)Alex Ivanov1-26/+7
2012-08-31coremsg.c: Clean up and comment improvementJoel Sherrill1-7/+13
2012-05-11Remove All CVS Id Strings Possible Using a ScriptJoel Sherrill1-2/+0
2011-07-082011-07-08 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill1-5/+26
2009-11-29Whitespace removal.Ralf Corsepius1-10/+10
2009-09-132009-09-13 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill1-9/+5
2009-09-112009-09-11 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill1-1/+3
2008-12-22Eliminate TRUE/FALSE.Ralf Corsepius1-2/+2
2008-09-052008-09-05 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill1-3/+0
2008-09-04Convert to "bool".Ralf Corsepius1-5/+5
2008-08-052008-08-04 Sebastian Huber <sebastian.huber@embedded-brains.de>Joel Sherrill1-5/+5
2007-06-052007-06-05 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill1-2/+2
2005-01-27Include config.h.Ralf Corsepius1-0/+4
2004-10-292004-10-29 Ralf Corsepius <ralf_corsepius@rtems.org>Ralf Corsepius1-7/+7
2004-07-142004-07-14 Joel Sherrill <joel@OARcorp.com>Joel Sherrill1-15/+33
2004-04-18Remove stray white spaces.Ralf Corsepius1-1/+1
2004-04-17Remove stray white spaces.Ralf Corsepius1-8/+8
2004-03-292004-04-29 Ralf Corsepius <ralf_corsepius@rtems.org>Ralf Corsepius1-7/+7
2003-09-042003-09-04 Joel Sherrill <joel@OARcorp.com>Joel Sherrill1-1/+1
2002-07-012002-07-01 Joel Sherrill <joel@OARcorp.com>Joel Sherrill1-6/+1
1999-11-17Updated copyright notice.Joel Sherrill1-2/+1
1999-11-02Split core message queue and watchdog handler objects into separate files.Joel Sherrill1-361/+0
1999-11-02Added support for message priority as required by POSIX.Joel Sherrill1-1/+33
1998-12-03Corrected spacing.Joel Sherrill1-1/+1
1998-11-23Added --disable-multiprocessing flag and modified a lot of files to makeJoel Sherrill1-0/+6
1998-02-17updated copyright to 1998Joel Sherrill1-1/+1
1997-10-08Fixed typo in the pointer to the license terms.Joel Sherrill1-2/+2
1997-04-22headers updated to reflect new style copyright notice as partJoel Sherrill1-5/+5
1995-12-08added correct use of _Thread_queue_Enter_critical_sectionJoel Sherrill1-1/+1
1995-09-26posix support initially addedJoel Sherrill1-8/+9