summaryrefslogtreecommitdiffstats
path: root/sys/kern/tty_compat.c
Commit message (Expand)AuthorAgeFilesLines
* Make TIOCSTI work again.ed2010-01-041-4/+6
* Fix an awful bug inside our COMPAT_43TTY code.ed2008-09-041-12/+14
* Integrate the new MPSAFE TTY layer to the FreeBSD operating system.ed2008-08-201-23/+32
* Move the old BSD4.3 tty compatibility from (!BURN_BRIDGES && COMPAT_43)phk2006-01-101-5/+0
* Make ttsetcompat() staticphk2005-10-161-1/+1
* Put the pre FreeBSD-2.x tty compat code under BURN_BRIDGES.phk2004-06-211-0/+3
* New style functions, kill register keyword.phk2004-06-211-43/+28
* Deorbit COMPAT_SUNOS.phk2004-06-111-2/+2
* Compare t_brkc against (char)_POSIX_VDISABLE, not against -1.cognet2004-05-071-1/+1
* Remove advertising clause from University of California Regent's license,imp2004-04-051-4/+0
* Use __FBSDID().obrien2003-06-111-1/+3
* Fixed some style bugs in the removal of __P(()). The main ones werebde2002-03-241-4/+4
* Remove __P.alfred2002-03-191-4/+4
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
* This commit fixes various 64bit portability problems required fordfr1998-06-071-3/+3
* Don't depend on "implicit int".bde1998-02-251-4/+4
* Fix a couple of operator precedence bugs.steve1998-01-251-3/+3
* Make COMPAT_43 and COMPAT_SUNOS new-style options.eivind1997-12-161-1/+3
* Use ENOIOCTL instead of -1 (= ERESTART) for tty ioctls that arebde1997-12-061-2/+2
* Removed unused #includes.bde1997-08-021-6/+1
* Don't include <sys/ioctl.h> in the kernel. Stage 5: includebde1997-03-241-2/+2
* Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are notpeter1997-02-221-1/+1
* Make the long-awaited change from $Id$ to $FreeBSD$jkh1997-01-141-1/+1
* A Major staticize sweep. Generates a couple of warnings that I'll dealphk1995-12-141-2/+4
* Improved formatting.bde1995-11-181-5/+8
* Preserve current termios speed for TIOCSET*, if it matched withache1995-08-021-3/+7
* Better approximation for TIOCGETP (gtty) for non-standard speeds.ache1995-08-021-9/+18
* Check for valid speed values in pty driveache1995-08-021-4/+7
* Check for valid speeds in TIOCSET* and return EINVAL for incorrectache1995-08-011-7/+4
* Remove trailing whitespace.rgrimes1995-05-301-9/+9
* Extract "set" family functions to separate module, needed forache1995-04-111-70/+90
* Back out changes related to locked bits until more elegant solution will beache1995-04-021-20/+20
* Fix error in TIOCSETC/TIOCSLTC, they need to call TIOCSETA.ache1995-04-021-16/+18
* Return EINVAL instead of setting wrong in/out speedache1995-04-021-9/+9
* c_iflag handling in setting compat modes now more close to V7ache1995-03-291-2/+4
* Better IXANY/IXOFF processing into setflags.ache1994-10-111-6/+14
* Fix old cs8->cs7 bug, bringed by rlogin.ache1994-10-111-25/+45
* Cosmetics: added ()'s and fixed prinf-formats to make gcc silent.phk1994-10-081-2/+2
* Support speeds 57600 and 115200.bde1994-08-251-12/+16
* Added $Id$dg1994-08-021-0/+1
* The big 4.4BSD Lite to FreeBSD 2.0.0 (Development) patch.rgrimes1994-05-251-0/+7
* BSD 4.4 Lite Kernel Sourcesrgrimes1994-05-241-0/+411
OpenPOWER on IntegriCloud