CVSROOT: /cvs Module name: src Changes by: [email protected] 2016/09/03 08:46:56
Modified files:
sys/arch/i386/i386: apm.c
sys/arch/loongson/dev: apm.c
sys/dev/acpi : acpi.c
sys/kern : init_main.c kern_time.c kern_xxx.c
sys/sys : systm.h
Log message:
Write the system time back to the RTC every 30 minutes.
This fixes the problem that long-running machines which were not
shut down properly would reboot with a badly offset system time.
hints and ok kettenis@
