summaryrefslogtreecommitdiffstats
path: root/doc/user/msg.t (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Remove texinfo format documentation. Replaced by Sphinx formatted documentation.Joel Sherrill2017-01-111-836/+0
| | | | closes #2812.
* score: Fine grained locking for message queuesSebastian Huber2015-05-191-1/+4
| | | | | | | | | | | Aggregate several critical sections into a bigger one. Sending and receiving messages is now protected by an ISR lock. Thread dispatching is only disabled in case a blocking operation is necessary. The message copy procedure is done inside the critical section (interrupts disabled). Thus this change may have a negative impact on the interrupt latency in case very large messages are transferred. Update #2273.
* Remove All CVS Id Strings Possible Using a ScriptJoel Sherrill2012-05-111-3/+0
| | | | | | | | | | | | Script does what is expected and tries to do it as smartly as possible. + remove occurrences of two blank comment lines next to each other after Id string line removed. + remove entire comment blocks which only exited to contain CVS Ids + If the processing left a blank line at the top of a file, it was removed.
* 2008-08-08 Sebastian Huber <sebastian.huber@embedded-brains.de>Joel Sherrill2008-08-081-13/+14
| | | | | * user/msg.t, user/sem.t, user/task.t: Update to new parameter types. Emphasize that you can use a pointer for task arguments.
* 2008-08-01 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill2008-08-011-1/+1
| | | | * user/msg.t: Parameter is size not count. Spotted by Sebastian Huber.
* 2008-07-15 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill2008-07-151-1/+1
| | | | | | | * user/barrier.t, user/clock.t, user/dpmem.t, user/msg.t, user/part.t, user/region.t, user/rtmon.t, user/sem.t, user/task.t, user/timer.t: Correct documentation typos noticed and thankfully reported by Fabrício de Novaes Kucinskis <fabricio@dea.inpe.br>
* 2007-11-28 Glenn Humphrey <glenn.humphrey@OARcorp.com>Glenn Humphrey2007-11-281-24/+24
| | | | | | | | * user/barrier.t, user/clock.t, user/concepts.t, user/conf.t, user/datatypes.t, user/dpmem.t, user/fatal.t, user/init.t, user/mp.t, user/msg.t, user/part.t, user/region.t, user/rtmon.t, user/sem.t, user/task.t, user/timer.t: Corrected various errors in the documentation.
* 2004-06-29 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2004-06-291-2/+3
| | | | | | PR 631/rtems * user/msg.t: Document the return status from message_queue_create when unable to allocate message buffer memory.
* 2004-05-06 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2004-05-061-0/+10
| | | | | | | PR 618/rtems * user/clock.t, user/dpmem.t, user/event.t, user/msg.t, user/part.t, user/region.t, user/sem.t, user/task.t, user/timer.t: Add NULL checks.
* 2001-01-17 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2002-01-171-1/+1
| | | | | | | * SUPPORT, LICENSE: New files. * Numerous files touched as part of merging the 4.5 branch onto the mainline development trunk and ensuring that the script that cuts snapshots and releases works on the documentation.
* Changed copyright date to 1999.Joel Sherrill1999-11-161-1/+1
|
* Turned on concept and function name indexing.Joel Sherrill1999-10-111-9/+59
|
* Numerous minor changes required to transition to the latest versionJoel Sherrill1999-10-011-1/+1
| | | | | of texinfo and TeX. This version of the tools can produce PDF with figures included.
* Added "findex" for all directive pages but it turns out that thisJoel Sherrill1998-04-021-0/+9
| | | | blows up both makeinfo and texi2dvi. So I have commented them out.
* Nodes, menus, etc are automatically generated nowJoel Sherrill1998-03-271-114/+3
|
* Completed sweep adding directive and constant prefixes.Joel Sherrill1998-03-271-30/+34
|
* Conditionally adding RTEMS_ and rtems_ prefixes.Joel Sherrill1998-03-271-70/+70
|
* Attempting to add variable so that in C all constants start with RTEMS_Joel Sherrill1998-03-271-15/+17
| | | | and all directives start with rtems_.
* Updated copyrightsJoel Sherrill1998-02-061-1/+1
|
* Added information based on comments from Katsu Shibuya.Joel Sherrill1997-08-041-1/+3
|
* Added rtems_message_queue_get_number_pending directive.Joel Sherrill1997-07-311-5/+50
|
* added CVS Id stringJoel Sherrill1997-06-041-0/+2
|
* Changed bitwise OR's used to build up option and attribute setsJoel Sherrill1997-05-311-16/+17
| | | | | | | | to be correct in either C or Ada. Added the interrupt disable, enable, flash, and is in progress directives. changed "97" to "1997"
* first cut at Ada bindings manualJoel Sherrill1997-05-291-0/+106
|
* Initial revisionJoel Sherrill1997-05-271-0/+714