Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/external/bsd/ntp/dist (4.2.8p15) 2020/06/23 Released by Harl...



details:   https://anonhg.NetBSD.org/src/rev/eb75201420d1
branches:  trunk
changeset: 371781:eb75201420d1
user:      christos <christos%NetBSD.org@localhost>
date:      Sun Oct 09 21:00:00 2022 +0000

description:
(4.2.8p15) 2020/06/23 Released by Harlan Stenn <stenn%ntp.org@localhost>

* [Sec 3661] memory leak with AES128CMAC keys <perlinger%ntp.org@localhost>
* [Bug 3670] Regression from bad merge of 3592 and 3596 <perlinger%ntp.org@localhost>
  - fixed a bad merge that happened before 4.2.8-p14. Thanks to
    Sylar Tao for noticing this!
* [Bug 3667] decodenetnum fails with numeric port <perlinger%ntp.org@localhost>
  - rewrite 'decodenetnum()' in terms of inet_pton
* [Bug 3666] avoid unlimited receive buffer allocation <perlinger%ntp.org@localhost>
  - limit number of receive buffers, with an iron reserve for refclocks
* [Bug 3664] Enable openSSL CMAC support on Windows <burnicki%ntp.org@localhost>
* [Bug 3662] Fix build errors on Windows with VS2008 <burnicki%ntp.org@localhost>
* [Bug 3660] Manycast orphan mode startup discovery problem. <stenn%ntp.org@localhost>
  - integrated patch from Charles Claggett
* [Bug 3659] Move definition of psl[] from ntp_config.h to
  ntp_config.h <perlinger%ntp.org@localhost>
* [Bug 3657] Wrong "Autokey group mismatch" debug message <perlinger%ntp.org@localhost>
* [Bug 3655] ntpdc memstats hash counts <perlinger%ntp.org@localhost>
  - fix by Gerry garvey
* [Bug 3653] Refclock jitter RMS calculation <perlinger%ntp.org@localhost>
  - thanks to Gerry Garvey
* [Bug 3646] Avoid sync with unsync orphan <perlinger%ntp.org@localhost>
  - patch by Gerry Garvey
* [Bug 3644] Unsynchronized server [...] selected as candidate <perlinger%ntp.org@localhost>
* [Bug 3639] refclock_jjy: TS-JJY0x can skip time sync depending on the STUS reply. <abe%ntp.org@localhost>
  - applied patch by Takao Abe

diffstat:

 external/bsd/ntp/dist/ChangeLog                                           |   29 +
 external/bsd/ntp/dist/CommitLog                                           |  717 +++++++++-
 external/bsd/ntp/dist/NEWS                                                |   38 +
 external/bsd/ntp/dist/config.h.in                                         |    6 +
 external/bsd/ntp/dist/configure                                           |   22 +-
 external/bsd/ntp/dist/html/drivers/driver40-ja.html                       |   12 +-
 external/bsd/ntp/dist/html/drivers/driver40.html                          |   11 +-
 external/bsd/ntp/dist/ntpd/invoke-ntp.conf.texi                           |    2 +-
 external/bsd/ntp/dist/ntpd/invoke-ntp.keys.texi                           |    2 +-
 external/bsd/ntp/dist/ntpd/invoke-ntpd.texi                               |    4 +-
 external/bsd/ntp/dist/ntpd/ntp.conf.5man                                  |    4 +-
 external/bsd/ntp/dist/ntpd/ntp.conf.5mdoc                                 |    4 +-
 external/bsd/ntp/dist/ntpd/ntp.conf.html                                  |    2 +-
 external/bsd/ntp/dist/ntpd/ntp.conf.man.in                                |    4 +-
 external/bsd/ntp/dist/ntpd/ntp.conf.mdoc.in                               |    4 +-
 external/bsd/ntp/dist/ntpd/ntp.keys.5man                                  |    4 +-
 external/bsd/ntp/dist/ntpd/ntp.keys.5mdoc                                 |    4 +-
 external/bsd/ntp/dist/ntpd/ntp.keys.html                                  |    2 +-
 external/bsd/ntp/dist/ntpd/ntp.keys.man.in                                |    4 +-
 external/bsd/ntp/dist/ntpd/ntp.keys.mdoc.in                               |    4 +-
 external/bsd/ntp/dist/ntpd/ntpd.1ntpdman                                  |    4 +-
 external/bsd/ntp/dist/ntpd/ntpd.1ntpdmdoc                                 |    4 +-
 external/bsd/ntp/dist/ntpd/ntpd.html                                      |    4 +-
 external/bsd/ntp/dist/ntpd/ntpd.man.in                                    |    4 +-
 external/bsd/ntp/dist/ntpd/ntpd.mdoc.in                                   |    4 +-
 external/bsd/ntp/dist/ntpdc/invoke-ntpdc.texi                             |    4 +-
 external/bsd/ntp/dist/ntpdc/ntpdc.1ntpdcman                               |    4 +-
 external/bsd/ntp/dist/ntpdc/ntpdc.1ntpdcmdoc                              |    4 +-
 external/bsd/ntp/dist/ntpdc/ntpdc.html                                    |    4 +-
 external/bsd/ntp/dist/ntpdc/ntpdc.man.in                                  |    4 +-
 external/bsd/ntp/dist/ntpdc/ntpdc.mdoc.in                                 |    4 +-
 external/bsd/ntp/dist/ntpq/invoke-ntpq.texi                               |    4 +-
 external/bsd/ntp/dist/ntpq/ntpq.1ntpqman                                  |    4 +-
 external/bsd/ntp/dist/ntpq/ntpq.1ntpqmdoc                                 |    4 +-
 external/bsd/ntp/dist/ntpq/ntpq.html                                      |    4 +-
 external/bsd/ntp/dist/ntpq/ntpq.man.in                                    |    4 +-
 external/bsd/ntp/dist/ntpq/ntpq.mdoc.in                                   |    4 +-
 external/bsd/ntp/dist/ntpsnmpd/invoke-ntpsnmpd.texi                       |    2 +-
 external/bsd/ntp/dist/ntpsnmpd/ntpsnmpd.1ntpsnmpdman                      |    4 +-
 external/bsd/ntp/dist/ntpsnmpd/ntpsnmpd.1ntpsnmpdmdoc                     |    4 +-
 external/bsd/ntp/dist/ntpsnmpd/ntpsnmpd.html                              |    2 +-
 external/bsd/ntp/dist/ntpsnmpd/ntpsnmpd.man.in                            |    4 +-
 external/bsd/ntp/dist/ntpsnmpd/ntpsnmpd.mdoc.in                           |    4 +-
 external/bsd/ntp/dist/packageinfo.sh                                      |    2 +-
 external/bsd/ntp/dist/scripts/calc_tickadj/calc_tickadj.1calc_tickadjman  |    4 +-
 external/bsd/ntp/dist/scripts/calc_tickadj/calc_tickadj.1calc_tickadjmdoc |    4 +-
 external/bsd/ntp/dist/scripts/calc_tickadj/calc_tickadj.html              |    2 +-
 external/bsd/ntp/dist/scripts/calc_tickadj/calc_tickadj.man.in            |    4 +-
 external/bsd/ntp/dist/scripts/calc_tickadj/calc_tickadj.mdoc.in           |    4 +-
 external/bsd/ntp/dist/scripts/calc_tickadj/invoke-calc_tickadj.texi       |    2 +-
 external/bsd/ntp/dist/scripts/invoke-plot_summary.texi                    |    4 +-
 external/bsd/ntp/dist/scripts/invoke-summary.texi                         |    4 +-
 external/bsd/ntp/dist/scripts/ntp-wait/invoke-ntp-wait.texi               |    4 +-
 external/bsd/ntp/dist/scripts/ntp-wait/ntp-wait-opts                      |    4 +-
 external/bsd/ntp/dist/scripts/ntp-wait/ntp-wait.1ntp-waitman              |    4 +-
 external/bsd/ntp/dist/scripts/ntp-wait/ntp-wait.1ntp-waitmdoc             |    4 +-
 external/bsd/ntp/dist/scripts/ntp-wait/ntp-wait.html                      |    4 +-
 external/bsd/ntp/dist/scripts/ntp-wait/ntp-wait.man.in                    |    4 +-
 external/bsd/ntp/dist/scripts/ntp-wait/ntp-wait.mdoc.in                   |    4 +-
 external/bsd/ntp/dist/scripts/ntpsweep/invoke-ntpsweep.texi               |    4 +-
 external/bsd/ntp/dist/scripts/ntpsweep/ntpsweep-opts                      |    4 +-
 external/bsd/ntp/dist/scripts/ntpsweep/ntpsweep.1ntpsweepman              |    4 +-
 external/bsd/ntp/dist/scripts/ntpsweep/ntpsweep.1ntpsweepmdoc             |    4 +-
 external/bsd/ntp/dist/scripts/ntpsweep/ntpsweep.html                      |    4 +-
 external/bsd/ntp/dist/scripts/ntpsweep/ntpsweep.man.in                    |    4 +-
 external/bsd/ntp/dist/scripts/ntpsweep/ntpsweep.mdoc.in                   |    4 +-
 external/bsd/ntp/dist/scripts/ntptrace/invoke-ntptrace.texi               |    4 +-
 external/bsd/ntp/dist/scripts/ntptrace/ntptrace-opts                      |    4 +-
 external/bsd/ntp/dist/scripts/ntptrace/ntptrace.1ntptraceman              |    4 +-
 external/bsd/ntp/dist/scripts/ntptrace/ntptrace.1ntptracemdoc             |    4 +-
 external/bsd/ntp/dist/scripts/ntptrace/ntptrace.html                      |    4 +-
 external/bsd/ntp/dist/scripts/ntptrace/ntptrace.man.in                    |    4 +-
 external/bsd/ntp/dist/scripts/ntptrace/ntptrace.mdoc.in                   |    4 +-
 external/bsd/ntp/dist/scripts/plot_summary-opts                           |    4 +-
 external/bsd/ntp/dist/scripts/plot_summary.1plot_summaryman               |    4 +-
 external/bsd/ntp/dist/scripts/plot_summary.1plot_summarymdoc              |    4 +-
 external/bsd/ntp/dist/scripts/plot_summary.html                           |    4 +-
 external/bsd/ntp/dist/scripts/plot_summary.man.in                         |    4 +-
 external/bsd/ntp/dist/scripts/plot_summary.mdoc.in                        |    4 +-
 external/bsd/ntp/dist/scripts/summary-opts                                |    4 +-
 external/bsd/ntp/dist/scripts/summary.1summaryman                         |    4 +-
 external/bsd/ntp/dist/scripts/summary.1summarymdoc                        |    4 +-
 external/bsd/ntp/dist/scripts/summary.html                                |    4 +-
 external/bsd/ntp/dist/scripts/summary.man.in                              |    4 +-
 external/bsd/ntp/dist/scripts/summary.mdoc.in                             |    4 +-
 external/bsd/ntp/dist/scripts/update-leap/invoke-update-leap.texi         |    2 +-
 external/bsd/ntp/dist/scripts/update-leap/update-leap-opts                |    4 +-
 external/bsd/ntp/dist/scripts/update-leap/update-leap.1update-leapman     |    4 +-
 external/bsd/ntp/dist/scripts/update-leap/update-leap.1update-leapmdoc    |    4 +-
 external/bsd/ntp/dist/scripts/update-leap/update-leap.html                |    2 +-
 external/bsd/ntp/dist/scripts/update-leap/update-leap.man.in              |    4 +-
 external/bsd/ntp/dist/scripts/update-leap/update-leap.mdoc.in             |    4 +-
 external/bsd/ntp/dist/sntp/configure                                      |   20 +-
 external/bsd/ntp/dist/sntp/include/version.def                            |    2 +-
 external/bsd/ntp/dist/sntp/include/version.texi                           |    6 +-
 external/bsd/ntp/dist/sntp/invoke-sntp.texi                               |    4 +-
 external/bsd/ntp/dist/sntp/m4/version.m4                                  |    2 +-
 external/bsd/ntp/dist/sntp/sntp.1sntpman                                  |    4 +-
 external/bsd/ntp/dist/sntp/sntp.1sntpmdoc                                 |    4 +-
 external/bsd/ntp/dist/sntp/sntp.html                                      |    4 +-
 external/bsd/ntp/dist/sntp/sntp.man.in                                    |    4 +-
 external/bsd/ntp/dist/sntp/sntp.mdoc.in                                   |    4 +-
 external/bsd/ntp/dist/util/invoke-ntp-keygen.texi                         |    4 +-
 external/bsd/ntp/dist/util/ntp-keygen.1ntp-keygenman                      |    4 +-
 external/bsd/ntp/dist/util/ntp-keygen.1ntp-keygenmdoc                     |    4 +-
 external/bsd/ntp/dist/util/ntp-keygen.html                                |    4 +-
 external/bsd/ntp/dist/util/ntp-keygen.man.in                              |    4 +-
 external/bsd/ntp/dist/util/ntp-keygen.mdoc.in                             |    4 +-
 108 files changed, 1016 insertions(+), 215 deletions(-)

diffs (truncated from 2746 to 300 lines):

diff -r f649c8e0b6f3 -r eb75201420d1 external/bsd/ntp/dist/ChangeLog
--- a/external/bsd/ntp/dist/ChangeLog   Sat Oct 08 19:06:30 2022 +0000
+++ b/external/bsd/ntp/dist/ChangeLog   Sun Oct 09 21:00:00 2022 +0000
@@ -1,3 +1,32 @@
+---
+(4.2.8p15) 2020/06/23 Released by Harlan Stenn <stenn%ntp.org@localhost>
+(4.2.8p15) 2020/06/23 Released by Harlan Stenn <stenn%ntp.or@localhost>
+
+* [Sec 3661] memory leak with AES128CMAC keys <perlinger%ntp.org@localhost>
+* [Bug 3670] Regression from bad merge of 3592 and 3596 <perlinger%ntp.org@localhost>
+  - fixed a bad merge that happened before 4.2.8-p14. Thanks to
+    Sylar Tao for noticing this!
+* [Bug 3667] decodenetnum fails with numeric port <perlinger%ntp.org@localhost>
+  - rewrite 'decodenetnum()' in terms of inet_pton
+* [Bug 3666] avoid unlimited receive buffer allocation <perlinger%ntp.org@localhost>
+  - limit number of receive buffers, with an iron reserve for refclocks
+* [Bug 3664] Enable openSSL CMAC support on Windows <burnicki%ntp.org@localhost>
+* [Bug 3662] Fix build errors on Windows with VS2008 <burnicki%ntp.org@localhost>
+* [Bug 3660] Manycast orphan mode startup discovery problem. <stenn%ntp.org@localhost>
+  - integrated patch from Charles Claggett
+* [Bug 3659] Move definition of psl[] from ntp_config.h to
+  ntp_config.h <perlinger%ntp.org@localhost>
+* [Bug 3657] Wrong "Autokey group mismatch" debug message <perlinger%ntp.org@localhost>
+* [Bug 3655] ntpdc memstats hash counts <perlinger%ntp.org@localhost>
+  - fix by Gerry garvey
+* [Bug 3653] Refclock jitter RMS calculation <perlinger%ntp.org@localhost>
+  - thanks to Gerry Garvey
+* [Bug 3646] Avoid sync with unsync orphan <perlinger%ntp.org@localhost>
+  - patch by Gerry Garvey
+* [Bug 3644] Unsynchronized server [...] selected as candidate <perlinger%ntp.org@localhost>
+* [Bug 3639] refclock_jjy: TS-JJY0x can skip time sync depending on the STUS reply. <abe%ntp.org@localhost>
+  - applied patch by Takao Abe
+
 ---
 (4.2.8p14) 2020/03/03 Released by Harlan Stenn <stenn%ntp.org@localhost>
 
diff -r f649c8e0b6f3 -r eb75201420d1 external/bsd/ntp/dist/CommitLog
--- a/external/bsd/ntp/dist/CommitLog   Sat Oct 08 19:06:30 2022 +0000
+++ b/external/bsd/ntp/dist/CommitLog   Sun Oct 09 21:00:00 2022 +0000
@@ -1,3 +1,700 @@
+ChangeSet@1.3911, 2020-06-23 02:22:19-07:00, ntpreleng%ntp-build.tal1.ntfo.org@localhost
+  NTP_4_2_8P15
+  TAG: NTP_4_2_8P15
+
+  ChangeLog@1.1985 +1 -0
+    NTP_4_2_8P15
+
+  ntpd/invoke-ntp.conf.texi@1.222 +1 -1
+    NTP_4_2_8P15
+
+  ntpd/invoke-ntp.keys.texi@1.207 +1 -1
+    NTP_4_2_8P15
+
+  ntpd/invoke-ntpd.texi@1.521 +2 -2
+    NTP_4_2_8P15
+
+  ntpd/ntp.conf.5man@1.256 +2 -2
+    NTP_4_2_8P15
+
+  ntpd/ntp.conf.5mdoc@1.256 +2 -2
+    NTP_4_2_8P15
+
+  ntpd/ntp.conf.html@1.204 +1 -1
+    NTP_4_2_8P15
+
+  ntpd/ntp.conf.man.in@1.256 +2 -2
+    NTP_4_2_8P15
+
+  ntpd/ntp.conf.mdoc.in@1.256 +2 -2
+    NTP_4_2_8P15
+
+  ntpd/ntp.keys.5man@1.241 +2 -2
+    NTP_4_2_8P15
+
+  ntpd/ntp.keys.5mdoc@1.241 +2 -2
+    NTP_4_2_8P15
+
+  ntpd/ntp.keys.html@1.202 +1 -1
+    NTP_4_2_8P15
+
+  ntpd/ntp.keys.man.in@1.241 +2 -2
+    NTP_4_2_8P15
+
+  ntpd/ntp.keys.mdoc.in@1.241 +2 -2
+    NTP_4_2_8P15
+
+  ntpd/ntpd-opts.c@1.544 +7 -7
+    NTP_4_2_8P15
+
+  ntpd/ntpd-opts.h@1.543 +3 -3
+    NTP_4_2_8P15
+
+  ntpd/ntpd.1ntpdman@1.350 +2 -2
+    NTP_4_2_8P15
+
+  ntpd/ntpd.1ntpdmdoc@1.350 +2 -2
+    NTP_4_2_8P15
+
+  ntpd/ntpd.html@1.195 +2 -2
+    NTP_4_2_8P15
+
+  ntpd/ntpd.man.in@1.350 +2 -2
+    NTP_4_2_8P15
+
+  ntpd/ntpd.mdoc.in@1.350 +2 -2
+    NTP_4_2_8P15
+
+  ntpdc/invoke-ntpdc.texi@1.518 +2 -2
+    NTP_4_2_8P15
+
+  ntpdc/ntpdc-opts.c@1.537 +7 -7
+    NTP_4_2_8P15
+
+  ntpdc/ntpdc-opts.h@1.536 +3 -3
+    NTP_4_2_8P15
+
+  ntpdc/ntpdc.1ntpdcman@1.349 +2 -2
+    NTP_4_2_8P15
+
+  ntpdc/ntpdc.1ntpdcmdoc@1.349 +2 -2
+    NTP_4_2_8P15
+
+  ntpdc/ntpdc.html@1.364 +2 -2
+    NTP_4_2_8P15
+
+  ntpdc/ntpdc.man.in@1.349 +2 -2
+    NTP_4_2_8P15
+
+  ntpdc/ntpdc.mdoc.in@1.349 +2 -2
+    NTP_4_2_8P15
+
+  ntpq/invoke-ntpq.texi@1.528 +2 -2
+    NTP_4_2_8P15
+
+  ntpq/ntpq-opts.c@1.546 +7 -7
+    NTP_4_2_8P15
+
+  ntpq/ntpq-opts.h@1.544 +3 -3
+    NTP_4_2_8P15
+
+  ntpq/ntpq.1ntpqman@1.356 +2 -2
+    NTP_4_2_8P15
+
+  ntpq/ntpq.1ntpqmdoc@1.356 +2 -2
+    NTP_4_2_8P15
+
+  ntpq/ntpq.html@1.195 +2 -2
+    NTP_4_2_8P15
+
+  ntpq/ntpq.man.in@1.356 +2 -2
+    NTP_4_2_8P15
+
+  ntpq/ntpq.mdoc.in@1.356 +2 -2
+    NTP_4_2_8P15
+
+  ntpsnmpd/invoke-ntpsnmpd.texi@1.520 +1 -1
+    NTP_4_2_8P15
+
+  ntpsnmpd/ntpsnmpd-opts.c@1.539 +7 -7
+    NTP_4_2_8P15
+
+  ntpsnmpd/ntpsnmpd-opts.h@1.538 +3 -3
+    NTP_4_2_8P15
+
+  ntpsnmpd/ntpsnmpd.1ntpsnmpdman@1.349 +2 -2
+    NTP_4_2_8P15
+
+  ntpsnmpd/ntpsnmpd.1ntpsnmpdmdoc@1.349 +2 -2
+    NTP_4_2_8P15
+
+  ntpsnmpd/ntpsnmpd.html@1.188 +1 -1
+    NTP_4_2_8P15
+
+  ntpsnmpd/ntpsnmpd.man.in@1.349 +2 -2
+    NTP_4_2_8P15
+
+  ntpsnmpd/ntpsnmpd.mdoc.in@1.349 +2 -2
+    NTP_4_2_8P15
+
+  packageinfo.sh@1.546 +2 -2
+    NTP_4_2_8P15
+
+  scripts/calc_tickadj/calc_tickadj.1calc_tickadjman@1.110 +2 -2
+    NTP_4_2_8P15
+
+  scripts/calc_tickadj/calc_tickadj.1calc_tickadjmdoc@1.111 +2 -2
+    NTP_4_2_8P15
+
+  scripts/calc_tickadj/calc_tickadj.html@1.111 +1 -1
+    NTP_4_2_8P15
+
+  scripts/calc_tickadj/calc_tickadj.man.in@1.109 +2 -2
+    NTP_4_2_8P15
+
+  scripts/calc_tickadj/calc_tickadj.mdoc.in@1.111 +2 -2
+    NTP_4_2_8P15
+
+  scripts/calc_tickadj/invoke-calc_tickadj.texi@1.114 +1 -1
+    NTP_4_2_8P15
+
+  scripts/invoke-plot_summary.texi@1.132 +2 -2
+    NTP_4_2_8P15
+
+  scripts/invoke-summary.texi@1.131 +2 -2
+    NTP_4_2_8P15
+
+  scripts/ntp-wait/invoke-ntp-wait.texi@1.342 +2 -2
+    NTP_4_2_8P15
+
+  scripts/ntp-wait/ntp-wait-opts@1.78 +2 -2
+    NTP_4_2_8P15
+
+  scripts/ntp-wait/ntp-wait.1ntp-waitman@1.338 +2 -2
+    NTP_4_2_8P15
+
+  scripts/ntp-wait/ntp-wait.1ntp-waitmdoc@1.339 +2 -2
+    NTP_4_2_8P15
+
+  scripts/ntp-wait/ntp-wait.html@1.360 +2 -2
+    NTP_4_2_8P15
+
+  scripts/ntp-wait/ntp-wait.man.in@1.338 +2 -2
+    NTP_4_2_8P15
+
+  scripts/ntp-wait/ntp-wait.mdoc.in@1.339 +2 -2
+    NTP_4_2_8P15
+
+  scripts/ntpsweep/invoke-ntpsweep.texi@1.129 +2 -2
+    NTP_4_2_8P15
+
+  scripts/ntpsweep/ntpsweep-opts@1.80 +2 -2
+    NTP_4_2_8P15
+
+  scripts/ntpsweep/ntpsweep.1ntpsweepman@1.117 +2 -2
+    NTP_4_2_8P15
+
+  scripts/ntpsweep/ntpsweep.1ntpsweepmdoc@1.117 +2 -2
+    NTP_4_2_8P15
+
+  scripts/ntpsweep/ntpsweep.html@1.132 +2 -2
+    NTP_4_2_8P15
+
+  scripts/ntpsweep/ntpsweep.man.in@1.117 +2 -2
+    NTP_4_2_8P15
+
+  scripts/ntpsweep/ntpsweep.mdoc.in@1.118 +2 -2
+    NTP_4_2_8P15
+
+  scripts/ntptrace/invoke-ntptrace.texi@1.131 +2 -2
+    NTP_4_2_8P15
+
+  scripts/ntptrace/ntptrace-opts@1.80 +2 -2
+    NTP_4_2_8P15
+
+  scripts/ntptrace/ntptrace.1ntptraceman@1.117 +2 -2
+    NTP_4_2_8P15
+
+  scripts/ntptrace/ntptrace.1ntptracemdoc@1.118 +2 -2
+    NTP_4_2_8P15
+
+  scripts/ntptrace/ntptrace.html@1.133 +2 -2
+    NTP_4_2_8P15
+
+  scripts/ntptrace/ntptrace.man.in@1.117 +2 -2
+    NTP_4_2_8P15
+
+  scripts/ntptrace/ntptrace.mdoc.in@1.119 +2 -2
+    NTP_4_2_8P15
+
+  scripts/plot_summary-opts@1.81 +2 -2
+    NTP_4_2_8P15
+
+  scripts/plot_summary.1plot_summaryman@1.130 +2 -2
+    NTP_4_2_8P15
+
+  scripts/plot_summary.1plot_summarymdoc@1.130 +2 -2
+    NTP_4_2_8P15
+
+  scripts/plot_summary.html@1.135 +2 -2
+    NTP_4_2_8P15
+
+  scripts/plot_summary.man.in@1.130 +2 -2
+    NTP_4_2_8P15
+
+  scripts/plot_summary.mdoc.in@1.130 +2 -2
+    NTP_4_2_8P15
+
+  scripts/summary-opts@1.80 +2 -2
+    NTP_4_2_8P15
+
+  scripts/summary.1summaryman@1.129 +2 -2
+    NTP_4_2_8P15
+
+  scripts/summary.1summarymdoc@1.129 +2 -2
+    NTP_4_2_8P15
+
+  scripts/summary.html@1.134 +2 -2
+    NTP_4_2_8P15
+
+  scripts/summary.man.in@1.129 +2 -2



Home | Main Index | Thread Index | Old Index