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-05-26
Implement wakeup interrupts on amd64. Provide a dummy implementation for
Mark Kettenis
2024-05-22
When clearing the wait channel also clear the wait message.
Claudio Jeker
2024-05-22
In the big p_stat switch in ptsignal do not call return but instead
Claudio Jeker
2024-05-22
Just grab the SCHED_LOCK() once in donice() before walking the ps_threads
Claudio Jeker
2024-05-20
Rework interaction between sleep API and exit1() and start unlocking ps_threads
Claudio Jeker
2024-05-20
Drop MNT_LOCAL flag in corresponding `vfsconflist' fuse(4) entry instead
Vitaliy Makkoveev
2024-05-18
Regen
Philip Guenther
2024-05-18
Add pathconfat(2): pathconf(2) but with at-fd and flags arguments,
Philip Guenther
2024-05-17
Turn sblock() to `sb_lock' rwlock(9) wrapper for all sockets.
Vitaliy Makkoveev
2024-05-17
Switch AF_KEY sockets to the new locking scheme.
Vitaliy Makkoveev
2024-05-14
remove prototypes with no matching function
Jonathan Gray
2024-05-13
vfs: VOP_REMOVE: move vnode unlocking and ref dropping to FS-indep part
Sebastien Marie
2024-05-12
vfs: struct vops: show all members, even if NULL
Sebastien Marie
2024-05-10
Regen
Claudio Jeker
2024-05-10
The ptsignal() race against p_sigmask changes by dosigsuspend() are fixed.
Claudio Jeker
2024-05-08
Rework how action SIG_HOLD is handled in ptsignal.
Claudio Jeker
2024-05-07
rw_enter() with RW_NOSLEEP returns EBUSY and not the expected EWOULDBLOCK
Claudio Jeker
2024-05-07
In Rev 1.296 the update of the siglist was moved to the end of ptsignal().
Claudio Jeker
2024-05-03
Push solock() down to sosend() and remove it from soreceive() paths fro
Vitaliy Makkoveev
2024-05-03
witness: Display lock cycles longer than two locks
Visa Hankala
2024-05-03
witness: Make "show witness" display lock subtypes
Visa Hankala
2024-05-02
Quick fix previous one. socantrcvmore() should raise assertion if
Vitaliy Makkoveev
2024-05-02
Don't re-lock sockets in uipc_shutdown().
Vitaliy Makkoveev
2024-05-02
Pass `sosp' instead of `so' to sblock() when locking `so_snd' within
Vitaliy Makkoveev
2024-04-30
Push solock() down to sosend() for SOCK_RAW sockets.
Vitaliy Makkoveev
2024-04-30
Add '\n' to DPRINTF() string that used to be a panic() string.
Kenneth R Westerback
2024-04-25
Rename socket wait channels when sleeping.
Alexander Bluhm
2024-04-24
Regen
Claudio Jeker
2024-04-24
Revert rev 1.261 and require sigsuspend and __thrsigdivert to take
Claudio Jeker
2024-04-18
If a proc has P_WEXIT set do not stop it, let it exit since it is already
Claudio Jeker
2024-04-18
Clear PCATCH for procs that have P_WEXIT set.
Claudio Jeker
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
[next]