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-12-07
sync
Theo de Raadt
2023-12-07
Add a stub pinsyscalls() system call that simply returns 0 for now,
Theo de Raadt
2023-11-29
regen syscalls
Alexander Bluhm
2023-11-29
Unlock bind(2) syscall.
Alexander Bluhm
2023-11-29
Cleanup kmeminit_nkmempages().
Claudio Jeker
2023-11-28
correct spelling of FALLTHROUGH
Jonathan Gray
2023-11-24
Fix comments longer than 80 column.
ASOU Masato
2023-11-21
Fix kernel build without option PTRACE, but with dt(4).
Alexander Bluhm
2023-11-15
Constify disk_map()'s path argument
Klemens Nanni
2023-10-30
Do not truncate MSG_EOR in recvmsg().
Alexander Bluhm
2023-10-30
Use ERESTART for any single_thread_set() error in sys_execve().
Claudio Jeker
2023-10-24
Normally context switches happen in mi_switch() but there are 3 cases
Claudio Jeker
2023-10-20
Avoid assertion failure when splitting mbuf cluster.
Alexander Bluhm
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
[next]