aboutsummaryrefslogtreecommitdiff
path: root/sys/kern/sys_timerfd.c
Commit message (Expand)AuthorAgeFilesLines
* timerfd: Suppress kqueue readability after jump readJake Freeland2026-03-201-1/+1
* timerfd: Wake up on discontinuous jumpJake Freeland2026-03-201-3/+11
* timerfd: Use saturating sbintime conversionsJake Freeland2026-03-201-5/+5
* timerfd: Fix interval callout schedulingJake Freeland2026-03-201-11/+13
* timerfd_read(): stop setting td_rtcgenKonstantin Belousov2025-08-091-1/+0
* kern: Make fileops and filterops tables const where possibleMark Johnston2024-11-261-2/+2
* timerfd_create: fix after cf742faa39a58a9b43b671c66097e6880459d4aeBaptiste Daroussin2024-03-061-3/+4
* timerfd_create: accept CLOCK_UPTIME/CLOCK_BOOTTIMEBaptiste Daroussin2024-03-061-1/+12
* timerfd: Move kern_timerfd_* prototypes to <sys/syscallsubr.h>John Baldwin2024-01-311-0/+1
* kcmp(2): implement for generic file typesKonstantin Belousov2024-01-241-0/+1
* timerfd: Relocate 32-bit compat codeJake Freeland2023-09-051-61/+0
* timerfd: Define a locking regimeJake Freeland2023-09-051-26/+35
* timerfd: convert timerfd_list_lock from sx to mtxMateusz Guzik2023-09-021-8/+8
* timerfd: compute fflags before calling fallocMateusz Guzik2023-08-251-4/+8
* timerfd: fix up a memory leak and missing lockingMateusz Guzik2023-08-251-10/+21
* timerfd: Move implementation from linux compat to sys/kernJake Freeland2023-08-241-0/+632