summaryrefslogtreecommitdiffstats
path: root/cpukit/ChangeLog
diff options
context:
space:
mode:
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