summaryrefslogtreecommitdiffstats
path: root/usr.bin/mail/tty.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Replace usage of TIOCSTI in mail while editing headers using a more commonanton2017-06-281-125/+203
* ctype and other sign extension fixes.okan2014-01-171-3/+3
* rcsid[] and sccsid[] and copyright[] are essentially unmaintained (andderaadt2009-10-271-9/+1
* Fix off-by-one bug in readtty() and don't assume BUFSIZ == 1024.millert2005-07-111-8/+5
* Remove the advertising clause in the UCB license which Berkeleymillert2003-06-031-7/+3
* Fix typo; SIGTTIN where SIGINT meant and rename a variable for clarity.millert2001-11-281-5/+5
* o kill strcpy()millert2001-11-211-3/+3
* o ANSIfymillert2001-11-211-18/+11
* Major signal overhaul. We no longer longjmp all over the place.millert2001-11-201-53/+99
* Remove evil #ifdef __GNUC__ garbage to avoid longjmp clobbering andmillert2001-06-231-21/+9
* NetBSD changes (mostly comsmetic):millert1997-11-141-2/+5
* Add back EXTPROC code now that tty_pty.c has the lite2 fix.millert1997-11-131-2/+22
* Remove TIOCEXT added in lite2 merge for now. Causes problems whenmillert1997-07-311-23/+2
* Fix one possible oflow (not exploitable) and do a wee bit of KNF.millert1997-07-301-21/+21
* grabh() now returns SIGINT if it was interrupted (previously alwaysmillert1997-07-221-4/+7
* Convert remaining sigsetmask() -> sigprocmask() (POSIX style)millert1997-07-141-4/+4
* NOSTR -> NULLmillert1997-07-141-21/+21
* bcopy() -> memcpy() and fix some casts.millert1997-07-131-6/+6
* Merge in NetBSD and 4.4BSD-lite2 changes as well as some of my own.millert1997-07-131-6/+27
* from christos;deraadt1996-06-111-8/+25
* initial import of NetBSD treederaadt1995-10-181-0/+275