summaryrefslogtreecommitdiff
path: root/sys/kern/tty.c
Commit message (Expand)AuthorAgeFilesLines
* Merged revs 1.85-1.88 from -current: fixed handling of IEXTEN, BREAK andBruce Evans1996-12-181-20/+30
* 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-59/+79
* 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
* Make two "ttyout" ttysleep wmesg uniqueAndrey A. Chernov1995-05-071-3/+4
* Test the correct nonblocking flag in ttylclose(). IO_NDELAY is only validBruce Evans1995-05-071-2/+2
* Speed up ttnread() in the !(ICANON | ISIG) case by copying to user spaceBruce Evans1995-04-151-16/+53
* Oops, fix typing error in prev. commitAndrey A. Chernov1995-03-291-2/+2
* Handle TTY_BI now instead of TTY_FE && c == 0Andrey A. Chernov1995-03-291-2/+2
* Move parmark 0377 double code after control chars processingAndrey A. Chernov1995-03-291-6/+6
* ttyinput() fixes:Andrey A. Chernov1995-03-281-4/+8
* Bug fixed:Andrey A. Chernov1995-03-281-3/+3
* Add and move declarations to fix all of the warnings from `gcc -Wimplicit'Bruce Evans1995-03-161-4/+1