summaryrefslogtreecommitdiff
path: root/usr.bin/telnet/terminal.c
AgeCommit message (Expand)Author
2017-07-07Remove unnecessary #ifdefs in telnet. No binary change.Frederic Cambus
2014-07-22use ansi style function declarationsJonathan Gray
2014-07-20Eliminate silly call() routine that fakes up internal calls as ifPhilip Guenther
2014-07-20VSUSP and SIGTSTP are required by POSIXPhilip Guenther
2014-07-20More encryption tentacles: intr_happened and intr_waiting vanishPhilip Guenther
2014-07-20Eliminate trivial wrappers TerminalWrite() and TerminalRead()Philip Guenther
2014-07-20ring_init() can't failPhilip Guenther
2014-07-19Flense the telnet code base of unwanted ifdefs: authentication/encryptionPhilip Guenther
2003-06-03Remove the advertising clause in the UCB license which BerkeleyTodd C. Miller
2002-12-07Treat EPIPE writing to the terminal the same as SIGQUIT from the user.Todd C. Miller
2001-11-19kill more registersMike Pechkin
1998-03-12encryption support from kth-krb 0.9.8 (kerberos only)Artur Grabowski
1996-03-27From NetBSD: merge of 960317Niklas Hallqvist
1995-10-18initial import of NetBSD treeTheo de Raadt