summaryrefslogtreecommitdiff
path: root/nuttx/ChangeLog
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2007-03-29 13:25:18 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2007-03-29 13:25:18 +0000
commit605bd84ced2cf37e267eccf604bdff1a985a65d8 (patch)
treec16c8b2b4e77974763bc6df44c2c116eac67f454 /nuttx/ChangeLog
parenta300116bf7139941033b6d36dc3814af9d1e67c9 (diff)
downloadnuttx-605bd84ced2cf37e267eccf604bdff1a985a65d8.tar.gz
nuttx-605bd84ced2cf37e267eccf604bdff1a985a65d8.tar.bz2
nuttx-605bd84ced2cf37e267eccf604bdff1a985a65d8.zip
Added mq_timedsend() and mq_timedreceive()
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@166 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/ChangeLog')
-rw-r--r--nuttx/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/nuttx/ChangeLog b/nuttx/ChangeLog
index 476f87bbb..181082fc7 100644
--- a/nuttx/ChangeLog
+++ b/nuttx/ChangeLog
@@ -93,6 +93,11 @@
* mq_receive and mq_send now return errno's appropriately
* mq_receive and mq_send are now correctly awakened by signals.
+ * Fixed an unmatched sched_lock/unlock pair in task_delete().
+ * sched_lock must be called in _exit() because operation of
+ task_delete() can cause pending tasks to be merged and a
+ context switch to occur.
+ * Added mq_timedreceive() and mq_timedsend()
* Started m68322