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