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
/
sys
/
kern
/
subr_log.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
The must be no space after the syslog priority in the sendsyslog(2)
bluhm
2015-09-11
1
-2
/
+2
*
To make logging to local syslog reliable, log a message about failed
bluhm
2015-09-02
1
-4
/
+40
*
Pass a thread pointer instead of its file descriptor table to getsock(9).
mpi
2015-05-06
1
-2
/
+2
*
Remove some includes include-what-you-use claims don't
jsg
2015-03-14
1
-2
/
+1
*
First step towards making uiomove() take a size_t size argument:
miod
2015-02-10
1
-2
/
+2
*
Many architectures call initmsgbuf() really really early, before uvm is
kettenis
2015-01-13
1
-1
/
+7
*
Add dmesg -s support, to view the output of rc(8) system startup messages.
mpf
2015-01-13
1
-7
/
+13
*
yet more mallocarray() changes.
doug
2014-12-13
1
-2
/
+3
*
convert bcopy to memcpy. ok millert
tedu
2014-12-10
1
-2
/
+2
*
pass size argument to free()
deraadt
2014-11-03
1
-3
/
+4
*
I/O ktrace of sendsyslog(2) did not work. As uiomove() adjusts
bluhm
2014-07-28
1
-2
/
+6
*
add a size argument to free. will be used soon, but for now default to 0.
tedu
2014-07-12
1
-2
/
+2
*
Add new sendsyslog(const char *, size_t) system call which simply passes
deraadt
2014-07-10
1
-2
/
+79
*
Eliminates struct pcred by moving the real and saved ugids into
guenther
2014-03-30
1
-2
/
+2
*
bzero -> memset
tedu
2014-01-21
1
-2
/
+2
*
kqueue attach functions should return an errno or 0, not a plain 1. Fix
nicm
2011-07-02
1
-2
/
+2
*
Every selwakeup() should have a matching KNOTE() (even if kqueue isn't
nicm
2009-11-09
1
-2
/
+1
*
unsupported ioctl's should be returned with ENOTTY
thib
2007-09-03
1
-2
/
+2
*
ansi and deregister. No binary change.
jsg
2005-12-09
1
-27
/
+8
*
knf
deraadt
2005-04-20
1
-2
/
+3
*
Try to start log message buffer on a new line. Helps install scripts avoid
krw
2005-04-14
1
-5
/
+28
*
Replace select backends with poll backends. selscan() and pollscan()
millert
2003-09-23
1
-13
/
+11
*
remove caddr_t casts. it's just silly to cast something when the function
tedu
2003-07-21
1
-5
/
+4
*
Remove the advertising clause in the UCB license which Berkeley
millert
2003-06-02
1
-6
/
+2
*
kqfilter for the log. niels said i can commit it if it works
mickey
2002-06-29
1
-1
/
+51
*
Move offsetof define into sys/param.h
csapuntz
2001-04-06
1
-3
/
+1
*
enlarge msgbuf, somewhat line netbsd did
deraadt
2000-02-22
1
-19
/
+42
*
it is definately wrong to initialize the pgid at open() time because the
deraadt
1997-09-18
1
-2
/
+1
*
for non-tty TIOCSPGRP/F_SETOWN/FIOSETOWN pgid setting calls, store uid
deraadt
1997-08-31
1
-9
/
+8
*
partial sync with netbsd 960418, more to come
deraadt
1996-04-21
1
-4
/
+3
*
From NetBSD: 960217 merge
niklas
1996-03-03
1
-6
/
+14
*
initial import of NetBSD tree
deraadt
1995-10-18
1
-0
/
+238