summaryrefslogtreecommitdiff
path: root/nuttx/ChangeLog
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-02-01 16:17:12 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-02-01 16:17:12 +0000
commit4b8f5a9e6dc87bad723af14933cb8c17284eade6 (patch)
treeb0014f9fe1675d05d8ee5d12f3c4128f7a59dbd2 /nuttx/ChangeLog
parentd9e1bd9b855de8783076cddae7e17177d071a8b5 (diff)
downloadnuttx-4b8f5a9e6dc87bad723af14933cb8c17284eade6.tar.gz
nuttx-4b8f5a9e6dc87bad723af14933cb8c17284eade6.tar.bz2
nuttx-4b8f5a9e6dc87bad723af14933cb8c17284eade6.zip
Add tcsetattr and tcgetattr
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4355 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/ChangeLog')
-rw-r--r--nuttx/ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/nuttx/ChangeLog b/nuttx/ChangeLog
index e60b6689a..dbe87bb88 100644
--- a/nuttx/ChangeLog
+++ b/nuttx/ChangeLog
@@ -2422,3 +2422,6 @@
When drivers are closed, they may need to do things that require a fully
up-and-running task. Some things cannot be done later when the task is
crippled.
+ * lib/dirent: Moved readdir_r() and telldir() from lib/misc to this new
+ directory where they belong.
+ * lib/termios. Implemented tcsetattr() and tcgetattr().