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-01-01
copyright++;
Jonathan Gray
2021-12-29
Do not allow send/receive of kcov descriptors as the file descriptor can
Anton Lindqvist
2021-12-26
Rework garbage collector for unix(4) sockets.
Vitaliy Makkoveev
2021-12-25
kqueue: Invalidate revoked vnodes' knotes on the fly
Visa Hankala
2021-12-24
Make poll/select version of filt_solisten() more similar to soo_poll().
Visa Hankala
2021-12-23
sync
Philip Guenther
2021-12-23
Roll the syscalls that have an off_t argument to remove the explicit padding.
Philip Guenther
2021-12-23
Use TAILQ_FOREACH to traverse the disk list in sysctl_diskinit().
Alexander Bluhm
2021-12-22
While malloc sleeps, the disk list could change during sysctl. Then
Alexander Bluhm
2021-12-21
Let malloc return an error as opposed of panicking when sysctl
Anton Lindqvist
2021-12-20
Make filt_dead() selectively inactive with EVFILT_EXCEPT
Visa Hankala
2021-12-20
Run seltrue/dead event filter in modify and process callbacks
Visa Hankala
2021-12-15
Adjust pty and tty event filters
Visa Hankala
2021-12-14
Cover all state checks and updates with spltty() in filt_ttyread().
Visa Hankala
2021-12-13
acct(4) ac_tty shouldn't need NODEV from sys/param.h (which is kernel API),
Theo de Raadt
2021-12-13
Revise EVFILT_EXCEPT filters
Visa Hankala
2021-12-13
Prevent kevent(2) use of EVFILT_EXCEPT with FIFOs and pipes
Visa Hankala
2021-12-12
Add vnode parameter to VOP_STRATEGY()
Visa Hankala
2021-12-11
Clarify usage of __EV_POLL and __EV_SELECT
Visa Hankala
2021-12-10
Revert "kbind(2): disable system call if not initialized before
Philip Guenther
2021-12-09
We only have one syscall table: inline sysent/SYS_MAXSYSCALL and
Philip Guenther
2021-12-08
Fix select(2) exceptfds handling of FIFOs and pipes
Visa Hankala
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
[next]