aboutsummaryrefslogtreecommitdiff
path: root/sys/compat/linux/linux_timer.c
Commit message (Expand)AuthorAgeFilesLines
* linux: Export linux_convert_l_sigeventRicardo Branco2024-05-231-2/+2
* linux(4): Remove sys/cdefs.h inclusion where it's not needed due to 685dc743Dmitry Chagin2023-08-181-1/+0
* linux(4): Fix leftovers after 2ff63af9Dmitry Chagin2023-08-171-0/+1
* sys: Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-161-2/+0
* linux(4): Rename linux_timer.h to linux_time.hDmitry Chagin2023-02-141-1/+1
* linux(4): Cleanup includes under compat/linuxDmitry Chagin2023-02-141-3/+1
* linux(4): Get rid of the opt_compat.h include.Dmitry Chagin2023-02-121-2/+0
* linux(4): Implement timer_settime64 syscall.Dmitry Chagin2022-05-041-5/+39
* linux(4): Implement timer_gettime64 syscall.Dmitry Chagin2022-05-041-3/+20
* compat: clean up empty lines in .c and .h filesMateusz Guzik2020-09-011-1/+0
* Return EINVAL in case of incorrect sigev_signo value specified instead of pan...Dmitry Chagin2015-12-261-0/+4
* Convert Linux signal number to the FreeBSD.Dmitry Chagin2015-05-241-2/+2
* Delete the duplicate of linux_to_native_clockid() function.Dmitry Chagin2015-05-241-20/+3
* Implement most of timer_{create,settime,gettime,getoverrun,delete}Bjoern A. Zeeb2014-09-181-0/+182