summaryrefslogtreecommitdiffstats
path: root/usr.sbin/ntp
Commit message (Collapse)AuthorAgeFilesLines
* - fix typodanger2008-11-181-1/+1
| | | | | PR: docs/128973 Submitted by: tabthorpe
* Makefile.inc already defines OPENSSL if crypto is available/wanted.roberto2008-09-111-1/+1
| | | | | | PR: bin/127296 Submitted by: oliver MFC after: 3 days
* Allow again compilation w/o GNU readline. There are conditionals inroberto2008-09-021-3/+3
| | | | | | {ntpdc,ntpq}/Makefile. Submitted by: Ben Kelly <bkelly@vadev.org>
* Use the correct systime.c file instead of the "simulation mode" one.roberto2008-08-241-1/+1
| | | | | | | | | Should fix the current weirdness in ntpd/ntpdate where the current system time is not read/updated. Submitted by: naddy MFC after: 2 weeks Pointy hat to: me
* Add forgotten libopts subdir.roberto2008-08-221-0/+13
| | | | MFC after: 2 weeks
* Update the various files to sync with vendor import of 4.2.4p5.roberto2008-08-2213-106/+326
| | | | | | | | 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
* Delete description of non-existent options: "-4" and "-6".motoyuki2007-06-121-5/+1
| | | | | | | | | | ntpd's "-4" and "-6" options are described in the original documentation (contrib/ntp/html/ntpd.html). It may be original's doc bug. PR: docs/112642 Submitted by: Seth Hieronymus<shieronymus@speakeasy.net> Discussed with: ume MFC after: 1 week
* - Fix typo in ntpd(8).chinsan2007-04-021-1/+1
| | | | | Noticed by: Ben Kaduk (minimarmot _at_ gmail.com) Approved by: delphij@ (mentor)
* Fix typo.ceri2006-12-311-1/+1
|
* Correct the description of minpoll and maxpoll.ceri2006-12-211-3/+3
| | | | | | | | | Note that while later versions of the ntpd documentation use the term "dual logarithm", the text added here is consistent with the remainder of the current document. PR: docs/106926 Submitted by: Jeremy Chadwick
* Revise markup.ru2006-09-301-19/+38
|
* Markup fixes.ru2006-09-294-217/+424
|
* - Fix markuppav2006-06-041-1/+1
| | | | | | PR: docs/98471 Submitted by: Tsurutani Naoki <turutani@scphys.kyoto-u.ac.jp> MFC after: 1 day
* - Update to ntp-4.2.0pav2006-05-177-1340/+2457
| | | | | PR: docs/79857 Submitted by: Tsurutani Naoki <turutani@scphys.kyoto-u.ac.jp>
* Reimplementation of world/kernel build options. For details, see:ru2006-03-176-10/+26
| | | | | | | | 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)
* If we don't want HTML docs, we might still want manpages.ru2006-03-152-3/+2
| | | | If we don't want manpages, we might still want HTML docs.
* Add NO_OBJ, remove redundant SCRIPTSNAME.ru2005-09-281-2/+1
|
* Fix all the spelling mistakes I could find in the man pages for wordskeramida2005-07-311-1/+1
| | | | | | | | that have at least 3 characters. MFC after: 1 week Thanks to: Music band ``Chingon'' for keeping me company while searching for these.
* Add Meinberg clocks to the default ntpd. It contains both a DCF77 and a GPSroberto2005-06-231-1/+1
| | | | | | | | receiver. PR: bin/78207 Submitted by: Joerg Pulz <Joerg.Pulz@frm2.tum.de> Approved by: re (scottl)
* Remove kludges intended to support src trees with partial obj trees.des2005-06-101-9/+0
| | | | Discussed with: ru
* Document that /etc/rc.d/ntpdate will read this file to find out a listkeramida2005-06-091-0/+11
| | | | | | | | of NTP hosts, if ntpdate_hosts is unset or empty. PR: conf/79712 Submitted by: Tsurutani Naoki <turutani@scphys.kyoto-u.ac.jp> mdoc text by: Matteo Riondato <rionda@gufi.org>
* Release maintainership. More ambitious minds have plans for the ntpsheldonh2005-05-251-2/+0
| | | | | | | docs. Last I heard, Harlan Stenn was considering using FreeBSD's pages as a starting point for the ISC NTP distribution's own pages. If that happens, everyone wins and these can go away, to be replaced by imported versions in contrib/ntp.
* Expand *n't contractions.ru2005-02-134-6/+6
|
* Let bsd.prog.mk set SRCS and MAN to their default values.ru2005-01-282-2/+0
|
* NOCRYPT -> NO_CRYPTru2004-12-213-3/+3
|
* Start the dreaded NOFOO -> NO_FOO conversion.ru2004-12-219-9/+9
| | | | OK'ed by: core
* For variables that are only checked with defined(), don't provideru2004-10-2410-10/+10
| | | | any fake value.
* Fix typo.simon2004-10-201-1/+1
| | | | | | Submitted by: Patrick Oonk <patrick@cookie.monster.org> PR: docs/72912 MFC after: 1 week
* ntptimeset is not build anymore by default so remove it for the time being.roberto2004-08-131-19/+0
| | | | Prodded by: imp
* Join the 21st century: Cryptography is no longer an optional componentcperciva2004-08-061-1/+0
| | | | | | | | | | of releases. The -DNOCRYPT build option still exists for anyone who really wants to build non-cryptographic binaries, but the "crypto" release distribution is now part of "base", and anyone installing from a release will get cryptographic binaries. Approved by: re (scottl), markm Discussed on: freebsd-current, in late April 2004
* mlockall(2) was introduced during the 5.0-CURRENT lifetime.roberto2004-07-251-0/+2
|
* Include support for NOCRYPT & NO_OPENSSL world.roberto2004-07-224-5/+20
| | | | | | | | It does survive « make release ». Uses an upcoming patch from the vendor branch (ntp-stable) of ntp-keygen. Submitted by: Marius Strobl <marius@alchemy.franken.de>
* Correct another cut/paste mistake. Sorry folks.roberto2004-07-221-1/+1
| | | | | Pointy hat to: me Submitted by: Marius Strobl <marius@alchemy.franken.de>
* Remove arlib (libares.a) from the build. It is not IPv6 compatible, notroberto2004-07-222-13/+1
| | | | | | really tested and probably not 64 bits-safe. Discussed with: Harlann Stenn <www.ntp.org>
* 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-223-7/+21
| | | | | | | | larger patchset to get a GNU-free world. Patch rewritten to cope with the 4.2.0 changes. Submitted by: des
* Add missing Makefile from previous commit.roberto2004-07-201-0/+15
|
* Update our ntpd to the long awaited 4.2.0 version.roberto2004-07-2014-290/+248
| | | | | | | | | | | | | | | 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/)
* Eliminated double whitespace.ru2004-07-035-23/+23
|
* Mechanically kill hard sentence breaks.ru2004-07-022-4/+6
|
* Add missing spaces after "logconfig" in example lines.cperciva2004-03-131-2/+2
| | | | | | PR: docs/64082 Submitted by: Tsurutani Naoki MFC after: 3 days
* Xref police: ntp.conf(8) -> ntp.conf(5).sobomax2003-06-171-1/+1
|
* Follow the trend of moving MAINTAINER lines from Makefile intoroberto2003-06-052-4/+0
| | | | src/MAINTAINERS.
* style.Makefile(5)obrien2003-04-044-10/+10
|
* Correct typos, mostly s/ a / an / where appropriate. Some whitespace cleanup,schweikh2003-01-013-3/+3
| | | | especially in troff files.
* Fix typos, mostly s/ an / a / where appropriate and a few s/an/and/schweikh2002-12-301-2/+2
| | | | Add FreeBSD Id tag where missing.
* english(4) police.schweikh2002-12-274-8/+8
|
* mdoc(7) police: Deal with self-xrefs.ru2002-12-241-1/+1
|
* Uniformly refer to a file system as "file system".ru2002-12-121-4/+4
| | | | Approved by: re
* mdoc(7) police: kill whitespace at EOL.ru2002-11-275-36/+36
| | | | Approved by: re
OpenPOWER on IntegriCloud