Files
rtems/cpukit/libmisc/shell
Joel Sherrill 391b4dda25 2010-03-11 Joel Sherrill <joel.sherrill@oarcorp.com>
* ftpd/ftpd.c, httpd/uemf.c, httpd/um.c, httpd/webs.c,
	httpd/websuemf.c, libblock/src/diskdevs.c,
	libmisc/capture/capture-cli.c, libmisc/monitor/mon-network.c,
	libmisc/shell/hexdump-odsyntax.c, libmisc/shell/main_ifconfig.c,
	libmisc/uuid/parse.c, libnetworking/lib/ftpfs.c,
	libnetworking/libc/gethostbyht.c, libnetworking/libc/getnetnamadr.c,
	libnetworking/libc/inet_network.c,
	libnetworking/rtems/rtems_mii_ioctl.c,
	score/src/objectgetnameasstring.c: Fix warnings for ctype methods.
2010-03-11 19:12:30 +00:00
..
2009-11-29 12:12:39 +00:00
2008-08-21 12:29:02 +00:00
2009-11-29 12:12:39 +00:00
2009-11-29 12:12:39 +00:00
2009-06-12 05:51:43 +00:00
2008-08-21 12:29:02 +00:00
2008-08-21 12:29:02 +00:00
2009-10-22 04:29:32 +00:00
2009-05-05 12:53:41 +00:00
2008-08-21 12:29:02 +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
2009-04-14 08:50:03 +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
2009-11-29 12:12:39 +00:00
2009-11-29 12:12:39 +00:00
2009-04-14 13:41:33 +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
2009-11-29 12:12:39 +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
2009-11-29 12:12:39 +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
2009-11-29 12:12:39 +00:00
2009-11-29 12:12:39 +00:00
2009-11-29 12:12:39 +00:00
2008-08-21 12:29:02 +00:00
2009-11-29 12:12:39 +00:00
2009-11-29 12:12:39 +00:00
2008-08-21 12:29:02 +00:00
2009-11-29 12:12:39 +00:00
2008-08-21 12:29:02 +00:00
2008-08-21 12:29:02 +00:00
2008-08-21 12:29:02 +00:00
2008-08-21 12:29:02 +00:00
2008-08-21 12:29:02 +00:00

#
#  $Id$
#

This directory contains a shell user extension
primary features:

   + create a user shell terminal task.

This code has not been extensively tested.  It is provided as a tool
for RTEMS users to open more shell terminal.
Suggestions and comments are appreciated.

NOTES:

1.  printf() & getchar() works but you can't use 
    0,1,2 like fildes. You need to use fileno(stdin),fileno(stdout),...
    
2.  You only need a termios dev to start a new session, add your new commands
    and enjoy it.

3.  Telnetd daemon uses this (browse libnetworking/rtems_telnetd)
    Enjoy it.

FUTURE:

1.  Adding new commands in cmds.c to give file manegement to shell.