<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/b70cebb99692dd1ec75208f3563df91fc87db804">b70cebb9</a></strong>
<div>
<span>by Matt Selsky</span>
<i>at 2016-01-20T03:52:33-05:00</i>
</div>
<pre class='commit-message'>Typos in docs.</pre>
</li>
<li>
<strong><a href="https://gitlab.com/NTPsec/ntpsec/commit/bdacafa9bb2adaa14e3738fa24cae631e947c750">bdacafa9</a></strong>
<div>
<span>by Eric S. Raymond</span>
<i>at 2016-01-20T15:18:55+00:00</i>
</div>
<pre class='commit-message'>Merge branch 'typos' into 'master'

Typos in docs.



See merge request !5</pre>
</li>
</ul>
<h4>3 changed files:</h4>
<ul>
<li class='file-stats'>
<a href='#diff-0'>
devel/STATUS
</a>
</li>
<li class='file-stats'>
<a href='#diff-1'>
devel/ifdex-ignores
</a>
</li>
<li class='file-stats'>
<a href='#diff-2'>
ntpd/ntp_intercept.c
</a>
</li>
</ul>
<h4>Changes:</h4>
<li id='diff-0'>
<a href='https://gitlab.com/NTPsec/ntpsec/compare/4f205553707ee7633f61def60349b8c66a5fa85c...bdacafa9bb2adaa14e3738fa24cae631e947c750#diff-0'>
<strong>
devel/STATUS
</strong>
</a>
<hr>
<pre class="highlight"><code><span style="color: #000000;background-color: #ffdddd">--- a/devel/STATUS
</span><span style="color: #000000;background-color: #ddffdd">+++ b/devel/STATUS
</span><span style="color: #aaaaaa">@@ -20,7 +20,7 @@ It's known to build cleanly on:
</span> 
 The basic parts of ntpd run on all of the above systems.
 
<span style="color: #000000;background-color: #ffdddd">-That are many options we havn't tested yet.
</span><span style="color: #000000;background-color: #ddffdd">+There are many options that we haven't yet tested.
</span> 
 Refclocks known to work on Linux:
   20    NMEA GPS Receiver
</code></pre>

<br>
</li>
<li id='diff-1'>
<a href='https://gitlab.com/NTPsec/ntpsec/compare/4f205553707ee7633f61def60349b8c66a5fa85c...bdacafa9bb2adaa14e3738fa24cae631e947c750#diff-1'>
<strong>
devel/ifdex-ignores
</strong>
</a>
<hr>
<pre class="highlight"><code><span style="color: #000000;background-color: #ffdddd">--- a/devel/ifdex-ignores
</span><span style="color: #000000;background-color: #ddffdd">+++ b/devel/ifdex-ignores
</span><span style="color: #aaaaaa">@@ -13,7 +13,7 @@
</span> # These are potential feature configuration symbols
 ENABLE_ASYMMETRIC      # Enable deep-space asymmetric mode in the protocol 
 ENABLE_AUTOKEY         # Enable Autokey, presently broken
<span style="color: #000000;background-color: #ffdddd">-ENABLE_CHU_AUDIO        # Ebable audio demodulation support in the CHU driver
</span><span style="color: #000000;background-color: #ddffdd">+ENABLE_CHU_AUDIO   # Enable audio demodulation support in the CHU driver
</span> ENABLE_ONCORE_SHMEM       # Should OnCore report via shmem?
 MSSNTP_PATH            # Set a default path for the MSSNTP feature.
 NTP_VAR                        # Path to NTP statistics directory
</code></pre>

<br>
</li>
<li id='diff-2'>
<a href='https://gitlab.com/NTPsec/ntpsec/compare/4f205553707ee7633f61def60349b8c66a5fa85c...bdacafa9bb2adaa14e3738fa24cae631e947c750#diff-2'>
<strong>
ntpd/ntp_intercept.c
</strong>
</a>
<hr>
<pre class="highlight"><code><span style="color: #000000;background-color: #ffdddd">--- a/ntpd/ntp_intercept.c
</span><span style="color: #000000;background-color: #ddffdd">+++ b/ntpd/ntp_intercept.c
</span><span style="color: #aaaaaa">@@ -6,7 +6,7 @@ Think of ntpd as a complex finite-state machine for transforming a
</span> stream of input events to output events.  Events are of the
 following kinds:
 
<span style="color: #000000;background-color: #ffdddd">-1. Startup, capuring command-line switches.
</span><span style="color: #000000;background-color: #ddffdd">+1. Startup, capturing command-line switches.
</span> 
 2. Configuration read (and synchronous DNS call/returns).
 
<span style="color: #aaaaaa">@@ -72,7 +72,7 @@ no mismatches.
</span> 
 == Limitations ==
 
<span style="color: #000000;background-color: #ffdddd">-Reference-clock eventare not yet intercepted.
</span><span style="color: #000000;background-color: #ddffdd">+Reference-clock events are not yet intercepted.
</span> 
 *****************************************************************************/
 
<span style="color: #aaaaaa">@@ -437,7 +437,7 @@ void intercept_drift_write(char *driftfile, double drift)
</span> {
     if (mode == replay) {
        /*
<span style="color: #000000;background-color: #ffdddd">-         * We don't want to actually mes with the system's timekeeping in 
</span><span style="color: #000000;background-color: #ddffdd">+    * We don't want to actually mess with the system's timekeeping in
</span>    * replay mode, so just check that we're writing out the same drift. 
         */
        float df;
<span style="color: #aaaaaa">@@ -447,7 +447,7 @@ void intercept_drift_write(char *driftfile, double drift)
</span>       fprintf(stderr, "ntpd: garbled drift-write format, line %d\n",lineno);
            exit(1);
        }
<span style="color: #000000;background-color: #ffdddd">-        /* beware spurious failures here due to float imprecisiion */ 
</span><span style="color: #000000;background-color: #ddffdd">+   /* beware spurious failures here due to float imprecision */
</span>   if (df != drift) {
            fprintf(stderr, "ntpd: expected drift %f but saw %f, line %d\n",
                    drift, df, lineno);
</code></pre>

<br>
</li>

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

<br>
<a href="https://gitlab.com/NTPsec/ntpsec/compare/4f205553707ee7633f61def60349b8c66a5fa85c...bdacafa9bb2adaa14e3738fa24cae631e947c750">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>