aboutsummaryrefslogtreecommitdiff
path: root/sys/sys/tty.h
Commit message (Expand)AuthorAgeFilesLines
...
* Second half of the dev_t cleanup.Poul-Henning Kamp2004-06-171-2/+2
* Do the dreaded s/dev_t/struct cdev */Poul-Henning Kamp2004-06-161-2/+2
* Reference count struct tty.Poul-Henning Kamp2004-06-091-2/+8
* Move PTY private defines into PTY private files.Poul-Henning Kamp2004-06-091-3/+0
* Centralize the line discipline optimization determination in a functionPoul-Henning Kamp2004-06-041-0/+1
* Move the line discipline related stuff out of <sys/conf.h> and intoPoul-Henning Kamp2004-06-041-0/+5
* Get rid of ttyregister(). All drivers now use ttymalloc() for structPoul-Henning Kamp2004-06-041-1/+0
* shift the four cdevsw functions for ttys to sys/conf.h and prototypePoul-Henning Kamp2004-06-011-4/+0
* Remove advertising clause from University of California Regent's license,Warner Losh2004-04-071-4/+0
* Use a new message buffer `consmsgbuf' to forward messages to aIan Dowse2003-06-221-0/+3
* Raise the default value of TTYHOG from 1 kB to 8 kB. Since TTYHOG isDavid Schultz2003-03-051-1/+1
* Declare tty related counters in a tty related .h file.Poul-Henning Kamp2003-02-161-0/+4
* Fixed some style bugs in recent commits.Bruce Evans2002-05-281-6/+6
* Add NAI copyright.Dag-Erling Smørgrav2002-05-281-0/+8
* Back out part of previous commit; the dev_t union trick is still useful inDag-Erling Smørgrav2002-05-281-1/+6
* Introduce struct xtty, used when exporting tty information to userland.Dag-Erling Smørgrav2002-05-281-6/+29
* Fixed -Wshadow warnings by renaming ttysleep()'s `timeout' parameter toBruce Evans2002-03-271-2/+1
* Remove __PAlfred Perlstein2002-03-191-48/+48
* Fixed style bugs (indentation errors, missing punctuation, and unsorting)Bruce Evans2001-10-041-4/+4
* KSE Milestone 2Julian Elischer2001-09-121-1/+1
* Fix a warning on alpha (real problem) and make pstat -t work as a bonus.Peter Wemm2001-09-101-1/+6
* Fixed unsorting of prototypes in previous commit. Is it too much toBruce Evans2001-02-171-1/+1
* Extend kqueue down to the device layer.Jonathan Lemon2001-02-151-0/+1
* Implement a unified run queue and adjust priority levels accordingly.Jake Burkholder2001-02-121-2/+2
* select() DKI is now in <sys/selinfo.h>.Garrett Wollman2001-01-091-1/+1
* Back out the previous change to the queue(3) interface.Jake Burkholder2000-05-261-1/+1
* Change the way that the queue(3) structures are declared; don't assume thatJake Burkholder2000-05-231-1/+1
* Introduce kqueue() and kevent(), a kernel event notification facility.Jonathan Lemon2000-04-161-1/+1
* Change #ifdef KERNEL to #ifdef _KERNEL in the public headers. "KERNEL"Peter Wemm1999-12-291-3/+3
* Fixed style bugs in prototypes.Bruce Evans1999-10-021-13/+10
* Introduce ttyread() and ttywrite() which do the canonical thing.Poul-Henning Kamp1999-09-281-0/+2
* Remove five now unused fields from struct cdevsw. They should neverPoul-Henning Kamp1999-09-251-0/+1
* This patch clears the way for removing a number of tty relatedPoul-Henning Kamp1999-09-251-2/+1
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
* This uses an SLIST_ENTRY and breaks the build without sys/queue.h. CommitJordan K. Hubbard1999-08-091-1/+2
* Enable ttymalloc().Poul-Henning Kamp1999-08-081-2/+2
* Add new sysctl "kern.ttys" which return all the struct tty's which havePoul-Henning Kamp1999-08-081-1/+3
* 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