summaryrefslogtreecommitdiffstats
path: root/c/src/exec/rtems/src/msg.c (unfollow)
Commit message (Expand)AuthorFilesLines
2002-07-22Remove, moved to cpukit.Ralf Corsepius1-77/+0
2002-07-012002-07-01 Joel Sherrill <joel@OARcorp.com>Joel Sherrill1-7/+12
1999-11-17Updated copyright notice.Joel Sherrill1-2/+1
1999-05-17Forgot to actually remove the routines. :)Joel Sherrill1-748/+0
1999-05-17Cleaned up some multiprocessing issues.Joel Sherrill1-17/+15
1999-03-17Unlimited objects patch from Chris Johns <ccj@acm.org>. Email follows:Joel Sherrill1-15/+17
1998-12-03Corrected ifdef on RTEMS_MULTIPROCESSING so the queue is actually closed.Joel Sherrill1-2/+4
1998-11-23Added --disable-multiprocessing flag and modified a lot of files to makeJoel Sherrill1-22/+77
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-07-31Added rtems_message_queue_get_number_pending directive.Joel Sherrill1-0/+50
1997-04-22headers updated to reflect new style copyright notice as partJoel Sherrill1-5/+5
1996-12-02Suggested changes from Mark Jordan which eliminate warnings and errorsJoel Sherrill1-1/+1
1995-10-31typos fixedJoel Sherrill1-1/+1
1995-09-26posix support initially addedJoel Sherrill1-9/+9
1995-09-21More file movementJoel Sherrill1-1/+1
1995-09-19Minor bug fixes to get all targets compilable and running. TheJoel Sherrill1-325/+199
1995-09-11The word "RTEMS" almost completely removed from the core.Joel Sherrill1-47/+61
1995-08-28Added unused priority ceiling parameter to rtems_semaphore_create.Joel Sherrill1-3/+9
1995-08-23Moved _Thread_Information -> _RTEMS_tasks_Information.Joel Sherrill1-1/+2
1995-08-23Support for variable length names added to Object Handler. This supportsJoel Sherrill1-8/+18
1995-08-22make inline and macro implementations matchJoel Sherrill1-9/+15
1995-08-18+ Added object type field to object id.Joel Sherrill1-1/+2
1995-08-17variable length messagesJoel Sherrill1-88/+182