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-31
jeremy observed that access() on unveiled space was returning errors
Theo de Raadt
2024-08-29
In m_pulldown() replace memmove() with memcpy().
Alexander Bluhm
2024-08-29
Show expensive mbuf operations in netstat(1) statistics.
Alexander Bluhm
2024-08-26
style(9) fix. No functional changes.
Vitaliy Makkoveev
2024-08-23
Fix KERN_AUDIO broken in rev 1.440.
Vitaliy Makkoveev
2024-08-22
Introduce sysctl_securelevel() to modify `securelevel' mp-safe. Keep
Vitaliy Makkoveev
2024-08-21
If binaries lack a pintable, execve() can now reject them at startup
Theo de Raadt
2024-08-21
We do not need the PS_LIBCPIN and PS_PIN flag fields anymore, which were
Theo de Raadt
2024-08-20
Unlock KERN_MAXFILES.
Vitaliy Makkoveev
2024-08-20
Unlock KERN_MAXPROC and KERN_MAXTHREAD from `kern_vars'. Both
Vitaliy Makkoveev
2024-08-20
Unlock sysctl_audio().
Vitaliy Makkoveev
2024-08-18
Remove outdated comment about UVM_PLA_WAITOK and the pagedaemon.
Martin Pieuchot
2024-08-16
Atomically modify `nthreads' and move proc_free() out of KERNEL_LOCK().
Martin Pieuchot
2024-08-16
Introduce PR_MPSYSCTL flag to mark mp-safe (*pr_sysctl)() handlers and
Vitaliy Makkoveev
2024-08-14
Push kernel lock down to net_sysctl().
Vitaliy Makkoveev
2024-08-14
Make sysctl_int() and sysctl_int_lower() mp-safe and unlock KERN_HOSTID.
Vitaliy Makkoveev
2024-08-12
Conditionally compile kqueue poll debug printfs, mainly preventing them
Anton Lindqvist
2024-08-12
Run network protocol timer without kernel lock.
Alexander Bluhm
2024-08-11
Make exit1() wait sysctl(2) `allprocess' loops.
Vitaliy Makkoveev
2024-08-11
make the timeout_add_foo wrappers more consistent.
David Gwynne
2024-08-11
spelling; ok mvs@
Jonathan Gray
2024-08-10
spelling; ok claudio@
Jonathan Gray
2024-08-08
In sysctl KERN_FILE_BYPID stop traversal after pid has been found.
Alexander Bluhm
2024-08-08
Unlock KERN_MSGBUFSIZE and KERN_CONSBUFSIZE.
Vitaliy Makkoveev
2024-08-06
For consistency with other similar sysctl(2) variables use
Vitaliy Makkoveev
2024-08-06
Use atomic_load_int(9) for unlocked read access to net.unix.*space
Vitaliy Makkoveev
2024-08-06
Revert the knote_processexit() bits of the diff. It introduced a small
Claudio Jeker
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
[next]