summaryrefslogtreecommitdiffstats
path: root/sys/sys/tty.h
Commit message (Expand)AuthorAgeFilesLines
* Back out the previous change to the queue(3) interface.jake2000-05-261-1/+1
* Change the way that the queue(3) structures are declared; don't assume thatjake2000-05-231-1/+1
* Introduce kqueue() and kevent(), a kernel event notification facility.jlemon2000-04-161-1/+1
* Change #ifdef KERNEL to #ifdef _KERNEL in the public headers. "KERNEL"peter1999-12-291-3/+3
* Fixed style bugs in prototypes.bde1999-10-021-13/+10
* Introduce ttyread() and ttywrite() which do the canonical thing.phk1999-09-281-0/+2
* Remove five now unused fields from struct cdevsw. They should neverphk1999-09-251-0/+1
* This patch clears the way for removing a number of tty relatedphk1999-09-251-2/+1
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
* This uses an SLIST_ENTRY and breaks the build without sys/queue.h. Commitjkh1999-08-091-1/+2
* Enable ttymalloc().phk1999-08-081-2/+2
* Add new sysctl "kern.ttys" which return all the struct tty's which havephk1999-08-081-1/+3
* I got another batch of suggestions for cosmetic changes from bde.truckman1998-11-111-2/+2
* Installed the second patch attached to kern/7899 with some changes suggestedtruckman1998-11-111-1/+2
* This commit fixes various 64bit portability problems required fordfr1998-06-071-4/+4
* Set the input and output buffer sizes and the input buffer watermarksbde1998-03-071-3/+8
* Last major round (Unless Bruce thinks of somthing :-) of malloc changes.phk1997-10-121-1/+4
* Update interfaces for poll()peter1997-09-141-3/+3
* Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are notpeter1997-02-221-1/+1
* Changed type of t_line from u_char to int. The Lite2 merge blew awaybde1997-02-181-1/+1
* This is the kernel Lite/2 commit. There are some requisite userlanddyson1997-02-101-1/+1
* Make the long-awaited change from $Id$ to $FreeBSD$jkh1997-01-141-1/+1
* Restored unused function ttrstrt(). It would be used if the low levelbde1995-12-141-1/+2
* A Major staticize sweep. Generates a couple of warnings that I'll dealphk1995-12-141-3/+1
* Pass 3 of the great devsw changesjulian1995-12-081-13/+1
* Obtained from: partly from ancient patches of mine via 1.1.5bde1995-07-311-6/+10
* Obtained from: partly from ancient patches of mine via 1.1.5bde1995-07-311-1/+8
* Obtained from: partly from ancient patches of mine via 1.1.5bde1995-07-311-2/+5
* Assorted cosmetic changes:bde1995-07-311-15/+4
* Improve input flow control.bde1995-07-311-1/+2
* Split TS_ASLEEP (sleep on output [below low water])into TS_SO_OLOWAT (sleepbde1995-07-301-3/+6
* Obtained from: partly from ancient patches by ache and me via 1.1.5bde1995-07-291-2/+1
* Obtained from: partly from ancient patches of mine via 1.1.5bde1995-07-221-1/+8
* Move the inline code for waking up writers to a new functionbde1995-07-221-1/+2
* Obtained from: partly from ancient patches of mine via 1.1.5bde1995-07-211-2/+2
* Obtained from: partly from ancient patches by ache and me via 1.1.5bde1995-07-211-4/+1
* Obtained from: partly from an ancient patch of mine via 1.1.5bde1995-07-211-1/+3
* Protect TTYHOG by #ifndef so it can be overridden from the configjoerg1995-07-161-1/+3
* Define IBUFSIZ as 384. This goes with speeding up ttnread().bde1995-04-151-3/+8
* Add new ttsetcompat function (from tty_compat)ache1995-04-111-1/+2
* Add TS_CAN_BYPASS_L_RINT state for serial devicesache1995-04-011-1/+5
* Add TTY_OE for overrun error and TTY_BI for break conditionache1995-03-291-2/+4
* Add and move declarations to fix all of the warnings from `gcc -Wimplicit'bde1995-03-281-1/+10
* Add and move declarations to fix all of the warnings from `gcc -Wimplicit'bde1995-03-161-1/+4
* Incorporate bde's code-review comments.pst1995-02-281-1/+2
* (a) remove the pointer to each driver's tty structure array from cdevswpst1995-02-251-2/+2
* TS_SNOOP flag added to identify tty is begin snooppedugen1995-02-141-1/+7
* Export ttnread().jkh1995-02-091-1/+4
* Fight against hanging modems: add timeout to ttywait.ache1995-01-051-1/+2
* Fix cblock starvation bugs by reserving enough cblocks for minimalbde1994-11-261-6/+9
OpenPOWER on IntegriCloud