aboutsummaryrefslogtreecommitdiff
path: root/sys/kern/tty_compat.c
Commit message (Expand)AuthorAgeFilesLines
* Move most of the contents of opt_compat.h to opt_global.h.Brooks Davis2018-04-061-2/+0
* Use the stack for temporary storage in OTIOCCONS.Brooks Davis2018-03-121-3/+5
* sys: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-201-0/+2
* Renumber license clauses in sys/kern to avoid skipping #3Ed Maste2016-09-151-1/+1
* Make TIOCSTI work again.Ed Schouten2010-01-041-4/+6
* Fix an awful bug inside our COMPAT_43TTY code.Ed Schouten2008-09-041-12/+14
* Integrate the new MPSAFE TTY layer to the FreeBSD operating system.Ed Schouten2008-08-201-23/+32
* Move the old BSD4.3 tty compatibility from (!BURN_BRIDGES && COMPAT_43)Poul-Henning Kamp2006-01-101-5/+0
* Make ttsetcompat() staticPoul-Henning Kamp2005-10-161-1/+1
* Put the pre FreeBSD-2.x tty compat code under BURN_BRIDGES.Poul-Henning Kamp2004-06-211-0/+3
* New style functions, kill register keyword.Poul-Henning Kamp2004-06-211-43/+28
* Deorbit COMPAT_SUNOS.Poul-Henning Kamp2004-06-111-2/+2
* Compare t_brkc against (char)_POSIX_VDISABLE, not against -1.Olivier Houchard2004-05-071-1/+1
* Remove advertising clause from University of California Regent's license,Warner Losh2004-04-051-4/+0
* Use __FBSDID().David E. O'Brien2003-06-111-1/+3
* Fixed some style bugs in the removal of __P(()). The main ones wereBruce Evans2002-03-241-4/+4
* Remove __P.Alfred Perlstein2002-03-191-4/+4
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
* This commit fixes various 64bit portability problems required forDoug Rabson1998-06-071-3/+3
* Don't depend on "implicit int".Bruce Evans1998-02-251-4/+4
* Fix a couple of operator precedence bugs.Steve Price1998-01-251-3/+3
* Make COMPAT_43 and COMPAT_SUNOS new-style options.Eivind Eklund1997-12-161-1/+3
* Use ENOIOCTL instead of -1 (= ERESTART) for tty ioctls that areBruce Evans1997-12-061-2/+2
* Removed unused #includes.Bruce Evans1997-08-021-6/+1
* Don't include <sys/ioctl.h> in the kernel. Stage 5: includeBruce Evans1997-03-241-2/+2
* Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are notPeter Wemm1997-02-221-1/+1
* Make the long-awaited change from $Id$ to $FreeBSD$Jordan K. Hubbard1997-01-141-1/+1
* A Major staticize sweep. Generates a couple of warnings that I'll dealPoul-Henning Kamp1995-12-141-2/+4
* Improved formatting.Bruce Evans1995-11-181-5/+8
* Preserve current termios speed for TIOCSET*, if it matched withAndrey A. Chernov1995-08-021-3/+7
* Better approximation for TIOCGETP (gtty) for non-standard speeds.Andrey A. Chernov1995-08-021-9/+18
* Check for valid speed values in pty driveAndrey A. Chernov1995-08-021-4/+7
* Check for valid speeds in TIOCSET* and return EINVAL for incorrectAndrey A. Chernov1995-08-011-7/+4
* Remove trailing whitespace.Rodney W. Grimes1995-05-301-9/+9
* Extract "set" family functions to separate module, needed forAndrey A. Chernov1995-04-111-70/+90
* Back out changes related to locked bits until more elegant solution will beAndrey A. Chernov1995-04-021-20/+20
* Fix error in TIOCSETC/TIOCSLTC, they need to call TIOCSETA.Andrey A. Chernov1995-04-021-16/+18
* Return EINVAL instead of setting wrong in/out speedAndrey A. Chernov1995-04-021-9/+9
* c_iflag handling in setting compat modes now more close to V7Andrey A. Chernov1995-03-291-2/+4
* Better IXANY/IXOFF processing into setflags.Andrey A. Chernov1994-10-111-6/+14
* Fix old cs8->cs7 bug, bringed by rlogin.Andrey A. Chernov1994-10-111-25/+45
* Cosmetics: added ()'s and fixed prinf-formats to make gcc silent.Poul-Henning Kamp1994-10-081-2/+2
* Support speeds 57600 and 115200.Bruce Evans1994-08-251-12/+16
* Added $Id$David Greenman1994-08-021-0/+1
* The big 4.4BSD Lite to FreeBSD 2.0.0 (Development) patch.Rodney W. Grimes1994-05-251-0/+7
* BSD 4.4 Lite Kernel SourcesRodney W. Grimes1994-05-241-0/+411