summaryrefslogtreecommitdiff
path: root/usr.bin/telnet/sys_bsd.c
AgeCommit message (Expand)Author
2017-07-19A few cleanups. This only needs to operate on systems with SIGWINCH,Theo de Raadt
2017-07-07Remove unnecessary #ifdefs in telnet. No binary change.Frederic Cambus
2016-03-16More "(<blah> *)0" -> NULL, avoiding any stdarg functions.Kenneth R Westerback
2015-11-29telnet: check if fd is a tty before calling tcsetattr(fd, TCSADRAIN)Sebastien Marie
2015-03-29Revert r1.29 "Don't clear ICRNL when editing mode is off, so that characterStuart Henderson
2015-02-12Don't clear ICRNL when editing mode is off, so that character local echoPhilip Guenther
2014-09-09Eliminate a pile of casts that were superfluous or wrong, or that werePhilip Guenther
2014-07-22use ansi style function declarationsJonathan Gray
2014-07-20Eliminate silly call() routine that fakes up internal calls as ifPhilip Guenther
2014-07-20Mark a slurry of functions as staticPhilip Guenther
2014-07-20Kill lint comments; mark ExitString() as __deadPhilip Guenther
2014-07-20Switch from memmove() to memcpy() where appropriate; simplify addressPhilip Guenther
2014-07-20VSUSP and SIGTSTP are required by POSIXPhilip Guenther
2014-07-20Delete an insane chunk of code for handling broken poll() emulation.Philip 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-20Correctly cast to unsigned char for ctype functions/macrosPhilip Guenther
2014-07-20Simplify #includes, start pushing them into the .c files, eliminatePhilip Guenther
2014-07-19Flense the telnet code base of unwanted ifdefs: authentication/encryptionPhilip Guenther
2013-04-21Convert select() to poll(). OK deraadt@Todd C. Miller
2003-06-03Remove the advertising clause in the UCB license which BerkeleyTodd C. Miller
2002-06-12a real pid_t cleanup.Mike Pechkin
2002-03-25Todd Miller pointed this out to me:Hans Insulander
2002-03-22Telnet encryption warning messages, taken from kth-krb4-1.1.1.Hans Insulander
2001-11-19kill more registersMike Pechkin
2001-09-04Replace the deprecated BSD sigsetmask/sigblock/sigpause functions with their ...Todd C. Miller
2000-10-10Use curses, not ocurses and thus setupterm() not tgetent(). This meansTodd C. Miller
1999-05-07repair TIOCFLUSH use; alaric@MIT.EDUTheo de Raadt
1998-12-28handle oversize fd_setTheo de Raadt
1998-03-12encryption support from kth-krb 0.9.8 (kerberos only)Artur Grabowski
1996-12-11Add ``#include <unistd.h>'' for prototypes of:robin
1996-03-27From NetBSD: merge of 960317Niklas Hallqvist
1996-02-23From NetBSD:Niklas Hallqvist
1995-10-18initial import of NetBSD treeTheo de Raadt