<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>Hal Murray 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/e8eff2c12ac977024c6462a2850fc69fa9d365e4">e8eff2c1</a></strong>
<div>
<span>by Hal Murray</span>
<i>at 2015-12-01T04:16:25Z</i>
</div>
<pre class='commit-message'>Added util/bumpclock.c for testing.</pre>
</li>
</ul>
<h4>2 changed files:</h4>
<ul>
<li class='file-stats'>
<a href='#diff-0'>
util/README
</a>
</li>
<li class='file-stats'>
<a href='#diff-1'>
util/wscript
</a>
</li>
</ul>
<h4>Changes:</h4>
<li id='diff-0'>
<a href='https://gitlab.com/NTPsec/ntpsec/commit/e8eff2c12ac977024c6462a2850fc69fa9d365e4#diff-0'>
<strong>
util/README
</strong>
</a>
<hr>
<pre class="highlight"><code><span style="color: #000000;background-color: #ffdddd">--- a/util/README
</span><span style="color: #000000;background-color: #ddffdd">+++ b/util/README
</span><span style="color: #aaaaaa">@@ -11,6 +11,11 @@ audio-pcm.c::      Probe the capabilities of your sound card.  Assumes the
</span>           SunOS/Solaris/OpenSolaris, also implemented by *BSD
                and in the old OSS Linux sound layer.
 
<span style="color: #000000;background-color: #ddffdd">+bumpclock.c::   This is a simple program to bump the system clock so
+               you can see how ntpd and your OS respond.  The single
+               argument is the time-to-bump in microseconds.  The
+               default is 100000.
+
</span> hist.c::  This program can be used to calibrate the clock reading
                jitter of a particular CPU and operating system. It
                first tickles every element of an array, in order to
</code></pre>

<br>
</li>
<li id='diff-1'>
<a href='https://gitlab.com/NTPsec/ntpsec/commit/e8eff2c12ac977024c6462a2850fc69fa9d365e4#diff-1'>
<strong>
util/wscript
</strong>
</a>
<hr>
<pre class="highlight"><code><span style="color: #000000;background-color: #ffdddd">--- a/util/wscript
</span><span style="color: #000000;background-color: #ddffdd">+++ b/util/wscript
</span><span style="color: #aaaaaa">@@ -4,7 +4,7 @@ def build(ctx):
</span>   srcnode = ctx.srcnode.abspath()
        bldnode = ctx.bldnode.abspath()
 
<span style="color: #000000;background-color: #ffdddd">-        util = ['hist', 'propdelay', 'sht']
</span><span style="color: #000000;background-color: #ddffdd">+   util = ['bumpclock', 'hist', 'propdelay', 'sht']
</span> 
        if ctx.env.PLATFORM_TARGET not in ['netbsd', 'osx']:
                util += ['tg2']
</code></pre>

<br>
</li>

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

<br>
<a href="https://gitlab.com/NTPsec/ntpsec/commit/e8eff2c12ac977024c6462a2850fc69fa9d365e4">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/e8eff2c12ac977024c6462a2850fc69fa9d365e4"}}</script>
</p>
</div>
</body>
</html>