Elyes HAOUAS
da3278ded3
ntp.conf.5: Fix typos
...
"certian" --> "certain"
"compatability" --> "compatibility"
"noticable" --> "noticeable"
"limite" --> "limit"
"acutal" --> "actual"
"ba" --> "be"
MFC after: 1 week
Pull Request: https://github.com/freebsd/freebsd-src/pull/550
Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr>
2021-10-06 10:16:04 -04:00
Cy Schubert
d48778bb2a
Chase r352304. The default rlimit memlock is no memory locking.
...
Reported by: egypcio@
MFC after: 3 days
2019-12-04 15:04:06 +00:00
Xin LI
4e1ef62a36
MFV r338092: ntp 4.2.8p12.
...
Relnotes: yes
2018-08-21 02:38:07 +00:00
Xin LI
0910025859
MFV r330102: ntp 4.2.8p11
2018-02-28 07:59:55 +00:00
Eitan Adler
837fe32558
Fix a few more speelling errors
...
Reviewed by: bjk
Reviewed by: jilles (incl formal "accept")
Differential Revision: https://reviews.freebsd.org/D13650
2017-12-28 01:31:28 +00:00
Xin LI
f0574f5cf6
MFV r315791: ntp 4.2.8p10.
2017-03-23 22:06:06 +00:00
Cy Schubert
3779ab7a36
Remove extraneous arguments and options, which don't make sense for
...
a file documented in volume 5.
MFC after: 3 days
2017-03-08 07:02:39 +00:00
Cy Schubert
dae3dadc43
Fix mismerge of r280849.
...
Reported by: des
MFC after: 3 days
2017-03-06 07:11:23 +00:00
Enji Cooper
af6a5351a1
Simplify/improve idioms in usr.sbin/ntp Makefiles
...
- Use SRCTOP-relative paths to other directories instead of
.CURDIR-relative ones. This simplifies pathing in make/displayed output.
- Also, use :H where possible/sensical to manipulate .CURDIR-relative
paths
- Remove superfluous bsd.own.mk .includes which are already handled via
src.opts.mk .includes
MFC after: 1 week
Sponsored by: Dell EMC Isilon
2017-03-01 04:54:06 +00:00
Cy Schubert
d2aa1af629
Fix up grammar.
...
MFC after: 3 days
2017-01-01 10:37:10 +00:00
Xin LI
f391d6bc1d
MFV r308954:
...
ntp 4.2.8p9.
Approved by: so
2016-11-22 08:27:49 +00:00
Cy Schubert
41a68a79bb
Fixup man page formatting.
...
Submitted by: Steve Kargl <sgk@troutmask.apl.washington.edu>
Discussed with: bjk@
MFC after: 3 days
2016-08-24 02:41:24 +00:00
Xin LI
e27abb6689
MFV r301238:
...
ntp 4.2.8p8.
Security: CVE-2016-4957, CVE-2016-4953, CVE-2016-4954
Security: CVE-2016-4955, CVE-2016-4956
Security: FreeBSD-SA-16:24.ntp
With hat: so
2016-06-03 08:00:22 +00:00
Xin LI
4990d495fc
MFV r298691:
...
ntp 4.2.8p7.
Security: CVE-2016-1547, CVE-2016-1548, CVE-2016-1549, CVE-2016-1550
Security: CVE-2016-1551, CVE-2016-2516, CVE-2016-2517, CVE-2016-2518
Security: CVE-2016-2519
Security: FreeBSD-SA-16:16.ntp
With hat: so
2016-04-27 07:46:38 +00:00
Xin LI
68ba7e87e7
MFV r294491: ntp 4.2.8p6.
...
Security: CVE-2015-7973, CVE-2015-7974, CVE-2015-7975
Security: CVE-2015-7976, CVE-2015-7977, CVE-2015-7978
Security: CVE-2015-7979, CVE-2015-8138, CVE-2015-8139
Security: CVE-2015-8140, CVE-2015-8158
With hat: so
2016-01-22 07:32:39 +00:00
Xin LI
3311ff84ea
MFV r293415:
...
ntp 4.2.8p5
Reviewed by: cy, roberto
Relnotes: yes
Differential Revision: https://reviews.freebsd.org/D4828
2016-01-08 15:53:48 +00:00
Bryan Drewery
b1f92fa229
META MODE: Update dependencies with 'the-lot' and add missing directories.
...
This is not properly respecting WITHOUT or ARCH dependencies in target/.
Doing so requires a massive effort to rework targets/ to do so. A
better approach will be to either include the SUBDIR Makefiles directly
and map to DIRDEPS or just dynamically lookup the SUBDIR. These lose
the benefit of having a userland/lib, userland/libexec, etc, though and
results in a massive package. The current implementation of targets/ is
very unmaintainable.
Currently rescue/rescue and sys/modules are still not connected.
Sponsored by: EMC / Isilon Storage Division
2015-12-01 05:23:19 +00:00
Gleb Smirnoff
9034852c84
MFV ntp-4.2.8p4 (r289715)
...
Security: VuXML: c4a18a12-77fc-11e5-a687-206a8a720317
Security: CVE-2015-7871
Security: CVE-2015-7855
Security: CVE-2015-7854
Security: CVE-2015-7853
Security: CVE-2015-7852
Security: CVE-2015-7851
Security: CVE-2015-7850
Security: CVE-2015-7849
Security: CVE-2015-7848
Security: CVE-2015-7701
Security: CVE-2015-7703
Security: CVE-2015-7704, CVE-2015-7705
Security: CVE-2015-7691, CVE-2015-7692, CVE-2015-7702
Security: http://support.ntp.org/bin/view/Main/SecurityNotice#October_2015_NTP_Security_Vulner
Sponsored by: Nginx, Inc.
2015-10-22 19:42:57 +00:00
Simon J. Gerraty
ccfb965433
Add META_MODE support.
...
Off by default, build behaves normally.
WITH_META_MODE we get auto objdir creation, the ability to
start build from anywhere in the tree.
Still need to add real targets under targets/ to build packages.
Differential Revision: D2796
Reviewed by: brooks imp
2015-06-13 19:20:56 +00:00
Simon J. Gerraty
44d314f704
dirdeps.mk now sets DEP_RELDIR
2015-06-08 23:35:17 +00:00
Simon J. Gerraty
98e0ffaefb
Merge sync of head
2015-05-27 01:19:58 +00:00
Jason Helfman
b09403abf8
- remove -l option from ntpdate manpage, as it is no longer an option
...
Differential Revision: https://reviews.freebsd.org/D2358
Submitted by: gnn@
Approved by: wblock (mentor)
MFC after: after 1 week
2015-04-27 15:22:57 +00:00
Cy Schubert
2b15cb3d09
MFV ntp 4.2.8p1 (r258945, r275970, r276091, r276092, r276093, r278284)
...
Thanks to roberto for providing pointers to wedge this into HEAD.
Approved by: roberto
2015-03-30 13:30:15 +00:00
Simon J. Gerraty
cc3f4b9965
Merge from head
2014-05-08 23:54:15 +00:00
Warner Losh
c6063d0da8
Use src.opts.mk in preference to bsd.own.mk except where we need stuff
...
from the latter.
2014-05-06 04:22:01 +00:00
Simon J. Gerraty
f5f7c05209
Updated dependencies
2013-02-16 01:23:54 +00:00
Simon J. Gerraty
7cd2dcf076
Updated/new Makefile.depend
2012-11-08 21:24:17 +00:00
Glen Barber
7b1d17a1bc
General mdoc(7) and typo fixes.
...
PR: 167804
Submitted by: Nobuyuki Koganemaru (kogane!jp.freebsd.org)
MFC after: 3 days
2012-05-12 15:08:22 +00:00
Joel Dahl
c0cbd1c6f1
Remove superfluous paragraph macro.
2012-03-25 09:18:34 +00:00
Ulrich Spörlein
3df5ecac8c
Spelling fixes for usr.sbin/
2011-12-30 10:58:14 +00:00
Ulrich Spörlein
c9bb895ec8
Fix some duplicate-word typos in manpages.
...
Submitted by: arundel
MFC after: 1 week
2011-03-02 21:59:53 +00:00
Joel Dahl
f6ac23919b
Fix typos and spelling mistakes.
2010-08-06 14:33:42 +00:00
Benedict Reuschling
fdb2feee16
Add a sentence to the man page explaining that the -d option
...
can only be used when ntpd is compiled with DEBUG support.
PR: docs/138206
Submitted by: Oliver Pinter (oliver dot pntr at gmail dot com)
MFC after: 5 days
Approved by: roberto
2010-05-18 18:14:12 +00:00
Antoine Brodin
b8cf11192e
Complete ntptrace(8) removal:
...
- do not install man page
- update ObsoleteFiles.inc
Approved by: roberto@
2010-01-03 22:29:06 +00:00
Ed Maste
6ff4bdaef5
Correct typo: thetime -> the time
...
PR: docs/139447
Submitted by: Guido Falsi mad at madpilot dot net
2009-10-13 12:56:23 +00:00
Daniel Gerzo
9adaba2ecc
- fix typo
...
PR: docs/128973
Submitted by: tabthorpe
2008-11-18 23:38:47 +00:00
Ollivier Robert
271c3a9060
Update the various files to sync with vendor import of 4.2.4p5.
...
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
2008-08-22 16:00:48 +00:00
Motoyuki Konno
226095ae8b
Delete description of non-existent options: "-4" and "-6".
...
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
2007-06-12 13:28:55 +00:00
Chin-San Huang
18ecc1de7a
- Fix typo in ntpd(8).
...
Noticed by: Ben Kaduk (minimarmot _at_ gmail.com)
Approved by: delphij@ (mentor)
2007-04-02 04:18:49 +00:00
Ceri Davies
c9ffd81332
Fix typo.
2006-12-31 18:53:45 +00:00
Ceri Davies
af0673c204
Correct the description of minpoll and maxpoll.
...
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
2006-12-21 19:08:25 +00:00
Ruslan Ermilov
66f6e0e5df
Revise markup.
2006-09-30 19:07:03 +00:00
Ruslan Ermilov
bc84aa4ba3
Markup fixes.
2006-09-29 17:57:04 +00:00
Pav Lucistnik
1572020a71
- Fix markup
...
PR: docs/98471
Submitted by: Tsurutani Naoki <turutani@scphys.kyoto-u.ac.jp>
MFC after: 1 day
2006-06-04 15:39:19 +00:00
Pav Lucistnik
a0ff005ba5
- Update to ntp-4.2.0
...
PR: docs/79857
Submitted by: Tsurutani Naoki <turutani@scphys.kyoto-u.ac.jp>
2006-05-17 10:50:35 +00:00
Ruslan Ermilov
e1fe3dba5c
Reimplementation of world/kernel build options. For details, see:
...
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)
2006-03-17 18:54:44 +00:00
Ruslan Ermilov
897c6f17c9
If we don't want HTML docs, we might still want manpages.
...
If we don't want manpages, we might still want HTML docs.
2006-03-15 11:17:31 +00:00
Giorgos Keramidas
6fb9b618f5
Fix all the spelling mistakes I could find in the man pages for words
...
that have at least 3 characters.
MFC after: 1 week
Thanks to: Music band ``Chingon''
for keeping me company while searching for these.
2005-07-31 03:30:48 +00:00
Giorgos Keramidas
8b5db03764
Document that /etc/rc.d/ntpdate will read this file to find out a list
...
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>
2005-06-09 11:25:50 +00:00
Sheldon Hearn
ff7f0e8636
Release maintainership. More ambitious minds have plans for the ntp
...
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.
2005-05-25 16:30:43 +00:00