summaryrefslogtreecommitdiffstats
path: root/cpukit/ChangeLog
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2009-12-18 20:18:30 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2009-12-18 20:18:30 +0000
commit5b914591c663dee799fe4f205516d7fc3e2766cc (patch)
tree6788c4a3e2c459463474cb92ae5d7d37bdaab2fb /cpukit/ChangeLog
parentUpdate for block device API change (diff)
downloadrtems-5b914591c663dee799fe4f205516d7fc3e2766cc.tar.bz2
2009-12-18 Joel Sherrill <joel.sherrill@oarcorp.com>
* libmisc/shell/login_prompt.c: Switch from non-canonical mode with timeout (Case C) to blocking IO waiting for single character on login. In Case C mode, you cannot tell EOF from no data available. This means we cannot tell when a telnet connection is dropped. This was changed from 4.9 and resulted in breakage.
Diffstat (limited to 'cpukit/ChangeLog')
-rw-r--r--cpukit/ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/cpukit/ChangeLog b/cpukit/ChangeLog
index 32120f3502..5215c144cc 100644
--- a/cpukit/ChangeLog
+++ b/cpukit/ChangeLog
@@ -1,3 +1,11 @@
+2009-12-18 Joel Sherrill <joel.sherrill@oarcorp.com>
+
+ * libmisc/shell/login_prompt.c: Switch from non-canonical mode with
+ timeout (Case C) to blocking IO waiting for single character on
+ login. In Case C mode, you cannot tell EOF from no data available.
+ This means we cannot tell when a telnet connection is dropped. This
+ was changed from 4.9 and resulted in breakage.
+
2009-12-01 Sebastian Huber <sebastian.huber@embedded-brains.de>
PR 1474