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
Age
Commit message (
Expand
)
Author
Files
Lines
2020-06-29
Enable USER_PCICONF.
kettenis
1
-1
/
+2
2020-06-29
Fix typo.
kettenis
1
-2
/
+2
2020-06-29
Attach event counter.
kettenis
1
-1
/
+4
2020-06-29
Bring back revision 1.122 with a fix preventing a use-after-free by
anton
2
-53
/
+59
2020-06-29
enter arch/powerpc64
deraadt
1
-2
/
+2
2020-06-29
Hook up a bunch of device drivers.
kettenis
3
-14
/
+191
2020-06-29
Don't create sd(4) devices for nvme(4) namespaces that are
krw
1
-12
/
+7
2020-06-29
Printing too much information in the trap handlers seems to lock up the
kettenis
1
-23
/
+28
2020-06-29
use time since epoch not time since boot for 'real' interfaces
jsg
1
-5
/
+11
2020-06-29
remove unused getrawmonotonic() and ktime_mono_to_real()
jsg
1
-2
/
+0
2020-06-29
Update Spleen kernel fonts to version 1.8.0, bringing the following
fcambus
1
-3
/
+3
2020-06-29
ipmi: add a matching kqfilter filter for `seltrue' as well, allowing us
sthen
1
-3
/
+3
2020-06-29
fix /dev/ipmi. conf.h r1.150 changed from enodev->selfalse for the poll
sthen
1
-2
/
+2
2020-06-29
remove unused interfaces which were removed from linux
jsg
2
-12
/
+1
2020-06-29
avoid a NULL deref in xen_intr_barrier()
jsg
1
-7
/
+3
2020-06-29
use attributes for __maybe_unused and __always_inline
jsg
1
-4
/
+4
2020-06-29
reduce disabled warnings with clang
jsg
1
-4
/
+0
2020-06-29
make pci_device_id var const to avoid discarding const warning
jsg
1
-1
/
+1
2020-06-29
make fbops const to avoid warning about discarding const
jsg
1
-1
/
+1
2020-06-29
remove now unused var
jsg
2
-2
/
+0
2020-06-28
Add processor specific dynamic tag values.
kettenis
1
-1
/
+7
2020-06-28
Add MID_POWERPC64. These identifiers are only used for kernel core dumps
kettenis
1
-1
/
+2
2020-06-28
Add powerpc64 fenv bits; copied from powerpc. From drahn@
kettenis
1
-0
/
+96
2020-06-28
state import should accept AF_INET/AF_INET6 only
sashan
1
-3
/
+12
2020-06-28
set fb_set_par and have register_framebuffer() do initial modeset
jsg
5
-10
/
+14
2020-06-28
On hotplug event call driver specific fb_set_par if available instead of
jsg
1
-1
/
+5
2020-06-28
set fb_set_par and have register_framebuffer() do initial modeset
jsg
2
-6
/
+6
2020-06-28
call fb_set_par() function pointer in register_framebuffer() if set
jsg
1
-0
/
+8
2020-06-28
Make the copyin(9) functions handle bad addresses.
kettenis
5
-59
/
+83
2020-06-27
/dev/openprom
kettenis
5
-6
/
+347
2020-06-27
/dev/{null,mem,kmem,...}
kettenis
4
-4
/
+212
2020-06-27
Garbage collect SDEV_2NDBUS. Only used in isp(4) which was removed in
krw
1
-2
/
+1
2020-06-27
Generate appropriate signals for various user traps.
kettenis
1
-10
/
+79
2020-06-27
Nuke trailing whitespace.
krw
21
-108
/
+106
2020-06-27
don't try to expand alignment using __aligned(16) on local variables.
deraadt
1
-4
/
+2
2020-06-27
Support using the FPU and AltiVec registers in userland. The registers are
kettenis
8
-72
/
+196
2020-06-27
Let traps save and restore VRSAVE.
kettenis
3
-3
/
+11
2020-06-27
Let sigcode set up a frame such that the signal handler has something to
kettenis
1
-3
/
+5
2020-06-27
No need to bzero()/memset() 'struct scsibus_attach_args' variables
krw
44
-91
/
+43
2020-06-27
Replace TAILQ concatenation loop with TAILQ_CONCAT
bket
1
-15
/
+11
2020-06-27
Replace TAILQ concatenation loop with TAILQ_CONCAT
bket
1
-8
/
+4
2020-06-27
Replace TAILQ concatenation loop with TAILQ_CONCAT
bket
1
-6
/
+2
2020-06-27
Replace TAILQ concatenation loop with TAILQ_CONCAT
bket
1
-7
/
+2
2020-06-27
TNF rescinded clauses 3 & 4 in 2008 in NetBSD.
jsg
1
-8
/
+1
2020-06-27
Reinoud Zandijk rescinded clauses 3 & 4 in 2019 in NetBSD.
jsg
3
-24
/
+3
2020-06-26
Make trapframe squeaky clean upon exec.
kettenis
1
-1
/
+2
2020-06-26
Make signals work a bit better.
kettenis
3
-7
/
+7
2020-06-26
Since normal execve(2) calls return through the normal system call return
kettenis
1
-5
/
+3
2020-06-26
MVPP2_TXQ_SCHED_TOKEN_CNTR_REG() expects the logical queue id.
patrick
1
-7
/
+5
2020-06-26
Use the right "virtual address" when flushing TLB entries.
kettenis
5
-27
/
+123
[prev]
[next]