summaryrefslogtreecommitdiffstats
path: root/sys/kern/tty_subr.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* remove terms 3 and 4 of some of my licencesderaadt2003-06-021-6/+1
|
* First round of __P removal in sysmillert2002-03-141-3/+3
|
* QBITS is always defined, no point in having all those cofusing ifdefs.art2001-09-281-48/+3
|
* Redundant prototypes.art2001-09-281-5/+1
|
* Get rid of REAL_CLISTS. It was never implemented and the tentacles areart2001-07-051-4/+1
| | | | everywhhere.
* KNFderaadt2001-06-221-3/+3
|
* No need to check M_WAIT/M_WAITOK malloc return values. (art@ ok)ho2001-05-161-8/+1
|
* spellingtodd2001-01-251-2/+2
|
* replace MALLOC/FREE w/ malloc/free for non-constant-sized memory allocations; art@ okmickey2000-09-271-6/+6
|
* clear rings before freeing themderaadt2000-08-041-3/+7
|
* KNFderaadt2000-08-041-7/+7
|
* a teeny bit more carederaadt1996-10-071-1/+2
|
* clear quotes not buf; from hbriceno@lcs.mit.eduderaadt1996-10-071-3/+3
|
* catq: must spltty before playingderaadt1996-06-061-2/+9
|
* catq() optimizations; if to queue is empty, swapping clist structures is fasterderaadt1996-06-051-1/+16
|
* From NetBSD: 960217 mergeniklas1996-03-031-7/+13
|
* initial import of NetBSD treederaadt1995-10-181-0/+549