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
/
kern
Age
Commit message (
Expand
)
Author
2024-04-17
dogetrusage() must be called with the KERNEL_LOCK held for now.
Claudio Jeker
2024-04-15
Don't take solock() in soreceive() for udp(4) sockets.
Vitaliy Makkoveev
2024-04-15
Regen after sigsuspend and __thrsigdivert unlock
Claudio Jeker
2024-04-15
sigsuspend and __thrsigdivert no longer require the KERNEL_LOCK since
Claudio Jeker
2024-04-13
correct indentation
Jonathan Gray
2024-04-12
Split single TCP inpcb table into IPv4 and IPv6 parts.
Alexander Bluhm
2024-04-11
Don't take solock() in soreceive() for SOCK_RAW inet sockets.
Vitaliy Makkoveev
2024-04-11
Take solock_shared() in soo_stat().
Vitaliy Makkoveev
2024-04-10
Remove `head' socket re-locking in sonewconn().
Vitaliy Makkoveev
2024-04-10
Unlock dosigsuspend() and with that some aspects of ppoll and pselect
Claudio Jeker
2024-04-05
sync
Theo de Raadt
2024-04-05
msyscall(2) goes away
Theo de Raadt
2024-04-05
noone calls msyscall() anymore.
Theo de Raadt
2024-04-02
Implement SO_ACCEPTCONN in getsockopt(2)
Claudio Jeker
2024-04-02
Remove wrong "temporary udp error" comment in filt_so{read,write}(). Not
Vitaliy Makkoveev
2024-04-02
Delete the msyscall mechanism entirely, since mimmutable+pinsyscalls has
Theo de Raadt
2024-04-02
remove useless whitespace; from Jia Tan
Theo de Raadt
2024-03-31
Allow listen(2) only on sockets of type SOCK_STREAM or SOCK_SEQPACKET.
Vitaliy Makkoveev
2024-03-31
Mark `so_rcv' sockbuf of udp(4) sockets as SB_OWNLOCK.
Vitaliy Makkoveev
2024-03-30
Prevent a recursion inside wakeup(9) when scheduler tracepoints are enabled.
Martin Pieuchot
2024-03-29
Remove one global variable duplicating uvmexp.pagesize.
Miod Vallat
2024-03-28
sys
Theo de Raadt
2024-03-28
Delete pinsyscall(2) [which was specific only to SYS_execve] now
Theo de Raadt
2024-03-27
Introduce SB_OWNLOCK to mark sockets which `so_rcv' buffer modified
Vitaliy Makkoveev
2024-03-26
Improve spinning in mtx_enter().
Alexander Bluhm
2024-03-26
Use `sb_mtx' to protect `so_rcv' receive buffer of unix(4) sockets.
Vitaliy Makkoveev
2024-03-25
Move the "no (hard) linking directories" and "no cross-mount links"
Philip Guenther
2024-03-25
regen
Vitaliy Makkoveev
2024-03-25
Unlock shutdown(2).
Vitaliy Makkoveev
2024-03-22
Use sorflush() instead of direct unp_scan(..., unp_discard) to discard
Vitaliy Makkoveev
2024-03-22
pledge: Allow the AUDIO_GETDEV ioctl in "audio"
Alexandre Ratchov
2024-03-17
Do UNP_CONNECTING and UNP_BINDING flags check in uipc_listen() and
Vitaliy Makkoveev
2024-03-05
Revert m_defrag() mbuf alignment to IP header.
Alexander Bluhm
2024-03-01
Protect pool_get() with kernel lock in sys_ypconnect().
Alexander Bluhm
2024-02-28
No need to kick a CPU twice when putting a thread on its runqueue.
Martin Pieuchot
2024-02-25
clockintr: rename "struct clockintr_queue" to "struct clockqueue"
Scott Soule Cheloha
2024-02-25
clockintr.h, kern_clockintr.c: add 2023, 2024 to copyright range
Scott Soule Cheloha
2024-02-25
New accounting flag ABTCFI to indicate signal SIGILL + code ILL_BTCFI
Theo de Raadt
2024-02-24
clockintr: rename clockqueue_reset_intrclock to clockqueue_intrclock_reprogram
Scott Soule Cheloha
2024-02-23
timecounting: start system uptime at 0.0 instead of 1.0
Scott Soule Cheloha
2024-02-23
timeout: make to_kclock validation more rigorous
Scott Soule Cheloha
2024-02-21
Keep mbuf data alignment intact in m_defrag()
Claudio Jeker
2024-02-14
Enable the pool gc thread on m88k MULTIPROCESSOR kernels now that
Miod Vallat
2024-02-12
Pass protosw instead of domain structure to soalloc() to get real
Vitaliy Makkoveev
2024-02-12
kernel: disable hardclock() on secondary CPUs
Scott Soule Cheloha
2024-02-11
Release `sb_mtx' mutex(9) before sbunlock().
Vitaliy Makkoveev
2024-02-11
Use `sb_mtx' instead of `inp_mtx' in receive path for inet sockets.
Vitaliy Makkoveev
2024-02-10
On kernels without ucom(4) support, 'sysctl hw.ucomnames' should return
Theo de Raadt
2024-02-09
dt(4): move interval/profile entry points to dedicated clockintr callback
Scott Soule Cheloha
2024-02-09
clockintr: add clockintr_unbind()
Scott Soule Cheloha
[next]