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-06-28
First step at removing struct sleep_state.
Claudio Jeker
2023-06-26
timeout_hardclock_update: provide initial value for automatic variables
Scott Soule Cheloha
2023-06-23
Avoid division by 0 in m_pool_used
Greg Steuck
2023-06-22
Revert "clockintr_cpu_init: initialize starting offsets with clockintr_stagge...
Scott Soule Cheloha
2023-06-21
Revert "schedcpu, uvm_meter(9): make uvm_meter() an independent timeout"
Scott Soule Cheloha
2023-06-20
schedcpu, uvm_meter(9): make uvm_meter() an independent timeout
Scott Soule Cheloha
2023-06-18
clockintr_cpu_init: initialize starting offsets with clockintr_stagger()
Scott Soule Cheloha
2023-06-18
clockintr: add clockintr_stagger()
Scott Soule Cheloha
2023-06-15
all platforms, main(): call clockqueue_init() just before sched_init_cpu()
Scott Soule Cheloha
2023-06-10
Implement support for pointer authentication (PAC) in userland. With PAC
Mark Kettenis
2023-06-02
pledge(2): stdio: permit restricted profil(2) for moncontrol(3)
Scott Soule Cheloha
2023-06-01
Change wakeup_proc() to no longer grab the SCHED_LOCK() instead it must
Claudio Jeker
2023-05-30
spelling
Jonathan Gray
2023-05-25
Work around sparc64 WITNESS kernel failing to load by moving large witness
Kurt Miller
2023-05-25
Do not use wakeup_proc() outside of the sleep machinery. Just use
Claudio Jeker
2023-05-21
In sysctl_hwchargestop() check that hw_battery_setchargestop is set
Claudio Jeker
2023-05-19
Since waitid(2) shares code with wait4(2) and doesn't expose any
Philip Guenther
2023-05-18
regen
Vitaliy Makkoveev
2023-05-18
Backout sysctl(2) unlocking. Lock order issue was triggered in UVM
Vitaliy Makkoveev
2023-05-18
Revert ip_sysctl() unlocking. Lock order issue was triggered in UVM
Vitaliy Makkoveev
2023-05-17
Implement battery management sysctl. This will provide a set of sysctls
Mark Kettenis
2023-05-16
Always set maximum queue length to passed in the IFQCTL_MAXLEN case.
Vitaliy Makkoveev
2023-05-16
Introduce temporary PR_MPSYSCTL flag to mark (*pr_sysctl)() handler MP
Vitaliy Makkoveev
2023-05-11
mi_syscall() can add the KTRC_CODE_SYSCALL flag to the syscall code.
Alexander Bluhm
2023-05-09
Don't return EPIPE from pipe kqfilter
Visa Hankala
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
[next]