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
2022-07-01
Make fine grained unix(4) domain sockets locking. Use the per-socket
Vitaliy Makkoveev
2022-06-30
Allow sysctl mib CTL_NET.PF_INET6 with a length of 3 in PLEDGE_VMINFO.
Claudio Jeker
2022-06-29
Regen syscalls files as they were meant to be, correcting the "created from:"...
Jeremie Courreges-Anglas
2022-06-29
Unlock the pledge(2) system call
Jeremie Courreges-Anglas
2022-06-29
Use READ_ONCE() when saving pr->ps_pledge to a local variable
Jeremie Courreges-Anglas
2022-06-29
Move the deep check back into the loop. There are ways that even though
Claudio Jeker
2022-06-28
Cleanup the sleep loop in single_thread_check_locked(). The deep checks
Claudio Jeker
2022-06-28
Use btrace(8) to debug reference counting. dt(4) provides a static
Alexander Bluhm
2022-06-27
kbind(2): unlock syscall, push kernel lock down to binding loop
Scott Soule Cheloha
2022-06-27
kqueue: Clear task when closing kqueue
Visa Hankala
2022-06-26
allow HW_USERMEM64 in sysctl pledge
Jonathan Gray
2022-06-26
Remove unused VOP_POLL().
Visa Hankala
2022-06-20
Remove unused struct fileops field fo_poll and callbacks.
Visa Hankala
2022-06-12
Allow sleeping while clearing a sleep timeout
Visa Hankala
2022-06-12
kqueue: Fix missing wakeup
Visa Hankala
2022-06-06
Simplify solock() and sounlock(). There is no reason to return a value
Claudio Jeker
2022-06-02
Stop hiding a few assertions behind the opt-in LOCKF_DIAGNOSTIC option.
Anton Lindqvist
2022-06-01
Fix ambiguity with lock range end
Visa Hankala
2022-06-01
Fix lock range start when l_whence == SEEK_END and l_len < 0.
Visa Hankala
2022-05-30
Replace selwakeup() with KNOTE() in pipe event activation.
Visa Hankala
2022-05-28
oops, wrong value in previous commit
Theo de Raadt
2022-05-28
64K of locked memory should be enough for anyone (until we hear a good
Theo de Raadt
2022-05-23
Respect RLIMIT_FSIZE when extending a file via truncat(2)/ftruncate(2).
Todd C. Miller
2022-05-16
regen
Vitaliy Makkoveev
2022-05-16
Unlock umask(2). sys_umask() only modifies `fd_cmask', which
Vitaliy Makkoveev
2022-05-13
Use the process ps_mtx to protect the process sigacts structure.
Claudio Jeker
2022-05-12
During coredumps only a single thread should be active, check this
Claudio Jeker
2022-05-12
kqueue: Fix race condition in knote_remove()
Visa Hankala
2022-05-10
make the CPU frequency scaling duration relative to the load
Solene Rapenne
2022-05-10
Our read/write lock implementation was not fair to writers. When
Alexander Bluhm
2022-05-09
Revert "Replace selwakeup() with KNOTE() in pipe and socket event activation."
Visa Hankala
2022-05-06
Replace selwakeup() with KNOTE() in kqueue event activation.
Visa Hankala
2022-05-06
Replace selwakeup() with KNOTE() in pipe and socket event activation.
Visa Hankala
2022-05-05
Using mutex initializer for static variable does not compile with
Alexander Bluhm
2022-05-04
Introduce mutex for ratecheck(9) and ppsratecheck(9). A global
Alexander Bluhm
2022-05-01
regen
Ted Unangst
2022-05-01
no need to test for toupper function in awk
Ted Unangst
2022-04-30
Enforce proper memory ordering in refcnt_rele() and refcnt_finalize()
Visa Hankala
2022-04-27
Remove the lock if an identical overlapping one is already present.
Anton Lindqvist
2022-04-27
vgone() is vgonel() with curproc as 2nd argument. Use vgonel() like the
Claudio Jeker
2022-04-26
Bump __mp_lock_spinout to INT_MAX.
Dave Voutila
2022-04-11
Keep `fdp' locked until we finish the second loop of unp_externalize().
Vitaliy Makkoveev
2022-04-07
Fix kernel builds with pseudo-device rd
Theo Buehler
2022-04-02
Update an old comment
Mike Larkin
2022-04-02
whitespace fix
Mike Larkin
2022-03-31
Move knote_processexit() call from exit1() to the reaper().
Todd C. Miller
2022-03-27
sys/vnode.h cleanup for vnode_hold_list, vnode_free_list, struct freelst
Sebastien Marie
2022-03-25
add an exception to the CPU_ID_AA64ISAR0 in pledged applications so that
Robert Nagy
2022-03-21
Header netinet/in_pcb.h includes sys/mutex.h now. Recommit mutex
Alexander Bluhm
2022-03-18
Cleanup reference counting. Remove #ifdef DIAGNOSTIC to keep the
Alexander Bluhm
[next]