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
/
kern_exec.c
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2019-12-01
Tweak variable names to be consistent with 'pg_code' and 'pg_length'
krw
1
-14
/
+14
2019-12-01
Make prototype and implementation signatures the same by removing
krw
1
-3
/
+3
2019-12-01
Don't overwrite original error returned by scsi_do_mode_sense().
krw
1
-2
/
+2
2019-12-01
Allow forcing specific domains to be resolved by specific resolvers;
otto
7
-20
/
+236
2019-12-01
sync
jsg
1
-1
/
+1
2019-12-01
crank libelf major for exec_elf.h changes
jsg
1
-1
/
+1
2019-12-01
Change Elf64 types and structs to match the System V ABI specification.
jsg
2
-79
/
+76
2019-12-01
Explain how ipcomp can be enabled.
tobhe
1
-2
/
+5
2019-12-01
Simplify sets directory check and creation (/home/_syspatch).
ajacoutot
1
-13
/
+2
2019-12-01
revert exec_elf.h rev 1.85
jsg
1
-17
/
+17
2019-12-01
grow i386 cd ramdisk a little bit
deraadt
2
-6
/
+6
2019-12-01
this hexdump tie-in is incorrect, disable for now
deraadt
1
-2
/
+2
2019-12-01
sync
deraadt
1
-1
/
+1
2019-12-01
Remove unused test program.
visa
1
-62
/
+0
2019-11-30
temporarily neuter the syscall-callfrom check as a few people
deraadt
1
-3
/
+3
2019-11-30
Sigh, fix i386 msyscall() case to permission the correct address range.
deraadt
1
-6
/
+8
2019-11-30
- no -r option
jmc
2
-5
/
+5
2019-11-30
cardbus(4): tsleep(9) -> tsleep_nsec(9); ok jca@
cheloha
1
-3
/
+3
2019-11-30
pckbc(4): tsleep(9) -> tsleep_nsec(9); ok jca@
cheloha
1
-2
/
+2
2019-11-30
onewire(4), owtemp(4): tsleep(9) -> tsleep_nsec(9); ok jca@
cheloha
2
-7
/
+7
2019-11-30
utwitch(4): tsleep(9) -> tsleep_nsec(9); ok jca@
cheloha
1
-4
/
+4
2019-11-30
make sure we only pass normalized timevals for the next resolver interval;
otto
1
-4
/
+10
2019-11-30
The message sent in config_setmode starts the handshake in the ikev2 process
tobhe
1
-3
/
+5
2019-11-30
Log loaded SPIs and flows.
tobhe
4
-7
/
+68
2019-11-30
unveil(2) /dev with read permissions since it's the only directory usbdevs(8)
mestre
1
-1
/
+6
2019-11-30
pcidump(8) only opens devices in O_RDONLY from /dev, and additionally writes a
mestre
1
-1
/
+6
2019-11-30
After fork(2) the pledge(2) in the parent proc can be reduced to
mestre
1
-1
/
+4
2019-11-30
Move kernel locking inside the sleep machinery. This enables calling
visa
5
-23
/
+50
2019-11-30
Not being able to create a resolver is not a fatal condition in unwind,
florian
1
-3
/
+6
2019-11-30
tweak the Nd lines for a bit of consistency;
jmc
14
-42
/
+42
2019-11-30
Test inet6 netmask and non-contiguous netmask in ifconfig(8).
bluhm
2
-10
/
+44
2019-11-30
ifconfig(8) did silently ignore the netmask parameter for inet6 and
bluhm
1
-1
/
+2
2019-11-30
Add create-vdisk command
kn
3
-9
/
+72
2019-11-30
Document new flag and output arrangement better
deraadt
1
-14
/
+33
2019-11-30
sync
deraadt
2
-2
/
+6
2019-11-30
Tweak rpki-client to create all 4 output file formats from a single
deraadt
9
-65
/
+88
2019-11-30
Revert previous - the stability was not as improved as we had thought and
mlarkin
5
-31
/
+7
2019-11-29
Use X509_STORE_CTX_set_flags() instead of doing the same thing by hand
claudio
1
-31
/
+8
2019-11-29
Fix size of reserved bytes section in xsave header.
mortimer
1
-2
/
+2
2019-11-29
Sort relative relocations (and relocations against the same symbol) by offset
guenther
1
-1
/
+8
2019-11-29
Add uvm_objfree function to free all pages in a uvm_obj in one go.
beck
3
-5
/
+37
2019-11-29
Change the default security level for incoming IPsec flows from
tobhe
4
-67
/
+67
2019-11-29
Improve support for the RK3399's eMMC in sdhc(4). Fix the compatible
patrick
1
-5
/
+54
2019-11-29
Add rkemmcphy(4), a driver for the RK3399's eMMC PHY.
patrick
4
-3
/
+213
2019-11-29
Make rkgrf(4) behave like a simplebus(4) so we can attach drivers
patrick
2
-4
/
+13
2019-11-29
Add support for the RK3399's eMMC clock to rkclock(4).
patrick
1
-1
/
+7
2019-11-29
Move p_sleeplocks and p_limit into the "zero on create" section of struct
guenther
2
-10
/
+4
2019-11-29
Eliminate the sketchy use of ps_mainproc here by making unveil_add_vnode()
guenther
3
-49
/
+50
2019-11-29
Add an element to the marks array to store the virtual address of the
kettenis
2
-3
/
+5
2019-11-29
Move kcov(4)'s p_kd into the "zero on create" section to simplify fork code
guenther
2
-10
/
+4
[prev]
[next]