aboutsummaryrefslogtreecommitdiff
path: root/sys/sys/tty.h
Commit message (Expand)AuthorAgeFilesLines
* I got another batch of suggestions for cosmetic changes from bde.Don Lewis1998-11-111-2/+2
* Installed the second patch attached to kern/7899 with some changes suggestedDon Lewis1998-11-111-1/+2
* This commit fixes various 64bit portability problems required forDoug Rabson1998-06-071-4/+4
* Set the input and output buffer sizes and the input buffer watermarksBruce Evans1998-03-071-3/+8
* Last major round (Unless Bruce thinks of somthing :-) of malloc changes.Poul-Henning Kamp1997-10-121-1/+4
* Update interfaces for poll()Peter Wemm1997-09-141-3/+3
* Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are notPeter Wemm1997-02-221-1/+1
* Changed type of t_line from u_char to int. The Lite2 merge blew awayBruce Evans1997-02-181-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
* Restored unused function ttrstrt(). It would be used if the low levelBruce Evans1995-12-141-1/+2
* A Major staticize sweep. Generates a couple of warnings that I'll dealPoul-Henning Kamp1995-12-141-3/+1
* Pass 3 of the great devsw changesJulian Elischer1995-12-081-13/+1
* Obtained from: partly from ancient patches of mine via 1.1.5Bruce Evans1995-07-311-6/+10
* Obtained from: partly from ancient patches of mine via 1.1.5Bruce Evans1995-07-311-1/+8
* Obtained from: partly from ancient patches of mine via 1.1.5Bruce Evans1995-07-311-2/+5
* Assorted cosmetic changes:Bruce Evans1995-07-311-15/+4
* Improve input flow control.Bruce Evans1995-07-311-1/+2
* Split TS_ASLEEP (sleep on output [below low water])into TS_SO_OLOWAT (sleepBruce Evans1995-07-301-3/+6
* Obtained from: partly from ancient patches by ache and me via 1.1.5Bruce Evans1995-07-291-2/+1
* Obtained from: partly from ancient patches of mine via 1.1.5Bruce Evans1995-07-221-1/+8
* Move the inline code for waking up writers to a new functionBruce Evans1995-07-221-1/+2
* Obtained from: partly from ancient patches of mine via 1.1.5Bruce Evans1995-07-211-2/+2
* Obtained from: partly from ancient patches by ache and me via 1.1.5Bruce Evans1995-07-211-4/+1
* Obtained from: partly from an ancient patch of mine via 1.1.5Bruce Evans1995-07-211-1/+3
* Protect TTYHOG by #ifndef so it can be overridden from the configJoerg Wunsch1995-07-161-1/+3
* Define IBUFSIZ as 384. This goes with speeding up ttnread().Bruce Evans1995-04-151-3/+8
* Add new ttsetcompat function (from tty_compat)Andrey A. Chernov1995-04-111-1/+2
* Add TS_CAN_BYPASS_L_RINT state for serial devicesAndrey A. Chernov1995-04-011-1/+5
* Add TTY_OE for overrun error and TTY_BI for break conditionAndrey A. Chernov1995-03-291-2/+4
* Add and move declarations to fix all of the warnings from `gcc -Wimplicit'Bruce Evans1995-03-281-1/+10
* Add and move declarations to fix all of the warnings from `gcc -Wimplicit'Bruce Evans1995-03-161-1/+4
* Incorporate bde's code-review comments.Paul Traina1995-02-281-1/+2
* (a) remove the pointer to each driver's tty structure array from cdevswPaul Traina1995-02-251-2/+2
* TS_SNOOP flag added to identify tty is begin snooppedUgen J.S. Antsilevich1995-02-141-1/+7
* Export ttnread().Jordan K. Hubbard1995-02-091-1/+4
* Fight against hanging modems: add timeout to ttywait.Andrey A. Chernov1995-01-051-1/+2
* Fix cblock starvation bugs by reserving enough cblocks for minimalBruce Evans1994-11-261-6/+9
* Prototypes, prototypes and even more prototypes. Not quite done yet, butPoul-Henning Kamp1994-10-021-2/+2
* Added prototypes for cblock_alloc_cblocks and cblock_free_cblocks.David Greenman1994-09-131-1/+3
* Made them all idempotent.Paul Richards1994-08-211-1/+6
* Fix up some sloppy coding practices:Garrett Wollman1994-08-181-2/+2
* Added $Id$David Greenman1994-08-021-0/+1
* BSD 4.4 Lite Kernel SourcesRodney W. Grimes1994-05-241-0/+217