telnetd for GNO
Go to file
Stephen Heumann e6c2831323 Work around a GNO kernel bug that could cause crashes in error cases.
The issue is that the kernel's pty structures get corrupted if the master side of a pty is opened and then closed without the slave side having been opened. This can happen with telnetd in various error cases. The workaround is to arrange for the slave side to be opened just before telnetd exits in those cases.
2016-01-09 14:50:21 -06:00
arpa Add baud rate support to telnet(1) 2014-11-11 04:06:05 +00:00
libtelnet When forking the child process, wait until the child has exec'd before continuing in the parent. 2016-01-09 12:46:38 -06:00
sys More small changes for GNO and ORCA/C compatibility. 2015-05-31 19:52:28 -05:00
telnet telnet: Define signal handlers on GNO with the proper signature (taking two arguments). 2015-06-01 17:55:24 -05:00
telnetd Work around a GNO kernel bug that could cause crashes in error cases. 2016-01-09 14:50:21 -06:00
Makefile Add a GNO-specific makefile, and move stuff that's common between GNO and OS X makefiles to a file included by both of them. 2015-05-31 16:21:53 -05:00
Makefile.common When forking the child process, wait until the child has exec'd before continuing in the parent. 2016-01-09 12:46:38 -06:00
Makefile.mk Turn on a few optimizations. 2016-01-07 18:54:14 -06:00