update
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@853 42af7a65-404d-4744-a932-0658087f49c3
This commit is contained in:
parent
895bff0617
commit
d27e2d61b2
7
TODO
7
TODO
|
@ -1,7 +1,7 @@
|
||||||
NuttX TODO List (Last updated July 31, 2008)
|
NuttX TODO List (Last updated July 31, 2008)
|
||||||
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
||||||
|
|
||||||
(6) Task/Scheduler (sched/)
|
(7) Task/Scheduler (sched/)
|
||||||
(1) Dynamic loader (N/A)
|
(1) Dynamic loader (N/A)
|
||||||
(2) Memory Managment (mm/)
|
(2) Memory Managment (mm/)
|
||||||
(1) Signals (sched/, arch/)
|
(1) Signals (sched/, arch/)
|
||||||
|
@ -56,6 +56,11 @@ o Task/Scheduler (sched/)
|
||||||
Priority: Medium, required for standard compliance (but makes the
|
Priority: Medium, required for standard compliance (but makes the
|
||||||
code bigger)
|
code bigger)
|
||||||
|
|
||||||
|
Description: socket descriptors are not cloned as are file descriptors
|
||||||
|
by task_create().
|
||||||
|
Status: Open
|
||||||
|
Priority: Medium-to-High
|
||||||
|
|
||||||
o Dynamic Loader
|
o Dynamic Loader
|
||||||
^^^^^^^^^^^^^^
|
^^^^^^^^^^^^^^
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue