From 605bd84ced2cf37e267eccf604bdff1a985a65d8 Mon Sep 17 00:00:00 2001 From: patacongo Date: Thu, 29 Mar 2007 13:25:18 +0000 Subject: Added mq_timedsend() and mq_timedreceive() git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@166 42af7a65-404d-4744-a932-0658087f49c3 --- nuttx/ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'nuttx/ChangeLog') 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 -- cgit v1.2.3