summaryrefslogtreecommitdiffstats
path: root/usr.sbin/ntp/ntpq
Commit message (Collapse)AuthorAgeFilesLines
* Sync FreeBSD's bmake branch with Juniper's internal bmake branch.marcel2012-08-221-0/+30
| | | | Requested by: Simon Gerraty <sjg@juniper.net>
* * Add the readline(3) API to libedit. The libedit versions ofobrien2011-04-051-7/+5
| | | | | | | | | | | | | | | | {readline,history}.h are in /usr/include/edit so as to not conflict with the GNU libreadline versions. To use the libedit readline(3) one should add "-I/usr/include/edit" to their Makefile (spelled "-I${DESTDIR}/${INCLUDEDIR}/edit" within the FreeBSD source tree). * Enable its use in the BSD licensed utilities that support readline(3). * To make it easier to sync libedit development with NetBSD, histedit.h is moved into libedit's directory as history shows shown we keep merging it into that location. Obtained from: NetBSD Sponsored by: Juniper Networks
* Update the various files to sync with vendor import of 4.2.4p5.roberto2008-08-221-4/+5
| | | | | | | | 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
* Reimplementation of world/kernel build options. For details, see:ru2006-03-171-2/+5
| | | | | | | | http://lists.freebsd.org/pipermail/freebsd-current/2006-March/061725.html The src.conf(5) manpage is to follow in a few days. Brought to you by: imp, jhb, kris, phk, ru (all bugs are mine)
* Start the dreaded NOFOO -> NO_FOO conversion.ru2004-12-211-1/+1
| | | | OK'ed by: core
* For variables that are only checked with defined(), don't provideru2004-10-241-1/+1
| | | | any fake value.
* Correct another cut/paste mistake. Sorry folks.roberto2004-07-221-1/+1
| | | | | Pointy hat to: me Submitted by: Marius Strobl <marius@alchemy.franken.de>
* Correct a cut/paste error.roberto2004-07-221-1/+1
|
* Allow ntpd to be compiled w/o readline when NO_GNU is defined. Part of aroberto2004-07-221-2/+9
| | | | | | | | larger patchset to get a GNU-free world. Patch rewritten to cope with the 4.2.0 changes. Submitted by: des
* Update our ntpd to the long awaited 4.2.0 version.roberto2004-07-201-2/+2
| | | | | | | | | | | | | | | 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/)
* Update ntpd to 4.1.1a. This contains many bug fixes made on the STABLEroberto2002-10-291-2/+2
| | | | | | | | | | branch and a few new drivers. See contrib/ntp/ChangeLog for details. Hide kernel header sys/lock.h from ntp [1] PR: bin/33914 Submitted by: thomas, bde[1] MFC after: 1 month
* Perform a major cleanup of the usr.sbin Makefiles.obrien2001-07-201-7/+4
| | | | | 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.
* - remove trace of libkvm. It is not used at all.roberto2000-01-011-7/+9
| | | | | | - reorganise the Makefiles: the order of variables was not the usual one. Explained gently by: bde
* Please welcome the brand new ntp4 daemon & utilities in the FreeBSD tree.roberto1999-12-131-0/+22
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 & 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 & i386. It also does survive "make world". Reviewed by: phk, obrien (partly)
OpenPOWER on IntegriCloud