summaryrefslogtreecommitdiff
path: root/sys/kern/tty_subr.c
AgeCommit message (Expand)Author
2010-11-11Kill unused cinit(), and skip some diagnostic printf if optionMiod Vallat
2009-11-13>15 year old buffer-read-1-byte-too-far in clrbits() [code I wrote, yeah]Theo de Raadt
2009-07-19clalloc() can't fail, so there's no need to handle failure cases.Bret Lambert
2008-03-31purge memory in the tty clist rings as we advance; tested by a fewTheo de Raadt
2007-09-07Use M_ZERO in a few more places to shave bytes from the kernel.Artur Grabowski
2005-12-21ansi/deregister. No binary change.Jonathan Gray
2003-06-02remove terms 3 and 4 of some of my licencesTheo de Raadt
2002-03-14First round of __P removal in sysTodd C. Miller
2001-09-28QBITS is always defined, no point in having all those cofusing ifdefs.Artur Grabowski
2001-09-28Redundant prototypes.Artur Grabowski
2001-07-05Get rid of REAL_CLISTS. It was never implemented and the tentacles areArtur Grabowski
2001-06-22KNFTheo de Raadt
2001-05-16No need to check M_WAIT/M_WAITOK malloc return values. (art@ ok)Hakan Olsson
2001-01-25spellingTodd T. Fries
2000-09-27replace MALLOC/FREE w/ malloc/free for non-constant-sized memory allocations;...Michael Shalayeff
2000-08-04clear rings before freeing themTheo de Raadt
2000-08-04KNFTheo de Raadt
1996-10-07a teeny bit more careTheo de Raadt
1996-10-07clear quotes not buf; from hbriceno@lcs.mit.eduTheo de Raadt
1996-06-06catq: must spltty before playingTheo de Raadt
1996-06-05catq() optimizations; if to queue is empty, swapping clist structures is fasterTheo de Raadt
1996-03-03From NetBSD: 960217 mergeNiklas Hallqvist
1995-10-18initial import of NetBSD treeTheo de Raadt