summaryrefslogtreecommitdiff
path: root/apps/ChangeLog.txt
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2013-01-16 14:14:14 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2013-01-16 14:14:14 +0000
commitf06a61ad2416526b0f9afddc0b42fb5c928b7093 (patch)
tree5c82c94b6cb8e68f1ffda9326d9cb2f108e5db86 /apps/ChangeLog.txt
parent9cc7477faf3e49678aa827a6bc1ab99e2812c4d8 (diff)
downloadnuttx-f06a61ad2416526b0f9afddc0b42fb5c928b7093.tar.gz
nuttx-f06a61ad2416526b0f9afddc0b42fb5c928b7093.tar.bz2
nuttx-f06a61ad2416526b0f9afddc0b42fb5c928b7093.zip
BINFS now supports open, close, and FIOC_FILENAME ioctl
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5522 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'apps/ChangeLog.txt')
-rw-r--r--apps/ChangeLog.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/apps/ChangeLog.txt b/apps/ChangeLog.txt
index ea4fcd07b..f91dc318b 100644
--- a/apps/ChangeLog.txt
+++ b/apps/ChangeLog.txt
@@ -469,3 +469,7 @@
* builtin/binfs.c: Add hooks for dup() method (not implemented).
* builtin/exec_builtin.c, nshlib/nsh_parse.c, and nshlib/nsh_builtin.c:
NSH now supports re-direction of I/O to files (but still not from).
+ * builtin/binfs.c: Greatly simplified (it is going to need to be
+ very lightweight). Now supports open, close, and a new ioctl to recover
+ the builtin filename. The latter will be needed to support a binfs
+ binfmt.