kayws426 / embox

Automatically exported from code.google.com/p/embox
0 stars 1 forks source link

telnet is broken because embox.cmd.shell is not reenterable #483

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
x86/nonvga_debug

telnetd

connect to it. Can see 'Welcome to Embox...' in telnet console, but shell 
actually starts on embox console.

It happens because after telnet login embox.cmd.shell's shell_run function 
executed. Suggested fixes: use tish or make shell use putchar/getchar instead 
of diag_putc

Original issue reported on code.google.com by drakon.m...@gmail.com on 4 Oct 2012 at 10:58

GoogleCodeExporter commented 9 years ago
fixed in r6977

Original comment by drakon.m...@gmail.com on 5 Oct 2012 at 11:27