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-09-10
clockintr: support an arbitrary callback function argument
Scott Soule Cheloha
2023-09-10
clockintr_dispatch: add intermediate pointer for clockintr_queue.cq_shadow
Scott Soule Cheloha
2023-09-09
kernel: remove schedhz
Scott Soule Cheloha
2023-09-09
clockintr_advance: tweak logic to eliminate early-return
Scott Soule Cheloha
2023-09-09
clockintr_schedule: tweak logic to eliminate early return
Scott Soule Cheloha
2023-09-09
clockintr_advance: delete duplicate code, call clockintr_schedule_locked()
Scott Soule Cheloha
2023-09-09
clockintr_schedule: refactor reusable code into clockintr_schedule_locked()
Scott Soule Cheloha
2023-09-09
Fix SCHED_LOCK() leak in single_thread_set()
Claudio Jeker
2023-09-09
clockintr_dispatch: copy cl_func to cq_shadow.cl_func before calling it
Scott Soule Cheloha
2023-09-08
clockintr: rename "clockintr_schedule_locked" to "clockqueue_pend_insert"
Scott Soule Cheloha
2023-09-08
clockintr: rename "clockintr_cancel_locked" to "clockqueue_pend_delete"
Scott Soule Cheloha
2023-09-08
Change how ps_threads and p_thr_link are locked away from using SCHED_LOCK.
Claudio Jeker
2023-09-06
clockintr: replace u_int with standard types
Scott Soule Cheloha
2023-09-06
clockintr: clockintr_establish: change first argument to a cpu_info pointer
Scott Soule Cheloha
2023-09-05
clockintr: remove clockintr_expiration()
Scott Soule Cheloha
2023-09-05
clockintr: remove clockintr_nsecuptime()
Scott Soule Cheloha
2023-09-05
clockintr: add clockintr_advance_random()
Scott Soule Cheloha
2023-09-04
Protect ps_single, ps_singlecnt and ps_threadcnt by the process mutex.
Claudio Jeker
2023-08-31
sched_cpu_init: remove unnecessary NULL-checks for clockintr pointers
Scott Soule Cheloha
2023-08-30
Preempt a running proc even if there is no other process/thread queued
Claudio Jeker
2023-08-29
Remove p_rtime from struct proc and replace it by passing the timespec
Claudio Jeker
2023-08-26
clockintr: add clockqueue_intrclock_install()
Scott Soule Cheloha
2023-08-23
all platforms: separate cpu_initclocks() from cpu_startclock()
Scott Soule Cheloha
2023-08-22
avoid an ifdef in hardclock()
Jonathan Gray
2023-08-21
clockintr: remove support for independent schedclock()
Scott Soule Cheloha
2023-08-20
regen
Visa Hankala
2023-08-20
Add kqueue1() system call
Visa Hankala
2023-08-19
Refetch the spc pointer after cpu_switchto() since the value is stale
Claudio Jeker
2023-08-18
Move the loadavg calculation to sched_bsd.c as update_loadav()
Claudio Jeker
2023-08-16
Move SCHED_LOCK after sleep_signal_check.
Claudio Jeker
2023-08-14
Extend scheduler tracepoints to follow CPU jumping.
Martin Pieuchot
2023-08-14
Remove non-MULTIPROCESSOR chunk defining copyin32 as copyin now that all
Miod Vallat
2023-08-13
Fix P_WSLEEP handling when continuing SSTOP-ed processes
Claudio Jeker
2023-08-13
kevent: Add precision and abstimer flags for EVFILT_TIMER
Visa Hankala
2023-08-12
Repair compilability for non-MULTIPROCESSOR kernels.
Miod Vallat
2023-08-11
hardclock(9), roundrobin: make roundrobin() an independent clock interrupt
Scott Soule Cheloha
2023-08-11
Move the single_thread_check() to the start of userret().
Claudio Jeker
2023-08-10
Add some KASSERT on the proc p_stat in sleep_finish()
Claudio Jeker
2023-08-08
Merge SO_BINDANY cases from both switch blocks within sosetopt(). This
Vitaliy Makkoveev
2023-08-08
Merge SO_SND* with corresponding SO_RCV* cases within sosetopt(). The
Vitaliy Makkoveev
2023-08-05
hardclock(9): move setitimer(2) code into itimer_update()
Scott Soule Cheloha
2023-08-05
Remove the P_WSLEEP specific KASSERT(). Not only procs in state SSTOP
Claudio Jeker
2023-08-03
Remove the per-cpu loadavg calculation.
Claudio Jeker
2023-08-03
Move solock() down to sosetopt(). A part of standalone sblock() work.
Vitaliy Makkoveev
2023-08-01
Don't force early wrap around for jiffies.
Claudio Jeker
2023-07-29
Avoid accessing curproc early during boot when kcov is enabled as it
Anton Lindqvist
2023-07-27
sched_init_cpu: move profclock staggering to clockintr_cpu_init()
Scott Soule Cheloha
2023-07-25
statclock: move profil(2), GPROF code to profclock(), gmonclock()
Scott Soule Cheloha
2023-07-24
Regen
Miod Vallat
2023-07-24
Fix prototype of getlogin_r syscall to match userland prototype (use size_t
Miod Vallat
[next]