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-09-30
Remove code after exit1() and NOTREACHED comment. Nothing will ever get there.
Claudio Jeker
2024-09-25
Do not crash in witness code if interrupt fires early.
Alexander Bluhm
2024-09-24
Fix sleeping race during malloc in sysctl hw.disknames.
Alexander Bluhm
2024-09-24
for sysctl on arm64, handle CPU_ID_AA64ISAR1 same as CPU_ID_AA64ISAR0
Theo de Raadt
2024-09-22
Increase the default buffer size for AF_UNIX from 8192 to 32768.
Claudio Jeker
2024-09-15
Invalid pintables in ELF binaries can crash the kernel.
Theo de Raadt
2024-09-10
Fix build of m_print_chain() on sparc64.
Alexander Bluhm
2024-09-09
Print mbuf size also for non cluster.
Alexander Bluhm
2024-09-06
Fix KUBSAN by adding invalid builtin detection, as needed by our current clang.
Moritz Buhl
2024-09-06
Remove incorrect increment of the context switch counter.
Martin Pieuchot
2024-09-05
In ddb(4) print mbuf chain and packet list.
Alexander Bluhm
2024-09-04
make psp attach to ccp as a different driver
Jonathan Gray
2024-09-02
simplify ccp ifdef; ok bluhm@
Jonathan Gray
2024-09-01
Regarding previous commit, X_OK on unveil-permitted directories does
Theo de Raadt
2024-09-01
Pledge "vmm" for ccp(4) ioctl(2).
Alexander Bluhm
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
[prev]
[next]