Gitiles
Code Review
Sign In
gerrit.onosproject.org
/
onos-felix
/
9203b4c88bb1a7b25733c6572d74f189a5d3eb02
/
shell.tui
/
src
/
main
/
java
9203b4c
Modified the input thread to look for null input lines, in which case it
by Richard S. Hall
· 16 years ago
957ca19
Revert the changes to shell tui that make it stoppable without user input from system.in - The solution is working fine on *x but doesn't on windows.
by Karl Pauls
· 17 years ago
40531f0
The shell has a problem when being stopped using the BundleActivator.stop() method but not getting any input because it is blocked on System.in. This patch fixes the issue by using the ready() method to wait until input is available. There still is a race condition in case more then one Thread is listening on System.in but we can ignore this for now because in case the race condition happens we default to the old behaviour.
by Karl Pauls
· 17 years ago
fcaa2d4
Updated source headers (FELIX-144).
by Richard S. Hall
· 18 years ago
0fcc271
Shortened the subproject directory names.
by Richard S. Hall
· 18 years ago