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
2023-05-05
The mbuf_queue API allows read access to integer variables which
Alexander Bluhm
2023-05-04
regen
Vitaliy Makkoveev
2023-05-04
Push kernel lock deep down to sys_sysctl(). At least network subset of
Vitaliy Makkoveev
2023-04-28
Add a membar_consumer() for the taskq_create() in sosplice(). Membar
Alexander Bluhm
2023-04-26
Fix splassert noticed by sthen
Bob Beck
2023-04-25
Rename ps_refcnt to ps_threadcnt in struct process and implement
Claudio Jeker
2023-04-25
prof_state_toggle: keep a count of CPUs with profiling enabled
Scott Soule Cheloha
2023-04-25
addupc_intr: support adding multiple profiling ticks at once
Scott Soule Cheloha
2023-04-24
Remove recursive spl grabbing in vfs_bio.c
Bob Beck
2023-04-24
Abuse the wxallowed flag to decide whether we should enforce branch target
Mark Kettenis
2023-04-24
Don't check `so_sp' within sofree(). The following isspliced() and
Vitaliy Makkoveev
2023-04-23
clockintr_cpu_init: don't update cached uptime
Scott Soule Cheloha
2023-04-23
clockintr_advance: don't use cached uptime when called outside of dispatch
Scott Soule Cheloha
2023-04-22
clockintr, ddb(4): label non-pending clock interrupts "idle"
Scott Soule Cheloha
2023-04-21
clockintr: prepare to hoist clockqueue_init() out of clockintr_cpu_init()
Scott Soule Cheloha
2023-04-21
clockintr: refactor clockintr_queue initialization into clockqueue_init()
Scott Soule Cheloha
2023-04-21
clockintr_cpu_init: avoid CQ_INIT flag when scheduling cq_hardclock
Scott Soule Cheloha
2023-04-21
clockintr_cpu_init: fix clockintr staggering
Scott Soule Cheloha
2023-04-21
clockintr: add clockqueue_reset_intrclock()
Scott Soule Cheloha
2023-04-20
clockintr: eliminate CL_SCHEDCLOCK flag
Scott Soule Cheloha
2023-04-20
clockintr_cpu_init: mask CQ_INTRCLOCK while advancing schedule
Scott Soule Cheloha
2023-04-19
Add a new PT_OPENBSD_NOBTCFI "segment type" to indicate that the kernel
Mark Kettenis
2023-04-19
clockintr: rename CL_CPU_* flags to CQ_* flags
Scott Soule Cheloha
2023-04-16
clockintr: add shadow copy of running clock interrupt to clockintr_queue
Scott Soule Cheloha
2023-04-15
return directly to drop needless error variable; OK mvs
Klemens Nanni
2023-04-11
fix double words in comments
Jonathan Gray
2023-04-07
Fix whitespace on two lines
Theo Buehler
2023-04-05
clockintr: add clockintr_cancel()
Scott Soule Cheloha
2023-04-04
clockintr: add clockintr_cancel_locked()
Scott Soule Cheloha
2023-04-03
clockintr: clockintr_cpu_init(): isolate struct clockintr_queue setup
Scott Soule Cheloha
2023-04-03
Reduce indent in single_thread_check_locked() by inverting initial
Claudio Jeker
2023-04-03
clockintr: protect struct clockintr_queue with a mutex
Scott Soule Cheloha
2023-03-31
remove unused unp_lock
Jonathan Gray
2023-03-19
Aggressively randomize the location of the stack on all 64-bit architectures
Mark Kettenis
2023-03-14
clockintr: add missing newline to ddb(4) printout
Scott Soule Cheloha
2023-03-09
clockintr: add a priority queue
Scott Soule Cheloha
2023-03-03
initclocks: don't reinitialize ticks, jiffies at runtime
Scott Soule Cheloha
2023-02-27
sync
Theo de Raadt
2023-02-27
Include varags types in sys/syscalls.h comment
Andrew Fresh
2023-02-26
clockintr: add a kernel-facing API
Scott Soule Cheloha
2023-02-25
regen
Vitaliy Makkoveev
2023-02-25
Unlock select(2), pselect(2), poll(2) and ppoll(2).
Vitaliy Makkoveev
2023-02-21
for process kills due to execve from non-pinned syscall address, export
Theo de Raadt
2023-02-19
Make pinsyscall(2) always available for pledged processes. Needed by pledge
Anton Lindqvist
2023-02-17
Validate execve() libc stub location if kernel knows it. (due to ld.so
Theo de Raadt
2023-02-16
regen
Claudio Jeker
2023-02-16
utrace(2) can run without kernel lock. Now ktruser() will take the
Claudio Jeker
2023-02-16
Like other ktrace functions make ktruser() callable without kernel lock
Claudio Jeker
2023-02-16
sync
Theo de Raadt
2023-02-16
Add pinsyscall(2). With this you can tell the kernel the location
Theo de Raadt
[next]