index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Kernel
/
Syscalls
/
poll.cpp
Age
Commit message (
Expand
)
Author
2023-03-07
Kernel: Use non-locking {Nonnull,}RefPtr for OpenFileDescription
Andreas Kling
2023-03-01
Kernel+LibC: Move the FD_SETSIZE declaration to API/POSIX/select.h file
Liav A
2022-08-20
Kernel: Make self-contained locking smart pointers their own classes
Andreas Kling
2022-08-17
Kernel: Require semicolon after VERIFY_{NO_,}PROCESS_BIG_LOCK_ACQUIRED
Linus Groh
2022-07-10
Kernel: Stop reporting POLLHUP exclusively when available in sys$poll
Idan Horowitz
2022-07-10
Kernel: Report POLLNVAL events in sys$poll instead of returning EBADF
Idan Horowitz
2022-07-10
Kernel: Stop providing POLLRDHUP events in sys$poll by default
Idan Horowitz
2022-07-10
Kernel: Set POLLHUP on WriteHangUp in sys$poll instead of POLLNVAL
Idan Horowitz
2022-04-01
Everywhere: Run clang-format
Idan Horowitz
2022-01-29
Kernel: Only lock process file descriptor table once in sys$poll()
Andreas Kling
2022-01-29
Kernel: Switch process file descriptor table from spinlock to mutex
Andreas Kling
2022-01-29
Kernel: Convert process file descriptor table to a SpinlockProtected
Andreas Kling
2022-01-28
Kernel: Allocate entire SelectBlocker::FDVector at once
Andreas Kling
2021-12-29
Kernel: Handle promise violations in the syscall handler
Brian Gianforcaro
2021-12-29
Kernel: Use Process::require_promise() instead of REQUIRE_PROMISE()
Brian Gianforcaro
2021-12-18
Kernel: Access OpenFileDescriptions::max_open() statically in Syscalls
Hendiadyoin1
2021-12-18
Kernel: Add implicit auto qualifiers in Syscalls
Hendiadyoin1
2021-12-12
Kernel: Split off sys$poll() into Syscalls/poll.cpp
Jean-Baptiste Boric