Changeset 629faf9 in rtems for testsuites/rhealstone

Timestamp:
10/09/18 12:47:02 (6 years ago)
Author:
Sebastian Huber <sebastian.huber@…>
Branches:
5, master
Children:
2548d14
Parents:
477bca2
git-author:
Sebastian Huber <sebastian.huber@…> (10/09/18 12:47:02)
git-committer:
Sebastian Huber <sebastian.huber@…> (10/10/18 12:06:27)
Message:

telnetd: Remove keep stdio feature

The Telnet service started via rtems_telnetd_start() had a keep stdio
feature. This just created a task and executed the command function in
a loop. For this kind of service we do not library support. This can
be done by an application task on its own. Remove this feature and
provide only the real Telnet server functionality.

Use syslog() for error and status messages.

Add test program for the Telnet server.

Close #3542.

(No files)

Note: See TracChangeset for help on using the changeset viewer.