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
/
lib
/
libkern
/
libkern.h
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove non-__STDC__ assert macros from <lib/libkern/libkern.h>.
visa
2020-02-26
1
-22
/
+1
*
use size_t for the size of buffers and strings, not int.
dlg
2018-04-25
1
-2
/
+3
*
KASSERTMSG(9): New kernel assertion with message
uebayasi
2014-07-13
1
-1
/
+17
*
mop up #ifdef _KERNEL goo; ok miod
deraadt
2014-06-10
1
-1
/
+2
*
Initialize ci_randseed better using arc4random() + a trick. Remove the
deraadt
2014-01-19
1
-2
/
+1
*
add fls/flsl functions to find the last bit set in a value
jsg
2013-07-11
1
-1
/
+3
*
Add CTASSERT macro, for compile time assertions
sf
2013-06-08
1
-1
/
+4
*
Add strnlen() to libkern.
matthew
2012-04-26
1
-1
/
+2
*
add a new function, explicit_bzero, to be used for erasing "secret" stuff.
tedu
2011-01-10
1
-1
/
+2
*
Add OpenSSH's timingsafe_bcmp() to libkern.
matthew
2010-07-20
1
-1
/
+2
*
ansi func decls
jsg
2009-05-24
1
-19
/
+10
*
make random(9) return per-cpu values (by saving the seed in the cpuinfo),
deraadt
2008-10-15
1
-3
/
+3
*
locc() is dead, spotted by miod
deraadt
2007-05-04
1
-2
/
+1
*
move bcd tables to the only place that uses them (the unused mcd driver);
deraadt
2007-05-04
1
-5
/
+1
*
ansi and some missing protos
deraadt
2004-08-07
1
-2
/
+3
*
add bounded attribute to some functions. anil tested and ok'ed
itojun
2004-06-21
1
-4
/
+7
*
add back strchr/strrchr; from dhartmei
deraadt
2004-05-06
1
-1
/
+3
*
Remove strcat() and strcpy() prototypes since we no longer have those
millert
2003-06-23
1
-3
/
+1
*
Remove the advertising clause in the UCB license which Berkeley
millert
2003-06-02
1
-6
/
+2
*
First round of __P removal in sys
millert
2002-03-14
1
-30
/
+30
*
strlcat and strlcpy into libkern.
provos
2000-12-18
1
-1
/
+3
*
Pull memcmp() into libkern.
millert
2000-06-16
1
-1
/
+2
*
missed from last bcd2bin commit
mickey
1997-11-30
1
-1
/
+5
*
add prototype for memchr
chuck
1997-11-04
1
-1
/
+2
*
From NetBSD: assert stuff
niklas
1997-09-14
1
-1
/
+39
*
Removed strchr() for libkern.
millert
1997-05-05
1
-2
/
+1
*
Alpha needs strchr.c
millert
1997-05-04
1
-2
/
+2
*
no more 2(two) md5 libs in kernel!
mickey
1997-03-30
1
-3
/
+1
*
protect from multiple includes (required by gpl_math_emulate)
mickey
1997-01-18
1
-1
/
+6
*
Promise to not change arg 2 & 3 to scanc
niklas
1996-12-06
1
-2
/
+2
*
Move MD5 protos to a more sensible place
niklas
1996-08-11
1
-1
/
+3
*
srandom() seeds random() at boottime
deraadt
1996-08-10
1
-1
/
+2
*
add getsn(char *buf, int len)
deraadt
1996-06-16
1
-1
/
+2
*
NetBSD 960317 merge
niklas
1996-04-19
1
-21
/
+29
*
From NetBSD: Merge with NetBSD 960217
niklas
1996-02-29
1
-2
/
+6
*
initial import of NetBSD tree
deraadt
1995-10-18
1
-0
/
+117