CVSROOT: /cvs Module name: src Changes by: [email protected] 2020/07/20 15:43:02
Modified files:
sys/kern : kern_tc.c
Log message:
timecounting: misc. cleanup in tc_setclock() and tc_setrealtimeclock()
- Use real variable names like "utc" and "uptime" instead of non-names
like "bt" and "bt2"
- Move the TIMESPEC_TO_BINTIME(9) conversions out of the critical
section
- Sprinkle in a little whitespace
- Sort automatic variables according to style(9)
