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
2024-08-06
Unlock KERN_CLOCKRATE.
Vitaliy Makkoveev
2024-08-06
Stop using KERNEL_LOCK to protect the per process kqueue list
Claudio Jeker
2024-08-05
change the nsec argument to timeout_add_nsec from int to uint64_t
David Gwynne
2024-08-05
Unlock KERN_BOOTTIME.
Vitaliy Makkoveev
2024-08-05
Unlock most of `kern_vars' variables.
Vitaliy Makkoveev
2024-08-05
Take `sysctl_lock' before kernel lock.
Vitaliy Makkoveev
2024-08-02
regen
Vitaliy Makkoveev
2024-08-02
Push kernel lock down to sysctl(2).
Vitaliy Makkoveev
2024-08-01
Run socket splice idle timeout without kernel lock.
Alexander Bluhm
2024-07-29
Move the signal related kqueue filters to kern_event.c.
Claudio Jeker
2024-07-29
Remove `sb_sel' from sobuf_print() output, no sense to print "...".
Vitaliy Makkoveev
2024-07-29
Replace per thread P_CONTINUED with per process PS_CONTINUED flag
Claudio Jeker
2024-07-26
Trace struct itimerval
Philip Guenther
2024-07-24
KASSERT that the ps_single proc has P_SUSPSINGLE cleared.
Claudio Jeker
2024-07-24
Remove the (pr->ps_single->p_flag & P_SUSPSINGLE) == 0 check since it
Claudio Jeker
2024-07-24
Use a different mutex to protect the kqueue klist in logsoftc.
Claudio Jeker
2024-07-24
Move uvm_exit() outside of the KERNEL_LOCK() in the reaper.
Martin Pieuchot
2024-07-23
Pass curproc pointer down from sleep_finish() instead of pulling it in
Claudio Jeker
2024-07-22
Rename PS_STOPPED to PS_STOPPING. I want to use PS_STOPPED to indicate
Claudio Jeker
2024-07-22
Switch proc_finish_wait() to use the process as argument instead of its
Claudio Jeker
2024-07-20
Unlock udp(4) somove().
Vitaliy Makkoveev
2024-07-14
Fix source and drain confusion in socket splicing somove().
Alexander Bluhm
2024-07-14
Actually provide *definitions* for hwcap & hwcap2
Jeremie Courreges-Anglas
2024-07-14
Actually set up hwcap AUX_* entries when available
Jeremie Courreges-Anglas
2024-07-13
Revert the vdoom change, while it prevents the crashes on joel's go
Bob Beck
2024-07-12
Remove internet PCB mutex.
Alexander Bluhm
2024-07-12
Switch `so_snd' of udp(4) sockets to the new locking scheme.
Vitaliy Makkoveev
2024-07-12
Add vdoom() to fix ufs/ext2fs re-use of invalid vnode.
Bob Beck
2024-07-11
Use atomic operations to access integers in sysctl(2).
Alexander Bluhm
2024-07-10
Kill the runfast and run label and inline those bits. No functional change.
Claudio Jeker
2024-07-10
Sweep up another softdep crumb.
Kenneth R Westerback
2024-07-09
Remove splassert() for now since IPL_STATCLOCK is MD and not all archs have it.
Claudio Jeker
2024-07-09
Reshuffle the switch cases in ptsignal and single_thread_set to be
Claudio Jeker
2024-07-09
In sched_toidle() only call the TRACEPOINT if curproc is set.
Claudio Jeker
2024-07-09
change format strings to fix SEM_DEBUG build
Jonathan Gray
2024-07-08
Remove the KASSERT() in sched_unpeg_curproc().
Martin Pieuchot
2024-07-08
Introduce sched_unpeg_curproc() to abstract the current implementation.
Martin Pieuchot
2024-07-08
Rework per proc and per process time usage accounting
Claudio Jeker
2024-07-08
Fix comment for exit2() this code is called by sched_idle() not cpu_exit().
Claudio Jeker
2024-07-05
remove unused vn_isdisk(), added for softdep
Jonathan Gray
2024-07-03
remove __mp_release_all_but_one(), unused since sched_bsd.c rev 1.92
Jonathan Gray
2024-06-28
Restore original EPIPE and ENOTCONN errors priority in the uipc_send()
Vitaliy Makkoveev
2024-06-26
Push socket re-lock to the vnode(9) release path within unp_detach().
Vitaliy Makkoveev
2024-06-26
return type on a dedicated line when declaring functions
Jonathan Gray
2024-06-22
remove space between function names and argument list
Jonathan Gray
2024-06-14
Switch AF_ROUTE sockets to the new locking scheme.
Vitaliy Makkoveev
2024-06-05
No need to call d_open/d_close for every hibernate resume i/o.
Kenneth R Westerback
2024-06-04
Enable hibernate/resume to nvme(4) disks with 4096 byte sectors.
Kenneth R Westerback
2024-06-03
Remove lock_class_sched_lock from lock_classes since the corresponding
Claudio Jeker
2024-06-03
Remove the now unsued s argument to SCHED_LOCK and SCHED_UNLOCK.
Claudio Jeker
[next]