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
/
lib
/
libc
/
regex
/
regexec.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Drop a const-bomb on regexec. It's probably not a good idea to remove a
martijn
2018-07-11
1
-4
/
+3
*
Userland reallocarray() audit.
doug
2014-10-11
1
-2
/
+3
*
silence some warnings by adding prototypes, casts, and headers as
tedu
2013-04-17
1
-3
/
+5
*
zap rcsid
espie
2005-08-05
1
-8
/
+1
*
remove useless comments, once used for header file generation and delete
otto
2004-11-30
1
-9
/
+1
*
ansify and deregister; no change in obj code. ok millert@
otto
2004-10-17
1
-8
/
+4
*
Remove the advertising clause in the UCB license which Berkeley
millert
2003-06-02
1
-6
/
+2
*
Remove dead code and variables
tholo
1997-04-30
1
-3
/
+1
*
- cast usages of *printf() to void since we don't check return val
millert
1997-04-28
1
-14
/
+22
*
long -> int to fix 64bit issues. This breaks 16bit machines but since we don't have any 16bit ports...) The alternative is to use int32_t's but then this code will break when/if int > 32bits which is not so unlikely. Fixes NetBSD PR #3450 from Ross Harvey (but in a different way)
millert
1997-04-12
1
-14
/
+14
*
Remove dead code
tholo
1996-09-15
1
-3
/
+1
*
Fix RCS ids
tholo
1996-08-19
1
-9
/
+1
*
Make a proper lvalue in INC
tholo
1996-03-25
1
-1
/
+1
*
initial import of NetBSD tree
deraadt
1995-10-18
1
-0
/
+187