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
/
script
/
script.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Change all tame callers to namechange to pledge(2).
deraadt
2015-10-09
1
-5
/
+5
*
move from tame "ioctl" to tame "tty", which provides a better fit for
deraadt
2015-10-07
1
-2
/
+2
*
Repair tame() error check to be == -1
deraadt
2015-10-04
1
-2
/
+2
*
script is two processes. the main io-loop process can be locked down with
deraadt
2015-10-03
1
-1
/
+7
*
SIGCHLD handler was established before forking into two processes.
deraadt
2015-07-19
1
-4
/
+11
*
tzfile.h is an internal header that should never have been installed.
millert
2015-03-15
1
-3
/
+2
*
rcsid[] and sccsid[] and copyright[] are essentially unmaintained (and
deraadt
2009-10-27
1
-14
/
+1
*
in the write codepaths, errors other than EAGAIN are fatal to the loop; ok otto
deraadt
2005-12-12
1
-2
/
+6
*
use STDERR_FILENO; ok cloder
deraadt
2005-04-11
1
-3
/
+3
*
Block SIGALRM during write--we only want it to interrupt read().
millert
2004-12-19
1
-2
/
+7
*
use err/warn and __progname
mickey
2004-10-10
1
-8
/
+9
*
ARGSUSED before signal handler with unused signo
deraadt
2004-09-14
1
-4
/
+8
*
mostly ansi cleanup; pval ok
deraadt
2003-06-10
1
-16
/
+10
*
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
-9
/
+9
*
After a simplistic rewrite, signal flags were not being noticed until a
deraadt
2001-11-18
1
-48
/
+104
*
correct type on last arg to execl(); nordin@cse.ogi.edu
deraadt
2001-07-09
1
-3
/
+3
*
comment on a real nasty race
deraadt
2001-01-11
1
-2
/
+3
*
warnx?/errx? paranoia (use "%s" not a bare string unless it is a
millert
2000-06-30
1
-3
/
+3
*
Propagate window size changes to slave.
espie
2000-04-16
1
-2
/
+21
*
Make script give correct return values; adapted from FreeBSD
ericj
2000-03-22
1
-13
/
+18
*
union wait is wrong; christos
deraadt
1998-12-19
1
-4
/
+4
*
save errno in mangly handlers
deraadt
1997-08-06
1
-2
/
+5
*
save errno in sigchld handlers
deraadt
1997-08-04
1
-2
/
+4
*
user err(3)
mickey
1997-07-25
1
-33
/
+5
*
#if __STDC__ --> #ifdef __STDC__
mickey
1997-07-25
1
-5
/
+5
*
Wall
deraadt
1997-06-20
1
-2
/
+5
*
exec with argv[0] as shell, not "sh"; era@iki.fi
deraadt
1997-03-25
1
-3
/
+3
*
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
/
+2
*
initial import of NetBSD tree
deraadt
1995-10-18
1
-0
/
+273