[Git][NTPsec/ntpsec][master] 2 commits: TODO update.
Eric S. Raymond
gitlab at mg.gitlab.com
Sun Sep 11 20:32:31 UTC 2016
Eric S. Raymond pushed to branch master at NTPsec / ntpsec
Commits:
3a384707 by Eric S. Raymond at 2016-09-11T16:27:26-04:00
TODO update.
- - - - -
114f77f9 by Eric S. Raymond at 2016-09-11T16:31:51-04:00
Remove unused #includes.
- - - - -
3 changed files:
- devel/TODO
- ntpd/ntp_refclock.c
- ntpd/refclock_local.c
Changes:
=====================================
devel/TODO
=====================================
--- a/devel/TODO
+++ b/devel/TODO
@@ -25,10 +25,10 @@
=== Code ===
-* Can the KERNEL_PLL code be removed? It's used by drivers 4, 8, 20, 22, and
- 30, but Hal thinks it may no longer have a point since processors are much
- faster and schedulers smoother than when it was built. Might remove the
- need for adjtimex(2). We need to collect statistics on builds with and
+* Can the KERNEL_PLL code be removed? Hal thinks it may no longer
+ have a point since processors are much faster and schedulers
+ smoother than when it was built. Might remove the need for
+ adjtimex(2). We need to collect statistics on builds with and
without the PLL to see if it's actually a win.
=== Testing ===
@@ -112,6 +112,8 @@ Neither is ideal, easy pickings for someone to code on.
* Replace ntpq with a Python wrapper around the ntp Python module.
+* Move ntpdig to Python. Should be a wrapper around an ntp.sntp module.
+
* We might be able to eliminate a lot of the Linux runtime
droproot code by using file capabilities.
=====================================
ntpd/ntp_refclock.c
=====================================
--- a/ntpd/ntp_refclock.c
+++ b/ntpd/ntp_refclock.c
@@ -20,10 +20,6 @@
#ifdef REFCLOCK
-#ifdef HAVE_KERNEL_PLL
-#include "ntp_syscall.h"
-#endif /* HAVE_KERNEL_PLL */
-
#ifdef HAVE_PPSAPI
#include "ppsapi_timepps.h"
#include "refclock_pps.h"
=====================================
ntpd/refclock_local.c
=====================================
--- a/ntpd/refclock_local.c
+++ b/ntpd/refclock_local.c
@@ -13,10 +13,6 @@
#include <stdio.h>
#include <ctype.h>
-#ifdef HAVE_KERNEL_PLL
-#include "ntp_syscall.h"
-#endif
-
/*
* This is a hack to allow a machine to use its own system clock as a
* reference clock, i.e., to free-run using no outside clock discipline
View it on GitLab: https://gitlab.com/NTPsec/ntpsec/compare/aa5369cd7a7c5e103e0e6c5eedaf9b0081a90bb6...114f77f92432bfb7916229e5d252f26657bc9aa7
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.ntpsec.org/pipermail/vc/attachments/20160911/f6954110/attachment.html>
More information about the vc
mailing list