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-12-07
Delete the last emulation callbacks: we're Just ELF, so declare
Philip Guenther
2021-12-07
Continue to delete emulation support: we only have one sigcode and
Philip Guenther
2021-12-07
Add EVFILT_EXCEPT filter for pipes
Visa Hankala
2021-12-07
Continue to delete emulation support: since we're Just ELF, the size
Philip Guenther
2021-12-07
Make `unp_msgcount' and `unp_file' protection with `unp_gc_lock'
Vitaliy Makkoveev
2021-12-06
Start to delete emulation support: since we're Just ELF, make
Philip Guenther
2021-12-05
kbind(2): disable system call if not initialized before first __tfork(2)
Scott Soule Cheloha
2021-12-02
firstc() and nextc() use an int of global static storage. Make this
Theo de Raadt
2021-12-01
late allocation of clist in putc() and b_to_q() hasn't been required in
Theo de Raadt
2021-11-30
Prevent select(2) from blocking if registering found pending events.
Visa Hankala
2021-11-29
regen
Vitaliy Makkoveev
2021-11-29
Unlock accept(2) and accept4(2) syscalls. Unlock them both because they
Vitaliy Makkoveev
2021-11-29
kqueue: Revise badfd knote handling
Visa Hankala
2021-11-26
Mark exit1() and sigexit() as non-returning
Visa Hankala
2021-11-24
Fix type of count.
Visa Hankala
2021-11-24
Simplify arithmetics on the main path.
Visa Hankala
2021-11-24
Remove unneeded <sys/stdarg.h>.
Visa Hankala
2021-11-24
Refactor postsig_done(). Pass the catchmask and signal reset flag to the
Claudio Jeker
2021-11-24
Minor code cleanup. Move a comment to the right place, move a function
Claudio Jeker
2021-11-24
Add a few dt(4) TRACEPOINTS to SMR. Should help to better understand what
Claudio Jeker
2021-11-22
Revert poll(2) back to the original implementation
Visa Hankala
2021-11-22
Translate POLLNVAL in ppollcollect()
Visa Hankala
2021-11-22
Let futex_wait() run without kernel lock
Visa Hankala
2021-11-19
Make futexes work in shared anonymous memory.
Mark Kettenis
2021-11-17
When unp_connect() releases both solock() and vnode(9) locks the socket we
Vitaliy Makkoveev
2021-11-16
Use nowake when poll/select has empty fd set
Visa Hankala
2021-11-16
Move UNIX domain sockets garbage collector out of `unp_lock.
Vitaliy Makkoveev
2021-11-15
Copy p_p->ps_pledge into a local variable (called pledge) in every function
Theo de Raadt
2021-11-15
Revert to eager removal of poll/select knotes
Visa Hankala
2021-11-13
Let filt_fileattach() run without the kernel lock
Visa Hankala
2021-11-12
sigsuspend(2): sleep on &nowake channel
Scott Soule Cheloha
2021-11-12
Keep knotes between poll/select systems calls
Visa Hankala
2021-11-11
Fix GENERIC kernel compilation.
Vitaliy Makkoveev
2021-11-11
Use vnode(9) lock to protect `v_socket' dereference.
Vitaliy Makkoveev
2021-11-11
Destroy protocol control block before perform `so_q0' and `so_q' queues
Vitaliy Makkoveev
2021-11-06
Make `unp_msgcount' and `unp_file' atomic. Introduce `unp_rights_mtx'
Vitaliy Makkoveev
2021-11-06
Make kqread event filter MP-safe
Visa Hankala
2021-11-06
Allocate socket and initialize so_lock in one place
Visa Hankala
2021-10-30
Change hw.perfpolicy=auto by default, at startup. If the system has AC
Theo de Raadt
2021-10-30
Kill the dead code from unp_drop().
Vitaliy Makkoveev
2021-10-30
Fix the UNIX domain sockets leak in soclose().
Vitaliy Makkoveev
2021-10-29
poll needs similar treatment as select recently gained in order to not
Anton Lindqvist
2021-10-27
Replace 'DIAGNOSTIC' block within soqinsque() by KASSERT(9).
Vitaliy Makkoveev
2021-10-27
regen
Visa Hankala
2021-10-27
Unlock the kevent(2) system call.
Visa Hankala
2021-10-26
Improve unhibernate performance (30% on some machines, another upcoming diff
Theo de Raadt
2021-10-25
Revert commitid: ufM9BcSbXqfLpzBH;
Claudio Jeker
2021-10-24
Implement poll(2), select(2), ppoll(2) & pselect(2) on top of kqueue.
Martin Pieuchot
2021-10-24
Set klist lock for sockets to make socket event filters MP-safe
Visa Hankala
2021-10-24
Make pipe event filters MP-safe
Visa Hankala
[next]