Page MenuHomeFreeBSD

hyperv: Implement userspace gettimeofday(2) w/ Hyper-V TSC for 32bit compat.
AcceptedPublic

Authored by sepherosa_gmail.com on Dec 20 2016, 4:45 AM.
Tags
None
Referenced Files
Unknown Object (File)
Dec 20 2023, 8:10 AM
Unknown Object (File)
Nov 15 2023, 9:12 AM
Unknown Object (File)
Nov 5 2023, 2:26 AM
Unknown Object (File)
Oct 14 2023, 8:13 AM
Unknown Object (File)
Oct 4 2023, 2:25 AM
Unknown Object (File)
Sep 24 2023, 10:05 PM
Unknown Object (File)
May 23 2023, 7:20 AM
Unknown Object (File)
Apr 1 2023, 4:44 PM
Subscribers
None

Diff Detail

Lint
Lint Skipped
Unit
Tests Skipped

Event Timeline

sepherosa_gmail.com retitled this revision from to hyperv: Implement userspace gettimeofday(2) w/ Hyper-V TSC for 32bit compat..
sepherosa_gmail.com updated this object.
sepherosa_gmail.com edited the test plan for this revision. (Show Details)
kib edited edge metadata.
kib added inline comments.
lib/libc/x86/sys/__vdso_gettc.c
210

You do not need to calculate r.s.low, check the data dependencies and just remove it after the last appearence in the calculations for r.s.high.

This revision is now accepted and ready to land.Dec 21 2016, 11:51 AM