index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sys
Age
Commit message (
Expand
)
Author
2021-01-12
Sometimes a user ID was logged in pflog(4) although the logopt of
Alexander Bluhm
2021-01-11
Remove unused start routine
kn
2021-01-11
Assert that the KERNEL_LOCK() is held in uao_set_swslot().
Martin Pieuchot
2021-01-11
New rw_obj_init() API providing reference-counted rwlock.
Martin Pieuchot
2021-01-11
Clear CR 26 before returning to userland to avoid potentioal info leak.
Mark Kettenis
2021-01-11
When an endpoint stalls, we usually try to reset it by calling
Marcus Glocker
2021-01-11
Simplify sleep signal handling a bit by introducing sleep_signal_check().
Claudio Jeker
2021-01-11
Create a path MTU host route for IPsec over IPv6. Basically the
Alexander Bluhm
2021-01-10
add quirks for Kensington Slimblade trackball via new vendor buttons
thfr
2021-01-10
regen
thfr
2021-01-10
add Kensington Slimblade Trackball
thfr
2021-01-09
Split hierarchical calls into kern_sysctl_dirs
gnezdo
2021-01-09
Reduce case duplication in kern_sysctl
gnezdo
2021-01-09
Fold fitting sysctl_rdint into sysctl_bounded_arr in i386 cpu_sysctl
gnezdo
2021-01-09
Enforce range with sysctl_int_bounded in etherip_sysctl
gnezdo
2021-01-09
Enforce range with sysctl_int_bounded in swap_encrypt_ctl
gnezdo
2021-01-09
Enforce range with sysctl_int_bounded in pipex_sysctl
gnezdo
2021-01-09
Enforce range with sysctl_int_bounded in ipip_sysctl
gnezdo
2021-01-09
Enforce range with sysctl_int_bounded in sysctl_wdog
gnezdo
2021-01-09
Enforce range with sysctl_int_bounded in witness_sysctl_watch
gnezdo
2021-01-09
Enforce range with sysctl_int_bounded in tcp_sysctl
gnezdo
2021-01-09
Finish converting ddb_sysctl to sysctl_int_bounded
gnezdo
2021-01-09
Use sysctl_int_bounded in sysctl_hwsmt
gnezdo
2021-01-09
Revert mistaken commit: Stop wsmux_attach_sc race from anton@
gnezdo
2021-01-09
Stop wsmux_attach_sc race from anton@
gnezdo
2021-01-09
Include the optimized putchar functions only if RASOPS_SMALL is not
Frederic Cambus
2021-01-09
"encoding of diag instructions is hard, let's go shopping"
Mark Kettenis
2021-01-09
If the loop check in somove(9) goes to release without setting an
Alexander Bluhm
2021-01-09
Syzkaller has found a stack overflow in socket splicing. Broadcast
Alexander Bluhm
2021-01-09
Enable support for floating-point exceptions. We always run in "precise"
Mark Kettenis
2021-01-09
Replace a custom linked list with SLIST.
Visa Hankala
2021-01-09
Replace SIMPLEQ with SLIST because the code does not need a queue.
Visa Hankala
2021-01-09
Remove unnecessary relocking of w_mtx as panic() should not return.
Visa Hankala
2021-01-09
Now we do not call ttyopen() in sioopen(), we do not need the variable
Kenji Aoyama
2021-01-08
don't check local carp addresses as part of the antispoof checks.
David Gwynne
2021-01-08
Bring the emulated Linux memory allocation interfaces more in line with
Mark Kettenis
2021-01-08
Lock kernel before raising SPL in klist_lock()
Visa Hankala
2021-01-08
Fix boot-time crash on sparc64
Visa Hankala
2021-01-08
Revert "Implement select(2) and pselect(2) on top of kqueue."
Visa Hankala
2021-01-07
Fix typo in comment.
Mark Kettenis
2021-01-07
Extend IP_ADD_MEMBERSHIP to also support struct ip_mreqn.
Claudio Jeker
2021-01-07
Adjust comment about klist_invalidate()
Visa Hankala
2021-01-06
Let a process open a video(4) device multiple times
Jeremie Courreges-Anglas
2021-01-06
Mark a layer 2 address as expired by setting the length to 0 when the
Florian Obser
2021-01-06
Add dt(4) TRACEPOINTs for pool_get() and pool_put(), this is simmilar to the
Claudio Jeker
2021-01-06
Allocate pages for the F00F bug fix using km_alloc(9) instead of
Jonathan Matthew
2021-01-05
pppoeintr() is no more
kn
2021-01-04
the tx doorbell is next to the rx doorbell, not on top of it.
David Gwynne
2021-01-04
Process pppoe(4) packets directly, do not queue through netis
kn
2021-01-04
- fix use after free, when packet gets dropped.
Alexandr Nedvedicky
[next]