index
:
wireguard-openbsd
jd/histogram
jd/queueboosts
jd/simplify-queueing
master
WireGuard implementation for the OpenBSD kernel
Matt Dunwoodie
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
sys
/
kern
/
tty_subr.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove some includes include-what-you-use claims don't
jsg
2015-03-14
1
-2
/
+1
*
convert bcopy to memcpy. ok millert
tedu
2014-12-10
1
-3
/
+3
*
pass size argument to free()
deraadt
2014-11-03
1
-3
/
+3
*
bzero -> memset. for the speeds.
tedu
2014-07-13
1
-2
/
+2
*
add a size argument to free. will be used soon, but for now default to 0.
tedu
2014-07-12
1
-3
/
+3
*
use explicit_bzero for stack and freed variables
tedu
2014-07-09
1
-3
/
+3
*
A couple of trivial spacing and comment fixes.
nicm
2012-05-24
1
-5
/
+5
*
unputc should clear the character removed in the buffers like getc.
nicm
2012-05-24
1
-1
/
+3
*
When clearing quote bits in getc and q_to_b, clear from the c_cf (the
nicm
2012-05-24
1
-3
/
+3
*
Kill unused cinit(), and skip some diagnostic printf if option
miod
2010-11-11
1
-12
/
+3
*
>15 year old buffer-read-1-byte-too-far in clrbits() [code I wrote, yeah]
deraadt
2009-11-13
1
-4
/
+6
*
clalloc() can't fail, so there's no need to handle failure cases.
blambert
2009-07-19
1
-15
/
+11
*
purge memory in the tty clist rings as we advance; tested by a few
deraadt
2008-03-31
1
-3
/
+7
*
Use M_ZERO in a few more places to shave bytes from the kernel.
art
2007-09-07
1
-7
/
+5
*
ansi/deregister. No binary change.
jsg
2005-12-21
1
-50
/
+23
*
remove terms 3 and 4 of some of my licences
deraadt
2003-06-02
1
-6
/
+1
*
First round of __P removal in sys
millert
2002-03-14
1
-3
/
+3
*
QBITS is always defined, no point in having all those cofusing ifdefs.
art
2001-09-28
1
-48
/
+3
*
Redundant prototypes.
art
2001-09-28
1
-5
/
+1
*
Get rid of REAL_CLISTS. It was never implemented and the tentacles are
art
2001-07-05
1
-4
/
+1
*
KNF
deraadt
2001-06-22
1
-3
/
+3
*
No need to check M_WAIT/M_WAITOK malloc return values. (art@ ok)
ho
2001-05-16
1
-8
/
+1
*
spelling
todd
2001-01-25
1
-2
/
+2
*
replace MALLOC/FREE w/ malloc/free for non-constant-sized memory allocations; art@ ok
mickey
2000-09-27
1
-6
/
+6
*
clear rings before freeing them
deraadt
2000-08-04
1
-3
/
+7
*
KNF
deraadt
2000-08-04
1
-7
/
+7
*
a teeny bit more care
deraadt
1996-10-07
1
-1
/
+2
*
clear quotes not buf; from hbriceno@lcs.mit.edu
deraadt
1996-10-07
1
-3
/
+3
*
catq: must spltty before playing
deraadt
1996-06-06
1
-2
/
+9
*
catq() optimizations; if to queue is empty, swapping clist structures is faster
deraadt
1996-06-05
1
-1
/
+16
*
From NetBSD: 960217 merge
niklas
1996-03-03
1
-7
/
+13
*
initial import of NetBSD tree
deraadt
1995-10-18
1
-0
/
+549