summaryrefslogtreecommitdiff
path: root/sys/kern/tty.c
Commit message (Expand)AuthorAgeFilesLines
* Don't include <sys/ioctl.h> in the kernel. Stage 5: includeBruce Evans1997-03-241-2/+5
* Don't #include <sys/fcntl.h> in <sys/file.h> if KERNEL is defined.Bruce Evans1997-03-231-2/+2
* Fixed some invalid (non-atomic) accesses to `time', mostly ones of theBruce Evans1997-03-221-7/+3
* Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are notPeter Wemm1997-02-221-1/+1
* This is the kernel Lite/2 commit. There are some requisite userlandJohn Dyson1997-02-101-1/+1
* Make the long-awaited change from $Id$ to $FreeBSD$Jordan K. Hubbard1997-01-141-1/+1
* Help broken d_stop() routines by flushing the output queue beforeBruce Evans1996-11-291-2/+4
* Fixed bugs handling (background) orphaned process groups. ttyBruce Evans1996-11-291-5/+10
* Fixed some bugs in BREAK handling. If BRKINT is set, then always flushBruce Evans1996-11-291-7/+8
* Fixed handling of non-POSIX control characters. They must not doBruce Evans1996-11-291-9/+11
* Fixed the easy cases of const poisoning in the kernel. Cosmetic.Bruce Evans1996-08-311-3/+3
* Fixed a wrong comment. Did tsleep() ever return the networking errnoBruce Evans1996-08-281-2/+2
* Clean up -Wunused warnings.Gary Palmer1996-06-121-1/+3
* removed:Poul-Henning Kamp1996-05-021-2/+2
* From Lite2: proc LIST changes.Jeffrey Hsu1996-03-111-3/+3
* Add more options into the conf/options and i386/conf/options.i386 filesPeter Wemm1996-03-021-1/+2
* Oops, the last commit missed one change from 200 to OBUFSIZ + 100.Bruce Evans1995-12-161-2/+2
* Changed the maximum output queue count from (TTMAXHIWAT + 200) toBruce Evans1995-12-151-2/+3
* Disabled the sleep in ttyflush(). It can't work in general becauseBruce Evans1995-12-151-1/+15
* Restored unused function ttrstrt(). It would be used if the low levelBruce Evans1995-12-141-1/+27
* A Major staticize sweep. Generates a couple of warnings that I'll dealPoul-Henning Kamp1995-12-141-23/+6
* devsw tables are now arrays of POINTERS to struct [cb]devswJulian Elischer1995-12-131-6/+6
* Untangled the vm.h include file spaghetti.David Greenman1995-12-071-1/+6
* Fixed initialization of TS_CONNECTED bit in t_state. It wasn'tBruce Evans1995-10-311-1/+4
* Fix wakeups for TIOCDRAINWAIT. The conditional wakeups introduced in revBruce Evans1995-09-101-2/+3
* Check for valid speed values in pty driveAndrey A. Chernov1995-08-021-22/+2
* Optimize a bit valid speed search using fact that speed table sortedAndrey A. Chernov1995-08-011-1/+5
* Check for valid speeds in TIOCSET* and return EINVAL for incorrectAndrey A. Chernov1995-08-011-1/+19
* Obtained from: partly from ancient patches of mine via 1.1.5Bruce Evans1995-07-311-2/+2
* Obtained from: partly from ancient patches of mine via 1.1.5Bruce Evans1995-07-311-2/+6
* Obtained from: an ancient patch of mine via 1.1.5Bruce Evans1995-07-311-1/+2
* Obtained from: partly from ancient patches of mine via 1.1.5Bruce Evans1995-07-311-57/+65
* Assorted cosmetic changes:Bruce Evans1995-07-311-26/+29
* Improve input flow control.Bruce Evans1995-07-311-60/+80
* Don't swap the queue headers to implement concatenation of theBruce Evans1995-07-301-14/+23
* Split TS_ASLEEP (sleep on output [below low water])into TS_SO_OLOWAT (sleepBruce Evans1995-07-301-36/+25
* Obtained from: partly from ancient patches by ache and me via 1.1.5Bruce Evans1995-07-291-24/+1
* Obtained from: partly from ancient patches of mine via 1.1.5Bruce Evans1995-07-221-11/+11
* Move the inline code for waking up writers to a new functionBruce Evans1995-07-221-1/+18
* Obtained from: partly from ancient patches of mine via 1.1.5Bruce Evans1995-07-211-2/+13
* Obtained from: partly from ancient patches by ache and me via 1.1.5Bruce Evans1995-07-211-20/+15
* Obtained from: partly from anancient patch of mine via 1.1.5Bruce Evans1995-07-211-3/+11
* Obtained from: partly from an ancient patch of mine via 1.1.5Bruce Evans1995-07-211-4/+2
* Obtained from: an ancient patch of mine via 1.1.5Bruce Evans1995-07-211-3/+11
* Add to TODO list and move it to near the top of the file.Bruce Evans1995-07-211-18/+29
* Obtained from: ancient usenet posting as applied to 1.1.5Bruce Evans1995-07-211-2/+2
* ttywait: convert EWOULDBLOCK to EIO, when t_timeout expiredAndrey A. Chernov1995-06-241-1/+3
* Replace EWOULDBLOCK to EIO in ttwrite, when t_timeout expiredAndrey A. Chernov1995-06-231-1/+3
* Merge RELENG_2_0_5 into HEADRodney W. Grimes1995-06-111-4/+21
* Remove trailing whitespace.Rodney W. Grimes1995-05-301-2/+2