summaryrefslogtreecommitdiff
path: root/sys/compat/linux/linux_timer.c
AgeCommit message (Expand)Author
2025-12-28compat: linux: use appropriate variables for copying out old timersKyle Evans
2024-05-23linux: Export linux_convert_l_sigeventRicardo Branco
2023-08-18linux(4): Remove sys/cdefs.h inclusion where it's not needed due to 685dc743Dmitry Chagin
2023-08-17linux(4): Fix leftovers after 2ff63af9Dmitry Chagin
2023-08-16sys: Remove $FreeBSD$: one-line .c patternWarner Losh
2023-02-14linux(4): Rename linux_timer.h to linux_time.hDmitry Chagin
2023-02-14linux(4): Cleanup includes under compat/linuxDmitry Chagin
2023-02-12linux(4): Get rid of the opt_compat.h include.Dmitry Chagin
2022-05-04linux(4): Implement timer_settime64 syscall.Dmitry Chagin
2022-05-04linux(4): Implement timer_gettime64 syscall.Dmitry Chagin
2020-09-01compat: clean up empty lines in .c and .h filesMateusz Guzik
2015-12-26Return EINVAL in case of incorrect sigev_signo value specified instead of pan...Dmitry Chagin
2015-05-24Convert Linux signal number to the FreeBSD.Dmitry Chagin
2015-05-24Delete the duplicate of linux_to_native_clockid() function.Dmitry Chagin
2014-09-18Implement most of timer_{create,settime,gettime,getoverrun,delete}Bjoern A. Zeeb