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-03-17
Do UNP_CONNECTING and UNP_BINDING flags check in uipc_listen() and
Vitaliy Makkoveev
2024-03-05
Revert m_defrag() mbuf alignment to IP header.
Alexander Bluhm
2024-03-01
Protect pool_get() with kernel lock in sys_ypconnect().
Alexander Bluhm
2024-02-28
No need to kick a CPU twice when putting a thread on its runqueue.
Martin Pieuchot
2024-02-25
clockintr: rename "struct clockintr_queue" to "struct clockqueue"
Scott Soule Cheloha
2024-02-25
clockintr.h, kern_clockintr.c: add 2023, 2024 to copyright range
Scott Soule Cheloha
2024-02-25
New accounting flag ABTCFI to indicate signal SIGILL + code ILL_BTCFI
Theo de Raadt
2024-02-24
clockintr: rename clockqueue_reset_intrclock to clockqueue_intrclock_reprogram
Scott Soule Cheloha
2024-02-23
timecounting: start system uptime at 0.0 instead of 1.0
Scott Soule Cheloha
2024-02-23
timeout: make to_kclock validation more rigorous
Scott Soule Cheloha
2024-02-21
Keep mbuf data alignment intact in m_defrag()
Claudio Jeker
2024-02-14
Enable the pool gc thread on m88k MULTIPROCESSOR kernels now that
Miod Vallat
2024-02-12
Pass protosw instead of domain structure to soalloc() to get real
Vitaliy Makkoveev
2024-02-12
kernel: disable hardclock() on secondary CPUs
Scott Soule Cheloha
2024-02-11
Release `sb_mtx' mutex(9) before sbunlock().
Vitaliy Makkoveev
2024-02-11
Use `sb_mtx' instead of `inp_mtx' in receive path for inet sockets.
Vitaliy Makkoveev
2024-02-10
On kernels without ucom(4) support, 'sysctl hw.ucomnames' should return
Theo de Raadt
2024-02-09
dt(4): move interval/profile entry points to dedicated clockintr callback
Scott Soule Cheloha
2024-02-09
clockintr: add clockintr_unbind()
Scott Soule Cheloha
2024-02-09
clockintr: refactor clockintr_cancel() into clockintr_cancel_locked()
Scott Soule Cheloha
2024-02-05
Use `sb_mtx' mutex(9) to protect `sb_timeo_nsecs'. In most places
Vitaliy Makkoveev
2024-02-03
Rework socket buffers locking for shared netlock.
Vitaliy Makkoveev
2024-02-03
Remove Softdep.
Bob Beck
2024-01-26
regen
Vitaliy Makkoveev
2024-01-26
Unlock listen(2). `somaxconn_local' and `sominconn_local' used
Vitaliy Makkoveev
2024-01-24
clockintr: switch from callee- to caller-allocated clockintr structs
Scott Soule Cheloha
2024-01-19
Implement extent_alloc_region_with_descr(9) which is the equivalent of
Mark Kettenis
2024-01-19
Backout priterator() for walking allprocess list.
Alexander Bluhm
2024-01-18
Use solock() instead of netlock within fill_file(). This makes all
Vitaliy Makkoveev
2024-01-17
Fix core file writing when a file map into memory has later been truncated
Kurt Miller
2024-01-17
Since pinsyscalls(2) applies to all system calls and does a more precise
Theo de Raadt
2024-01-16
The kernel will now read pinsyscall tables out of PT_OPENBSD_SYSCALLS in
Theo de Raadt
2024-01-15
Introduce priterator(), the `ps_list' iterator. Some of `allprocess'
Vitaliy Makkoveev
2024-01-15
clockintr: move CLST_IGNORE_REQUESTS from cl_flags to cq_flags
Scott Soule Cheloha
2024-01-12
Send UDP packets in parallel.
Alexander Bluhm
2024-01-11
Use domain name for socket lock.
Alexander Bluhm
2024-01-10
Split UDP PCB table into IPv4 and IPv6.
Alexander Bluhm
2024-01-07
Error out if one syscall ever takes more than 6 arguments.
Miod Vallat
2024-01-03
Run connect(2) in parallel within inet doamin.
Alexander Bluhm
2024-01-01
copyright++;
Jonathan Gray
2023-12-21
Remove logic and comments related to INDIR now that they aren't supported
Miod Vallat
2023-12-19
Release inpcb mutex while calling sbwait().
Alexander Bluhm
2023-12-19
sync
Theo de Raadt
2023-12-19
the 4th argument of pinsyscalls() is now "number of pin elements",
Theo de Raadt
2023-12-19
soreceive() must not hold mutex when calling sblock().
Alexander Bluhm
2023-12-18
Run bind(2) system call in parallel.
Alexander Bluhm
2023-12-15
provide the pieces for ktrace/kdump to observe pinsyscall violations.
Theo de Raadt
2023-12-14
Workaround for broken clang which has a broken -fno-zero-initialized-in-bss
Claudio Jeker
2023-12-14
Bring default logic to set nkmempages into the 21st century.
Claudio Jeker
2023-12-12
put pinsyscalls(2) into the "always" group
Theo de Raadt
[next]