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
/
engine.c
(
follow
)
Commit message (
Collapse
)
Author
Age
Files
Lines
*
remaining easy snprintf conversions
deraadt
2002-05-25
1
-4
/
+4
|
*
Part one of userland __P removal. Done with a simple regexp with some minor hand editing to make comments line up correctly. Another pass is forthcoming that handles the cases that could not be done automatically.
millert
2002-02-16
1
-11
/
+11
|
*
- cast usages of *printf() to void since we don't check return val
millert
1997-04-28
1
-11
/
+15
|
|
|
|
|
|
- move an assert to be *before* a strcpy() where it can do some good. - integrate NetBSD fixes for 64-bit machines (NetBSD PR #3450, Ross Harvey) - add lite2 tags
*
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
-2
/
+2
|
*
Fix RCS ids
tholo
1996-08-19
1
-4
/
+4
|
|
|
|
Make sure everything uses {SYS,}LIBC_SCCS properly
*
initial import of NetBSD tree
deraadt
1995-10-18
1
-0
/
+1093