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
2021-04-21
Convert remaining uvm_km_zalloc(9) to km_alloc(9).
Martin Pieuchot
2021-03-25
Permit kern.somaxconn when the unix pledge is used. Previously this was only
Aaron Bieber
2021-03-23
Make a child execute fork_return() only if PTRACE_FORK has been specified.
Martin Pieuchot
2021-03-23
Skip first frame when saving stacktraces, it's always witness_checkorder().
Martin Pieuchot
2021-03-21
makes `struct execsw' to:
Sebastien Marie
2021-03-21
Use uppercases for defines.
Martin Pieuchot
2021-03-20
namei: reorganize a bit the error path for simples cases
Sebastien Marie
2021-03-18
regen
mvs
2021-03-18
Unlock sendsyslog(2). Console output still requires kernel lock to be
mvs
2021-03-16
handle theoretical case of sigfillsz not being pow2-sized on some
Theo de Raadt
2021-03-12
Kill SINGLE_PTRACE and use SINGLE_SUSPEND which has almost the same semantic
Martin Pieuchot
2021-03-10
The ktrace record for recvmsg/recvfrom could contain extract bits in
Theo de Raadt
2021-03-10
spelling
Jonathan Gray
2021-03-09
Early daemons like dhcpleased(8), slaacd(8), unwind(8), resolvd(8)
Alexander Bluhm
2021-03-08
Revert commitid: AZrsCSWEYDm7XWuv;
Claudio Jeker
2021-03-08
Move a KERNEL_ASSERT_LOCKED() from single_thread_clear() to cursig().
Martin Pieuchot
2021-03-08
Kill SINGLE_PTRACE and use SINGLE_SUSPEND which has almost the same semantic.
Martin Pieuchot
2021-03-08
Remove the workaround which identified Go executables, and permitted them
Theo de Raadt
2021-03-06
ansi
Jonathan Gray
2021-03-04
Merge issignal() and CURSIG() in preparation for turning it mp-safe.
Martin Pieuchot
2021-02-27
Replace stray direct call of f_event with filter_event().
Visa Hankala
2021-02-25
let m_copydata use a void * instead of caddr_t
David Gwynne
2021-02-24
kqueue: Revise filterops interface
Visa Hankala
2021-02-24
In sorflush() use m_purge() instead of handrolling it.
Alexander Bluhm
2021-02-23
remove unused malloc_roundup()
Jonathan Gray
2021-02-23
timecounting: use C99-style initialization for all timecounter structs
cheloha
2021-02-22
Move UNIX socket's garbage collector to `systqmp'. It touches nothing
mvs
2021-02-18
Release mbuf(9) chain with a simple m_freem(9) loop in sorflush().
mvs
2021-02-15
Move single_thread_set() out of KERNEL_LOCK().
Martin Pieuchot
2021-02-11
sbdrop(): use NULL instead of 0 in pointer assignment
mvs
2021-02-11
"proc: table is full" actually means thread table is full; ok mpi@ sthen@
Otto Moerbeek
2021-02-11
In the various open functions reduce the fdplock() to only span over the
Claudio Jeker
2021-02-10
Move UNIX domain sockets out of kernel lock. The new `unp_lock' rwlock(9)
mvs
2021-02-08
Revert the convertion of per-process thread into a SMR_TAILQ.
Martin Pieuchot
2021-02-08
Do not hold onto the fdplock longer then needed. Release the lock after
Claudio Jeker
2021-02-08
Simplify sleep_setup API to two operations in preparation for splitting
Martin Pieuchot
2021-02-04
Revert previous commit. The vnode returned by ptm_vn_open() is open and
Claudio Jeker
2021-02-04
Prevent a lock order issue by shuffling code around. Instead of allocating
Claudio Jeker
2021-02-03
Add SIOCAIFADDR_IN and SIOCDIFADDR_IN to the wroute pledge
tobhe
2021-01-29
Use NULL instead of 0 to clear v_socket pointer (which actually clears all
Claudio Jeker
2021-01-29
Whitespace.
rob
2021-01-28
Show when witness(4) has run out of lock order data entries.
Visa Hankala
2021-01-27
kqueue: Fix termination assert
Visa Hankala
2021-01-20
If pledge "wroute" is missing for setsockopt SO_RTABLE, print failure
Alexander Bluhm
2021-01-19
kern/subr_disk.c: convert ifunit() to if_unit(9)
mvs
2021-01-19
/etc/malloc.conf path-approval in pledge is no longer needed since 6.5
Theo de Raadt
2021-01-18
regen
mvs
2021-01-18
Unlock getppid(2).
mvs
2021-01-17
Cache parent's pid as `ps_ppid' and use it instead of `ps_pptr->ps_pid'.
mvs
2021-01-17
kqueue: Revise fd close notification
Visa Hankala
[next]