summaryrefslogtreecommitdiffstats
path: root/c/src/exec/posix/ChangeLog
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2002-04-26 23:39:01 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2002-04-26 23:39:01 +0000
commit53092d19211054d67787990714798c2e72c8a623 (patch)
tree9386e2095e8fd1d9c3e419faae2006df2ec80a48 /c/src/exec/posix/ChangeLog
parent2001-04-26 Joel Sherrill <joel@OARcorp.com> (diff)
downloadrtems-53092d19211054d67787990714798c2e72c8a623.tar.bz2
2001-04-26 Joel Sherrill <joel@OARcorp.com>
* 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.
Diffstat (limited to 'c/src/exec/posix/ChangeLog')
-rw-r--r--c/src/exec/posix/ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/c/src/exec/posix/ChangeLog b/c/src/exec/posix/ChangeLog
index 9e427bccb6..70c30c603e 100644
--- a/c/src/exec/posix/ChangeLog
+++ b/c/src/exec/posix/ChangeLog
@@ -1,3 +1,13 @@
+2001-04-26 Joel Sherrill <joel@OARcorp.com>
+
+ * 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-04-06 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* src/psignal.c: Include <stdlib.h>.