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
/
usr.bin
/
hexdump
/
parse.c
Age
Commit message (
Expand
)
Author
Files
Lines
2018-04-26
Use <fcntl.h> instead of <sys/file.h> for open() and friends.
guenther
1
-6
/
+1
2016-09-04
Replace strlen + calloc + snprintf with asprintf.
tb
1
-7
/
+3
2016-08-24
Convert quad_t to int64_t and %q to %ll
guenther
1
-8
/
+10
2016-03-15
o clean up a little whitespace and formatting
mmcc
1
-6
/
+12
2016-02-09
Replace a three step string duplication with strndup().
mmcc
1
-4
/
+3
2016-02-09
For a long time, nomem() has been a wrapper for err(1, NULL) and
tb
1
-7
/
+11
2009-10-27
rcsid[] and sccsid[] and copyright[] are essentially unmaintained (and
deraadt
1
-6
/
+1
2007-03-20
remove some bogus *p tests from charles longeau
tedu
1
-3
/
+3
2006-08-23
Remove line length limit when reading format strings from a file.
ray
1
-11
/
+17
2004-11-21
Fix some core dumps on malformed format strings. From KAMADA Ken'ichi
otto
1
-23
/
+39
2003-06-12
de-register and ansification; millert ok
deraadt
1
-19
/
+11
2003-06-03
Remove the advertising clause in the UCB license which Berkeley
millert
1
-7
/
+3
2003-04-05
simple strcpy replacement; miod ok
deraadt
1
-5
/
+6
2002-03-14
Remove \n from err/errx/warn/warnx().
mpech
1
-5
/
+5
2001-12-30
Changes come from NetBSD, Lite-2 and me. ok deraadt
pvalchev
1
-113
/
+142
2001-11-19
kill more registers
mpech
1
-12
/
+12
2001-11-02
replace fprintf(stderr)/exit w/ err/warn
mickey
1
-67
/
+32
2001-09-30
-Wall cleanup; ok deraadt
pvalchev
1
-2
/
+11
1999-02-07
fgets -> fgetln, don't lie about lines being too long
aaron
1
-10
/
+9
1998-08-11
detect a format string of spaces only as bad format.
provos
1
-2
/
+5
1997-01-17
r?index -> strr?chr
millert
1
-6
/
+6
1996-06-26
rcsid
deraadt
1
-1
/
+3
1995-10-18
initial import of NetBSD tree
deraadt
1
-0
/
+513