summaryrefslogtreecommitdiffstats
path: root/sys/sys/tty.h
Commit message (Expand)AuthorAgeFilesLines
* Fixed some style bugs in recent commits.bde2002-05-281-6/+6
* Add NAI copyright.des2002-05-281-0/+8
* Back out part of previous commit; the dev_t union trick is still useful indes2002-05-281-1/+6
* Introduce struct xtty, used when exporting tty information to userland.des2002-05-281-6/+29
* Fixed -Wshadow warnings by renaming ttysleep()'s `timeout' parameter tobde2002-03-271-2/+1
* Remove __Palfred2002-03-191-48/+48
* Fixed style bugs (indentation errors, missing punctuation, and unsorting)bde2001-10-041-4/+4
* KSE Milestone 2julian2001-09-121-1/+1
* Fix a warning on alpha (real problem) and make pstat -t work as a bonus.peter2001-09-101-1/+6
* Fixed unsorting of prototypes in previous commit. Is it too much tobde2001-02-171-1/+1
* Extend kqueue down to the device layer.jlemon2001-02-151-0/+1
* Implement a unified run queue and adjust priority levels accordingly.jake2001-02-121-2/+2
* select() DKI is now in <sys/selinfo.h>.wollman2001-01-091-1/+1
* 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
OpenPOWER on IntegriCloud