[Git][NTPsec/ntpsec][master] 2 commits: Move some TOSO items that didn't land pre-1.0.

Eric S. Raymond gitlab at mg.gitlab.com
Sat Nov 4 14:59:16 UTC 2017


Eric S. Raymond pushed to branch master at NTPsec / ntpsec


Commits:
d115e124 by Eric S. Raymond at 2017-11-04T10:51:49-04:00
Move some TOSO items that didn't land pre-1.0.

- - - - -
8aaa4300 by Eric S. Raymond at 2017-11-04T10:58:47-04:00
Dead-code removal.

- - - - -


2 changed files:

- devel/TODO
- ntpd/ntp_packetstamp.c


Changes:

=====================================
devel/TODO
=====================================
--- a/devel/TODO
+++ b/devel/TODO
@@ -1,14 +1,5 @@
 = TO DO =
 
-== Checklist for a quality 1.0 release ==
-
-* Package metadata for Ubuntu, Raspbian, Red Hat, Gentoo, and SuSe.
-
-* Add .tar.xz tarball.
-
-* Fix ntpq retransmissions.
-  Too many cases don't work well enough (may be inherited from ntp classic).
-
 === Testing ===
 
 * We need to live-test various refclocks.  It would be nice
@@ -36,6 +27,13 @@ of the current startup logic gets discussed.
 
 === Future plans ===
 
+* Package metadata for Ubuntu, Raspbian, Red Hat, Gentoo, and SuSe.
+
+* Add .tar.xz tarball.
+
+* Fix ntpq retransmissions.
+  Too many cases don't work well enough (may be inherited from ntp classic).
+
 * Test that the pool code properly replaces a server if it goes dark. (Not
   clear how to arrange this.)
 
@@ -104,14 +102,6 @@ Remove clock fuzzing:
   implement fine grained clocks.  We should review this area to verify
   that fuzzing is still useful.
 
-Cleanup use of HAVE_SYS_SOCKIO_H
-  ntpd/ntp_packetstamp.c has:
-#ifdef HAVE_SYS_SOCKIO_H        /* UXPV: SIOC* #defines (Frank Vance <fvance at waii.com>) */
-# include <sys/sockio.h>
-#endif
-  They are not referenced in ntpd/ntp_packetstamp.c but are referenced
-  in ntpd/ntp_io.c and libntp/isc_interfaceiter.c
-
 SIGHUP should do more:
   reload keys file (easy, it already reloads the leap file)
   reload ntp.conf (hard, but needed to add new keys,


=====================================
ntpd/ntp_packetstamp.c
=====================================
--- a/ntpd/ntp_packetstamp.c
+++ b/ntpd/ntp_packetstamp.c
@@ -9,9 +9,6 @@
 #ifdef HAVE_SYS_IOCTL_H
 # include <sys/ioctl.h>
 #endif
-#ifdef HAVE_SYS_SOCKIO_H	/* UXPV: SIOC* #defines (Frank Vance <fvance at waii.com>) */
-# include <sys/sockio.h>
-#endif
 
 #include "ntpd.h"
 #include "ntp_stdlib.h"



View it on GitLab: https://gitlab.com/NTPsec/ntpsec/compare/ea5f9a217a142b4af0ca7d1c7ae27e2936306eb6...8aaa4300f2ab830c37ee8187d803857e0adb2466

---
View it on GitLab: https://gitlab.com/NTPsec/ntpsec/compare/ea5f9a217a142b4af0ca7d1c7ae27e2936306eb6...8aaa4300f2ab830c37ee8187d803857e0adb2466
You're receiving this email because of your account on gitlab.com.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.ntpsec.org/pipermail/vc/attachments/20171104/7098f244/attachment.html>


More information about the vc mailing list