summaryrefslogtreecommitdiffstats
path: root/c/src/libmisc/monitor/mon-prmisc.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 2000-05-24 Fernando Ruiz Casas <fernando.ruiz@ctv.es>Joel Sherrill2001-05-241-2/+2
| | | | | | | | | | | | | | | | | | | | | * monitor/mon-prmisc.c: Correct print line. * shell/Makefile.am: Added new file telnetd.c. * shell/telnetd.c, shell/telnetd.h, shell/pty.c: New files. * shell/shell.c, shell/cmds.c, shell/shell.h: Numerous improvments: - The shell_init has a new parameter 'forever' because in /dev/console you need that this process runs forever but in tcp/ip not. (respawn?) - A new task for every session opened trought tcp/ip telnet client. (the chargen,daytime and more are possible of implementation but I ask me if they are necesary) - Exit from the session delete the task and when the client fails too. - More cmds have been implemented. (very reduced version of these) umask, chmod, id, whoami, rm, cat, ... - A reduced line edit has been implemented. Ctrl-C abort the input, Ctrl-d in the first position gives EOF (logout). '\b' and DEL makes the rubout operation. I think that readline() for every session spents a lot of resources.
* Fixed indexing bug reported by Phil Wilshire.Joel Sherrill1997-12-071-1/+1
|
* Fixed endian problem in printing object names.Joel Sherrill1997-10-211-0/+5
|
* Cleaned up as part of adding the Monitor test.Joel Sherrill1997-09-211-1/+1
|
* changed signed int to unsigned int to eliminate a warning.Joel Sherrill1997-04-071-1/+1
|
* updates from Tony BennettJoel Sherrill1996-04-221-3/+0
|
* updates from Tony Bennett for PA and UNIX portsJoel Sherrill1996-01-151-1/+1
|
* Numerous miscellaneous features incorporated from Tony BennettJoel Sherrill1995-08-171-0/+257
(tbennett@divnc.com) including the following major additions: + variable length messages + named devices + debug monitor + association tables/variables