Path: utzoo!attcan!uunet!lll-winken!lll-tis!ames!mailrus!purdue!decwrl!ucbvax!MAILGW.CC.UMICH.EDU!rees From: rees@MAILGW.CC.UMICH.EDU (Jim Rees) Newsgroups: comp.sys.apollo Subject: Re: Calendar sync Message-ID: <8807270230.AA02034@a.cc.umich.edu> Date: 27 Jul 88 02:34:23 GMT References: Sender: daemon@ucbvax.BERKELEY.EDU Reply-To: rees@caen.engin.umich.edu (Jim Rees) Organization: The Internet Lines: 11 There's a protocl known as "NTP" (Network Time Protocol); and there's an implementation of NTP which runs under BSD4.3 UNIX; however, I'm not sure where the "official sources" are. It should run unmodified on SR10, but I haven't tried it yet. I've been told that the bsd4.3 time daemon (timed) uses the adjtime() system call, which is not implemented in sr10. I suspect that you could fix it to use settimeofday(), which is not as good since it doesn't guarantee that time increases monotonically. But it's still better than having skewed clocks (clock-kabobs?). -------