aboutsummaryrefslogtreecommitdiff
path: root/sys/kern/sys_timerfd.c
Commit message (Expand)AuthorAgeFilesLines
* 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