Subject: Re: A proposal for Time Synchronisation in NetBSD
To: None <davidb@melb.cpr.itg.telecom.com.au>
From: Jan-Simon Pendry <jsp@sequent.com>
List: tech-kern
Date: 12/17/1993 10:15:44
just a few comments.

if you need a system call to set/get the rtc why not
use getitimer/setitimer with a new interval timer,
say ITIMER_RTC?

i'm not sure i understand why it is necessary to set the
softclock without setting the rtc, after all you are going
to be setting them to the save value - no?  in that case
settimeofday would do just fine.

jan-simon.

------------------------------------------------------------------------------