|
Revision tags: release/12.2.0, release/11.4.0, release/12.1.0, release/11.3.0, release/12.0.0, release/11.2.0 |
|
| #
0a854962 |
| 01-Jun-2018 |
Hans Petter Selasky <[email protected]> |
Improve high resolution timer support in the LinuxKPI.
Submitted by: Johannes Lundberg <[email protected]> MFC after: 1 week Sponsored by: Mellanox Technologies Sponsored by: Limelight Networks
|
| #
e3d5c4ad |
| 09-May-2018 |
Mark Johnston <[email protected]> |
Remove "All rights reserved" from my files.
See r333391 for the rationale.
MFC after: 1 week
|
| #
0424e413 |
| 18-Feb-2018 |
Hans Petter Selasky <[email protected]> |
Update the ktime type in the LinuxKPI to be a signed 64-bit integer similarly to Linux, to avoid compilation issues. Implement ktime_get_real_seconds().
MFC after: 1 week Submitted by: Johannes Lund
Update the ktime type in the LinuxKPI to be a signed 64-bit integer similarly to Linux, to avoid compilation issues. Implement ktime_get_real_seconds().
MFC after: 1 week Submitted by: Johannes Lundberg <[email protected]> Sponsored by: Mellanox Technologies Sponsored by: Limelight Networks
show more ...
|
|
Revision tags: release/10.4.0 |
|
| #
e1cf70fb |
| 07-Aug-2017 |
Alexander Motin <[email protected]> |
Fix hrtimer_active() in case of cancellation.
While there, switch to FreeBSD internal callout active status.
Reviewed by: markj, hselasky Sponsored by: iXsystems, Inc. Differential Revision: https:
Fix hrtimer_active() in case of cancellation.
While there, switch to FreeBSD internal callout active status.
Reviewed by: markj, hselasky Sponsored by: iXsystems, Inc. Differential Revision: https://reviews.freebsd.org/D11900
show more ...
|
| #
d35f6548 |
| 29-Jul-2017 |
Ian Lepore <[email protected]> |
Add inline functions to convert between sbintime_t and decimal time units. Use them in some existing code that is vulnerable to roundoff errors.
The existing constant SBT_1NS is a honeypot, luring u
Add inline functions to convert between sbintime_t and decimal time units. Use them in some existing code that is vulnerable to roundoff errors.
The existing constant SBT_1NS is a honeypot, luring unsuspecting folks into writing code such as long_timeout_ns*SBT_1NS to generate the argument for a sleep call. The actual value of 1ns in sbt units is ~4.3, leading to a large roundoff error giving a shorter sleep than expected when multiplying by the trucated value of 4 in SBT_1NS. (The evil honeypot aspect becomes clear after you waste a whole day figuring out why your sleeps return early.)
show more ...
|
|
Revision tags: release/11.1.0 |
|
| #
9ea3e141 |
| 26-Jun-2017 |
Mark Johnston <[email protected]> |
Implement parts of the hrtimer API in the LinuxKPI.
Reviewed by: hselasky MFC after: 1 week Differential Revision: https://reviews.freebsd.org/D11359
|