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
/
paste
/
paste.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
fix a glitch in rev. 1.24: getline(3) returns ssize_t, not size_t;
schwarze
2018-08-04
1
-3
/
+5
*
obvious KNF: avoid '!' for tests of non-boolean variables,
schwarze
2018-08-04
1
-22
/
+21
*
Use POSIX getline(3) rather than the non-standard and error-prone fgetln(3).
schwarze
2018-08-04
1
-45
/
+33
*
When invoked with no file arguments, display usage and fail instead of
guenther
2018-01-02
1
-1
/
+4
*
Remove NULL-checks before free(). ok tb@
mmcc
2015-12-09
1
-3
/
+2
*
Change all tame callers to namechange to pledge(2).
deraadt
2015-10-09
1
-3
/
+3
*
tame "stdio rpath", satisfies the fopen cases
deraadt
2015-10-07
1
-1
/
+4
*
Release file descriptors as soon as they are not needed anymore.
tobias
2014-11-25
1
-1
/
+3
*
make fgetln fixups look like the man page. correct a pair of brances and
tedu
2010-08-12
1
-11
/
+14
*
rcsid[] and sccsid[] and copyright[] are essentially unmaintained (and
deraadt
2009-10-27
1
-12
/
+1
*
the ellipsis is not an optional argument; while here, sync the usage
sobrado
2007-08-06
1
-4
/
+4
*
Use queue(3) macros instead of custom queue.
ray
2006-05-04
1
-17
/
+13
*
use err/warn
mickey
2004-10-10
1
-20
/
+15
*
add missing includes
david
2003-07-10
1
-2
/
+3
*
mostly ansi cleanup; pval ok
deraadt
2003-06-10
1
-12
/
+7
*
Remove the advertising clause in the UCB license which Berkeley
millert
2003-06-03
1
-7
/
+3
*
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
-6
/
+6
*
kill more registers
mpech
2001-11-19
1
-10
/
+10
*
Check return value of malloc(). Also make the code clearer with respect to
aaron
2000-06-07
1
-12
/
+10
*
better fix; now if the last line in a file stream does not contain a newline,
aaron
1999-08-24
1
-19
/
+32
*
fgets() -> fgetln(). When reading files like this, the notion of a `line' is
aaron
1999-08-23
1
-9
/
+11
*
more -Wall
deraadt
1998-11-16
1
-7
/
+18
*
r?index -> strr?chr
millert
1997-01-17
1
-4
/
+4
*
getopt(3) returns -1 when out of args, not EOF, whee!
millert
1997-01-15
1
-3
/
+3
*
rcsid
deraadt
1996-06-26
1
-1
/
+3
*
initial import of NetBSD tree
deraadt
1995-10-18
1
-0
/
+252