aboutsummaryrefslogtreecommitdiff
path: root/nuttx/TODO
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2013-01-11 19:08:51 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2013-01-11 19:08:51 +0000
commit43e22b2b98bacc15438133b5823d545806c8d092 (patch)
tree2af089980e448cc2cf6ae01d884acb23f26f6d88 /nuttx/TODO
parente7a5090e55f7db78164fda2696af414c3e083806 (diff)
downloadpx4-firmware-43e22b2b98bacc15438133b5823d545806c8d092.tar.gz
px4-firmware-43e22b2b98bacc15438133b5823d545806c8d092.tar.bz2
px4-firmware-43e22b2b98bacc15438133b5823d545806c8d092.zip
Fix an error handling bug in the fread logic
git-svn-id: http://svn.code.sf.net/p/nuttx/code/trunk@5511 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/TODO')
-rw-r--r--nuttx/TODO14
1 files changed, 12 insertions, 2 deletions
diff --git a/nuttx/TODO b/nuttx/TODO
index 9295f6206..e257cef79 100644
--- a/nuttx/TODO
+++ b/nuttx/TODO
@@ -1,4 +1,4 @@
-NuttX TODO List (Last updated January 10, 2013)
+NuttX TODO List (Last updated January 11, 2013)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
This file summarizes known NuttX bugs, limitations, inconsistencies with
@@ -15,7 +15,7 @@ nuttx/
(17) Network (net/, drivers/net)
(4) USB (drivers/usbdev, drivers/usbhost)
(12) Libraries (libc/, )
- (9) File system/Generic drivers (fs/, drivers/)
+ (10) File system/Generic drivers (fs/, drivers/)
(5) Graphics subystem (graphics/)
(1) Pascal add-on (pcode/)
(1) Documentation (Documentation/)
@@ -863,6 +863,16 @@ o File system / Generic drivers (fs/, drivers/)
Status: Open
Priority: Medium
+ Title: dup AND dup2 WILL NOT WORK ON FILES IN A MOUNTED VOLUME
+ Description: The current implementation of dup() and dup2() will only
+ work with open device drivers and sockets. It will not
+ work with open files in a file system.
+
+ A limitation that results from this is that you cannot
+ redirect I/O to an from and file.
+ Status: Open
+ Priority: High
+
o Graphics subystem (graphics/)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^