summaryrefslogtreecommitdiff
path: root/sys/kern/tty_subr.c
AgeCommit message (Expand)Author
2014-12-10convert bcopy to memcpy. ok millertTed Unangst
2014-11-03pass size argument to free()Theo de Raadt
2014-07-13bzero -> memset. for the speeds.Ted Unangst
2014-07-12add a size argument to free. will be used soon, but for now default to 0.Ted Unangst
2014-07-09use explicit_bzero for stack and freed variablesTed Unangst
2012-05-24A couple of trivial spacing and comment fixes.Nicholas Marriott
2012-05-24unputc should clear the character removed in the buffers like getc.Nicholas Marriott
2012-05-24When clearing quote bits in getc and q_to_b, clear from the c_cf (theNicholas Marriott
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