aboutsummaryrefslogtreecommitdiff
path: root/sys/compat/linuxkpi/common/src/linux_hrtimer.c
Commit message (Expand)AuthorAgeFilesLines
* sys: Automated cleanup of cdefs and other formattingWarner Losh2023-11-271-1/+0
* sys: Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-161-2/+0
* linuxkpi: Define `hrtimer_try_to_cancel()`Jean-Sébastien Pédron2023-01-181-0/+22
* compat: clean up empty lines in .c and .h filesMateusz Guzik2020-09-011-1/+0
* Improve high resolution timer support in the LinuxKPI.Hans Petter Selasky2018-06-011-9/+29
* Remove "All rights reserved" from my files.Mark Johnston2018-05-091-1/+0
* Update the ktime type in the LinuxKPI to be a signed 64-bit integer similarlyHans Petter Selasky2018-02-181-1/+1
* Fix hrtimer_active() in case of cancellation.Alexander Motin2017-08-071-11/+7
* Add inline functions to convert between sbintime_t and decimal time units.Ian Lepore2017-07-291-2/+2
* Implement parts of the hrtimer API in the LinuxKPI.Mark Johnston2017-06-261-0/+108