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-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
2022-03-18
Use the refcnt API with struct plimit.
Visa Hankala
2022-03-17
Use the refcnt API with struct ucred.
Visa Hankala
2022-03-16
Remove an unneeded include.
Visa Hankala
2022-03-16
Use the refcnt API in kqueue.
Visa Hankala
2022-03-16
Add refcnt_shared() and refcnt_read()
Visa Hankala
2022-03-14
Unbreak the tree, revert commitid aZ8fm4iaUnTCc0ul
Theo Buehler
2022-03-14
pf_socket_lookup() calls in_pcbhashlookup() in the PCB layer. To
Alexander Bluhm
2022-03-11
Revert part of rev 1.293. Using cursig() to deliver masked signals
Claudio Jeker
2022-03-10
Use atomic load and store functions to access refcnt and wait
Alexander Bluhm
2022-02-25
Reported-by: syzbot+1b5b209ce506db4d411d@syzkaller.appspotmail.com
Philip Guenther
2022-02-25
add setrtable to pledge("id"). from Matthew Martin
Ted Unangst
2022-02-25
Move pr_attach and pr_detach to a new structure pr_usrreqs that can
Philip Guenther
2022-02-24
regen
Vitaliy Makkoveev
2022-02-24
Unlock getsockname(2) syscall. For inet and UNIX sockets it fills passed
Vitaliy Makkoveev
2022-02-22
Since other exported commandnames were increased to 24 and graduated into
Theo de Raadt
[next]