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-10-17
clockintr: move callback-specific API behaviors to "clockrequest" namespace
Scott Soule Cheloha
2023-10-12
timeout: add TIMEOUT_MPSAFE flag
Scott Soule Cheloha
2023-10-11
kernel: expand fixed clock interrupt periods to 64-bit values
Scott Soule Cheloha
2023-10-11
clockintr: move clockintr_schedule() into public API
Scott Soule Cheloha
2023-10-11
clockintr_stagger: rename parameters: "n" -> "numer", "count" -> "denom"
Scott Soule Cheloha
2023-10-08
clockintr: move intrclock wrappers from sys/clockintr.h to kern_clockintr.c
Scott Soule Cheloha
2023-10-06
In sys___thrsigdivert() switch tsleep_nsec() to use the nowake ident
Claudio Jeker
2023-10-01
Add sysctl hw.ucomnames to list 'fixed' paths to USB serial
Kenneth R Westerback
2023-09-29
Extend single_thread_set() mode with additional flag attributes.
Claudio Jeker
2023-09-25
ddb(4): clockintr: print cl_arg address when displaying a clockintr
Scott Soule Cheloha
2023-09-24
kern_clockintr.c: remove extra newline
Scott Soule Cheloha
2023-09-23
Fix unreliable sys_setsockopt() with consistent use of M_WAIT
Jan Klemkow
2023-09-22
Make `logread_filterops' MP safe. For that purpose use `log_mtx' mutex(9)
Vitaliy Makkoveev
2023-09-21
Move code inside exit1() to better spots.
Claudio Jeker
2023-09-19
Improve the output of ddb "show proc" command
Claudio Jeker
2023-09-19
Add a KASSERT for p->p_wchan == NULL to setrunqueue()
Claudio Jeker
2023-09-19
Before coredump or in pledge_fail use SINGLE_UNWIND to stop all threads.
Claudio Jeker
2023-09-17
clockintr.h: forward-declare "struct cpu_info" for clockintr_establish()
Scott Soule Cheloha
2023-09-17
struct clockintr_queue: rename "cq_est" to "cq_all"
Scott Soule Cheloha
2023-09-17
clockintr: remove clockintr_init(), clockintr_flags
Scott Soule Cheloha
2023-09-17
scheduler_start: move static timeout structs into callback functions
Scott Soule Cheloha
2023-09-16
Allow counters_read(9) to take an optional scratch buffer.
Martin Pieuchot
2023-09-15
work around cpu.h not coming into early scope on all arch
Theo de Raadt
2023-09-14
clockintr: move hz(9)-based initialization out to initclocks()
Scott Soule Cheloha
2023-09-14
clockintr, scheduler: move statclock handle from clockintr_queue to schedstat...
Scott Soule Cheloha
2023-09-14
clockintr, statclock: eliminate clockintr_statclock() wrapper
Scott Soule Cheloha
2023-09-14
clockintr: move clockintr_advance_random() prototype into sys/clockintr.h
Scott Soule Cheloha
2023-09-14
clockintr: replace CL_RNDSTAT with global variable statclock_is_randomized
Scott Soule Cheloha
2023-09-13
Revert commitid: yfAefyNWibUyjkU2, ESyyH5EKxtrXGkS6 and itscfpFvJLOj8mHB;
Claudio Jeker
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
[next]