Initial commit for the DragonFly home-made ntpd client. Why? Because
authorMatthew Dillon <dillon@dragonflybsd.org>
Sun, 24 Apr 2005 02:36:50 +0000 (02:36 +0000)
committerMatthew Dillon <dillon@dragonflybsd.org>
Sun, 24 Apr 2005 02:36:50 +0000 (02:36 +0000)
commite016354998624b71c5dd845ab0cc1c14dc1eaa05
tree19f0fe6ab54cb657e2556fe3ad0889a1d64c2ccb
parent08f95c490b588e0fe49388a8381e019c2d6db6ec
Initial commit for the DragonFly home-made ntpd client.  Why?  Because
xntpd is ridiculously huge, and OpenBSD's ntpd doesn't handle frequency
correction properly.

This is a work in progress, not yet ready for prime time.  Expect many
more commits.
usr.sbin/dntpd/Makefile [new file with mode: 0644]
usr.sbin/dntpd/client.c [new file with mode: 0644]
usr.sbin/dntpd/client.h [new file with mode: 0644]
usr.sbin/dntpd/convert.c [new file with mode: 0644]
usr.sbin/dntpd/defs.h [new file with mode: 0644]
usr.sbin/dntpd/log.c [new file with mode: 0644]
usr.sbin/dntpd/main.c [new file with mode: 0644]
usr.sbin/dntpd/ntp.h [new file with mode: 0644]
usr.sbin/dntpd/ntpreq.c [new file with mode: 0644]
usr.sbin/dntpd/socket.c [new file with mode: 0644]
usr.sbin/dntpd/system.c [new file with mode: 0644]