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-07-09
Reshuffle the switch cases in ptsignal and single_thread_set to be
Claudio Jeker
2024-07-09
In sched_toidle() only call the TRACEPOINT if curproc is set.
Claudio Jeker
2024-07-09
change format strings to fix SEM_DEBUG build
Jonathan Gray
2024-07-08
Remove the KASSERT() in sched_unpeg_curproc().
Martin Pieuchot
2024-07-08
Introduce sched_unpeg_curproc() to abstract the current implementation.
Martin Pieuchot
2024-07-08
Rework per proc and per process time usage accounting
Claudio Jeker
2024-07-08
Fix comment for exit2() this code is called by sched_idle() not cpu_exit().
Claudio Jeker
2024-07-05
remove unused vn_isdisk(), added for softdep
Jonathan Gray
2024-07-03
remove __mp_release_all_but_one(), unused since sched_bsd.c rev 1.92
Jonathan Gray
2024-06-28
Restore original EPIPE and ENOTCONN errors priority in the uipc_send()
Vitaliy Makkoveev
2024-06-26
Push socket re-lock to the vnode(9) release path within unp_detach().
Vitaliy Makkoveev
2024-06-26
return type on a dedicated line when declaring functions
Jonathan Gray
2024-06-22
remove space between function names and argument list
Jonathan Gray
2024-06-14
Switch AF_ROUTE sockets to the new locking scheme.
Vitaliy Makkoveev
2024-06-05
No need to call d_open/d_close for every hibernate resume i/o.
Kenneth R Westerback
2024-06-04
Enable hibernate/resume to nvme(4) disks with 4096 byte sectors.
Kenneth R Westerback
2024-06-03
Remove lock_class_sched_lock from lock_classes since the corresponding
Claudio Jeker
2024-06-03
Remove the now unsued s argument to SCHED_LOCK and SCHED_UNLOCK.
Claudio Jeker
2024-06-03
avoid shadowing a local variable in a lower scope
Theo de Raadt
2024-06-02
pledge, MAP_STACK, and pinsyscall failures have been providing failure
Theo de Raadt
2024-05-29
Convert SCHED_LOCK from a recursive kernel lock to a mutex.
Claudio Jeker
2024-05-28
Garbage collect sleep_abort(); it doesn't do anything useful anymore.
Mark Kettenis
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
[next]