summaryrefslogtreecommitdiff
path: root/nuttx/ChangeLog
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2013-01-25 20:00:37 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2013-01-25 20:00:37 +0000
commita8b43ddae28ff445f9b240d5b271058d80384703 (patch)
tree81d2bc2ed6e039cb6e9f7228846608b2d7d4fa85 /nuttx/ChangeLog
parente1ff898b022bc77ede6ba57e8ecb46f0af306149 (diff)
downloadnuttx-a8b43ddae28ff445f9b240d5b271058d80384703.tar.gz
nuttx-a8b43ddae28ff445f9b240d5b271058d80384703.tar.bz2
nuttx-a8b43ddae28ff445f9b240d5b271058d80384703.zip
Add logic to send SIGCHLD to all members of a task group
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5564 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 2eaa03b21..f033fc9ba 100644
--- a/nuttx/ChangeLog
+++ b/nuttx/ChangeLog
@@ -4025,3 +4025,8 @@
poll_interrupt() must cat call net_lostconnection() when a
loss of connection is reported. Otherwise, the system will
not know that the connection has been lost.
+ * sched/group_create.c, group_join.c, and group_leave.c: Add
+ support for task groups.
+ * sched/group_signal.c and task_exithook.c: Send signal to all
+ members for the parent task group.
+