summaryrefslogtreecommitdiff
path: root/apps/ChangeLog.txt
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-08-04 00:37:25 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-08-04 00:37:25 +0000
commit2bfb3e74838ca580e5155df8a3e5fbfc3c7577e5 (patch)
tree45d8855f523297ab0342aa7445fa70c3139ee317 /apps/ChangeLog.txt
parenta98c9af060ce31895336fd3170e5efc961f1b298 (diff)
downloadnuttx-2bfb3e74838ca580e5155df8a3e5fbfc3c7577e5.tar.gz
nuttx-2bfb3e74838ca580e5155df8a3e5fbfc3c7577e5.tar.bz2
nuttx-2bfb3e74838ca580e5155df8a3e5fbfc3c7577e5.zip
Add the NSH df command
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5007 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'apps/ChangeLog.txt')
-rwxr-xr-xapps/ChangeLog.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/apps/ChangeLog.txt b/apps/ChangeLog.txt
index ecba28589..8cd30ae83 100755
--- a/apps/ChangeLog.txt
+++ b/apps/ChangeLog.txt
@@ -268,3 +268,5 @@
* apps/nshlib/nsh_mntcmds.c: Separated mount-related commands out of
nsh_fscmds.c. Extended to the mount command so that if no arguments
are provided, then the current mountpoints are enumerated.
+ * apps/nshlib/nsh_mntcmds.c: Add an NSH df command to list the
+ properties of mounted file systems.