<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/0dde3fd9a35df7b4308f4228eb644725a913a6bd">0dde3fd9</a></strong>
<div>
<span>by Martin Burnicki</span>
<i>at 2016-03-20T22:37:41-04:00</i>
</div>
<pre class='commit-message'>Forward-port from Classic: [Bug 2965] Local clock didn't work since 4.2.8p4</pre>
</li>
</ul>
<h4>2 changed files:</h4>
<ul>
<li class='file-stats'>
<a href='#diff-0'>
NEWS
</a>
</li>
<li class='file-stats'>
<a href='#diff-1'>
ntpd/refclock_local.c
</a>
</li>
</ul>
<h4>Changes:</h4>
<li id='diff-0'>
<a href='https://gitlab.com/NTPsec/ntpsec/commit/0dde3fd9a35df7b4308f4228eb644725a913a6bd#diff-0'>
<strong>
NEWS
</strong>
</a>
<hr>
<pre class="highlight"><code><span style="color: #000000;background-color: #ffdddd">--- a/NEWS
</span><span style="color: #000000;background-color: #ddffdd">+++ b/NEWS
</span><span style="color: #aaaaaa">@@ -8,13 +8,14 @@ on user-visible changes.
</span>
== Repository head ==
<span style="color: #000000;background-color: #ffdddd">-The following reflect forward-ported fixes to Classic:
</span><span style="color: #000000;background-color: #ddffdd">+The following reflect forward-ported fixes from Classic:
</span>
[Bug 2772] adj_systime overflows tv_usec
[Bug 2829] Look at pipe_fds in ntpd.c
[Bug 2887] fudge stratum only accepts values [0..16].
[Bug 2937] (NTPQ) nextvar() missing length check
[Bug 2958] ntpq: fatal error messages need a final newline. Craig Leres.
<span style="color: #000000;background-color: #ddffdd">+[Bug 2965] Local clock didn't work since 4.2.8p4.
</span>
== 2016-03-15: 0.9.2 ==
</code></pre>
<br>
</li>
<li id='diff-1'>
<a href='https://gitlab.com/NTPsec/ntpsec/commit/0dde3fd9a35df7b4308f4228eb644725a913a6bd#diff-1'>
<strong>
ntpd/refclock_local.c
</strong>
</a>
<hr>
<pre class="highlight"><code><span style="color: #000000;background-color: #ffdddd">--- a/ntpd/refclock_local.c
</span><span style="color: #000000;background-color: #ddffdd">+++ b/ntpd/refclock_local.c
</span><span style="color: #aaaaaa">@@ -196,10 +196,11 @@ local_poll(
</span> }
pp->disp = 0;
pp->jitter = 0;
<span style="color: #000000;background-color: #ffdddd">-#else /* HAVE_KERNEL_PLL ENABLE_LOCKCLOCK */
</span><span style="color: #000000;background-color: #ddffdd">+#else /* HAVE_KERNEL_PLL && ENABLE_LOCKCLOCK */
+ pp->leap = LEAP_NOWARNING;
</span> pp->disp = DISPERSION;
pp->jitter = 0;
<span style="color: #000000;background-color: #ffdddd">-#endif /* HAVE_KERNEL_PLL ENABLE_LOCKCLOCK */
</span><span style="color: #000000;background-color: #ddffdd">+#endif /* HAVE_KERNEL_PLL && ENABLE_LOCKCLOCK */
</span> pp->lastref = pp->lastrec;
refclock_receive(peer);
}
</code></pre>
<br>
</li>
</div>
<div class='footer' style='margin-top: 10px;'>
<p>
—
<br>
<a href="https://gitlab.com/NTPsec/ntpsec/commit/0dde3fd9a35df7b4308f4228eb644725a913a6bd">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.
<script type="application/ld+json">{"@context":"http://schema.org","@type":"EmailMessage","action":{"@type":"ViewAction","name":"View Commit","url":"https://gitlab.com/NTPsec/ntpsec/commit/0dde3fd9a35df7b4308f4228eb644725a913a6bd"}}</script>
</p>
</div>
</body>
</html>