<html lang='en'>
<head>
<meta content='text/html; charset=utf-8' http-equiv='Content-Type'>
<title>
GitLab
</title>
</meta>
</head>
<style>
  img {
    max-width: 100%;
    height: auto;
  }
  p.details {
    font-style:italic;
    color:#777
  }
  .footer p {
    font-size:small;
    color:#777
  }
  pre.commit-message {
    white-space: pre-wrap;
  }
  .file-stats a {
    text-decoration: none;
  }
  .file-stats .new-file {
    color: #090;
  }
  .file-stats .deleted-file {
    color: #B00;
  }
</style>
<body>
<div class='content'>
<h3>
Eric S. Raymond pushed to branch master
at <a href="https://gitlab.com/NTPsec/ntpsec">NTPsec / ntpsec</a>
</h3>
<h4>
Commits:
</h4>
<ul>
<li>
<strong><a href="https://gitlab.com/NTPsec/ntpsec/commit/383b84423666d51b9bbc54da6b34d97bdc21262b">383b8442</a></strong>
<div>
<span>by Eric S. Raymond</span>
<i>at 2016-01-24T15:15:35-05:00</i>
</div>
<pre class='commit-message'>In the parse driver, add an obsolescence note.</pre>
</li>
<li>
<strong><a href="https://gitlab.com/NTPsec/ntpsec/commit/e85b9d8cee48e8a899af893787a38417edad8b04">e85b9d8c</a></strong>
<div>
<span>by Eric S. Raymond</span>
<i>at 2016-01-24T15:15:35-05:00</i>
</div>
<pre class='commit-message'>Add a "Potential device removals" section.</pre>
</li>
</ul>
<h4>2 changed files:</h4>
<ul>
<li class='file-stats'>
<a href='#diff-0'>
devel/TODO
</a>
</li>
<li class='file-stats'>
<a href='#diff-1'>
ntpd/refclock_parse.c
</a>
</li>
</ul>
<h4>Changes:</h4>
<li id='diff-0'>
<a href='https://gitlab.com/NTPsec/ntpsec/compare/8366018a90b89635dc107d74884fb590bec7a1b5...e85b9d8cee48e8a899af893787a38417edad8b04#diff-0'>
<strong>
devel/TODO
</strong>
</a>
<hr>
<pre class="highlight"><code><span style="color: #000000;background-color: #ffdddd">--- a/devel/TODO
</span><span style="color: #000000;background-color: #ddffdd">+++ b/devel/TODO
</span><span style="color: #aaaaaa">@@ -119,6 +119,11 @@ __________
</span> * Forward-port NTP Classic fix for [Bug 2830] just in case we want to
   revive Autokey someday.
 
<span style="color: #000000;background-color: #ddffdd">+== Potential device removals ==
+
+* Modes 9 and 10 in the parse driver support hardware that was discontinued
+  before 2003.
+
</span> == Old, sometime ancient stuff ==
 
 970711: Look Real Hard at changing the key stuff from u_long to u_int32.
</code></pre>

<br>
</li>
<li id='diff-1'>
<a href='https://gitlab.com/NTPsec/ntpsec/compare/8366018a90b89635dc107d74884fb590bec7a1b5...e85b9d8cee48e8a899af893787a38417edad8b04#diff-1'>
<strong>
ntpd/refclock_parse.c
</strong>
</a>
<hr>
<pre class="highlight"><code><span style="color: #000000;background-color: #ffdddd">--- a/ntpd/refclock_parse.c
</span><span style="color: #000000;background-color: #ddffdd">+++ b/ntpd/refclock_parse.c
</span><span style="color: #aaaaaa">@@ -8,6 +8,11 @@
</span>  * Copyright (c) 1989-2015 by Frank Kardel <kardel@ntp.org>
  * Copyright 2015 by the NTPsec project contributors
  * SPDX-License-Identifier: BSD-3-Clause
<span style="color: #000000;background-color: #ddffdd">+ *
+ * Note: some modes are obsolete and could probably stand to be removed
+ * next time this code gets serious attention.  In particular, modes 9 and 10
+ * support the Trimble SVeeSix, which was discontinued before 2003. Related
+ * code in the parse library could also be dropped.
</span>  */
 
 #include "config.h"
</code></pre>

<br>
</li>

</div>
<div class='footer' style='margin-top: 10px;'>
<p>

<br>
<a href="https://gitlab.com/NTPsec/ntpsec/compare/8366018a90b89635dc107d74884fb590bec7a1b5...e85b9d8cee48e8a899af893787a38417edad8b04">View it on GitLab</a>.
<br>
You're receiving this email because of your account on gitlab.com.
If you'd like to receive fewer emails, you can
adjust your notification settings.

</p>
</div>
</body>
</html>