aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/ntp/doc
Commit message (Collapse)AuthorAgeFilesLines
* ntp: Switch to upstream man pagesCy Schubert2024-11-128-7764/+38
| | | | | | | | The downstream (FreeBSD) ntp man pages are out of date. Switch to those provided by ntp.org (nwtime.org). PR: 104493 Differential Revision: https://reviews.freebsd.org/D47319
* ntp: Improve descriptions in man pagesAlexander Ziaee2024-09-256-6/+6
| | | | | | | | | | | | + ntpd added to ntp.conf(5) description (search keywords) + expand NTP so these pages are shown when `apropos time` + "standard" => "reference" for increased consistency - removed redundant or duplicated search keywords ntp.org bug: https://bugs.ntp.org/show_bug.cgi?id=3936 MFC after: 3 days Reviewed by: Harlan Stenn <stenn@nwtime.org> Reviewed by: Cy Schubert <cy@nwtime.org>
* Remove residual blank line at start of MakefileWarner Losh2024-07-158-8/+0
| | | | | | | This is a residual of the $FreeBSD$ removal. MFC After: 3 days (though I'll just run the command on the branches) Sponsored by: Netflix
* packages: add package for NTPLexi Winter2024-05-048-0/+8
| | | | | Reviewed by: imp, manu Pull Request: https://github.com/freebsd/freebsd-src/pull/1193
* Remove $FreeBSD$: two-line nroff patternWarner Losh2023-08-1610-20/+0
| | | | Remove /^\.\\"\n\.\\"\s*\$FreeBSD\$$\n/
* Remove $FreeBSD$: one-line sh patternWarner Losh2023-08-1616-16/+0
| | | | Remove /^\s*#[#!]?\s*\$FreeBSD\$.*$\n/
* ntp.conf.5: Fix typosElyes HAOUAS2021-10-061-8/+8
| | | | | | | | | | | | | "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>
* Chase r352304. The default rlimit memlock is no memory locking.Cy Schubert2019-12-041-1/+1
| | | | | | | | Reported by: egypcio@ MFC after: 3 days Notes: svn path=/head/; revision=355388
* MFV r338092: ntp 4.2.8p12.Xin LI2018-08-217-22/+22
| | | | | | | Relnotes: yes Notes: svn path=/head/; revision=338126
* MFV r330102: ntp 4.2.8p11Xin LI2018-02-287-798/+1302
| | | | Notes: svn path=/head/; revision=330104
* Fix a few more speelling errorsEitan Adler2017-12-281-3/+3
| | | | | | | | | Reviewed by: bjk Reviewed by: jilles (incl formal "accept") Differential Revision: https://reviews.freebsd.org/D13650 Notes: svn path=/head/; revision=327259
* MFV r315791: ntp 4.2.8p10.Xin LI2017-03-237-22/+30
| | | | Notes: svn path=/head/; revision=315871
* Remove extraneous arguments and options, which don't make sense forCy Schubert2017-03-081-4/+0
| | | | | | | | | a file documented in volume 5. MFC after: 3 days Notes: svn path=/head/; revision=314896
* Fix mismerge of r280849.Cy Schubert2017-03-061-4/+0
| | | | | | | | Reported by: des MFC after: 3 days Notes: svn path=/head/; revision=314768
* Simplify/improve idioms in usr.sbin/ntp MakefilesEnji Cooper2017-03-018-12/+11
| | | | | | | | | | | | | | | - 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 Notes: svn path=/head/; revision=314472
* Fix up grammar.Cy Schubert2017-01-011-1/+1
| | | | | | | MFC after: 3 days Notes: svn path=/head/; revision=311005
* MFV r308954:Xin LI2016-11-227-14/+33
| | | | | | | | | ntp 4.2.8p9. Approved by: so Notes: svn path=/head/; revision=308957
* Fixup man page formatting.Cy Schubert2016-08-241-1/+1
| | | | | | | | | Submitted by: Steve Kargl <sgk@troutmask.apl.washington.edu> Discussed with: bjk@ MFC after: 3 days Notes: svn path=/head/; revision=304721
* MFV r301238:Xin LI2016-06-037-14/+36
| | | | | | | | | | | | 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 Notes: svn path=/head/; revision=301247
* MFV r298691:Xin LI2016-04-277-39/+108
| | | | | | | | | | | | | 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 Notes: svn path=/head/; revision=298695
* MFV r294491: ntp 4.2.8p6.Xin LI2016-01-227-27/+98
| | | | | | | | | | | 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 Notes: svn path=/head/; revision=294554
* MFV r293415:Xin LI2016-01-087-14/+14
| | | | | | | | | | | ntp 4.2.8p5 Reviewed by: cy, roberto Relnotes: yes Differential Revision: https://reviews.freebsd.org/D4828 Notes: svn path=/head/; revision=293423
* META MODE: Update dependencies with 'the-lot' and add missing directories.Bryan Drewery2015-12-017-0/+77
| | | | | | | | | | | | | | | | | 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 Notes: svn path=/head/; revision=291563
* MFV ntp-4.2.8p4 (r289715)Gleb Smirnoff2015-10-227-29/+89
| | | | | | | | | | | | | | | | | | | | | | 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. Notes: svn path=/head/; revision=289764
* Add META_MODE support.Simon J. Gerraty2015-06-131-0/+11
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | 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 Notes: svn path=/head/; revision=284345
| * dirdeps.mk now sets DEP_RELDIRSimon J. Gerraty2015-06-081-2/+0
| | | | | | | | Notes: svn path=/projects/bmake/; revision=284172
| * Merge sync of headSimon J. Gerraty2015-05-2717-1214/+2766
| |\ | |/ |/| | | Notes: svn path=/projects/bmake/; revision=283595
| * Merge from headSimon J. Gerraty2014-05-081-1/+1
| |\ | | | | | | | | | Notes: svn path=/projects/bmake/; revision=265720
| * | Updated dependenciesSimon J. Gerraty2013-02-161-2/+0
| | | | | | | | | | | | Notes: svn path=/projects/bmake/; revision=246868
| * | Updated/new Makefile.dependSimon J. Gerraty2012-11-081-0/+14
| | | | | | | | | | | | Notes: svn path=/projects/bmake/; revision=242788
* | | - remove -l option from ntpdate manpage, as it is no longer an optionJason Helfman2015-04-271-3/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Differential Revision: https://reviews.freebsd.org/D2358 Submitted by: gnn@ Approved by: wblock (mentor) MFC after: after 1 week Notes: svn path=/head/; revision=282097
* | | MFV ntp 4.2.8p1 (r258945, r275970, r276091, r276092, r276093, r278284)Cy Schubert2015-03-3016-1211/+2765
| |/ |/| | | | | | | | | | | | | | | Thanks to roberto for providing pointers to wedge this into HEAD. Approved by: roberto Notes: svn path=/head/; revision=280849
* | Use src.opts.mk in preference to bsd.own.mk except where we need stuffWarner Losh2014-05-061-1/+1
|/ | | | | | | from the latter. Notes: svn path=/head/; revision=265420
* General mdoc(7) and typo fixes.Glen Barber2012-05-121-15/+16
| | | | | | | | | PR: 167804 Submitted by: Nobuyuki Koganemaru (kogane!jp.freebsd.org) MFC after: 3 days Notes: svn path=/head/; revision=235337
* Remove superfluous paragraph macro.Joel Dahl2012-03-252-2/+0
| | | | Notes: svn path=/head/; revision=233455
* Spelling fixes for usr.sbin/Ulrich Spörlein2011-12-301-1/+1
| | | | Notes: svn path=/head/; revision=228990
* Fix some duplicate-word typos in manpages.Ulrich Spörlein2011-03-021-1/+1
| | | | | | | | Submitted by: arundel MFC after: 1 week Notes: svn path=/head/; revision=219210
* Fix typos and spelling mistakes.Joel Dahl2010-08-062-4/+4
| | | | Notes: svn path=/head/; revision=210933
* Add a sentence to the man page explaining that the -d optionBenedict Reuschling2010-05-181-1/+4
| | | | | | | | | | | | 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 Notes: svn path=/head/; revision=208273
* Complete ntptrace(8) removal:Antoine Brodin2010-01-031-1/+1
| | | | | | | | | | - do not install man page - update ObsoleteFiles.inc Approved by: roberto@ Notes: svn path=/head/; revision=201447
* Correct typo: thetime -> the timeEd Maste2009-10-131-1/+1
| | | | | | | | PR: docs/139447 Submitted by: Guido Falsi mad at madpilot dot net Notes: svn path=/head/; revision=198029
* - fix typoDaniel Gerzo2008-11-181-1/+1
| | | | | | | | PR: docs/128973 Submitted by: tabthorpe Notes: svn path=/head/; revision=185072
* Update the various files to sync with vendor import of 4.2.4p5.Ollivier Robert2008-08-221-2/+3
| | | | | | | | | | | 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 Notes: svn path=/head/; revision=182008
* Delete description of non-existent options: "-4" and "-6".Motoyuki Konno2007-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 Notes: svn path=/head/; revision=170610
* - Fix typo in ntpd(8).Chin-San Huang2007-04-021-1/+1
| | | | | | | | Noticed by: Ben Kaduk (minimarmot _at_ gmail.com) Approved by: delphij@ (mentor) Notes: svn path=/head/; revision=168248
* Fix typo.Ceri Davies2006-12-311-1/+1
| | | | Notes: svn path=/head/; revision=165704
* Correct the description of minpoll and maxpoll.Ceri Davies2006-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 Notes: svn path=/head/; revision=165445
* Revise markup.Ruslan Ermilov2006-09-301-19/+38
| | | | Notes: svn path=/head/; revision=162893
* Markup fixes.Ruslan Ermilov2006-09-294-217/+424
| | | | Notes: svn path=/head/; revision=162806
* - Fix markupPav Lucistnik2006-06-041-1/+1
| | | | | | | | | PR: docs/98471 Submitted by: Tsurutani Naoki <turutani@scphys.kyoto-u.ac.jp> MFC after: 1 day Notes: svn path=/head/; revision=159236