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
/
gen
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
pid_t cleanup
deraadt
2002-05-26
1
-2
/
+2
*
add net.inet.icmp.tstamprepl sysctl for timestamp control; jason@ackley.net
deraadt
2002-05-24
1
-1
/
+2
*
try to use strlcpy and snprintf more; ok various
deraadt
2002-05-24
8
-33
/
+35
*
put a real struct definition instead of the weird "typedef struct
vincent
2002-05-22
1
-2
/
+2
*
now catches SIGALRM and SIGPIPE too
millert
2002-05-09
1
-2
/
+4
*
Add SIGALRM and SIGPIPE to the list of signals we catch, turn echo back on,
millert
2002-05-09
1
-10
/
+14
*
Fix typo; Peter Werner
millert
2002-05-08
1
-2
/
+2
*
Sync EA with FreeBSD, mostly addition of new ENOATTR errno.
drahn
2002-05-01
1
-1
/
+2
*
o) start new sentence on a new line;
mpech
2002-05-01
2
-9
/
+14
*
Some errno entries were not documented or added to _sys_errlist[] when
drahn
2002-04-30
1
-1
/
+4
*
Initial cleanup:
mpech
2002-04-30
8
-37
/
+38
*
Stash string lengths in variables instead of computing multiple times.
millert
2002-04-29
1
-42
/
+47
*
avoid cranking libc minors for another few weeks
deraadt
2002-04-19
1
-11
/
+1
*
Use __func__ in assert.
espie
2002-04-17
1
-1
/
+11
*
WCCPv1 GRE sysctl -- ok deraadt@
angelos
2002-04-03
1
-1
/
+6
*
VM is a history. From lazy form@.
mpech
2002-03-27
1
-2
/
+2
*
fix memleak.
mpech
2002-03-20
1
-1
/
+6
*
Add CAVEATS section similar to authenticate.3
millert
2002-03-16
1
-1
/
+21
*
Add CAVEATS section that details which functions call getpw* so
millert
2002-03-16
1
-2
/
+32
*
Add auth_getpwd MLINK
millert
2002-03-16
1
-3
/
+3
*
o Document auth_getpwd()
millert
2002-03-16
1
-23
/
+45
*
Convert indentation whitespace -> tabs and kill $@%^#! ^M's
millert
2002-03-13
2
-42
/
+42
*
document tcp.ackonpush
provos
2002-03-02
1
-2
/
+7
*
document cryptodevallowsoft
provos
2002-03-01
1
-2
/
+7
*
sysctl kern.usercrypto
deraadt
2002-02-23
1
-1
/
+6
*
Document KERN_SYSVIPC_INFO; from NetBSD
millert
2002-02-23
1
-1
/
+29
*
Add brief LOGIN_SETLOGIN caveat and point the user to setlogin(2)
millert
2002-02-23
1
-1
/
+14
*
We live in an ANSI C world. Remove lots of gratuitous #ifdef __STDC__ cruft.
millert
2002-02-19
19
-257
/
+25
*
Open console with O_NONBLOCK to avoid blocking on a locked console.
millert
2002-02-18
1
-5
/
+5
*
Manual cleanup of remaining userland __P use (excluding packages maintained outside the tree)
millert
2002-02-17
2
-16
/
+15
*
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
22
-99
/
+99
*
MI man page to document fpgetmask(3) and friends; from ross@NetBSD, ok deraadt
pvalchev
2002-02-16
2
-13
/
+147
*
back out the no reserved port option for nfs
nate
2002-02-10
1
-2
/
+1
*
o) Fix memory leak in _auth_checklogin(), auth_approval(), auth_close() and
mpech
2002-02-05
2
-23
/
+46
*
Fix memory leak in setuserpath(). We prefer patch from millert@.
mpech
2002-01-29
1
-12
/
+15
*
Fix memory leaks in login_getcapnum() and login_getcapsize().
mpech
2002-01-28
1
-3
/
+25
*
ellaborate on history
mickey
2002-01-24
1
-2
/
+9
*
_THREAD_PRIVATE_MUTEX_UNLOCK() on error before returning; millert@ ok.
fgsch
2002-01-23
1
-2
/
+4
*
Fix memory leaks in login_getstyle(), login_getstr() and login_getcaptime()
millert
2002-01-23
1
-42
/
+62
*
Use the volatile specifier to fix warnings about variables being
millert
2002-01-16
1
-6
/
+2
*
If waitpid() return ECHILD that should not be a fatal error since
millert
2002-01-14
1
-7
/
+7
*
document net.inet.icmp.redir{accept,timeout}
ericj
2002-01-12
1
-1
/
+10
*
typo
itojun
2002-01-11
1
-2
/
+2
*
document new sysctl for vfs.nfs.norsvport
nate
2002-01-11
1
-1
/
+2
*
If the handler for SIGCHLD is set to SIG_IGN, act as if the
millert
2002-01-07
1
-1
/
+25
*
more pid_t use
deraadt
2002-01-02
1
-2
/
+3
*
Document SIGTTIN and SIGTTOU now that we deal with them too.
millert
2001-12-15
1
-3
/
+8
*
Catch SIGTTIN and SIGTTOU too and treat them like SIGTSTP.
millert
2001-12-15
1
-4
/
+12
*
Add ERRORS and STANDARDS sections
millert
2001-12-07
1
-6
/
+41
*
o Turn off ECHONL in addition to ECHO
millert
2001-12-07
2
-17
/
+43
[next]