index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sys
/
kern
/
tty_subr.c
Age
Commit message (
Expand
)
Author
2014-12-10
convert bcopy to memcpy. ok millert
Ted Unangst
2014-11-03
pass size argument to free()
Theo de Raadt
2014-07-13
bzero -> memset. for the speeds.
Ted Unangst
2014-07-12
add a size argument to free. will be used soon, but for now default to 0.
Ted Unangst
2014-07-09
use explicit_bzero for stack and freed variables
Ted Unangst
2012-05-24
A couple of trivial spacing and comment fixes.
Nicholas Marriott
2012-05-24
unputc should clear the character removed in the buffers like getc.
Nicholas Marriott
2012-05-24
When clearing quote bits in getc and q_to_b, clear from the c_cf (the
Nicholas Marriott
2010-11-11
Kill unused cinit(), and skip some diagnostic printf if option
Miod Vallat
2009-11-13
>15 year old buffer-read-1-byte-too-far in clrbits() [code I wrote, yeah]
Theo de Raadt
2009-07-19
clalloc() can't fail, so there's no need to handle failure cases.
Bret Lambert
2008-03-31
purge memory in the tty clist rings as we advance; tested by a few
Theo de Raadt
2007-09-07
Use M_ZERO in a few more places to shave bytes from the kernel.
Artur Grabowski
2005-12-21
ansi/deregister. No binary change.
Jonathan Gray
2003-06-02
remove terms 3 and 4 of some of my licences
Theo de Raadt
2002-03-14
First round of __P removal in sys
Todd C. Miller
2001-09-28
QBITS is always defined, no point in having all those cofusing ifdefs.
Artur Grabowski
2001-09-28
Redundant prototypes.
Artur Grabowski
2001-07-05
Get rid of REAL_CLISTS. It was never implemented and the tentacles are
Artur Grabowski
2001-06-22
KNF
Theo de Raadt
2001-05-16
No need to check M_WAIT/M_WAITOK malloc return values. (art@ ok)
Hakan Olsson
2001-01-25
spelling
Todd T. Fries
2000-09-27
replace MALLOC/FREE w/ malloc/free for non-constant-sized memory allocations;...
Michael Shalayeff
2000-08-04
clear rings before freeing them
Theo de Raadt
2000-08-04
KNF
Theo de Raadt
1996-10-07
a teeny bit more care
Theo de Raadt
1996-10-07
clear quotes not buf; from hbriceno@lcs.mit.edu
Theo de Raadt
1996-06-06
catq: must spltty before playing
Theo de Raadt
1996-06-05
catq() optimizations; if to queue is empty, swapping clist structures is faster
Theo de Raadt
1996-03-03
From NetBSD: 960217 merge
Niklas Hallqvist
1995-10-18
initial import of NetBSD tree
Theo de Raadt