summaryrefslogtreecommitdiff
path: root/nuttx/ChangeLog
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2013-01-14 19:22:32 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2013-01-14 19:22:32 +0000
commit84cd4c9f496ed927cac9c8d1cfab0c9747bbf85a (patch)
tree45a3ce8d73b15e96d13ef6a48171a61a1a8449b8 /nuttx/ChangeLog
parentf3c15e2b0508635898c2c0fcf1564394d8aa8cfc (diff)
downloadpx4-nuttx-84cd4c9f496ed927cac9c8d1cfab0c9747bbf85a.tar.gz
px4-nuttx-84cd4c9f496ed927cac9c8d1cfab0c9747bbf85a.tar.bz2
px4-nuttx-84cd4c9f496ed927cac9c8d1cfab0c9747bbf85a.zip
Finish dup logic for open files; fix bug in sigtimedwait(), would return wrong signo value if the signal was already pending
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5517 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/ChangeLog')
-rw-r--r--nuttx/ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/nuttx/ChangeLog b/nuttx/ChangeLog
index cb0244e20..4ba0fe985 100644
--- a/nuttx/ChangeLog
+++ b/nuttx/ChangeLog
@@ -3940,3 +3940,12 @@
implemented).
* fs/romfs: Remove the rf_open flag. It looks good, but actually
does nothing.
+ * fs/fat: Remove the ff_open flag. Same story as for the ROMFS
+ rf_open flag.
+ * fs/fat/fs_fat32.c, fs/nxffs/nxffs_initialize, and
+ fs/nfs/nfs_vfsops.c: Completed implementation of the dup() methods.
+ There is still no good test available.
+ * sched/sig_timedwait.c: sigtimedwait() would return a bad signal
+ number if the signal was already pending when the function was
+ called.
+ called.