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
/
kern_event.c
Age
Commit message (
Expand
)
Author
2021-12-25
kqueue: Invalidate revoked vnodes' knotes on the fly
Visa Hankala
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-11
Clarify usage of __EV_POLL and __EV_SELECT
Visa Hankala
2021-11-29
kqueue: Revise badfd knote handling
Visa Hankala
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
Keep knotes between poll/select systems calls
Visa Hankala
2021-11-06
Make kqread event filter MP-safe
Visa Hankala
2021-07-24
Modifying a knote must be done with the corresponding lock held. Assert
Martin Pieuchot
2021-07-22
Make kqpoll_dequeue() usable with lazy removal of knotes
Visa Hankala
2021-06-16
kqueue: kq_lock is needed when updating kn_status
Visa Hankala
2021-06-11
Remember to lock kqueue mutex in filt_timermodify().
Visa Hankala
2021-06-10
Serialize internals of kqueue with a mutex
Visa Hankala
2021-06-02
Enable pool cache on knote pool
Visa Hankala
2021-04-22
kqueue: Make timer re-addition reset existing timer
Visa Hankala
2021-02-27
Replace stray direct call of f_event with filter_event().
Visa Hankala
2021-02-24
kqueue: Revise filterops interface
Visa Hankala
2021-01-27
kqueue: Fix termination assert
Visa Hankala
2021-01-17
kqueue: Revise fd close notification
Visa Hankala
2021-01-08
Lock kernel before raising SPL in klist_lock()
Visa Hankala
2021-01-07
Adjust comment about klist_invalidate()
Visa Hankala
2020-12-25
Refactor klist insertion and removal
Visa Hankala
2020-12-23
Ensure that filt_dead() takes effect
Visa Hankala
2020-12-23
Clear error before each iteration in kqueue_scan()
Visa Hankala
2020-12-20
Introduce klistops
Visa Hankala
2020-12-18
Add fd close notification for kqueue-based poll() and select()
Visa Hankala
2020-12-18
Make knote_{activate,remove}() internal to kern_event.c.
Visa Hankala
2020-12-16
Remove kqueue_free() and use KQRELE() in kqpoll_exit().
Visa Hankala
2020-12-16
Link kqpoll instances to fd_kqlist.
Visa Hankala
2020-12-15
Use nkev in place of count in kqueue_scan().
Visa Hankala
2020-12-09
Add kernel-only per-thread kqueue & helpers to initialize and free it.
Martin Pieuchot
2020-12-07
Refactor kqueue_scan() so it can be used by other syscalls.
Martin Pieuchot
2020-11-25
Change kqueue_scan() to keep track of collected events in the given context.
Martin Pieuchot
2020-10-26
kevent(2): ktrace the timeout before validating it
cheloha
2020-10-11
Refactor kqueue_scan() to use a context: a "kqueue_scan_state struct".
Martin Pieuchot
2020-08-12
Reduce stack usage of kqueue_scan()
Visa Hankala
2020-07-04
Use klist_invalidate() in knote_processexit()
Visa Hankala
2020-06-22
Extend kqueue interface with EVFILT_EXCEPT filter.
Martin Pieuchot
2020-06-15
Implement a simple kqfilter for deadfs matching its poll handler.
Martin Pieuchot
2020-06-15
Raise SPL when modifying ps_klist to prevent a race with interrupts.
Visa Hankala
2020-06-14
Remove misleading XXX about locking of ps_klist. All of the kqueue
Visa Hankala
2020-06-12
Revert addition of double underbars for filter-specific flag.
Martin Pieuchot
2020-06-11
Rename poll-compatibility flag to better reflect what it is.
Martin Pieuchot
2020-05-30
Introduce kqueue_terminate() & kqueue_free(), no functional changes.
Martin Pieuchot
2020-05-25
Revert "Add kqueue_scan_state struct"
Visa Hankala
2020-05-17
Add kqueue_scan_state struct
Visa Hankala
2020-04-07
Abstract the head of knote lists. This allows extending the lists,
Visa Hankala
2020-04-07
Defer selwakeup() from kqueue_wakeup() to kqueue_task() to prevent
Visa Hankala
2020-04-02
Introduce kqueue_sleep() a wrapper around the tsleep(9) dance.
Martin Pieuchot
[next]