Add kernel PLL for system clock
authortholo <tholo@openbsd.org>
Mon, 29 Jan 1996 23:05:03 +0000 (23:05 +0000)
committertholo <tholo@openbsd.org>
Mon, 29 Jan 1996 23:05:03 +0000 (23:05 +0000)
commit50ce46a391c458244ac34f3dcaf9bc5af3c2aa28
treef4ddda1247eb9815940f1bf8aa7178865b0fa931
parent740c81268900cb2ecd4e873c7771dd1713b5e897
Add kernel PLL for system clock
Add ntp_adjtime() and ntp_gettime() system calls
Mostly stolen from FreeBSD
lib/libc/sys/Makefile.inc
sys/conf/files
sys/kern/init_sysent.c
sys/kern/kern_clock.c
sys/kern/kern_ntptime.c [new file with mode: 0644]
sys/kern/syscalls.c
sys/kern/syscalls.master
sys/sys/syscall.h
sys/sys/syscallargs.h
sys/sys/timex.h [new file with mode: 0644]