summaryrefslogtreecommitdiff
path: root/nuttx/TODO
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-08-01 17:47:54 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-08-01 17:47:54 +0000
commit2dfc5da16f3e3abc4b36413e8205e3dcd4df7928 (patch)
tree9226c125b2583f72f45393934b2571f2600fee49 /nuttx/TODO
parent4a16b1826cafc353fa90826cbd4416476f1ea682 (diff)
downloadnuttx-2dfc5da16f3e3abc4b36413e8205e3dcd4df7928.tar.gz
nuttx-2dfc5da16f3e3abc4b36413e8205e3dcd4df7928.tar.bz2
nuttx-2dfc5da16f3e3abc4b36413e8205e3dcd4df7928.zip
atexit() and on_exit() may now be configured to support multiple exit callbacks
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4995 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/TODO')
-rw-r--r--nuttx/TODO12
1 files changed, 2 insertions, 10 deletions
diff --git a/nuttx/TODO b/nuttx/TODO
index 33d48027d..d3de88df4 100644
--- a/nuttx/TODO
+++ b/nuttx/TODO
@@ -1,4 +1,4 @@
-NuttX TODO List (Last updated June 20, 2012)
+NuttX TODO List (Last updated August 1, 2012)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
This file summarizes known NuttX bugs, limitations, inconsistencies with
@@ -6,7 +6,7 @@ standards, things that could be improved, and ideas for enhancements.
nuttx/
- (6) Task/Scheduler (sched/)
+ (5) Task/Scheduler (sched/)
(1) On-demand paging (sched/)
(1) Memory Managment (mm/)
(2) Signals (sched/, arch/)
@@ -58,14 +58,6 @@ o Task/Scheduler (sched/)
Status: Open
Priority: Medium, required for good emulation of process/pthread model.
- Title: MULTIPLE ATEXIT() FUNCTIONS
- Description: atexit() supports registration of only single function called on
- exit(). It should support multiple functions registered by atexit()
- or onexit() and these should be called in reverse order of
- registration when the task exits.
- Status: Open
- Priority: Low
-
Title: MMAN.H
Description: Implement sys/mman.h and functions
Status: Open