summaryrefslogtreecommitdiffstats
path: root/usr.bin/telnet/sys_bsd.c
AgeCommit message (Expand)AuthorFilesLines
2019-06-28When system calls indicate an error they return -1, not some arbitraryderaadt1-7/+7
2017-07-19A few cleanups. This only needs to operate on systems with SIGWINCH,deraadt1-99/+3
2017-07-07Remove unnecessary #ifdefs in telnet. No binary change.fcambus1-55/+1
2016-03-16More "(<blah> *)0" -> NULL, avoiding any stdarg functions.krw1-2/+2
2015-11-29telnet: check if fd is a tty before calling tcsetattr(fd, TCSADRAIN)semarie1-3/+4
2015-03-29Revert r1.29 "Don't clear ICRNL when editing mode is off, so that charactersthen1-1/+2
2015-02-12Don't clear ICRNL when editing mode is off, so that character local echoguenther1-2/+1
2014-09-09Eliminate a pile of casts that were superfluous or wrong, or that wereguenther1-5/+5
2014-07-22use ansi style function declarationsjsg1-46/+34
2014-07-20Eliminate silly call() routine that fakes up internal calls as ifguenther1-9/+3
2014-07-20Mark a slurry of functions as staticguenther1-20/+7
2014-07-20Kill lint comments; mark ExitString() as __deadguenther1-7/+1
2014-07-20Switch from memmove() to memcpy() where appropriate; simplify addressguenther1-2/+2
2014-07-20VSUSP and SIGTSTP are required by POSIXguenther1-16/+2
2014-07-20Delete an insane chunk of code for handling broken poll() emulation.guenther1-15/+2
2014-07-20More encryption tentacles: intr_happened and intr_waiting vanishguenther1-8/+5
2014-07-20Eliminate trivial wrappers TerminalWrite() and TerminalRead()guenther1-51/+2
2014-07-20Correctly cast to unsigned char for ctype functions/macrosguenther1-1/+3
2014-07-20Simplify #includes, start pushing them into the .c files, eliminateguenther1-4/+3
2014-07-19Flense the telnet code base of unwanted ifdefs: authentication/encryptionguenther1-329/+6
2013-04-21Convert select() to poll(). OK deraadt@millert1-65/+39
2003-06-03Remove the advertising clause in the UCB license which Berkeleymillert1-6/+2
2002-06-12a real pid_t cleanup.mpech1-2/+2
2002-03-25Todd Miller pointed this out to me:hin1-3/+3
2002-03-22Telnet encryption warning messages, taken from kth-krb4-1.1.1.hin1-1/+8
2001-11-19kill more registersmpech1-6/+6
2001-09-04Replace the deprecated BSD sigsetmask/sigblock/sigpause functions with their POSIX counterparts.millert1-6/+7
2000-10-10Use curses, not ocurses and thus setupterm() not tgetent(). This meansmillert1-1/+2
1999-05-07repair TIOCFLUSH use; alaric@MIT.EDUderaadt1-3/+4
1998-12-28handle oversize fd_setderaadt1-47/+56
1998-03-12encryption support from kth-krb 0.9.8 (kerberos only)art1-69/+32
1996-12-11Add ``#include <unistd.h>'' for prototypes of:robin1-2/+3
1996-03-27From NetBSD: merge of 960317niklas1-15/+75
1996-02-23From NetBSD:niklas1-4/+2
1995-10-18initial import of NetBSD treederaadt1-0/+1173