mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2025-01-01 00:18:15 +01:00
Detect if /etc/wall_cmos_clock gone while adjkerntz paused.
This commit is contained in:
parent
4297524c49
commit
88d807a676
@ -132,6 +132,11 @@ again:
|
||||
looping = False;
|
||||
|
||||
wall_clock = (access(_PATH_CLOCK, F_OK) == 0);
|
||||
if (init && !sleep_mode) {
|
||||
init = False;
|
||||
if (!wall_clock)
|
||||
return 0;
|
||||
}
|
||||
|
||||
mib[0] = CTL_MACHDEP;
|
||||
mib[1] = CPU_ADJKERNTZ;
|
||||
@ -335,7 +340,7 @@ recalculate:
|
||||
/****** End of critical section ******/
|
||||
|
||||
if (init && wall_clock) {
|
||||
init = False;
|
||||
sleep_mode = False;
|
||||
/* wait for signals and acts like -a */
|
||||
(void) sigsuspend(&emask);
|
||||
goto again;
|
||||
|
Loading…
Reference in New Issue
Block a user