<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src/usr.sbin/ntp/ntpdate/Makefile, branch releng/8.1</title>
<subtitle>FreeBSD source tree</subtitle>
<id>https://cgit-dev.freebsd.org/src/atom?h=releng%2F8.1</id>
<link rel='self' href='https://cgit-dev.freebsd.org/src/atom?h=releng%2F8.1'/>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/'/>
<updated>2008-08-22T16:00:48Z</updated>
<entry>
<title>Update the various files to sync with vendor import of 4.2.4p5.</title>
<updated>2008-08-22T16:00:48Z</updated>
<author>
<name>Ollivier Robert</name>
<email>roberto@FreeBSD.org</email>
</author>
<published>2008-08-22T16:00:48Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=271c3a9060f2ee55607ebe146523f888e1db2654'/>
<id>urn:sha1:271c3a9060f2ee55607ebe146523f888e1db2654</id>
<content type='text'>
sntp includes a copy of libopts in itself in vendor code, rewrite the
Makefile to compile and use only one copy.  It is an internal library, not
installed.

MFC after:	2 weeks
</content>
</entry>
<entry>
<title>Start the dreaded NOFOO -&gt; NO_FOO conversion.</title>
<updated>2004-12-21T08:47:35Z</updated>
<author>
<name>Ruslan Ermilov</name>
<email>ru@FreeBSD.org</email>
</author>
<published>2004-12-21T08:47:35Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=e653b48c80fb85b2a10372d664a4b55dbdc51dae'/>
<id>urn:sha1:e653b48c80fb85b2a10372d664a4b55dbdc51dae</id>
<content type='text'>
OK'ed by:	core
</content>
</entry>
<entry>
<title>For variables that are only checked with defined(), don't provide</title>
<updated>2004-10-24T15:33:08Z</updated>
<author>
<name>Ruslan Ermilov</name>
<email>ru@FreeBSD.org</email>
</author>
<published>2004-10-24T15:33:08Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=a35d88931c87cfe6bd38f01d7bad22140b3b38f3'/>
<id>urn:sha1:a35d88931c87cfe6bd38f01d7bad22140b3b38f3</id>
<content type='text'>
any fake value.
</content>
</entry>
<entry>
<title>Update our ntpd to the long awaited 4.2.0 version.</title>
<updated>2004-07-20T15:44:32Z</updated>
<author>
<name>Ollivier Robert</name>
<email>roberto@FreeBSD.org</email>
</author>
<published>2004-07-20T15:44:32Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=6cb84f0c29e241460c9dba36b461f1b365900c3f'/>
<id>urn:sha1:6cb84f0c29e241460c9dba36b461f1b365900c3f</id>
<content type='text'>
This bring us several things:
- updated drivers
- IPv6 support at last
- ntp-genkeys is replaced by ntp-keygen
- ntptrace is now a script (courtesy of John Hay)
- lots of renamed files from .htm to .html (while I prefer .html, I
  find the change a bit gratuitous)
- still no manpages :(

Please test and report.

Commit very much helped by: GNU arch (http://gnuarch.org/)
</content>
</entry>
<entry>
<title>Perform a major cleanup of the usr.sbin Makefiles.</title>
<updated>2001-07-20T06:20:32Z</updated>
<author>
<name>David E. O'Brien</name>
<email>obrien@FreeBSD.org</email>
</author>
<published>2001-07-20T06:20:32Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=90e655ea4e3750a48b8b350adb823f0ace818f21'/>
<id>urn:sha1:90e655ea4e3750a48b8b350adb823f0ace818f21</id>
<content type='text'>
These are not perfectly in agreement with each other style-wise, but they
are orders of orders of magnitude more consistent style-wise than before.
</content>
</entry>
<entry>
<title>- remove trace of libkvm. It is not used at all.</title>
<updated>2000-01-01T23:58:01Z</updated>
<author>
<name>Ollivier Robert</name>
<email>roberto@FreeBSD.org</email>
</author>
<published>2000-01-01T23:58:01Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=4c49e2a210f8bc0655353edc2fdd9ceee7910d25'/>
<id>urn:sha1:4c49e2a210f8bc0655353edc2fdd9ceee7910d25</id>
<content type='text'>
- reorganise the Makefiles: the order of variables was not the usual one.

Explained gently by:	bde
</content>
</entry>
<entry>
<title>Please welcome the brand new ntp4 daemon &amp; utilities in the FreeBSD tree.</title>
<updated>1999-12-13T14:09:56Z</updated>
<author>
<name>Ollivier Robert</name>
<email>roberto@FreeBSD.org</email>
</author>
<published>1999-12-13T14:09:56Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=cc5592707f009349041f2896cd9a7038f61b54cb'/>
<id>urn:sha1:cc5592707f009349041f2896cd9a7038f61b54cb</id>
<content type='text'>
This is the second part of the commit (the third -- link in usr.sbin/Makefile)
will be done after a more complete review by phk &amp; obrien.

NOTE: the number of drivers included in the default configuration is very
minimal, mainly local clocks and the one I use RAWDCF. Anyone wanting to
have a more complete version will find recompilation very easy.

It builds and runs on both alpha &amp; i386. It also does survive "make world".

Reviewed by:	phk, obrien (partly)
</content>
</entry>
</feed>
