summaryrefslogtreecommitdiff
path: root/nuttx/ChangeLog
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2008-11-15 17:42:49 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2008-11-15 17:42:49 +0000
commit1e6c726b328b77d54c11e91f965386f33dae19c0 (patch)
treee6a69479b45c26fdc47ece6f821d87eaa6e8776d /nuttx/ChangeLog
parent9334df87efdf6925fc6289cdca69e3e5ec81f118 (diff)
downloadnuttx-1e6c726b328b77d54c11e91f965386f33dae19c0.tar.gz
nuttx-1e6c726b328b77d54c11e91f965386f33dae19c0.tar.bz2
nuttx-1e6c726b328b77d54c11e91f965386f33dae19c0.zip
Add losetup to NSH
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1243 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/ChangeLog')
-rw-r--r--nuttx/ChangeLog3
1 files changed, 2 insertions, 1 deletions
diff --git a/nuttx/ChangeLog b/nuttx/ChangeLog
index 99b3df08f..04d47cfc1 100644
--- a/nuttx/ChangeLog
+++ b/nuttx/ChangeLog
@@ -553,4 +553,5 @@
* Added a block to character (BCH) driver. This is kind of the reverse of the loop
device; it allows you access a block device like a character device.
* Added strcasecmp() and strncasecmp()
- * NSH: Added 'dd' command
+ * NSH: Added the 'dd' command
+ * NSH: Added the 'losetup' command