summaryrefslogtreecommitdiff
path: root/sys/compat/linuxkpi/common/src/linux_hrtimer.c
AgeCommit message (Expand)Author
2023-11-26sys: Automated cleanup of cdefs and other formattingWarner Losh
2023-08-16sys: Remove $FreeBSD$: one-line .c patternWarner Losh
2023-01-18linuxkpi: Define `hrtimer_try_to_cancel()`Jean-Sébastien Pédron
2020-09-01compat: clean up empty lines in .c and .h filesMateusz Guzik
2018-06-01Improve high resolution timer support in the LinuxKPI.Hans Petter Selasky
2018-05-09Remove "All rights reserved" from my files.Mark Johnston
2018-02-18Update the ktime type in the LinuxKPI to be a signed 64-bit integer similarlyHans Petter Selasky
2017-08-07Fix hrtimer_active() in case of cancellation.Alexander Motin
2017-07-29Add inline functions to convert between sbintime_t and decimal time units.Ian Lepore
2017-06-26Implement parts of the hrtimer API in the LinuxKPI.Mark Johnston