kevent(2): wrong EVFILT_TIMER timeouts when using NOTE_NSECONDS
From the PR: There is a typo in "timer2sbintime" (sys/kern/kern_event.c) when converting NOTE_NSECONDS to sbintime_t. For the nanosecond part US_TO_SBT instead of NS_TO_SBT is used. This results in weird timeout values.
PR: 252539
Submitted by: Jan Kokemüller <jan dot kokemueller at gmail dot com>