aboutsummaryrefslogtreecommitdiff
path: root/nuttx/TODO
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2013-01-10 17:37:29 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2013-01-10 17:37:29 +0000
commit322e9d18c7371f9fb27cd57ca894191d564b75c3 (patch)
treeeb86ac739b4fcdb3093d690ffb1d1a08841c94cb /nuttx/TODO
parent91cfebc978d02d83323ce3f95e02d819c5eded0e (diff)
downloadpx4-firmware-322e9d18c7371f9fb27cd57ca894191d564b75c3.tar.gz
px4-firmware-322e9d18c7371f9fb27cd57ca894191d564b75c3.tar.bz2
px4-firmware-322e9d18c7371f9fb27cd57ca894191d564b75c3.zip
Completes implementation of posix_spawn. Still untested and undocumented
git-svn-id: http://svn.code.sf.net/p/nuttx/code/trunk@5504 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/TODO')
-rw-r--r--nuttx/TODO13
1 files changed, 12 insertions, 1 deletions
diff --git a/nuttx/TODO b/nuttx/TODO
index 72eb845bc..c10b101cc 100644
--- a/nuttx/TODO
+++ b/nuttx/TODO
@@ -6,7 +6,7 @@ standards, things that could be improved, and ideas for enhancements.
nuttx/
- (11) Task/Scheduler (sched/)
+ (12) Task/Scheduler (sched/)
(1) Memory Managment (mm/)
(2) Signals (sched/, arch/)
(2) pthreads (sched/)
@@ -189,6 +189,17 @@ o Task/Scheduler (sched/)
Status: Open
Priority: Medium Low for now
+ Title: INHERITANCE of sigmask
+ Description: New tasks/threads do not inherit the parent's signal mask.
+ This behavior is required under POSIX.
+
+ Also, related: Setting of the initial sigmask was not
+ implemented in posix_spawn (libc/spawn) because of this.
+ Status: Open
+ Priority: Low, make medium-low. These kinds of behaviors are not
+ common in tiny embedded RTOSs. And it has always been
+ like this and no one has complained so far.
+
o Memory Managment (mm/)
^^^^^^^^^^^^^^^^^^^^^^