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-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
2023-12-12
sync
Theo de Raadt
2023-12-12
remove support for syscall(2) -- the "indirection system call" because
Theo de Raadt
2023-12-11
Implement per-CPU caching for the page table page (vp) pool and the PTE
Mark Kettenis
2023-12-10
sync
Theo de Raadt
2023-12-10
pinsyscalls(2) 2nd argument can be "uint *" instead of "void *
Theo de Raadt
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
[next]