mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2026-08-25 19:11:56 +08:00
* 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.