Files
rtems/cpukit/libmisc
Joel Sherrill 5b914591c6 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-18 20:18:30 +00:00
..
2009-11-29 12:12:39 +00:00
2009-11-29 12:12:39 +00:00
2009-11-29 11:57:23 +00:00
2009-11-29 11:57:23 +00:00
2009-11-29 12:12:39 +00:00
2009-11-29 12:12:39 +00:00
2009-11-29 12:12:39 +00:00

#
#  $Id$
#

This directory contains for the "miscellaneous" library.  Currently
this library contains a number of useful support libraries:

  + Task Stack Overflow Checker
  + Workspace Consistency Checker
  + Task Execution Time Monitor
  + Period Statistics Monitor
  + Debug Monitor

The following ideas have been mentioned for items which could go
in this library, but this list is not all inclusive:

  + there are no outstanding suggestions.

The intent of this library is to provide a home for useful utility routines
which are dependent upon RTEMS.

--joel
16 Sept 97