Following is a description of the configuration commands in NTPv4. There are
two classes of commands, configuration commands that configure an association
with a remote server, peer or reference clock, and auxilliary commands that
specify environmental variables that control various related operations.
The various modes described on the Association Management page
are determined by the command keyword and the DNS name or IP address. Addresses
are classed by type as (s) a remote server or peer (IPv4 class A, B and C),
(b) the IP broadcast address of a local interface, (m) a multicast address (IPv4
class D), or (r) a reference clock address (127.127.x.x). For type m addresses
the IANA has assigned the multicast group address IPv4 224.0.1.1 and IPv6 ff05::101
(site local) exclusively to NTP, but other nonconflicting addresses can be used.
If the Basic Socket Interface Extensions for IPv6 (RFC-2553) is detected,
support for the IPv6 address family is generated in addition to the default
IPv4 address family. IPv6 addresses can be identified by the presence of colons ":" in
the address field. IPv6 addresses can be used almost everywhere where IPv4 addresses
can be used, with the exception of reference clock addresses, which are always
IPv4. Note that in contexts where a host name is expected, a -4 qualifier
preceding the host name forces DNS resolution to the IPv4 namespace, while a -6 qualifier
forces DNS resolution to the IPv6 namespace.
These commands specify the time server name or address to be used and the
mode in which to operate. The address can be either a DNS name or a
IPv4 or IPv6 address in standard notation. In general, multiple commands of
each type can be used for different server and peer addresses or multicast
groups.
server
For type s and r addresses (only), this command mobilizes a persistent
client mode association with the specified remote server or local reference
clock. If the preempt flag is specified, a preemptable client mode
association is mobilized instead.
peer
For type s addresses (only), this command mobilizes a persistent symmetric-active
mode association with the specified remote peer.
broadcast
For type b and m addressees (only), this command mobilizes a persistent
broadcast or multicast server mode association. Note that type
b messages go only to the interface specified, but type m messages go to
all interfaces.
manycastclient
For type m addresses (only), this command mobilizes a manycast client
mode association for the multicast group address specified. In this mode
the address must match the address specified on the manycastserver command
of one or more designated manycast servers.
pool
For type s messages (only) this command mobilizes a client mode association
for servers implementing the pool automatic server discovery scheme described
on the Association Management page. The address
is a DNS name in the form area.pool.ntp.org, where area is
a qualifier designating the server geographic area such as us or europe.
unpeer
This command removes a previously configured association. An address or association ID can
be used to identify the association. Either an IP address or DNS name can be used. This
command is most useful when supplied via ntpq runtime
configuration commands :config and config-from-file.
Command Options
autokey
Send and receive packets authenticated by the Autokey scheme described
in the Authentication Options page. This option
is mutually exclusive with the key option.
burst
When the server is reachable, send a burst of eight packets instead of the
usual one. The packet spacing is normally 2 s; however, the spacing between
the first and second packets can be changed with the calldelay command
to allow additional time for a modem or ISDN call to complete. This option
is valid only with the server command and type s addressesa.
It is a recommended option when the maxpoll option is greater than
10 (1024 s).
iburst
When the server is unreachable, send a burst of eight packets instead of
the usual one. The packet spacing is normally 2 s; however, the spacing between
the first and second packets can be changed with the calldelay command
to allow additional time for a modem or ISDN call to complete. This option
is valid only with the server command and type s addresses. It is
a recommended option with this command.
keykey
Send and receive packets authenticated by the symmetric key scheme described
in the Authentication Options page.
The key specifies the key identifier with values from 1 to
65534, inclusive. This option is mutually exclusive with the autokey option.
minpoll minpoll maxpoll maxpoll
These options specify the minimum and maximum poll intervals for NTP messages,
in seconds as a power of two. The maximum poll interval defaults to 10
(1024 s), but can be increased by the maxpoll option to an upper limit
of 17 (36 h). The minimum poll interval defaults to 6 (64 s), but can
be decreased by the minpoll option to a lower limit of 3 (8 s).
mode option
Pass the option to a reference clock driver, where option is
an integer in the range from 0 to 255, inclusive. This option is valid
only with type r addresses.
noselect
Marks the server or peer to be ignored by the selection algorithm but visible
to the monitoring program. This option is ignored with the broadcast command.
preempt
Specifies the association as preemptable rather than the default persistent.
This option is ignored with the broadcast command and is most useful
with the manycastclient and pool commands.
prefer
Mark the server as preferred. All other things being equal, this host will
be chosen for synchronization among a set of correctly operating hosts. See
the Mitigation Rules and the prefer Keyword page
for further information. This option is valid only with the server and peer commands.
true
Mark the association to assume truechimer status; that is, always survive
the selection and clustering algorithms. This option can be used with any association,
but is most useful for reference clocks with large jitter on the serial port
and precision pulse-per-second (PPS) signals. Caution: this option defeats
the algorithms designed to cast out falsetickers and can allow these sources
to set the system clock. This option is valid only with the server and peer commands.
ttl ttl
This option specifies the time-to-live ttl for the broadcast command
and the maximum ttl for the expanding ring search used by the manycastclient command.
Selection of the proper value, which defaults to 127, is something of a black art and should be coordinated with the network administrator. This option is invalid with type r addresses.
version version
Specifies the version number to be used f
or outgoing NTP packets. Versions
1-4 are the choices, with version 4 the default.
xleave
Operate in interleaved mode (symmetric and broadcast modes only). (see NTP
Interleaved Modes)
Auxilliary Commands
broadcastclient
Enable reception of broadcast server messages to any local interface (type
b address). Ordinarily, upon receiving a broadcast message for the first
time, the broadcast client measures the nominal server propagation delay using
a brief client/server exchange, after which it continues in listen-only mode.
If a nonzero value is specified in the broadcastdelay command, the
value becomes the delay and the volley is not executed. Note: the novolley option
has been deprecated for future enhancements. Note that, in order to avoid
accidental or malicious disruption in this mode, both the server and client
should operate using symmetric key or public key authentication as described
in the Authentication
Options page. Note that the novolley keyword is incompatible with
public key authentication.
manycastserver address [...]
Enable reception of manycast client messages (type m)to the multicast group
address(es) (type m) specified. At least one address is required. Note that,
in order to avoid accidental or malicious disruption, both the server and client
should operate using symmetric key or public key authentication as described
in the Authentication Options page.
multicastclient address [...]
Enable reception of multicast server messages to the multicast group address(es)
(type m) specified. Upon receiving a message for the first time, the multicast
client measures the nominal server propagation delay using a brief client/server
exchange with the server, then enters the broadcast client mode, in which it
synchronizes to succeeding multicast messages. Note that, in order to avoid
accidental or malicious disruption in this mode, both the server and client
should operate using symmetric key or public key authentication as described
in the Authentication Options page.
Bugs
The syntax checking is not picky; some combinations of ridiculous and even
hilarious options and modes may not be detected.
@
1.1.1.1
log
@Import ntp 4.2.6
@
text
@@
1.1.1.1.8.1
log
@Apply patch (requested by christos in ticket #1221):
Update ntp to 4.2.8.
@
text
@d6 1
a6 2
Server Commands and Options
d10 1
a10 1
Following is a description of the server configuration commands in NTPv4. There are two classes of commands, configuration commands that configure an association with a remote server, peer or reference clock, and auxiliary commands that specify environment variables that control various related operations.
The various modes described on the Association Management page are determined by the command keyword and the DNS name or IP address. Addresses are classed by type as (s) a remote server or peer (IPv4 class A, B and C or IPv6), (b) the IPv4 broadcast address of a local interface, (m) a multicast address (IPv4 class D or IPv6), or (r) a reference clock address (127.127.x.x). For type m addresses the IANA has assigned the multicast group address IPv4 224.0.1.1 and IPv6 ff05::101 (site local) exclusively to NTP, but other nonconflicting addresses can be used.
d41 9
a49 3
support for the IPv6 address family is generated in addition to the default IPv4 address family. IPv6 addresses can be identified by the presence of colons ":" in the address field. IPv6 addresses can be used almost everywhere where IPv4 addresses can be used, with the exception of reference clock addresses, which are always IPv4. Note that in contexts where a host name is expected, a -4 qualifier preceding the host name forces DNS resolution to the IPv4 namespace, while a -6 qualifier forces DNS resolution to the IPv6 namespace.
Server Commands
Unless noted otherwise, further information about these commands is on the Association Management page.
d56 5
a60 1
These commands specify the remote server name or address to be used and the mode in which to operate. The address can be either a DNS name or a IPv4 or IPv6 address in standard notation. In general, multiple commands of each type can be used for different server and peer addresses or multicast groups.
d63 28
a90 11
For type s and r addresses (only), this command mobilizes a persistent client mode association with the specified remote server or local reference clock. If the preempt flag is specified, a preemptable client mode association is mobilized instead.
peer
For type s addresses (only), this command mobilizes a persistent symmetric-active mode association with the specified remote peer.
broadcast
For type b and m addressees (only), this command mobilizes a broadcast or multicast server mode association. Note that type b messages go only to the interface specified, but type m messages go to all interfaces.
manycastclient
For type m addresses (only), this command mobilizes a preemptable manycast client mode association for the multicast group address specified. In this mode the address must match the address specified on the manycastserver command of one or more designated manycast servers. Additional information about this command is on the Automatic Server Discovery page.
pool
For type s addresses (only) this command mobilizes a preemptable pool client mode association for the DNS name specified. The DNS name must resolve to one or more IPv4 or IPv6 addresses. Additional information about this command is on the Automatic Server Discovery page. The www.pool.ntp.org page describes a compatible pool of public NTP servers.
unpeer
This command removes a previously configured association. An address or association ID can be used to identify the association. Either an IP address or DNS name can be used. This command is most useful when supplied via ntpq runtime configuration commands :config and config-from-file.
When the server is reachable, send a burst of packets instead of the usual one. This option is valid only with the server command and type s addresses. It is a recommended option when the maxpoll option is greater than 10 (1024 s). Additional information about this option is on the Poll Program page.
iburst
When the server is unreachable, send a burst of packets instead of the usual one. This option is valid only with the server command and type s addresses. It is a recommended option with this command. Additional information about this option is on the Poll Program page.
Send and receive packets authenticated by the symmetric key scheme described in the Authentication Support page. The key specifies the key identifier with values from 1 to 65534, inclusive. This option is mutually exclusive with the autokey option.
minpoll minpoll maxpoll maxpoll
These options specify the minimum and maximum poll intervals for NTP messages, in seconds as a power of two. The maximum poll interval defaults to 10 (1024 s), but can be increased by the maxpoll option to an upper limit of 17 (36 hr). The minimum poll interval defaults to 6 (64 s), but can be decreased by the minpoll option to a lower limit of 3 (8 s). Additional information about this option is on the Poll Program page.
d127 3
a129 1
Pass the option to a reference clock driver, where option is an integer in the range from 0 to 255, inclusive. This option is valid only with type r addresses.
d131 2
a132 1
Marks the server or peer to be ignored by the selection algorithm as unreachable, but visible to the monitoring program. This option is valid only with the server and peer commands.
d134 3
a136 1
Specifies the association as preemptable rather than the default persistent. This option is ignored with the broadcast command and is most useful with the manycastclient and pool commands.
d138 4
a141 1
Mark the server as preferred. All other things being equal, this host will be chosen for synchronization among a set of correctly operating hosts. See the Mitigation Rules and the prefer Keyword page for further information. This option is valid only with the server and peer commands.
d143 6
a148 1
Mark the association to assume truechimer status; that is, always survive the selection and clustering algorithms. This option can be used with any association, but is most useful for reference clocks with large jitter on the serial port and precision pulse-per-second (PPS) signals. Caution: this option defeats the algorithms designed to cast out falsetickers and can allow these sources to set the system clock. This option is valid only with the server and peer commands.
d150 3
a152 1
This option specifies the time-to-live ttl for the broadcast command and the maximum ttl for the expanding ring search used by the manycastclient command. Selection of the proper value, which defaults to 127, is something of a black art and should be coordinated with the network administrator. This option is invalid with type r addresses.
d154 3
a156 2
Specifies the version number to be used for
outgoing NTP packets. Versions 1-4 are the choices, with version 4 the default.
d158 2
a159 1
Operate in interleaved mode (symmetric and broadcast modes only). Further information is on the NTP Interleaved Modes page.
d161 1
a161 1
Auxiliary Commands
d164 18
a181 3
Enable reception of broadcast server messages to any local interface (type b address). Ordinarily, upon receiving a broadcast message for the first time, the broadcast client measures the nominal server propagation delay using a brief client/server exchange, after which it continues in listen-only mode. If a nonzero value is specified in the broadcastdelay command, the value becomes the delay and the volley is not executed. Note: the novolley option has been deprecated for future enhancements. Note that, in order to avoid accidental or malicious disruption in this mode, both the server and client should operate using symmetric key or public key authentication as described in the Authentication Options page. Note that the volley is required with public key authentication in order to run the Autokey protocol..
manycastserver address [...]
Enable reception of manycast client messages (type m) to the multicasts group address(es) (type m) specified. At least one address is required. Note that, in order to avoid accidental or malicious disruption, both the server and client should operate using symmetric key or public key authentication as described in the Authentication Options page.
d183 8
a190 1
Enable reception of multicast server messages to the multicast group address(es) (type m) specified. Upon receiving a message for the first time, the multicast client measures the nominal server propagation delay using a brief client/server exchange with the server, then enters the broadcast client mode, in which it synchronizes to succeeding multicast messages. Note that, in order to avoid accidental or malicious disruption in this mode, both the server and client should operate using symmetric key or public key authentication as described in the Authentication Options page.
d192 3
@
1.1.1.1.8.2
log
@Pull up following revision(s) (requested by christos in ticket #1342):
doc/3RDPARTY: patch
external/bsd/ntp/Makefile.inc: up to 1.15
external/bsd/ntp/bin/ntpd/Makefile: up to 1.19
external/bsd/ntp/bin/ntpd/ntp_parser.c: patch
external/bsd/ntp/bin/ntpd/ntp_parser.h: patch
external/bsd/ntp/bin/sntp/Makefile: up to 1.6
external/bsd/ntp/bin/sntp/event2/event-config.h: delete
external/bsd/ntp/bin/sntp/evlog.c: delete
external/bsd/ntp/dist/COPYRIGHT: up to 1.1.1.5
external/bsd/ntp/dist/ChangeLog: up to 1.1.1.7
external/bsd/ntp/dist/CommitLog: up to 1.1.1.7
external/bsd/ntp/dist/Makefile.am: up to 1.1.1.7
external/bsd/ntp/dist/Makefile.in: up to 1.1.1.7
external/bsd/ntp/dist/NEWS: up to 1.1.1.7
external/bsd/ntp/dist/README.leapsmear: up to 1.1.1.1
external/bsd/ntp/dist/aclocal.m4: up to 1.1.1.7
external/bsd/ntp/dist/adjtimed/Makefile.in: up to 1.1.1.7
external/bsd/ntp/dist/adjtimed/adjtimed.c: up to 1.4
external/bsd/ntp/dist/bootstrap: up to 1.1.1.5
external/bsd/ntp/dist/build: up to 1.1.1.5
external/bsd/ntp/dist/clockstuff/Makefile.in: up to 1.1.1.7
external/bsd/ntp/dist/clockstuff/chutest.c: up to 1.4
external/bsd/ntp/dist/clockstuff/propdelay.c: up to 1.4
external/bsd/ntp/dist/config.h.in: up to 1.1.1.6
external/bsd/ntp/dist/configure: up to 1.1.1.7
external/bsd/ntp/dist/configure.ac: up to 1.1.1.7
external/bsd/ntp/dist/html/build.html: up to 1.1.1.4
external/bsd/ntp/dist/html/confopt.html: up to 1.1.1.4
external/bsd/ntp/dist/html/copyright.html: up to 1.1.1.5
external/bsd/ntp/dist/html/decode.html: up to 1.1.1.5
external/bsd/ntp/dist/html/drivers/driver22.html: up to 1.1.1.4
external/bsd/ntp/dist/html/drivers/driver28.html: up to 1.1.1.4
external/bsd/ntp/dist/html/drivers/driver40-ja.html: up to 1.1.1.1
external/bsd/ntp/dist/html/drivers/driver40.html: up to 1.1.1.4
external/bsd/ntp/dist/html/drivers/driver46.html: up to 1.1.1.2
external/bsd/ntp/dist/html/miscopt.html: up to 1.1.1.6
external/bsd/ntp/dist/html/refclock.html: up to 1.1.1.4
external/bsd/ntp/dist/html/sntp.html: up to 1.1.1.4
external/bsd/ntp/dist/html/stats.html: up to 1.1.1.3
external/bsd/ntp/dist/include/Makefile.am: up to 1.1.1.6
external/bsd/ntp/dist/include/Makefile.in: up to 1.1.1.7
external/bsd/ntp/dist/include/binio.h: up to 1.4
external/bsd/ntp/dist/include/isc/Makefile.in: up to 1.1.1.7
external/bsd/ntp/dist/include/mbg_gps166.h: up to 1.4
external/bsd/ntp/dist/include/ntp.h: up to 1.4
external/bsd/ntp/dist/include/ntp_assert.h: up to 1.4
external/bsd/ntp/dist/include/ntp_calendar.h: up to 1.5
external/bsd/ntp/dist/include/ntp_config.h: up to 1.9
external/bsd/ntp/dist/include/ntp_control.h: up to 1.4
external/bsd/ntp/dist/include/ntp_fp.h: up to 1.7
external/bsd/ntp/dist/include/ntp_io.h: up to 1.3
external/bsd/ntp/dist/include/ntp_lists.h: up to 1.4
external/bsd/ntp/dist/include/ntp_md5.h: up to 1.4
external/bsd/ntp/dist/include/ntp_stdlib.h: up to 1.11
external/bsd/ntp/dist/include/ntp_syslog.h: up to 1.4
external/bsd/ntp/dist/include/ntp_types.h: up to 1.4
external/bsd/ntp/dist/include/ntpd.h: up to 1.7
external/bsd/ntp/dist/include/parse.h: up to 1.4
external/bsd/ntp/dist/include/parse_conf.h: up to 1.4
external/bsd/ntp/dist/include/rc_cmdlength.h: up to 1.1.1.1
external/bsd/ntp/dist/include/refidsmear.h: up to 1.1.1.2
external/bsd/ntp/dist/include/timepps-Solaris.h: up to 1.4
external/bsd/ntp/dist/kernel/Makefile.in: up to 1.1.1.7
external/bsd/ntp/dist/kernel/sys/Makefile.in: up to 1.1.1.7
external/bsd/ntp/dist/kernel/sys/parsestreams.h: up to 1.4
external/bsd/ntp/dist/lib/isc/include/isc/backtrace.h: up to 1.4
external/bsd/ntp/dist/lib/isc/include/isc/socket.h: up to 1.4
external/bsd/ntp/dist/lib/isc/inet_ntop.c: up to 1.6
external/bsd/ntp/dist/lib/isc/log.c: up to 1.6
external/bsd/ntp/dist/lib/isc/result.c: up to 1.6
external/bsd/ntp/dist/lib/isc/unix/file.c: up to 1.6
external/bsd/ntp/dist/lib/isc/unix/ifiter_getifaddrs.c: up to 1.6
external/bsd/ntp/dist/lib/isc/unix/ifiter_ioctl.c: up to 1.4
external/bsd/ntp/dist/lib/isc/unix/net.c: up to 1.7
external/bsd/ntp/dist/libjsmn/Makefile: up to 1.1.1.2
external/bsd/ntp/dist/libjsmn/README.md: up to 1.1.1.2
external/bsd/ntp/dist/libjsmn/example/jsondump.c: up to 1.1.1.2
external/bsd/ntp/dist/libjsmn/example/simple.c: up to 1.1.1.2
external/bsd/ntp/dist/libjsmn/jsmn.c: up to 1.4
external/bsd/ntp/dist/libjsmn/jsmn.h: up to 1.3
external/bsd/ntp/dist/libjsmn/jsmn_test.c: up to 1.3
external/bsd/ntp/dist/libntp/Makefile.am: up to 1.1.1.5
external/bsd/ntp/dist/libntp/Makefile.in: up to 1.1.1.7
external/bsd/ntp/dist/libntp/atolfp.c: up to 1.7
external/bsd/ntp/dist/libntp/audio.c: up to 1.9
external/bsd/ntp/dist/libntp/authkeys.c: up to 1.7
external/bsd/ntp/dist/libntp/authreadkeys.c: up to 1.7
external/bsd/ntp/dist/libntp/caljulian.c: up to 1.4
external/bsd/ntp/dist/libntp/caltontp.c: up to 1.4
external/bsd/ntp/dist/libntp/decodenetnum.c: up to 1.4
external/bsd/ntp/dist/libntp/emalloc.c: up to 1.6
external/bsd/ntp/dist/libntp/icom.c: up to 1.8
external/bsd/ntp/dist/libntp/machines.c: up to 1.4
external/bsd/ntp/dist/libntp/msyslog.c: up to 1.4
external/bsd/ntp/dist/libntp/ntp_calendar.c: up to 1.7
external/bsd/ntp/dist/libntp/ntp_crypto_rnd.c: up to 1.4
external/bsd/ntp/dist/libntp/ntp_intres.c: up to 1.7
external/bsd/ntp/dist/libntp/ntp_lineedit.c: up to 1.8
external/bsd/ntp/dist/libntp/ntp_rfc2553.c: up to 1.4
external/bsd/ntp/dist/libntp/ntp_worker.c: up to 1.4
external/bsd/ntp/dist/libntp/prettydate.c: up to 1.7
external/bsd/ntp/dist/libntp/recvbuff.c: up to 1.4
external/bsd/ntp/dist/libntp/refidsmear.c: up to 1.1.1.2
external/bsd/ntp/dist/libntp/socket.c: up to 1.4
external/bsd/ntp/dist/libntp/socktohost.c: up to 1.4
external/bsd/ntp/dist/libntp/statestr.c: up to 1.4
external/bsd/ntp/dist/libntp/strdup.c: up to 1.3
external/bsd/ntp/dist/libntp/work_fork.c: up to 1.7
external/bsd/ntp/dist/libparse/Makefile.am: up to 1.1.1.4
external/bsd/ntp/dist/libparse/Makefile.in: up to 1.1.1.7
external/bsd/ntp/dist/libparse/clk_computime.c: up to 1.4
external/bsd/ntp/dist/libparse/clk_dcf7000.c: up to 1.4
external/bsd/ntp/dist/libparse/clk_hopf6021.c: up to 1.4
external/bsd/ntp/dist/libparse/clk_meinberg.c: up to 1.5
external/bsd/ntp/dist/libparse/clk_rawdcf.c: up to 1.6
external/bsd/ntp/dist/libparse/clk_rcc8000.c: up to 1.4
external/bsd/ntp/dist/libparse/clk_schmid.c: up to 1.4
external/bsd/ntp/dist/libparse/clk_sel240x.c: up to 1.4
external/bsd/ntp/dist/libparse/clk_trimtaip.c: up to 1.4
external/bsd/ntp/dist/libparse/clk_trimtsip.c: up to 1.4
external/bsd/ntp/dist/libparse/clk_varitext.c: up to 1.4
external/bsd/ntp/dist/libparse/clk_wharton.c: up to 1.4
external/bsd/ntp/dist/libparse/data_mbg.c: up to 1.7
external/bsd/ntp/dist/libparse/gpstolfp.c: up to 1.4
external/bsd/ntp/dist/libparse/info_trimble.c: up to 1.6
external/bsd/ntp/dist/libparse/mkinfo_rcmd.sed: up to 1.1.1.3
external/bsd/ntp/dist/libparse/mkinfo_scmd.sed: up to 1.1.1.3
external/bsd/ntp/dist/libparse/parse.c: up to 1.4
external/bsd/ntp/dist/libparse/parse_conf.c: up to 1.4
external/bsd/ntp/dist/libparse/parsesolaris.c: up to 1.4
external/bsd/ntp/dist/libparse/parsestreams.c: up to 1.4
external/bsd/ntp/dist/libparse/trim_info.c: up to 1.4
external/bsd/ntp/dist/ntpd/Makefile.am: up to 1.1.1.7
external/bsd/ntp/dist/ntpd/Makefile.in: up to 1.1.1.7
external/bsd/ntp/dist/ntpd/cmd_args.c: up to 1.4
external/bsd/ntp/dist/ntpd/complete.conf.in: up to 1.1.1.3
external/bsd/ntp/dist/ntpd/invoke-ntp.conf.texi: up to 1.1.1.5
external/bsd/ntp/dist/ntpd/invoke-ntp.keys.texi: up to 1.1.1.5
external/bsd/ntp/dist/ntpd/invoke-ntpd.texi: up to 1.1.1.5
external/bsd/ntp/dist/ntpd/keyword-gen-utd: up to 1.1.1.4
external/bsd/ntp/dist/ntpd/keyword-gen.c: up to 1.7
external/bsd/ntp/dist/ntpd/ntp.conf.5man: up to 1.1.1.5
external/bsd/ntp/dist/ntpd/ntp.conf.5mdoc: up to 1.1.1.5
external/bsd/ntp/dist/ntpd/ntp.conf.def: up to 1.1.1.5
external/bsd/ntp/dist/ntpd/ntp.conf.html: up to 1.1.1.5
external/bsd/ntp/dist/ntpd/ntp.conf.man.in: up to 1.1.1.5
external/bsd/ntp/dist/ntpd/ntp.conf.mdoc.in: up to 1.1.1.5
external/bsd/ntp/dist/ntpd/ntp.keys.5man: up to 1.1.1.5
external/bsd/ntp/dist/ntpd/ntp.keys.5mdoc: up to 1.1.1.5
external/bsd/ntp/dist/ntpd/ntp.keys.html: up to 1.1.1.5
external/bsd/ntp/dist/ntpd/ntp.keys.man.in: up to 1.1.1.5
external/bsd/ntp/dist/ntpd/ntp.keys.mdoc.in: up to 1.1.1.5
external/bsd/ntp/dist/ntpd/ntp_config.c: up to 1.12
external/bsd/ntp/dist/ntpd/ntp_control.c: up to 1.14
external/bsd/ntp/dist/ntpd/ntp_crypto.c: up to 1.10
external/bsd/ntp/dist/ntpd/ntp_io.c: up to 1.20
external/bsd/ntp/dist/ntpd/ntp_keyword.h: up to 1.8
external/bsd/ntp/dist/ntpd/ntp_leapsec.c: up to 1.4
external/bsd/ntp/dist/ntpd/ntp_leapsec.h: up to 1.3
external/bsd/ntp/dist/ntpd/ntp_loopfilter.c: up to 1.8
external/bsd/ntp/dist/ntpd/ntp_monitor.c: up to 1.4
external/bsd/ntp/dist/ntpd/ntp_parser.y: up to 1.11
external/bsd/ntp/dist/ntpd/ntp_peer.c: up to 1.8
external/bsd/ntp/dist/ntpd/ntp_proto.c: up to 1.9
external/bsd/ntp/dist/ntpd/ntp_refclock.c: up to 1.8
external/bsd/ntp/dist/ntpd/ntp_request.c: up to 1.12
external/bsd/ntp/dist/ntpd/ntp_restrict.c: up to 1.7
external/bsd/ntp/dist/ntpd/ntp_scanner.c: up to 1.9
external/bsd/ntp/dist/ntpd/ntp_scanner.h: up to 1.3
external/bsd/ntp/dist/ntpd/ntp_timer.c: up to 1.5
external/bsd/ntp/dist/ntpd/ntp_util.c: up to 1.7
external/bsd/ntp/dist/ntpd/ntpd-opts.c: up to 1.5
external/bsd/ntp/dist/ntpd/ntpd-opts.def: up to 1.1.1.4
external/bsd/ntp/dist/ntpd/ntpd-opts.h: up to 1.8
external/bsd/ntp/dist/ntpd/ntpd.1ntpdman: up to 1.1.1.5
external/bsd/ntp/dist/ntpd/ntpd.1ntpdmdoc: up to 1.1.1.5
external/bsd/ntp/dist/ntpd/ntpd.c: up to 1.11
external/bsd/ntp/dist/ntpd/ntpd.html: up to 1.1.1.5
external/bsd/ntp/dist/ntpd/ntpd.man.in: up to 1.1.1.5
external/bsd/ntp/dist/ntpd/ntpd.mdoc.in: up to 1.1.1.5
external/bsd/ntp/dist/ntpd/ntpdbase-opts.def: up to 1.1.1.4
external/bsd/ntp/dist/ntpd/rc_cmdlength.c: up to 1.3
external/bsd/ntp/dist/ntpd/refclock_arc.c: up to 1.8
external/bsd/ntp/dist/ntpd/refclock_chu.c: up to 1.7
external/bsd/ntp/dist/ntpd/refclock_gpsdjson.c: up to 1.7
external/bsd/ntp/dist/ntpd/refclock_jjy.c: up to 1.8
external/bsd/ntp/dist/ntpd/refclock_jupiter.c: up to 1.9
external/bsd/ntp/dist/ntpd/refclock_local.c: up to 1.4
external/bsd/ntp/dist/ntpd/refclock_nmea.c: up to 1.10
external/bsd/ntp/dist/ntpd/refclock_oncore.c: up to 1.12
external/bsd/ntp/dist/ntpd/refclock_palisade.c: up to 1.5
external/bsd/ntp/dist/ntpd/refclock_palisade.h: up to 1.4
external/bsd/ntp/dist/ntpd/refclock_parse.c: up to 1.17
external/bsd/ntp/dist/ntpd/refclock_shm.c: up to 1.6
external/bsd/ntp/dist/ntpd/refclock_true.c: up to 1.5
external/bsd/ntp/dist/ntpd/refclock_wwv.c: up to 1.6
external/bsd/ntp/dist/ntpdate/Makefile.in: up to 1.1.1.7
external/bsd/ntp/dist/ntpdate/ntpdate.c: up to 1.8
external/bsd/ntp/dist/ntpdc/Makefile.in: up to 1.1.1.7
external/bsd/ntp/dist/ntpdc/invoke-ntpdc.texi: up to 1.1.1.5
external/bsd/ntp/dist/ntpdc/ntpdc-opts.c: up to 1.5
external/bsd/ntp/dist/ntpdc/ntpdc-opts.h: up to 1.5
external/bsd/ntp/dist/ntpdc/ntpdc.1ntpdcman: up to 1.1.1.5
external/bsd/ntp/dist/ntpdc/ntpdc.1ntpdcmdoc: up to 1.1.1.5
external/bsd/ntp/dist/ntpdc/ntpdc.c: up to 1.11
external/bsd/ntp/dist/ntpdc/ntpdc.html: up to 1.1.1.5
external/bsd/ntp/dist/ntpdc/ntpdc.man.in: up to 1.1.1.5
external/bsd/ntp/dist/ntpdc/ntpdc.mdoc.in: up to 1.1.1.5
external/bsd/ntp/dist/ntpq/Makefile.in: up to 1.1.1.7
external/bsd/ntp/dist/ntpq/invoke-ntpq.texi: up to 1.1.1.5
external/bsd/ntp/dist/ntpq/libntpq.h: up to 1.4
external/bsd/ntp/dist/ntpq/ntpq-opts.c: up to 1.5
external/bsd/ntp/dist/ntpq/ntpq-opts.def: up to 1.1.1.4
external/bsd/ntp/dist/ntpq/ntpq-opts.h: up to 1.5
external/bsd/ntp/dist/ntpq/ntpq-subs.c: up to 1.12
external/bsd/ntp/dist/ntpq/ntpq.1ntpqman: up to 1.1.1.5
external/bsd/ntp/dist/ntpq/ntpq.1ntpqmdoc: up to 1.1.1.5
external/bsd/ntp/dist/ntpq/ntpq.c: up to 1.13
external/bsd/ntp/dist/ntpq/ntpq.html: up to 1.1.1.5
external/bsd/ntp/dist/ntpq/ntpq.man.in: up to 1.1.1.5
external/bsd/ntp/dist/ntpq/ntpq.mdoc.in: up to 1.1.1.5
external/bsd/ntp/dist/ntpsnmpd/Makefile.in: up to 1.1.1.7
external/bsd/ntp/dist/ntpsnmpd/invoke-ntpsnmpd.texi: up to 1.1.1.5
external/bsd/ntp/dist/ntpsnmpd/netsnmp_daemonize.c: up to 1.4
external/bsd/ntp/dist/ntpsnmpd/ntp_snmp.h: up to 1.4
external/bsd/ntp/dist/ntpsnmpd/ntpsnmpd-opts.c: up to 1.5
external/bsd/ntp/dist/ntpsnmpd/ntpsnmpd-opts.h: up to 1.5
external/bsd/ntp/dist/ntpsnmpd/ntpsnmpd.1ntpsnmpdman: up to 1.1.1.5
external/bsd/ntp/dist/ntpsnmpd/ntpsnmpd.1ntpsnmpdmdoc: up to 1.1.1.5
external/bsd/ntp/dist/ntpsnmpd/ntpsnmpd.html: up to 1.1.1.5
external/bsd/ntp/dist/ntpsnmpd/ntpsnmpd.man.in: up to 1.1.1.5
external/bsd/ntp/dist/ntpsnmpd/ntpsnmpd.mdoc.in: up to 1.1.1.5
external/bsd/ntp/dist/packageinfo.sh: up to 1.1.1.7
external/bsd/ntp/dist/parseutil/Makefile.in: up to 1.1.1.7
external/bsd/ntp/dist/parseutil/dcfd.c: up to 1.4
external/bsd/ntp/dist/parseutil/testdcf.c: up to 1.4
external/bsd/ntp/dist/scripts/Makefile.am: up to 1.1.1.5
external/bsd/ntp/dist/scripts/Makefile.in: up to 1.1.1.7
external/bsd/ntp/dist/scripts/build/Makefile.in: up to 1.1.1.5
external/bsd/ntp/dist/scripts/build/UpdatePoint: up to 1.1.1.2
external/bsd/ntp/dist/scripts/build/VersionName: up to 1.1.1.3
external/bsd/ntp/dist/scripts/calc_tickadj/Makefile.in: up to 1.1.1.5
external/bsd/ntp/dist/scripts/calc_tickadj/calc_tickadj.1calc_tickadjman: up to 1.1.1.5
external/bsd/ntp/dist/scripts/calc_tickadj/calc_tickadj.1calc_tickadjmdoc: up to 1.1.1.5
external/bsd/ntp/dist/scripts/calc_tickadj/calc_tickadj.html: up to 1.1.1.5
external/bsd/ntp/dist/scripts/calc_tickadj/calc_tickadj.man.in: up to 1.1.1.5
external/bsd/ntp/dist/scripts/calc_tickadj/calc_tickadj.mdoc.in: up to 1.1.1.5
external/bsd/ntp/dist/scripts/calc_tickadj/invoke-calc_tickadj.texi: up to 1.1.1.5
external/bsd/ntp/dist/scripts/invoke-plot_summary.texi: up to 1.1.1.5
external/bsd/ntp/dist/scripts/invoke-summary.texi: up to 1.1.1.5
external/bsd/ntp/dist/scripts/lib/Makefile.in: up to 1.1.1.5
external/bsd/ntp/dist/scripts/lib/NTP/Util.pm: up to 1.1.1.5
external/bsd/ntp/dist/scripts/ntp-wait/Makefile.in: up to 1.1.1.5
external/bsd/ntp/dist/scripts/ntp-wait/invoke-ntp-wait.texi: up to 1.1.1.5
external/bsd/ntp/dist/scripts/ntp-wait/ntp-wait-opts: up to 1.1.1.5
external/bsd/ntp/dist/scripts/ntp-wait/ntp-wait.1ntp-waitman: up to 1.1.1.5
external/bsd/ntp/dist/scripts/ntp-wait/ntp-wait.1ntp-waitmdoc: up to 1.1.1.5
external/bsd/ntp/dist/scripts/ntp-wait/ntp-wait.html: up to 1.1.1.5
external/bsd/ntp/dist/scripts/ntp-wait/ntp-wait.man.in: up to 1.1.1.5
external/bsd/ntp/dist/scripts/ntp-wait/ntp-wait.mdoc.in: up to 1.1.1.5
external/bsd/ntp/dist/scripts/ntpsweep/Makefile.in: up to 1.1.1.5
external/bsd/ntp/dist/scripts/ntpsweep/invoke-ntpsweep.texi: up to 1.1.1.5
external/bsd/ntp/dist/scripts/ntpsweep/ntpsweep-opts: up to 1.1.1.5
external/bsd/ntp/dist/scripts/ntpsweep/ntpsweep.1ntpsweepman: up to 1.1.1.5
external/bsd/ntp/dist/scripts/ntpsweep/ntpsweep.1ntpsweepmdoc: up to 1.1.1.5
external/bsd/ntp/dist/scripts/ntpsweep/ntpsweep.html: up to 1.1.1.5
external/bsd/ntp/dist/scripts/ntpsweep/ntpsweep.in: up to 1.1.1.4
external/bsd/ntp/dist/scripts/ntpsweep/ntpsweep.man.in: up to 1.1.1.5
external/bsd/ntp/dist/scripts/ntpsweep/ntpsweep.mdoc.in: up to 1.1.1.5
external/bsd/ntp/dist/scripts/ntptrace/Makefile.in: up to 1.1.1.5
external/bsd/ntp/dist/scripts/ntptrace/invoke-ntptrace.texi: up to 1.1.1.5
external/bsd/ntp/dist/scripts/ntptrace/ntptrace-opts: up to 1.1.1.5
external/bsd/ntp/dist/scripts/ntptrace/ntptrace.1ntptraceman: up to 1.1.1.5
external/bsd/ntp/dist/scripts/ntptrace/ntptrace.1ntptracemdoc: up to 1.1.1.5
external/bsd/ntp/dist/scripts/ntptrace/ntptrace.html: up to 1.1.1.5
external/bsd/ntp/dist/scripts/ntptrace/ntptrace.man.in: up to 1.1.1.5
external/bsd/ntp/dist/scripts/ntptrace/ntptrace.mdoc.in: up to 1.1.1.5
external/bsd/ntp/dist/scripts/plot_summary-opts: up to 1.1.1.5
external/bsd/ntp/dist/scripts/plot_summary.1plot_summaryman: up to 1.1.1.5
external/bsd/ntp/dist/scripts/plot_summary.1plot_summarymdoc: up to 1.1.1.5
external/bsd/ntp/dist/scripts/plot_summary.html: up to 1.1.1.5
external/bsd/ntp/dist/scripts/plot_summary.man.in: up to 1.1.1.5
external/bsd/ntp/dist/scripts/plot_summary.mdoc.in: up to 1.1.1.5
external/bsd/ntp/dist/scripts/summary-opts: up to 1.1.1.5
external/bsd/ntp/dist/scripts/summary.1summaryman: up to 1.1.1.5
external/bsd/ntp/dist/scripts/summary.1summarymdoc: up to 1.1.1.5
external/bsd/ntp/dist/scripts/summary.html: up to 1.1.1.5
external/bsd/ntp/dist/scripts/summary.man.in: up to 1.1.1.5
external/bsd/ntp/dist/scripts/summary.mdoc.in: up to 1.1.1.5
external/bsd/ntp/dist/scripts/update-leap/Makefile.am: up to 1.1.1.2
external/bsd/ntp/dist/scripts/update-leap/Makefile.in: up to 1.1.1.3
external/bsd/ntp/dist/scripts/update-leap/invoke-update-leap.menu: up to 1.1.1.1
external/bsd/ntp/dist/scripts/update-leap/invoke-update-leap.texi: up to 1.1.1.3
external/bsd/ntp/dist/scripts/update-leap/update-leap-opts: up to 1.1.1.3
external/bsd/ntp/dist/scripts/update-leap/update-leap-opts.def: up to 1.1.1.1
external/bsd/ntp/dist/scripts/update-leap/update-leap.1update-leapman: up to 1.1.1.3
external/bsd/ntp/dist/scripts/update-leap/update-leap.1update-leapmdoc: up to 1.1.1.3
external/bsd/ntp/dist/scripts/update-leap/update-leap.html: up to 1.1.1.3
external/bsd/ntp/dist/scripts/update-leap/update-leap.in: up to 1.1.1.1
external/bsd/ntp/dist/scripts/update-leap/update-leap.man.in: up to 1.1.1.3
external/bsd/ntp/dist/scripts/update-leap/update-leap.mdoc.in: up to 1.1.1.3
external/bsd/ntp/dist/scripts/update-leap/update-leap.sh: up to 1.1.1.1
external/bsd/ntp/dist/scripts/update-leap/update-leap.texi: up to 1.1.1.1
external/bsd/ntp/dist/sntp/COPYRIGHT: up to 1.1.1.5
external/bsd/ntp/dist/sntp/Makefile.am: up to 1.1.1.7
external/bsd/ntp/dist/sntp/Makefile.in: up to 1.1.1.7
external/bsd/ntp/dist/sntp/aclocal.m4: up to 1.1.1.6
external/bsd/ntp/dist/sntp/config.h.in: up to 1.1.1.5
external/bsd/ntp/dist/sntp/configure: up to 1.1.1.7
external/bsd/ntp/dist/sntp/configure.ac: up to 1.1.1.6
external/bsd/ntp/dist/sntp/include/Makefile.in: up to 1.1.1.5
external/bsd/ntp/dist/sntp/include/autogen-version.def: up to 1.1.1.3
external/bsd/ntp/dist/sntp/include/copyright.def: up to 1.1.1.3
external/bsd/ntp/dist/sntp/include/ntp.lic: up to 1.1.1.2
external/bsd/ntp/dist/sntp/include/version.def: up to 1.1.1.5
external/bsd/ntp/dist/sntp/include/version.texi: up to 1.1.1.5
external/bsd/ntp/dist/sntp/invoke-sntp.texi: up to 1.1.1.5
external/bsd/ntp/dist/sntp/kod_management.c: up to 1.6
external/bsd/ntp/dist/sntp/libevent/ChangeLog: up to 1.1.1.3
external/bsd/ntp/dist/sntp/libevent/Makefile.am: up to 1.1.1.4
external/bsd/ntp/dist/sntp/libevent/Makefile.in: up to 1.1.1.5
external/bsd/ntp/dist/sntp/libevent/README: delete
external/bsd/ntp/dist/sntp/libevent/WIN32-Code/nmake/event2/event-config.h: up to 1.4
external/bsd/ntp/dist/sntp/libevent/WIN32-Code/tree.h: up to 1.4
external/bsd/ntp/dist/sntp/libevent/aclocal.m4: up to 1.1.1.3
external/bsd/ntp/dist/sntp/libevent/buffer.c: up to 1.4
external/bsd/ntp/dist/sntp/libevent/bufferevent.c: up to 1.4
external/bsd/ntp/dist/sntp/libevent/bufferevent_async.c: up to 1.4
external/bsd/ntp/dist/sntp/libevent/bufferevent_filter.c: up to 1.4
external/bsd/ntp/dist/sntp/libevent/bufferevent_openssl.c: up to 1.4
external/bsd/ntp/dist/sntp/libevent/bufferevent_pair.c: up to 1.4
external/bsd/ntp/dist/sntp/libevent/build-aux/ar-lib: up to 1.1.1.1
external/bsd/ntp/dist/sntp/libevent/build-aux/ltmain.sh: up to 1.1.1.2
external/bsd/ntp/dist/sntp/libevent/build-aux/test-driver: up to 1.1.1.1
external/bsd/ntp/dist/sntp/libevent/config.h.in: up to 1.1.1.4
external/bsd/ntp/dist/sntp/libevent/configure: up to 1.1.1.4
external/bsd/ntp/dist/sntp/libevent/configure.ac: up to 1.1.1.3
external/bsd/ntp/dist/sntp/libevent/evbuffer-internal.h: up to 1.4
external/bsd/ntp/dist/sntp/libevent/evdns.c: up to 1.4
external/bsd/ntp/dist/sntp/libevent/event.c: up to 1.4
external/bsd/ntp/dist/sntp/libevent/event_tagging.c: up to 1.4
external/bsd/ntp/dist/sntp/libevent/evrpc-internal.h: up to 1.4
external/bsd/ntp/dist/sntp/libevent/evthread-internal.h: up to 1.4
external/bsd/ntp/dist/sntp/libevent/evthread.c: up to 1.4
external/bsd/ntp/dist/sntp/libevent/evutil.c: up to 1.4
external/bsd/ntp/dist/sntp/libevent/evutil_time.c: up to 1.4
external/bsd/ntp/dist/sntp/libevent/ht-internal.h: up to 1.4
external/bsd/ntp/dist/sntp/libevent/http-internal.h: up to 1.4
external/bsd/ntp/dist/sntp/libevent/http.c: up to 1.4
external/bsd/ntp/dist/sntp/libevent/include/event2/buffer.h: up to 1.4
external/bsd/ntp/dist/sntp/libevent/include/event2/bufferevent.h: up to 1.4
external/bsd/ntp/dist/sntp/libevent/include/event2/dns.h: up to 1.4
external/bsd/ntp/dist/sntp/libevent/include/event2/event.h: up to 1.4
external/bsd/ntp/dist/sntp/libevent/include/event2/http.h: up to 1.4
external/bsd/ntp/dist/sntp/libevent/include/event2/listener.h: up to 1.4
external/bsd/ntp/dist/sntp/libevent/include/event2/util.h: up to 1.4
external/bsd/ntp/dist/sntp/libevent/kqueue.c: up to 1.4
external/bsd/ntp/dist/sntp/libevent/listener.c: up to 1.4
external/bsd/ntp/dist/sntp/libevent/m4/acx_pthread.m4: up to 1.1.1.1
external/bsd/ntp/dist/sntp/libevent/m4/ltversion.m4: up to 1.1.1.2
external/bsd/ntp/dist/sntp/libevent/m4/openldap-thread-check.m4: delete
external/bsd/ntp/dist/sntp/libevent/m4/openldap.m4: delete
external/bsd/ntp/dist/sntp/libevent/sample/dns-example.c: delete
external/bsd/ntp/dist/sntp/libevent/sample/event-read-fifo.c: delete
external/bsd/ntp/dist/sntp/libevent/sample/hello-world.c: delete
external/bsd/ntp/dist/sntp/libevent/sample/hostcheck.c: delete
external/bsd/ntp/dist/sntp/libevent/sample/hostcheck.h: delete
external/bsd/ntp/dist/sntp/libevent/sample/http-server.c: delete
external/bsd/ntp/dist/sntp/libevent/sample/https-client.c: delete
external/bsd/ntp/dist/sntp/libevent/sample/include.am: delete
external/bsd/ntp/dist/sntp/libevent/sample/le-proxy.c: delete
external/bsd/ntp/dist/sntp/libevent/sample/openssl_hostname_validation.c: delete
external/bsd/ntp/dist/sntp/libevent/sample/openssl_hostname_validation.h: delete
external/bsd/ntp/dist/sntp/libevent/sample/signal-test.c: delete
external/bsd/ntp/dist/sntp/libevent/sample/time-test.c: delete
external/bsd/ntp/dist/sntp/libevent/test/bench_httpclient.c: up to 1.4
external/bsd/ntp/dist/sntp/libevent/test/include.am: up to 1.1.1.3
external/bsd/ntp/dist/sntp/libevent/test/regress.c: up to 1.5
external/bsd/ntp/dist/sntp/libevent/test/regress.h: up to 1.4
external/bsd/ntp/dist/sntp/libevent/test/regress_buffer.c: up to 1.4
external/bsd/ntp/dist/sntp/libevent/test/regress_bufferevent.c: up to 1.4
external/bsd/ntp/dist/sntp/libevent/test/regress_dns.c: up to 1.5
external/bsd/ntp/dist/sntp/libevent/test/regress_finalize.c: up to 1.4
external/bsd/ntp/dist/sntp/libevent/test/regress_http.c: up to 1.5
external/bsd/ntp/dist/sntp/libevent/test/regress_main.c: up to 1.4
external/bsd/ntp/dist/sntp/libevent/test/regress_minheap.c: up to 1.5
external/bsd/ntp/dist/sntp/libevent/test/regress_ssl.c: up to 1.4
external/bsd/ntp/dist/sntp/libevent/test/regress_thread.c: up to 1.4
external/bsd/ntp/dist/sntp/libevent/test/regress_util.c: up to 1.4
external/bsd/ntp/dist/sntp/libevent/test/regress_zlib.c: up to 1.4
external/bsd/ntp/dist/sntp/libevent/test/test-fdleak.c: up to 1.4
external/bsd/ntp/dist/sntp/libevent/test/test-ratelim.c: up to 1.5
external/bsd/ntp/dist/sntp/libevent/test/test-time.c: up to 1.5
external/bsd/ntp/dist/sntp/libevent/test/tinytest.c: up to 1.4
external/bsd/ntp/dist/sntp/libevent/test/tinytest.h: up to 1.4
external/bsd/ntp/dist/sntp/libevent/test/tinytest_macros.h: up to 1.4
external/bsd/ntp/dist/sntp/libevent/time-internal.h: up to 1.4
external/bsd/ntp/dist/sntp/libevent/util-internal.h: up to 1.4
external/bsd/ntp/dist/sntp/libevent/whatsnew-2.1.txt: up to 1.1.1.3
external/bsd/ntp/dist/sntp/libopts/COPYING.gplv3: up to 1.1.1.5
external/bsd/ntp/dist/sntp/libopts/COPYING.lgplv3: up to 1.1.1.5
external/bsd/ntp/dist/sntp/libopts/COPYING.mbsd: up to 1.1.1.2
external/bsd/ntp/dist/sntp/libopts/Makefile.in: up to 1.1.1.7
external/bsd/ntp/dist/sntp/libopts/README: up to 1.1.1.5
external/bsd/ntp/dist/sntp/libopts/ag-char-map.h: up to 1.3
external/bsd/ntp/dist/sntp/libopts/alias.c: up to 1.3
external/bsd/ntp/dist/sntp/libopts/ao-strs.c: up to 1.3
external/bsd/ntp/dist/sntp/libopts/ao-strs.h: up to 1.3
external/bsd/ntp/dist/sntp/libopts/autoopts.c: up to 1.5
external/bsd/ntp/dist/sntp/libopts/autoopts.h: up to 1.9
external/bsd/ntp/dist/sntp/libopts/autoopts/options.h: up to 1.10
external/bsd/ntp/dist/sntp/libopts/autoopts/project.h: up to 1.3
external/bsd/ntp/dist/sntp/libopts/autoopts/usage-txt.h: up to 1.3
external/bsd/ntp/dist/sntp/libopts/boolean.c: up to 1.3
external/bsd/ntp/dist/sntp/libopts/check.c: up to 1.3
external/bsd/ntp/dist/sntp/libopts/compat/compat.h: up to 1.3
external/bsd/ntp/dist/sntp/libopts/compat/pathfind.c: up to 1.6
external/bsd/ntp/dist/sntp/libopts/compat/windows-config.h: up to 1.3
external/bsd/ntp/dist/sntp/libopts/configfile.c: up to 1.6
external/bsd/ntp/dist/sntp/libopts/cook.c: up to 1.3
external/bsd/ntp/dist/sntp/libopts/enum.c: up to 1.5
external/bsd/ntp/dist/sntp/libopts/env.c: up to 1.3
external/bsd/ntp/dist/sntp/libopts/file.c: up to 1.6
external/bsd/ntp/dist/sntp/libopts/find.c: up to 1.5
external/bsd/ntp/dist/sntp/libopts/genshell.c: up to 1.3
external/bsd/ntp/dist/sntp/libopts/gettext.h: up to 1.3
external/bsd/ntp/dist/sntp/libopts/init.c: up to 1.6
external/bsd/ntp/dist/sntp/libopts/intprops.h: up to 1.3
external/bsd/ntp/dist/sntp/libopts/libopts.c: up to 1.3
external/bsd/ntp/dist/sntp/libopts/load.c: up to 1.6
external/bsd/ntp/dist/sntp/libopts/m4/libopts.m4: up to 1.1.1.6
external/bsd/ntp/dist/sntp/libopts/m4/liboptschk.m4: up to 1.1.1.5
external/bsd/ntp/dist/sntp/libopts/m4/stdnoreturn.m4: up to 1.1.1.2
external/bsd/ntp/dist/sntp/libopts/makeshell.c: up to 1.6
external/bsd/ntp/dist/sntp/libopts/nested.c: up to 1.8
external/bsd/ntp/dist/sntp/libopts/numeric.c: up to 1.6
external/bsd/ntp/dist/sntp/libopts/option-value-type.c: up to 1.3
external/bsd/ntp/dist/sntp/libopts/option-value-type.h: up to 1.3
external/bsd/ntp/dist/sntp/libopts/option-xat-attribute.c: up to 1.3
external/bsd/ntp/dist/sntp/libopts/option-xat-attribute.h: up to 1.3
external/bsd/ntp/dist/sntp/libopts/parse-duration.c: up to 1.7
external/bsd/ntp/dist/sntp/libopts/parse-duration.h: up to 1.3
external/bsd/ntp/dist/sntp/libopts/pgusage.c: up to 1.5
external/bsd/ntp/dist/sntp/libopts/proto.h: up to 1.3
external/bsd/ntp/dist/sntp/libopts/putshell.c: up to 1.5
external/bsd/ntp/dist/sntp/libopts/reset.c: up to 1.6
external/bsd/ntp/dist/sntp/libopts/restore.c: up to 1.3
external/bsd/ntp/dist/sntp/libopts/save.c: up to 1.8
external/bsd/ntp/dist/sntp/libopts/sort.c: up to 1.3
external/bsd/ntp/dist/sntp/libopts/stack.c: up to 1.6
external/bsd/ntp/dist/sntp/libopts/stdnoreturn.in.h: up to 1.3
external/bsd/ntp/dist/sntp/libopts/streqvcmp.c: up to 1.5
external/bsd/ntp/dist/sntp/libopts/text_mmap.c: up to 1.3
external/bsd/ntp/dist/sntp/libopts/time.c: up to 1.3
external/bsd/ntp/dist/sntp/libopts/tokenize.c: up to 1.6
external/bsd/ntp/dist/sntp/libopts/usage.c: up to 1.5
external/bsd/ntp/dist/sntp/libopts/version.c: up to 1.3
external/bsd/ntp/dist/sntp/libpkgver/colcomp.c: up to 1.1.1.2
external/bsd/ntp/dist/sntp/libpkgver/pkgver.h: up to 1.1.1.2
external/bsd/ntp/dist/sntp/loc/darwin: up to 1.1.1.3
external/bsd/ntp/dist/sntp/loc/debian: up to 1.1.1.3
external/bsd/ntp/dist/sntp/loc/freebsd: up to 1.1.1.3
external/bsd/ntp/dist/sntp/loc/legacy: up to 1.1.1.3
external/bsd/ntp/dist/sntp/loc/netbsd: up to 1.1.1.3
external/bsd/ntp/dist/sntp/loc/solaris: up to 1.1.1.3
external/bsd/ntp/dist/sntp/log.c: up to 1.9
external/bsd/ntp/dist/sntp/log.h: up to 1.7
external/bsd/ntp/dist/sntp/m4/ax_c99_struct_init.m4: up to 1.1.1.1
external/bsd/ntp/dist/sntp/m4/hms_search_lib.m4: up to 1.1.1.2
external/bsd/ntp/dist/sntp/m4/ltversion.m4: up to 1.1.1.2
external/bsd/ntp/dist/sntp/m4/ntp_compiler.m4: up to 1.1.1.2
external/bsd/ntp/dist/sntp/m4/ntp_libevent.m4: up to 1.1.1.4
external/bsd/ntp/dist/sntp/m4/ntp_libntp.m4: up to 1.1.1.5
external/bsd/ntp/dist/sntp/m4/ntp_locinfo.m4: up to 1.1.1.3
external/bsd/ntp/dist/sntp/m4/ntp_openssl.m4: up to 1.1.1.2
external/bsd/ntp/dist/sntp/m4/ntp_problemtests.m4: up to 1.1.1.1
external/bsd/ntp/dist/sntp/m4/ntp_rlimit.m4: up to 1.1.1.2
external/bsd/ntp/dist/sntp/m4/ntp_unitytest.m4: up to 1.1.1.1
external/bsd/ntp/dist/sntp/m4/openldap-thread-check.m4: up to 1.1.1.2
external/bsd/ntp/dist/sntp/m4/openldap.m4: up to 1.1.1.1
external/bsd/ntp/dist/sntp/m4/os_cflags.m4: up to 1.1.1.3
external/bsd/ntp/dist/sntp/m4/version.m4: up to 1.1.1.5
external/bsd/ntp/dist/sntp/main.c: up to 1.13
external/bsd/ntp/dist/sntp/networking.c: up to 1.12
external/bsd/ntp/dist/sntp/scripts/Makefile.in: up to 1.1.1.5
external/bsd/ntp/dist/sntp/scripts/cvo.sh: up to 1.1.1.2
external/bsd/ntp/dist/sntp/scripts/genLocInfo: up to 1.1.1.3
external/bsd/ntp/dist/sntp/sntp-opts.c: up to 1.6
external/bsd/ntp/dist/sntp/sntp-opts.def: up to 1.1.1.5
external/bsd/ntp/dist/sntp/sntp-opts.h: up to 1.5
external/bsd/ntp/dist/sntp/sntp.1sntpman: up to 1.1.1.5
external/bsd/ntp/dist/sntp/sntp.1sntpmdoc: up to 1.1.1.5
external/bsd/ntp/dist/sntp/sntp.html: up to 1.1.1.7
external/bsd/ntp/dist/sntp/sntp.man.in: up to 1.1.1.5
external/bsd/ntp/dist/sntp/sntp.mdoc.in: up to 1.1.1.5
external/bsd/ntp/dist/sntp/tests/Makefile.am: up to 1.1.1.3
external/bsd/ntp/dist/sntp/tests/Makefile.in: up to 1.1.1.5
external/bsd/ntp/dist/sntp/tests/crypto.c: up to 1.1.1.3
external/bsd/ntp/dist/sntp/tests/crypto.cpp: delete
external/bsd/ntp/dist/sntp/tests/fileHandlingTest.c: up to 1.1.1.1
external/bsd/ntp/dist/sntp/tests/fileHandlingTest.h: delete
external/bsd/ntp/dist/sntp/tests/fileHandlingTest.h.in: up to 1.1.1.2
external/bsd/ntp/dist/sntp/tests/keyFile.c: up to 1.1.1.3
external/bsd/ntp/dist/sntp/tests/keyFile.cpp: delete
external/bsd/ntp/dist/sntp/tests/kodDatabase.c: up to 1.1.1.3
external/bsd/ntp/dist/sntp/tests/kodDatabase.cpp: delete
external/bsd/ntp/dist/sntp/tests/kodFile.c: up to 1.1.1.3
external/bsd/ntp/dist/sntp/tests/kodFile.cpp: delete
external/bsd/ntp/dist/sntp/tests/networking.c: up to 1.1.1.2
external/bsd/ntp/dist/sntp/tests/networking.cpp: delete
external/bsd/ntp/dist/sntp/tests/packetHandling.c: up to 1.1.1.3
external/bsd/ntp/dist/sntp/tests/packetHandling.cpp: delete
external/bsd/ntp/dist/sntp/tests/packetProcessing.c: up to 1.1.1.3
external/bsd/ntp/dist/sntp/tests/packetProcessing.cpp: delete
external/bsd/ntp/dist/sntp/tests/run-crypto.c: up to 1.1.1.3
external/bsd/ntp/dist/sntp/tests/run-keyFile.c: up to 1.1.1.3
external/bsd/ntp/dist/sntp/tests/run-kodDatabase.c: up to 1.1.1.3
external/bsd/ntp/dist/sntp/tests/run-kodFile.c: up to 1.1.1.3
external/bsd/ntp/dist/sntp/tests/run-networking.c: up to 1.1.1.3
external/bsd/ntp/dist/sntp/tests/run-packetHandling.c: up to 1.1.1.3
external/bsd/ntp/dist/sntp/tests/run-packetProcessing.c: up to 1.1.1.3
external/bsd/ntp/dist/sntp/tests/run-t-log.c: up to 1.1.1.1
external/bsd/ntp/dist/sntp/tests/run-utilities.c: up to 1.1.1.3
external/bsd/ntp/dist/sntp/tests/sntptest.c: up to 1.1.1.1
external/bsd/ntp/dist/sntp/tests/sntptest.h: up to 1.4
external/bsd/ntp/dist/sntp/tests/t-log.c: up to 1.1.1.1
external/bsd/ntp/dist/sntp/tests/utilities.c: up to 1.1.1.3
external/bsd/ntp/dist/sntp/tests/utilities.cpp: delete
external/bsd/ntp/dist/sntp/tests_main.cpp: delete
external/bsd/ntp/dist/sntp/tests_main.h: delete
external/bsd/ntp/dist/sntp/unity/Makefile.am: up to 1.1.1.2
external/bsd/ntp/dist/sntp/unity/Makefile.in: up to 1.1.1.2
external/bsd/ntp/dist/sntp/unity/auto/colour_prompt.rb: up to 1.1.1.1
external/bsd/ntp/dist/sntp/unity/auto/colour_reporter.rb: up to 1.1.1.1
external/bsd/ntp/dist/sntp/unity/auto/generate_config.yml: up to 1.1.1.1
external/bsd/ntp/dist/sntp/unity/auto/generate_module.rb: up to 1.1.1.1
external/bsd/ntp/dist/sntp/unity/auto/generate_test_runner.rb: up to 1.1.1.2
external/bsd/ntp/dist/sntp/unity/auto/parseOutput.rb: up to 1.1.1.1
external/bsd/ntp/dist/sntp/unity/auto/runner_maybe.c: up to 1.1.1.2
external/bsd/ntp/dist/sntp/unity/auto/test_file_filter.rb: up to 1.1.1.1
external/bsd/ntp/dist/sntp/unity/auto/type_sanitizer.rb: up to 1.1.1.1
external/bsd/ntp/dist/sntp/unity/auto/unity_test_summary.py: up to 1.1.1.1
external/bsd/ntp/dist/sntp/unity/auto/unity_test_summary.rb: up to 1.1.1.2
external/bsd/ntp/dist/sntp/unity/unity.c: up to 1.1.1.3
external/bsd/ntp/dist/sntp/unity/unity.h: up to 1.1.1.2
external/bsd/ntp/dist/sntp/unity/unity_config.h: up to 1.1.1.1
external/bsd/ntp/dist/sntp/unity/unity_fixture.c: up to 1.1.1.2
external/bsd/ntp/dist/sntp/unity/unity_fixture.h: up to 1.1.1.2
external/bsd/ntp/dist/sntp/unity/unity_fixture_internals.h: up to 1.1.1.2
external/bsd/ntp/dist/sntp/unity/unity_fixture_malloc_overrides.h: up to 1.1.1.2
external/bsd/ntp/dist/sntp/unity/unity_internals.h: up to 1.1.1.3
external/bsd/ntp/dist/sntp/version.c: up to 1.1.1.3
external/bsd/ntp/dist/tests/Makefile.am: up to 1.1.1.3
external/bsd/ntp/dist/tests/Makefile.in: up to 1.1.1.5
external/bsd/ntp/dist/tests/bug-2803/Makefile.am: up to 1.1.1.2
external/bsd/ntp/dist/tests/bug-2803/Makefile.in: up to 1.1.1.2
external/bsd/ntp/dist/tests/bug-2803/bug-2803.c: up to 1.1.1.2
external/bsd/ntp/dist/tests/bug-2803/run-bug-2803.c: up to 1.1.1.3
external/bsd/ntp/dist/tests/libntp/Makefile.am: up to 1.1.1.4
external/bsd/ntp/dist/tests/libntp/Makefile.in: up to 1.1.1.5
external/bsd/ntp/dist/tests/libntp/a_md5encrypt.c: up to 1.1.1.3
external/bsd/ntp/dist/tests/libntp/a_md5encrypt.cpp: delete
external/bsd/ntp/dist/tests/libntp/atoint.c: up to 1.1.1.3
external/bsd/ntp/dist/tests/libntp/atoint.cpp: delete
external/bsd/ntp/dist/tests/libntp/atouint.c: up to 1.1.1.3
external/bsd/ntp/dist/tests/libntp/atouint.cpp: delete
external/bsd/ntp/dist/tests/libntp/authkeys.c: up to 1.1.1.3
external/bsd/ntp/dist/tests/libntp/authkeys.cpp: delete
external/bsd/ntp/dist/tests/libntp/buftvtots.c: up to 1.1.1.3
external/bsd/ntp/dist/tests/libntp/buftvtots.cpp: delete
external/bsd/ntp/dist/tests/libntp/calendar.c: up to 1.1.1.3
external/bsd/ntp/dist/tests/libntp/calendar.cpp: delete
external/bsd/ntp/dist/tests/libntp/caljulian.c: up to 1.1.1.3
external/bsd/ntp/dist/tests/libntp/caljulian.cpp:: delete
external/bsd/ntp/dist/tests/libntp/caltontp.c: up to 1.1.1.3
external/bsd/ntp/dist/tests/libntp/caltontp.cpp: delete
external/bsd/ntp/dist/tests/libntp/calyearstart.c: up to 1.1.1.3
external/bsd/ntp/dist/tests/libntp/calyearstart.cpp: delete
external/bsd/ntp/dist/tests/libntp/clocktime.c: up to 1.1.1.3
external/bsd/ntp/dist/tests/libntp/clocktime.cpp: delete
external/bsd/ntp/dist/tests/libntp/decodenetnum.c: up to 1.1.1.3
external/bsd/ntp/dist/tests/libntp/decodenetnum.cpp: delete
external/bsd/ntp/dist/tests/libntp/hextoint.c: up to 1.1.1.3
external/bsd/ntp/dist/tests/libntp/hextoint.cpp: delete
external/bsd/ntp/dist/tests/libntp/hextolfp.c: up to 1.1.1.3
external/bsd/ntp/dist/tests/libntp/hextolfp.cpp: delete
external/bsd/ntp/dist/tests/libntp/humandate.c: up to 1.1.1.3
external/bsd/ntp/dist/tests/libntp/humandate.cpp: delete
external/bsd/ntp/dist/tests/libntp/lfpfunc.c: up to 1.1.1.3
external/bsd/ntp/dist/tests/libntp/lfpfunc.cpp: delete
external/bsd/ntp/dist/tests/libntp/lfptest.c: up to 1.1.1.1
external/bsd/ntp/dist/tests/libntp/lfptest.h: up to 1.4
external/bsd/ntp/dist/tests/libntp/lfptostr.c: up to 1.1.1.3
external/bsd/ntp/dist/tests/libntp/lfptostr.cpp: delete
external/bsd/ntp/dist/tests/libntp/libntptest.cpp: delete
external/bsd/ntp/dist/tests/libntp/libntptest.h: delete
external/bsd/ntp/dist/tests/libntp/modetoa.c: up to 1.1.1.3
external/bsd/ntp/dist/tests/libntp/modetoa.cpp: delete
external/bsd/ntp/dist/tests/libntp/msyslog.c: up to 1.1.1.3
external/bsd/ntp/dist/tests/libntp/msyslog.cpp: delete
external/bsd/ntp/dist/tests/libntp/netof.c: up to 1.1.1.3
external/bsd/ntp/dist/tests/libntp/netof.cpp: delete
external/bsd/ntp/dist/tests/libntp/numtoa.c: up to 1.1.1.3
external/bsd/ntp/dist/tests/libntp/numtoa.cpp: delete
external/bsd/ntp/dist/tests/libntp/numtohost.c: up to 1.1.1.3
external/bsd/ntp/dist/tests/libntp/numtohost.cpp: delete
external/bsd/ntp/dist/tests/libntp/octtoint.c: up to 1.1.1.3
external/bsd/ntp/dist/tests/libntp/octtoint.cpp: delete
external/bsd/ntp/dist/tests/libntp/prettydate.c: up to 1.1.1.3
external/bsd/ntp/dist/tests/libntp/prettydate.cpp: delete
external/bsd/ntp/dist/tests/libntp/recvbuff.c: up to 1.1.1.3
external/bsd/ntp/dist/tests/libntp/recvbuff.cpp: delete
external/bsd/ntp/dist/tests/libntp/refidsmear.c: up to 1.1.1.3
external/bsd/ntp/dist/tests/libntp/refnumtoa.c: up to 1.1.1.3
external/bsd/ntp/dist/tests/libntp/refnumtoa.cpp: delete
external/bsd/ntp/dist/tests/libntp/run-a_md5encrypt.c: up to 1.1.1.3
external/bsd/ntp/dist/tests/libntp/run-atoint.c: up to 1.1.1.3
external/bsd/ntp/dist/tests/libntp/run-atouint.c: up to 1.1.1.3
external/bsd/ntp/dist/tests/libntp/run-authkeys.c: up to 1.1.1.3
external/bsd/ntp/dist/tests/libntp/run-buftvtots.c: up to 1.1.1.3
external/bsd/ntp/dist/tests/libntp/run-calendar.c: up to 1.1.1.3
external/bsd/ntp/dist/tests/libntp/run-caljulian.c: up to 1.1.1.3
external/bsd/ntp/dist/tests/libntp/run-caltontp.c: up to 1.1.1.3
external/bsd/ntp/dist/tests/libntp/run-calyearstart.c: up to 1.1.1.3
external/bsd/ntp/dist/tests/libntp/run-clocktime.c: up to 1.1.1.3
external/bsd/ntp/dist/tests/libntp/run-decodenetnum.c: up to 1.1.1.3
external/bsd/ntp/dist/tests/libntp/run-hextoint.c: up to 1.1.1.3
external/bsd/ntp/dist/tests/libntp/run-hextolfp.c: up to 1.1.1.3
external/bsd/ntp/dist/tests/libntp/run-humandate.c: up to 1.1.1.3
external/bsd/ntp/dist/tests/libntp/run-lfpfunc.c: up to 1.1.1.3
external/bsd/ntp/dist/tests/libntp/run-lfptostr.c: up to 1.1.1.3
external/bsd/ntp/dist/tests/libntp/run-modetoa.c: up to 1.1.1.3
external/bsd/ntp/dist/tests/libntp/run-msyslog.c: up to 1.1.1.3
external/bsd/ntp/dist/tests/libntp/run-netof.c: up to 1.1.1.3
external/bsd/ntp/dist/tests/libntp/run-numtoa.c: up to 1.1.1.3
external/bsd/ntp/dist/tests/libntp/run-numtohost.c: up to 1.1.1.3
external/bsd/ntp/dist/tests/libntp/run-octtoint.c: up to 1.1.1.3
external/bsd/ntp/dist/tests/libntp/run-prettydate.c: up to 1.1.1.3
external/bsd/ntp/dist/tests/libntp/run-recvbuff.c: up to 1.1.1.3
external/bsd/ntp/dist/tests/libntp/run-refidsmear.c: up to 1.1.1.3
external/bsd/ntp/dist/tests/libntp/run-refnumtoa.c: up to 1.1.1.3
external/bsd/ntp/dist/tests/libntp/run-sfptostr.c: up to 1.1.1.3
external/bsd/ntp/dist/tests/libntp/run-socktoa.c: up to 1.1.1.3
external/bsd/ntp/dist/tests/libntp/run-ssl_init.c: up to 1.1.1.3
external/bsd/ntp/dist/tests/libntp/run-statestr.c: up to 1.1.1.3
external/bsd/ntp/dist/tests/libntp/run-strtolfp.c: up to 1.1.1.3
external/bsd/ntp/dist/tests/libntp/run-timespecops.c: up to 1.1.1.3
external/bsd/ntp/dist/tests/libntp/run-timevalops.c: up to 1.1.1.3
external/bsd/ntp/dist/tests/libntp/run-tstotv.c: up to 1.1.1.3
external/bsd/ntp/dist/tests/libntp/run-tvtots.c: up to 1.1.1.3
external/bsd/ntp/dist/tests/libntp/run-uglydate.c: up to 1.1.1.3
external/bsd/ntp/dist/tests/libntp/run-vi64ops.c: up to 1.1.1.3
external/bsd/ntp/dist/tests/libntp/run-ymd2yd.c: up to 1.1.1.3
external/bsd/ntp/dist/tests/libntp/sfptostr.c: up to 1.1.1.3
external/bsd/ntp/dist/tests/libntp/sfptostr.cpp: delete
external/bsd/ntp/dist/tests/libntp/sockaddrtest.c: up to 1.1.1.1
external/bsd/ntp/dist/tests/libntp/sockaddrtest.h: up to 1.4
external/bsd/ntp/dist/tests/libntp/socktoa.c: up to 1.1.1.3
external/bsd/ntp/dist/tests/libntp/socktoa.cpp: delete
external/bsd/ntp/dist/tests/libntp/ssl_init.c: up to 1.1.1.3
external/bsd/ntp/dist/tests/libntp/ssl_init.cpp: delete
external/bsd/ntp/dist/tests/libntp/statestr.c: up to 1.1.1.3
external/bsd/ntp/dist/tests/libntp/statestr.cpp: delete
external/bsd/ntp/dist/tests/libntp/strtolfp.c: up to 1.1.1.3
external/bsd/ntp/dist/tests/libntp/strtolfp.cpp: delete
external/bsd/ntp/dist/tests/libntp/test-libntp.c: up to 1.1.1.3
external/bsd/ntp/dist/tests/libntp/test-libntp.h: up to 1.1.1.3
external/bsd/ntp/dist/tests/libntp/timespecops.c: up to 1.1.1.3
external/bsd/ntp/dist/tests/libntp/timespecops.cpp: delete
external/bsd/ntp/dist/tests/libntp/timestructs.cpp: delete
external/bsd/ntp/dist/tests/libntp/timestructs.h: delete
external/bsd/ntp/dist/tests/libntp/timevalops.c: up to 1.1.1.3
external/bsd/ntp/dist/tests/libntp/timevalops.cpp: delete
external/bsd/ntp/dist/tests/libntp/tstotv.c: up to 1.1.1.3
external/bsd/ntp/dist/tests/libntp/tstotv.cpp: delete
external/bsd/ntp/dist/tests/libntp/tvtots.c: up to 1.1.1.3
external/bsd/ntp/dist/tests/libntp/tvtots.cpp: delete
external/bsd/ntp/dist/tests/libntp/uglydate.c: up to 1.1.1.3
external/bsd/ntp/dist/tests/libntp/uglydate.cpp: delete
external/bsd/ntp/dist/tests/libntp/vi64ops.c: up to 1.1.1.3
external/bsd/ntp/dist/tests/libntp/vi64ops.cpp: delete
external/bsd/ntp/dist/tests/libntp/ymd2yd.c: up to 1.1.1.3
external/bsd/ntp/dist/tests/libntp/ymd2yd.cpp: delete
external/bsd/ntp/dist/tests/ntpd/Makefile.am: up to 1.1.1.2
external/bsd/ntp/dist/tests/ntpd/Makefile.in: up to 1.1.1.5
external/bsd/ntp/dist/tests/ntpd/leapsec.c: up to 1.1.1.1
external/bsd/ntp/dist/tests/ntpd/leapsec.cpp: delete
external/bsd/ntp/dist/tests/ntpd/ntp_prio_q.c: up to 1.1.1.1
external/bsd/ntp/dist/tests/ntpd/ntp_restrict.c: up to 1.1.1.1
external/bsd/ntp/dist/tests/ntpd/ntpdtest.cpp: delete
external/bsd/ntp/dist/tests/ntpd/ntpdtest.h: delete
external/bsd/ntp/dist/tests/ntpd/rc_cmdlength.c: up to 1.1.1.1
external/bsd/ntp/dist/tests/ntpd/run-leapsec.c: up to 1.1.1.1
external/bsd/ntp/dist/tests/ntpd/run-ntp_prio_q.c: up to 1.1.1.1
external/bsd/ntp/dist/tests/ntpd/run-ntp_restrict.c: up to 1.1.1.1
external/bsd/ntp/dist/tests/ntpd/run-rc_cmdlength.c: up to 1.1.1.1
external/bsd/ntp/dist/tests/ntpd/run-t-ntp_scanner.c: up to 1.1.1.1
external/bsd/ntp/dist/tests/ntpd/run-t-ntp_signd.c: up to 1.1.1.1
external/bsd/ntp/dist/tests/ntpd/t-ntp_scanner.c: up to 1.1.1.1
external/bsd/ntp/dist/tests/ntpd/t-ntp_signd.c: up to 1.1.1.1
external/bsd/ntp/dist/tests/ntpq/Makefile.am: up to 1.1.1.1
external/bsd/ntp/dist/tests/ntpq/Makefile.in: up to 1.1.1.1
external/bsd/ntp/dist/tests/ntpq/run-t-ntpq.c: up to 1.1.1.1
external/bsd/ntp/dist/tests/ntpq/t-ntpq.c: up to 1.1.1.1
external/bsd/ntp/dist/tests/sandbox/Makefile.am: up to 1.1.1.2
external/bsd/ntp/dist/tests/sandbox/Makefile.in: up to 1.1.1.2
external/bsd/ntp/dist/tests/sandbox/bug-2803.c: up to 1.1.1.2
external/bsd/ntp/dist/tests/sandbox/modetoa.c: up to 1.1.1.2
external/bsd/ntp/dist/tests/sandbox/run-modetoa.c: up to 1.1.1.3
external/bsd/ntp/dist/tests/sandbox/run-uglydate.c: up to 1.1.1.3
external/bsd/ntp/dist/tests/sandbox/run-ut-2803.c: up to 1.1.1.3
external/bsd/ntp/dist/tests/sandbox/smeartest.c: up to 1.1.1.3
external/bsd/ntp/dist/tests/sandbox/uglydate.c: up to 1.1.1.2
external/bsd/ntp/dist/tests/sandbox/ut-2803.c: up to 1.1.1.2
external/bsd/ntp/dist/tests/sec-2853/Makefile.am: up to 1.1.1.2
external/bsd/ntp/dist/tests/sec-2853/Makefile.in: up to 1.1.1.2
external/bsd/ntp/dist/tests/sec-2853/run-sec-2853.c: up to 1.1.1.3
external/bsd/ntp/dist/tests/sec-2853/sec-2853.c: up to 1.1.1.3
external/bsd/ntp/dist/util/Makefile.am: up to 1.1.1.5
external/bsd/ntp/dist/util/Makefile.in: up to 1.1.1.7
external/bsd/ntp/dist/util/invoke-ntp-keygen.texi: up to 1.1.1.5
external/bsd/ntp/dist/util/jitter.c: up to 1.4
external/bsd/ntp/dist/util/jitter.h: delete
external/bsd/ntp/dist/util/ntp-keygen-opts.c: up to 1.10
external/bsd/ntp/dist/util/ntp-keygen-opts.h: up to 1.5
external/bsd/ntp/dist/util/ntp-keygen.1ntp-keygenman: up to 1.1.1.5
external/bsd/ntp/dist/util/ntp-keygen.1ntp-keygenmdoc: up to 1.1.1.5
external/bsd/ntp/dist/util/ntp-keygen.c: up to 1.9
external/bsd/ntp/dist/util/ntp-keygen.html: up to 1.1.1.5
external/bsd/ntp/dist/util/ntp-keygen.man.in: up to 1.1.1.5
external/bsd/ntp/dist/util/ntp-keygen.mdoc.in: up to 1.1.1.5
external/bsd/ntp/dist/util/ntptime.c: up to 1.7
external/bsd/ntp/html/Makefile: up to 1.3
external/bsd/ntp/importdate: up to 1.7
external/bsd/ntp/include/config.h: up to 1.13
external/bsd/ntp/ntp2netbsd: up to 1.5
external/bsd/ntp/scripts/mkver: up to 1.7
Update ntp to 4.2.8p4.
@
text
@d94 1
a94 1
Enable reception of broadcast server messages to any local interface (type b address). Ordinarily, upon receiving a broadcast message for the first time, the broadcast client measures the nominal server propagation delay using a brief client/server exchange, after which it continues in listen-only mode. If a nonzero value is specified in the broadcastdelay command, the value becomes the delay and the volley is not executed. Note: the novolley option has been deprecated for future enhancements. Note that, in order to avoid accidental or malicious disruption in this mode, both the server and client should operate using symmetric key or public key authentication as described in the Authentication Options page. Note that the volley is required with public key authentication in order to run the Autokey protocol.
a98 2
mdnstriesnumber
If we are participating in mDNS, after we have synched for the first time we attempt to register with the mDNS system. If that registration attempt fails, we try again at one minute intervals for up to mdnstries times. After all, ntpd may be starting before mDNS. The default value for mdnstries is 5.
@
1.1.1.1.14.1
log
@Apply patch (requested by christos in ticket #1221):
Update ntp to 4.2.8.
@
text
@d6 1
a6 2
Server Commands and Options
d10 1
a10 1
Following is a description of the server configuration commands in NTPv4. There are two classes of commands, configuration commands that configure an association with a remote server, peer or reference clock, and auxiliary commands that specify environment variables that control various related operations.
The various modes described on the Association Management page are determined by the command keyword and the DNS name or IP address. Addresses are classed by type as (s) a remote server or peer (IPv4 class A, B and C or IPv6), (b) the IPv4 broadcast address of a local interface, (m) a multicast address (IPv4 class D or IPv6), or (r) a reference clock address (127.127.x.x). For type m addresses the IANA has assigned the multicast group address IPv4 224.0.1.1 and IPv6 ff05::101 (site local) exclusively to NTP, but other nonconflicting addresses can be used.
d41 9
a49 3
support for the IPv6 address family is generated in addition to the default IPv4 address family. IPv6 addresses can be identified by the presence of colons ":" in the address field. IPv6 addresses can be used almost everywhere where IPv4 addresses can be used, with the exception of reference clock addresses, which are always IPv4. Note that in contexts where a host name is expected, a -4 qualifier preceding the host name forces DNS resolution to the IPv4 namespace, while a -6 qualifier forces DNS resolution to the IPv6 namespace.
Server Commands
Unless noted otherwise, further information about these commands is on the Association Management page.
d56 5
a60 1
These commands specify the remote server name or address to be used and the mode in which to operate. The address can be either a DNS name or a IPv4 or IPv6 address in standard notation. In general, multiple commands of each type can be used for different server and peer addresses or multicast groups.
d63 28
a90 11
For type s and r addresses (only), this command mobilizes a persistent client mode association with the specified remote server or local reference clock. If the preempt flag is specified, a preemptable client mode association is mobilized instead.
peer
For type s addresses (only), this command mobilizes a persistent symmetric-active mode association with the specified remote peer.
broadcast
For type b and m addressees (only), this command mobilizes a broadcast or multicast server mode association. Note that type b messages go only to the interface specified, but type m messages go to all interfaces.
manycastclient
For type m addresses (only), this command mobilizes a preemptable manycast client mode association for the multicast group address specified. In this mode the address must match the address specified on the manycastserver command of one or more designated manycast servers. Additional information about this command is on the Automatic Server Discovery page.
pool
For type s addresses (only) this command mobilizes a preemptable pool client mode association for the DNS name specified. The DNS name must resolve to one or more IPv4 or IPv6 addresses. Additional information about this command is on the Automatic Server Discovery page. The www.pool.ntp.org page describes a compatible pool of public NTP servers.
unpeer
This command removes a previously configured association. An address or association ID can be used to identify the association. Either an IP address or DNS name can be used. This command is most useful when supplied via ntpq runtime configuration commands :config and config-from-file.
When the server is reachable, send a burst of packets instead of the usual one. This option is valid only with the server command and type s addresses. It is a recommended option when the maxpoll option is greater than 10 (1024 s). Additional information about this option is on the Poll Program page.
iburst
When the server is unreachable, send a burst of packets instead of the usual one. This option is valid only with the server command and type s addresses. It is a recommended option with this command. Additional information about this option is on the Poll Program page.
Send and receive packets authenticated by the symmetric key scheme described in the Authentication Support page. The key specifies the key identifier with values from 1 to 65534, inclusive. This option is mutually exclusive with the autokey option.
minpoll minpoll maxpoll maxpoll
These options specify the minimum and maximum poll intervals for NTP messages, in seconds as a power of two. The maximum poll interval defaults to 10 (1024 s), but can be increased by the maxpoll option to an upper limit of 17 (36 hr). The minimum poll interval defaults to 6 (64 s), but can be decreased by the minpoll option to a lower limit of 3 (8 s). Additional information about this option is on the Poll Program page.
d127 3
a129 1
Pass the option to a reference clock driver, where option is an integer in the range from 0 to 255, inclusive. This option is valid only with type r addresses.
d131 2
a132 1
Marks the server or peer to be ignored by the selection algorithm as unreachable, but visible to the monitoring program. This option is valid only with the server and peer commands.
d134 3
a136 1
Specifies the association as preemptable rather than the default persistent. This option is ignored with the broadcast command and is most useful with the manycastclient and pool commands.
d138 4
a141 1
Mark the server as preferred. All other things being equal, this host will be chosen for synchronization among a set of correctly operating hosts. See the Mitigation Rules and the prefer Keyword page for further information. This option is valid only with the server and peer commands.
d143 6
a148 1
Mark the association to assume truechimer status; that is, always survive the selection and clustering algorithms. This option can be used with any association, but is most useful for reference clocks with large jitter on the serial port and precision pulse-per-second (PPS) signals. Caution: this option defeats the algorithms designed to cast out falsetickers and can allow these sources to set the system clock. This option is valid only with the server and peer commands.
d150 3
a152 1
This option specifies the time-to-live ttl for the broadcast command and the maximum ttl for the expanding ring search used by the manycastclient command. Selection of the proper value, which defaults to 127, is something of a black art and should be coordinated with the network administrator. This option is invalid with type r addresses.
d154 3
a156 2
Specifies the version number to be used for
outgoing NTP packets. Versions 1-4 are the choices, with version 4 the default.
d158 2
a159 1
Operate in interleaved mode (symmetric and broadcast modes only). Further information is on the NTP Interleaved Modes page.
d161 1
a161 1
Auxiliary Commands
d164 18
a181 3
Enable reception of broadcast server messages to any local interface (type b address). Ordinarily, upon receiving a broadcast message for the first time, the broadcast client measures the nominal server propagation delay using a brief client/server exchange, after which it continues in listen-only mode. If a nonzero value is specified in the broadcastdelay command, the value becomes the delay and the volley is not executed. Note: the novolley option has been deprecated for future enhancements. Note that, in order to avoid accidental or malicious disruption in this mode, both the server and client should operate using symmetric key or public key authentication as described in the Authentication Options page. Note that the volley is required with public key authentication in order to run the Autokey protocol..
manycastserver address [...]
Enable reception of manycast client messages (type m) to the multicasts group address(es) (type m) specified. At least one address is required. Note that, in order to avoid accidental or malicious disruption, both the server and client should operate using symmetric key or public key authentication as described in the Authentication Options page.
d183 8
a190 1
Enable reception of multicast server messages to the multicast group address(es) (type m) specified. Upon receiving a message for the first time, the multicast client measures the nominal server propagation delay using a brief client/server exchange with the server, then enters the broadcast client mode, in which it synchronizes to succeeding multicast messages. Note that, in order to avoid accidental or malicious disruption in this mode, both the server and client should operate using symmetric key or public key authentication as described in the Authentication Options page.
d192 3
@
1.1.1.1.14.2
log
@Pull up following revision(s) (requested by christos in ticket #1342):
doc/3RDPARTY: patch
external/bsd/ntp/Makefile.inc: up to 1.15
external/bsd/ntp/bin/ntpd/Makefile: up to 1.19
external/bsd/ntp/bin/ntpd/ntp_parser.c: patch
external/bsd/ntp/bin/ntpd/ntp_parser.h: patch
external/bsd/ntp/bin/sntp/Makefile: up to 1.6
external/bsd/ntp/bin/sntp/event2/event-config.h: delete
external/bsd/ntp/bin/sntp/evlog.c: delete
external/bsd/ntp/dist/COPYRIGHT: up to 1.1.1.5
external/bsd/ntp/dist/ChangeLog: up to 1.1.1.7
external/bsd/ntp/dist/CommitLog: up to 1.1.1.7
external/bsd/ntp/dist/Makefile.am: up to 1.1.1.7
external/bsd/ntp/dist/Makefile.in: up to 1.1.1.7
external/bsd/ntp/dist/NEWS: up to 1.1.1.7
external/bsd/ntp/dist/README.leapsmear: up to 1.1.1.1
external/bsd/ntp/dist/aclocal.m4: up to 1.1.1.7
external/bsd/ntp/dist/adjtimed/Makefile.in: up to 1.1.1.7
external/bsd/ntp/dist/adjtimed/adjtimed.c: up to 1.4
external/bsd/ntp/dist/bootstrap: up to 1.1.1.5
external/bsd/ntp/dist/build: up to 1.1.1.5
external/bsd/ntp/dist/clockstuff/Makefile.in: up to 1.1.1.7
external/bsd/ntp/dist/clockstuff/chutest.c: up to 1.4
external/bsd/ntp/dist/clockstuff/propdelay.c: up to 1.4
external/bsd/ntp/dist/config.h.in: up to 1.1.1.6
external/bsd/ntp/dist/configure: up to 1.1.1.7
external/bsd/ntp/dist/configure.ac: up to 1.1.1.7
external/bsd/ntp/dist/html/build.html: up to 1.1.1.4
external/bsd/ntp/dist/html/confopt.html: up to 1.1.1.4
external/bsd/ntp/dist/html/copyright.html: up to 1.1.1.5
external/bsd/ntp/dist/html/decode.html: up to 1.1.1.5
external/bsd/ntp/dist/html/drivers/driver22.html: up to 1.1.1.4
external/bsd/ntp/dist/html/drivers/driver28.html: up to 1.1.1.4
external/bsd/ntp/dist/html/drivers/driver40-ja.html: up to 1.1.1.1
external/bsd/ntp/dist/html/drivers/driver40.html: up to 1.1.1.4
external/bsd/ntp/dist/html/drivers/driver46.html: up to 1.1.1.2
external/bsd/ntp/dist/html/miscopt.html: up to 1.1.1.6
external/bsd/ntp/dist/html/refclock.html: up to 1.1.1.4
external/bsd/ntp/dist/html/sntp.html: up to 1.1.1.4
external/bsd/ntp/dist/html/stats.html: up to 1.1.1.3
external/bsd/ntp/dist/include/Makefile.am: up to 1.1.1.6
external/bsd/ntp/dist/include/Makefile.in: up to 1.1.1.7
external/bsd/ntp/dist/include/binio.h: up to 1.4
external/bsd/ntp/dist/include/isc/Makefile.in: up to 1.1.1.7
external/bsd/ntp/dist/include/mbg_gps166.h: up to 1.4
external/bsd/ntp/dist/include/ntp.h: up to 1.4
external/bsd/ntp/dist/include/ntp_assert.h: up to 1.4
external/bsd/ntp/dist/include/ntp_calendar.h: up to 1.5
external/bsd/ntp/dist/include/ntp_config.h: up to 1.9
external/bsd/ntp/dist/include/ntp_control.h: up to 1.4
external/bsd/ntp/dist/include/ntp_fp.h: up to 1.7
external/bsd/ntp/dist/include/ntp_io.h: up to 1.3
external/bsd/ntp/dist/include/ntp_lists.h: up to 1.4
external/bsd/ntp/dist/include/ntp_md5.h: up to 1.4
external/bsd/ntp/dist/include/ntp_stdlib.h: up to 1.11
external/bsd/ntp/dist/include/ntp_syslog.h: up to 1.4
external/bsd/ntp/dist/include/ntp_types.h: up to 1.4
external/bsd/ntp/dist/include/ntpd.h: up to 1.7
external/bsd/ntp/dist/include/parse.h: up to 1.4
external/bsd/ntp/dist/include/parse_conf.h: up to 1.4
external/bsd/ntp/dist/include/rc_cmdlength.h: up to 1.1.1.1
external/bsd/ntp/dist/include/refidsmear.h: up to 1.1.1.2
external/bsd/ntp/dist/include/timepps-Solaris.h: up to 1.4
external/bsd/ntp/dist/kernel/Makefile.in: up to 1.1.1.7
external/bsd/ntp/dist/kernel/sys/Makefile.in: up to 1.1.1.7
external/bsd/ntp/dist/kernel/sys/parsestreams.h: up to 1.4
external/bsd/ntp/dist/lib/isc/include/isc/backtrace.h: up to 1.4
external/bsd/ntp/dist/lib/isc/include/isc/socket.h: up to 1.4
external/bsd/ntp/dist/lib/isc/inet_ntop.c: up to 1.6
external/bsd/ntp/dist/lib/isc/log.c: up to 1.6
external/bsd/ntp/dist/lib/isc/result.c: up to 1.6
external/bsd/ntp/dist/lib/isc/unix/file.c: up to 1.6
external/bsd/ntp/dist/lib/isc/unix/ifiter_getifaddrs.c: up to 1.6
external/bsd/ntp/dist/lib/isc/unix/ifiter_ioctl.c: up to 1.4
external/bsd/ntp/dist/lib/isc/unix/net.c: up to 1.7
external/bsd/ntp/dist/libjsmn/Makefile: up to 1.1.1.2
external/bsd/ntp/dist/libjsmn/README.md: up to 1.1.1.2
external/bsd/ntp/dist/libjsmn/example/jsondump.c: up to 1.1.1.2
external/bsd/ntp/dist/libjsmn/example/simple.c: up to 1.1.1.2
external/bsd/ntp/dist/libjsmn/jsmn.c: up to 1.4
external/bsd/ntp/dist/libjsmn/jsmn.h: up to 1.3
external/bsd/ntp/dist/libjsmn/jsmn_test.c: up to 1.3
external/bsd/ntp/dist/libntp/Makefile.am: up to 1.1.1.5
external/bsd/ntp/dist/libntp/Makefile.in: up to 1.1.1.7
external/bsd/ntp/dist/libntp/atolfp.c: up to 1.7
external/bsd/ntp/dist/libntp/audio.c: up to 1.9
external/bsd/ntp/dist/libntp/authkeys.c: up to 1.7
external/bsd/ntp/dist/libntp/authreadkeys.c: up to 1.7
external/bsd/ntp/dist/libntp/caljulian.c: up to 1.4
external/bsd/ntp/dist/libntp/caltontp.c: up to 1.4
external/bsd/ntp/dist/libntp/decodenetnum.c: up to 1.4
external/bsd/ntp/dist/libntp/emalloc.c: up to 1.6
external/bsd/ntp/dist/libntp/icom.c: up to 1.8
external/bsd/ntp/dist/libntp/machines.c: up to 1.4
external/bsd/ntp/dist/libntp/msyslog.c: up to 1.4
external/bsd/ntp/dist/libntp/ntp_calendar.c: up to 1.7
external/bsd/ntp/dist/libntp/ntp_crypto_rnd.c: up to 1.4
external/bsd/ntp/dist/libntp/ntp_intres.c: up to 1.7
external/bsd/ntp/dist/libntp/ntp_lineedit.c: up to 1.8
external/bsd/ntp/dist/libntp/ntp_rfc2553.c: up to 1.4
external/bsd/ntp/dist/libntp/ntp_worker.c: up to 1.4
external/bsd/ntp/dist/libntp/prettydate.c: up to 1.7
external/bsd/ntp/dist/libntp/recvbuff.c: up to 1.4
external/bsd/ntp/dist/libntp/refidsmear.c: up to 1.1.1.2
external/bsd/ntp/dist/libntp/socket.c: up to 1.4
external/bsd/ntp/dist/libntp/socktohost.c: up to 1.4
external/bsd/ntp/dist/libntp/statestr.c: up to 1.4
external/bsd/ntp/dist/libntp/strdup.c: up to 1.3
external/bsd/ntp/dist/libntp/work_fork.c: up to 1.7
external/bsd/ntp/dist/libparse/Makefile.am: up to 1.1.1.4
external/bsd/ntp/dist/libparse/Makefile.in: up to 1.1.1.7
external/bsd/ntp/dist/libparse/clk_computime.c: up to 1.4
external/bsd/ntp/dist/libparse/clk_dcf7000.c: up to 1.4
external/bsd/ntp/dist/libparse/clk_hopf6021.c: up to 1.4
external/bsd/ntp/dist/libparse/clk_meinberg.c: up to 1.5
external/bsd/ntp/dist/libparse/clk_rawdcf.c: up to 1.6
external/bsd/ntp/dist/libparse/clk_rcc8000.c: up to 1.4
external/bsd/ntp/dist/libparse/clk_schmid.c: up to 1.4
external/bsd/ntp/dist/libparse/clk_sel240x.c: up to 1.4
external/bsd/ntp/dist/libparse/clk_trimtaip.c: up to 1.4
external/bsd/ntp/dist/libparse/clk_trimtsip.c: up to 1.4
external/bsd/ntp/dist/libparse/clk_varitext.c: up to 1.4
external/bsd/ntp/dist/libparse/clk_wharton.c: up to 1.4
external/bsd/ntp/dist/libparse/data_mbg.c: up to 1.7
external/bsd/ntp/dist/libparse/gpstolfp.c: up to 1.4
external/bsd/ntp/dist/libparse/info_trimble.c: up to 1.6
external/bsd/ntp/dist/libparse/mkinfo_rcmd.sed: up to 1.1.1.3
external/bsd/ntp/dist/libparse/mkinfo_scmd.sed: up to 1.1.1.3
external/bsd/ntp/dist/libparse/parse.c: up to 1.4
external/bsd/ntp/dist/libparse/parse_conf.c: up to 1.4
external/bsd/ntp/dist/libparse/parsesolaris.c: up to 1.4
external/bsd/ntp/dist/libparse/parsestreams.c: up to 1.4
external/bsd/ntp/dist/libparse/trim_info.c: up to 1.4
external/bsd/ntp/dist/ntpd/Makefile.am: up to 1.1.1.7
external/bsd/ntp/dist/ntpd/Makefile.in: up to 1.1.1.7
external/bsd/ntp/dist/ntpd/cmd_args.c: up to 1.4
external/bsd/ntp/dist/ntpd/complete.conf.in: up to 1.1.1.3
external/bsd/ntp/dist/ntpd/invoke-ntp.conf.texi: up to 1.1.1.5
external/bsd/ntp/dist/ntpd/invoke-ntp.keys.texi: up to 1.1.1.5
external/bsd/ntp/dist/ntpd/invoke-ntpd.texi: up to 1.1.1.5
external/bsd/ntp/dist/ntpd/keyword-gen-utd: up to 1.1.1.4
external/bsd/ntp/dist/ntpd/keyword-gen.c: up to 1.7
external/bsd/ntp/dist/ntpd/ntp.conf.5man: up to 1.1.1.5
external/bsd/ntp/dist/ntpd/ntp.conf.5mdoc: up to 1.1.1.5
external/bsd/ntp/dist/ntpd/ntp.conf.def: up to 1.1.1.5
external/bsd/ntp/dist/ntpd/ntp.conf.html: up to 1.1.1.5
external/bsd/ntp/dist/ntpd/ntp.conf.man.in: up to 1.1.1.5
external/bsd/ntp/dist/ntpd/ntp.conf.mdoc.in: up to 1.1.1.5
external/bsd/ntp/dist/ntpd/ntp.keys.5man: up to 1.1.1.5
external/bsd/ntp/dist/ntpd/ntp.keys.5mdoc: up to 1.1.1.5
external/bsd/ntp/dist/ntpd/ntp.keys.html: up to 1.1.1.5
external/bsd/ntp/dist/ntpd/ntp.keys.man.in: up to 1.1.1.5
external/bsd/ntp/dist/ntpd/ntp.keys.mdoc.in: up to 1.1.1.5
external/bsd/ntp/dist/ntpd/ntp_config.c: up to 1.12
external/bsd/ntp/dist/ntpd/ntp_control.c: up to 1.14
external/bsd/ntp/dist/ntpd/ntp_crypto.c: up to 1.10
external/bsd/ntp/dist/ntpd/ntp_io.c: up to 1.20
external/bsd/ntp/dist/ntpd/ntp_keyword.h: up to 1.8
external/bsd/ntp/dist/ntpd/ntp_leapsec.c: up to 1.4
external/bsd/ntp/dist/ntpd/ntp_leapsec.h: up to 1.3
external/bsd/ntp/dist/ntpd/ntp_loopfilter.c: up to 1.8
external/bsd/ntp/dist/ntpd/ntp_monitor.c: up to 1.4
external/bsd/ntp/dist/ntpd/ntp_parser.y: up to 1.11
external/bsd/ntp/dist/ntpd/ntp_peer.c: up to 1.8
external/bsd/ntp/dist/ntpd/ntp_proto.c: up to 1.9
external/bsd/ntp/dist/ntpd/ntp_refclock.c: up to 1.8
external/bsd/ntp/dist/ntpd/ntp_request.c: up to 1.12
external/bsd/ntp/dist/ntpd/ntp_restrict.c: up to 1.7
external/bsd/ntp/dist/ntpd/ntp_scanner.c: up to 1.9
external/bsd/ntp/dist/ntpd/ntp_scanner.h: up to 1.3
external/bsd/ntp/dist/ntpd/ntp_timer.c: up to 1.5
external/bsd/ntp/dist/ntpd/ntp_util.c: up to 1.7
external/bsd/ntp/dist/ntpd/ntpd-opts.c: up to 1.5
external/bsd/ntp/dist/ntpd/ntpd-opts.def: up to 1.1.1.4
external/bsd/ntp/dist/ntpd/ntpd-opts.h: up to 1.8
external/bsd/ntp/dist/ntpd/ntpd.1ntpdman: up to 1.1.1.5
external/bsd/ntp/dist/ntpd/ntpd.1ntpdmdoc: up to 1.1.1.5
external/bsd/ntp/dist/ntpd/ntpd.c: up to 1.11
external/bsd/ntp/dist/ntpd/ntpd.html: up to 1.1.1.5
external/bsd/ntp/dist/ntpd/ntpd.man.in: up to 1.1.1.5
external/bsd/ntp/dist/ntpd/ntpd.mdoc.in: up to 1.1.1.5
external/bsd/ntp/dist/ntpd/ntpdbase-opts.def: up to 1.1.1.4
external/bsd/ntp/dist/ntpd/rc_cmdlength.c: up to 1.3
external/bsd/ntp/dist/ntpd/refclock_arc.c: up to 1.8
external/bsd/ntp/dist/ntpd/refclock_chu.c: up to 1.7
external/bsd/ntp/dist/ntpd/refclock_gpsdjson.c: up to 1.7
external/bsd/ntp/dist/ntpd/refclock_jjy.c: up to 1.8
external/bsd/ntp/dist/ntpd/refclock_jupiter.c: up to 1.9
external/bsd/ntp/dist/ntpd/refclock_local.c: up to 1.4
external/bsd/ntp/dist/ntpd/refclock_nmea.c: up to 1.10
external/bsd/ntp/dist/ntpd/refclock_oncore.c: up to 1.12
external/bsd/ntp/dist/ntpd/refclock_palisade.c: up to 1.5
external/bsd/ntp/dist/ntpd/refclock_palisade.h: up to 1.4
external/bsd/ntp/dist/ntpd/refclock_parse.c: up to 1.17
external/bsd/ntp/dist/ntpd/refclock_shm.c: up to 1.6
external/bsd/ntp/dist/ntpd/refclock_true.c: up to 1.5
external/bsd/ntp/dist/ntpd/refclock_wwv.c: up to 1.6
external/bsd/ntp/dist/ntpdate/Makefile.in: up to 1.1.1.7
external/bsd/ntp/dist/ntpdate/ntpdate.c: up to 1.8
external/bsd/ntp/dist/ntpdc/Makefile.in: up to 1.1.1.7
external/bsd/ntp/dist/ntpdc/invoke-ntpdc.texi: up to 1.1.1.5
external/bsd/ntp/dist/ntpdc/ntpdc-opts.c: up to 1.5
external/bsd/ntp/dist/ntpdc/ntpdc-opts.h: up to 1.5
external/bsd/ntp/dist/ntpdc/ntpdc.1ntpdcman: up to 1.1.1.5
external/bsd/ntp/dist/ntpdc/ntpdc.1ntpdcmdoc: up to 1.1.1.5
external/bsd/ntp/dist/ntpdc/ntpdc.c: up to 1.11
external/bsd/ntp/dist/ntpdc/ntpdc.html: up to 1.1.1.5
external/bsd/ntp/dist/ntpdc/ntpdc.man.in: up to 1.1.1.5
external/bsd/ntp/dist/ntpdc/ntpdc.mdoc.in: up to 1.1.1.5
external/bsd/ntp/dist/ntpq/Makefile.in: up to 1.1.1.7
external/bsd/ntp/dist/ntpq/invoke-ntpq.texi: up to 1.1.1.5
external/bsd/ntp/dist/ntpq/libntpq.h: up to 1.4
external/bsd/ntp/dist/ntpq/ntpq-opts.c: up to 1.5
external/bsd/ntp/dist/ntpq/ntpq-opts.def: up to 1.1.1.4
external/bsd/ntp/dist/ntpq/ntpq-opts.h: up to 1.5
external/bsd/ntp/dist/ntpq/ntpq-subs.c: up to 1.12
external/bsd/ntp/dist/ntpq/ntpq.1ntpqman: up to 1.1.1.5
external/bsd/ntp/dist/ntpq/ntpq.1ntpqmdoc: up to 1.1.1.5
external/bsd/ntp/dist/ntpq/ntpq.c: up to 1.13
external/bsd/ntp/dist/ntpq/ntpq.html: up to 1.1.1.5
external/bsd/ntp/dist/ntpq/ntpq.man.in: up to 1.1.1.5
external/bsd/ntp/dist/ntpq/ntpq.mdoc.in: up to 1.1.1.5
external/bsd/ntp/dist/ntpsnmpd/Makefile.in: up to 1.1.1.7
external/bsd/ntp/dist/ntpsnmpd/invoke-ntpsnmpd.texi: up to 1.1.1.5
external/bsd/ntp/dist/ntpsnmpd/netsnmp_daemonize.c: up to 1.4
external/bsd/ntp/dist/ntpsnmpd/ntp_snmp.h: up to 1.4
external/bsd/ntp/dist/ntpsnmpd/ntpsnmpd-opts.c: up to 1.5
external/bsd/ntp/dist/ntpsnmpd/ntpsnmpd-opts.h: up to 1.5
external/bsd/ntp/dist/ntpsnmpd/ntpsnmpd.1ntpsnmpdman: up to 1.1.1.5
external/bsd/ntp/dist/ntpsnmpd/ntpsnmpd.1ntpsnmpdmdoc: up to 1.1.1.5
external/bsd/ntp/dist/ntpsnmpd/ntpsnmpd.html: up to 1.1.1.5
external/bsd/ntp/dist/ntpsnmpd/ntpsnmpd.man.in: up to 1.1.1.5
external/bsd/ntp/dist/ntpsnmpd/ntpsnmpd.mdoc.in: up to 1.1.1.5
external/bsd/ntp/dist/packageinfo.sh: up to 1.1.1.7
external/bsd/ntp/dist/parseutil/Makefile.in: up to 1.1.1.7
external/bsd/ntp/dist/parseutil/dcfd.c: up to 1.4
external/bsd/ntp/dist/parseutil/testdcf.c: up to 1.4
external/bsd/ntp/dist/scripts/Makefile.am: up to 1.1.1.5
external/bsd/ntp/dist/scripts/Makefile.in: up to 1.1.1.7
external/bsd/ntp/dist/scripts/build/Makefile.in: up to 1.1.1.5
external/bsd/ntp/dist/scripts/build/UpdatePoint: up to 1.1.1.2
external/bsd/ntp/dist/scripts/build/VersionName: up to 1.1.1.3
external/bsd/ntp/dist/scripts/calc_tickadj/Makefile.in: up to 1.1.1.5
external/bsd/ntp/dist/scripts/calc_tickadj/calc_tickadj.1calc_tickadjman: up to 1.1.1.5
external/bsd/ntp/dist/scripts/calc_tickadj/calc_tickadj.1calc_tickadjmdoc: up to 1.1.1.5
external/bsd/ntp/dist/scripts/calc_tickadj/calc_tickadj.html: up to 1.1.1.5
external/bsd/ntp/dist/scripts/calc_tickadj/calc_tickadj.man.in: up to 1.1.1.5
external/bsd/ntp/dist/scripts/calc_tickadj/calc_tickadj.mdoc.in: up to 1.1.1.5
external/bsd/ntp/dist/scripts/calc_tickadj/invoke-calc_tickadj.texi: up to 1.1.1.5
external/bsd/ntp/dist/scripts/invoke-plot_summary.texi: up to 1.1.1.5
external/bsd/ntp/dist/scripts/invoke-summary.texi: up to 1.1.1.5
external/bsd/ntp/dist/scripts/lib/Makefile.in: up to 1.1.1.5
external/bsd/ntp/dist/scripts/lib/NTP/Util.pm: up to 1.1.1.5
external/bsd/ntp/dist/scripts/ntp-wait/Makefile.in: up to 1.1.1.5
external/bsd/ntp/dist/scripts/ntp-wait/invoke-ntp-wait.texi: up to 1.1.1.5
external/bsd/ntp/dist/scripts/ntp-wait/ntp-wait-opts: up to 1.1.1.5
external/bsd/ntp/dist/scripts/ntp-wait/ntp-wait.1ntp-waitman: up to 1.1.1.5
external/bsd/ntp/dist/scripts/ntp-wait/ntp-wait.1ntp-waitmdoc: up to 1.1.1.5
external/bsd/ntp/dist/scripts/ntp-wait/ntp-wait.html: up to 1.1.1.5
external/bsd/ntp/dist/scripts/ntp-wait/ntp-wait.man.in: up to 1.1.1.5
external/bsd/ntp/dist/scripts/ntp-wait/ntp-wait.mdoc.in: up to 1.1.1.5
external/bsd/ntp/dist/scripts/ntpsweep/Makefile.in: up to 1.1.1.5
external/bsd/ntp/dist/scripts/ntpsweep/invoke-ntpsweep.texi: up to 1.1.1.5
external/bsd/ntp/dist/scripts/ntpsweep/ntpsweep-opts: up to 1.1.1.5
external/bsd/ntp/dist/scripts/ntpsweep/ntpsweep.1ntpsweepman: up to 1.1.1.5
external/bsd/ntp/dist/scripts/ntpsweep/ntpsweep.1ntpsweepmdoc: up to 1.1.1.5
external/bsd/ntp/dist/scripts/ntpsweep/ntpsweep.html: up to 1.1.1.5
external/bsd/ntp/dist/scripts/ntpsweep/ntpsweep.in: up to 1.1.1.4
external/bsd/ntp/dist/scripts/ntpsweep/ntpsweep.man.in: up to 1.1.1.5
external/bsd/ntp/dist/scripts/ntpsweep/ntpsweep.mdoc.in: up to 1.1.1.5
external/bsd/ntp/dist/scripts/ntptrace/Makefile.in: up to 1.1.1.5
external/bsd/ntp/dist/scripts/ntptrace/invoke-ntptrace.texi: up to 1.1.1.5
external/bsd/ntp/dist/scripts/ntptrace/ntptrace-opts: up to 1.1.1.5
external/bsd/ntp/dist/scripts/ntptrace/ntptrace.1ntptraceman: up to 1.1.1.5
external/bsd/ntp/dist/scripts/ntptrace/ntptrace.1ntptracemdoc: up to 1.1.1.5
external/bsd/ntp/dist/scripts/ntptrace/ntptrace.html: up to 1.1.1.5
external/bsd/ntp/dist/scripts/ntptrace/ntptrace.man.in: up to 1.1.1.5
external/bsd/ntp/dist/scripts/ntptrace/ntptrace.mdoc.in: up to 1.1.1.5
external/bsd/ntp/dist/scripts/plot_summary-opts: up to 1.1.1.5
external/bsd/ntp/dist/scripts/plot_summary.1plot_summaryman: up to 1.1.1.5
external/bsd/ntp/dist/scripts/plot_summary.1plot_summarymdoc: up to 1.1.1.5
external/bsd/ntp/dist/scripts/plot_summary.html: up to 1.1.1.5
external/bsd/ntp/dist/scripts/plot_summary.man.in: up to 1.1.1.5
external/bsd/ntp/dist/scripts/plot_summary.mdoc.in: up to 1.1.1.5
external/bsd/ntp/dist/scripts/summary-opts: up to 1.1.1.5
external/bsd/ntp/dist/scripts/summary.1summaryman: up to 1.1.1.5
external/bsd/ntp/dist/scripts/summary.1summarymdoc: up to 1.1.1.5
external/bsd/ntp/dist/scripts/summary.html: up to 1.1.1.5
external/bsd/ntp/dist/scripts/summary.man.in: up to 1.1.1.5
external/bsd/ntp/dist/scripts/summary.mdoc.in: up to 1.1.1.5
external/bsd/ntp/dist/scripts/update-leap/Makefile.am: up to 1.1.1.2
external/bsd/ntp/dist/scripts/update-leap/Makefile.in: up to 1.1.1.3
external/bsd/ntp/dist/scripts/update-leap/invoke-update-leap.menu: up to 1.1.1.1
external/bsd/ntp/dist/scripts/update-leap/invoke-update-leap.texi: up to 1.1.1.3
external/bsd/ntp/dist/scripts/update-leap/update-leap-opts: up to 1.1.1.3
external/bsd/ntp/dist/scripts/update-leap/update-leap-opts.def: up to 1.1.1.1
external/bsd/ntp/dist/scripts/update-leap/update-leap.1update-leapman: up to 1.1.1.3
external/bsd/ntp/dist/scripts/update-leap/update-leap.1update-leapmdoc: up to 1.1.1.3
external/bsd/ntp/dist/scripts/update-leap/update-leap.html: up to 1.1.1.3
external/bsd/ntp/dist/scripts/update-leap/update-leap.in: up to 1.1.1.1
external/bsd/ntp/dist/scripts/update-leap/update-leap.man.in: up to 1.1.1.3
external/bsd/ntp/dist/scripts/update-leap/update-leap.mdoc.in: up to 1.1.1.3
external/bsd/ntp/dist/scripts/update-leap/update-leap.sh: up to 1.1.1.1
external/bsd/ntp/dist/scripts/update-leap/update-leap.texi: up to 1.1.1.1
external/bsd/ntp/dist/sntp/COPYRIGHT: up to 1.1.1.5
external/bsd/ntp/dist/sntp/Makefile.am: up to 1.1.1.7
external/bsd/ntp/dist/sntp/Makefile.in: up to 1.1.1.7
external/bsd/ntp/dist/sntp/aclocal.m4: up to 1.1.1.6
external/bsd/ntp/dist/sntp/config.h.in: up to 1.1.1.5
external/bsd/ntp/dist/sntp/configure: up to 1.1.1.7
external/bsd/ntp/dist/sntp/configure.ac: up to 1.1.1.6
external/bsd/ntp/dist/sntp/include/Makefile.in: up to 1.1.1.5
external/bsd/ntp/dist/sntp/include/autogen-version.def: up to 1.1.1.3
external/bsd/ntp/dist/sntp/include/copyright.def: up to 1.1.1.3
external/bsd/ntp/dist/sntp/include/ntp.lic: up to 1.1.1.2
external/bsd/ntp/dist/sntp/include/version.def: up to 1.1.1.5
external/bsd/ntp/dist/sntp/include/version.texi: up to 1.1.1.5
external/bsd/ntp/dist/sntp/invoke-sntp.texi: up to 1.1.1.5
external/bsd/ntp/dist/sntp/kod_management.c: up to 1.6
external/bsd/ntp/dist/sntp/libevent/ChangeLog: up to 1.1.1.3
external/bsd/ntp/dist/sntp/libevent/Makefile.am: up to 1.1.1.4
external/bsd/ntp/dist/sntp/libevent/Makefile.in: up to 1.1.1.5
external/bsd/ntp/dist/sntp/libevent/README: delete
external/bsd/ntp/dist/sntp/libevent/WIN32-Code/nmake/event2/event-config.h: up to 1.4
external/bsd/ntp/dist/sntp/libevent/WIN32-Code/tree.h: up to 1.4
external/bsd/ntp/dist/sntp/libevent/aclocal.m4: up to 1.1.1.3
external/bsd/ntp/dist/sntp/libevent/buffer.c: up to 1.4
external/bsd/ntp/dist/sntp/libevent/bufferevent.c: up to 1.4
external/bsd/ntp/dist/sntp/libevent/bufferevent_async.c: up to 1.4
external/bsd/ntp/dist/sntp/libevent/bufferevent_filter.c: up to 1.4
external/bsd/ntp/dist/sntp/libevent/bufferevent_openssl.c: up to 1.4
external/bsd/ntp/dist/sntp/libevent/bufferevent_pair.c: up to 1.4
external/bsd/ntp/dist/sntp/libevent/build-aux/ar-lib: up to 1.1.1.1
external/bsd/ntp/dist/sntp/libevent/build-aux/ltmain.sh: up to 1.1.1.2
external/bsd/ntp/dist/sntp/libevent/build-aux/test-driver: up to 1.1.1.1
external/bsd/ntp/dist/sntp/libevent/config.h.in: up to 1.1.1.4
external/bsd/ntp/dist/sntp/libevent/configure: up to 1.1.1.4
external/bsd/ntp/dist/sntp/libevent/configure.ac: up to 1.1.1.3
external/bsd/ntp/dist/sntp/libevent/evbuffer-internal.h: up to 1.4
external/bsd/ntp/dist/sntp/libevent/evdns.c: up to 1.4
external/bsd/ntp/dist/sntp/libevent/event.c: up to 1.4
external/bsd/ntp/dist/sntp/libevent/event_tagging.c: up to 1.4
external/bsd/ntp/dist/sntp/libevent/evrpc-internal.h: up to 1.4
external/bsd/ntp/dist/sntp/libevent/evthread-internal.h: up to 1.4
external/bsd/ntp/dist/sntp/libevent/evthread.c: up to 1.4
external/bsd/ntp/dist/sntp/libevent/evutil.c: up to 1.4
external/bsd/ntp/dist/sntp/libevent/evutil_time.c: up to 1.4
external/bsd/ntp/dist/sntp/libevent/ht-internal.h: up to 1.4
external/bsd/ntp/dist/sntp/libevent/http-internal.h: up to 1.4
external/bsd/ntp/dist/sntp/libevent/http.c: up to 1.4
external/bsd/ntp/dist/sntp/libevent/include/event2/buffer.h: up to 1.4
external/bsd/ntp/dist/sntp/libevent/include/event2/bufferevent.h: up to 1.4
external/bsd/ntp/dist/sntp/libevent/include/event2/dns.h: up to 1.4
external/bsd/ntp/dist/sntp/libevent/include/event2/event.h: up to 1.4
external/bsd/ntp/dist/sntp/libevent/include/event2/http.h: up to 1.4
external/bsd/ntp/dist/sntp/libevent/include/event2/listener.h: up to 1.4
external/bsd/ntp/dist/sntp/libevent/include/event2/util.h: up to 1.4
external/bsd/ntp/dist/sntp/libevent/kqueue.c: up to 1.4
external/bsd/ntp/dist/sntp/libevent/listener.c: up to 1.4
external/bsd/ntp/dist/sntp/libevent/m4/acx_pthread.m4: up to 1.1.1.1
external/bsd/ntp/dist/sntp/libevent/m4/ltversion.m4: up to 1.1.1.2
external/bsd/ntp/dist/sntp/libevent/m4/openldap-thread-check.m4: delete
external/bsd/ntp/dist/sntp/libevent/m4/openldap.m4: delete
external/bsd/ntp/dist/sntp/libevent/sample/dns-example.c: delete
external/bsd/ntp/dist/sntp/libevent/sample/event-read-fifo.c: delete
external/bsd/ntp/dist/sntp/libevent/sample/hello-world.c: delete
external/bsd/ntp/dist/sntp/libevent/sample/hostcheck.c: delete
external/bsd/ntp/dist/sntp/libevent/sample/hostcheck.h: delete
external/bsd/ntp/dist/sntp/libevent/sample/http-server.c: delete
external/bsd/ntp/dist/sntp/libevent/sample/https-client.c: delete
external/bsd/ntp/dist/sntp/libevent/sample/include.am: delete
external/bsd/ntp/dist/sntp/libevent/sample/le-proxy.c: delete
external/bsd/ntp/dist/sntp/libevent/sample/openssl_hostname_validation.c: delete
external/bsd/ntp/dist/sntp/libevent/sample/openssl_hostname_validation.h: delete
external/bsd/ntp/dist/sntp/libevent/sample/signal-test.c: delete
external/bsd/ntp/dist/sntp/libevent/sample/time-test.c: delete
external/bsd/ntp/dist/sntp/libevent/test/bench_httpclient.c: up to 1.4
external/bsd/ntp/dist/sntp/libevent/test/include.am: up to 1.1.1.3
external/bsd/ntp/dist/sntp/libevent/test/regress.c: up to 1.5
external/bsd/ntp/dist/sntp/libevent/test/regress.h: up to 1.4
external/bsd/ntp/dist/sntp/libevent/test/regress_buffer.c: up to 1.4
external/bsd/ntp/dist/sntp/libevent/test/regress_bufferevent.c: up to 1.4
external/bsd/ntp/dist/sntp/libevent/test/regress_dns.c: up to 1.5
external/bsd/ntp/dist/sntp/libevent/test/regress_finalize.c: up to 1.4
external/bsd/ntp/dist/sntp/libevent/test/regress_http.c: up to 1.5
external/bsd/ntp/dist/sntp/libevent/test/regress_main.c: up to 1.4
external/bsd/ntp/dist/sntp/libevent/test/regress_minheap.c: up to 1.5
external/bsd/ntp/dist/sntp/libevent/test/regress_ssl.c: up to 1.4
external/bsd/ntp/dist/sntp/libevent/test/regress_thread.c: up to 1.4
external/bsd/ntp/dist/sntp/libevent/test/regress_util.c: up to 1.4
external/bsd/ntp/dist/sntp/libevent/test/regress_zlib.c: up to 1.4
external/bsd/ntp/dist/sntp/libevent/test/test-fdleak.c: up to 1.4
external/bsd/ntp/dist/sntp/libevent/test/test-ratelim.c: up to 1.5
external/bsd/ntp/dist/sntp/libevent/test/test-time.c: up to 1.5
external/bsd/ntp/dist/sntp/libevent/test/tinytest.c: up to 1.4
external/bsd/ntp/dist/sntp/libevent/test/tinytest.h: up to 1.4
external/bsd/ntp/dist/sntp/libevent/test/tinytest_macros.h: up to 1.4
external/bsd/ntp/dist/sntp/libevent/time-internal.h: up to 1.4
external/bsd/ntp/dist/sntp/libevent/util-internal.h: up to 1.4
external/bsd/ntp/dist/sntp/libevent/whatsnew-2.1.txt: up to 1.1.1.3
external/bsd/ntp/dist/sntp/libopts/COPYING.gplv3: up to 1.1.1.5
external/bsd/ntp/dist/sntp/libopts/COPYING.lgplv3: up to 1.1.1.5
external/bsd/ntp/dist/sntp/libopts/COPYING.mbsd: up to 1.1.1.2
external/bsd/ntp/dist/sntp/libopts/Makefile.in: up to 1.1.1.7
external/bsd/ntp/dist/sntp/libopts/README: up to 1.1.1.5
external/bsd/ntp/dist/sntp/libopts/ag-char-map.h: up to 1.3
external/bsd/ntp/dist/sntp/libopts/alias.c: up to 1.3
external/bsd/ntp/dist/sntp/libopts/ao-strs.c: up to 1.3
external/bsd/ntp/dist/sntp/libopts/ao-strs.h: up to 1.3
external/bsd/ntp/dist/sntp/libopts/autoopts.c: up to 1.5
external/bsd/ntp/dist/sntp/libopts/autoopts.h: up to 1.9
external/bsd/ntp/dist/sntp/libopts/autoopts/options.h: up to 1.10
external/bsd/ntp/dist/sntp/libopts/autoopts/project.h: up to 1.3
external/bsd/ntp/dist/sntp/libopts/autoopts/usage-txt.h: up to 1.3
external/bsd/ntp/dist/sntp/libopts/boolean.c: up to 1.3
external/bsd/ntp/dist/sntp/libopts/check.c: up to 1.3
external/bsd/ntp/dist/sntp/libopts/compat/compat.h: up to 1.3
external/bsd/ntp/dist/sntp/libopts/compat/pathfind.c: up to 1.6
external/bsd/ntp/dist/sntp/libopts/compat/windows-config.h: up to 1.3
external/bsd/ntp/dist/sntp/libopts/configfile.c: up to 1.6
external/bsd/ntp/dist/sntp/libopts/cook.c: up to 1.3
external/bsd/ntp/dist/sntp/libopts/enum.c: up to 1.5
external/bsd/ntp/dist/sntp/libopts/env.c: up to 1.3
external/bsd/ntp/dist/sntp/libopts/file.c: up to 1.6
external/bsd/ntp/dist/sntp/libopts/find.c: up to 1.5
external/bsd/ntp/dist/sntp/libopts/genshell.c: up to 1.3
external/bsd/ntp/dist/sntp/libopts/gettext.h: up to 1.3
external/bsd/ntp/dist/sntp/libopts/init.c: up to 1.6
external/bsd/ntp/dist/sntp/libopts/intprops.h: up to 1.3
external/bsd/ntp/dist/sntp/libopts/libopts.c: up to 1.3
external/bsd/ntp/dist/sntp/libopts/load.c: up to 1.6
external/bsd/ntp/dist/sntp/libopts/m4/libopts.m4: up to 1.1.1.6
external/bsd/ntp/dist/sntp/libopts/m4/liboptschk.m4: up to 1.1.1.5
external/bsd/ntp/dist/sntp/libopts/m4/stdnoreturn.m4: up to 1.1.1.2
external/bsd/ntp/dist/sntp/libopts/makeshell.c: up to 1.6
external/bsd/ntp/dist/sntp/libopts/nested.c: up to 1.8
external/bsd/ntp/dist/sntp/libopts/numeric.c: up to 1.6
external/bsd/ntp/dist/sntp/libopts/option-value-type.c: up to 1.3
external/bsd/ntp/dist/sntp/libopts/option-value-type.h: up to 1.3
external/bsd/ntp/dist/sntp/libopts/option-xat-attribute.c: up to 1.3
external/bsd/ntp/dist/sntp/libopts/option-xat-attribute.h: up to 1.3
external/bsd/ntp/dist/sntp/libopts/parse-duration.c: up to 1.7
external/bsd/ntp/dist/sntp/libopts/parse-duration.h: up to 1.3
external/bsd/ntp/dist/sntp/libopts/pgusage.c: up to 1.5
external/bsd/ntp/dist/sntp/libopts/proto.h: up to 1.3
external/bsd/ntp/dist/sntp/libopts/putshell.c: up to 1.5
external/bsd/ntp/dist/sntp/libopts/reset.c: up to 1.6
external/bsd/ntp/dist/sntp/libopts/restore.c: up to 1.3
external/bsd/ntp/dist/sntp/libopts/save.c: up to 1.8
external/bsd/ntp/dist/sntp/libopts/sort.c: up to 1.3
external/bsd/ntp/dist/sntp/libopts/stack.c: up to 1.6
external/bsd/ntp/dist/sntp/libopts/stdnoreturn.in.h: up to 1.3
external/bsd/ntp/dist/sntp/libopts/streqvcmp.c: up to 1.5
external/bsd/ntp/dist/sntp/libopts/text_mmap.c: up to 1.3
external/bsd/ntp/dist/sntp/libopts/time.c: up to 1.3
external/bsd/ntp/dist/sntp/libopts/tokenize.c: up to 1.6
external/bsd/ntp/dist/sntp/libopts/usage.c: up to 1.5
external/bsd/ntp/dist/sntp/libopts/version.c: up to 1.3
external/bsd/ntp/dist/sntp/libpkgver/colcomp.c: up to 1.1.1.2
external/bsd/ntp/dist/sntp/libpkgver/pkgver.h: up to 1.1.1.2
external/bsd/ntp/dist/sntp/loc/darwin: up to 1.1.1.3
external/bsd/ntp/dist/sntp/loc/debian: up to 1.1.1.3
external/bsd/ntp/dist/sntp/loc/freebsd: up to 1.1.1.3
external/bsd/ntp/dist/sntp/loc/legacy: up to 1.1.1.3
external/bsd/ntp/dist/sntp/loc/netbsd: up to 1.1.1.3
external/bsd/ntp/dist/sntp/loc/solaris: up to 1.1.1.3
external/bsd/ntp/dist/sntp/log.c: up to 1.9
external/bsd/ntp/dist/sntp/log.h: up to 1.7
external/bsd/ntp/dist/sntp/m4/ax_c99_struct_init.m4: up to 1.1.1.1
external/bsd/ntp/dist/sntp/m4/hms_search_lib.m4: up to 1.1.1.2
external/bsd/ntp/dist/sntp/m4/ltversion.m4: up to 1.1.1.2
external/bsd/ntp/dist/sntp/m4/ntp_compiler.m4: up to 1.1.1.2
external/bsd/ntp/dist/sntp/m4/ntp_libevent.m4: up to 1.1.1.4
external/bsd/ntp/dist/sntp/m4/ntp_libntp.m4: up to 1.1.1.5
external/bsd/ntp/dist/sntp/m4/ntp_locinfo.m4: up to 1.1.1.3
external/bsd/ntp/dist/sntp/m4/ntp_openssl.m4: up to 1.1.1.2
external/bsd/ntp/dist/sntp/m4/ntp_problemtests.m4: up to 1.1.1.1
external/bsd/ntp/dist/sntp/m4/ntp_rlimit.m4: up to 1.1.1.2
external/bsd/ntp/dist/sntp/m4/ntp_unitytest.m4: up to 1.1.1.1
external/bsd/ntp/dist/sntp/m4/openldap-thread-check.m4: up to 1.1.1.2
external/bsd/ntp/dist/sntp/m4/openldap.m4: up to 1.1.1.1
external/bsd/ntp/dist/sntp/m4/os_cflags.m4: up to 1.1.1.3
external/bsd/ntp/dist/sntp/m4/version.m4: up to 1.1.1.5
external/bsd/ntp/dist/sntp/main.c: up to 1.13
external/bsd/ntp/dist/sntp/networking.c: up to 1.12
external/bsd/ntp/dist/sntp/scripts/Makefile.in: up to 1.1.1.5
external/bsd/ntp/dist/sntp/scripts/cvo.sh: up to 1.1.1.2
external/bsd/ntp/dist/sntp/scripts/genLocInfo: up to 1.1.1.3
external/bsd/ntp/dist/sntp/sntp-opts.c: up to 1.6
external/bsd/ntp/dist/sntp/sntp-opts.def: up to 1.1.1.5
external/bsd/ntp/dist/sntp/sntp-opts.h: up to 1.5
external/bsd/ntp/dist/sntp/sntp.1sntpman: up to 1.1.1.5
external/bsd/ntp/dist/sntp/sntp.1sntpmdoc: up to 1.1.1.5
external/bsd/ntp/dist/sntp/sntp.html: up to 1.1.1.7
external/bsd/ntp/dist/sntp/sntp.man.in: up to 1.1.1.5
external/bsd/ntp/dist/sntp/sntp.mdoc.in: up to 1.1.1.5
external/bsd/ntp/dist/sntp/tests/Makefile.am: up to 1.1.1.3
external/bsd/ntp/dist/sntp/tests/Makefile.in: up to 1.1.1.5
external/bsd/ntp/dist/sntp/tests/crypto.c: up to 1.1.1.3
external/bsd/ntp/dist/sntp/tests/crypto.cpp: delete
external/bsd/ntp/dist/sntp/tests/fileHandlingTest.c: up to 1.1.1.1
external/bsd/ntp/dist/sntp/tests/fileHandlingTest.h: delete
external/bsd/ntp/dist/sntp/tests/fileHandlingTest.h.in: up to 1.1.1.2
external/bsd/ntp/dist/sntp/tests/keyFile.c: up to 1.1.1.3
external/bsd/ntp/dist/sntp/tests/keyFile.cpp: delete
external/bsd/ntp/dist/sntp/tests/kodDatabase.c: up to 1.1.1.3
external/bsd/ntp/dist/sntp/tests/kodDatabase.cpp: delete
external/bsd/ntp/dist/sntp/tests/kodFile.c: up to 1.1.1.3
external/bsd/ntp/dist/sntp/tests/kodFile.cpp: delete
external/bsd/ntp/dist/sntp/tests/networking.c: up to 1.1.1.2
external/bsd/ntp/dist/sntp/tests/networking.cpp: delete
external/bsd/ntp/dist/sntp/tests/packetHandling.c: up to 1.1.1.3
external/bsd/ntp/dist/sntp/tests/packetHandling.cpp: delete
external/bsd/ntp/dist/sntp/tests/packetProcessing.c: up to 1.1.1.3
external/bsd/ntp/dist/sntp/tests/packetProcessing.cpp: delete
external/bsd/ntp/dist/sntp/tests/run-crypto.c: up to 1.1.1.3
external/bsd/ntp/dist/sntp/tests/run-keyFile.c: up to 1.1.1.3
external/bsd/ntp/dist/sntp/tests/run-kodDatabase.c: up to 1.1.1.3
external/bsd/ntp/dist/sntp/tests/run-kodFile.c: up to 1.1.1.3
external/bsd/ntp/dist/sntp/tests/run-networking.c: up to 1.1.1.3
external/bsd/ntp/dist/sntp/tests/run-packetHandling.c: up to 1.1.1.3
external/bsd/ntp/dist/sntp/tests/run-packetProcessing.c: up to 1.1.1.3
external/bsd/ntp/dist/sntp/tests/run-t-log.c: up to 1.1.1.1
external/bsd/ntp/dist/sntp/tests/run-utilities.c: up to 1.1.1.3
external/bsd/ntp/dist/sntp/tests/sntptest.c: up to 1.1.1.1
external/bsd/ntp/dist/sntp/tests/sntptest.h: up to 1.4
external/bsd/ntp/dist/sntp/tests/t-log.c: up to 1.1.1.1
external/bsd/ntp/dist/sntp/tests/utilities.c: up to 1.1.1.3
external/bsd/ntp/dist/sntp/tests/utilities.cpp: delete
external/bsd/ntp/dist/sntp/tests_main.cpp: delete
external/bsd/ntp/dist/sntp/tests_main.h: delete
external/bsd/ntp/dist/sntp/unity/Makefile.am: up to 1.1.1.2
external/bsd/ntp/dist/sntp/unity/Makefile.in: up to 1.1.1.2
external/bsd/ntp/dist/sntp/unity/auto/colour_prompt.rb: up to 1.1.1.1
external/bsd/ntp/dist/sntp/unity/auto/colour_reporter.rb: up to 1.1.1.1
external/bsd/ntp/dist/sntp/unity/auto/generate_config.yml: up to 1.1.1.1
external/bsd/ntp/dist/sntp/unity/auto/generate_module.rb: up to 1.1.1.1
external/bsd/ntp/dist/sntp/unity/auto/generate_test_runner.rb: up to 1.1.1.2
external/bsd/ntp/dist/sntp/unity/auto/parseOutput.rb: up to 1.1.1.1
external/bsd/ntp/dist/sntp/unity/auto/runner_maybe.c: up to 1.1.1.2
external/bsd/ntp/dist/sntp/unity/auto/test_file_filter.rb: up to 1.1.1.1
external/bsd/ntp/dist/sntp/unity/auto/type_sanitizer.rb: up to 1.1.1.1
external/bsd/ntp/dist/sntp/unity/auto/unity_test_summary.py: up to 1.1.1.1
external/bsd/ntp/dist/sntp/unity/auto/unity_test_summary.rb: up to 1.1.1.2
external/bsd/ntp/dist/sntp/unity/unity.c: up to 1.1.1.3
external/bsd/ntp/dist/sntp/unity/unity.h: up to 1.1.1.2
external/bsd/ntp/dist/sntp/unity/unity_config.h: up to 1.1.1.1
external/bsd/ntp/dist/sntp/unity/unity_fixture.c: up to 1.1.1.2
external/bsd/ntp/dist/sntp/unity/unity_fixture.h: up to 1.1.1.2
external/bsd/ntp/dist/sntp/unity/unity_fixture_internals.h: up to 1.1.1.2
external/bsd/ntp/dist/sntp/unity/unity_fixture_malloc_overrides.h: up to 1.1.1.2
external/bsd/ntp/dist/sntp/unity/unity_internals.h: up to 1.1.1.3
external/bsd/ntp/dist/sntp/version.c: up to 1.1.1.3
external/bsd/ntp/dist/tests/Makefile.am: up to 1.1.1.3
external/bsd/ntp/dist/tests/Makefile.in: up to 1.1.1.5
external/bsd/ntp/dist/tests/bug-2803/Makefile.am: up to 1.1.1.2
external/bsd/ntp/dist/tests/bug-2803/Makefile.in: up to 1.1.1.2
external/bsd/ntp/dist/tests/bug-2803/bug-2803.c: up to 1.1.1.2
external/bsd/ntp/dist/tests/bug-2803/run-bug-2803.c: up to 1.1.1.3
external/bsd/ntp/dist/tests/libntp/Makefile.am: up to 1.1.1.4
external/bsd/ntp/dist/tests/libntp/Makefile.in: up to 1.1.1.5
external/bsd/ntp/dist/tests/libntp/a_md5encrypt.c: up to 1.1.1.3
external/bsd/ntp/dist/tests/libntp/a_md5encrypt.cpp: delete
external/bsd/ntp/dist/tests/libntp/atoint.c: up to 1.1.1.3
external/bsd/ntp/dist/tests/libntp/atoint.cpp: delete
external/bsd/ntp/dist/tests/libntp/atouint.c: up to 1.1.1.3
external/bsd/ntp/dist/tests/libntp/atouint.cpp: delete
external/bsd/ntp/dist/tests/libntp/authkeys.c: up to 1.1.1.3
external/bsd/ntp/dist/tests/libntp/authkeys.cpp: delete
external/bsd/ntp/dist/tests/libntp/buftvtots.c: up to 1.1.1.3
external/bsd/ntp/dist/tests/libntp/buftvtots.cpp: delete
external/bsd/ntp/dist/tests/libntp/calendar.c: up to 1.1.1.3
external/bsd/ntp/dist/tests/libntp/calendar.cpp: delete
external/bsd/ntp/dist/tests/libntp/caljulian.c: up to 1.1.1.3
external/bsd/ntp/dist/tests/libntp/caljulian.cpp:: delete
external/bsd/ntp/dist/tests/libntp/caltontp.c: up to 1.1.1.3
external/bsd/ntp/dist/tests/libntp/caltontp.cpp: delete
external/bsd/ntp/dist/tests/libntp/calyearstart.c: up to 1.1.1.3
external/bsd/ntp/dist/tests/libntp/calyearstart.cpp: delete
external/bsd/ntp/dist/tests/libntp/clocktime.c: up to 1.1.1.3
external/bsd/ntp/dist/tests/libntp/clocktime.cpp: delete
external/bsd/ntp/dist/tests/libntp/decodenetnum.c: up to 1.1.1.3
external/bsd/ntp/dist/tests/libntp/decodenetnum.cpp: delete
external/bsd/ntp/dist/tests/libntp/hextoint.c: up to 1.1.1.3
external/bsd/ntp/dist/tests/libntp/hextoint.cpp: delete
external/bsd/ntp/dist/tests/libntp/hextolfp.c: up to 1.1.1.3
external/bsd/ntp/dist/tests/libntp/hextolfp.cpp: delete
external/bsd/ntp/dist/tests/libntp/humandate.c: up to 1.1.1.3
external/bsd/ntp/dist/tests/libntp/humandate.cpp: delete
external/bsd/ntp/dist/tests/libntp/lfpfunc.c: up to 1.1.1.3
external/bsd/ntp/dist/tests/libntp/lfpfunc.cpp: delete
external/bsd/ntp/dist/tests/libntp/lfptest.c: up to 1.1.1.1
external/bsd/ntp/dist/tests/libntp/lfptest.h: up to 1.4
external/bsd/ntp/dist/tests/libntp/lfptostr.c: up to 1.1.1.3
external/bsd/ntp/dist/tests/libntp/lfptostr.cpp: delete
external/bsd/ntp/dist/tests/libntp/libntptest.cpp: delete
external/bsd/ntp/dist/tests/libntp/libntptest.h: delete
external/bsd/ntp/dist/tests/libntp/modetoa.c: up to 1.1.1.3
external/bsd/ntp/dist/tests/libntp/modetoa.cpp: delete
external/bsd/ntp/dist/tests/libntp/msyslog.c: up to 1.1.1.3
external/bsd/ntp/dist/tests/libntp/msyslog.cpp: delete
external/bsd/ntp/dist/tests/libntp/netof.c: up to 1.1.1.3
external/bsd/ntp/dist/tests/libntp/netof.cpp: delete
external/bsd/ntp/dist/tests/libntp/numtoa.c: up to 1.1.1.3
external/bsd/ntp/dist/tests/libntp/numtoa.cpp: delete
external/bsd/ntp/dist/tests/libntp/numtohost.c: up to 1.1.1.3
external/bsd/ntp/dist/tests/libntp/numtohost.cpp: delete
external/bsd/ntp/dist/tests/libntp/octtoint.c: up to 1.1.1.3
external/bsd/ntp/dist/tests/libntp/octtoint.cpp: delete
external/bsd/ntp/dist/tests/libntp/prettydate.c: up to 1.1.1.3
external/bsd/ntp/dist/tests/libntp/prettydate.cpp: delete
external/bsd/ntp/dist/tests/libntp/recvbuff.c: up to 1.1.1.3
external/bsd/ntp/dist/tests/libntp/recvbuff.cpp: delete
external/bsd/ntp/dist/tests/libntp/refidsmear.c: up to 1.1.1.3
external/bsd/ntp/dist/tests/libntp/refnumtoa.c: up to 1.1.1.3
external/bsd/ntp/dist/tests/libntp/refnumtoa.cpp: delete
external/bsd/ntp/dist/tests/libntp/run-a_md5encrypt.c: up to 1.1.1.3
external/bsd/ntp/dist/tests/libntp/run-atoint.c: up to 1.1.1.3
external/bsd/ntp/dist/tests/libntp/run-atouint.c: up to 1.1.1.3
external/bsd/ntp/dist/tests/libntp/run-authkeys.c: up to 1.1.1.3
external/bsd/ntp/dist/tests/libntp/run-buftvtots.c: up to 1.1.1.3
external/bsd/ntp/dist/tests/libntp/run-calendar.c: up to 1.1.1.3
external/bsd/ntp/dist/tests/libntp/run-caljulian.c: up to 1.1.1.3
external/bsd/ntp/dist/tests/libntp/run-caltontp.c: up to 1.1.1.3
external/bsd/ntp/dist/tests/libntp/run-calyearstart.c: up to 1.1.1.3
external/bsd/ntp/dist/tests/libntp/run-clocktime.c: up to 1.1.1.3
external/bsd/ntp/dist/tests/libntp/run-decodenetnum.c: up to 1.1.1.3
external/bsd/ntp/dist/tests/libntp/run-hextoint.c: up to 1.1.1.3
external/bsd/ntp/dist/tests/libntp/run-hextolfp.c: up to 1.1.1.3
external/bsd/ntp/dist/tests/libntp/run-humandate.c: up to 1.1.1.3
external/bsd/ntp/dist/tests/libntp/run-lfpfunc.c: up to 1.1.1.3
external/bsd/ntp/dist/tests/libntp/run-lfptostr.c: up to 1.1.1.3
external/bsd/ntp/dist/tests/libntp/run-modetoa.c: up to 1.1.1.3
external/bsd/ntp/dist/tests/libntp/run-msyslog.c: up to 1.1.1.3
external/bsd/ntp/dist/tests/libntp/run-netof.c: up to 1.1.1.3
external/bsd/ntp/dist/tests/libntp/run-numtoa.c: up to 1.1.1.3
external/bsd/ntp/dist/tests/libntp/run-numtohost.c: up to 1.1.1.3
external/bsd/ntp/dist/tests/libntp/run-octtoint.c: up to 1.1.1.3
external/bsd/ntp/dist/tests/libntp/run-prettydate.c: up to 1.1.1.3
external/bsd/ntp/dist/tests/libntp/run-recvbuff.c: up to 1.1.1.3
external/bsd/ntp/dist/tests/libntp/run-refidsmear.c: up to 1.1.1.3
external/bsd/ntp/dist/tests/libntp/run-refnumtoa.c: up to 1.1.1.3
external/bsd/ntp/dist/tests/libntp/run-sfptostr.c: up to 1.1.1.3
external/bsd/ntp/dist/tests/libntp/run-socktoa.c: up to 1.1.1.3
external/bsd/ntp/dist/tests/libntp/run-ssl_init.c: up to 1.1.1.3
external/bsd/ntp/dist/tests/libntp/run-statestr.c: up to 1.1.1.3
external/bsd/ntp/dist/tests/libntp/run-strtolfp.c: up to 1.1.1.3
external/bsd/ntp/dist/tests/libntp/run-timespecops.c: up to 1.1.1.3
external/bsd/ntp/dist/tests/libntp/run-timevalops.c: up to 1.1.1.3
external/bsd/ntp/dist/tests/libntp/run-tstotv.c: up to 1.1.1.3
external/bsd/ntp/dist/tests/libntp/run-tvtots.c: up to 1.1.1.3
external/bsd/ntp/dist/tests/libntp/run-uglydate.c: up to 1.1.1.3
external/bsd/ntp/dist/tests/libntp/run-vi64ops.c: up to 1.1.1.3
external/bsd/ntp/dist/tests/libntp/run-ymd2yd.c: up to 1.1.1.3
external/bsd/ntp/dist/tests/libntp/sfptostr.c: up to 1.1.1.3
external/bsd/ntp/dist/tests/libntp/sfptostr.cpp: delete
external/bsd/ntp/dist/tests/libntp/sockaddrtest.c: up to 1.1.1.1
external/bsd/ntp/dist/tests/libntp/sockaddrtest.h: up to 1.4
external/bsd/ntp/dist/tests/libntp/socktoa.c: up to 1.1.1.3
external/bsd/ntp/dist/tests/libntp/socktoa.cpp: delete
external/bsd/ntp/dist/tests/libntp/ssl_init.c: up to 1.1.1.3
external/bsd/ntp/dist/tests/libntp/ssl_init.cpp: delete
external/bsd/ntp/dist/tests/libntp/statestr.c: up to 1.1.1.3
external/bsd/ntp/dist/tests/libntp/statestr.cpp: delete
external/bsd/ntp/dist/tests/libntp/strtolfp.c: up to 1.1.1.3
external/bsd/ntp/dist/tests/libntp/strtolfp.cpp: delete
external/bsd/ntp/dist/tests/libntp/test-libntp.c: up to 1.1.1.3
external/bsd/ntp/dist/tests/libntp/test-libntp.h: up to 1.1.1.3
external/bsd/ntp/dist/tests/libntp/timespecops.c: up to 1.1.1.3
external/bsd/ntp/dist/tests/libntp/timespecops.cpp: delete
external/bsd/ntp/dist/tests/libntp/timestructs.cpp: delete
external/bsd/ntp/dist/tests/libntp/timestructs.h: delete
external/bsd/ntp/dist/tests/libntp/timevalops.c: up to 1.1.1.3
external/bsd/ntp/dist/tests/libntp/timevalops.cpp: delete
external/bsd/ntp/dist/tests/libntp/tstotv.c: up to 1.1.1.3
external/bsd/ntp/dist/tests/libntp/tstotv.cpp: delete
external/bsd/ntp/dist/tests/libntp/tvtots.c: up to 1.1.1.3
external/bsd/ntp/dist/tests/libntp/tvtots.cpp: delete
external/bsd/ntp/dist/tests/libntp/uglydate.c: up to 1.1.1.3
external/bsd/ntp/dist/tests/libntp/uglydate.cpp: delete
external/bsd/ntp/dist/tests/libntp/vi64ops.c: up to 1.1.1.3
external/bsd/ntp/dist/tests/libntp/vi64ops.cpp: delete
external/bsd/ntp/dist/tests/libntp/ymd2yd.c: up to 1.1.1.3
external/bsd/ntp/dist/tests/libntp/ymd2yd.cpp: delete
external/bsd/ntp/dist/tests/ntpd/Makefile.am: up to 1.1.1.2
external/bsd/ntp/dist/tests/ntpd/Makefile.in: up to 1.1.1.5
external/bsd/ntp/dist/tests/ntpd/leapsec.c: up to 1.1.1.1
external/bsd/ntp/dist/tests/ntpd/leapsec.cpp: delete
external/bsd/ntp/dist/tests/ntpd/ntp_prio_q.c: up to 1.1.1.1
external/bsd/ntp/dist/tests/ntpd/ntp_restrict.c: up to 1.1.1.1
external/bsd/ntp/dist/tests/ntpd/ntpdtest.cpp: delete
external/bsd/ntp/dist/tests/ntpd/ntpdtest.h: delete
external/bsd/ntp/dist/tests/ntpd/rc_cmdlength.c: up to 1.1.1.1
external/bsd/ntp/dist/tests/ntpd/run-leapsec.c: up to 1.1.1.1
external/bsd/ntp/dist/tests/ntpd/run-ntp_prio_q.c: up to 1.1.1.1
external/bsd/ntp/dist/tests/ntpd/run-ntp_restrict.c: up to 1.1.1.1
external/bsd/ntp/dist/tests/ntpd/run-rc_cmdlength.c: up to 1.1.1.1
external/bsd/ntp/dist/tests/ntpd/run-t-ntp_scanner.c: up to 1.1.1.1
external/bsd/ntp/dist/tests/ntpd/run-t-ntp_signd.c: up to 1.1.1.1
external/bsd/ntp/dist/tests/ntpd/t-ntp_scanner.c: up to 1.1.1.1
external/bsd/ntp/dist/tests/ntpd/t-ntp_signd.c: up to 1.1.1.1
external/bsd/ntp/dist/tests/ntpq/Makefile.am: up to 1.1.1.1
external/bsd/ntp/dist/tests/ntpq/Makefile.in: up to 1.1.1.1
external/bsd/ntp/dist/tests/ntpq/run-t-ntpq.c: up to 1.1.1.1
external/bsd/ntp/dist/tests/ntpq/t-ntpq.c: up to 1.1.1.1
external/bsd/ntp/dist/tests/sandbox/Makefile.am: up to 1.1.1.2
external/bsd/ntp/dist/tests/sandbox/Makefile.in: up to 1.1.1.2
external/bsd/ntp/dist/tests/sandbox/bug-2803.c: up to 1.1.1.2
external/bsd/ntp/dist/tests/sandbox/modetoa.c: up to 1.1.1.2
external/bsd/ntp/dist/tests/sandbox/run-modetoa.c: up to 1.1.1.3
external/bsd/ntp/dist/tests/sandbox/run-uglydate.c: up to 1.1.1.3
external/bsd/ntp/dist/tests/sandbox/run-ut-2803.c: up to 1.1.1.3
external/bsd/ntp/dist/tests/sandbox/smeartest.c: up to 1.1.1.3
external/bsd/ntp/dist/tests/sandbox/uglydate.c: up to 1.1.1.2
external/bsd/ntp/dist/tests/sandbox/ut-2803.c: up to 1.1.1.2
external/bsd/ntp/dist/tests/sec-2853/Makefile.am: up to 1.1.1.2
external/bsd/ntp/dist/tests/sec-2853/Makefile.in: up to 1.1.1.2
external/bsd/ntp/dist/tests/sec-2853/run-sec-2853.c: up to 1.1.1.3
external/bsd/ntp/dist/tests/sec-2853/sec-2853.c: up to 1.1.1.3
external/bsd/ntp/dist/util/Makefile.am: up to 1.1.1.5
external/bsd/ntp/dist/util/Makefile.in: up to 1.1.1.7
external/bsd/ntp/dist/util/invoke-ntp-keygen.texi: up to 1.1.1.5
external/bsd/ntp/dist/util/jitter.c: up to 1.4
external/bsd/ntp/dist/util/jitter.h: delete
external/bsd/ntp/dist/util/ntp-keygen-opts.c: up to 1.10
external/bsd/ntp/dist/util/ntp-keygen-opts.h: up to 1.5
external/bsd/ntp/dist/util/ntp-keygen.1ntp-keygenman: up to 1.1.1.5
external/bsd/ntp/dist/util/ntp-keygen.1ntp-keygenmdoc: up to 1.1.1.5
external/bsd/ntp/dist/util/ntp-keygen.c: up to 1.9
external/bsd/ntp/dist/util/ntp-keygen.html: up to 1.1.1.5
external/bsd/ntp/dist/util/ntp-keygen.man.in: up to 1.1.1.5
external/bsd/ntp/dist/util/ntp-keygen.mdoc.in: up to 1.1.1.5
external/bsd/ntp/dist/util/ntptime.c: up to 1.7
external/bsd/ntp/html/Makefile: up to 1.3
external/bsd/ntp/importdate: up to 1.7
external/bsd/ntp/include/config.h: up to 1.13
external/bsd/ntp/ntp2netbsd: up to 1.5
external/bsd/ntp/scripts/mkver: up to 1.7
Update ntp to 4.2.8p4.
@
text
@d94 1
a94 1
Enable reception of broadcast server messages to any local interface (type b address). Ordinarily, upon receiving a broadcast message for the first time, the broadcast client measures the nominal server propagation delay using a brief client/server exchange, after which it continues in listen-only mode. If a nonzero value is specified in the broadcastdelay command, the value becomes the delay and the volley is not executed. Note: the novolley option has been deprecated for future enhancements. Note that, in order to avoid accidental or malicious disruption in this mode, both the server and client should operate using symmetric key or public key authentication as described in the Authentication Options page. Note that the volley is required with public key authentication in order to run the Autokey protocol.
a98 2
mdnstriesnumber
If we are participating in mDNS, after we have synched for the first time we attempt to register with the mDNS system. If that registration attempt fails, we try again at one minute intervals for up to mdnstries times. After all, ntpd may be starting before mDNS. The default value for mdnstries is 5.
@
1.1.1.1.22.1
log
@Apply patch (requested by christos in ticket #1221):
Update ntp to 4.2.8.
@
text
@d6 1
a6 2
Server Commands and Options
d10 1
a10 1
Following is a description of the server configuration commands in NTPv4. There are two classes of commands, configuration commands that configure an association with a remote server, peer or reference clock, and auxiliary commands that specify environment variables that control various related operations.
The various modes described on the Association Management page are determined by the command keyword and the DNS name or IP address. Addresses are classed by type as (s) a remote server or peer (IPv4 class A, B and C or IPv6), (b) the IPv4 broadcast address of a local interface, (m) a multicast address (IPv4 class D or IPv6), or (r) a reference clock address (127.127.x.x). For type m addresses the IANA has assigned the multicast group address IPv4 224.0.1.1 and IPv6 ff05::101 (site local) exclusively to NTP, but other nonconflicting addresses can be used.
d41 9
a49 3
support for the IPv6 address family is generated in addition to the default IPv4 address family. IPv6 addresses can be identified by the presence of colons ":" in the address field. IPv6 addresses can be used almost everywhere where IPv4 addresses can be used, with the exception of reference clock addresses, which are always IPv4. Note that in contexts where a host name is expected, a -4 qualifier preceding the host name forces DNS resolution to the IPv4 namespace, while a -6 qualifier forces DNS resolution to the IPv6 namespace.
Server Commands
Unless noted otherwise, further information about these commands is on the Association Management page.
d56 5
a60 1
These commands specify the remote server name or address to be used and the mode in which to operate. The address can be either a DNS name or a IPv4 or IPv6 address in standard notation. In general, multiple commands of each type can be used for different server and peer addresses or multicast groups.
d63 28
a90 11
For type s and r addresses (only), this command mobilizes a persistent client mode association with the specified remote server or local reference clock. If the preempt flag is specified, a preemptable client mode association is mobilized instead.
peer
For type s addresses (only), this command mobilizes a persistent symmetric-active mode association with the specified remote peer.
broadcast
For type b and m addressees (only), this command mobilizes a broadcast or multicast server mode association. Note that type b messages go only to the interface specified, but type m messages go to all interfaces.
manycastclient
For type m addresses (only), this command mobilizes a preemptable manycast client mode association for the multicast group address specified. In this mode the address must match the address specified on the manycastserver command of one or more designated manycast servers. Additional information about this command is on the Automatic Server Discovery page.
pool
For type s addresses (only) this command mobilizes a preemptable pool client mode association for the DNS name specified. The DNS name must resolve to one or more IPv4 or IPv6 addresses. Additional information about this command is on the Automatic Server Discovery page. The www.pool.ntp.org page describes a compatible pool of public NTP servers.
unpeer
This command removes a previously configured association. An address or association ID can be used to identify the association. Either an IP address or DNS name can be used. This command is most useful when supplied via ntpq runtime configuration commands :config and config-from-file.
When the server is reachable, send a burst of packets instead of the usual one. This option is valid only with the server command and type s addresses. It is a recommended option when the maxpoll option is greater than 10 (1024 s). Additional information about this option is on the Poll Program page.
iburst
When the server is unreachable, send a burst of packets instead of the usual one. This option is valid only with the server command and type s addresses. It is a recommended option with this command. Additional information about this option is on the Poll Program page.
Send and receive packets authenticated by the symmetric key scheme described in the Authentication Support page. The key specifies the key identifier with values from 1 to 65534, inclusive. This option is mutually exclusive with the autokey option.
minpoll minpoll maxpoll maxpoll
These options specify the minimum and maximum poll intervals for NTP messages, in seconds as a power of two. The maximum poll interval defaults to 10 (1024 s), but can be increased by the maxpoll option to an upper limit of 17 (36 hr). The minimum poll interval defaults to 6 (64 s), but can be decreased by the minpoll option to a lower limit of 3 (8 s). Additional information about this option is on the Poll Program page.
d127 3
a129 1
Pass the option to a reference clock driver, where option is an integer in the range from 0 to 255, inclusive. This option is valid only with type r addresses.
d131 2
a132 1
Marks the server or peer to be ignored by the selection algorithm as unreachable, but visible to the monitoring program. This option is valid only with the server and peer commands.
d134 3
a136 1
Specifies the association as preemptable rather than the default persistent. This option is ignored with the broadcast command and is most useful with the manycastclient and pool commands.
d138 4
a141 1
Mark the server as preferred. All other things being equal, this host will be chosen for synchronization among a set of correctly operating hosts. See the Mitigation Rules and the prefer Keyword page for further information. This option is valid only with the server and peer commands.
d143 6
a148 1
Mark the association to assume truechimer status; that is, always survive the selection and clustering algorithms. This option can be used with any association, but is most useful for reference clocks with large jitter on the serial port and precision pulse-per-second (PPS) signals. Caution: this option defeats the algorithms designed to cast out falsetickers and can allow these sources to set the system clock. This option is valid only with the server and peer commands.
d150 3
a152 1
This option specifies the time-to-live ttl for the broadcast command and the maximum ttl for the expanding ring search used by the manycastclient command. Selection of the proper value, which defaults to 127, is something of a black art and should be coordinated with the network administrator. This option is invalid with type r addresses.
d154 3
a156 2
Specifies the version number to be used for
outgoing NTP packets. Versions 1-4 are the choices, with version 4 the default.
d158 2
a159 1
Operate in interleaved mode (symmetric and broadcast modes only). Further information is on the NTP Interleaved Modes page.
d161 1
a161 1
Auxiliary Commands
d164 18
a181 3
Enable reception of broadcast server messages to any local interface (type b address). Ordinarily, upon receiving a broadcast message for the first time, the broadcast client measures the nominal server propagation delay using a brief client/server exchange, after which it continues in listen-only mode. If a nonzero value is specified in the broadcastdelay command, the value becomes the delay and the volley is not executed. Note: the novolley option has been deprecated for future enhancements. Note that, in order to avoid accidental or malicious disruption in this mode, both the server and client should operate using symmetric key or public key authentication as described in the Authentication Options page. Note that the volley is required with public key authentication in order to run the Autokey protocol..
manycastserver address [...]
Enable reception of manycast client messages (type m) to the multicasts group address(es) (type m) specified. At least one address is required. Note that, in order to avoid accidental or malicious disruption, both the server and client should operate using symmetric key or public key authentication as described in the Authentication Options page.
d183 8
a190 1
Enable reception of multicast server messages to the multicast group address(es) (type m) specified. Upon receiving a message for the first time, the multicast client measures the nominal server propagation delay using a brief client/server exchange with the server, then enters the broadcast client mode, in which it synchronizes to succeeding multicast messages. Note that, in order to avoid accidental or malicious disruption in this mode, both the server and client should operate using symmetric key or public key authentication as described in the Authentication Options page.
d192 3
@
1.1.1.1.22.2
log
@Pull up following revision(s) (requested by christos in ticket #1342):
doc/3RDPARTY: patch
external/bsd/ntp/Makefile.inc: up to 1.15
external/bsd/ntp/bin/ntpd/Makefile: up to 1.19
external/bsd/ntp/bin/ntpd/ntp_parser.c: patch
external/bsd/ntp/bin/ntpd/ntp_parser.h: patch
external/bsd/ntp/bin/sntp/Makefile: up to 1.6
external/bsd/ntp/bin/sntp/event2/event-config.h: delete
external/bsd/ntp/bin/sntp/evlog.c: delete
external/bsd/ntp/dist/COPYRIGHT: up to 1.1.1.5
external/bsd/ntp/dist/ChangeLog: up to 1.1.1.7
external/bsd/ntp/dist/CommitLog: up to 1.1.1.7
external/bsd/ntp/dist/Makefile.am: up to 1.1.1.7
external/bsd/ntp/dist/Makefile.in: up to 1.1.1.7
external/bsd/ntp/dist/NEWS: up to 1.1.1.7
external/bsd/ntp/dist/README.leapsmear: up to 1.1.1.1
external/bsd/ntp/dist/aclocal.m4: up to 1.1.1.7
external/bsd/ntp/dist/adjtimed/Makefile.in: up to 1.1.1.7
external/bsd/ntp/dist/adjtimed/adjtimed.c: up to 1.4
external/bsd/ntp/dist/bootstrap: up to 1.1.1.5
external/bsd/ntp/dist/build: up to 1.1.1.5
external/bsd/ntp/dist/clockstuff/Makefile.in: up to 1.1.1.7
external/bsd/ntp/dist/clockstuff/chutest.c: up to 1.4
external/bsd/ntp/dist/clockstuff/propdelay.c: up to 1.4
external/bsd/ntp/dist/config.h.in: up to 1.1.1.6
external/bsd/ntp/dist/configure: up to 1.1.1.7
external/bsd/ntp/dist/configure.ac: up to 1.1.1.7
external/bsd/ntp/dist/html/build.html: up to 1.1.1.4
external/bsd/ntp/dist/html/confopt.html: up to 1.1.1.4
external/bsd/ntp/dist/html/copyright.html: up to 1.1.1.5
external/bsd/ntp/dist/html/decode.html: up to 1.1.1.5
external/bsd/ntp/dist/html/drivers/driver22.html: up to 1.1.1.4
external/bsd/ntp/dist/html/drivers/driver28.html: up to 1.1.1.4
external/bsd/ntp/dist/html/drivers/driver40-ja.html: up to 1.1.1.1
external/bsd/ntp/dist/html/drivers/driver40.html: up to 1.1.1.4
external/bsd/ntp/dist/html/drivers/driver46.html: up to 1.1.1.2
external/bsd/ntp/dist/html/miscopt.html: up to 1.1.1.6
external/bsd/ntp/dist/html/refclock.html: up to 1.1.1.4
external/bsd/ntp/dist/html/sntp.html: up to 1.1.1.4
external/bsd/ntp/dist/html/stats.html: up to 1.1.1.3
external/bsd/ntp/dist/include/Makefile.am: up to 1.1.1.6
external/bsd/ntp/dist/include/Makefile.in: up to 1.1.1.7
external/bsd/ntp/dist/include/binio.h: up to 1.4
external/bsd/ntp/dist/include/isc/Makefile.in: up to 1.1.1.7
external/bsd/ntp/dist/include/mbg_gps166.h: up to 1.4
external/bsd/ntp/dist/include/ntp.h: up to 1.4
external/bsd/ntp/dist/include/ntp_assert.h: up to 1.4
external/bsd/ntp/dist/include/ntp_calendar.h: up to 1.5
external/bsd/ntp/dist/include/ntp_config.h: up to 1.9
external/bsd/ntp/dist/include/ntp_control.h: up to 1.4
external/bsd/ntp/dist/include/ntp_fp.h: up to 1.7
external/bsd/ntp/dist/include/ntp_io.h: up to 1.3
external/bsd/ntp/dist/include/ntp_lists.h: up to 1.4
external/bsd/ntp/dist/include/ntp_md5.h: up to 1.4
external/bsd/ntp/dist/include/ntp_stdlib.h: up to 1.11
external/bsd/ntp/dist/include/ntp_syslog.h: up to 1.4
external/bsd/ntp/dist/include/ntp_types.h: up to 1.4
external/bsd/ntp/dist/include/ntpd.h: up to 1.7
external/bsd/ntp/dist/include/parse.h: up to 1.4
external/bsd/ntp/dist/include/parse_conf.h: up to 1.4
external/bsd/ntp/dist/include/rc_cmdlength.h: up to 1.1.1.1
external/bsd/ntp/dist/include/refidsmear.h: up to 1.1.1.2
external/bsd/ntp/dist/include/timepps-Solaris.h: up to 1.4
external/bsd/ntp/dist/kernel/Makefile.in: up to 1.1.1.7
external/bsd/ntp/dist/kernel/sys/Makefile.in: up to 1.1.1.7
external/bsd/ntp/dist/kernel/sys/parsestreams.h: up to 1.4
external/bsd/ntp/dist/lib/isc/include/isc/backtrace.h: up to 1.4
external/bsd/ntp/dist/lib/isc/include/isc/socket.h: up to 1.4
external/bsd/ntp/dist/lib/isc/inet_ntop.c: up to 1.6
external/bsd/ntp/dist/lib/isc/log.c: up to 1.6
external/bsd/ntp/dist/lib/isc/result.c: up to 1.6
external/bsd/ntp/dist/lib/isc/unix/file.c: up to 1.6
external/bsd/ntp/dist/lib/isc/unix/ifiter_getifaddrs.c: up to 1.6
external/bsd/ntp/dist/lib/isc/unix/ifiter_ioctl.c: up to 1.4
external/bsd/ntp/dist/lib/isc/unix/net.c: up to 1.7
external/bsd/ntp/dist/libjsmn/Makefile: up to 1.1.1.2
external/bsd/ntp/dist/libjsmn/README.md: up to 1.1.1.2
external/bsd/ntp/dist/libjsmn/example/jsondump.c: up to 1.1.1.2
external/bsd/ntp/dist/libjsmn/example/simple.c: up to 1.1.1.2
external/bsd/ntp/dist/libjsmn/jsmn.c: up to 1.4
external/bsd/ntp/dist/libjsmn/jsmn.h: up to 1.3
external/bsd/ntp/dist/libjsmn/jsmn_test.c: up to 1.3
external/bsd/ntp/dist/libntp/Makefile.am: up to 1.1.1.5
external/bsd/ntp/dist/libntp/Makefile.in: up to 1.1.1.7
external/bsd/ntp/dist/libntp/atolfp.c: up to 1.7
external/bsd/ntp/dist/libntp/audio.c: up to 1.9
external/bsd/ntp/dist/libntp/authkeys.c: up to 1.7
external/bsd/ntp/dist/libntp/authreadkeys.c: up to 1.7
external/bsd/ntp/dist/libntp/caljulian.c: up to 1.4
external/bsd/ntp/dist/libntp/caltontp.c: up to 1.4
external/bsd/ntp/dist/libntp/decodenetnum.c: up to 1.4
external/bsd/ntp/dist/libntp/emalloc.c: up to 1.6
external/bsd/ntp/dist/libntp/icom.c: up to 1.8
external/bsd/ntp/dist/libntp/machines.c: up to 1.4
external/bsd/ntp/dist/libntp/msyslog.c: up to 1.4
external/bsd/ntp/dist/libntp/ntp_calendar.c: up to 1.7
external/bsd/ntp/dist/libntp/ntp_crypto_rnd.c: up to 1.4
external/bsd/ntp/dist/libntp/ntp_intres.c: up to 1.7
external/bsd/ntp/dist/libntp/ntp_lineedit.c: up to 1.8
external/bsd/ntp/dist/libntp/ntp_rfc2553.c: up to 1.4
external/bsd/ntp/dist/libntp/ntp_worker.c: up to 1.4
external/bsd/ntp/dist/libntp/prettydate.c: up to 1.7
external/bsd/ntp/dist/libntp/recvbuff.c: up to 1.4
external/bsd/ntp/dist/libntp/refidsmear.c: up to 1.1.1.2
external/bsd/ntp/dist/libntp/socket.c: up to 1.4
external/bsd/ntp/dist/libntp/socktohost.c: up to 1.4
external/bsd/ntp/dist/libntp/statestr.c: up to 1.4
external/bsd/ntp/dist/libntp/strdup.c: up to 1.3
external/bsd/ntp/dist/libntp/work_fork.c: up to 1.7
external/bsd/ntp/dist/libparse/Makefile.am: up to 1.1.1.4
external/bsd/ntp/dist/libparse/Makefile.in: up to 1.1.1.7
external/bsd/ntp/dist/libparse/clk_computime.c: up to 1.4
external/bsd/ntp/dist/libparse/clk_dcf7000.c: up to 1.4
external/bsd/ntp/dist/libparse/clk_hopf6021.c: up to 1.4
external/bsd/ntp/dist/libparse/clk_meinberg.c: up to 1.5
external/bsd/ntp/dist/libparse/clk_rawdcf.c: up to 1.6
external/bsd/ntp/dist/libparse/clk_rcc8000.c: up to 1.4
external/bsd/ntp/dist/libparse/clk_schmid.c: up to 1.4
external/bsd/ntp/dist/libparse/clk_sel240x.c: up to 1.4
external/bsd/ntp/dist/libparse/clk_trimtaip.c: up to 1.4
external/bsd/ntp/dist/libparse/clk_trimtsip.c: up to 1.4
external/bsd/ntp/dist/libparse/clk_varitext.c: up to 1.4
external/bsd/ntp/dist/libparse/clk_wharton.c: up to 1.4
external/bsd/ntp/dist/libparse/data_mbg.c: up to 1.7
external/bsd/ntp/dist/libparse/gpstolfp.c: up to 1.4
external/bsd/ntp/dist/libparse/info_trimble.c: up to 1.6
external/bsd/ntp/dist/libparse/mkinfo_rcmd.sed: up to 1.1.1.3
external/bsd/ntp/dist/libparse/mkinfo_scmd.sed: up to 1.1.1.3
external/bsd/ntp/dist/libparse/parse.c: up to 1.4
external/bsd/ntp/dist/libparse/parse_conf.c: up to 1.4
external/bsd/ntp/dist/libparse/parsesolaris.c: up to 1.4
external/bsd/ntp/dist/libparse/parsestreams.c: up to 1.4
external/bsd/ntp/dist/libparse/trim_info.c: up to 1.4
external/bsd/ntp/dist/ntpd/Makefile.am: up to 1.1.1.7
external/bsd/ntp/dist/ntpd/Makefile.in: up to 1.1.1.7
external/bsd/ntp/dist/ntpd/cmd_args.c: up to 1.4
external/bsd/ntp/dist/ntpd/complete.conf.in: up to 1.1.1.3
external/bsd/ntp/dist/ntpd/invoke-ntp.conf.texi: up to 1.1.1.5
external/bsd/ntp/dist/ntpd/invoke-ntp.keys.texi: up to 1.1.1.5
external/bsd/ntp/dist/ntpd/invoke-ntpd.texi: up to 1.1.1.5
external/bsd/ntp/dist/ntpd/keyword-gen-utd: up to 1.1.1.4
external/bsd/ntp/dist/ntpd/keyword-gen.c: up to 1.7
external/bsd/ntp/dist/ntpd/ntp.conf.5man: up to 1.1.1.5
external/bsd/ntp/dist/ntpd/ntp.conf.5mdoc: up to 1.1.1.5
external/bsd/ntp/dist/ntpd/ntp.conf.def: up to 1.1.1.5
external/bsd/ntp/dist/ntpd/ntp.conf.html: up to 1.1.1.5
external/bsd/ntp/dist/ntpd/ntp.conf.man.in: up to 1.1.1.5
external/bsd/ntp/dist/ntpd/ntp.conf.mdoc.in: up to 1.1.1.5
external/bsd/ntp/dist/ntpd/ntp.keys.5man: up to 1.1.1.5
external/bsd/ntp/dist/ntpd/ntp.keys.5mdoc: up to 1.1.1.5
external/bsd/ntp/dist/ntpd/ntp.keys.html: up to 1.1.1.5
external/bsd/ntp/dist/ntpd/ntp.keys.man.in: up to 1.1.1.5
external/bsd/ntp/dist/ntpd/ntp.keys.mdoc.in: up to 1.1.1.5
external/bsd/ntp/dist/ntpd/ntp_config.c: up to 1.12
external/bsd/ntp/dist/ntpd/ntp_control.c: up to 1.14
external/bsd/ntp/dist/ntpd/ntp_crypto.c: up to 1.10
external/bsd/ntp/dist/ntpd/ntp_io.c: up to 1.20
external/bsd/ntp/dist/ntpd/ntp_keyword.h: up to 1.8
external/bsd/ntp/dist/ntpd/ntp_leapsec.c: up to 1.4
external/bsd/ntp/dist/ntpd/ntp_leapsec.h: up to 1.3
external/bsd/ntp/dist/ntpd/ntp_loopfilter.c: up to 1.8
external/bsd/ntp/dist/ntpd/ntp_monitor.c: up to 1.4
external/bsd/ntp/dist/ntpd/ntp_parser.y: up to 1.11
external/bsd/ntp/dist/ntpd/ntp_peer.c: up to 1.8
external/bsd/ntp/dist/ntpd/ntp_proto.c: up to 1.9
external/bsd/ntp/dist/ntpd/ntp_refclock.c: up to 1.8
external/bsd/ntp/dist/ntpd/ntp_request.c: up to 1.12
external/bsd/ntp/dist/ntpd/ntp_restrict.c: up to 1.7
external/bsd/ntp/dist/ntpd/ntp_scanner.c: up to 1.9
external/bsd/ntp/dist/ntpd/ntp_scanner.h: up to 1.3
external/bsd/ntp/dist/ntpd/ntp_timer.c: up to 1.5
external/bsd/ntp/dist/ntpd/ntp_util.c: up to 1.7
external/bsd/ntp/dist/ntpd/ntpd-opts.c: up to 1.5
external/bsd/ntp/dist/ntpd/ntpd-opts.def: up to 1.1.1.4
external/bsd/ntp/dist/ntpd/ntpd-opts.h: up to 1.8
external/bsd/ntp/dist/ntpd/ntpd.1ntpdman: up to 1.1.1.5
external/bsd/ntp/dist/ntpd/ntpd.1ntpdmdoc: up to 1.1.1.5
external/bsd/ntp/dist/ntpd/ntpd.c: up to 1.11
external/bsd/ntp/dist/ntpd/ntpd.html: up to 1.1.1.5
external/bsd/ntp/dist/ntpd/ntpd.man.in: up to 1.1.1.5
external/bsd/ntp/dist/ntpd/ntpd.mdoc.in: up to 1.1.1.5
external/bsd/ntp/dist/ntpd/ntpdbase-opts.def: up to 1.1.1.4
external/bsd/ntp/dist/ntpd/rc_cmdlength.c: up to 1.3
external/bsd/ntp/dist/ntpd/refclock_arc.c: up to 1.8
external/bsd/ntp/dist/ntpd/refclock_chu.c: up to 1.7
external/bsd/ntp/dist/ntpd/refclock_gpsdjson.c: up to 1.7
external/bsd/ntp/dist/ntpd/refclock_jjy.c: up to 1.8
external/bsd/ntp/dist/ntpd/refclock_jupiter.c: up to 1.9
external/bsd/ntp/dist/ntpd/refclock_local.c: up to 1.4
external/bsd/ntp/dist/ntpd/refclock_nmea.c: up to 1.10
external/bsd/ntp/dist/ntpd/refclock_oncore.c: up to 1.12
external/bsd/ntp/dist/ntpd/refclock_palisade.c: up to 1.5
external/bsd/ntp/dist/ntpd/refclock_palisade.h: up to 1.4
external/bsd/ntp/dist/ntpd/refclock_parse.c: up to 1.17
external/bsd/ntp/dist/ntpd/refclock_shm.c: up to 1.6
external/bsd/ntp/dist/ntpd/refclock_true.c: up to 1.5
external/bsd/ntp/dist/ntpd/refclock_wwv.c: up to 1.6
external/bsd/ntp/dist/ntpdate/Makefile.in: up to 1.1.1.7
external/bsd/ntp/dist/ntpdate/ntpdate.c: up to 1.8
external/bsd/ntp/dist/ntpdc/Makefile.in: up to 1.1.1.7
external/bsd/ntp/dist/ntpdc/invoke-ntpdc.texi: up to 1.1.1.5
external/bsd/ntp/dist/ntpdc/ntpdc-opts.c: up to 1.5
external/bsd/ntp/dist/ntpdc/ntpdc-opts.h: up to 1.5
external/bsd/ntp/dist/ntpdc/ntpdc.1ntpdcman: up to 1.1.1.5
external/bsd/ntp/dist/ntpdc/ntpdc.1ntpdcmdoc: up to 1.1.1.5
external/bsd/ntp/dist/ntpdc/ntpdc.c: up to 1.11
external/bsd/ntp/dist/ntpdc/ntpdc.html: up to 1.1.1.5
external/bsd/ntp/dist/ntpdc/ntpdc.man.in: up to 1.1.1.5
external/bsd/ntp/dist/ntpdc/ntpdc.mdoc.in: up to 1.1.1.5
external/bsd/ntp/dist/ntpq/Makefile.in: up to 1.1.1.7
external/bsd/ntp/dist/ntpq/invoke-ntpq.texi: up to 1.1.1.5
external/bsd/ntp/dist/ntpq/libntpq.h: up to 1.4
external/bsd/ntp/dist/ntpq/ntpq-opts.c: up to 1.5
external/bsd/ntp/dist/ntpq/ntpq-opts.def: up to 1.1.1.4
external/bsd/ntp/dist/ntpq/ntpq-opts.h: up to 1.5
external/bsd/ntp/dist/ntpq/ntpq-subs.c: up to 1.12
external/bsd/ntp/dist/ntpq/ntpq.1ntpqman: up to 1.1.1.5
external/bsd/ntp/dist/ntpq/ntpq.1ntpqmdoc: up to 1.1.1.5
external/bsd/ntp/dist/ntpq/ntpq.c: up to 1.13
external/bsd/ntp/dist/ntpq/ntpq.html: up to 1.1.1.5
external/bsd/ntp/dist/ntpq/ntpq.man.in: up to 1.1.1.5
external/bsd/ntp/dist/ntpq/ntpq.mdoc.in: up to 1.1.1.5
external/bsd/ntp/dist/ntpsnmpd/Makefile.in: up to 1.1.1.7
external/bsd/ntp/dist/ntpsnmpd/invoke-ntpsnmpd.texi: up to 1.1.1.5
external/bsd/ntp/dist/ntpsnmpd/netsnmp_daemonize.c: up to 1.4
external/bsd/ntp/dist/ntpsnmpd/ntp_snmp.h: up to 1.4
external/bsd/ntp/dist/ntpsnmpd/ntpsnmpd-opts.c: up to 1.5
external/bsd/ntp/dist/ntpsnmpd/ntpsnmpd-opts.h: up to 1.5
external/bsd/ntp/dist/ntpsnmpd/ntpsnmpd.1ntpsnmpdman: up to 1.1.1.5
external/bsd/ntp/dist/ntpsnmpd/ntpsnmpd.1ntpsnmpdmdoc: up to 1.1.1.5
external/bsd/ntp/dist/ntpsnmpd/ntpsnmpd.html: up to 1.1.1.5
external/bsd/ntp/dist/ntpsnmpd/ntpsnmpd.man.in: up to 1.1.1.5
external/bsd/ntp/dist/ntpsnmpd/ntpsnmpd.mdoc.in: up to 1.1.1.5
external/bsd/ntp/dist/packageinfo.sh: up to 1.1.1.7
external/bsd/ntp/dist/parseutil/Makefile.in: up to 1.1.1.7
external/bsd/ntp/dist/parseutil/dcfd.c: up to 1.4
external/bsd/ntp/dist/parseutil/testdcf.c: up to 1.4
external/bsd/ntp/dist/scripts/Makefile.am: up to 1.1.1.5
external/bsd/ntp/dist/scripts/Makefile.in: up to 1.1.1.7
external/bsd/ntp/dist/scripts/build/Makefile.in: up to 1.1.1.5
external/bsd/ntp/dist/scripts/build/UpdatePoint: up to 1.1.1.2
external/bsd/ntp/dist/scripts/build/VersionName: up to 1.1.1.3
external/bsd/ntp/dist/scripts/calc_tickadj/Makefile.in: up to 1.1.1.5
external/bsd/ntp/dist/scripts/calc_tickadj/calc_tickadj.1calc_tickadjman: up to 1.1.1.5
external/bsd/ntp/dist/scripts/calc_tickadj/calc_tickadj.1calc_tickadjmdoc: up to 1.1.1.5
external/bsd/ntp/dist/scripts/calc_tickadj/calc_tickadj.html: up to 1.1.1.5
external/bsd/ntp/dist/scripts/calc_tickadj/calc_tickadj.man.in: up to 1.1.1.5
external/bsd/ntp/dist/scripts/calc_tickadj/calc_tickadj.mdoc.in: up to 1.1.1.5
external/bsd/ntp/dist/scripts/calc_tickadj/invoke-calc_tickadj.texi: up to 1.1.1.5
external/bsd/ntp/dist/scripts/invoke-plot_summary.texi: up to 1.1.1.5
external/bsd/ntp/dist/scripts/invoke-summary.texi: up to 1.1.1.5
external/bsd/ntp/dist/scripts/lib/Makefile.in: up to 1.1.1.5
external/bsd/ntp/dist/scripts/lib/NTP/Util.pm: up to 1.1.1.5
external/bsd/ntp/dist/scripts/ntp-wait/Makefile.in: up to 1.1.1.5
external/bsd/ntp/dist/scripts/ntp-wait/invoke-ntp-wait.texi: up to 1.1.1.5
external/bsd/ntp/dist/scripts/ntp-wait/ntp-wait-opts: up to 1.1.1.5
external/bsd/ntp/dist/scripts/ntp-wait/ntp-wait.1ntp-waitman: up to 1.1.1.5
external/bsd/ntp/dist/scripts/ntp-wait/ntp-wait.1ntp-waitmdoc: up to 1.1.1.5
external/bsd/ntp/dist/scripts/ntp-wait/ntp-wait.html: up to 1.1.1.5
external/bsd/ntp/dist/scripts/ntp-wait/ntp-wait.man.in: up to 1.1.1.5
external/bsd/ntp/dist/scripts/ntp-wait/ntp-wait.mdoc.in: up to 1.1.1.5
external/bsd/ntp/dist/scripts/ntpsweep/Makefile.in: up to 1.1.1.5
external/bsd/ntp/dist/scripts/ntpsweep/invoke-ntpsweep.texi: up to 1.1.1.5
external/bsd/ntp/dist/scripts/ntpsweep/ntpsweep-opts: up to 1.1.1.5
external/bsd/ntp/dist/scripts/ntpsweep/ntpsweep.1ntpsweepman: up to 1.1.1.5
external/bsd/ntp/dist/scripts/ntpsweep/ntpsweep.1ntpsweepmdoc: up to 1.1.1.5
external/bsd/ntp/dist/scripts/ntpsweep/ntpsweep.html: up to 1.1.1.5
external/bsd/ntp/dist/scripts/ntpsweep/ntpsweep.in: up to 1.1.1.4
external/bsd/ntp/dist/scripts/ntpsweep/ntpsweep.man.in: up to 1.1.1.5
external/bsd/ntp/dist/scripts/ntpsweep/ntpsweep.mdoc.in: up to 1.1.1.5
external/bsd/ntp/dist/scripts/ntptrace/Makefile.in: up to 1.1.1.5
external/bsd/ntp/dist/scripts/ntptrace/invoke-ntptrace.texi: up to 1.1.1.5
external/bsd/ntp/dist/scripts/ntptrace/ntptrace-opts: up to 1.1.1.5
external/bsd/ntp/dist/scripts/ntptrace/ntptrace.1ntptraceman: up to 1.1.1.5
external/bsd/ntp/dist/scripts/ntptrace/ntptrace.1ntptracemdoc: up to 1.1.1.5
external/bsd/ntp/dist/scripts/ntptrace/ntptrace.html: up to 1.1.1.5
external/bsd/ntp/dist/scripts/ntptrace/ntptrace.man.in: up to 1.1.1.5
external/bsd/ntp/dist/scripts/ntptrace/ntptrace.mdoc.in: up to 1.1.1.5
external/bsd/ntp/dist/scripts/plot_summary-opts: up to 1.1.1.5
external/bsd/ntp/dist/scripts/plot_summary.1plot_summaryman: up to 1.1.1.5
external/bsd/ntp/dist/scripts/plot_summary.1plot_summarymdoc: up to 1.1.1.5
external/bsd/ntp/dist/scripts/plot_summary.html: up to 1.1.1.5
external/bsd/ntp/dist/scripts/plot_summary.man.in: up to 1.1.1.5
external/bsd/ntp/dist/scripts/plot_summary.mdoc.in: up to 1.1.1.5
external/bsd/ntp/dist/scripts/summary-opts: up to 1.1.1.5
external/bsd/ntp/dist/scripts/summary.1summaryman: up to 1.1.1.5
external/bsd/ntp/dist/scripts/summary.1summarymdoc: up to 1.1.1.5
external/bsd/ntp/dist/scripts/summary.html: up to 1.1.1.5
external/bsd/ntp/dist/scripts/summary.man.in: up to 1.1.1.5
external/bsd/ntp/dist/scripts/summary.mdoc.in: up to 1.1.1.5
external/bsd/ntp/dist/scripts/update-leap/Makefile.am: up to 1.1.1.2
external/bsd/ntp/dist/scripts/update-leap/Makefile.in: up to 1.1.1.3
external/bsd/ntp/dist/scripts/update-leap/invoke-update-leap.menu: up to 1.1.1.1
external/bsd/ntp/dist/scripts/update-leap/invoke-update-leap.texi: up to 1.1.1.3
external/bsd/ntp/dist/scripts/update-leap/update-leap-opts: up to 1.1.1.3
external/bsd/ntp/dist/scripts/update-leap/update-leap-opts.def: up to 1.1.1.1
external/bsd/ntp/dist/scripts/update-leap/update-leap.1update-leapman: up to 1.1.1.3
external/bsd/ntp/dist/scripts/update-leap/update-leap.1update-leapmdoc: up to 1.1.1.3
external/bsd/ntp/dist/scripts/update-leap/update-leap.html: up to 1.1.1.3
external/bsd/ntp/dist/scripts/update-leap/update-leap.in: up to 1.1.1.1
external/bsd/ntp/dist/scripts/update-leap/update-leap.man.in: up to 1.1.1.3
external/bsd/ntp/dist/scripts/update-leap/update-leap.mdoc.in: up to 1.1.1.3
external/bsd/ntp/dist/scripts/update-leap/update-leap.sh: up to 1.1.1.1
external/bsd/ntp/dist/scripts/update-leap/update-leap.texi: up to 1.1.1.1
external/bsd/ntp/dist/sntp/COPYRIGHT: up to 1.1.1.5
external/bsd/ntp/dist/sntp/Makefile.am: up to 1.1.1.7
external/bsd/ntp/dist/sntp/Makefile.in: up to 1.1.1.7
external/bsd/ntp/dist/sntp/aclocal.m4: up to 1.1.1.6
external/bsd/ntp/dist/sntp/config.h.in: up to 1.1.1.5
external/bsd/ntp/dist/sntp/configure: up to 1.1.1.7
external/bsd/ntp/dist/sntp/configure.ac: up to 1.1.1.6
external/bsd/ntp/dist/sntp/include/Makefile.in: up to 1.1.1.5
external/bsd/ntp/dist/sntp/include/autogen-version.def: up to 1.1.1.3
external/bsd/ntp/dist/sntp/include/copyright.def: up to 1.1.1.3
external/bsd/ntp/dist/sntp/include/ntp.lic: up to 1.1.1.2
external/bsd/ntp/dist/sntp/include/version.def: up to 1.1.1.5
external/bsd/ntp/dist/sntp/include/version.texi: up to 1.1.1.5
external/bsd/ntp/dist/sntp/invoke-sntp.texi: up to 1.1.1.5
external/bsd/ntp/dist/sntp/kod_management.c: up to 1.6
external/bsd/ntp/dist/sntp/libevent/ChangeLog: up to 1.1.1.3
external/bsd/ntp/dist/sntp/libevent/Makefile.am: up to 1.1.1.4
external/bsd/ntp/dist/sntp/libevent/Makefile.in: up to 1.1.1.5
external/bsd/ntp/dist/sntp/libevent/README: delete
external/bsd/ntp/dist/sntp/libevent/WIN32-Code/nmake/event2/event-config.h: up to 1.4
external/bsd/ntp/dist/sntp/libevent/WIN32-Code/tree.h: up to 1.4
external/bsd/ntp/dist/sntp/libevent/aclocal.m4: up to 1.1.1.3
external/bsd/ntp/dist/sntp/libevent/buffer.c: up to 1.4
external/bsd/ntp/dist/sntp/libevent/bufferevent.c: up to 1.4
external/bsd/ntp/dist/sntp/libevent/bufferevent_async.c: up to 1.4
external/bsd/ntp/dist/sntp/libevent/bufferevent_filter.c: up to 1.4
external/bsd/ntp/dist/sntp/libevent/bufferevent_openssl.c: up to 1.4
external/bsd/ntp/dist/sntp/libevent/bufferevent_pair.c: up to 1.4
external/bsd/ntp/dist/sntp/libevent/build-aux/ar-lib: up to 1.1.1.1
external/bsd/ntp/dist/sntp/libevent/build-aux/ltmain.sh: up to 1.1.1.2
external/bsd/ntp/dist/sntp/libevent/build-aux/test-driver: up to 1.1.1.1
external/bsd/ntp/dist/sntp/libevent/config.h.in: up to 1.1.1.4
external/bsd/ntp/dist/sntp/libevent/configure: up to 1.1.1.4
external/bsd/ntp/dist/sntp/libevent/configure.ac: up to 1.1.1.3
external/bsd/ntp/dist/sntp/libevent/evbuffer-internal.h: up to 1.4
external/bsd/ntp/dist/sntp/libevent/evdns.c: up to 1.4
external/bsd/ntp/dist/sntp/libevent/event.c: up to 1.4
external/bsd/ntp/dist/sntp/libevent/event_tagging.c: up to 1.4
external/bsd/ntp/dist/sntp/libevent/evrpc-internal.h: up to 1.4
external/bsd/ntp/dist/sntp/libevent/evthread-internal.h: up to 1.4
external/bsd/ntp/dist/sntp/libevent/evthread.c: up to 1.4
external/bsd/ntp/dist/sntp/libevent/evutil.c: up to 1.4
external/bsd/ntp/dist/sntp/libevent/evutil_time.c: up to 1.4
external/bsd/ntp/dist/sntp/libevent/ht-internal.h: up to 1.4
external/bsd/ntp/dist/sntp/libevent/http-internal.h: up to 1.4
external/bsd/ntp/dist/sntp/libevent/http.c: up to 1.4
external/bsd/ntp/dist/sntp/libevent/include/event2/buffer.h: up to 1.4
external/bsd/ntp/dist/sntp/libevent/include/event2/bufferevent.h: up to 1.4
external/bsd/ntp/dist/sntp/libevent/include/event2/dns.h: up to 1.4
external/bsd/ntp/dist/sntp/libevent/include/event2/event.h: up to 1.4
external/bsd/ntp/dist/sntp/libevent/include/event2/http.h: up to 1.4
external/bsd/ntp/dist/sntp/libevent/include/event2/listener.h: up to 1.4
external/bsd/ntp/dist/sntp/libevent/include/event2/util.h: up to 1.4
external/bsd/ntp/dist/sntp/libevent/kqueue.c: up to 1.4
external/bsd/ntp/dist/sntp/libevent/listener.c: up to 1.4
external/bsd/ntp/dist/sntp/libevent/m4/acx_pthread.m4: up to 1.1.1.1
external/bsd/ntp/dist/sntp/libevent/m4/ltversion.m4: up to 1.1.1.2
external/bsd/ntp/dist/sntp/libevent/m4/openldap-thread-check.m4: delete
external/bsd/ntp/dist/sntp/libevent/m4/openldap.m4: delete
external/bsd/ntp/dist/sntp/libevent/sample/dns-example.c: delete
external/bsd/ntp/dist/sntp/libevent/sample/event-read-fifo.c: delete
external/bsd/ntp/dist/sntp/libevent/sample/hello-world.c: delete
external/bsd/ntp/dist/sntp/libevent/sample/hostcheck.c: delete
external/bsd/ntp/dist/sntp/libevent/sample/hostcheck.h: delete
external/bsd/ntp/dist/sntp/libevent/sample/http-server.c: delete
external/bsd/ntp/dist/sntp/libevent/sample/https-client.c: delete
external/bsd/ntp/dist/sntp/libevent/sample/include.am: delete
external/bsd/ntp/dist/sntp/libevent/sample/le-proxy.c: delete
external/bsd/ntp/dist/sntp/libevent/sample/openssl_hostname_validation.c: delete
external/bsd/ntp/dist/sntp/libevent/sample/openssl_hostname_validation.h: delete
external/bsd/ntp/dist/sntp/libevent/sample/signal-test.c: delete
external/bsd/ntp/dist/sntp/libevent/sample/time-test.c: delete
external/bsd/ntp/dist/sntp/libevent/test/bench_httpclient.c: up to 1.4
external/bsd/ntp/dist/sntp/libevent/test/include.am: up to 1.1.1.3
external/bsd/ntp/dist/sntp/libevent/test/regress.c: up to 1.5
external/bsd/ntp/dist/sntp/libevent/test/regress.h: up to 1.4
external/bsd/ntp/dist/sntp/libevent/test/regress_buffer.c: up to 1.4
external/bsd/ntp/dist/sntp/libevent/test/regress_bufferevent.c: up to 1.4
external/bsd/ntp/dist/sntp/libevent/test/regress_dns.c: up to 1.5
external/bsd/ntp/dist/sntp/libevent/test/regress_finalize.c: up to 1.4
external/bsd/ntp/dist/sntp/libevent/test/regress_http.c: up to 1.5
external/bsd/ntp/dist/sntp/libevent/test/regress_main.c: up to 1.4
external/bsd/ntp/dist/sntp/libevent/test/regress_minheap.c: up to 1.5
external/bsd/ntp/dist/sntp/libevent/test/regress_ssl.c: up to 1.4
external/bsd/ntp/dist/sntp/libevent/test/regress_thread.c: up to 1.4
external/bsd/ntp/dist/sntp/libevent/test/regress_util.c: up to 1.4
external/bsd/ntp/dist/sntp/libevent/test/regress_zlib.c: up to 1.4
external/bsd/ntp/dist/sntp/libevent/test/test-fdleak.c: up to 1.4
external/bsd/ntp/dist/sntp/libevent/test/test-ratelim.c: up to 1.5
external/bsd/ntp/dist/sntp/libevent/test/test-time.c: up to 1.5
external/bsd/ntp/dist/sntp/libevent/test/tinytest.c: up to 1.4
external/bsd/ntp/dist/sntp/libevent/test/tinytest.h: up to 1.4
external/bsd/ntp/dist/sntp/libevent/test/tinytest_macros.h: up to 1.4
external/bsd/ntp/dist/sntp/libevent/time-internal.h: up to 1.4
external/bsd/ntp/dist/sntp/libevent/util-internal.h: up to 1.4
external/bsd/ntp/dist/sntp/libevent/whatsnew-2.1.txt: up to 1.1.1.3
external/bsd/ntp/dist/sntp/libopts/COPYING.gplv3: up to 1.1.1.5
external/bsd/ntp/dist/sntp/libopts/COPYING.lgplv3: up to 1.1.1.5
external/bsd/ntp/dist/sntp/libopts/COPYING.mbsd: up to 1.1.1.2
external/bsd/ntp/dist/sntp/libopts/Makefile.in: up to 1.1.1.7
external/bsd/ntp/dist/sntp/libopts/README: up to 1.1.1.5
external/bsd/ntp/dist/sntp/libopts/ag-char-map.h: up to 1.3
external/bsd/ntp/dist/sntp/libopts/alias.c: up to 1.3
external/bsd/ntp/dist/sntp/libopts/ao-strs.c: up to 1.3
external/bsd/ntp/dist/sntp/libopts/ao-strs.h: up to 1.3
external/bsd/ntp/dist/sntp/libopts/autoopts.c: up to 1.5
external/bsd/ntp/dist/sntp/libopts/autoopts.h: up to 1.9
external/bsd/ntp/dist/sntp/libopts/autoopts/options.h: up to 1.10
external/bsd/ntp/dist/sntp/libopts/autoopts/project.h: up to 1.3
external/bsd/ntp/dist/sntp/libopts/autoopts/usage-txt.h: up to 1.3
external/bsd/ntp/dist/sntp/libopts/boolean.c: up to 1.3
external/bsd/ntp/dist/sntp/libopts/check.c: up to 1.3
external/bsd/ntp/dist/sntp/libopts/compat/compat.h: up to 1.3
external/bsd/ntp/dist/sntp/libopts/compat/pathfind.c: up to 1.6
external/bsd/ntp/dist/sntp/libopts/compat/windows-config.h: up to 1.3
external/bsd/ntp/dist/sntp/libopts/configfile.c: up to 1.6
external/bsd/ntp/dist/sntp/libopts/cook.c: up to 1.3
external/bsd/ntp/dist/sntp/libopts/enum.c: up to 1.5
external/bsd/ntp/dist/sntp/libopts/env.c: up to 1.3
external/bsd/ntp/dist/sntp/libopts/file.c: up to 1.6
external/bsd/ntp/dist/sntp/libopts/find.c: up to 1.5
external/bsd/ntp/dist/sntp/libopts/genshell.c: up to 1.3
external/bsd/ntp/dist/sntp/libopts/gettext.h: up to 1.3
external/bsd/ntp/dist/sntp/libopts/init.c: up to 1.6
external/bsd/ntp/dist/sntp/libopts/intprops.h: up to 1.3
external/bsd/ntp/dist/sntp/libopts/libopts.c: up to 1.3
external/bsd/ntp/dist/sntp/libopts/load.c: up to 1.6
external/bsd/ntp/dist/sntp/libopts/m4/libopts.m4: up to 1.1.1.6
external/bsd/ntp/dist/sntp/libopts/m4/liboptschk.m4: up to 1.1.1.5
external/bsd/ntp/dist/sntp/libopts/m4/stdnoreturn.m4: up to 1.1.1.2
external/bsd/ntp/dist/sntp/libopts/makeshell.c: up to 1.6
external/bsd/ntp/dist/sntp/libopts/nested.c: up to 1.8
external/bsd/ntp/dist/sntp/libopts/numeric.c: up to 1.6
external/bsd/ntp/dist/sntp/libopts/option-value-type.c: up to 1.3
external/bsd/ntp/dist/sntp/libopts/option-value-type.h: up to 1.3
external/bsd/ntp/dist/sntp/libopts/option-xat-attribute.c: up to 1.3
external/bsd/ntp/dist/sntp/libopts/option-xat-attribute.h: up to 1.3
external/bsd/ntp/dist/sntp/libopts/parse-duration.c: up to 1.7
external/bsd/ntp/dist/sntp/libopts/parse-duration.h: up to 1.3
external/bsd/ntp/dist/sntp/libopts/pgusage.c: up to 1.5
external/bsd/ntp/dist/sntp/libopts/proto.h: up to 1.3
external/bsd/ntp/dist/sntp/libopts/putshell.c: up to 1.5
external/bsd/ntp/dist/sntp/libopts/reset.c: up to 1.6
external/bsd/ntp/dist/sntp/libopts/restore.c: up to 1.3
external/bsd/ntp/dist/sntp/libopts/save.c: up to 1.8
external/bsd/ntp/dist/sntp/libopts/sort.c: up to 1.3
external/bsd/ntp/dist/sntp/libopts/stack.c: up to 1.6
external/bsd/ntp/dist/sntp/libopts/stdnoreturn.in.h: up to 1.3
external/bsd/ntp/dist/sntp/libopts/streqvcmp.c: up to 1.5
external/bsd/ntp/dist/sntp/libopts/text_mmap.c: up to 1.3
external/bsd/ntp/dist/sntp/libopts/time.c: up to 1.3
external/bsd/ntp/dist/sntp/libopts/tokenize.c: up to 1.6
external/bsd/ntp/dist/sntp/libopts/usage.c: up to 1.5
external/bsd/ntp/dist/sntp/libopts/version.c: up to 1.3
external/bsd/ntp/dist/sntp/libpkgver/colcomp.c: up to 1.1.1.2
external/bsd/ntp/dist/sntp/libpkgver/pkgver.h: up to 1.1.1.2
external/bsd/ntp/dist/sntp/loc/darwin: up to 1.1.1.3
external/bsd/ntp/dist/sntp/loc/debian: up to 1.1.1.3
external/bsd/ntp/dist/sntp/loc/freebsd: up to 1.1.1.3
external/bsd/ntp/dist/sntp/loc/legacy: up to 1.1.1.3
external/bsd/ntp/dist/sntp/loc/netbsd: up to 1.1.1.3
external/bsd/ntp/dist/sntp/loc/solaris: up to 1.1.1.3
external/bsd/ntp/dist/sntp/log.c: up to 1.9
external/bsd/ntp/dist/sntp/log.h: up to 1.7
external/bsd/ntp/dist/sntp/m4/ax_c99_struct_init.m4: up to 1.1.1.1
external/bsd/ntp/dist/sntp/m4/hms_search_lib.m4: up to 1.1.1.2
external/bsd/ntp/dist/sntp/m4/ltversion.m4: up to 1.1.1.2
external/bsd/ntp/dist/sntp/m4/ntp_compiler.m4: up to 1.1.1.2
external/bsd/ntp/dist/sntp/m4/ntp_libevent.m4: up to 1.1.1.4
external/bsd/ntp/dist/sntp/m4/ntp_libntp.m4: up to 1.1.1.5
external/bsd/ntp/dist/sntp/m4/ntp_locinfo.m4: up to 1.1.1.3
external/bsd/ntp/dist/sntp/m4/ntp_openssl.m4: up to 1.1.1.2
external/bsd/ntp/dist/sntp/m4/ntp_problemtests.m4: up to 1.1.1.1
external/bsd/ntp/dist/sntp/m4/ntp_rlimit.m4: up to 1.1.1.2
external/bsd/ntp/dist/sntp/m4/ntp_unitytest.m4: up to 1.1.1.1
external/bsd/ntp/dist/sntp/m4/openldap-thread-check.m4: up to 1.1.1.2
external/bsd/ntp/dist/sntp/m4/openldap.m4: up to 1.1.1.1
external/bsd/ntp/dist/sntp/m4/os_cflags.m4: up to 1.1.1.3
external/bsd/ntp/dist/sntp/m4/version.m4: up to 1.1.1.5
external/bsd/ntp/dist/sntp/main.c: up to 1.13
external/bsd/ntp/dist/sntp/networking.c: up to 1.12
external/bsd/ntp/dist/sntp/scripts/Makefile.in: up to 1.1.1.5
external/bsd/ntp/dist/sntp/scripts/cvo.sh: up to 1.1.1.2
external/bsd/ntp/dist/sntp/scripts/genLocInfo: up to 1.1.1.3
external/bsd/ntp/dist/sntp/sntp-opts.c: up to 1.6
external/bsd/ntp/dist/sntp/sntp-opts.def: up to 1.1.1.5
external/bsd/ntp/dist/sntp/sntp-opts.h: up to 1.5
external/bsd/ntp/dist/sntp/sntp.1sntpman: up to 1.1.1.5
external/bsd/ntp/dist/sntp/sntp.1sntpmdoc: up to 1.1.1.5
external/bsd/ntp/dist/sntp/sntp.html: up to 1.1.1.7
external/bsd/ntp/dist/sntp/sntp.man.in: up to 1.1.1.5
external/bsd/ntp/dist/sntp/sntp.mdoc.in: up to 1.1.1.5
external/bsd/ntp/dist/sntp/tests/Makefile.am: up to 1.1.1.3
external/bsd/ntp/dist/sntp/tests/Makefile.in: up to 1.1.1.5
external/bsd/ntp/dist/sntp/tests/crypto.c: up to 1.1.1.3
external/bsd/ntp/dist/sntp/tests/crypto.cpp: delete
external/bsd/ntp/dist/sntp/tests/fileHandlingTest.c: up to 1.1.1.1
external/bsd/ntp/dist/sntp/tests/fileHandlingTest.h: delete
external/bsd/ntp/dist/sntp/tests/fileHandlingTest.h.in: up to 1.1.1.2
external/bsd/ntp/dist/sntp/tests/keyFile.c: up to 1.1.1.3
external/bsd/ntp/dist/sntp/tests/keyFile.cpp: delete
external/bsd/ntp/dist/sntp/tests/kodDatabase.c: up to 1.1.1.3
external/bsd/ntp/dist/sntp/tests/kodDatabase.cpp: delete
external/bsd/ntp/dist/sntp/tests/kodFile.c: up to 1.1.1.3
external/bsd/ntp/dist/sntp/tests/kodFile.cpp: delete
external/bsd/ntp/dist/sntp/tests/networking.c: up to 1.1.1.2
external/bsd/ntp/dist/sntp/tests/networking.cpp: delete
external/bsd/ntp/dist/sntp/tests/packetHandling.c: up to 1.1.1.3
external/bsd/ntp/dist/sntp/tests/packetHandling.cpp: delete
external/bsd/ntp/dist/sntp/tests/packetProcessing.c: up to 1.1.1.3
external/bsd/ntp/dist/sntp/tests/packetProcessing.cpp: delete
external/bsd/ntp/dist/sntp/tests/run-crypto.c: up to 1.1.1.3
external/bsd/ntp/dist/sntp/tests/run-keyFile.c: up to 1.1.1.3
external/bsd/ntp/dist/sntp/tests/run-kodDatabase.c: up to 1.1.1.3
external/bsd/ntp/dist/sntp/tests/run-kodFile.c: up to 1.1.1.3
external/bsd/ntp/dist/sntp/tests/run-networking.c: up to 1.1.1.3
external/bsd/ntp/dist/sntp/tests/run-packetHandling.c: up to 1.1.1.3
external/bsd/ntp/dist/sntp/tests/run-packetProcessing.c: up to 1.1.1.3
external/bsd/ntp/dist/sntp/tests/run-t-log.c: up to 1.1.1.1
external/bsd/ntp/dist/sntp/tests/run-utilities.c: up to 1.1.1.3
external/bsd/ntp/dist/sntp/tests/sntptest.c: up to 1.1.1.1
external/bsd/ntp/dist/sntp/tests/sntptest.h: up to 1.4
external/bsd/ntp/dist/sntp/tests/t-log.c: up to 1.1.1.1
external/bsd/ntp/dist/sntp/tests/utilities.c: up to 1.1.1.3
external/bsd/ntp/dist/sntp/tests/utilities.cpp: delete
external/bsd/ntp/dist/sntp/tests_main.cpp: delete
external/bsd/ntp/dist/sntp/tests_main.h: delete
external/bsd/ntp/dist/sntp/unity/Makefile.am: up to 1.1.1.2
external/bsd/ntp/dist/sntp/unity/Makefile.in: up to 1.1.1.2
external/bsd/ntp/dist/sntp/unity/auto/colour_prompt.rb: up to 1.1.1.1
external/bsd/ntp/dist/sntp/unity/auto/colour_reporter.rb: up to 1.1.1.1
external/bsd/ntp/dist/sntp/unity/auto/generate_config.yml: up to 1.1.1.1
external/bsd/ntp/dist/sntp/unity/auto/generate_module.rb: up to 1.1.1.1
external/bsd/ntp/dist/sntp/unity/auto/generate_test_runner.rb: up to 1.1.1.2
external/bsd/ntp/dist/sntp/unity/auto/parseOutput.rb: up to 1.1.1.1
external/bsd/ntp/dist/sntp/unity/auto/runner_maybe.c: up to 1.1.1.2
external/bsd/ntp/dist/sntp/unity/auto/test_file_filter.rb: up to 1.1.1.1
external/bsd/ntp/dist/sntp/unity/auto/type_sanitizer.rb: up to 1.1.1.1
external/bsd/ntp/dist/sntp/unity/auto/unity_test_summary.py: up to 1.1.1.1
external/bsd/ntp/dist/sntp/unity/auto/unity_test_summary.rb: up to 1.1.1.2
external/bsd/ntp/dist/sntp/unity/unity.c: up to 1.1.1.3
external/bsd/ntp/dist/sntp/unity/unity.h: up to 1.1.1.2
external/bsd/ntp/dist/sntp/unity/unity_config.h: up to 1.1.1.1
external/bsd/ntp/dist/sntp/unity/unity_fixture.c: up to 1.1.1.2
external/bsd/ntp/dist/sntp/unity/unity_fixture.h: up to 1.1.1.2
external/bsd/ntp/dist/sntp/unity/unity_fixture_internals.h: up to 1.1.1.2
external/bsd/ntp/dist/sntp/unity/unity_fixture_malloc_overrides.h: up to 1.1.1.2
external/bsd/ntp/dist/sntp/unity/unity_internals.h: up to 1.1.1.3
external/bsd/ntp/dist/sntp/version.c: up to 1.1.1.3
external/bsd/ntp/dist/tests/Makefile.am: up to 1.1.1.3
external/bsd/ntp/dist/tests/Makefile.in: up to 1.1.1.5
external/bsd/ntp/dist/tests/bug-2803/Makefile.am: up to 1.1.1.2
external/bsd/ntp/dist/tests/bug-2803/Makefile.in: up to 1.1.1.2
external/bsd/ntp/dist/tests/bug-2803/bug-2803.c: up to 1.1.1.2
external/bsd/ntp/dist/tests/bug-2803/run-bug-2803.c: up to 1.1.1.3
external/bsd/ntp/dist/tests/libntp/Makefile.am: up to 1.1.1.4
external/bsd/ntp/dist/tests/libntp/Makefile.in: up to 1.1.1.5
external/bsd/ntp/dist/tests/libntp/a_md5encrypt.c: up to 1.1.1.3
external/bsd/ntp/dist/tests/libntp/a_md5encrypt.cpp: delete
external/bsd/ntp/dist/tests/libntp/atoint.c: up to 1.1.1.3
external/bsd/ntp/dist/tests/libntp/atoint.cpp: delete
external/bsd/ntp/dist/tests/libntp/atouint.c: up to 1.1.1.3
external/bsd/ntp/dist/tests/libntp/atouint.cpp: delete
external/bsd/ntp/dist/tests/libntp/authkeys.c: up to 1.1.1.3
external/bsd/ntp/dist/tests/libntp/authkeys.cpp: delete
external/bsd/ntp/dist/tests/libntp/buftvtots.c: up to 1.1.1.3
external/bsd/ntp/dist/tests/libntp/buftvtots.cpp: delete
external/bsd/ntp/dist/tests/libntp/calendar.c: up to 1.1.1.3
external/bsd/ntp/dist/tests/libntp/calendar.cpp: delete
external/bsd/ntp/dist/tests/libntp/caljulian.c: up to 1.1.1.3
external/bsd/ntp/dist/tests/libntp/caljulian.cpp:: delete
external/bsd/ntp/dist/tests/libntp/caltontp.c: up to 1.1.1.3
external/bsd/ntp/dist/tests/libntp/caltontp.cpp: delete
external/bsd/ntp/dist/tests/libntp/calyearstart.c: up to 1.1.1.3
external/bsd/ntp/dist/tests/libntp/calyearstart.cpp: delete
external/bsd/ntp/dist/tests/libntp/clocktime.c: up to 1.1.1.3
external/bsd/ntp/dist/tests/libntp/clocktime.cpp: delete
external/bsd/ntp/dist/tests/libntp/decodenetnum.c: up to 1.1.1.3
external/bsd/ntp/dist/tests/libntp/decodenetnum.cpp: delete
external/bsd/ntp/dist/tests/libntp/hextoint.c: up to 1.1.1.3
external/bsd/ntp/dist/tests/libntp/hextoint.cpp: delete
external/bsd/ntp/dist/tests/libntp/hextolfp.c: up to 1.1.1.3
external/bsd/ntp/dist/tests/libntp/hextolfp.cpp: delete
external/bsd/ntp/dist/tests/libntp/humandate.c: up to 1.1.1.3
external/bsd/ntp/dist/tests/libntp/humandate.cpp: delete
external/bsd/ntp/dist/tests/libntp/lfpfunc.c: up to 1.1.1.3
external/bsd/ntp/dist/tests/libntp/lfpfunc.cpp: delete
external/bsd/ntp/dist/tests/libntp/lfptest.c: up to 1.1.1.1
external/bsd/ntp/dist/tests/libntp/lfptest.h: up to 1.4
external/bsd/ntp/dist/tests/libntp/lfptostr.c: up to 1.1.1.3
external/bsd/ntp/dist/tests/libntp/lfptostr.cpp: delete
external/bsd/ntp/dist/tests/libntp/libntptest.cpp: delete
external/bsd/ntp/dist/tests/libntp/libntptest.h: delete
external/bsd/ntp/dist/tests/libntp/modetoa.c: up to 1.1.1.3
external/bsd/ntp/dist/tests/libntp/modetoa.cpp: delete
external/bsd/ntp/dist/tests/libntp/msyslog.c: up to 1.1.1.3
external/bsd/ntp/dist/tests/libntp/msyslog.cpp: delete
external/bsd/ntp/dist/tests/libntp/netof.c: up to 1.1.1.3
external/bsd/ntp/dist/tests/libntp/netof.cpp: delete
external/bsd/ntp/dist/tests/libntp/numtoa.c: up to 1.1.1.3
external/bsd/ntp/dist/tests/libntp/numtoa.cpp: delete
external/bsd/ntp/dist/tests/libntp/numtohost.c: up to 1.1.1.3
external/bsd/ntp/dist/tests/libntp/numtohost.cpp: delete
external/bsd/ntp/dist/tests/libntp/octtoint.c: up to 1.1.1.3
external/bsd/ntp/dist/tests/libntp/octtoint.cpp: delete
external/bsd/ntp/dist/tests/libntp/prettydate.c: up to 1.1.1.3
external/bsd/ntp/dist/tests/libntp/prettydate.cpp: delete
external/bsd/ntp/dist/tests/libntp/recvbuff.c: up to 1.1.1.3
external/bsd/ntp/dist/tests/libntp/recvbuff.cpp: delete
external/bsd/ntp/dist/tests/libntp/refidsmear.c: up to 1.1.1.3
external/bsd/ntp/dist/tests/libntp/refnumtoa.c: up to 1.1.1.3
external/bsd/ntp/dist/tests/libntp/refnumtoa.cpp: delete
external/bsd/ntp/dist/tests/libntp/run-a_md5encrypt.c: up to 1.1.1.3
external/bsd/ntp/dist/tests/libntp/run-atoint.c: up to 1.1.1.3
external/bsd/ntp/dist/tests/libntp/run-atouint.c: up to 1.1.1.3
external/bsd/ntp/dist/tests/libntp/run-authkeys.c: up to 1.1.1.3
external/bsd/ntp/dist/tests/libntp/run-buftvtots.c: up to 1.1.1.3
external/bsd/ntp/dist/tests/libntp/run-calendar.c: up to 1.1.1.3
external/bsd/ntp/dist/tests/libntp/run-caljulian.c: up to 1.1.1.3
external/bsd/ntp/dist/tests/libntp/run-caltontp.c: up to 1.1.1.3
external/bsd/ntp/dist/tests/libntp/run-calyearstart.c: up to 1.1.1.3
external/bsd/ntp/dist/tests/libntp/run-clocktime.c: up to 1.1.1.3
external/bsd/ntp/dist/tests/libntp/run-decodenetnum.c: up to 1.1.1.3
external/bsd/ntp/dist/tests/libntp/run-hextoint.c: up to 1.1.1.3
external/bsd/ntp/dist/tests/libntp/run-hextolfp.c: up to 1.1.1.3
external/bsd/ntp/dist/tests/libntp/run-humandate.c: up to 1.1.1.3
external/bsd/ntp/dist/tests/libntp/run-lfpfunc.c: up to 1.1.1.3
external/bsd/ntp/dist/tests/libntp/run-lfptostr.c: up to 1.1.1.3
external/bsd/ntp/dist/tests/libntp/run-modetoa.c: up to 1.1.1.3
external/bsd/ntp/dist/tests/libntp/run-msyslog.c: up to 1.1.1.3
external/bsd/ntp/dist/tests/libntp/run-netof.c: up to 1.1.1.3
external/bsd/ntp/dist/tests/libntp/run-numtoa.c: up to 1.1.1.3
external/bsd/ntp/dist/tests/libntp/run-numtohost.c: up to 1.1.1.3
external/bsd/ntp/dist/tests/libntp/run-octtoint.c: up to 1.1.1.3
external/bsd/ntp/dist/tests/libntp/run-prettydate.c: up to 1.1.1.3
external/bsd/ntp/dist/tests/libntp/run-recvbuff.c: up to 1.1.1.3
external/bsd/ntp/dist/tests/libntp/run-refidsmear.c: up to 1.1.1.3
external/bsd/ntp/dist/tests/libntp/run-refnumtoa.c: up to 1.1.1.3
external/bsd/ntp/dist/tests/libntp/run-sfptostr.c: up to 1.1.1.3
external/bsd/ntp/dist/tests/libntp/run-socktoa.c: up to 1.1.1.3
external/bsd/ntp/dist/tests/libntp/run-ssl_init.c: up to 1.1.1.3
external/bsd/ntp/dist/tests/libntp/run-statestr.c: up to 1.1.1.3
external/bsd/ntp/dist/tests/libntp/run-strtolfp.c: up to 1.1.1.3
external/bsd/ntp/dist/tests/libntp/run-timespecops.c: up to 1.1.1.3
external/bsd/ntp/dist/tests/libntp/run-timevalops.c: up to 1.1.1.3
external/bsd/ntp/dist/tests/libntp/run-tstotv.c: up to 1.1.1.3
external/bsd/ntp/dist/tests/libntp/run-tvtots.c: up to 1.1.1.3
external/bsd/ntp/dist/tests/libntp/run-uglydate.c: up to 1.1.1.3
external/bsd/ntp/dist/tests/libntp/run-vi64ops.c: up to 1.1.1.3
external/bsd/ntp/dist/tests/libntp/run-ymd2yd.c: up to 1.1.1.3
external/bsd/ntp/dist/tests/libntp/sfptostr.c: up to 1.1.1.3
external/bsd/ntp/dist/tests/libntp/sfptostr.cpp: delete
external/bsd/ntp/dist/tests/libntp/sockaddrtest.c: up to 1.1.1.1
external/bsd/ntp/dist/tests/libntp/sockaddrtest.h: up to 1.4
external/bsd/ntp/dist/tests/libntp/socktoa.c: up to 1.1.1.3
external/bsd/ntp/dist/tests/libntp/socktoa.cpp: delete
external/bsd/ntp/dist/tests/libntp/ssl_init.c: up to 1.1.1.3
external/bsd/ntp/dist/tests/libntp/ssl_init.cpp: delete
external/bsd/ntp/dist/tests/libntp/statestr.c: up to 1.1.1.3
external/bsd/ntp/dist/tests/libntp/statestr.cpp: delete
external/bsd/ntp/dist/tests/libntp/strtolfp.c: up to 1.1.1.3
external/bsd/ntp/dist/tests/libntp/strtolfp.cpp: delete
external/bsd/ntp/dist/tests/libntp/test-libntp.c: up to 1.1.1.3
external/bsd/ntp/dist/tests/libntp/test-libntp.h: up to 1.1.1.3
external/bsd/ntp/dist/tests/libntp/timespecops.c: up to 1.1.1.3
external/bsd/ntp/dist/tests/libntp/timespecops.cpp: delete
external/bsd/ntp/dist/tests/libntp/timestructs.cpp: delete
external/bsd/ntp/dist/tests/libntp/timestructs.h: delete
external/bsd/ntp/dist/tests/libntp/timevalops.c: up to 1.1.1.3
external/bsd/ntp/dist/tests/libntp/timevalops.cpp: delete
external/bsd/ntp/dist/tests/libntp/tstotv.c: up to 1.1.1.3
external/bsd/ntp/dist/tests/libntp/tstotv.cpp: delete
external/bsd/ntp/dist/tests/libntp/tvtots.c: up to 1.1.1.3
external/bsd/ntp/dist/tests/libntp/tvtots.cpp: delete
external/bsd/ntp/dist/tests/libntp/uglydate.c: up to 1.1.1.3
external/bsd/ntp/dist/tests/libntp/uglydate.cpp: delete
external/bsd/ntp/dist/tests/libntp/vi64ops.c: up to 1.1.1.3
external/bsd/ntp/dist/tests/libntp/vi64ops.cpp: delete
external/bsd/ntp/dist/tests/libntp/ymd2yd.c: up to 1.1.1.3
external/bsd/ntp/dist/tests/libntp/ymd2yd.cpp: delete
external/bsd/ntp/dist/tests/ntpd/Makefile.am: up to 1.1.1.2
external/bsd/ntp/dist/tests/ntpd/Makefile.in: up to 1.1.1.5
external/bsd/ntp/dist/tests/ntpd/leapsec.c: up to 1.1.1.1
external/bsd/ntp/dist/tests/ntpd/leapsec.cpp: delete
external/bsd/ntp/dist/tests/ntpd/ntp_prio_q.c: up to 1.1.1.1
external/bsd/ntp/dist/tests/ntpd/ntp_restrict.c: up to 1.1.1.1
external/bsd/ntp/dist/tests/ntpd/ntpdtest.cpp: delete
external/bsd/ntp/dist/tests/ntpd/ntpdtest.h: delete
external/bsd/ntp/dist/tests/ntpd/rc_cmdlength.c: up to 1.1.1.1
external/bsd/ntp/dist/tests/ntpd/run-leapsec.c: up to 1.1.1.1
external/bsd/ntp/dist/tests/ntpd/run-ntp_prio_q.c: up to 1.1.1.1
external/bsd/ntp/dist/tests/ntpd/run-ntp_restrict.c: up to 1.1.1.1
external/bsd/ntp/dist/tests/ntpd/run-rc_cmdlength.c: up to 1.1.1.1
external/bsd/ntp/dist/tests/ntpd/run-t-ntp_scanner.c: up to 1.1.1.1
external/bsd/ntp/dist/tests/ntpd/run-t-ntp_signd.c: up to 1.1.1.1
external/bsd/ntp/dist/tests/ntpd/t-ntp_scanner.c: up to 1.1.1.1
external/bsd/ntp/dist/tests/ntpd/t-ntp_signd.c: up to 1.1.1.1
external/bsd/ntp/dist/tests/ntpq/Makefile.am: up to 1.1.1.1
external/bsd/ntp/dist/tests/ntpq/Makefile.in: up to 1.1.1.1
external/bsd/ntp/dist/tests/ntpq/run-t-ntpq.c: up to 1.1.1.1
external/bsd/ntp/dist/tests/ntpq/t-ntpq.c: up to 1.1.1.1
external/bsd/ntp/dist/tests/sandbox/Makefile.am: up to 1.1.1.2
external/bsd/ntp/dist/tests/sandbox/Makefile.in: up to 1.1.1.2
external/bsd/ntp/dist/tests/sandbox/bug-2803.c: up to 1.1.1.2
external/bsd/ntp/dist/tests/sandbox/modetoa.c: up to 1.1.1.2
external/bsd/ntp/dist/tests/sandbox/run-modetoa.c: up to 1.1.1.3
external/bsd/ntp/dist/tests/sandbox/run-uglydate.c: up to 1.1.1.3
external/bsd/ntp/dist/tests/sandbox/run-ut-2803.c: up to 1.1.1.3
external/bsd/ntp/dist/tests/sandbox/smeartest.c: up to 1.1.1.3
external/bsd/ntp/dist/tests/sandbox/uglydate.c: up to 1.1.1.2
external/bsd/ntp/dist/tests/sandbox/ut-2803.c: up to 1.1.1.2
external/bsd/ntp/dist/tests/sec-2853/Makefile.am: up to 1.1.1.2
external/bsd/ntp/dist/tests/sec-2853/Makefile.in: up to 1.1.1.2
external/bsd/ntp/dist/tests/sec-2853/run-sec-2853.c: up to 1.1.1.3
external/bsd/ntp/dist/tests/sec-2853/sec-2853.c: up to 1.1.1.3
external/bsd/ntp/dist/util/Makefile.am: up to 1.1.1.5
external/bsd/ntp/dist/util/Makefile.in: up to 1.1.1.7
external/bsd/ntp/dist/util/invoke-ntp-keygen.texi: up to 1.1.1.5
external/bsd/ntp/dist/util/jitter.c: up to 1.4
external/bsd/ntp/dist/util/jitter.h: delete
external/bsd/ntp/dist/util/ntp-keygen-opts.c: up to 1.10
external/bsd/ntp/dist/util/ntp-keygen-opts.h: up to 1.5
external/bsd/ntp/dist/util/ntp-keygen.1ntp-keygenman: up to 1.1.1.5
external/bsd/ntp/dist/util/ntp-keygen.1ntp-keygenmdoc: up to 1.1.1.5
external/bsd/ntp/dist/util/ntp-keygen.c: up to 1.9
external/bsd/ntp/dist/util/ntp-keygen.html: up to 1.1.1.5
external/bsd/ntp/dist/util/ntp-keygen.man.in: up to 1.1.1.5
external/bsd/ntp/dist/util/ntp-keygen.mdoc.in: up to 1.1.1.5
external/bsd/ntp/dist/util/ntptime.c: up to 1.7
external/bsd/ntp/html/Makefile: up to 1.3
external/bsd/ntp/importdate: up to 1.7
external/bsd/ntp/include/config.h: up to 1.13
external/bsd/ntp/ntp2netbsd: up to 1.5
external/bsd/ntp/scripts/mkver: up to 1.7
Update ntp to 4.2.8p4.
@
text
@d94 1
a94 1
Enable reception of broadcast server messages to any local interface (type b address). Ordinarily, upon receiving a broadcast message for the first time, the broadcast client measures the nominal server propagation delay using a brief client/server exchange, after which it continues in listen-only mode. If a nonzero value is specified in the broadcastdelay command, the value becomes the delay and the volley is not executed. Note: the novolley option has been deprecated for future enhancements. Note that, in order to avoid accidental or malicious disruption in this mode, both the server and client should operate using symmetric key or public key authentication as described in the Authentication Options page. Note that the volley is required with public key authentication in order to run the Autokey protocol.
a98 2
mdnstriesnumber
If we are participating in mDNS, after we have synched for the first time we attempt to register with the mDNS system. If that registration attempt fails, we try again at one minute intervals for up to mdnstries times. After all, ntpd may be starting before mDNS. The default value for mdnstries is 5.
@
1.1.1.1.12.1
log
@Rebase to HEAD as of a few days ago.
@
text
@d6 1
a6 1
Server Commands and Options
d10 1
a10 1
Following is a description of the server configuration commands in NTPv4. There are two classes of commands, configuration commands that configure an association with a remote server, peer or reference clock, and auxiliary commands that specify environment variables that control various related operations.
The various modes described on the Association Management page are determined by the command keyword and the DNS name or IP address. Addresses are classed by type as (s) a remote server or peer (IPv4 class A, B and C or IPv6), (b) the IPv4 broadcast address of a local interface, (m) a multicast address (IPv4 class D or IPv6), or (r) a reference clock address (127.127.x.x). For type m addresses the IANA has assigned the multicast group address IPv4 224.0.1.1 and IPv6 ff05::101 (site local) exclusively to NTP, but other nonconflicting addresses can be used.
d41 9
a49 3
support for the IPv6 address family is generated in addition to the default IPv4 address family. IPv6 addresses can be identified by the presence of colons ":" in the address field. IPv6 addresses can be used almost everywhere where IPv4 addresses can be used, with the exception of reference clock addresses, which are always IPv4. Note that in contexts where a host name is expected, a -4 qualifier preceding the host name forces DNS resolution to the IPv4 namespace, while a -6 qualifier forces DNS resolution to the IPv6 namespace.
Server Commands
Unless noted otherwise, further information about these commands is on the Association Management page.
d56 5
a60 1
These commands specify the remote server name or address to be used and the mode in which to operate. The address can be either a DNS name or a IPv4 or IPv6 address in standard notation. In general, multiple commands of each type can be used for different server and peer addresses or multicast groups.
d63 28
a90 11
For type s and r addresses (only), this command mobilizes a persistent client mode association with the specified remote server or local reference clock. If the preempt flag is specified, a preemptable client mode association is mobilized instead.
peer
For type s addresses (only), this command mobilizes a persistent symmetric-active mode association with the specified remote peer.
broadcast
For type b and m addressees (only), this command mobilizes a broadcast or multicast server mode association. Note that type b messages go only to the interface specified, but type m messages go to all interfaces.
manycastclient
For type m addresses (only), this command mobilizes a preemptable manycast client mode association for the multicast group address specified. In this mode the address must match the address specified on the manycastserver command of one or more designated manycast servers. Additional information about this command is on the Automatic Server Discovery page.
pool
For type s addresses (only) this command mobilizes a preemptable pool client mode association for the DNS name specified. The DNS name must resolve to one or more IPv4 or IPv6 addresses. Additional information about this command is on the Automatic Server Discovery page. The www.pool.ntp.org page describes a compatible pool of public NTP servers.
unpeer
This command removes a previously configured association. An address or association ID can be used to identify the association. Either an IP address or DNS name can be used. This command is most useful when supplied via ntpq runtime configuration commands :config and config-from-file.
When the server is reachable, send a burst of packets instead of the usual one. This option is valid only with the server command and type s addresses. It is a recommended option when the maxpoll option is greater than 10 (1024 s). Additional information about this option is on the Poll Program page.
iburst
When the server is unreachable, send a burst of packets instead of the usual one. This option is valid only with the server command and type s addresses. It is a recommended option with this command. Additional information about this option is on the Poll Program page.
Send and receive packets authenticated by the symmetric key scheme described in the Authentication Support page. The key specifies the key identifier with values from 1 to 65534, inclusive. This option is mutually exclusive with the autokey option.
minpoll minpoll maxpoll maxpoll
These options specify the minimum and maximum poll intervals for NTP messages, in seconds as a power of two. The maximum poll interval defaults to 10 (1024 s), but can be increased by the maxpoll option to an upper limit of 17 (36 hr). The minimum poll interval defaults to 6 (64 s), but can be decreased by the minpoll option to a lower limit of 3 (8 s). Additional information about this option is on the Poll Program page.
d127 3
a129 1
Pass the option to a reference clock driver, where option is an integer in the range from 0 to 255, inclusive. This option is valid only with type r addresses.
d131 2
a132 1
Marks the server or peer to be ignored by the selection algorithm as unreachable, but visible to the monitoring program. This option is valid only with the server and peer commands.
d134 3
a136 1
Specifies the association as preemptable rather than the default persistent. This option is ignored with the broadcast command and is most useful with the manycastclient and pool commands.
d138 4
a141 1
Mark the server as preferred. All other things being equal, this host will be chosen for synchronization among a set of correctly operating hosts. See the Mitigation Rules and the prefer Keyword page for further information. This option is valid only with the server and peer commands.
d143 6
a148 1
Mark the association to assume truechimer status; that is, always survive the selection and clustering algorithms. This option can be used with any association, but is most useful for reference clocks with large jitter on the serial port and precision pulse-per-second (PPS) signals. Caution: this option defeats the algorithms designed to cast out falsetickers and can allow these sources to set the system clock. This option is valid only with the server and peer commands.
d150 3
a152 1
This option specifies the time-to-live ttl for the broadcast command and the maximum ttl for the expanding ring search used by the manycastclient command. Selection of the proper value, which defaults to 127, is something of a black art and should be coordinated with the network administrator. This option is invalid with type r addresses.
d154 3
a156 2
Specifies the version number to be used of
or outgoing NTP packets. Versions 1-4 are the choices, with version 4 the default.
d158 2
a159 1
Operate in interleaved mode (symmetric and broadcast modes only). Further information is on the NTP Interleaved Modes page.
d161 1
a161 1
Auxiliary Commands
d164 18
a181 3
Enable reception of broadcast server messages to any local interface (type b address). Ordinarily, upon receiving a broadcast message for the first time, the broadcast client measures the nominal server propagation delay using a brief client/server exchange, after which it continues in listen-only mode. If a nonzero value is specified in the broadcastdelay command, the value becomes the delay and the volley is not executed. Note: the novolley option has been deprecated for future enhancements. Note that, in order to avoid accidental or malicious disruption in this mode, both the server and client should operate using symmetric key or public key authentication as described in the Authentication Options page. Note that the volley is required with public key authentication in order to run the Autokey protocol..
manycastserver address [...]
Enable reception of manycast client messages (type m) to the multicasts group address(es) (type m) specified. At least one address is required. Note that, in order to avoid accidental or malicious disruption, both the server and client should operate using symmetric key or public key authentication as described in the Authentication Options page.
d183 8
a190 1
Enable reception of multicast server messages to the multicast group address(es) (type m) specified. Upon receiving a message for the first time, the multicast client measures the nominal server propagation delay using a brief client/server exchange with the server, then enters the broadcast client mode, in which it synchronizes to succeeding multicast messages. Note that, in order to avoid accidental or malicious disruption in this mode, both the server and client should operate using symmetric key or public key authentication as described in the Authentication Options page.
d192 3
@
1.1.1.1.6.1
log
@sync with head.
for a reference, the tree before this commit was tagged
as yamt-pagecache-tag8.
this commit was splitted into small chunks to avoid
a limitation of cvs. ("Protocol error: too many arguments")
@
text
@d6 1
a6 1
Server Commands and Options
d10 1
a10 1
Following is a description of the server configuration commands in NTPv4. There are two classes of commands, configuration commands that configure an association with a remote server, peer or reference clock, and auxiliary commands that specify environment variables that control various related operations.
The various modes described on the Association Management page are determined by the command keyword and the DNS name or IP address. Addresses are classed by type as (s) a remote server or peer (IPv4 class A, B and C or IPv6), (b) the IPv4 broadcast address of a local interface, (m) a multicast address (IPv4 class D or IPv6), or (r) a reference clock address (127.127.x.x). For type m addresses the IANA has assigned the multicast group address IPv4 224.0.1.1 and IPv6 ff05::101 (site local) exclusively to NTP, but other nonconflicting addresses can be used.
d41 9
a49 3
support for the IPv6 address family is generated in addition to the default IPv4 address family. IPv6 addresses can be identified by the presence of colons ":" in the address field. IPv6 addresses can be used almost everywhere where IPv4 addresses can be used, with the exception of reference clock addresses, which are always IPv4. Note that in contexts where a host name is expected, a -4 qualifier preceding the host name forces DNS resolution to the IPv4 namespace, while a -6 qualifier forces DNS resolution to the IPv6 namespace.
Server Commands
Unless noted otherwise, further information about these commands is on the Association Management page.
d56 5
a60 1
These commands specify the remote server name or address to be used and the mode in which to operate. The address can be either a DNS name or a IPv4 or IPv6 address in standard notation. In general, multiple commands of each type can be used for different server and peer addresses or multicast groups.
d63 28
a90 11
For type s and r addresses (only), this command mobilizes a persistent client mode association with the specified remote server or local reference clock. If the preempt flag is specified, a preemptable client mode association is mobilized instead.
peer
For type s addresses (only), this command mobilizes a persistent symmetric-active mode association with the specified remote peer.
broadcast
For type b and m addressees (only), this command mobilizes a broadcast or multicast server mode association. Note that type b messages go only to the interface specified, but type m messages go to all interfaces.
manycastclient
For type m addresses (only), this command mobilizes a preemptable manycast client mode association for the multicast group address specified. In this mode the address must match the address specified on the manycastserver command of one or more designated manycast servers. Additional information about this command is on the Automatic Server Discovery page.
pool
For type s addresses (only) this command mobilizes a preemptable pool client mode association for the DNS name specified. The DNS name must resolve to one or more IPv4 or IPv6 addresses. Additional information about this command is on the Automatic Server Discovery page. The www.pool.ntp.org page describes a compatible pool of public NTP servers.
unpeer
This command removes a previously configured association. An address or association ID can be used to identify the association. Either an IP address or DNS name can be used. This command is most useful when supplied via ntpq runtime configuration commands :config and config-from-file.
When the server is reachable, send a burst of packets instead of the usual one. This option is valid only with the server command and type s addresses. It is a recommended option when the maxpoll option is greater than 10 (1024 s). Additional information about this option is on the Poll Program page.
iburst
When the server is unreachable, send a burst of packets instead of the usual one. This option is valid only with the server command and type s addresses. It is a recommended option with this command. Additional information about this option is on the Poll Program page.
Send and receive packets authenticated by the symmetric key scheme described in the Authentication Support page. The key specifies the key identifier with values from 1 to 65534, inclusive. This option is mutually exclusive with the autokey option.
minpoll minpoll maxpoll maxpoll
These options specify the minimum and maximum poll intervals for NTP messages, in seconds as a power of two. The maximum poll interval defaults to 10 (1024 s), but can be increased by the maxpoll option to an upper limit of 17 (36 hr). The minimum poll interval defaults to 6 (64 s), but can be decreased by the minpoll option to a lower limit of 3 (8 s). Additional information about this option is on the Poll Program page.
d127 3
a129 1
Pass the option to a reference clock driver, where option is an integer in the range from 0 to 255, inclusive. This option is valid only with type r addresses.
d131 2
a132 1
Marks the server or peer to be ignored by the selection algorithm as unreachable, but visible to the monitoring program. This option is valid only with the server and peer commands.
d134 3
a136 1
Specifies the association as preemptable rather than the default persistent. This option is ignored with the broadcast command and is most useful with the manycastclient and pool commands.
d138 4
a141 1
Mark the server as preferred. All other things being equal, this host will be chosen for synchronization among a set of correctly operating hosts. See the Mitigation Rules and the prefer Keyword page for further information. This option is valid only with the server and peer commands.
d143 6
a148 1
Mark the association to assume truechimer status; that is, always survive the selection and clustering algorithms. This option can be used with any association, but is most useful for reference clocks with large jitter on the serial port and precision pulse-per-second (PPS) signals. Caution: this option defeats the algorithms designed to cast out falsetickers and can allow these sources to set the system clock. This option is valid only with the server and peer commands.
d150 3
a152 1
This option specifies the time-to-live ttl for the broadcast command and the maximum ttl for the expanding ring search used by the manycastclient command. Selection of the proper value, which defaults to 127, is something of a black art and should be coordinated with the network administrator. This option is invalid with type r addresses.
d154 3
a156 2
Specifies the version number to be used of
or outgoing NTP packets. Versions 1-4 are the choices, with version 4 the default.
d158 2
a159 1
Operate in interleaved mode (symmetric and broadcast modes only). Further information is on the NTP Interleaved Modes page.
d161 1
a161 1
Auxiliary Commands
d164 18
a181 3
Enable reception of broadcast server messages to any local interface (type b address). Ordinarily, upon receiving a broadcast message for the first time, the broadcast client measures the nominal server propagation delay using a brief client/server exchange, after which it continues in listen-only mode. If a nonzero value is specified in the broadcastdelay command, the value becomes the delay and the volley is not executed. Note: the novolley option has been deprecated for future enhancements. Note that, in order to avoid accidental or malicious disruption in this mode, both the server and client should operate using symmetric key or public key authentication as described in the Authentication Options page. Note that the volley is required with public key authentication in order to run the Autokey protocol..
manycastserver address [...]
Enable reception of manycast client messages (type m) to the multicasts group address(es) (type m) specified. At least one address is required. Note that, in order to avoid accidental or malicious disruption, both the server and client should operate using symmetric key or public key authentication as described in the Authentication Options page.
d183 8
a190 1
Enable reception of multicast server messages to the multicast group address(es) (type m) specified. Upon receiving a message for the first time, the multicast client measures the nominal server propagation delay using a brief client/server exchange with the server, then enters the broadcast client mode, in which it synchronizes to succeeding multicast messages. Note that, in order to avoid accidental or malicious disruption in this mode, both the server and client should operate using symmetric key or public key authentication as described in the Authentication Options page.
d192 3
@
1.1.1.2
log
@import devel ntpd to avoid amplification attacks.
@
text
@d6 1
a6 1
Server Commands and Options
d10 1
a10 1
Following is a description of the server configuration commands in NTPv4. There are two classes of commands, configuration commands that configure an association with a remote server, peer or reference clock, and auxiliary commands that specify environment variables that control various related operations.
The various modes described on the Association Management page are determined by the command keyword and the DNS name or IP address. Addresses are classed by type as (s) a remote server or peer (IPv4 class A, B and C or IPv6), (b) the IPv4 broadcast address of a local interface, (m) a multicast address (IPv4 class D or IPv6), or (r) a reference clock address (127.127.x.x). For type m addresses the IANA has assigned the multicast group address IPv4 224.0.1.1 and IPv6 ff05::101 (site local) exclusively to NTP, but other nonconflicting addresses can be used.
d41 9
a49 3
support for the IPv6 address family is generated in addition to the default IPv4 address family. IPv6 addresses can be identified by the presence of colons ":" in the address field. IPv6 addresses can be used almost everywhere where IPv4 addresses can be used, with the exception of reference clock addresses, which are always IPv4. Note that in contexts where a host name is expected, a -4 qualifier preceding the host name forces DNS resolution to the IPv4 namespace, while a -6 qualifier forces DNS resolution to the IPv6 namespace.
Server Commands
Unless noted otherwise, further information about these commands is on the Association Management page.
d56 5
a60 1
These commands specify the remote server name or address to be used and the mode in which to operate. The address can be either a DNS name or a IPv4 or IPv6 address in standard notation. In general, multiple commands of each type can be used for different server and peer addresses or multicast groups.
d63 28
a90 11
For type s and r addresses (only), this command mobilizes a persistent client mode association with the specified remote server or local reference clock. If the preempt flag is specified, a preemptable client mode association is mobilized instead.
peer
For type s addresses (only), this command mobilizes a persistent symmetric-active mode association with the specified remote peer.
broadcast
For type b and m addressees (only), this command mobilizes a broadcast or multicast server mode association. Note that type b messages go only to the interface specified, but type m messages go to all interfaces.
manycastclient
For type m addresses (only), this command mobilizes a preemptable manycast client mode association for the multicast group address specified. In this mode the address must match the address specified on the manycastserver command of one or more designated manycast servers. Additional information about this command is on the Automatic Server Discovery page.
pool
For type s addresses (only) this command mobilizes a preemptable pool client mode association for the DNS name specified. The DNS name must resolve to one or more IPv4 or IPv6 addresses. Additional information about this command is on the Automatic Server Discovery page. The www.pool.ntp.org page describes a compatible pool of public NTP servers.
unpeer
This command removes a previously configured association. An address or association ID can be used to identify the association. Either an IP address or DNS name can be used. This command is most useful when supplied via ntpq runtime configuration commands :config and config-from-file.
When the server is reachable, send a burst of packets instead of the usual one. This option is valid only with the server command and type s addresses. It is a recommended option when the maxpoll option is greater than 10 (1024 s). Additional information about this option is on the Poll Program page.
iburst
When the server is unreachable, send a burst of packets instead of the usual one. This option is valid only with the server command and type s addresses. It is a recommended option with this command. Additional information about this option is on the Poll Program page.
Send and receive packets authenticated by the symmetric key scheme described in the Authentication Support page. The key specifies the key identifier with values from 1 to 65534, inclusive. This option is mutually exclusive with the autokey option.
minpoll minpoll maxpoll maxpoll
These options specify the minimum and maximum poll intervals for NTP messages, in seconds as a power of two. The maximum poll interval defaults to 10 (1024 s), but can be increased by the maxpoll option to an upper limit of 17 (36 hr). The minimum poll interval defaults to 6 (64 s), but can be decreased by the minpoll option to a lower limit of 3 (8 s). Additional information about this option is on the Poll Program page.
d127 3
a129 1
Pass the option to a reference clock driver, where option is an integer in the range from 0 to 255, inclusive. This option is valid only with type r addresses.
d131 2
a132 1
Marks the server or peer to be ignored by the selection algorithm as unreachable, but visible to the monitoring program. This option is valid only with the server and peer commands.
d134 3
a136 1
Specifies the association as preemptable rather than the default persistent. This option is ignored with the broadcast command and is most useful with the manycastclient and pool commands.
d138 4
a141 1
Mark the server as preferred. All other things being equal, this host will be chosen for synchronization among a set of correctly operating hosts. See the Mitigation Rules and the prefer Keyword page for further information. This option is valid only with the server and peer commands.
d143 6
a148 1
Mark the association to assume truechimer status; that is, always survive the selection and clustering algorithms. This option can be used with any association, but is most useful for reference clocks with large jitter on the serial port and precision pulse-per-second (PPS) signals. Caution: this option defeats the algorithms designed to cast out falsetickers and can allow these sources to set the system clock. This option is valid only with the server and peer commands.
d150 3
a152 1
This option specifies the time-to-live ttl for the broadcast command and the maximum ttl for the expanding ring search used by the manycastclient command. Selection of the proper value, which defaults to 127, is something of a black art and should be coordinated with the network administrator. This option is invalid with type r addresses.
d154 3
a156 2
Specifies the version number to be used of
or outgoing NTP packets. Versions 1-4 are the choices, with version 4 the default.
d158 2
a159 1
Operate in interleaved mode (symmetric and broadcast modes only). Further information is on the NTP Interleaved Modes page.
d161 1
a161 1
Auxiliary Commands
d164 18
a181 3
Enable reception of broadcast server messages to any local interface (type b address). Ordinarily, upon receiving a broadcast message for the first time, the broadcast client measures the nominal server propagation delay using a brief client/server exchange, after which it continues in listen-only mode. If a nonzero value is specified in the broadcastdelay command, the value becomes the delay and the volley is not executed. Note: the novolley option has been deprecated for future enhancements. Note that, in order to avoid accidental or malicious disruption in this mode, both the server and client should operate using symmetric key or public key authentication as described in the Authentication Options page. Note that the volley is required with public key authentication in order to run the Autokey protocol..
manycastserver address [...]
Enable reception of manycast client messages (type m) to the multicasts group address(es) (type m) specified. At least one address is required. Note that, in order to avoid accidental or malicious disruption, both the server and client should operate using symmetric key or public key authentication as described in the Authentication Options page.
d183 8
a190 1
Enable reception of multicast server messages to the multicast group address(es) (type m) specified. Upon receiving a message for the first time, the multicast client measures the nominal server propagation delay using a brief client/server exchange with the server, then enters the broadcast client mode, in which it synchronizes to succeeding multicast messages. Note that, in order to avoid accidental or malicious disruption in this mode, both the server and client should operate using symmetric key or public key authentication as described in the Authentication Options page.
When the server is unreachable, send a burst of packets instead of the usual one. This option is valid only with the server command and type s addresses. It is a recommended option with this command. Additional information about this option is on the Poll Program page.
d85 2
a86 2
Specifies the version number to be used for
outgoing NTP packets. Versions 1-4 are the choices, with version 4 the default.
@
1.1.1.2.4.2
log
@Pull up following revision(s) (requested by christos in ticket #682):
external/bsd/ntp/dist/COPYRIGHT: up to 1.1.1.5
external/bsd/ntp/dist/ChangeLog: up to 1.1.1.5
external/bsd/ntp/dist/CommitLog: up to 1.1.1.5
external/bsd/ntp/dist/Makefile.am: up to 1.1.1.5
external/bsd/ntp/dist/Makefile.in: up to 1.1.1.5
external/bsd/ntp/dist/NEWS: up to 1.1.1.5
external/bsd/ntp/dist/aclocal.m4: up to 1.1.1.5
external/bsd/ntp/dist/adjtimed/Makefile.in: up to 1.1.1.5
external/bsd/ntp/dist/build: up to 1.1.1.5
external/bsd/ntp/dist/clockstuff/Makefile.in: up to 1.1.1.5
external/bsd/ntp/dist/config.h.in: up to 1.1.1.5
external/bsd/ntp/dist/configure: up to 1.1.1.5
external/bsd/ntp/dist/configure.ac: up to 1.1.1.5
external/bsd/ntp/dist/html/build.html: up to 1.1.1.4
external/bsd/ntp/dist/html/confopt.html: up to 1.1.1.4
external/bsd/ntp/dist/html/copyright.html: up to 1.1.1.5
external/bsd/ntp/dist/html/drivers/driver28.html: up to 1.1.1.4
external/bsd/ntp/dist/html/miscopt.html: up to 1.1.1.4
external/bsd/ntp/dist/html/sntp.html: up to 1.1.1.4
external/bsd/ntp/dist/include/Makefile.in: up to 1.1.1.5
external/bsd/ntp/dist/include/binio.h: up to 1.3
external/bsd/ntp/dist/include/isc/Makefile.in: up to 1.1.1.5
external/bsd/ntp/dist/include/mbg_gps166.h: up to 1.3
external/bsd/ntp/dist/include/ntp.h: up to 1.3
external/bsd/ntp/dist/include/ntp_calendar.h: up to 1.3
external/bsd/ntp/dist/include/ntp_fp.h: up to 1.6
external/bsd/ntp/dist/include/ntp_md5.h: up to 1.3
external/bsd/ntp/dist/include/ntpd.h: up to 1.6
external/bsd/ntp/dist/include/parse.h: up to 1.3
external/bsd/ntp/dist/include/parse_conf.h: up to 1.3
external/bsd/ntp/dist/include/timepps-Solaris.h: up to 1.3
external/bsd/ntp/dist/kernel/Makefile.in: up to 1.1.1.5
external/bsd/ntp/dist/kernel/sys/Makefile.in: up to 1.1.1.5
external/bsd/ntp/dist/kernel/sys/parsestreams.h: up to 1.3
external/bsd/ntp/dist/lib/isc/include/isc/backtrace.h: up to 1.3
external/bsd/ntp/dist/lib/isc/include/isc/socket.h: up to 1.3
external/bsd/ntp/dist/lib/isc/inet_ntop.c: up to 1.5
external/bsd/ntp/dist/lib/isc/log.c: up to 1.5
external/bsd/ntp/dist/lib/isc/result.c: up to 1.5
external/bsd/ntp/dist/lib/isc/unix/file.c: up to 1.5
external/bsd/ntp/dist/lib/isc/unix/ifiter_getifaddrs.c: up to 1.5
external/bsd/ntp/dist/lib/isc/unix/ifiter_ioctl.c: up to 1.3
external/bsd/ntp/dist/lib/isc/unix/net.c: up to 1.6
external/bsd/ntp/dist/libjsmn/jsmn.c: up to 1.3
external/bsd/ntp/dist/libntp/Makefile.in: up to 1.1.1.5
external/bsd/ntp/dist/libntp/audio.c: up to 1.7
external/bsd/ntp/dist/libntp/ntp_calendar.c: up to 1.5
external/bsd/ntp/dist/libntp/ntp_crypto_rnd.c: up to 1.3
external/bsd/ntp/dist/libntp/work_fork.c: up to 1.4
external/bsd/ntp/dist/libparse/Makefile.am: up to 1.1.1.4
external/bsd/ntp/dist/libparse/Makefile.in: up to 1.1.1.5
external/bsd/ntp/dist/libparse/clk_computime.c: up to 1.3
external/bsd/ntp/dist/libparse/clk_dcf7000.c: up to 1.3
external/bsd/ntp/dist/libparse/clk_hopf6021.c: up to 1.3
external/bsd/ntp/dist/libparse/clk_meinberg.c: up to 1.4
external/bsd/ntp/dist/libparse/clk_rawdcf.c: up to 1.5
external/bsd/ntp/dist/libparse/clk_rcc8000.c: up to 1.3
external/bsd/ntp/dist/libparse/clk_schmid.c: up to 1.3
external/bsd/ntp/dist/libparse/clk_sel240x.c: up to 1.3
external/bsd/ntp/dist/libparse/clk_trimtaip.c: up to 1.3
external/bsd/ntp/dist/libparse/clk_trimtsip.c: up to 1.3
external/bsd/ntp/dist/libparse/clk_varitext.c: up to 1.3
external/bsd/ntp/dist/libparse/clk_wharton.c: up to 1.3
external/bsd/ntp/dist/libparse/data_mbg.c: up to 1.6
external/bsd/ntp/dist/libparse/gpstolfp.c: up to 1.3
external/bsd/ntp/dist/libparse/info_trimble.c: up to 1.5
external/bsd/ntp/dist/libparse/mkinfo_rcmd.sed: up to 1.1.1.3
external/bsd/ntp/dist/libparse/mkinfo_scmd.sed: up to 1.1.1.3
external/bsd/ntp/dist/libparse/parse.c: up to 1.3
external/bsd/ntp/dist/libparse/parse_conf.c: up to 1.3
external/bsd/ntp/dist/libparse/parsesolaris.c: up to 1.3
external/bsd/ntp/dist/libparse/parsestreams.c: up to 1.3
external/bsd/ntp/dist/libparse/trim_info.c: up to 1.3
external/bsd/ntp/dist/ntpd/Makefile.am: up to 1.1.1.5
external/bsd/ntp/dist/ntpd/Makefile.in: up to 1.1.1.5
external/bsd/ntp/dist/ntpd/cmd_args.c: up to 1.3
external/bsd/ntp/dist/ntpd/invoke-ntp.conf.texi: up to 1.1.1.3
external/bsd/ntp/dist/ntpd/invoke-ntp.keys.texi: up to 1.1.1.3
external/bsd/ntp/dist/ntpd/invoke-ntpd.texi: up to 1.1.1.3
external/bsd/ntp/dist/ntpd/keyword-gen-utd: up to 1.1.1.3
external/bsd/ntp/dist/ntpd/keyword-gen.c: up to 1.6
external/bsd/ntp/dist/ntpd/ntp.conf.5man: up to 1.1.1.3
external/bsd/ntp/dist/ntpd/ntp.conf.5mdoc: up to 1.1.1.3
external/bsd/ntp/dist/ntpd/ntp.conf.def: up to 1.1.1.3
external/bsd/ntp/dist/ntpd/ntp.conf.html: up to 1.1.1.3
external/bsd/ntp/dist/ntpd/ntp.conf.man.in: up to 1.1.1.3
external/bsd/ntp/dist/ntpd/ntp.conf.mdoc.in: up to 1.1.1.3
external/bsd/ntp/dist/ntpd/ntp.keys.5man: up to 1.1.1.3
external/bsd/ntp/dist/ntpd/ntp.keys.5mdoc: up to 1.1.1.3
external/bsd/ntp/dist/ntpd/ntp.keys.html: up to 1.1.1.3
external/bsd/ntp/dist/ntpd/ntp.keys.man.in: up to 1.1.1.3
external/bsd/ntp/dist/ntpd/ntp.keys.mdoc.in: up to 1.1.1.3
external/bsd/ntp/dist/ntpd/ntp_config.c: up to 1.10
external/bsd/ntp/dist/ntpd/ntp_control.c: up to 1.11
external/bsd/ntp/dist/ntpd/ntp_crypto.c: up to 1.8
external/bsd/ntp/dist/ntpd/ntp_io.c: up to 1.17
external/bsd/ntp/dist/ntpd/ntp_keyword.h: up to 1.7
external/bsd/ntp/dist/ntpd/ntp_leapsec.c: up to 1.3
external/bsd/ntp/dist/ntpd/ntp_loopfilter.c: up to 1.6
external/bsd/ntp/dist/ntpd/ntp_parser.y: up to 1.9
external/bsd/ntp/dist/ntpd/ntp_peer.c: up to 1.6
external/bsd/ntp/dist/ntpd/ntp_proto.c: up to 1.7
external/bsd/ntp/dist/ntpd/ntp_util.c: up to 1.6
external/bsd/ntp/dist/ntpd/ntpd-opts.c: up to 1.3
external/bsd/ntp/dist/ntpd/ntpd-opts.h: up to 1.6
external/bsd/ntp/dist/ntpd/ntpd.1ntpdman: up to 1.1.1.3
external/bsd/ntp/dist/ntpd/ntpd.1ntpdmdoc: up to 1.1.1.3
external/bsd/ntp/dist/ntpd/ntpd.c: up to 1.9
external/bsd/ntp/dist/ntpd/ntpd.html: up to 1.1.1.3
external/bsd/ntp/dist/ntpd/ntpd.man.in: up to 1.1.1.3
external/bsd/ntp/dist/ntpd/ntpd.mdoc.in: up to 1.1.1.3
external/bsd/ntp/dist/ntpd/ntpdbase-opts.def: up to 1.1.1.4
external/bsd/ntp/dist/ntpd/refclock_gpsdjson.c: up to 1.5
external/bsd/ntp/dist/ntpd/refclock_nmea.c: up to 1.8
external/bsd/ntp/dist/ntpd/refclock_palisade.c: up to 1.3
external/bsd/ntp/dist/ntpd/refclock_palisade.h: up to 1.3
external/bsd/ntp/dist/ntpd/refclock_parse.c: up to 1.15
external/bsd/ntp/dist/ntpd/refclock_shm.c: up to 1.5
external/bsd/ntp/dist/ntpdate/Makefile.in: up to 1.1.1.5
external/bsd/ntp/dist/ntpdc/Makefile.in: up to 1.1.1.5
external/bsd/ntp/dist/ntpdc/invoke-ntpdc.texi: up to 1.1.1.3
external/bsd/ntp/dist/ntpdc/ntpdc-opts.c: up to 1.3
external/bsd/ntp/dist/ntpdc/ntpdc-opts.h: up to 1.3
external/bsd/ntp/dist/ntpdc/ntpdc.1ntpdcman: up to 1.1.1.3
external/bsd/ntp/dist/ntpdc/ntpdc.1ntpdcmdoc: up to 1.1.1.3
external/bsd/ntp/dist/ntpdc/ntpdc.html: up to 1.1.1.3
external/bsd/ntp/dist/ntpdc/ntpdc.man.in: up to 1.1.1.3
external/bsd/ntp/dist/ntpdc/ntpdc.mdoc.in: up to 1.1.1.3
external/bsd/ntp/dist/ntpq/Makefile.in: up to 1.1.1.5
external/bsd/ntp/dist/ntpq/invoke-ntpq.texi: up to 1.1.1.3
external/bsd/ntp/dist/ntpq/ntpq-opts.c: up to 1.3
external/bsd/ntp/dist/ntpq/ntpq-opts.h: up to 1.3
external/bsd/ntp/dist/ntpq/ntpq-subs.c: up to 1.9
external/bsd/ntp/dist/ntpq/ntpq.1ntpqman: up to 1.1.1.3
external/bsd/ntp/dist/ntpq/ntpq.1ntpqmdoc: up to 1.1.1.3
external/bsd/ntp/dist/ntpq/ntpq.html: up to 1.1.1.3
external/bsd/ntp/dist/ntpq/ntpq.man.in: up to 1.1.1.3
external/bsd/ntp/dist/ntpq/ntpq.mdoc.in: up to 1.1.1.3
external/bsd/ntp/dist/ntpsnmpd/Makefile.in: up to 1.1.1.5
external/bsd/ntp/dist/ntpsnmpd/invoke-ntpsnmpd.texi: up to 1.1.1.3
external/bsd/ntp/dist/ntpsnmpd/netsnmp_daemonize.c: up to 1.3
external/bsd/ntp/dist/ntpsnmpd/ntp_snmp.h: up to 1.3
external/bsd/ntp/dist/ntpsnmpd/ntpsnmpd-opts.c: up to 1.3
external/bsd/ntp/dist/ntpsnmpd/ntpsnmpd-opts.h: up to 1.3
external/bsd/ntp/dist/ntpsnmpd/ntpsnmpd.1ntpsnmpdman: up to 1.1.1.3
external/bsd/ntp/dist/ntpsnmpd/ntpsnmpd.1ntpsnmpdmdoc: up to 1.1.1.3
external/bsd/ntp/dist/ntpsnmpd/ntpsnmpd.html: up to 1.1.1.3
external/bsd/ntp/dist/ntpsnmpd/ntpsnmpd.man.in: up to 1.1.1.3
external/bsd/ntp/dist/ntpsnmpd/ntpsnmpd.mdoc.in: up to 1.1.1.3
external/bsd/ntp/dist/packageinfo.sh: up to 1.1.1.5
external/bsd/ntp/dist/parseutil/Makefile.in: up to 1.1.1.5
external/bsd/ntp/dist/parseutil/dcfd.c: up to 1.3
external/bsd/ntp/dist/parseutil/testdcf.c: up to 1.3
external/bsd/ntp/dist/readme.y2kfixes: up to 1.1.1.2
external/bsd/ntp/dist/scripts/Makefile.am: up to 1.1.1.5
external/bsd/ntp/dist/scripts/Makefile.in: up to 1.1.1.5
external/bsd/ntp/dist/scripts/build/Makefile.in: up to 1.1.1.3
external/bsd/ntp/dist/scripts/build/UpdatePoint: up to 1.1.1.2
external/bsd/ntp/dist/scripts/build/VersionName: up to 1.1.1.3
external/bsd/ntp/dist/scripts/calc_tickadj/Makefile.in: up to 1.1.1.3
external/bsd/ntp/dist/scripts/calc_tickadj/calc_tickadj.1calc_tickadjman: up to 1.1.1.3
external/bsd/ntp/dist/scripts/calc_tickadj/calc_tickadj.1calc_tickadjmdoc: up to 1.1.1.3
external/bsd/ntp/dist/scripts/calc_tickadj/calc_tickadj.html: up to 1.1.1.3
external/bsd/ntp/dist/scripts/calc_tickadj/calc_tickadj.man.in: up to 1.1.1.3
external/bsd/ntp/dist/scripts/calc_tickadj/calc_tickadj.mdoc.in: up to 1.1.1.3
external/bsd/ntp/dist/scripts/calc_tickadj/invoke-calc_tickadj.texi: up to 1.1.1.3
external/bsd/ntp/dist/scripts/invoke-plot_summary.texi: up to 1.1.1.3
external/bsd/ntp/dist/scripts/invoke-summary.texi: up to 1.1.1.3
external/bsd/ntp/dist/scripts/lib/Makefile.in: up to 1.1.1.3
external/bsd/ntp/dist/scripts/lib/NTP/Util.pm: up to 1.1.1.3
external/bsd/ntp/dist/scripts/ntp-wait/Makefile.in: up to 1.1.1.3
external/bsd/ntp/dist/scripts/ntp-wait/invoke-ntp-wait.texi: up to 1.1.1.3
external/bsd/ntp/dist/scripts/ntp-wait/ntp-wait-opts: up to 1.1.1.3
external/bsd/ntp/dist/scripts/ntp-wait/ntp-wait.1ntp-waitman: up to 1.1.1.3
external/bsd/ntp/dist/scripts/ntp-wait/ntp-wait.1ntp-waitmdoc: up to 1.1.1.3
external/bsd/ntp/dist/scripts/ntp-wait/ntp-wait.html: up to 1.1.1.3
external/bsd/ntp/dist/scripts/ntp-wait/ntp-wait.man.in: up to 1.1.1.3
external/bsd/ntp/dist/scripts/ntp-wait/ntp-wait.mdoc.in: up to 1.1.1.3
external/bsd/ntp/dist/scripts/ntpsweep/Makefile.in: up to 1.1.1.3
external/bsd/ntp/dist/scripts/ntpsweep/invoke-ntpsweep.texi: up to 1.1.1.3
external/bsd/ntp/dist/scripts/ntpsweep/ntpsweep-opts: up to 1.1.1.3
external/bsd/ntp/dist/scripts/ntpsweep/ntpsweep.1ntpsweepman: up to 1.1.1.3
external/bsd/ntp/dist/scripts/ntpsweep/ntpsweep.1ntpsweepmdoc: up to 1.1.1.3
external/bsd/ntp/dist/scripts/ntpsweep/ntpsweep.html: up to 1.1.1.3
external/bsd/ntp/dist/scripts/ntpsweep/ntpsweep.man.in: up to 1.1.1.3
external/bsd/ntp/dist/scripts/ntpsweep/ntpsweep.mdoc.in: up to 1.1.1.3
external/bsd/ntp/dist/scripts/ntptrace/Makefile.in: up to 1.1.1.3
external/bsd/ntp/dist/scripts/ntptrace/invoke-ntptrace.texi: up to 1.1.1.3
external/bsd/ntp/dist/scripts/ntptrace/ntptrace-opts: up to 1.1.1.3
external/bsd/ntp/dist/scripts/ntptrace/ntptrace.1ntptraceman: up to 1.1.1.3
external/bsd/ntp/dist/scripts/ntptrace/ntptrace.1ntptracemdoc: up to 1.1.1.3
external/bsd/ntp/dist/scripts/ntptrace/ntptrace.html: up to 1.1.1.3
external/bsd/ntp/dist/scripts/ntptrace/ntptrace.man.in: up to 1.1.1.3
external/bsd/ntp/dist/scripts/ntptrace/ntptrace.mdoc.in: up to 1.1.1.3
external/bsd/ntp/dist/scripts/plot_summary-opts: up to 1.1.1.3
external/bsd/ntp/dist/scripts/plot_summary.1plot_summaryman: up to 1.1.1.3
external/bsd/ntp/dist/scripts/plot_summary.1plot_summarymdoc: up to 1.1.1.3
external/bsd/ntp/dist/scripts/plot_summary.html: up to 1.1.1.3
external/bsd/ntp/dist/scripts/plot_summary.man.in: up to 1.1.1.3
external/bsd/ntp/dist/scripts/plot_summary.mdoc.in: up to 1.1.1.3
external/bsd/ntp/dist/scripts/summary-opts: up to 1.1.1.3
external/bsd/ntp/dist/scripts/summary.1summaryman: up to 1.1.1.3
external/bsd/ntp/dist/scripts/summary.1summarymdoc: up to 1.1.1.3
external/bsd/ntp/dist/scripts/summary.html: up to 1.1.1.3
external/bsd/ntp/dist/scripts/summary.man.in: up to 1.1.1.3
external/bsd/ntp/dist/scripts/summary.mdoc.in: up to 1.1.1.3
external/bsd/ntp/dist/scripts/update-leap/Makefile.am: up to 1.1.1.1
external/bsd/ntp/dist/scripts/update-leap/Makefile.in: up to 1.1.1.1
external/bsd/ntp/dist/scripts/update-leap/invoke-update-leap.menu: up to 1.1.1.1
external/bsd/ntp/dist/scripts/update-leap/invoke-update-leap.texi: up to 1.1.1.1
external/bsd/ntp/dist/scripts/update-leap/update-leap: up to 1.1.1.1
external/bsd/ntp/dist/scripts/update-leap/update-leap-opts: up to 1.1.1.1
external/bsd/ntp/dist/scripts/update-leap/update-leap-opts.def: up to 1.1.1.1
external/bsd/ntp/dist/scripts/update-leap/update-leap.1update-leapman: up to 1.1.1.1
external/bsd/ntp/dist/scripts/update-leap/update-leap.1update-leapmdoc: up to 1.1.1.1
external/bsd/ntp/dist/scripts/update-leap/update-leap.html: up to 1.1.1.1
external/bsd/ntp/dist/scripts/update-leap/update-leap.man.in: up to 1.1.1.1
external/bsd/ntp/dist/scripts/update-leap/update-leap.mdoc.in: up to 1.1.1.1
external/bsd/ntp/dist/scripts/update-leap/update-leap.texi: up to 1.1.1.1
external/bsd/ntp/dist/sntp/COPYRIGHT: up to 1.1.1.5
external/bsd/ntp/dist/sntp/Makefile.am: up to 1.1.1.5
external/bsd/ntp/dist/sntp/Makefile.in: up to 1.1.1.5
external/bsd/ntp/dist/sntp/aclocal.m4: up to 1.1.1.5
external/bsd/ntp/dist/sntp/config.h.in: up to 1.1.1.4
external/bsd/ntp/dist/sntp/configure: up to 1.1.1.5
external/bsd/ntp/dist/sntp/configure.ac: up to 1.1.1.4
external/bsd/ntp/dist/sntp/include/Makefile.in: up to 1.1.1.3
external/bsd/ntp/dist/sntp/include/copyright.def: up to 1.1.1.3
external/bsd/ntp/dist/sntp/include/ntp.lic: up to 1.1.1.2
external/bsd/ntp/dist/sntp/include/version.def: up to 1.1.1.3
external/bsd/ntp/dist/sntp/include/version.texi: up to 1.1.1.3
external/bsd/ntp/dist/sntp/invoke-sntp.texi: up to 1.1.1.3
external/bsd/ntp/dist/sntp/libevent/ChangeLog: up to 1.1.1.3
external/bsd/ntp/dist/sntp/libevent/Makefile.am: up to 1.1.1.3
external/bsd/ntp/dist/sntp/libevent/Makefile.in: up to 1.1.1.3
external/bsd/ntp/dist/sntp/libevent/README: delete
external/bsd/ntp/dist/sntp/libevent/WIN32-Code/nmake/event2/event-config.h: up to 1.3
external/bsd/ntp/dist/sntp/libevent/WIN32-Code/tree.h: up to 1.3
external/bsd/ntp/dist/sntp/libevent/aclocal.m4: up to 1.1.1.2
external/bsd/ntp/dist/sntp/libevent/buffer.c: up to 1.3
external/bsd/ntp/dist/sntp/libevent/bufferevent.c: up to 1.3
external/bsd/ntp/dist/sntp/libevent/bufferevent_async.c: up to 1.3
external/bsd/ntp/dist/sntp/libevent/bufferevent_filter.c: up to 1.3
external/bsd/ntp/dist/sntp/libevent/bufferevent_openssl.c: up to 1.3
external/bsd/ntp/dist/sntp/libevent/bufferevent_pair.c: up to 1.3
external/bsd/ntp/dist/sntp/libevent/config.h.in: up to 1.1.1.3
external/bsd/ntp/dist/sntp/libevent/configure: up to 1.1.1.3
external/bsd/ntp/dist/sntp/libevent/configure.ac: up to 1.1.1.3
external/bsd/ntp/dist/sntp/libevent/evbuffer-internal.h: up to 1.3
external/bsd/ntp/dist/sntp/libevent/evdns.c: up to 1.3
external/bsd/ntp/dist/sntp/libevent/event.c: up to 1.3
external/bsd/ntp/dist/sntp/libevent/event_tagging.c: up to 1.3
external/bsd/ntp/dist/sntp/libevent/evrpc-internal.h: up to 1.3
external/bsd/ntp/dist/sntp/libevent/evthread-internal.h: up to 1.3
external/bsd/ntp/dist/sntp/libevent/evthread.c: up to 1.3
external/bsd/ntp/dist/sntp/libevent/evutil.c: up to 1.3
external/bsd/ntp/dist/sntp/libevent/evutil_time.c: up to 1.3
external/bsd/ntp/dist/sntp/libevent/ht-internal.h: up to 1.3
external/bsd/ntp/dist/sntp/libevent/http-internal.h: up to 1.3
external/bsd/ntp/dist/sntp/libevent/http.c: up to 1.3
external/bsd/ntp/dist/sntp/libevent/include/event2/buffer.h: up to 1.3
external/bsd/ntp/dist/sntp/libevent/include/event2/bufferevent.h: up to 1.3
external/bsd/ntp/dist/sntp/libevent/include/event2/dns.h: up to 1.3
external/bsd/ntp/dist/sntp/libevent/include/event2/event.h: up to 1.3
external/bsd/ntp/dist/sntp/libevent/include/event2/http.h: up to 1.3
external/bsd/ntp/dist/sntp/libevent/include/event2/listener.h: up to 1.3
external/bsd/ntp/dist/sntp/libevent/include/event2/util.h: up to 1.3
external/bsd/ntp/dist/sntp/libevent/kqueue.c: up to 1.3
external/bsd/ntp/dist/sntp/libevent/listener.c: up to 1.3
external/bsd/ntp/dist/sntp/libevent/m4/acx_pthread.m4: up to 1.1.1.1
external/bsd/ntp/dist/sntp/libevent/m4/openldap-thread-check.m4: delete
external/bsd/ntp/dist/sntp/libevent/m4/openldap.m4: delete
external/bsd/ntp/dist/sntp/libevent/sample/http-server.c: up to 1.3
external/bsd/ntp/dist/sntp/libevent/sample/https-client.c: up to 1.3
external/bsd/ntp/dist/sntp/libevent/sample/include.am: up to 1.1.1.3
external/bsd/ntp/dist/sntp/libevent/test/include.am: up to 1.1.1.3
external/bsd/ntp/dist/sntp/libevent/test/regress.c: up to 1.3
external/bsd/ntp/dist/sntp/libevent/test/regress.h: up to 1.3
external/bsd/ntp/dist/sntp/libevent/test/regress_buffer.c: up to 1.3
external/bsd/ntp/dist/sntp/libevent/test/regress_bufferevent.c: up to 1.3
external/bsd/ntp/dist/sntp/libevent/test/regress_dns.c: up to 1.3
external/bsd/ntp/dist/sntp/libevent/test/regress_finalize.c: up to 1.3
external/bsd/ntp/dist/sntp/libevent/test/regress_http.c: up to 1.3
external/bsd/ntp/dist/sntp/libevent/test/regress_main.c: up to 1.3
external/bsd/ntp/dist/sntp/libevent/test/regress_minheap.c: up to 1.3
external/bsd/ntp/dist/sntp/libevent/test/regress_ssl.c: up to 1.3
external/bsd/ntp/dist/sntp/libevent/test/regress_thread.c: up to 1.3
external/bsd/ntp/dist/sntp/libevent/test/regress_util.c: up to 1.3
external/bsd/ntp/dist/sntp/libevent/test/regress_zlib.c: up to 1.3
external/bsd/ntp/dist/sntp/libevent/test/test-fdleak.c: up to 1.3
external/bsd/ntp/dist/sntp/libevent/test/test-ratelim.c: up to 1.3
external/bsd/ntp/dist/sntp/libevent/test/test-time.c: up to 1.3
external/bsd/ntp/dist/sntp/libevent/test/tinytest.c: up to 1.3
external/bsd/ntp/dist/sntp/libevent/test/tinytest.h: up to 1.3
external/bsd/ntp/dist/sntp/libevent/test/tinytest_macros.h: up to 1.3
external/bsd/ntp/dist/sntp/libevent/time-internal.h: up to 1.3
external/bsd/ntp/dist/sntp/libevent/util-internal.h: up to 1.3
external/bsd/ntp/dist/sntp/libevent/whatsnew-2.1.txt: up to 1.1.1.3
external/bsd/ntp/dist/sntp/libopts/Makefile.in: up to 1.1.1.5
external/bsd/ntp/dist/sntp/libopts/m4/libopts.m4: up to 1.1.1.5
external/bsd/ntp/dist/sntp/libopts/usage.c: up to 1.4
external/bsd/ntp/dist/sntp/loc/darwin: up to 1.1.1.3
external/bsd/ntp/dist/sntp/loc/debian: up to 1.1.1.3
external/bsd/ntp/dist/sntp/loc/freebsd: up to 1.1.1.3
external/bsd/ntp/dist/sntp/loc/legacy: up to 1.1.1.3
external/bsd/ntp/dist/sntp/loc/netbsd: up to 1.1.1.3
external/bsd/ntp/dist/sntp/loc/solaris: up to 1.1.1.3
external/bsd/ntp/dist/sntp/m4/ax_c99_struct_init.m4: up to 1.1.1.1
external/bsd/ntp/dist/sntp/m4/hms_search_lib.m4: up to 1.1.1.2
external/bsd/ntp/dist/sntp/m4/ntp_compiler.m4: up to 1.1.1.2
external/bsd/ntp/dist/sntp/m4/ntp_libevent.m4: up to 1.1.1.3
external/bsd/ntp/dist/sntp/m4/ntp_libntp.m4: up to 1.1.1.3
external/bsd/ntp/dist/sntp/m4/ntp_locinfo.m4: up to 1.1.1.3
external/bsd/ntp/dist/sntp/m4/openldap-thread-check.m4: up to 1.1.1.1
external/bsd/ntp/dist/sntp/m4/openldap.m4: up to 1.1.1.1
external/bsd/ntp/dist/sntp/m4/version.m4: up to 1.1.1.3
external/bsd/ntp/dist/sntp/main.c: up to 1.12
external/bsd/ntp/dist/sntp/networking.c: up to 1.10
external/bsd/ntp/dist/sntp/scripts/Makefile.in: up to 1.1.1.3
external/bsd/ntp/dist/sntp/scripts/cvo.sh: up to 1.1.1.2
external/bsd/ntp/dist/sntp/sntp-opts.c: up to 1.4
external/bsd/ntp/dist/sntp/sntp-opts.def: up to 1.1.1.5
external/bsd/ntp/dist/sntp/sntp-opts.h: up to 1.3
external/bsd/ntp/dist/sntp/sntp.1sntpman: up to 1.1.1.3
external/bsd/ntp/dist/sntp/sntp.1sntpmdoc: up to 1.1.1.3
external/bsd/ntp/dist/sntp/sntp.html: up to 1.1.1.5
external/bsd/ntp/dist/sntp/sntp.man.in: up to 1.1.1.3
external/bsd/ntp/dist/sntp/sntp.mdoc.in: up to 1.1.1.3
external/bsd/ntp/dist/sntp/tests/Makefile.in: up to 1.1.1.3
external/bsd/ntp/dist/tests/Makefile.in: up to 1.1.1.3
external/bsd/ntp/dist/tests/libntp/Makefile.in: up to 1.1.1.3
external/bsd/ntp/dist/tests/ntpd/Makefile.in: up to 1.1.1.3
external/bsd/ntp/dist/util/Makefile.am: up to 1.1.1.5
external/bsd/ntp/dist/util/Makefile.in: up to 1.1.1.5
external/bsd/ntp/dist/util/invoke-ntp-keygen.texi: up to 1.1.1.3
external/bsd/ntp/dist/util/jitter.c: up to 1.3
external/bsd/ntp/dist/util/jitter.h: delete
external/bsd/ntp/dist/util/ntp-keygen-opts.c: up to 1.8
external/bsd/ntp/dist/util/ntp-keygen-opts.h: up to 1.3
external/bsd/ntp/dist/util/ntp-keygen.1ntp-keygenman: up to 1.1.1.3
external/bsd/ntp/dist/util/ntp-keygen.1ntp-keygenmdoc: up to 1.1.1.3
external/bsd/ntp/dist/util/ntp-keygen.c: up to 1.7
external/bsd/ntp/dist/util/ntp-keygen.html: up to 1.1.1.3
external/bsd/ntp/dist/util/ntp-keygen.man.in: up to 1.1.1.3
external/bsd/ntp/dist/util/ntp-keygen.mdoc.in: up to 1.1.1.3
external/bsd/ntp/importdate: up to 1.5
external/bsd/ntp/include/config.h: up to 1.11
external/bsd/ntp/ntp2netbsd: up to 1.5
external/bsd/ntp/scripts/mkver: up to 1.6
Update ntp to 4.2.8p2
@
text
@d94 1
a94 1
Enable reception of broadcast server messages to any local interface (type b address). Ordinarily, upon receiving a broadcast message for the first time, the broadcast client measures the nominal server propagation delay using a brief client/server exchange, after which it continues in listen-only mode. If a nonzero value is specified in the broadcastdelay command, the value becomes the delay and the volley is not executed. Note: the novolley option has been deprecated for future enhancements. Note that, in order to avoid accidental or malicious disruption in this mode, both the server and client should operate using symmetric key or public key authentication as described in the Authentication Options page. Note that the volley is required with public key authentication in order to run the Autokey protocol.
a98 2
mdnstriesnumber
If we are participating in mDNS, after we have synched for the first time we attempt to register with the mDNS system. If that registration attempt fails, we try again at one minute intervals for up to mdnstries times. After all, ntpd may be starting before mDNS. The default value for mdnstries is 5.
When the server is unreachable, send a burst of packets instead of the usual one. This option is valid only with the server command and type s addresses. It is a recommended option with this command. Additional information about this option is on the Poll Program page.
d85 2
a86 2
Specifies the version number to be used for
outgoing NTP packets. Versions 1-4 are the choices, with version 4 the default.
@
1.1.1.4
log
@---
(4.2.8p2) 2015/04/07 Released by Harlan Stenn
(4.2.8p2-RC3) 2015/04/03 Released by Harlan Stenn
* [Bug 2763] Fix for different thresholds for forward and backward steps.
---
(4.2.8p2-RC2) 2015/04/03 Released by Harlan Stenn
* [Bug 2592] FLAG_TSTAMP_PPS cleanup for refclock_parse.c.
* [Bug 2769] New script: update-leap
* [Bug 2769] cleannup for update-leap
* [Bug 2788] New flag -G (force_step_once).
* [Bug 2794] Clean up kernel clock status reports.
* [Bug 2795] Cannot build without OpenSLL (on Win32).
Provided a Win32 specific wrapper around libevent/arc4random.c.
fixed some minor warnings.
* [Bug 2796] ntp-keygen crashes in 'getclock()' on Win32.
* [Bug 2797] ntp-keygen trapped in endless loop for MD5 keys
on big-endian machines.
* [Bug 2798] sntp should decode and display the leap indicator.
* Simple cleanup to html/build.html
---
(4.2.8p2-RC1) 2015/03/30 Released by Harlan Stenn
* [Bug 2794] Don't let reports on normal kernel status changes
look like errors.
* [Bug 2788] New flag -G (force_step_once).
* [Bug 2592] Account for PPS sources which can provide an accurate
absolute time stamp, and status information.
Fixed indention and removed trailing whitespace.
* [Bug 1787] DCF77's formerly "antenna" bit is "call bit" since 2003.
* [Bug 1960] setsockopt IPV6_MULTICAST_IF: Invalid argument.
* [Bug 2346] "graceful termination" signals do not do peer cleanup.
* [Bug 2728] See if C99-style structure initialization works.
* [Bug 2747] Upgrade libevent to 2.1.5-beta.
* [Bug 2749] ntp/lib/NTP/Util.pm needs update for ntpq -w, IPv6, .POOL. .
* [Bug 2751] jitter.h has stale copies of l_fp macros.
* [Bug 2756] ntpd hangs in startup with gcc 3.3.5 on ARM.
* [Bug 2757] Quiet compiler warnings.
* [Bug 2759] Expose nonvolatile/clk_wander_threshold to ntpq.
* [Bug 2763] Allow different thresholds for forward and backward steps.
* [Bug 2766] ntp-keygen output files should not be world-readable.
* [Bug 2767] ntp-keygen -M should symlink to ntp.keys.
* [Bug 2771] nonvolatile value is documented in wrong units.
* [Bug 2773] Early leap announcement from Palisade/Thunderbolt
* [Bug 2774] Unreasonably verbose printout - leap pending/warning
* [Bug 2775] ntp-keygen.c fails to compile under Windows.
* [Bug 2777] Fixed loops and decoding of Meinberg GPS satellite info.
Removed non-ASCII characters from some copyright comments.
Removed trailing whitespace.
Updated definitions for Meinberg clocks from current Meinberg header files.
Now use C99 fixed-width types and avoid non-ASCII characters in comments.
Account for updated definitions pulled from Meinberg header files.
Updated comments on Meinberg GPS receivers which are not only called GPS16x.
Replaced some constant numbers by defines from ntp_calendar.h
Modified creation of parse-specific variables for Meinberg devices
in gps16x_message().
Reworked mk_utcinfo() to avoid printing of ambiguous leap second dates.
Modified mbg_tm_str() which now expexts an additional parameter controlling
if the time status shall be printed.
* [Sec 2779] ntpd accepts unauthenticated packets with symmetric key crypto.
* [Sec 2781] Authentication doesn't protect symmetric associations against
DoS attacks.
* [Bug 2783] Quiet autoconf warnings about missing AC_LANG_SOURCE.
* [Bug 2789] Quiet compiler warnings from libevent.
* [Bug 2790] If ntpd sets the Windows MM timer highest resolution
pause briefly before measuring system clock precision to yield
correct results.
* Comment from Juergen Perlinger in ntp_calendar.c to make the code clearer.
* Use predefined function types for parse driver functions
used to set up function pointers.
Account for changed prototype of parse_inp_fnc_t functions.
Cast parse conversion results to appropriate types to avoid
compiler warnings.
Let ioctl() for Windows accept a (void *) to avoid compiler warnings
when called with pointers to different types.
---
(4.2.8p1) 2015/02/04 Released by Harlan Stenn
* Update the NEWS file.
* [Sec 2671] vallen in extension fields are not validated.
---
(4.2.8p1-RC2) 2015/01/29 Released by Harlan Stenn
* [Bug 2627] shm refclock allows only two units with owner-only access
rework: reverted sense of mode bit (so default reflects previous
behaviour) and updated ducumentation.
* [Bug 2732] - Leap second not handled correctly on Windows 8
use 'GetTickCount()' to get the true elapsed time of slew
(This should work for all versions of Windows >= W2K)
* [Bug 2738] Missing buffer initialization in refclocK_parse.c::parsestate().
* [Bug 2739] Parse driver with PPS enabled occasionally evaluates
PPS timestamp with wrong sign.
Removed some German umlauts.
* [Bug 2740] Removed some obsolete code from the parse driver.
* [Bug 2741] Incorrect buffer check in refclocK_parse.c::parsestatus().
---
(4.2.8p1-RC1) 2015/01/24 Released by Harlan Stenn
* Start the RC for 4.2.8p1.
* [Bug 2187] Update version number generation scripts.
* [Bug 2617] Fix sntp Usage documentation section.
* [Sec 2672] Code cleanup: On some OSes ::1 can be spoofed...
* [Bug 2736] Show error message if we cannot open the config file.
* Copyright update.
* Fix the package name.
---
(4.2.8p1-beta5) 2015/01/07 Released by Harlan Stenn
* [Bug 2695] Windows build: __func__ not supported under Windows.
* [Bug 2728] Work around C99-style structure initialization code
for older compilers, specifically Visual Studio prior to VS2013.
---
(4.2.8p1-beta4) 2015/01/04 Released by Harlan Stenn
* [Bug 1084] PPSAPI for ntpd on Windows with DLL backends
* [Bug 2695] Build problem on Windows (sys/socket.h).
* [Bug 2715] mdnstries option for ntp.conf from NetBSD.
* Fix a regression introduced to timepps-Solaris.h as part of:
[Bug 1206] Required compiler changes for Windows
(4.2.5p181) 2009/06/06
---
(4.2.8p1-beta3) 2015/01/02 Released by Harlan Stenn
* [Bug 2627] shm refclock allows only two units with owner-only access
Use mode bit 0 to select public access for units >= 2 (units 0 & 1 are
always private.
* [Bug 2681] Fix display of certificate EOValidity dates on 32-bit systems.
* [Bug 2695] 4.2.8 does not build on Windows.
* [bug 2700] mrulist stopped working in 4.2.8.
* [Bug 2706] libparse/info_trimble.c build dependencies are broken.
* [Bug 2713] variable type/cast, parameter name, general cleanup from NetBSD.
* [Bug 2714] libevent may need to be built independently of any build of sntp.
* [Bug 2715] mdnstries option for ntp.conf from NetBSD.
---
(4.2.8p1-beta2) 2014/12/27 Released by Harlan Stenn
* [Bug 2674] Install sntp in sbin on NetBSD.
* [Bug 2693] ntp-keygen doesn't build without OpenSSL and sntp.
* [Bug 2707] Avoid a C90 extension in libjsmn/jsmn.c.
* [Bug 2709] see if we have a C99 compiler (not yet required).
---
(4.2.8p1-beta1) 2014/12/23 Released by Harlan Stenn
* [Sec 2672] On some OSes ::1 can be spoofed, bypassing source IP ACLs.
* [Bug 2693] ntp-keygen doesn't build without OpenSSL.
* [Bug 2697] IN6_IS_ADDR_LOOPBACK build problems on some OSes.
* [Bug 2699] HAVE_SYS_SELECT_H is misspelled in refclock_gpsdjson.c.
---
@
text
@d94 1
a94 1
Enable reception of broadcast server messages to any local interface (type b address). Ordinarily, upon receiving a broadcast message for the first time, the broadcast client measures the nominal server propagation delay using a brief client/server exchange, after which it continues in listen-only mode. If a nonzero value is specified in the broadcastdelay command, the value becomes the delay and the volley is not executed. Note: the novolley option has been deprecated for future enhancements. Note that, in order to avoid accidental or malicious disruption in this mode, both the server and client should operate using symmetric key or public key authentication as described in the Authentication Options page. Note that the volley is required with public key authentication in order to run the Autokey protocol.
a98 2
mdnstriesnumber
If we are participating in mDNS, after we have synched for the first time we attempt to register with the mDNS system. If that registration attempt fails, we try again at one minute intervals for up to mdnstries times. After all, ntpd may be starting before mDNS. The default value for mdnstries is 5.
@
1.1.1.4.16.1
log
@Sync with HEAD
@
text
@d16 1
a16 1
24-Jul-2018 07:27
d70 1
a70 1
Send and receive packets authenticated by the symmetric key scheme described in the Authentication Support page. The key specifies the key identifier with values from 1 to 65535, inclusive. This option is mutually exclusive with the autokey option.
minpoll minpoll
@
1.1.1.4.14.1
log
@Ssync with HEAD
@
text
@d16 1
a16 1
24-Jul-2018 07:27
d70 1
a70 1
Send and receive packets authenticated by the symmetric key scheme described in the Authentication Support page. The key specifies the key identifier with values from 1 to 65535, inclusive. This option is mutually exclusive with the autokey option.
minpoll minpoll
@
1.1.1.5
log
@---
(4.2.8p12) 2018/08/14 Released by Harlan Stenn
* [Sec 3505] CVE-2018-12327 - Arbitrary Code Execution Vulnerability
- fixed stack buffer overflow in the openhost() command-line call
of NTPQ/NTPDC
* [Sec 3012] noepeer tweaks.
* [Bug 3521] Fix a logic bug in the INVALIDNAK checks.
* [Bug 3509] Add support for running as non-root on FreeBSD, Darwin,
other TrustedBSD platforms
- applied patch by Ian Lepore
* [Bug 3506] Service Control Manager interacts poorly with NTPD
- changed interaction with SCM to signal pending startup
* [Bug 3486] Buffer overflow in ntpq/ntpq.c:tstflags()
- applied patch by Gerry Garvey
* [Bug 3485] Undefined sockaddr used in error messages in ntp_config.c
- applied patch by Gerry Garvey
* [Bug 3484] ntpq response from ntpd is incorrect when REFID is null
- rework of ntpq 'nextvar()' key/value parsing
* [Bug 3482] Fixes for compilation warnings (ntp_io.c & ntpq-subs.c)
- applied patch by Gerry Garvey (with mods)
* [Bug 3480] Refclock sample filter not cleared on clock STEP
- applied patch by Gerry Garvey
* [Bug 3479] ctl_putrefid() allows unsafe characters through to ntpq
- applied patch by Gerry Garvey (with mods)
* [Bug 3476]ctl_putstr() sends empty unquoted string [...]
- applied patch by Gerry Garvey (with mods); not sure if that's bug or feature, though
* [Bug 3475] modify prettydate() to suppress output of zero time
- applied patch by Gerry Garvey
* [Bug 3474] Missing pmode in mode7 peer info response
- applied patch by Gerry Garvey
* [Bug 3471] Check for openssl/[ch]mac.h. HStenn.
- add #define ENABLE_CMAC support in configure. HStenn.
* [Bug 3470] ntpd4.2.8p11 fails to compile without OpenSSL
* [Bug 3469] Incomplete string compare [...] in is_refclk_addr
- patch by Stephen Friedl
* [Bug 3467] Potential memory fault in ntpq [...]
- fixed IO redirection and CTRL-C handling in ntq and ntpdc
* [Bug 3465] Default TTL values cannot be used
* [Bug 3461] refclock_shm.c: clear error status on clock recovery
- initial patch by Hal Murray; also fixed refclock_report() trouble
* [Bug 3460] Fix typo in ntpq.texi, reported by Kenyon Ralph.
* [Bug 3456] Use uintptr_t rather than size_t to store an integer in a pointer
- According to Brooks Davis, there was only one location
* [Bug 3449] ntpq - display "loop" instead of refid [...]
- applied patch by Gerry Garvey
* [Bug 3445] Symmetric peer won't sync on startup
- applied patch by Gerry Garvey
* [Bug 3442] Fixes for ntpdate as suggested by Gerry Garvey,
with modifications
New macro REFID_ISTEXT() which is also used in ntpd/ntp_control.c.
* [Bug 3434] ntpd clears STA_UNSYNC on start
- applied patch by Miroslav Lichvar
* [Bug 3426] ntpdate.html -t default is 2 seconds. Leonid Evdokimov.
* [Bug 3121] Drop root privileges for the forked DNS worker
- integrated patch by Reinhard Max
* [Bug 2821] minor build issues
- applied patches by Christos Zoulas, including real bug fixes
* html/authopt.html: cleanup, from
* ntpd/ntpd.c: DROPROOT cleanup.
* Symmetric key range is 1-65535. Update docs.
* html/authentic.html: cleanup, from
@
text
@d16 1
a16 1
24-Jul-2018 07:27
d70 1
a70 1
Send and receive packets authenticated by the symmetric key scheme described in the Authentication Support page. The key specifies the key identifier with values from 1 to 65535, inclusive. This option is mutually exclusive with the autokey option.
minpoll minpoll
@
1.1.1.6
log
@(4.2.8p14) 2020/03/03 Released by Harlan Stenn
* [Sec 3610] process_control() should bail earlier on short packets. stenn@@
- Reported by Philippe Antoine
* [Sec 3596] Highly predictable timestamp attack.
- Reported by Miroslav Lichvar
* [Sec 3592] DoS attack on client ntpd
- Reported by Miroslav Lichvar
* [Bug 3637] Emit the version of ntpd in saveconfig. stenn@@
* [Bug 3636] NMEA: combine time/date from multiple sentences
* [Bug 3635] Make leapsecond file hash check optional
* [Bug 3634] Typo in discipline.html, reported by Jason Harrison. stenn@@
* [Bug 3628] raw DCF decoding - improve robustness with Zeller's congruence
- implement Zeller's congruence in libparse and libntp
* [Bug 3627] SIGSEGV on FreeBSD-12 with stack limit and stack gap
- integrated patch by Cy Schubert
* [Bug 3620] memory leak in ntpq sysinfo
- applied patch by Gerry Garvey
* [Bug 3619] Honour drefid setting in cooked mode and sysinfo
- applied patch by Gerry Garvey
* [Bug 3617] Add support for ACE III and Copernicus II receivers
- integrated patch by Richard Steedman
* [Bug 3615] accelerate refclock startup
* [Bug 3613] Propagate noselect to mobilized pool servers
- Reported by Martin Burnicki
* [Bug 3612] Use-of-uninitialized-value in receive function
- Reported by Philippe Antoine
* [Bug 3611] NMEA time interpreted incorrectly
- officially document new "trust date" mode bit for NMEA driver
- restore the (previously undocumented) "trust date" feature lost with [bug 3577]
* [Bug 3609] Fixing wrong falseticker in case of non-statistic jitter
- mostly based on a patch by Michael Haardt, implementing 'fudge minjitter'
* [Bug 3608] libparse fails to compile on S11.4SRU13 and later
- removed ffs() and fls() prototypes as per Brian Utterback
* [Bug 3604] Wrong param byte order passing into record_raw_stats() in
ntp_io.c
- fixed byte and paramter order as suggested by wei6410@@sina.com
* [Bug 3601] Tests fail to link on platforms with ntp_cv_gc_sections_runs=no
* [Bug 3599] Build fails on linux-m68k due to alignment issues
- added padding as suggested by John Paul Adrian Glaubitz
* [Bug 3594] ntpd discards messages coming through nmead
* [Bug 3593] ntpd discards silently nmea messages after the 5th string
* [Bug 3590] Update refclock_oncore.c to the new GPS date API
* [Bug 3585] Unity tests mix buffered and unbuffered output
- stdout+stderr are set to line buffered during test setup now
* [Bug 3583] synchronization error
- set clock to base date if system time is before that limit
* [Bug 3582] gpsdjson refclock fudgetime1 adjustment is doubled
* [Bug 3580] Possible bug ntpq-subs (NULL dereference in dogetassoc)
- Reported by Paulo Neves
* [Bug 3577] Update refclock_zyfer.c to the new GPS date API
- also updates for refclock_nmea.c and refclock_jupiter.c
* [Bug 3576] New GPS date function API
* [Bug 3573] nptdate: missleading error message
* [Bug 3570] NMEA driver docs: talker ID not mentioned, typo
* [Bug 3569] cleanup MOD_NANO/STA_NANO handling for 'ntpadjtimex()'
- sidekick: service port resolution in 'ntpdate'
* [Bug 3550] Reproducible build: Respect SOURCE_DATE_EPOCH
- applied patch by Douglas Royds
* [Bug 3542] ntpdc monlist parameters cannot be set
* [Bug 3533] ntpdc peer_info ipv6 issues
- applied patch by Gerry Garvey
* [Bug 3531] make check: test-decodenetnum fails
- try to harden 'decodenetnum()' against 'getaddrinfo()' errors
- fix wrong cond-compile tests in unit tests
* [Bug 3517] Reducing build noise
* [Bug 3516] Require tooling from this decade
- patch by Philipp Prindeville
* [Bug 3515] Refactor ntpdmain() dispatcher loop and group common code
- patch by Philipp Prindeville
* [Bug 3511] Get rid of AC_LANG_SOURCE() warnings
- patch by Philipp Prindeville
* [Bug 3510] Flatten out the #ifdef nesting in ntpdmain()
- partial application of patch by Philipp Prindeville
* [Bug 3491] Signed values of LFP datatypes should always display a sign
- applied patch by Gerry Garvey & fixed unit tests
* [Bug 3490] Patch to support Trimble Resolution Receivers
- applied (modified) patch by Richard Steedman
* [Bug 3473] RefID of refclocks should always be text format
- applied patch by Gerry Garvey (with minor formatting changes)
* [Bug 3132] Building 4.2.8p8 with disabled local libopts fails
- applied patch by Miroslav Lichvar
* [Bug 3094] ntpd trying to listen for broadcasts on a completely ipv6 network
* [Bug 2420] ntpd doesn't run and exits with retval 0 when invalid user
is specified with -u
- monitor daemon child startup & propagate exit codes
* [Bug 1433] runtime check whether the kernel really supports capabilities
- (modified) patch by Kurt Roeckx
* Clean up sntp/networking.c:sendpkt() error message.
* Provide more detail on unrecognized config file parser tokens.
* Startup log improvements.
* Update the copyright year.
* html/confopt.html: cleanup.
---
(4.2.8p13) 2019/03/07 Released by Harlan Stenn
* [Sec 3565] Crafted null dereference attack in authenticated
mode 6 packet
- reported by Magnus Stubman
* [Bug 3560] Fix build when HAVE_DROPROOT is not defined
- applied patch by Ian Lepore
* [Bug 3558] Crash and integer size bug
- isolate and fix linux/windows specific code issue
* [Bug 3556] ntp_loopfilter.c snprintf compilation warnings
- provide better function for incremental string formatting
* [Bug 3555] Tidy up print alignment of debug output from ntpdate
- applied patch by Gerry Garvey
* [Bug 3554] config revoke stores incorrect value
- original finding by Gerry Garvey, additional cleanup needed
* [Bug 3549] Spurious initgroups() error message
- patch by Christous Zoulas
* [Bug 3548] Signature not verified on windows system
- finding by Chen Jiabin, plus another one by me
* [Bug 3541] patch to fix STA_NANO struct timex units
- applied patch by Maciej Szmigiero
* [Bug 3540] Cannot set minsane to 0 anymore
- applied patch by Andre Charbonneau
* [Bug 3539] work_fork build fails when droproot is not supported
- applied patch by Baruch Siach
* [Bug 3538] Build fails for no-MMU targets
- applied patch by Baruch Siach
* [Bug 3535] libparse won't handle GPS week rollover
- refactored handling of GPS era based on 'tos basedate' for
parse (TSIP) and JUPITER clocks
* [Bug 3529] Build failures on Mac OS X 10.13 (High Sierra)
- patch by Daniel J. Luke; this does not fix a potential linker
regression issue on MacOS.
* [Bug 3527 - Backward Incompatible] mode7 clockinfo fudgeval2 packet
anomaly , reported by GGarvey.
- --enable-bug3527-fix support by HStenn
* [Bug 3526] Incorrect poll interval in packet
- applied patch by Gerry Garvey
* [Bug 3471] Check for openssl/[ch]mac.h.
- added missing check, reported by Reinhard Max
* [Bug 1674] runtime crashes and sync problems affecting both x86 and x86_64
- this is a variant of [bug 3558] and should be fixed with it
* Implement --disable-signalled-io
@
text
@d16 1
a16 1
13-Feb-2020 10:08
d36 6
a41 6
server address [options ...]
peer address [options ...]
broadcast address [options ...]
manycastclient address [options ...]
pool address [options ...]
unpeer [address | associd]
d70 2
a71 8
Send and receive packets authenticated by the symmetric key scheme
described in the Authentication Support
page. The key specifies the key identifier with values
from 1 to 65535, inclusive. This option is mutually exclusive with
the autokey
option.
minpoll minpoll
maxpoll maxpoll
a89 7
xmtnonce
Allowed in the server and pool modes, this flag causes the
client to put a random number nonce in the transmit timestamp of
its outgoing packet. Since the server will reply copying the
incoming transmit timestamp to the outgoing origin timestamp, this
flag provides extra security for the loopback test, at the expense
of the server having no idea what time the client thinks it is.
@
1.1.1.3.6.1
log
@file confopt.html was added on branch netbsd-5-1 on 2015-01-07 12:13:14 +0000
@
text
@d1 103
@
1.1.1.3.6.2
log
@Pullup the following revision (requested by he in ticket #1938):
dist/ntp/COPYRIGHT delete
dist/ntp/ChangeLog delete
dist/ntp/CommitLog delete
dist/ntp/CommitLog-4.1.0 delete
dist/ntp/INSTALL delete
dist/ntp/Makefile.am delete
dist/ntp/Makefile.in delete
dist/ntp/NEWS delete
dist/ntp/NOTES.y2kfixes delete
dist/ntp/README delete
dist/ntp/README.bk delete
dist/ntp/README.hackers delete
dist/ntp/README.patches delete
dist/ntp/README.refclocks delete
dist/ntp/README.versions delete
dist/ntp/TODO delete
dist/ntp/WHERE-TO-START delete
dist/ntp/aclocal.m4 delete
dist/ntp/bincheck.mf delete
dist/ntp/bootstrap delete
dist/ntp/build delete
dist/ntp/compile delete
dist/ntp/config.guess delete
dist/ntp/config.h.in delete
dist/ntp/config.sub delete
dist/ntp/configure delete
dist/ntp/configure.ac delete
dist/ntp/depcomp delete
dist/ntp/dot.emacs delete
dist/ntp/excludes delete
dist/ntp/flock-build delete
dist/ntp/install-sh delete
dist/ntp/ltmain.sh delete
dist/ntp/missing delete
dist/ntp/ntp-html2mdoc.pl delete
dist/ntp/ntp2netbsd delete
dist/ntp/packageinfo.sh delete
dist/ntp/readme.y2kfixes delete
dist/ntp/results.y2kfixes delete
dist/ntp/version delete
dist/ntp/version.m4 delete
dist/ntp/ElectricFence/CHANGES delete
dist/ntp/ElectricFence/COPYING delete
dist/ntp/ElectricFence/Makefile.am delete
dist/ntp/ElectricFence/Makefile.in delete
dist/ntp/ElectricFence/README delete
dist/ntp/ElectricFence/efence.c delete
dist/ntp/ElectricFence/efence.h delete
dist/ntp/ElectricFence/eftest.c delete
dist/ntp/ElectricFence/libefence.3 delete
dist/ntp/ElectricFence/page.c delete
dist/ntp/ElectricFence/print.c delete
dist/ntp/ElectricFence/tstheap.c delete
dist/ntp/adjtimed/Makefile.am delete
dist/ntp/adjtimed/Makefile.in delete
dist/ntp/adjtimed/README delete
dist/ntp/adjtimed/adjtimed.c delete
dist/ntp/arlib/COPYING delete
dist/ntp/arlib/INSTALL delete
dist/ntp/arlib/Makefile.am delete
dist/ntp/arlib/Makefile.in delete
dist/ntp/arlib/README delete
dist/ntp/arlib/UNSHAR.HDR delete
dist/ntp/arlib/aclocal.m4 delete
dist/ntp/arlib/arlib.3 delete
dist/ntp/arlib/arlib.c delete
dist/ntp/arlib/arlib.h delete
dist/ntp/arlib/arplib.h delete
dist/ntp/arlib/configure delete
dist/ntp/arlib/configure.in delete
dist/ntp/arlib/depcomp delete
dist/ntp/arlib/install-sh delete
dist/ntp/arlib/missing delete
dist/ntp/arlib/sample.c delete
dist/ntp/clockstuff/Makefile.am delete
dist/ntp/clockstuff/Makefile.in delete
dist/ntp/clockstuff/README delete
dist/ntp/clockstuff/chutest.c delete
dist/ntp/clockstuff/clktest.c delete
dist/ntp/clockstuff/propdelay.c delete
dist/ntp/conf/README delete
dist/ntp/conf/baldwin.conf delete
dist/ntp/conf/beauregard.conf delete
dist/ntp/conf/grundoon.conf delete
dist/ntp/conf/malarky.conf delete
dist/ntp/conf/pogo.conf delete
dist/ntp/conf/rackety.conf delete
dist/ntp/html/accopt.html delete
dist/ntp/html/assoc.html delete
dist/ntp/html/audio.html delete
dist/ntp/html/authopt.html delete
dist/ntp/html/clockopt.html delete
dist/ntp/html/confopt.html delete
dist/ntp/html/copyright.html delete
dist/ntp/html/debug.html delete
dist/ntp/html/extern.html delete
dist/ntp/html/gadget.html delete
dist/ntp/html/groups.html delete
dist/ntp/html/howto.html delete
dist/ntp/html/index.html delete
dist/ntp/html/kern.html delete
dist/ntp/html/keygen.html delete
dist/ntp/html/ldisc.html delete
dist/ntp/html/manyopt.html delete
dist/ntp/html/measure.html delete
dist/ntp/html/miscopt.html delete
dist/ntp/html/monopt.html delete
dist/ntp/html/msyslog.html delete
dist/ntp/html/mx4200data.html delete
dist/ntp/html/notes.html delete
dist/ntp/html/ntp_conf.html delete
dist/ntp/html/ntpd.html delete
dist/ntp/html/ntpdate.html delete
dist/ntp/html/ntpdc.html delete
dist/ntp/html/ntpdsim.html delete
dist/ntp/html/ntpdsim_new.html delete
dist/ntp/html/ntpq.html delete
dist/ntp/html/ntptime.html delete
dist/ntp/html/ntptrace.html delete
dist/ntp/html/parsedata.html delete
dist/ntp/html/parsenew.html delete
dist/ntp/html/pps.html delete
dist/ntp/html/prefer.html delete
dist/ntp/html/rdebug.html delete
dist/ntp/html/refclock.html delete
dist/ntp/html/release.html delete
dist/ntp/html/sntp.html delete
dist/ntp/html/tickadj.html delete
dist/ntp/html/build/build.html delete
dist/ntp/html/build/config.html delete
dist/ntp/html/build/hints.html delete
dist/ntp/html/build/patches.html delete
dist/ntp/html/build/porting.html delete
dist/ntp/html/build/quick.html delete
dist/ntp/html/build/hints/a-ux delete
dist/ntp/html/build/hints/aix delete
dist/ntp/html/build/hints/bsdi delete
dist/ntp/html/build/hints/changes delete
dist/ntp/html/build/hints/decosf1 delete
dist/ntp/html/build/hints/decosf2 delete
dist/ntp/html/build/hints/freebsd delete
dist/ntp/html/build/hints/hpux delete
dist/ntp/html/build/hints/linux delete
dist/ntp/html/build/hints/mpeix delete
dist/ntp/html/build/hints/netbsd delete
dist/ntp/html/build/hints/notes-xntp-v3 delete
dist/ntp/html/build/hints/parse delete
dist/ntp/html/build/hints/refclocks delete
dist/ntp/html/build/hints/rs6000 delete
dist/ntp/html/build/hints/sco.html delete
dist/ntp/html/build/hints/sgi delete
dist/ntp/html/build/hints/solaris-dosynctodr.html delete
dist/ntp/html/build/hints/solaris.html delete
dist/ntp/html/build/hints/solaris.xtra.4023118 delete
dist/ntp/html/build/hints/solaris.xtra.4095849 delete
dist/ntp/html/build/hints/solaris.xtra.S99ntpd delete
dist/ntp/html/build/hints/solaris.xtra.patchfreq delete
dist/ntp/html/build/hints/sun4 delete
dist/ntp/html/build/hints/svr4-dell delete
dist/ntp/html/build/hints/svr4_package delete
dist/ntp/html/build/hints/todo delete
dist/ntp/html/build/hints/vxworks.html delete
dist/ntp/html/build/hints/winnt.html delete
dist/ntp/html/build/scripts/footer.txt delete
dist/ntp/html/build/scripts/links10.txt delete
dist/ntp/html/build/scripts/links11.txt delete
dist/ntp/html/build/scripts/links12.txt delete
dist/ntp/html/build/scripts/links7.txt delete
dist/ntp/html/build/scripts/links8.txt delete
dist/ntp/html/build/scripts/links9.txt delete
dist/ntp/html/build/scripts/style.css delete
dist/ntp/html/drivers/driver1.html delete
dist/ntp/html/drivers/driver10.html delete
dist/ntp/html/drivers/driver11.html delete
dist/ntp/html/drivers/driver12.html delete
dist/ntp/html/drivers/driver16.html delete
dist/ntp/html/drivers/driver18.html delete
dist/ntp/html/drivers/driver19.html delete
dist/ntp/html/drivers/driver2.html delete
dist/ntp/html/drivers/driver20.html delete
dist/ntp/html/drivers/driver22.html delete
dist/ntp/html/drivers/driver26.html delete
dist/ntp/html/drivers/driver27.html delete
dist/ntp/html/drivers/driver28.html delete
dist/ntp/html/drivers/driver29.html delete
dist/ntp/html/drivers/driver3.html delete
dist/ntp/html/drivers/driver30.html delete
dist/ntp/html/drivers/driver31.html delete
dist/ntp/html/drivers/driver32.html delete
dist/ntp/html/drivers/driver33.html delete
dist/ntp/html/drivers/driver34.html delete
dist/ntp/html/drivers/driver35.html delete
dist/ntp/html/drivers/driver36.html delete
dist/ntp/html/drivers/driver37.html delete
dist/ntp/html/drivers/driver38.html delete
dist/ntp/html/drivers/driver39.html delete
dist/ntp/html/drivers/driver4.html delete
dist/ntp/html/drivers/driver40.html delete
dist/ntp/html/drivers/driver42.html delete
dist/ntp/html/drivers/driver43.html delete
dist/ntp/html/drivers/driver44.html delete
dist/ntp/html/drivers/driver5.html delete
dist/ntp/html/drivers/driver6.html delete
dist/ntp/html/drivers/driver7.html delete
dist/ntp/html/drivers/driver8.html delete
dist/ntp/html/drivers/driver9.html delete
dist/ntp/html/drivers/oncore-shmem.html delete
dist/ntp/html/drivers/tf582_4.html delete
dist/ntp/html/drivers/icons/home.gif delete
dist/ntp/html/drivers/icons/mail2.gif delete
dist/ntp/html/drivers/scripts/footer.txt delete
dist/ntp/html/drivers/scripts/style.css delete
dist/ntp/html/icons/home.gif delete
dist/ntp/html/icons/mail2.gif delete
dist/ntp/html/scripts/footer.txt delete
dist/ntp/html/scripts/links10.txt delete
dist/ntp/html/scripts/links11.txt delete
dist/ntp/html/scripts/links12.txt delete
dist/ntp/html/scripts/links7.txt delete
dist/ntp/html/scripts/links8.txt delete
dist/ntp/html/scripts/links9.txt delete
dist/ntp/html/scripts/style.css delete
dist/ntp/include/Makefile.am delete
dist/ntp/include/Makefile.in delete
dist/ntp/include/README delete
dist/ntp/include/adjtime.h delete
dist/ntp/include/ascii.h delete
dist/ntp/include/audio.h delete
dist/ntp/include/autogen-version.def delete
dist/ntp/include/binio.h delete
dist/ntp/include/copyright.def delete
dist/ntp/include/debug-opt.def delete
dist/ntp/include/global.h delete
dist/ntp/include/gps.h delete
dist/ntp/include/homerc.def delete
dist/ntp/include/hopf6039.h delete
dist/ntp/include/icom.h delete
dist/ntp/include/ieee754io.h delete
dist/ntp/include/iosignal.h delete
dist/ntp/include/l_stdlib.h delete
dist/ntp/include/mbg_gps166.h delete
dist/ntp/include/mx4200.h delete
dist/ntp/include/ntif.h delete
dist/ntp/include/ntp.h delete
dist/ntp/include/ntp_calendar.h delete
dist/ntp/include/ntp_cmdargs.h delete
dist/ntp/include/ntp_config.h delete
dist/ntp/include/ntp_control.h delete
dist/ntp/include/ntp_crypto.h delete
dist/ntp/include/ntp_datum.h delete
dist/ntp/include/ntp_debug.h delete
dist/ntp/include/ntp_filegen.h delete
dist/ntp/include/ntp_fp.h delete
dist/ntp/include/ntp_if.h delete
dist/ntp/include/ntp_io.h delete
dist/ntp/include/ntp_machine.h delete
dist/ntp/include/ntp_malloc.h delete
dist/ntp/include/ntp_md5.h delete
dist/ntp/include/ntp_proto.h delete
dist/ntp/include/ntp_random.h delete
dist/ntp/include/ntp_refclock.h delete
dist/ntp/include/ntp_request.h delete
dist/ntp/include/ntp_rfc2553.h delete
dist/ntp/include/ntp_select.h delete
dist/ntp/include/ntp_sprintf.h delete
dist/ntp/include/ntp_stdlib.h delete
dist/ntp/include/ntp_string.h delete
dist/ntp/include/ntp_syscall.h delete
dist/ntp/include/ntp_syslog.h delete
dist/ntp/include/ntp_tty.h delete
dist/ntp/include/ntp_types.h delete
dist/ntp/include/ntp_unixtime.h delete
dist/ntp/include/ntpd.h delete
dist/ntp/include/ntpsim.h delete
dist/ntp/include/parse.h delete
dist/ntp/include/parse_conf.h delete
dist/ntp/include/recvbuff.h delete
dist/ntp/include/rsa_md5.h delete
dist/ntp/include/timepps-SCO.h delete
dist/ntp/include/timepps-Solaris.h delete
dist/ntp/include/timepps-SunOS.h delete
dist/ntp/include/trimble.h delete
dist/ntp/include/version.def delete
dist/ntp/include/isc/Makefile.am delete
dist/ntp/include/isc/Makefile.in delete
dist/ntp/include/isc/app.h delete
dist/ntp/include/isc/assertions.h delete
dist/ntp/include/isc/boolean.h delete
dist/ntp/include/isc/buffer.h delete
dist/ntp/include/isc/error.h delete
dist/ntp/include/isc/formatcheck.h delete
dist/ntp/include/isc/int.h delete
dist/ntp/include/isc/interfaceiter.h delete
dist/ntp/include/isc/ipv6.h delete
dist/ntp/include/isc/lang.h delete
dist/ntp/include/isc/lib.h delete
dist/ntp/include/isc/list.h delete
dist/ntp/include/isc/magic.h delete
dist/ntp/include/isc/mem.h delete
dist/ntp/include/isc/msgcat.h delete
dist/ntp/include/isc/msgs.h delete
dist/ntp/include/isc/mutex.h delete
dist/ntp/include/isc/net.h delete
dist/ntp/include/isc/netaddr.h delete
dist/ntp/include/isc/netscope.h delete
dist/ntp/include/isc/offset.h delete
dist/ntp/include/isc/once.h delete
dist/ntp/include/isc/platform.h delete
dist/ntp/include/isc/print.h delete
dist/ntp/include/isc/region.h delete
dist/ntp/include/isc/result.h delete
dist/ntp/include/isc/sockaddr.h delete
dist/ntp/include/isc/strerror.h delete
dist/ntp/include/isc/string.h delete
dist/ntp/include/isc/types.h delete
dist/ntp/include/isc/util.h delete
dist/ntp/kernel/Makefile.am delete
dist/ntp/kernel/Makefile.in delete
dist/ntp/kernel/README delete
dist/ntp/kernel/chuinit.c delete
dist/ntp/kernel/clkinit.c delete
dist/ntp/kernel/tty_chu.c delete
dist/ntp/kernel/tty_chu_STREAMS.c delete
dist/ntp/kernel/tty_clk.c delete
dist/ntp/kernel/tty_clk_STREAMS.c delete
dist/ntp/kernel/sys/Makefile.am delete
dist/ntp/kernel/sys/Makefile.in delete
dist/ntp/kernel/sys/README delete
dist/ntp/kernel/sys/bsd_audioirig.h delete
dist/ntp/kernel/sys/chudefs.h delete
dist/ntp/kernel/sys/clkdefs.h delete
dist/ntp/kernel/sys/i8253.h delete
dist/ntp/kernel/sys/parsestreams.h delete
dist/ntp/kernel/sys/pcl720.h delete
dist/ntp/kernel/sys/ppsclock.h delete
dist/ntp/kernel/sys/timex.h delete
dist/ntp/kernel/sys/tpro.h delete
dist/ntp/kernel/sys/tt560_api.h delete
dist/ntp/libisc/assertions.c delete
dist/ntp/libisc/error.c delete
dist/ntp/libisc/ifiter_getifaddrs.c delete
dist/ntp/libisc/ifiter_ioctl.c delete
dist/ntp/libisc/ifiter_sysctl.c delete
dist/ntp/libisc/inet_aton.c delete
dist/ntp/libisc/inet_ntop.c delete
dist/ntp/libisc/inet_pton.c delete
dist/ntp/libisc/interfaceiter.c delete
dist/ntp/libisc/isc_strerror.c delete
dist/ntp/libisc/lib.c delete
dist/ntp/libisc/mem.c delete
dist/ntp/libisc/msgcat.c delete
dist/ntp/libisc/net.c delete
dist/ntp/libisc/netaddr.c delete
dist/ntp/libisc/netscope.c delete
dist/ntp/libisc/sockaddr.c delete
dist/ntp/libisc/strerror.c delete
dist/ntp/libntp/Makefile.am delete
dist/ntp/libntp/Makefile.in delete
dist/ntp/libntp/README delete
dist/ntp/libntp/a_md5encrypt.c delete
dist/ntp/libntp/adjtime.c delete
dist/ntp/libntp/adjtimex.c delete
dist/ntp/libntp/atoint.c delete
dist/ntp/libntp/atolfp.c delete
dist/ntp/libntp/atouint.c delete
dist/ntp/libntp/audio.c delete
dist/ntp/libntp/authkeys.c delete
dist/ntp/libntp/authreadkeys.c delete
dist/ntp/libntp/authusekey.c delete
dist/ntp/libntp/buftvtots.c delete
dist/ntp/libntp/caljulian.c delete
dist/ntp/libntp/caltontp.c delete
dist/ntp/libntp/calyearstart.c delete
dist/ntp/libntp/clocktime.c delete
dist/ntp/libntp/clocktypes.c delete
dist/ntp/libntp/decodenetnum.c delete
dist/ntp/libntp/dofptoa.c delete
dist/ntp/libntp/dolfptoa.c delete
dist/ntp/libntp/emalloc.c delete
dist/ntp/libntp/findconfig.c delete
dist/ntp/libntp/fptoa.c delete
dist/ntp/libntp/fptoms.c delete
dist/ntp/libntp/getopt.c delete
dist/ntp/libntp/hextoint.c delete
dist/ntp/libntp/hextolfp.c delete
dist/ntp/libntp/humandate.c delete
dist/ntp/libntp/icom.c delete
dist/ntp/libntp/inttoa.c delete
dist/ntp/libntp/iosignal.c delete
dist/ntp/libntp/lib_strbuf.c delete
dist/ntp/libntp/lib_strbuf.h delete
dist/ntp/libntp/machines.c delete
dist/ntp/libntp/md5c.c delete
dist/ntp/libntp/memmove.c delete
dist/ntp/libntp/mfptoa.c delete
dist/ntp/libntp/mfptoms.c delete
dist/ntp/libntp/mktime.c delete
dist/ntp/libntp/modetoa.c delete
dist/ntp/libntp/mstolfp.c delete
dist/ntp/libntp/msutotsf.c delete
dist/ntp/libntp/msyslog.c delete
dist/ntp/libntp/netof.c delete
dist/ntp/libntp/ntp_random.c delete
dist/ntp/libntp/ntp_rfc2553.c delete
dist/ntp/libntp/numtoa.c delete
dist/ntp/libntp/numtohost.c delete
dist/ntp/libntp/octtoint.c delete
dist/ntp/libntp/prettydate.c delete
dist/ntp/libntp/recvbuff.c delete
dist/ntp/libntp/refnumtoa.c delete
dist/ntp/libntp/snprintf.c delete
dist/ntp/libntp/socktoa.c delete
dist/ntp/libntp/socktohost.c delete
dist/ntp/libntp/statestr.c delete
dist/ntp/libntp/strdup.c delete
dist/ntp/libntp/strerror.c delete
dist/ntp/libntp/strstr.c delete
dist/ntp/libntp/syssignal.c delete
dist/ntp/libntp/systime.c delete
dist/ntp/libntp/systime_s.c delete
dist/ntp/libntp/tsftomsu.c delete
dist/ntp/libntp/tstotv.c delete
dist/ntp/libntp/tvtoa.c delete
dist/ntp/libntp/tvtots.c delete
dist/ntp/libntp/uglydate.c delete
dist/ntp/libntp/uinttoa.c delete
dist/ntp/libntp/utvtoa.c delete
dist/ntp/libntp/ymd2yd.c delete
dist/ntp/libopts/COPYING.lgpl delete
dist/ntp/libopts/COPYING.mbsd delete
dist/ntp/libopts/MakeDefs.inc delete
dist/ntp/libopts/Makefile.am delete
dist/ntp/libopts/Makefile.in delete
dist/ntp/libopts/README delete
dist/ntp/libopts/autoopts.c delete
dist/ntp/libopts/autoopts.h delete
dist/ntp/libopts/boolean.c delete
dist/ntp/libopts/configfile.c delete
dist/ntp/libopts/cook.c delete
dist/ntp/libopts/enumeration.c delete
dist/ntp/libopts/environment.c delete
dist/ntp/libopts/genshell.c delete
dist/ntp/libopts/genshell.h delete
dist/ntp/libopts/libopts.c delete
dist/ntp/libopts/load.c delete
dist/ntp/libopts/makeshell.c delete
dist/ntp/libopts/nested.c delete
dist/ntp/libopts/numeric.c delete
dist/ntp/libopts/pgusage.c delete
dist/ntp/libopts/proto.h delete
dist/ntp/libopts/putshell.c delete
dist/ntp/libopts/restore.c delete
dist/ntp/libopts/save.c delete
dist/ntp/libopts/sort.c delete
dist/ntp/libopts/stack.c delete
dist/ntp/libopts/streqvcmp.c delete
dist/ntp/libopts/text_mmap.c delete
dist/ntp/libopts/tokenize.c delete
dist/ntp/libopts/usage.c delete
dist/ntp/libopts/version.c delete
dist/ntp/libopts/autoopts/options.h delete
dist/ntp/libopts/autoopts/usage-txt.h delete
dist/ntp/libopts/compat/compat.h delete
dist/ntp/libopts/compat/pathfind.c delete
dist/ntp/libopts/compat/snprintf.c delete
dist/ntp/libopts/compat/strchr.c delete
dist/ntp/libopts/compat/strdup.c delete
dist/ntp/libopts/compat/windows-config.h delete
dist/ntp/libopts/m4/libopts.m4 delete
dist/ntp/libopts/m4/liboptschk.m4 delete
dist/ntp/libparse/Makefile.am delete
dist/ntp/libparse/Makefile.in delete
dist/ntp/libparse/README delete
dist/ntp/libparse/binio.c delete
dist/ntp/libparse/clk_computime.c delete
dist/ntp/libparse/clk_dcf7000.c delete
dist/ntp/libparse/clk_hopf6021.c delete
dist/ntp/libparse/clk_meinberg.c delete
dist/ntp/libparse/clk_rawdcf.c delete
dist/ntp/libparse/clk_rcc8000.c delete
dist/ntp/libparse/clk_schmid.c delete
dist/ntp/libparse/clk_trimtaip.c delete
dist/ntp/libparse/clk_trimtsip.c delete
dist/ntp/libparse/clk_varitext.c delete
dist/ntp/libparse/clk_wharton.c delete
dist/ntp/libparse/data_mbg.c delete
dist/ntp/libparse/gpstolfp.c delete
dist/ntp/libparse/ieee754io.c delete
dist/ntp/libparse/info_trimble.c delete
dist/ntp/libparse/mfp_mul.c delete
dist/ntp/libparse/mkinfo_rcmd.sed delete
dist/ntp/libparse/mkinfo_scmd.sed delete
dist/ntp/libparse/parse.c delete
dist/ntp/libparse/parse_conf.c delete
dist/ntp/libparse/parsesolaris.c delete
dist/ntp/libparse/parsestreams.c delete
dist/ntp/libparse/trim_info.c delete
dist/ntp/m4/define_dir.m4 delete
dist/ntp/m4/hs_ulong_const.m4 delete
dist/ntp/m4/os_cflags.m4 delete
dist/ntp/ntpd/Makefile.am delete
dist/ntp/ntpd/Makefile.in delete
dist/ntp/ntpd/check_y2k.c delete
dist/ntp/ntpd/cmd_args.c delete
dist/ntp/ntpd/jupiter.h delete
dist/ntp/ntpd/ntp_config.c delete
dist/ntp/ntpd/ntp_control.c delete
dist/ntp/ntpd/ntp_crypto.c delete
dist/ntp/ntpd/ntp_filegen.c delete
dist/ntp/ntpd/ntp_intres.c delete
dist/ntp/ntpd/ntp_io.c delete
dist/ntp/ntpd/ntp_loopfilter.c delete
dist/ntp/ntpd/ntp_monitor.c delete
dist/ntp/ntpd/ntp_peer.c delete
dist/ntp/ntpd/ntp_proto.c delete
dist/ntp/ntpd/ntp_refclock.c delete
dist/ntp/ntpd/ntp_request.c delete
dist/ntp/ntpd/ntp_restrict.c delete
dist/ntp/ntpd/ntp_timer.c delete
dist/ntp/ntpd/ntp_util.c delete
dist/ntp/ntpd/ntpd-opts.c delete
dist/ntp/ntpd/ntpd-opts.def delete
dist/ntp/ntpd/ntpd-opts.h delete
dist/ntp/ntpd/ntpd-opts.menu delete
dist/ntp/ntpd/ntpd-opts.texi delete
dist/ntp/ntpd/ntpd.1 delete
dist/ntp/ntpd/ntpd.c delete
dist/ntp/ntpd/ntpdbase-opts.def delete
dist/ntp/ntpd/ntpdsim-opts.c delete
dist/ntp/ntpd/ntpdsim-opts.def delete
dist/ntp/ntpd/ntpdsim-opts.h delete
dist/ntp/ntpd/ntpdsim-opts.menu delete
dist/ntp/ntpd/ntpdsim-opts.texi delete
dist/ntp/ntpd/ntpdsim.1 delete
dist/ntp/ntpd/ntpsim.c delete
dist/ntp/ntpd/ppsapi_timepps.h delete
dist/ntp/ntpd/refclock_acts.c delete
dist/ntp/ntpd/refclock_arbiter.c delete
dist/ntp/ntpd/refclock_arc.c delete
dist/ntp/ntpd/refclock_as2201.c delete
dist/ntp/ntpd/refclock_atom.c delete
dist/ntp/ntpd/refclock_bancomm.c delete
dist/ntp/ntpd/refclock_chronolog.c delete
dist/ntp/ntpd/refclock_chu.c delete
dist/ntp/ntpd/refclock_conf.c delete
dist/ntp/ntpd/refclock_datum.c delete
dist/ntp/ntpd/refclock_dumbclock.c delete
dist/ntp/ntpd/refclock_fg.c delete
dist/ntp/ntpd/refclock_gpsvme.c delete
dist/ntp/ntpd/refclock_heath.c delete
dist/ntp/ntpd/refclock_hopfpci.c delete
dist/ntp/ntpd/refclock_hopfser.c delete
dist/ntp/ntpd/refclock_hpgps.c delete
dist/ntp/ntpd/refclock_irig.c delete
dist/ntp/ntpd/refclock_jjy.c delete
dist/ntp/ntpd/refclock_jupiter.c delete
dist/ntp/ntpd/refclock_leitch.c delete
dist/ntp/ntpd/refclock_local.c delete
dist/ntp/ntpd/refclock_msfees.c delete
dist/ntp/ntpd/refclock_mx4200.c delete
dist/ntp/ntpd/refclock_neoclock4x.c delete
dist/ntp/ntpd/refclock_nmea.c delete
dist/ntp/ntpd/refclock_oncore.c delete
dist/ntp/ntpd/refclock_palisade.c delete
dist/ntp/ntpd/refclock_palisade.h delete
dist/ntp/ntpd/refclock_parse.c delete
dist/ntp/ntpd/refclock_pcf.c delete
dist/ntp/ntpd/refclock_pst.c delete
dist/ntp/ntpd/refclock_ripencc.c delete
dist/ntp/ntpd/refclock_shm.c delete
dist/ntp/ntpd/refclock_tpro.c delete
dist/ntp/ntpd/refclock_trak.c delete
dist/ntp/ntpd/refclock_true.c delete
dist/ntp/ntpd/refclock_tt560.c delete
dist/ntp/ntpd/refclock_ulink.c delete
dist/ntp/ntpd/refclock_wwv.c delete
dist/ntp/ntpd/refclock_wwvb.c delete
dist/ntp/ntpd/refclock_zyfer.c delete
dist/ntp/ntpdate/Makefile.am delete
dist/ntp/ntpdate/Makefile.in delete
dist/ntp/ntpdate/README delete
dist/ntp/ntpdate/ntpdate.c delete
dist/ntp/ntpdate/ntpdate.h delete
dist/ntp/ntpdate/ntptime_config.c delete
dist/ntp/ntpdate/ntptimeset.c delete
dist/ntp/ntpdc/Makefile.am delete
dist/ntp/ntpdc/Makefile.in delete
dist/ntp/ntpdc/README delete
dist/ntp/ntpdc/layout.std delete
dist/ntp/ntpdc/nl.pl delete
dist/ntp/ntpdc/nl.pl.in delete
dist/ntp/ntpdc/nl_in.c delete
dist/ntp/ntpdc/ntpdc-layout.c delete
dist/ntp/ntpdc/ntpdc-opts.c delete
dist/ntp/ntpdc/ntpdc-opts.def delete
dist/ntp/ntpdc/ntpdc-opts.h delete
dist/ntp/ntpdc/ntpdc-opts.menu delete
dist/ntp/ntpdc/ntpdc-opts.texi delete
dist/ntp/ntpdc/ntpdc.1 delete
dist/ntp/ntpdc/ntpdc.c delete
dist/ntp/ntpdc/ntpdc.h delete
dist/ntp/ntpdc/ntpdc_ops.c delete
dist/ntp/ntpq/Makefile.am delete
dist/ntp/ntpq/Makefile.in delete
dist/ntp/ntpq/README delete
dist/ntp/ntpq/ntpq-opts.c delete
dist/ntp/ntpq/ntpq-opts.def delete
dist/ntp/ntpq/ntpq-opts.h delete
dist/ntp/ntpq/ntpq-opts.menu delete
dist/ntp/ntpq/ntpq-opts.texi delete
dist/ntp/ntpq/ntpq-subs.c delete
dist/ntp/ntpq/ntpq.1 delete
dist/ntp/ntpq/ntpq.c delete
dist/ntp/ntpq/ntpq.h delete
dist/ntp/parseutil/Makefile.am delete
dist/ntp/parseutil/Makefile.in delete
dist/ntp/parseutil/README delete
dist/ntp/parseutil/dcfd.c delete
dist/ntp/parseutil/testdcf.c delete
dist/ntp/scripts/Makefile.am delete
dist/ntp/scripts/Makefile.in delete
dist/ntp/scripts/README delete
dist/ntp/scripts/VersionName delete
dist/ntp/scripts/calc_tickadj.in delete
dist/ntp/scripts/checktime.in delete
dist/ntp/scripts/fixautomakedepsmagic delete
dist/ntp/scripts/freq_adj.in delete
dist/ntp/scripts/genCommitLog delete
dist/ntp/scripts/genver delete
dist/ntp/scripts/hpadjtime.sh delete
dist/ntp/scripts/html2man.in delete
dist/ntp/scripts/mkver.in delete
dist/ntp/scripts/ntp-close delete
dist/ntp/scripts/ntp-groper delete
dist/ntp/scripts/ntp-restart delete
dist/ntp/scripts/ntp-status delete
dist/ntp/scripts/ntp-wait.in delete
dist/ntp/scripts/ntpsweep.in delete
dist/ntp/scripts/ntptrace.in delete
dist/ntp/scripts/ntpver.in delete
dist/ntp/scripts/plot_summary.in delete
dist/ntp/scripts/summary.in delete
dist/ntp/scripts/monitoring/README delete
dist/ntp/scripts/monitoring/loopwatch.config.SAMPLE delete
dist/ntp/scripts/monitoring/lr.pl delete
dist/ntp/scripts/monitoring/ntp.pl delete
dist/ntp/scripts/monitoring/ntploopstat delete
dist/ntp/scripts/monitoring/ntploopwatch delete
dist/ntp/scripts/monitoring/ntptrap delete
dist/ntp/scripts/monitoring/timelocal.pl delete
dist/ntp/scripts/rc1/postinstall delete
dist/ntp/scripts/rc1/preinstall delete
dist/ntp/scripts/rc1/preremove delete
dist/ntp/scripts/rc1/prototype delete
dist/ntp/scripts/rc1/xntp delete
dist/ntp/scripts/rc2/local.ntpd delete
dist/ntp/scripts/stats/README delete
dist/ntp/scripts/stats/README.stats delete
dist/ntp/scripts/stats/README.timecodes delete
dist/ntp/scripts/stats/clock.awk delete
dist/ntp/scripts/stats/dupe.awk delete
dist/ntp/scripts/stats/ensemble.S delete
dist/ntp/scripts/stats/ensemble.awk delete
dist/ntp/scripts/stats/etf.S delete
dist/ntp/scripts/stats/etf.awk delete
dist/ntp/scripts/stats/itf.S delete
dist/ntp/scripts/stats/itf.awk delete
dist/ntp/scripts/stats/loop.S delete
dist/ntp/scripts/stats/loop.awk delete
dist/ntp/scripts/stats/loop_summary delete
dist/ntp/scripts/stats/peer.awk delete
dist/ntp/scripts/stats/psummary.awk delete
dist/ntp/scripts/stats/summary.sh delete
dist/ntp/scripts/stats/tdata.S delete
dist/ntp/scripts/stats/tdata.awk delete
dist/ntp/sntp/COPYRIGHT delete
dist/ntp/sntp/Makefile.am delete
dist/ntp/sntp/Makefile.in delete
dist/ntp/sntp/README delete
dist/ntp/sntp/aclocal.m4 delete
dist/ntp/sntp/autogen-version.def delete
dist/ntp/sntp/bincheck.mf delete
dist/ntp/sntp/compile delete
dist/ntp/sntp/config.guess delete
dist/ntp/sntp/config.h.in delete
dist/ntp/sntp/config.sub delete
dist/ntp/sntp/configure delete
dist/ntp/sntp/configure.ac delete
dist/ntp/sntp/depcomp delete
dist/ntp/sntp/header.h delete
dist/ntp/sntp/install-sh delete
dist/ntp/sntp/internet.c delete
dist/ntp/sntp/internet.h delete
dist/ntp/sntp/kludges.h delete
dist/ntp/sntp/ltmain.sh delete
dist/ntp/sntp/main.c delete
dist/ntp/sntp/missing delete
dist/ntp/sntp/sntp-opts.c delete
dist/ntp/sntp/sntp-opts.def delete
dist/ntp/sntp/sntp-opts.h delete
dist/ntp/sntp/sntp-opts.menu delete
dist/ntp/sntp/sntp-opts.texi delete
dist/ntp/sntp/sntp.1 delete
dist/ntp/sntp/socket.c delete
dist/ntp/sntp/timing.c delete
dist/ntp/sntp/unix.c delete
dist/ntp/sntp/version.def delete
dist/ntp/sntp/libopts/COPYING.lgpl delete
dist/ntp/sntp/libopts/COPYING.mbsd delete
dist/ntp/sntp/libopts/MakeDefs.inc delete
dist/ntp/sntp/libopts/Makefile.am delete
dist/ntp/sntp/libopts/Makefile.in delete
dist/ntp/sntp/libopts/README delete
dist/ntp/sntp/libopts/autoopts.c delete
dist/ntp/sntp/libopts/autoopts.h delete
dist/ntp/sntp/libopts/boolean.c delete
dist/ntp/sntp/libopts/configfile.c delete
dist/ntp/sntp/libopts/cook.c delete
dist/ntp/sntp/libopts/enumeration.c delete
dist/ntp/sntp/libopts/environment.c delete
dist/ntp/sntp/libopts/genshell.c delete
dist/ntp/sntp/libopts/genshell.h delete
dist/ntp/sntp/libopts/libopts.c delete
dist/ntp/sntp/libopts/load.c delete
dist/ntp/sntp/libopts/makeshell.c delete
dist/ntp/sntp/libopts/nested.c delete
dist/ntp/sntp/libopts/numeric.c delete
dist/ntp/sntp/libopts/pgusage.c delete
dist/ntp/sntp/libopts/proto.h delete
dist/ntp/sntp/libopts/putshell.c delete
dist/ntp/sntp/libopts/restore.c delete
dist/ntp/sntp/libopts/save.c delete
dist/ntp/sntp/libopts/sort.c delete
dist/ntp/sntp/libopts/stack.c delete
dist/ntp/sntp/libopts/streqvcmp.c delete
dist/ntp/sntp/libopts/text_mmap.c delete
dist/ntp/sntp/libopts/tokenize.c delete
dist/ntp/sntp/libopts/usage.c delete
dist/ntp/sntp/libopts/version.c delete
dist/ntp/sntp/libopts/autoopts/options.h delete
dist/ntp/sntp/libopts/autoopts/usage-txt.h delete
dist/ntp/sntp/libopts/compat/compat.h delete
dist/ntp/sntp/libopts/compat/pathfind.c delete
dist/ntp/sntp/libopts/compat/snprintf.c delete
dist/ntp/sntp/libopts/compat/strchr.c delete
dist/ntp/sntp/libopts/compat/strdup.c delete
dist/ntp/sntp/libopts/compat/windows-config.h delete
dist/ntp/sntp/libopts/m4/libopts.m4 delete
dist/ntp/sntp/libopts/m4/liboptschk.m4 delete
dist/ntp/util/Makefile.am delete
dist/ntp/util/Makefile.in delete
dist/ntp/util/README delete
dist/ntp/util/ansi2knr.1 delete
dist/ntp/util/ansi2knr.c delete
dist/ntp/util/audio-pcm.c delete
dist/ntp/util/byteorder.c delete
dist/ntp/util/hist.c delete
dist/ntp/util/jitter.c delete
dist/ntp/util/jitter.h delete
dist/ntp/util/kern.c delete
dist/ntp/util/longsize.c delete
dist/ntp/util/ntp-keygen-opts.c delete
dist/ntp/util/ntp-keygen-opts.def delete
dist/ntp/util/ntp-keygen-opts.h delete
dist/ntp/util/ntp-keygen-opts.menu delete
dist/ntp/util/ntp-keygen-opts.texi delete
dist/ntp/util/ntp-keygen.1 delete
dist/ntp/util/ntp-keygen.c delete
dist/ntp/util/ntptime.c delete
dist/ntp/util/pps-api.c delete
dist/ntp/util/precision.c delete
dist/ntp/util/sht.c delete
dist/ntp/util/testrs6000.c delete
dist/ntp/util/tg.c delete
dist/ntp/util/tickadj.c delete
dist/ntp/util/timetrim.c delete
distrib/sets/lists/man/mi patch
distrib/sets/lists/misc/mi patch
external/bsd/Makefile patch
external/bsd/ntp/Makefile new
external/bsd/ntp/Makefile.inc new
external/bsd/ntp/importdate new
external/bsd/ntp/ntp2netbsd new
external/bsd/ntp/bin/Makefile new
external/bsd/ntp/bin/Makefile.inc new
external/bsd/ntp/bin/ntp-keygen/Makefile new
external/bsd/ntp/bin/ntp-keygen/ntp-keygen.8 new
external/bsd/ntp/bin/ntpd/Makefile new
external/bsd/ntp/bin/ntpd/ntp.conf.5 new
external/bsd/ntp/bin/ntpd/ntp.keys.5 new
external/bsd/ntp/bin/ntpd/ntpd.8 new
external/bsd/ntp/bin/ntpdate/Makefile new
external/bsd/ntp/bin/ntpdate/ntpdate.8 new
external/bsd/ntp/bin/ntpdc/Makefile new
external/bsd/ntp/bin/ntpdc/ntpdc.8 new
external/bsd/ntp/bin/ntpq/Makefile new
external/bsd/ntp/bin/ntpq/ntpq.8 new
external/bsd/ntp/bin/ntptime/Makefile new
external/bsd/ntp/bin/ntptime/ntptime.8 new
external/bsd/ntp/bin/ntptrace/Makefile new
external/bsd/ntp/bin/ntptrace/ntptrace.8 new
external/bsd/ntp/bin/ntptrace/ntptrace.awk new
external/bsd/ntp/bin/sntp/Makefile new
external/bsd/ntp/bin/sntp/sntp.1 new
external/bsd/ntp/dist/COPYRIGHT new
external/bsd/ntp/dist/ChangeLog new
external/bsd/ntp/dist/CommitLog new
external/bsd/ntp/dist/CommitLog-4.1.0 new
external/bsd/ntp/dist/INSTALL new
external/bsd/ntp/dist/Makefile.am new
external/bsd/ntp/dist/Makefile.in new
external/bsd/ntp/dist/NEWS new
external/bsd/ntp/dist/NOTES.y2kfixes new
external/bsd/ntp/dist/README new
external/bsd/ntp/dist/README.bk new
external/bsd/ntp/dist/README.hackers new
external/bsd/ntp/dist/README.patches new
external/bsd/ntp/dist/README.refclocks new
external/bsd/ntp/dist/README.versions new
external/bsd/ntp/dist/TODO new
external/bsd/ntp/dist/WHERE-TO-START new
external/bsd/ntp/dist/aclocal.m4 new
external/bsd/ntp/dist/bincheck.mf new
external/bsd/ntp/dist/bootstrap new
external/bsd/ntp/dist/build new
external/bsd/ntp/dist/check-libopts.mf new
external/bsd/ntp/dist/config.h.in new
external/bsd/ntp/dist/configure new
external/bsd/ntp/dist/configure.ac new
external/bsd/ntp/dist/deps-ver new
external/bsd/ntp/dist/depsver.mf new
external/bsd/ntp/dist/dot.emacs new
external/bsd/ntp/dist/flock-build new
external/bsd/ntp/dist/includes.mf new
external/bsd/ntp/dist/install-sh new
external/bsd/ntp/dist/packageinfo.sh new
external/bsd/ntp/dist/readme.y2kfixes new
external/bsd/ntp/dist/results.y2kfixes new
external/bsd/ntp/dist/adjtimed/Makefile.am new
external/bsd/ntp/dist/adjtimed/Makefile.in new
external/bsd/ntp/dist/adjtimed/README new
external/bsd/ntp/dist/adjtimed/adjtimed.c new
external/bsd/ntp/dist/clockstuff/Makefile.am new
external/bsd/ntp/dist/clockstuff/Makefile.in new
external/bsd/ntp/dist/clockstuff/README new
external/bsd/ntp/dist/clockstuff/chutest.c new
external/bsd/ntp/dist/clockstuff/propdelay.c new
external/bsd/ntp/dist/conf/README new
external/bsd/ntp/dist/conf/baldwin.conf new
external/bsd/ntp/dist/conf/beauregard.conf new
external/bsd/ntp/dist/conf/grundoon.conf new
external/bsd/ntp/dist/conf/malarky.conf new
external/bsd/ntp/dist/conf/pogo.conf new
external/bsd/ntp/dist/conf/rackety.conf new
external/bsd/ntp/dist/html/access.html new
external/bsd/ntp/dist/html/accopt.html new
external/bsd/ntp/dist/html/assoc.html new
external/bsd/ntp/dist/html/audio.html new
external/bsd/ntp/dist/html/authentic.html new
external/bsd/ntp/dist/html/authopt.html new
external/bsd/ntp/dist/html/autokey.html new
external/bsd/ntp/dist/html/bugs.html new
external/bsd/ntp/dist/html/build.html new
external/bsd/ntp/dist/html/clock.html new
external/bsd/ntp/dist/html/clockopt.html new
external/bsd/ntp/dist/html/cluster.html new
external/bsd/ntp/dist/html/comdex.html new
external/bsd/ntp/dist/html/config.html new
external/bsd/ntp/dist/html/confopt.html new
external/bsd/ntp/dist/html/copyright.html new
external/bsd/ntp/dist/html/debug.html new
external/bsd/ntp/dist/html/decode.html new
external/bsd/ntp/dist/html/discipline.html new
external/bsd/ntp/dist/html/discover.html new
external/bsd/ntp/dist/html/extern.html new
external/bsd/ntp/dist/html/filter.html new
external/bsd/ntp/dist/html/hints.html new
external/bsd/ntp/dist/html/history.html new
external/bsd/ntp/dist/html/howto.html new
external/bsd/ntp/dist/html/huffpuff.html new
external/bsd/ntp/dist/html/index.html new
external/bsd/ntp/dist/html/kern.html new
external/bsd/ntp/dist/html/kernpps.html new
external/bsd/ntp/dist/html/keygen.html new
external/bsd/ntp/dist/html/leap.html new
external/bsd/ntp/dist/html/miscopt.html new
external/bsd/ntp/dist/html/monopt.html new
external/bsd/ntp/dist/html/msyslog.html new
external/bsd/ntp/dist/html/ntp-wait.html new
external/bsd/ntp/dist/html/ntp_conf.html new
external/bsd/ntp/dist/html/ntpd.html new
external/bsd/ntp/dist/html/ntpdate.html new
external/bsd/ntp/dist/html/ntpdc.html new
external/bsd/ntp/dist/html/ntpdsim.html new
external/bsd/ntp/dist/html/ntpdsim_new.html new
external/bsd/ntp/dist/html/ntpq.html new
external/bsd/ntp/dist/html/ntptime.html new
external/bsd/ntp/dist/html/ntptrace.html new
external/bsd/ntp/dist/html/orphan.html new
external/bsd/ntp/dist/html/parsedata.html new
external/bsd/ntp/dist/html/parsenew.html new
external/bsd/ntp/dist/html/poll.html new
external/bsd/ntp/dist/html/pps.html new
external/bsd/ntp/dist/html/prefer.html new
external/bsd/ntp/dist/html/quick.html new
external/bsd/ntp/dist/html/rate.html new
external/bsd/ntp/dist/html/rdebug.html new
external/bsd/ntp/dist/html/refclock.html new
external/bsd/ntp/dist/html/release.html new
external/bsd/ntp/dist/html/select.html new
external/bsd/ntp/dist/html/sitemap.html new
external/bsd/ntp/dist/html/sntp.html new
external/bsd/ntp/dist/html/stats.html new
external/bsd/ntp/dist/html/tickadj.html new
external/bsd/ntp/dist/html/warp.html new
external/bsd/ntp/dist/html/xleave.html new
external/bsd/ntp/dist/html/drivers/driver1.html new
external/bsd/ntp/dist/html/drivers/driver10.html new
external/bsd/ntp/dist/html/drivers/driver11.html new
external/bsd/ntp/dist/html/drivers/driver12.html new
external/bsd/ntp/dist/html/drivers/driver16.html new
external/bsd/ntp/dist/html/drivers/driver18.html new
external/bsd/ntp/dist/html/drivers/driver19.html new
external/bsd/ntp/dist/html/drivers/driver20.html new
external/bsd/ntp/dist/html/drivers/driver22.html new
external/bsd/ntp/dist/html/drivers/driver26.html new
external/bsd/ntp/dist/html/drivers/driver27.html new
external/bsd/ntp/dist/html/drivers/driver28.html new
external/bsd/ntp/dist/html/drivers/driver29.html new
external/bsd/ntp/dist/html/drivers/driver3.html new
external/bsd/ntp/dist/html/drivers/driver30.html new
external/bsd/ntp/dist/html/drivers/driver31.html new
external/bsd/ntp/dist/html/drivers/driver32.html new
external/bsd/ntp/dist/html/drivers/driver33.html new
external/bsd/ntp/dist/html/drivers/driver34.html new
external/bsd/ntp/dist/html/drivers/driver35.html new
external/bsd/ntp/dist/html/drivers/driver36.html new
external/bsd/ntp/dist/html/drivers/driver37.html new
external/bsd/ntp/dist/html/drivers/driver38.html new
external/bsd/ntp/dist/html/drivers/driver39.html new
external/bsd/ntp/dist/html/drivers/driver4.html new
external/bsd/ntp/dist/html/drivers/driver40.html new
external/bsd/ntp/dist/html/drivers/driver42.html new
external/bsd/ntp/dist/html/drivers/driver43.html new
external/bsd/ntp/dist/html/drivers/driver44.html new
external/bsd/ntp/dist/html/drivers/driver45.html new
external/bsd/ntp/dist/html/drivers/driver46.html new
external/bsd/ntp/dist/html/drivers/driver5.html new
external/bsd/ntp/dist/html/drivers/driver6.html new
external/bsd/ntp/dist/html/drivers/driver7.html new
external/bsd/ntp/dist/html/drivers/driver8.html new
external/bsd/ntp/dist/html/drivers/driver9.html new
external/bsd/ntp/dist/html/drivers/mx4200data.html new
external/bsd/ntp/dist/html/drivers/oncore-shmem.html new
external/bsd/ntp/dist/html/drivers/tf582_4.html new
external/bsd/ntp/dist/html/drivers/icons/home.gif new
external/bsd/ntp/dist/html/drivers/icons/mail2.gif new
external/bsd/ntp/dist/html/drivers/scripts/footer.txt new
external/bsd/ntp/dist/html/drivers/scripts/style.css new
external/bsd/ntp/dist/html/hints/a-ux new
external/bsd/ntp/dist/html/hints/aix new
external/bsd/ntp/dist/html/hints/bsdi new
external/bsd/ntp/dist/html/hints/changes new
external/bsd/ntp/dist/html/hints/decosf1 new
external/bsd/ntp/dist/html/hints/decosf2 new
external/bsd/ntp/dist/html/hints/freebsd new
external/bsd/ntp/dist/html/hints/hpux new
external/bsd/ntp/dist/html/hints/linux new
external/bsd/ntp/dist/html/hints/mpeix new
external/bsd/ntp/dist/html/hints/notes-xntp-v3 new
external/bsd/ntp/dist/html/hints/parse new
external/bsd/ntp/dist/html/hints/refclocks new
external/bsd/ntp/dist/html/hints/rs6000 new
external/bsd/ntp/dist/html/hints/sco.html new
external/bsd/ntp/dist/html/hints/sgi new
external/bsd/ntp/dist/html/hints/solaris-dosynctodr.html new
external/bsd/ntp/dist/html/hints/solaris.html new
external/bsd/ntp/dist/html/hints/solaris.xtra.4023118 new
external/bsd/ntp/dist/html/hints/solaris.xtra.4095849 new
external/bsd/ntp/dist/html/hints/solaris.xtra.S99ntpd new
external/bsd/ntp/dist/html/hints/solaris.xtra.patchfreq new
external/bsd/ntp/dist/html/hints/sun4 new
external/bsd/ntp/dist/html/hints/svr4-dell new
external/bsd/ntp/dist/html/hints/svr4_package new
external/bsd/ntp/dist/html/hints/todo new
external/bsd/ntp/dist/html/hints/vxworks.html new
external/bsd/ntp/dist/html/hints/winnt.html new
external/bsd/ntp/dist/html/icons/home.gif new
external/bsd/ntp/dist/html/icons/mail2.gif new
external/bsd/ntp/dist/html/icons/sitemap.png new
external/bsd/ntp/dist/html/scripts/accopt.txt new
external/bsd/ntp/dist/html/scripts/audio.txt new
external/bsd/ntp/dist/html/scripts/authopt.txt new
external/bsd/ntp/dist/html/scripts/clockopt.txt new
external/bsd/ntp/dist/html/scripts/command.txt new
external/bsd/ntp/dist/html/scripts/config.txt new
external/bsd/ntp/dist/html/scripts/confopt.txt new
external/bsd/ntp/dist/html/scripts/external.txt new
external/bsd/ntp/dist/html/scripts/footer.txt new
external/bsd/ntp/dist/html/scripts/hand.txt new
external/bsd/ntp/dist/html/scripts/install.txt new
external/bsd/ntp/dist/html/scripts/manual.txt new
external/bsd/ntp/dist/html/scripts/misc.txt new
external/bsd/ntp/dist/html/scripts/miscopt.txt new
external/bsd/ntp/dist/html/scripts/monopt.txt new
external/bsd/ntp/dist/html/scripts/refclock.txt new
external/bsd/ntp/dist/html/scripts/special.txt new
external/bsd/ntp/dist/html/scripts/style.css new
external/bsd/ntp/dist/include/Makefile.am new
external/bsd/ntp/dist/include/Makefile.in new
external/bsd/ntp/dist/include/README new
external/bsd/ntp/dist/include/adjtime.h new
external/bsd/ntp/dist/include/ascii.h new
external/bsd/ntp/dist/include/audio.h new
external/bsd/ntp/dist/include/binio.h new
external/bsd/ntp/dist/include/declcond.h new
external/bsd/ntp/dist/include/gps.h new
external/bsd/ntp/dist/include/hopf6039.h new
external/bsd/ntp/dist/include/icom.h new
external/bsd/ntp/dist/include/ieee754io.h new
external/bsd/ntp/dist/include/intreswork.h new
external/bsd/ntp/dist/include/iosignal.h new
external/bsd/ntp/dist/include/l_stdlib.h new
external/bsd/ntp/dist/include/lib_strbuf.h new
external/bsd/ntp/dist/include/libntp.h new
external/bsd/ntp/dist/include/mbg_gps166.h new
external/bsd/ntp/dist/include/mx4200.h new
external/bsd/ntp/dist/include/ntif.h new
external/bsd/ntp/dist/include/ntp.h new
external/bsd/ntp/dist/include/ntp_assert.h new
external/bsd/ntp/dist/include/ntp_calendar.h new
external/bsd/ntp/dist/include/ntp_cmdargs.h new
external/bsd/ntp/dist/include/ntp_config.h new
external/bsd/ntp/dist/include/ntp_control.h new
external/bsd/ntp/dist/include/ntp_crypto.h new
external/bsd/ntp/dist/include/ntp_datum.h new
external/bsd/ntp/dist/include/ntp_debug.h new
external/bsd/ntp/dist/include/ntp_filegen.h new
external/bsd/ntp/dist/include/ntp_fp.h new
external/bsd/ntp/dist/include/ntp_if.h new
external/bsd/ntp/dist/include/ntp_intres.h new
external/bsd/ntp/dist/include/ntp_io.h new
external/bsd/ntp/dist/include/ntp_libopts.h new
external/bsd/ntp/dist/include/ntp_lineedit.h new
external/bsd/ntp/dist/include/ntp_lists.h new
external/bsd/ntp/dist/include/ntp_machine.h new
external/bsd/ntp/dist/include/ntp_malloc.h new
external/bsd/ntp/dist/include/ntp_md5.h new
external/bsd/ntp/dist/include/ntp_net.h new
external/bsd/ntp/dist/include/ntp_prio_q.h new
external/bsd/ntp/dist/include/ntp_proto.h new
external/bsd/ntp/dist/include/ntp_random.h new
external/bsd/ntp/dist/include/ntp_refclock.h new
external/bsd/ntp/dist/include/ntp_request.h new
external/bsd/ntp/dist/include/ntp_rfc2553.h new
external/bsd/ntp/dist/include/ntp_select.h new
external/bsd/ntp/dist/include/ntp_stdlib.h new
external/bsd/ntp/dist/include/ntp_string.h new
external/bsd/ntp/dist/include/ntp_syscall.h new
external/bsd/ntp/dist/include/ntp_syslog.h new
external/bsd/ntp/dist/include/ntp_tty.h new
external/bsd/ntp/dist/include/ntp_types.h new
external/bsd/ntp/dist/include/ntp_unixtime.h new
external/bsd/ntp/dist/include/ntp_worker.h new
external/bsd/ntp/dist/include/ntp_workimpl.h new
external/bsd/ntp/dist/include/ntpd.h new
external/bsd/ntp/dist/include/ntpsim.h new
external/bsd/ntp/dist/include/parse.h new
external/bsd/ntp/dist/include/parse_conf.h new
external/bsd/ntp/dist/include/recvbuff.h new
external/bsd/ntp/dist/include/refclock_atom.h new
external/bsd/ntp/dist/include/ssl_applink.c new
external/bsd/ntp/dist/include/timepps-SCO.h new
external/bsd/ntp/dist/include/timepps-Solaris.h new
external/bsd/ntp/dist/include/timepps-SunOS.h new
external/bsd/ntp/dist/include/timespecops.h new
external/bsd/ntp/dist/include/timetoa.h new
external/bsd/ntp/dist/include/timevalops.h new
external/bsd/ntp/dist/include/trimble.h new
external/bsd/ntp/dist/include/vint64ops.h new
external/bsd/ntp/dist/include/isc/Makefile.am new
external/bsd/ntp/dist/include/isc/Makefile.in new
external/bsd/ntp/dist/include/isc/mem.h new
external/bsd/ntp/dist/kernel/Makefile.am new
external/bsd/ntp/dist/kernel/Makefile.in new
external/bsd/ntp/dist/kernel/sys/Makefile.am new
external/bsd/ntp/dist/kernel/sys/Makefile.in new
external/bsd/ntp/dist/kernel/sys/README new
external/bsd/ntp/dist/kernel/sys/bsd_audioirig.h new
external/bsd/ntp/dist/kernel/sys/i8253.h new
external/bsd/ntp/dist/kernel/sys/parsestreams.h new
external/bsd/ntp/dist/kernel/sys/pcl720.h new
external/bsd/ntp/dist/kernel/sys/ppsclock.h new
external/bsd/ntp/dist/kernel/sys/timex.h new
external/bsd/ntp/dist/kernel/sys/tpro.h new
external/bsd/ntp/dist/kernel/sys/tt560_api.h new
external/bsd/ntp/dist/lib/isc/Atffile new
external/bsd/ntp/dist/lib/isc/api new
external/bsd/ntp/dist/lib/isc/app_api.c new
external/bsd/ntp/dist/lib/isc/assertions.c new
external/bsd/ntp/dist/lib/isc/backtrace-emptytbl.c new
external/bsd/ntp/dist/lib/isc/backtrace.c new
external/bsd/ntp/dist/lib/isc/base32.c new
external/bsd/ntp/dist/lib/isc/base64.c new
external/bsd/ntp/dist/lib/isc/bitstring.c new
external/bsd/ntp/dist/lib/isc/buffer.c new
external/bsd/ntp/dist/lib/isc/bufferlist.c new
external/bsd/ntp/dist/lib/isc/commandline.c new
external/bsd/ntp/dist/lib/isc/entropy.c new
external/bsd/ntp/dist/lib/isc/error.c new
external/bsd/ntp/dist/lib/isc/event.c new
external/bsd/ntp/dist/lib/isc/fsaccess.c new
external/bsd/ntp/dist/lib/isc/hash.c new
external/bsd/ntp/dist/lib/isc/heap.c new
external/bsd/ntp/dist/lib/isc/hex.c new
external/bsd/ntp/dist/lib/isc/hmacmd5.c new
external/bsd/ntp/dist/lib/isc/hmacsha.c new
external/bsd/ntp/dist/lib/isc/httpd.c new
external/bsd/ntp/dist/lib/isc/inet_aton.c new
external/bsd/ntp/dist/lib/isc/inet_ntop.c new
external/bsd/ntp/dist/lib/isc/inet_pton.c new
external/bsd/ntp/dist/lib/isc/iterated_hash.c new
external/bsd/ntp/dist/lib/isc/lex.c new
external/bsd/ntp/dist/lib/isc/lfsr.c new
external/bsd/ntp/dist/lib/isc/lib.c new
external/bsd/ntp/dist/lib/isc/log.c new
external/bsd/ntp/dist/lib/isc/md5.c new
external/bsd/ntp/dist/lib/isc/mem.c new
external/bsd/ntp/dist/lib/isc/mem_api.c new
external/bsd/ntp/dist/lib/isc/mutexblock.c new
external/bsd/ntp/dist/lib/isc/netaddr.c new
external/bsd/ntp/dist/lib/isc/netscope.c new
external/bsd/ntp/dist/lib/isc/ondestroy.c new
external/bsd/ntp/dist/lib/isc/parseint.c new
external/bsd/ntp/dist/lib/isc/portset.c new
external/bsd/ntp/dist/lib/isc/print.c new
external/bsd/ntp/dist/lib/isc/quota.c new
external/bsd/ntp/dist/lib/isc/radix.c new
external/bsd/ntp/dist/lib/isc/random.c new
external/bsd/ntp/dist/lib/isc/ratelimiter.c new
external/bsd/ntp/dist/lib/isc/refcount.c new
external/bsd/ntp/dist/lib/isc/region.c new
external/bsd/ntp/dist/lib/isc/result.c new
external/bsd/ntp/dist/lib/isc/rwlock.c new
external/bsd/ntp/dist/lib/isc/serial.c new
external/bsd/ntp/dist/lib/isc/sha1.c new
external/bsd/ntp/dist/lib/isc/sha2.c new
external/bsd/ntp/dist/lib/isc/sockaddr.c new
external/bsd/ntp/dist/lib/isc/socket_api.c new
external/bsd/ntp/dist/lib/isc/stats.c new
external/bsd/ntp/dist/lib/isc/string.c new
external/bsd/ntp/dist/lib/isc/strtoul.c new
external/bsd/ntp/dist/lib/isc/symtab.c new
external/bsd/ntp/dist/lib/isc/task.c new
external/bsd/ntp/dist/lib/isc/task_api.c new
external/bsd/ntp/dist/lib/isc/task_p.h new
external/bsd/ntp/dist/lib/isc/taskpool.c new
external/bsd/ntp/dist/lib/isc/timer.c new
external/bsd/ntp/dist/lib/isc/timer_api.c new
external/bsd/ntp/dist/lib/isc/timer_p.h new
external/bsd/ntp/dist/lib/isc/version.c new
external/bsd/ntp/dist/lib/isc/alpha/include/isc/atomic.h new
external/bsd/ntp/dist/lib/isc/ia64/include/isc/atomic.h new
external/bsd/ntp/dist/lib/isc/include/isc/app.h new
external/bsd/ntp/dist/lib/isc/include/isc/assertions.h new
external/bsd/ntp/dist/lib/isc/include/isc/backtrace.h new
external/bsd/ntp/dist/lib/isc/include/isc/base32.h new
external/bsd/ntp/dist/lib/isc/include/isc/base64.h new
external/bsd/ntp/dist/lib/isc/include/isc/bind9.h new
external/bsd/ntp/dist/lib/isc/include/isc/bitstring.h new
external/bsd/ntp/dist/lib/isc/include/isc/boolean.h new
external/bsd/ntp/dist/lib/isc/include/isc/buffer.h new
external/bsd/ntp/dist/lib/isc/include/isc/bufferlist.h new
external/bsd/ntp/dist/lib/isc/include/isc/commandline.h new
external/bsd/ntp/dist/lib/isc/include/isc/entropy.h new
external/bsd/ntp/dist/lib/isc/include/isc/error.h new
external/bsd/ntp/dist/lib/isc/include/isc/event.h new
external/bsd/ntp/dist/lib/isc/include/isc/eventclass.h new
external/bsd/ntp/dist/lib/isc/include/isc/file.h new
external/bsd/ntp/dist/lib/isc/include/isc/formatcheck.h new
external/bsd/ntp/dist/lib/isc/include/isc/fsaccess.h new
external/bsd/ntp/dist/lib/isc/include/isc/hash.h new
external/bsd/ntp/dist/lib/isc/include/isc/heap.h new
external/bsd/ntp/dist/lib/isc/include/isc/hex.h new
external/bsd/ntp/dist/lib/isc/include/isc/hmacmd5.h new
external/bsd/ntp/dist/lib/isc/include/isc/hmacsha.h new
external/bsd/ntp/dist/lib/isc/include/isc/httpd.h new
external/bsd/ntp/dist/lib/isc/include/isc/interfaceiter.h new
external/bsd/ntp/dist/lib/isc/include/isc/ipv6.h new
external/bsd/ntp/dist/lib/isc/include/isc/iterated_hash.h new
external/bsd/ntp/dist/lib/isc/include/isc/lang.h new
external/bsd/ntp/dist/lib/isc/include/isc/lex.h new
external/bsd/ntp/dist/lib/isc/include/isc/lfsr.h new
external/bsd/ntp/dist/lib/isc/include/isc/lib.h new
external/bsd/ntp/dist/lib/isc/include/isc/list.h new
external/bsd/ntp/dist/lib/isc/include/isc/log.h new
external/bsd/ntp/dist/lib/isc/include/isc/magic.h new
external/bsd/ntp/dist/lib/isc/include/isc/md5.h new
external/bsd/ntp/dist/lib/isc/include/isc/mem.h new
external/bsd/ntp/dist/lib/isc/include/isc/msgcat.h new
external/bsd/ntp/dist/lib/isc/include/isc/msgs.h new
external/bsd/ntp/dist/lib/isc/include/isc/mutexblock.h new
external/bsd/ntp/dist/lib/isc/include/isc/namespace.h new
external/bsd/ntp/dist/lib/isc/include/isc/netaddr.h new
external/bsd/ntp/dist/lib/isc/include/isc/netscope.h new
external/bsd/ntp/dist/lib/isc/include/isc/ondestroy.h new
external/bsd/ntp/dist/lib/isc/include/isc/os.h new
external/bsd/ntp/dist/lib/isc/include/isc/parseint.h new
external/bsd/ntp/dist/lib/isc/include/isc/platform.h new
external/bsd/ntp/dist/lib/isc/include/isc/platform.h.in new
external/bsd/ntp/dist/lib/isc/include/isc/portset.h new
external/bsd/ntp/dist/lib/isc/include/isc/print.h new
external/bsd/ntp/dist/lib/isc/include/isc/queue.h new
external/bsd/ntp/dist/lib/isc/include/isc/quota.h new
external/bsd/ntp/dist/lib/isc/include/isc/radix.h new
external/bsd/ntp/dist/lib/isc/include/isc/random.h new
external/bsd/ntp/dist/lib/isc/include/isc/ratelimiter.h new
external/bsd/ntp/dist/lib/isc/include/isc/refcount.h new
external/bsd/ntp/dist/lib/isc/include/isc/region.h new
external/bsd/ntp/dist/lib/isc/include/isc/resource.h new
external/bsd/ntp/dist/lib/isc/include/isc/result.h new
external/bsd/ntp/dist/lib/isc/include/isc/resultclass.h new
external/bsd/ntp/dist/lib/isc/include/isc/rwlock.h new
external/bsd/ntp/dist/lib/isc/include/isc/serial.h new
external/bsd/ntp/dist/lib/isc/include/isc/sha1.h new
external/bsd/ntp/dist/lib/isc/include/isc/sha2.h new
external/bsd/ntp/dist/lib/isc/include/isc/sockaddr.h new
external/bsd/ntp/dist/lib/isc/include/isc/socket.h new
external/bsd/ntp/dist/lib/isc/include/isc/stats.h new
external/bsd/ntp/dist/lib/isc/include/isc/stdio.h new
external/bsd/ntp/dist/lib/isc/include/isc/stdlib.h new
external/bsd/ntp/dist/lib/isc/include/isc/string.h new
external/bsd/ntp/dist/lib/isc/include/isc/symtab.h new
external/bsd/ntp/dist/lib/isc/include/isc/task.h new
external/bsd/ntp/dist/lib/isc/include/isc/taskpool.h new
external/bsd/ntp/dist/lib/isc/include/isc/timer.h new
external/bsd/ntp/dist/lib/isc/include/isc/types.h new
external/bsd/ntp/dist/lib/isc/include/isc/util.h new
external/bsd/ntp/dist/lib/isc/include/isc/version.h new
external/bsd/ntp/dist/lib/isc/include/isc/xml.h new
external/bsd/ntp/dist/lib/isc/mips/include/isc/atomic.h new
external/bsd/ntp/dist/lib/isc/nls/msgcat.c new
external/bsd/ntp/dist/lib/isc/noatomic/include/isc/atomic.h new
external/bsd/ntp/dist/lib/isc/nothreads/condition.c new
external/bsd/ntp/dist/lib/isc/nothreads/mutex.c new
external/bsd/ntp/dist/lib/isc/nothreads/thread.c new
external/bsd/ntp/dist/lib/isc/nothreads/include/isc/condition.h new
external/bsd/ntp/dist/lib/isc/nothreads/include/isc/mutex.h new
external/bsd/ntp/dist/lib/isc/nothreads/include/isc/once.h new
external/bsd/ntp/dist/lib/isc/nothreads/include/isc/thread.h new
external/bsd/ntp/dist/lib/isc/powerpc/include/isc/atomic.h new
external/bsd/ntp/dist/lib/isc/pthreads/condition.c new
external/bsd/ntp/dist/lib/isc/pthreads/mutex.c new
external/bsd/ntp/dist/lib/isc/pthreads/thread.c new
external/bsd/ntp/dist/lib/isc/pthreads/include/isc/condition.h new
external/bsd/ntp/dist/lib/isc/pthreads/include/isc/mutex.h new
external/bsd/ntp/dist/lib/isc/pthreads/include/isc/once.h new
external/bsd/ntp/dist/lib/isc/pthreads/include/isc/thread.h new
external/bsd/ntp/dist/lib/isc/sparc64/include/isc/atomic.h new
external/bsd/ntp/dist/lib/isc/tests/Atffile new
external/bsd/ntp/dist/lib/isc/tests/hash_test.c new
external/bsd/ntp/dist/lib/isc/tests/isctest.c new
external/bsd/ntp/dist/lib/isc/tests/isctest.h new
external/bsd/ntp/dist/lib/isc/tests/queue_test.c new
external/bsd/ntp/dist/lib/isc/tests/socket_test.c new
external/bsd/ntp/dist/lib/isc/tests/symtab_test.c new
external/bsd/ntp/dist/lib/isc/tests/task_test.c new
external/bsd/ntp/dist/lib/isc/tests/taskpool_test.c new
external/bsd/ntp/dist/lib/isc/unix/app.c new
external/bsd/ntp/dist/lib/isc/unix/dir.c new
external/bsd/ntp/dist/lib/isc/unix/entropy.c new
external/bsd/ntp/dist/lib/isc/unix/errno2result.c new
external/bsd/ntp/dist/lib/isc/unix/errno2result.h new
external/bsd/ntp/dist/lib/isc/unix/file.c new
external/bsd/ntp/dist/lib/isc/unix/fsaccess.c new
external/bsd/ntp/dist/lib/isc/unix/ifiter_getifaddrs.c new
external/bsd/ntp/dist/lib/isc/unix/ifiter_ioctl.c new
external/bsd/ntp/dist/lib/isc/unix/ifiter_sysctl.c new
external/bsd/ntp/dist/lib/isc/unix/interfaceiter.c new
external/bsd/ntp/dist/lib/isc/unix/ipv6.c new
external/bsd/ntp/dist/lib/isc/unix/keyboard.c new
external/bsd/ntp/dist/lib/isc/unix/net.c new
external/bsd/ntp/dist/lib/isc/unix/os.c new
external/bsd/ntp/dist/lib/isc/unix/resource.c new
external/bsd/ntp/dist/lib/isc/unix/socket.c new
external/bsd/ntp/dist/lib/isc/unix/socket_p.h new
external/bsd/ntp/dist/lib/isc/unix/stdio.c new
external/bsd/ntp/dist/lib/isc/unix/stdtime.c new
external/bsd/ntp/dist/lib/isc/unix/strerror.c new
external/bsd/ntp/dist/lib/isc/unix/syslog.c new
external/bsd/ntp/dist/lib/isc/unix/time.c new
external/bsd/ntp/dist/lib/isc/unix/include/isc/dir.h new
external/bsd/ntp/dist/lib/isc/unix/include/isc/int.h new
external/bsd/ntp/dist/lib/isc/unix/include/isc/keyboard.h new
external/bsd/ntp/dist/lib/isc/unix/include/isc/net.h new
external/bsd/ntp/dist/lib/isc/unix/include/isc/netdb.h new
external/bsd/ntp/dist/lib/isc/unix/include/isc/offset.h new
external/bsd/ntp/dist/lib/isc/unix/include/isc/stat.h new
external/bsd/ntp/dist/lib/isc/unix/include/isc/stdtime.h new
external/bsd/ntp/dist/lib/isc/unix/include/isc/strerror.h new
external/bsd/ntp/dist/lib/isc/unix/include/isc/syslog.h new
external/bsd/ntp/dist/lib/isc/unix/include/isc/time.h new
external/bsd/ntp/dist/lib/isc/win32/DLLMain.c new
external/bsd/ntp/dist/lib/isc/win32/app.c new
external/bsd/ntp/dist/lib/isc/win32/condition.c new
external/bsd/ntp/dist/lib/isc/win32/dir.c new
external/bsd/ntp/dist/lib/isc/win32/entropy.c new
external/bsd/ntp/dist/lib/isc/win32/errno2result.c new
external/bsd/ntp/dist/lib/isc/win32/errno2result.h new
external/bsd/ntp/dist/lib/isc/win32/file.c new
external/bsd/ntp/dist/lib/isc/win32/fsaccess.c new
external/bsd/ntp/dist/lib/isc/win32/interfaceiter.c new
external/bsd/ntp/dist/lib/isc/win32/ipv6.c new
external/bsd/ntp/dist/lib/isc/win32/keyboard.c new
external/bsd/ntp/dist/lib/isc/win32/libgen.h new
external/bsd/ntp/dist/lib/isc/win32/libisc.def new
external/bsd/ntp/dist/lib/isc/win32/libisc.dsp new
external/bsd/ntp/dist/lib/isc/win32/libisc.dsw new
external/bsd/ntp/dist/lib/isc/win32/libisc.mak new
external/bsd/ntp/dist/lib/isc/win32/net.c new
external/bsd/ntp/dist/lib/isc/win32/netdb.h new
external/bsd/ntp/dist/lib/isc/win32/ntgroups.c new
external/bsd/ntp/dist/lib/isc/win32/ntpaths.c new
external/bsd/ntp/dist/lib/isc/win32/once.c new
external/bsd/ntp/dist/lib/isc/win32/os.c new
external/bsd/ntp/dist/lib/isc/win32/resource.c new
external/bsd/ntp/dist/lib/isc/win32/socket.c new
external/bsd/ntp/dist/lib/isc/win32/stdio.c new
external/bsd/ntp/dist/lib/isc/win32/stdtime.c new
external/bsd/ntp/dist/lib/isc/win32/strerror.c new
external/bsd/ntp/dist/lib/isc/win32/syslog.c new
external/bsd/ntp/dist/lib/isc/win32/syslog.h new
external/bsd/ntp/dist/lib/isc/win32/thread.c new
external/bsd/ntp/dist/lib/isc/win32/time.c new
external/bsd/ntp/dist/lib/isc/win32/unistd.h new
external/bsd/ntp/dist/lib/isc/win32/version.c new
external/bsd/ntp/dist/lib/isc/win32/win32os.c new
external/bsd/ntp/dist/lib/isc/win32/include/isc/bind_registry.h new
external/bsd/ntp/dist/lib/isc/win32/include/isc/bindevt.h new
external/bsd/ntp/dist/lib/isc/win32/include/isc/condition.h new
external/bsd/ntp/dist/lib/isc/win32/include/isc/dir.h new
external/bsd/ntp/dist/lib/isc/win32/include/isc/int.h new
external/bsd/ntp/dist/lib/isc/win32/include/isc/ipv6.h new
external/bsd/ntp/dist/lib/isc/win32/include/isc/keyboard.h new
external/bsd/ntp/dist/lib/isc/win32/include/isc/mutex.h new
external/bsd/ntp/dist/lib/isc/win32/include/isc/net.h new
external/bsd/ntp/dist/lib/isc/win32/include/isc/netdb.h new
external/bsd/ntp/dist/lib/isc/win32/include/isc/ntgroups.h new
external/bsd/ntp/dist/lib/isc/win32/include/isc/ntpaths.h new
external/bsd/ntp/dist/lib/isc/win32/include/isc/offset.h new
external/bsd/ntp/dist/lib/isc/win32/include/isc/once.h new
external/bsd/ntp/dist/lib/isc/win32/include/isc/platform.h new
external/bsd/ntp/dist/lib/isc/win32/include/isc/stat.h new
external/bsd/ntp/dist/lib/isc/win32/include/isc/stdtime.h new
external/bsd/ntp/dist/lib/isc/win32/include/isc/strerror.h new
external/bsd/ntp/dist/lib/isc/win32/include/isc/syslog.h new
external/bsd/ntp/dist/lib/isc/win32/include/isc/thread.h new
external/bsd/ntp/dist/lib/isc/win32/include/isc/time.h new
external/bsd/ntp/dist/lib/isc/win32/include/isc/win32os.h new
external/bsd/ntp/dist/lib/isc/x86_32/include/isc/atomic.h new
external/bsd/ntp/dist/lib/isc/x86_64/include/isc/atomic.h new
external/bsd/ntp/dist/libjsmn/LICENSE new
external/bsd/ntp/dist/libjsmn/Makefile new
external/bsd/ntp/dist/libjsmn/README.md new
external/bsd/ntp/dist/libjsmn/jsmn.c new
external/bsd/ntp/dist/libjsmn/jsmn.h new
external/bsd/ntp/dist/libjsmn/jsmn_test.c new
external/bsd/ntp/dist/libntp/Makefile.am new
external/bsd/ntp/dist/libntp/Makefile.in new
external/bsd/ntp/dist/libntp/README new
external/bsd/ntp/dist/libntp/a_md5encrypt.c new
external/bsd/ntp/dist/libntp/adjtime.c new
external/bsd/ntp/dist/libntp/adjtimex.c new
external/bsd/ntp/dist/libntp/atoint.c new
external/bsd/ntp/dist/libntp/atolfp.c new
external/bsd/ntp/dist/libntp/atouint.c new
external/bsd/ntp/dist/libntp/audio.c new
external/bsd/ntp/dist/libntp/authkeys.c new
external/bsd/ntp/dist/libntp/authreadkeys.c new
external/bsd/ntp/dist/libntp/authusekey.c new
external/bsd/ntp/dist/libntp/bsd_strerror.c new
external/bsd/ntp/dist/libntp/buftvtots.c new
external/bsd/ntp/dist/libntp/caljulian.c new
external/bsd/ntp/dist/libntp/caltontp.c new
external/bsd/ntp/dist/libntp/calyearstart.c new
external/bsd/ntp/dist/libntp/clocktime.c new
external/bsd/ntp/dist/libntp/clocktypes.c new
external/bsd/ntp/dist/libntp/decodenetnum.c new
external/bsd/ntp/dist/libntp/dofptoa.c new
external/bsd/ntp/dist/libntp/dolfptoa.c new
external/bsd/ntp/dist/libntp/emalloc.c new
external/bsd/ntp/dist/libntp/findconfig.c new
external/bsd/ntp/dist/libntp/getopt.c new
external/bsd/ntp/dist/libntp/hextoint.c new
external/bsd/ntp/dist/libntp/hextolfp.c new
external/bsd/ntp/dist/libntp/humandate.c new
external/bsd/ntp/dist/libntp/icom.c new
external/bsd/ntp/dist/libntp/iosignal.c new
external/bsd/ntp/dist/libntp/lib_strbuf.c new
external/bsd/ntp/dist/libntp/machines.c new
external/bsd/ntp/dist/libntp/mktime.c new
external/bsd/ntp/dist/libntp/modetoa.c new
external/bsd/ntp/dist/libntp/mstolfp.c new
external/bsd/ntp/dist/libntp/msyslog.c new
external/bsd/ntp/dist/libntp/netof.c new
external/bsd/ntp/dist/libntp/ntp_calendar.c new
external/bsd/ntp/dist/libntp/ntp_crypto_rnd.c new
external/bsd/ntp/dist/libntp/ntp_intres.c new
external/bsd/ntp/dist/libntp/ntp_libopts.c new
external/bsd/ntp/dist/libntp/ntp_lineedit.c new
external/bsd/ntp/dist/libntp/ntp_random.c new
external/bsd/ntp/dist/libntp/ntp_rfc2553.c new
external/bsd/ntp/dist/libntp/ntp_worker.c new
external/bsd/ntp/dist/libntp/numtoa.c new
external/bsd/ntp/dist/libntp/numtohost.c new
external/bsd/ntp/dist/libntp/octtoint.c new
external/bsd/ntp/dist/libntp/prettydate.c new
external/bsd/ntp/dist/libntp/recvbuff.c new
external/bsd/ntp/dist/libntp/refnumtoa.c new
external/bsd/ntp/dist/libntp/snprintf.c new
external/bsd/ntp/dist/libntp/socket.c new
external/bsd/ntp/dist/libntp/socktoa.c new
external/bsd/ntp/dist/libntp/socktohost.c new
external/bsd/ntp/dist/libntp/ssl_init.c new
external/bsd/ntp/dist/libntp/statestr.c new
external/bsd/ntp/dist/libntp/strdup.c new
external/bsd/ntp/dist/libntp/strl_obsd.c new
external/bsd/ntp/dist/libntp/syssignal.c new
external/bsd/ntp/dist/libntp/systime.c new
external/bsd/ntp/dist/libntp/systime_s.c new
external/bsd/ntp/dist/libntp/timetoa.c new
external/bsd/ntp/dist/libntp/timevalops.c new
external/bsd/ntp/dist/libntp/uglydate.c new
external/bsd/ntp/dist/libntp/vint64ops.c new
external/bsd/ntp/dist/libntp/work_fork.c new
external/bsd/ntp/dist/libntp/work_thread.c new
external/bsd/ntp/dist/libntp/ymd2yd.c new
external/bsd/ntp/dist/libparse/Makefile.am new
external/bsd/ntp/dist/libparse/Makefile.in new
external/bsd/ntp/dist/libparse/README new
external/bsd/ntp/dist/libparse/binio.c new
external/bsd/ntp/dist/libparse/clk_computime.c new
external/bsd/ntp/dist/libparse/clk_dcf7000.c new
external/bsd/ntp/dist/libparse/clk_hopf6021.c new
external/bsd/ntp/dist/libparse/clk_meinberg.c new
external/bsd/ntp/dist/libparse/clk_rawdcf.c new
external/bsd/ntp/dist/libparse/clk_rcc8000.c new
external/bsd/ntp/dist/libparse/clk_schmid.c new
external/bsd/ntp/dist/libparse/clk_sel240x.c new
external/bsd/ntp/dist/libparse/clk_trimtaip.c new
external/bsd/ntp/dist/libparse/clk_trimtsip.c new
external/bsd/ntp/dist/libparse/clk_varitext.c new
external/bsd/ntp/dist/libparse/clk_wharton.c new
external/bsd/ntp/dist/libparse/data_mbg.c new
external/bsd/ntp/dist/libparse/gpstolfp.c new
external/bsd/ntp/dist/libparse/ieee754io.c new
external/bsd/ntp/dist/libparse/info_trimble.c new
external/bsd/ntp/dist/libparse/mfp_mul.c new
external/bsd/ntp/dist/libparse/mkinfo_rcmd.sed new
external/bsd/ntp/dist/libparse/mkinfo_scmd.sed new
external/bsd/ntp/dist/libparse/parse.c new
external/bsd/ntp/dist/libparse/parse_conf.c new
external/bsd/ntp/dist/libparse/parsesolaris.c new
external/bsd/ntp/dist/libparse/parsestreams.c new
external/bsd/ntp/dist/libparse/trim_info.c new
external/bsd/ntp/dist/ntpd/Makefile.am new
external/bsd/ntp/dist/ntpd/Makefile.in new
external/bsd/ntp/dist/ntpd/check_y2k.c new
external/bsd/ntp/dist/ntpd/cmd_args.c new
external/bsd/ntp/dist/ntpd/complete.conf.in new
external/bsd/ntp/dist/ntpd/declcond.h new
external/bsd/ntp/dist/ntpd/invoke-ntp.conf.menu new
external/bsd/ntp/dist/ntpd/invoke-ntp.conf.texi new
external/bsd/ntp/dist/ntpd/invoke-ntp.keys.menu new
external/bsd/ntp/dist/ntpd/invoke-ntp.keys.texi new
external/bsd/ntp/dist/ntpd/invoke-ntpd.menu new
external/bsd/ntp/dist/ntpd/invoke-ntpd.texi new
external/bsd/ntp/dist/ntpd/jupiter.h new
external/bsd/ntp/dist/ntpd/keyword-gen-utd new
external/bsd/ntp/dist/ntpd/keyword-gen.c new
external/bsd/ntp/dist/ntpd/ntp.conf.5man new
external/bsd/ntp/dist/ntpd/ntp.conf.5mdoc new
external/bsd/ntp/dist/ntpd/ntp.conf.def new
external/bsd/ntp/dist/ntpd/ntp.conf.html new
external/bsd/ntp/dist/ntpd/ntp.conf.man.in new
external/bsd/ntp/dist/ntpd/ntp.conf.mdoc.in new
external/bsd/ntp/dist/ntpd/ntp.conf.texi new
external/bsd/ntp/dist/ntpd/ntp.keys.5man new
external/bsd/ntp/dist/ntpd/ntp.keys.5mdoc new
external/bsd/ntp/dist/ntpd/ntp.keys.def new
external/bsd/ntp/dist/ntpd/ntp.keys.html new
external/bsd/ntp/dist/ntpd/ntp.keys.man.in new
external/bsd/ntp/dist/ntpd/ntp.keys.mdoc.in new
external/bsd/ntp/dist/ntpd/ntp.keys.texi new
external/bsd/ntp/dist/ntpd/ntp_config.c new
external/bsd/ntp/dist/ntpd/ntp_control.c new
external/bsd/ntp/dist/ntpd/ntp_crypto.c new
external/bsd/ntp/dist/ntpd/ntp_filegen.c new
external/bsd/ntp/dist/ntpd/ntp_io.c new
external/bsd/ntp/dist/ntpd/ntp_keyword.h new
external/bsd/ntp/dist/ntpd/ntp_leapsec.c new
external/bsd/ntp/dist/ntpd/ntp_leapsec.h new
external/bsd/ntp/dist/ntpd/ntp_loopfilter.c new
external/bsd/ntp/dist/ntpd/ntp_monitor.c new
external/bsd/ntp/dist/ntpd/ntp_parser.c new
external/bsd/ntp/dist/ntpd/ntp_parser.h new
external/bsd/ntp/dist/ntpd/ntp_parser.y new
external/bsd/ntp/dist/ntpd/ntp_peer.c new
external/bsd/ntp/dist/ntpd/ntp_prio_q.c new
external/bsd/ntp/dist/ntpd/ntp_proto.c new
external/bsd/ntp/dist/ntpd/ntp_refclock.c new
external/bsd/ntp/dist/ntpd/ntp_request.c new
external/bsd/ntp/dist/ntpd/ntp_restrict.c new
external/bsd/ntp/dist/ntpd/ntp_scanner.c new
external/bsd/ntp/dist/ntpd/ntp_scanner.h new
external/bsd/ntp/dist/ntpd/ntp_signd.c new
external/bsd/ntp/dist/ntpd/ntp_timer.c new
external/bsd/ntp/dist/ntpd/ntp_util.c new
external/bsd/ntp/dist/ntpd/ntpd-opts.c new
external/bsd/ntp/dist/ntpd/ntpd-opts.def new
external/bsd/ntp/dist/ntpd/ntpd-opts.h new
external/bsd/ntp/dist/ntpd/ntpd.1ntpdman new
external/bsd/ntp/dist/ntpd/ntpd.1ntpdmdoc new
external/bsd/ntp/dist/ntpd/ntpd.c new
external/bsd/ntp/dist/ntpd/ntpd.html new
external/bsd/ntp/dist/ntpd/ntpd.man.in new
external/bsd/ntp/dist/ntpd/ntpd.mdoc.in new
external/bsd/ntp/dist/ntpd/ntpd.texi new
external/bsd/ntp/dist/ntpd/ntpdbase-opts.def new
external/bsd/ntp/dist/ntpd/ntpsim.c new
external/bsd/ntp/dist/ntpd/ppsapi_timepps.h new
external/bsd/ntp/dist/ntpd/refclock_acts.c new
external/bsd/ntp/dist/ntpd/refclock_arbiter.c new
external/bsd/ntp/dist/ntpd/refclock_arc.c new
external/bsd/ntp/dist/ntpd/refclock_as2201.c new
external/bsd/ntp/dist/ntpd/refclock_atom.c new
external/bsd/ntp/dist/ntpd/refclock_bancomm.c new
external/bsd/ntp/dist/ntpd/refclock_chronolog.c new
external/bsd/ntp/dist/ntpd/refclock_chu.c new
external/bsd/ntp/dist/ntpd/refclock_conf.c new
external/bsd/ntp/dist/ntpd/refclock_datum.c new
external/bsd/ntp/dist/ntpd/refclock_dumbclock.c new
external/bsd/ntp/dist/ntpd/refclock_fg.c new
external/bsd/ntp/dist/ntpd/refclock_gpsdjson.c new
external/bsd/ntp/dist/ntpd/refclock_gpsvme.c new
external/bsd/ntp/dist/ntpd/refclock_heath.c new
external/bsd/ntp/dist/ntpd/refclock_hopfpci.c new
external/bsd/ntp/dist/ntpd/refclock_hopfser.c new
external/bsd/ntp/dist/ntpd/refclock_hpgps.c new
external/bsd/ntp/dist/ntpd/refclock_irig.c new
external/bsd/ntp/dist/ntpd/refclock_jjy.c new
external/bsd/ntp/dist/ntpd/refclock_jupiter.c new
external/bsd/ntp/dist/ntpd/refclock_leitch.c new
external/bsd/ntp/dist/ntpd/refclock_local.c new
external/bsd/ntp/dist/ntpd/refclock_msfees.c new
external/bsd/ntp/dist/ntpd/refclock_mx4200.c new
external/bsd/ntp/dist/ntpd/refclock_neoclock4x.c new
external/bsd/ntp/dist/ntpd/refclock_nmea.c new
external/bsd/ntp/dist/ntpd/refclock_oncore.c new
external/bsd/ntp/dist/ntpd/refclock_palisade.c new
external/bsd/ntp/dist/ntpd/refclock_palisade.h new
external/bsd/ntp/dist/ntpd/refclock_parse.c new
external/bsd/ntp/dist/ntpd/refclock_pcf.c new
external/bsd/ntp/dist/ntpd/refclock_pst.c new
external/bsd/ntp/dist/ntpd/refclock_ripencc.c new
external/bsd/ntp/dist/ntpd/refclock_shm.c new
external/bsd/ntp/dist/ntpd/refclock_tpro.c new
external/bsd/ntp/dist/ntpd/refclock_true.c new
external/bsd/ntp/dist/ntpd/refclock_tsyncpci.c new
external/bsd/ntp/dist/ntpd/refclock_tt560.c new
external/bsd/ntp/dist/ntpd/refclock_ulink.c new
external/bsd/ntp/dist/ntpd/refclock_wwv.c new
external/bsd/ntp/dist/ntpd/refclock_wwvb.c new
external/bsd/ntp/dist/ntpd/refclock_zyfer.c new
external/bsd/ntp/dist/ntpdate/Makefile.am new
external/bsd/ntp/dist/ntpdate/Makefile.in new
external/bsd/ntp/dist/ntpdate/README new
external/bsd/ntp/dist/ntpdate/ntpdate.c new
external/bsd/ntp/dist/ntpdate/ntpdate.h new
external/bsd/ntp/dist/ntpdc/Makefile.am new
external/bsd/ntp/dist/ntpdc/Makefile.in new
external/bsd/ntp/dist/ntpdc/README new
external/bsd/ntp/dist/ntpdc/invoke-ntpdc.menu new
external/bsd/ntp/dist/ntpdc/invoke-ntpdc.texi new
external/bsd/ntp/dist/ntpdc/layout.std new
external/bsd/ntp/dist/ntpdc/nl.pl new
external/bsd/ntp/dist/ntpdc/nl.pl.in new
external/bsd/ntp/dist/ntpdc/nl_in.c new
external/bsd/ntp/dist/ntpdc/ntpdc-layout.c new
external/bsd/ntp/dist/ntpdc/ntpdc-opts.c new
external/bsd/ntp/dist/ntpdc/ntpdc-opts.def new
external/bsd/ntp/dist/ntpdc/ntpdc-opts.h new
external/bsd/ntp/dist/ntpdc/ntpdc.1ntpdcman new
external/bsd/ntp/dist/ntpdc/ntpdc.1ntpdcmdoc new
external/bsd/ntp/dist/ntpdc/ntpdc.c new
external/bsd/ntp/dist/ntpdc/ntpdc.h new
external/bsd/ntp/dist/ntpdc/ntpdc.html new
external/bsd/ntp/dist/ntpdc/ntpdc.man.in new
external/bsd/ntp/dist/ntpdc/ntpdc.mdoc.in new
external/bsd/ntp/dist/ntpdc/ntpdc.texi new
external/bsd/ntp/dist/ntpdc/ntpdc_ops.c new
external/bsd/ntp/dist/ntpq/Makefile.am new
external/bsd/ntp/dist/ntpq/Makefile.in new
external/bsd/ntp/dist/ntpq/README new
external/bsd/ntp/dist/ntpq/invoke-ntpq.menu new
external/bsd/ntp/dist/ntpq/invoke-ntpq.texi new
external/bsd/ntp/dist/ntpq/libntpq.c new
external/bsd/ntp/dist/ntpq/libntpq.h new
external/bsd/ntp/dist/ntpq/libntpq_subs.c new
external/bsd/ntp/dist/ntpq/ntpq-opts.c new
external/bsd/ntp/dist/ntpq/ntpq-opts.def new
external/bsd/ntp/dist/ntpq/ntpq-opts.h new
external/bsd/ntp/dist/ntpq/ntpq-subs.c new
external/bsd/ntp/dist/ntpq/ntpq.1ntpqman new
external/bsd/ntp/dist/ntpq/ntpq.1ntpqmdoc new
external/bsd/ntp/dist/ntpq/ntpq.c new
external/bsd/ntp/dist/ntpq/ntpq.h new
external/bsd/ntp/dist/ntpq/ntpq.html new
external/bsd/ntp/dist/ntpq/ntpq.man.in new
external/bsd/ntp/dist/ntpq/ntpq.mdoc.in new
external/bsd/ntp/dist/ntpq/ntpq.texi new
external/bsd/ntp/dist/ntpsnmpd/Makefile.am new
external/bsd/ntp/dist/ntpsnmpd/Makefile.in new
external/bsd/ntp/dist/ntpsnmpd/README new
external/bsd/ntp/dist/ntpsnmpd/invoke-ntpsnmpd.menu new
external/bsd/ntp/dist/ntpsnmpd/invoke-ntpsnmpd.texi new
external/bsd/ntp/dist/ntpsnmpd/netsnmp_daemonize.c new
external/bsd/ntp/dist/ntpsnmpd/ntpSnmpSubagentObject.c new
external/bsd/ntp/dist/ntpsnmpd/ntpSnmpSubagentObject.h new
external/bsd/ntp/dist/ntpsnmpd/ntp_snmp.h new
external/bsd/ntp/dist/ntpsnmpd/ntpsnmpd-opts.c new
external/bsd/ntp/dist/ntpsnmpd/ntpsnmpd-opts.def new
external/bsd/ntp/dist/ntpsnmpd/ntpsnmpd-opts.h new
external/bsd/ntp/dist/ntpsnmpd/ntpsnmpd.1ntpsnmpdman new
external/bsd/ntp/dist/ntpsnmpd/ntpsnmpd.1ntpsnmpdmdoc new
external/bsd/ntp/dist/ntpsnmpd/ntpsnmpd.c new
external/bsd/ntp/dist/ntpsnmpd/ntpsnmpd.html new
external/bsd/ntp/dist/ntpsnmpd/ntpsnmpd.man.in new
external/bsd/ntp/dist/ntpsnmpd/ntpsnmpd.mdoc.in new
external/bsd/ntp/dist/ntpsnmpd/ntpsnmpd.texi new
external/bsd/ntp/dist/ntpsnmpd/ntpv4-mib.mib new
external/bsd/ntp/dist/parseutil/Makefile.am new
external/bsd/ntp/dist/parseutil/Makefile.in new
external/bsd/ntp/dist/parseutil/README new
external/bsd/ntp/dist/parseutil/dcfd.c new
external/bsd/ntp/dist/parseutil/testdcf.c new
external/bsd/ntp/dist/scripts/Makefile.am new
external/bsd/ntp/dist/scripts/Makefile.in new
external/bsd/ntp/dist/scripts/README new
external/bsd/ntp/dist/scripts/invoke-plot_summary.menu new
external/bsd/ntp/dist/scripts/invoke-plot_summary.texi new
external/bsd/ntp/dist/scripts/invoke-summary.menu new
external/bsd/ntp/dist/scripts/invoke-summary.texi new
external/bsd/ntp/dist/scripts/ntpver.in new
external/bsd/ntp/dist/scripts/plot_summary-opts new
external/bsd/ntp/dist/scripts/plot_summary-opts.def new
external/bsd/ntp/dist/scripts/plot_summary.1plot_summaryman new
external/bsd/ntp/dist/scripts/plot_summary.1plot_summarymdoc new
external/bsd/ntp/dist/scripts/plot_summary.html new
external/bsd/ntp/dist/scripts/plot_summary.in new
external/bsd/ntp/dist/scripts/plot_summary.man.in new
external/bsd/ntp/dist/scripts/plot_summary.mdoc.in new
external/bsd/ntp/dist/scripts/plot_summary.texi new
external/bsd/ntp/dist/scripts/summary-opts new
external/bsd/ntp/dist/scripts/summary-opts.def new
external/bsd/ntp/dist/scripts/summary.1summaryman new
external/bsd/ntp/dist/scripts/summary.1summarymdoc new
external/bsd/ntp/dist/scripts/summary.html new
external/bsd/ntp/dist/scripts/summary.in new
external/bsd/ntp/dist/scripts/summary.man.in new
external/bsd/ntp/dist/scripts/summary.mdoc.in new
external/bsd/ntp/dist/scripts/summary.texi new
external/bsd/ntp/dist/scripts/build/Makefile.am new
external/bsd/ntp/dist/scripts/build/Makefile.in new
external/bsd/ntp/dist/scripts/build/UpdatePoint new
external/bsd/ntp/dist/scripts/build/VersionName new
external/bsd/ntp/dist/scripts/build/check--help new
external/bsd/ntp/dist/scripts/build/checkChangeLog new
external/bsd/ntp/dist/scripts/build/checkHtmlFileDates new
external/bsd/ntp/dist/scripts/build/fixautomakedepsmagic new
external/bsd/ntp/dist/scripts/build/genCommitLog new
external/bsd/ntp/dist/scripts/build/genver new
external/bsd/ntp/dist/scripts/build/mkver.in new
external/bsd/ntp/dist/scripts/build/updateBEDate new
external/bsd/ntp/dist/scripts/calc_tickadj/Makefile.am new
external/bsd/ntp/dist/scripts/calc_tickadj/Makefile.in new
external/bsd/ntp/dist/scripts/calc_tickadj/calc_tickadj-opts new
external/bsd/ntp/dist/scripts/calc_tickadj/calc_tickadj-opts.def new
external/bsd/ntp/dist/scripts/calc_tickadj/calc_tickadj.1calc_tickadjmannew
external/bsd/ntp/dist/scripts/calc_tickadj/calc_tickadj.1calc_tickadjmdoc new
external/bsd/ntp/dist/scripts/calc_tickadj/calc_tickadj.html new
external/bsd/ntp/dist/scripts/calc_tickadj/calc_tickadj.in new
external/bsd/ntp/dist/scripts/calc_tickadj/calc_tickadj.man.in new
external/bsd/ntp/dist/scripts/calc_tickadj/calc_tickadj.mdoc.in new
external/bsd/ntp/dist/scripts/calc_tickadj/calc_tickadj.texi new
external/bsd/ntp/dist/scripts/calc_tickadj/invoke-calc_tickadj.menu new
external/bsd/ntp/dist/scripts/calc_tickadj/invoke-calc_tickadj.texi new
external/bsd/ntp/dist/scripts/deprecated/freq_adj.in new
external/bsd/ntp/dist/scripts/deprecated/hpadjtime.sh new
external/bsd/ntp/dist/scripts/deprecated/html2man.in new
external/bsd/ntp/dist/scripts/deprecated/ntp-close new
external/bsd/ntp/dist/scripts/deprecated/ntp-groper new
external/bsd/ntp/dist/scripts/deprecated/ntp-restart new
external/bsd/ntp/dist/scripts/deprecated/ntp-status new
external/bsd/ntp/dist/scripts/lib/Makefile.am new
external/bsd/ntp/dist/scripts/lib/Makefile.in new
external/bsd/ntp/dist/scripts/lib/NTP/Util.pm new
external/bsd/ntp/dist/scripts/monitoring/README new
external/bsd/ntp/dist/scripts/monitoring/loopwatch.config.SAMPLE new
external/bsd/ntp/dist/scripts/monitoring/lr.pl new
external/bsd/ntp/dist/scripts/monitoring/ntp.pl new
external/bsd/ntp/dist/scripts/monitoring/ntploopstat new
external/bsd/ntp/dist/scripts/monitoring/ntploopwatch new
external/bsd/ntp/dist/scripts/monitoring/ntptrap new
external/bsd/ntp/dist/scripts/monitoring/timelocal.pl new
external/bsd/ntp/dist/scripts/ntp-wait/Makefile.am new
external/bsd/ntp/dist/scripts/ntp-wait/Makefile.in new
external/bsd/ntp/dist/scripts/ntp-wait/invoke-ntp-wait.menu new
external/bsd/ntp/dist/scripts/ntp-wait/invoke-ntp-wait.texi new
external/bsd/ntp/dist/scripts/ntp-wait/ntp-wait-opts new
external/bsd/ntp/dist/scripts/ntp-wait/ntp-wait-opts.def new
external/bsd/ntp/dist/scripts/ntp-wait/ntp-wait.1ntp-waitman new
external/bsd/ntp/dist/scripts/ntp-wait/ntp-wait.1ntp-waitmdoc new
external/bsd/ntp/dist/scripts/ntp-wait/ntp-wait.html new
external/bsd/ntp/dist/scripts/ntp-wait/ntp-wait.in new
external/bsd/ntp/dist/scripts/ntp-wait/ntp-wait.man.in new
external/bsd/ntp/dist/scripts/ntp-wait/ntp-wait.mdoc.in new
external/bsd/ntp/dist/scripts/ntp-wait/ntp-wait.texi new
external/bsd/ntp/dist/scripts/ntpsweep/Makefile.am new
external/bsd/ntp/dist/scripts/ntpsweep/Makefile.in new
external/bsd/ntp/dist/scripts/ntpsweep/invoke-ntpsweep.menu new
external/bsd/ntp/dist/scripts/ntpsweep/invoke-ntpsweep.texi new
external/bsd/ntp/dist/scripts/ntpsweep/ntpsweep-opts new
external/bsd/ntp/dist/scripts/ntpsweep/ntpsweep-opts.def new
external/bsd/ntp/dist/scripts/ntpsweep/ntpsweep.1ntpsweepman new
external/bsd/ntp/dist/scripts/ntpsweep/ntpsweep.1ntpsweepmdoc new
external/bsd/ntp/dist/scripts/ntpsweep/ntpsweep.html new
external/bsd/ntp/dist/scripts/ntpsweep/ntpsweep.in new
external/bsd/ntp/dist/scripts/ntpsweep/ntpsweep.man.in new
external/bsd/ntp/dist/scripts/ntpsweep/ntpsweep.mdoc.in new
external/bsd/ntp/dist/scripts/ntpsweep/ntpsweep.texi new
external/bsd/ntp/dist/scripts/ntptrace/Makefile.am new
external/bsd/ntp/dist/scripts/ntptrace/Makefile.in new
external/bsd/ntp/dist/scripts/ntptrace/invoke-ntptrace.menu new
external/bsd/ntp/dist/scripts/ntptrace/invoke-ntptrace.texi new
external/bsd/ntp/dist/scripts/ntptrace/ntptrace-opts new
external/bsd/ntp/dist/scripts/ntptrace/ntptrace-opts.def new
external/bsd/ntp/dist/scripts/ntptrace/ntptrace.1ntptraceman new
external/bsd/ntp/dist/scripts/ntptrace/ntptrace.1ntptracemdoc new
external/bsd/ntp/dist/scripts/ntptrace/ntptrace.html new
external/bsd/ntp/dist/scripts/ntptrace/ntptrace.in new
external/bsd/ntp/dist/scripts/ntptrace/ntptrace.man.in new
external/bsd/ntp/dist/scripts/ntptrace/ntptrace.mdoc.in new
external/bsd/ntp/dist/scripts/ntptrace/ntptrace.texi new
external/bsd/ntp/dist/scripts/rc/README new
external/bsd/ntp/dist/scripts/rc/ntpd new
external/bsd/ntp/dist/scripts/rc/ntpwait new
external/bsd/ntp/dist/scripts/rc/rc.d/TIMESYNC new
external/bsd/ntp/dist/scripts/rc/rc.d/ntpd new
external/bsd/ntp/dist/scripts/rc/rc.d/ntpwait new
external/bsd/ntp/dist/scripts/stats/README new
external/bsd/ntp/dist/scripts/stats/README.stats new
external/bsd/ntp/dist/scripts/stats/README.timecodes new
external/bsd/ntp/dist/scripts/stats/clock.awk new
external/bsd/ntp/dist/scripts/stats/dupe.awk new
external/bsd/ntp/dist/scripts/stats/ensemble.S new
external/bsd/ntp/dist/scripts/stats/ensemble.awk new
external/bsd/ntp/dist/scripts/stats/etf.S new
external/bsd/ntp/dist/scripts/stats/etf.awk new
external/bsd/ntp/dist/scripts/stats/itf.S new
external/bsd/ntp/dist/scripts/stats/itf.awk new
external/bsd/ntp/dist/scripts/stats/loop.S new
external/bsd/ntp/dist/scripts/stats/loop.awk new
external/bsd/ntp/dist/scripts/stats/loop_summary new
external/bsd/ntp/dist/scripts/stats/peer.awk new
external/bsd/ntp/dist/scripts/stats/psummary.awk new
external/bsd/ntp/dist/scripts/stats/summary.sh new
external/bsd/ntp/dist/scripts/stats/tdata.S new
external/bsd/ntp/dist/scripts/stats/tdata.awk new
external/bsd/ntp/dist/sntp/COPYRIGHT new
external/bsd/ntp/dist/sntp/Makefile.am new
external/bsd/ntp/dist/sntp/Makefile.in new
external/bsd/ntp/dist/sntp/aclocal.m4 new
external/bsd/ntp/dist/sntp/bincheck.mf new
external/bsd/ntp/dist/sntp/check-libntp.mf new
external/bsd/ntp/dist/sntp/check-libopts.mf new
external/bsd/ntp/dist/sntp/config.h.in new
external/bsd/ntp/dist/sntp/configure new
external/bsd/ntp/dist/sntp/configure.ac new
external/bsd/ntp/dist/sntp/crypto.c new
external/bsd/ntp/dist/sntp/crypto.h new
external/bsd/ntp/dist/sntp/data_formats.h new
external/bsd/ntp/dist/sntp/deps-ver new
external/bsd/ntp/dist/sntp/depsver.mf new
external/bsd/ntp/dist/sntp/evlog.c new
external/bsd/ntp/dist/sntp/includes.mf new
external/bsd/ntp/dist/sntp/install-sh new
external/bsd/ntp/dist/sntp/invoke-sntp.menu new
external/bsd/ntp/dist/sntp/invoke-sntp.texi new
external/bsd/ntp/dist/sntp/kod_management.c new
external/bsd/ntp/dist/sntp/kod_management.h new
external/bsd/ntp/dist/sntp/log.c new
external/bsd/ntp/dist/sntp/log.h new
external/bsd/ntp/dist/sntp/main.c new
external/bsd/ntp/dist/sntp/main.h new
external/bsd/ntp/dist/sntp/networking.c new
external/bsd/ntp/dist/sntp/networking.h new
external/bsd/ntp/dist/sntp/scm-rev new
external/bsd/ntp/dist/sntp/sntp-opts.c new
external/bsd/ntp/dist/sntp/sntp-opts.def new
external/bsd/ntp/dist/sntp/sntp-opts.h new
external/bsd/ntp/dist/sntp/sntp.1sntpman new
external/bsd/ntp/dist/sntp/sntp.1sntpmdoc new
external/bsd/ntp/dist/sntp/sntp.c new
external/bsd/ntp/dist/sntp/sntp.html new
external/bsd/ntp/dist/sntp/sntp.man.in new
external/bsd/ntp/dist/sntp/sntp.mdoc.in new
external/bsd/ntp/dist/sntp/sntp.texi new
external/bsd/ntp/dist/sntp/tests_main.cpp new
external/bsd/ntp/dist/sntp/tests_main.h new
external/bsd/ntp/dist/sntp/utilities.c new
external/bsd/ntp/dist/sntp/utilities.h new
external/bsd/ntp/dist/sntp/ag-tpl/0-old/Mdoc.pm new
external/bsd/ntp/dist/sntp/ag-tpl/0-old/agman-cmd.tpl new
external/bsd/ntp/dist/sntp/ag-tpl/0-old/agmdoc-cmd.tpl new
external/bsd/ntp/dist/sntp/ag-tpl/0-old/cmd-doc.tlib new
external/bsd/ntp/dist/sntp/ag-tpl/0-old/mdoc-synopsis.tlib new
external/bsd/ntp/dist/sntp/ag-tpl/0-old/mdoc2man new
external/bsd/ntp/dist/sntp/ag-tpl/0-old/mdoc2texi new
external/bsd/ntp/dist/sntp/ag-tpl/0-old/perlopt.tpl new
external/bsd/ntp/dist/sntp/event2/event-config.h new
external/bsd/ntp/dist/sntp/include/Makefile.am new
external/bsd/ntp/dist/sntp/include/Makefile.in new
external/bsd/ntp/dist/sntp/include/autogen-version.def new
external/bsd/ntp/dist/sntp/include/copyright.def new
external/bsd/ntp/dist/sntp/include/debug-opt.def new
external/bsd/ntp/dist/sntp/include/homerc.def new
external/bsd/ntp/dist/sntp/include/ntp.lic new
external/bsd/ntp/dist/sntp/include/version.def new
external/bsd/ntp/dist/sntp/include/version.texi new
external/bsd/ntp/dist/sntp/libevent/ChangeLog new
external/bsd/ntp/dist/sntp/libevent/ChangeLog-1.4 new
external/bsd/ntp/dist/sntp/libevent/ChangeLog-2.0 new
external/bsd/ntp/dist/sntp/libevent/Doxyfile new
external/bsd/ntp/dist/sntp/libevent/LICENSE new
external/bsd/ntp/dist/sntp/libevent/Makefile.am new
external/bsd/ntp/dist/sntp/libevent/Makefile.in new
external/bsd/ntp/dist/sntp/libevent/Makefile.nmake new
external/bsd/ntp/dist/sntp/libevent/README new
external/bsd/ntp/dist/sntp/libevent/aclocal.m4 new
external/bsd/ntp/dist/sntp/libevent/arc4random.c new
external/bsd/ntp/dist/sntp/libevent/autogen.sh new
external/bsd/ntp/dist/sntp/libevent/buffer.c new
external/bsd/ntp/dist/sntp/libevent/buffer_iocp.c new
external/bsd/ntp/dist/sntp/libevent/bufferevent-internal.h new
external/bsd/ntp/dist/sntp/libevent/bufferevent.c new
external/bsd/ntp/dist/sntp/libevent/bufferevent_async.c new
external/bsd/ntp/dist/sntp/libevent/bufferevent_filter.c new
external/bsd/ntp/dist/sntp/libevent/bufferevent_openssl.c new
external/bsd/ntp/dist/sntp/libevent/bufferevent_pair.c new
external/bsd/ntp/dist/sntp/libevent/bufferevent_ratelim.c new
external/bsd/ntp/dist/sntp/libevent/bufferevent_sock.c new
external/bsd/ntp/dist/sntp/libevent/changelist-internal.h new
external/bsd/ntp/dist/sntp/libevent/config.h.in new
external/bsd/ntp/dist/sntp/libevent/configure new
external/bsd/ntp/dist/sntp/libevent/configure.ac new
external/bsd/ntp/dist/sntp/libevent/defer-internal.h new
external/bsd/ntp/dist/sntp/libevent/devpoll.c new
external/bsd/ntp/dist/sntp/libevent/epoll.c new
external/bsd/ntp/dist/sntp/libevent/epoll_sub.c new
external/bsd/ntp/dist/sntp/libevent/epolltable-internal.h new
external/bsd/ntp/dist/sntp/libevent/evbuffer-internal.h new
external/bsd/ntp/dist/sntp/libevent/evconfig-private.h new
external/bsd/ntp/dist/sntp/libevent/evconfig-private.h.in new
external/bsd/ntp/dist/sntp/libevent/evdns.c new
external/bsd/ntp/dist/sntp/libevent/event-internal.h new
external/bsd/ntp/dist/sntp/libevent/event.c new
external/bsd/ntp/dist/sntp/libevent/event_iocp.c new
external/bsd/ntp/dist/sntp/libevent/event_rpcgen.py new
external/bsd/ntp/dist/sntp/libevent/event_tagging.c new
external/bsd/ntp/dist/sntp/libevent/evmap-internal.h new
external/bsd/ntp/dist/sntp/libevent/evmap.c new
external/bsd/ntp/dist/sntp/libevent/evport.c new
external/bsd/ntp/dist/sntp/libevent/evrpc-internal.h new
external/bsd/ntp/dist/sntp/libevent/evrpc.c new
external/bsd/ntp/dist/sntp/libevent/evsignal-internal.h new
external/bsd/ntp/dist/sntp/libevent/evthread-internal.h new
external/bsd/ntp/dist/sntp/libevent/evthread.c new
external/bsd/ntp/dist/sntp/libevent/evthread_pthread.c new
external/bsd/ntp/dist/sntp/libevent/evthread_win32.c new
external/bsd/ntp/dist/sntp/libevent/evutil.c new
external/bsd/ntp/dist/sntp/libevent/evutil_rand.c new
external/bsd/ntp/dist/sntp/libevent/evutil_time.c new
external/bsd/ntp/dist/sntp/libevent/ht-internal.h new
external/bsd/ntp/dist/sntp/libevent/http-internal.h new
external/bsd/ntp/dist/sntp/libevent/http.c new
external/bsd/ntp/dist/sntp/libevent/iocp-internal.h new
external/bsd/ntp/dist/sntp/libevent/ipv6-internal.h new
external/bsd/ntp/dist/sntp/libevent/kqueue-internal.h new
external/bsd/ntp/dist/sntp/libevent/kqueue.c new
external/bsd/ntp/dist/sntp/libevent/libevent.pc.in new
external/bsd/ntp/dist/sntp/libevent/libevent_openssl.pc.in new
external/bsd/ntp/dist/sntp/libevent/libevent_pthreads.pc.in new
external/bsd/ntp/dist/sntp/libevent/listener.c new
external/bsd/ntp/dist/sntp/libevent/log-internal.h new
external/bsd/ntp/dist/sntp/libevent/log.c new
external/bsd/ntp/dist/sntp/libevent/make-event-config.sed new
external/bsd/ntp/dist/sntp/libevent/minheap-internal.h new
external/bsd/ntp/dist/sntp/libevent/mm-internal.h new
external/bsd/ntp/dist/sntp/libevent/poll.c new
external/bsd/ntp/dist/sntp/libevent/ratelim-internal.h new
external/bsd/ntp/dist/sntp/libevent/select.c new
external/bsd/ntp/dist/sntp/libevent/signal.c new
external/bsd/ntp/dist/sntp/libevent/strlcpy-internal.h new
external/bsd/ntp/dist/sntp/libevent/strlcpy.c new
external/bsd/ntp/dist/sntp/libevent/time-internal.h new
external/bsd/ntp/dist/sntp/libevent/util-internal.h new
external/bsd/ntp/dist/sntp/libevent/whatsnew-2.0.txt new
external/bsd/ntp/dist/sntp/libevent/whatsnew-2.1.txt new
external/bsd/ntp/dist/sntp/libevent/win32select.c new
external/bsd/ntp/dist/sntp/libevent/WIN32-Code/tree.h new
external/bsd/ntp/dist/sntp/libevent/WIN32-Code/nmake/evconfig-private.h new
external/bsd/ntp/dist/sntp/libevent/WIN32-Code/nmake/event2/event-config.h new
external/bsd/ntp/dist/sntp/libevent/build-aux/compile new
external/bsd/ntp/dist/sntp/libevent/build-aux/config.guess new
external/bsd/ntp/dist/sntp/libevent/build-aux/config.sub new
external/bsd/ntp/dist/sntp/libevent/build-aux/depcomp new
external/bsd/ntp/dist/sntp/libevent/build-aux/install-sh new
external/bsd/ntp/dist/sntp/libevent/build-aux/ltmain.sh new
external/bsd/ntp/dist/sntp/libevent/build-aux/missing new
external/bsd/ntp/dist/sntp/libevent/build-aux/ylwrap new
external/bsd/ntp/dist/sntp/libevent/compat/sys/queue.h new
external/bsd/ntp/dist/sntp/libevent/include/evdns.h new
external/bsd/ntp/dist/sntp/libevent/include/event.h new
external/bsd/ntp/dist/sntp/libevent/include/evhttp.h new
external/bsd/ntp/dist/sntp/libevent/include/evrpc.h new
external/bsd/ntp/dist/sntp/libevent/include/evutil.h new
external/bsd/ntp/dist/sntp/libevent/include/include.am new
external/bsd/ntp/dist/sntp/libevent/include/event2/buffer.h new
external/bsd/ntp/dist/sntp/libevent/include/event2/buffer_compat.h new
external/bsd/ntp/dist/sntp/libevent/include/event2/bufferevent.h new
external/bsd/ntp/dist/sntp/libevent/include/event2/bufferevent_compat.h new
external/bsd/ntp/dist/sntp/libevent/include/event2/bufferevent_ssl.h new
external/bsd/ntp/dist/sntp/libevent/include/event2/bufferevent_struct.h new
external/bsd/ntp/dist/sntp/libevent/include/event2/dns.h new
external/bsd/ntp/dist/sntp/libevent/include/event2/dns_compat.h new
external/bsd/ntp/dist/sntp/libevent/include/event2/dns_struct.h new
external/bsd/ntp/dist/sntp/libevent/include/event2/event.h new
external/bsd/ntp/dist/sntp/libevent/include/event2/event_compat.h new
external/bsd/ntp/dist/sntp/libevent/include/event2/event_struct.h new
external/bsd/ntp/dist/sntp/libevent/include/event2/http.h new
external/bsd/ntp/dist/sntp/libevent/include/event2/http_compat.h new
external/bsd/ntp/dist/sntp/libevent/include/event2/http_struct.h new
external/bsd/ntp/dist/sntp/libevent/include/event2/keyvalq_struct.h new
external/bsd/ntp/dist/sntp/libevent/include/event2/listener.h new
external/bsd/ntp/dist/sntp/libevent/include/event2/rpc.h new
external/bsd/ntp/dist/sntp/libevent/include/event2/rpc_compat.h new
external/bsd/ntp/dist/sntp/libevent/include/event2/rpc_struct.h new
external/bsd/ntp/dist/sntp/libevent/include/event2/tag.h new
external/bsd/ntp/dist/sntp/libevent/include/event2/tag_compat.h new
external/bsd/ntp/dist/sntp/libevent/include/event2/thread.h new
external/bsd/ntp/dist/sntp/libevent/include/event2/util.h new
external/bsd/ntp/dist/sntp/libevent/include/event2/visibility.h new
external/bsd/ntp/dist/sntp/libevent/m4/ac_backport_259_ssizet.m4 new
external/bsd/ntp/dist/sntp/libevent/m4/libevent_openssl.m4 new
external/bsd/ntp/dist/sntp/libevent/m4/libtool.m4 new
external/bsd/ntp/dist/sntp/libevent/m4/ltoptions.m4 new
external/bsd/ntp/dist/sntp/libevent/m4/ltsugar.m4 new
external/bsd/ntp/dist/sntp/libevent/m4/ltversion.m4 new
external/bsd/ntp/dist/sntp/libevent/m4/lt~obsolete.m4 new
external/bsd/ntp/dist/sntp/libevent/m4/ntp_pkg_config.m4 new
external/bsd/ntp/dist/sntp/libevent/m4/openldap-thread-check.m4 new
external/bsd/ntp/dist/sntp/libevent/m4/openldap.m4 new
external/bsd/ntp/dist/sntp/libevent/sample/dns-example.c new
external/bsd/ntp/dist/sntp/libevent/sample/event-read-fifo.c new
external/bsd/ntp/dist/sntp/libevent/sample/hello-world.c new
external/bsd/ntp/dist/sntp/libevent/sample/hostcheck.c new
external/bsd/ntp/dist/sntp/libevent/sample/hostcheck.h new
external/bsd/ntp/dist/sntp/libevent/sample/http-server.c new
external/bsd/ntp/dist/sntp/libevent/sample/https-client.c new
external/bsd/ntp/dist/sntp/libevent/sample/include.am new
external/bsd/ntp/dist/sntp/libevent/sample/le-proxy.c new
external/bsd/ntp/dist/sntp/libevent/sample/openssl_hostname_validation.c new
external/bsd/ntp/dist/sntp/libevent/sample/openssl_hostname_validation.h new
external/bsd/ntp/dist/sntp/libevent/sample/signal-test.c new
external/bsd/ntp/dist/sntp/libevent/sample/time-test.c new
external/bsd/ntp/dist/sntp/libevent/test/Makefile.nmake new
external/bsd/ntp/dist/sntp/libevent/test/bench.c new
external/bsd/ntp/dist/sntp/libevent/test/bench_cascade.c new
external/bsd/ntp/dist/sntp/libevent/test/bench_http.c new
external/bsd/ntp/dist/sntp/libevent/test/bench_httpclient.c new
external/bsd/ntp/dist/sntp/libevent/test/check-dumpevents.py new
external/bsd/ntp/dist/sntp/libevent/test/include.am new
external/bsd/ntp/dist/sntp/libevent/test/regress.c new
external/bsd/ntp/dist/sntp/libevent/test/regress.gen.c new
external/bsd/ntp/dist/sntp/libevent/test/regress.gen.h new
external/bsd/ntp/dist/sntp/libevent/test/regress.h new
external/bsd/ntp/dist/sntp/libevent/test/regress.rpc new
external/bsd/ntp/dist/sntp/libevent/test/regress_buffer.c new
external/bsd/ntp/dist/sntp/libevent/test/regress_bufferevent.c new
external/bsd/ntp/dist/sntp/libevent/test/regress_dns.c new
external/bsd/ntp/dist/sntp/libevent/test/regress_et.c new
external/bsd/ntp/dist/sntp/libevent/test/regress_finalize.c new
external/bsd/ntp/dist/sntp/libevent/test/regress_http.c new
external/bsd/ntp/dist/sntp/libevent/test/regress_iocp.c new
external/bsd/ntp/dist/sntp/libevent/test/regress_listener.c new
external/bsd/ntp/dist/sntp/libevent/test/regress_main.c new
external/bsd/ntp/dist/sntp/libevent/test/regress_minheap.c new
external/bsd/ntp/dist/sntp/libevent/test/regress_rpc.c new
external/bsd/ntp/dist/sntp/libevent/test/regress_ssl.c new
external/bsd/ntp/dist/sntp/libevent/test/regress_testutils.c new
external/bsd/ntp/dist/sntp/libevent/test/regress_testutils.h new
external/bsd/ntp/dist/sntp/libevent/test/regress_thread.c new
external/bsd/ntp/dist/sntp/libevent/test/regress_thread.h new
external/bsd/ntp/dist/sntp/libevent/test/regress_util.c new
external/bsd/ntp/dist/sntp/libevent/test/regress_zlib.c new
external/bsd/ntp/dist/sntp/libevent/test/rpcgen_wrapper.sh new
external/bsd/ntp/dist/sntp/libevent/test/test-changelist.c new
external/bsd/ntp/dist/sntp/libevent/test/test-closed.c new
external/bsd/ntp/dist/sntp/libevent/test/test-dumpevents.c new
external/bsd/ntp/dist/sntp/libevent/test/test-eof.c new
external/bsd/ntp/dist/sntp/libevent/test/test-fdleak.c new
external/bsd/ntp/dist/sntp/libevent/test/test-init.c new
external/bsd/ntp/dist/sntp/libevent/test/test-ratelim.c new
external/bsd/ntp/dist/sntp/libevent/test/test-time.c new
external/bsd/ntp/dist/sntp/libevent/test/test-weof.c new
external/bsd/ntp/dist/sntp/libevent/test/test.sh new
external/bsd/ntp/dist/sntp/libevent/test/tinytest.c new
external/bsd/ntp/dist/sntp/libevent/test/tinytest.h new
external/bsd/ntp/dist/sntp/libevent/test/tinytest_local.h new
external/bsd/ntp/dist/sntp/libevent/test/tinytest_macros.h new
external/bsd/ntp/dist/sntp/libopts/COPYING.gplv3 new
external/bsd/ntp/dist/sntp/libopts/COPYING.lgplv3 new
external/bsd/ntp/dist/sntp/libopts/COPYING.mbsd new
external/bsd/ntp/dist/sntp/libopts/MakeDefs.inc new
external/bsd/ntp/dist/sntp/libopts/Makefile.am new
external/bsd/ntp/dist/sntp/libopts/Makefile.in new
external/bsd/ntp/dist/sntp/libopts/README new
external/bsd/ntp/dist/sntp/libopts/ag-char-map.h new
external/bsd/ntp/dist/sntp/libopts/alias.c new
external/bsd/ntp/dist/sntp/libopts/ao-strs.c new
external/bsd/ntp/dist/sntp/libopts/ao-strs.h new
external/bsd/ntp/dist/sntp/libopts/autoopts.c new
external/bsd/ntp/dist/sntp/libopts/autoopts.h new
external/bsd/ntp/dist/sntp/libopts/boolean.c new
external/bsd/ntp/dist/sntp/libopts/check.c new
external/bsd/ntp/dist/sntp/libopts/configfile.c new
external/bsd/ntp/dist/sntp/libopts/cook.c new
external/bsd/ntp/dist/sntp/libopts/enum.c new
external/bsd/ntp/dist/sntp/libopts/env.c new
external/bsd/ntp/dist/sntp/libopts/file.c new
external/bsd/ntp/dist/sntp/libopts/find.c new
external/bsd/ntp/dist/sntp/libopts/genshell.c new
external/bsd/ntp/dist/sntp/libopts/genshell.h new
external/bsd/ntp/dist/sntp/libopts/gettext.h new
external/bsd/ntp/dist/sntp/libopts/init.c new
external/bsd/ntp/dist/sntp/libopts/intprops.h new
external/bsd/ntp/dist/sntp/libopts/libopts.c new
external/bsd/ntp/dist/sntp/libopts/load.c new
external/bsd/ntp/dist/sntp/libopts/makeshell.c new
external/bsd/ntp/dist/sntp/libopts/nested.c new
external/bsd/ntp/dist/sntp/libopts/numeric.c new
external/bsd/ntp/dist/sntp/libopts/option-value-type.c new
external/bsd/ntp/dist/sntp/libopts/option-value-type.h new
external/bsd/ntp/dist/sntp/libopts/option-xat-attribute.c new
external/bsd/ntp/dist/sntp/libopts/option-xat-attribute.h new
external/bsd/ntp/dist/sntp/libopts/parse-duration.c new
external/bsd/ntp/dist/sntp/libopts/parse-duration.h new
external/bsd/ntp/dist/sntp/libopts/pgusage.c new
external/bsd/ntp/dist/sntp/libopts/proto.h new
external/bsd/ntp/dist/sntp/libopts/putshell.c new
external/bsd/ntp/dist/sntp/libopts/reset.c new
external/bsd/ntp/dist/sntp/libopts/restore.c new
external/bsd/ntp/dist/sntp/libopts/save.c new
external/bsd/ntp/dist/sntp/libopts/sort.c new
external/bsd/ntp/dist/sntp/libopts/stack.c new
external/bsd/ntp/dist/sntp/libopts/stdnoreturn.in.h new
external/bsd/ntp/dist/sntp/libopts/streqvcmp.c new
external/bsd/ntp/dist/sntp/libopts/text_mmap.c new
external/bsd/ntp/dist/sntp/libopts/time.c new
external/bsd/ntp/dist/sntp/libopts/tokenize.c new
external/bsd/ntp/dist/sntp/libopts/usage.c new
external/bsd/ntp/dist/sntp/libopts/version.c new
external/bsd/ntp/dist/sntp/libopts/autoopts/options.h new
external/bsd/ntp/dist/sntp/libopts/autoopts/project.h new
external/bsd/ntp/dist/sntp/libopts/autoopts/usage-txt.h new
external/bsd/ntp/dist/sntp/libopts/compat/_Noreturn.h new
external/bsd/ntp/dist/sntp/libopts/compat/compat.h new
external/bsd/ntp/dist/sntp/libopts/compat/pathfind.c new
external/bsd/ntp/dist/sntp/libopts/compat/snprintf.c new
external/bsd/ntp/dist/sntp/libopts/compat/strchr.c new
external/bsd/ntp/dist/sntp/libopts/compat/strdup.c new
external/bsd/ntp/dist/sntp/libopts/compat/windows-config.h new
external/bsd/ntp/dist/sntp/libopts/m4/libopts.m4 new
external/bsd/ntp/dist/sntp/libopts/m4/liboptschk.m4 new
external/bsd/ntp/dist/sntp/libopts/m4/stdnoreturn.m4 new
external/bsd/ntp/dist/sntp/loc/README new
external/bsd/ntp/dist/sntp/loc/darwin new
external/bsd/ntp/dist/sntp/loc/debian new
external/bsd/ntp/dist/sntp/loc/freebsd new
external/bsd/ntp/dist/sntp/loc/legacy new
external/bsd/ntp/dist/sntp/loc/netbsd new
external/bsd/ntp/dist/sntp/loc/redhat new
external/bsd/ntp/dist/sntp/loc/solaris new
external/bsd/ntp/dist/sntp/m4/define_dir.m4 new
external/bsd/ntp/dist/sntp/m4/hms_search_lib.m4 new
external/bsd/ntp/dist/sntp/m4/libtool.m4 new
external/bsd/ntp/dist/sntp/m4/ltoptions.m4 new
external/bsd/ntp/dist/sntp/m4/ltsugar.m4 new
external/bsd/ntp/dist/sntp/m4/ltversion.m4 new
external/bsd/ntp/dist/sntp/m4/lt~obsolete.m4 new
external/bsd/ntp/dist/sntp/m4/ntp_cacheversion.m4 new
external/bsd/ntp/dist/sntp/m4/ntp_compiler.m4 new
external/bsd/ntp/dist/sntp/m4/ntp_crosscompile.m4 new
external/bsd/ntp/dist/sntp/m4/ntp_crypto_rand.m4 new
external/bsd/ntp/dist/sntp/m4/ntp_debug.m4 new
external/bsd/ntp/dist/sntp/m4/ntp_dir_sep.m4 new
external/bsd/ntp/dist/sntp/m4/ntp_facilitynames.m4 new
external/bsd/ntp/dist/sntp/m4/ntp_googletest.m4 new
external/bsd/ntp/dist/sntp/m4/ntp_ipv6.m4 new
external/bsd/ntp/dist/sntp/m4/ntp_lib_m.m4 new
external/bsd/ntp/dist/sntp/m4/ntp_libevent.m4 new
external/bsd/ntp/dist/sntp/m4/ntp_libntp.m4 new
external/bsd/ntp/dist/sntp/m4/ntp_lineeditlibs.m4 new
external/bsd/ntp/dist/sntp/m4/ntp_locinfo.m4 new
external/bsd/ntp/dist/sntp/m4/ntp_openssl.m4 new
external/bsd/ntp/dist/sntp/m4/ntp_pkg_config.m4 new
external/bsd/ntp/dist/sntp/m4/ntp_prog_cc.m4 new
external/bsd/ntp/dist/sntp/m4/ntp_rlimit.m4 new
external/bsd/ntp/dist/sntp/m4/ntp_sntp.m4 new
external/bsd/ntp/dist/sntp/m4/ntp_sysexits.m4 new
external/bsd/ntp/dist/sntp/m4/ntp_ver_suffix.m4 new
external/bsd/ntp/dist/sntp/m4/ntp_vpathhack.m4 new
external/bsd/ntp/dist/sntp/m4/os_cflags.m4 new
external/bsd/ntp/dist/sntp/m4/snprintf.m4 new
external/bsd/ntp/dist/sntp/m4/version.m4 new
external/bsd/ntp/dist/sntp/scripts/Makefile.am new
external/bsd/ntp/dist/sntp/scripts/Makefile.in new
external/bsd/ntp/dist/sntp/scripts/cvo.sh new
external/bsd/ntp/dist/sntp/scripts/genLocInfo new
external/bsd/ntp/dist/sntp/scripts/mansec2subst.sed new
external/bsd/ntp/dist/sntp/tests/Makefile.am new
external/bsd/ntp/dist/sntp/tests/Makefile.in new
external/bsd/ntp/dist/sntp/tests/crypto.cpp new
external/bsd/ntp/dist/sntp/tests/fileHandlingTest.h new
external/bsd/ntp/dist/sntp/tests/keyFile.cpp new
external/bsd/ntp/dist/sntp/tests/kodDatabase.cpp new
external/bsd/ntp/dist/sntp/tests/kodFile.cpp new
external/bsd/ntp/dist/sntp/tests/networking.cpp new
external/bsd/ntp/dist/sntp/tests/packetHandling.cpp new
external/bsd/ntp/dist/sntp/tests/packetProcessing.cpp new
external/bsd/ntp/dist/sntp/tests/sntptest.h new
external/bsd/ntp/dist/sntp/tests/tests-runner new
external/bsd/ntp/dist/sntp/tests/utilities.cpp new
external/bsd/ntp/dist/sntp/tests/data/debug-input-lfp-bin new
external/bsd/ntp/dist/sntp/tests/data/debug-input-lfp-dec new
external/bsd/ntp/dist/sntp/tests/data/debug-input-pkt new
external/bsd/ntp/dist/sntp/tests/data/key-test-ascii new
external/bsd/ntp/dist/sntp/tests/data/key-test-comments new
external/bsd/ntp/dist/sntp/tests/data/key-test-empty new
external/bsd/ntp/dist/sntp/tests/data/key-test-hex new
external/bsd/ntp/dist/sntp/tests/data/key-test-invalid-hex new
external/bsd/ntp/dist/sntp/tests/data/kod-expected-multiple new
external/bsd/ntp/dist/sntp/tests/data/kod-expected-single new
external/bsd/ntp/dist/sntp/tests/data/kod-test-blanks new
external/bsd/ntp/dist/sntp/tests/data/kod-test-correct new
external/bsd/ntp/dist/sntp/tests/data/kod-test-empty new
external/bsd/ntp/dist/tests/Makefile.am new
external/bsd/ntp/dist/tests/Makefile.in new
external/bsd/ntp/dist/tests/libntp/Makefile.am new
external/bsd/ntp/dist/tests/libntp/Makefile.in new
external/bsd/ntp/dist/tests/libntp/a_md5encrypt.cpp new
external/bsd/ntp/dist/tests/libntp/atoint.cpp new
external/bsd/ntp/dist/tests/libntp/atouint.cpp new
external/bsd/ntp/dist/tests/libntp/authkeys.cpp new
external/bsd/ntp/dist/tests/libntp/buftvtots.cpp new
external/bsd/ntp/dist/tests/libntp/calendar.cpp new
external/bsd/ntp/dist/tests/libntp/caljulian.cpp new
external/bsd/ntp/dist/tests/libntp/caltontp.cpp new
external/bsd/ntp/dist/tests/libntp/calyearstart.cpp new
external/bsd/ntp/dist/tests/libntp/clocktime.cpp new
external/bsd/ntp/dist/tests/libntp/decodenetnum.cpp new
external/bsd/ntp/dist/tests/libntp/hextoint.cpp new
external/bsd/ntp/dist/tests/libntp/hextolfp.cpp new
external/bsd/ntp/dist/tests/libntp/humandate.cpp new
external/bsd/ntp/dist/tests/libntp/lfpfunc.cpp new
external/bsd/ntp/dist/tests/libntp/lfptest.h new
external/bsd/ntp/dist/tests/libntp/lfptostr.cpp new
external/bsd/ntp/dist/tests/libntp/libntptest.cpp new
external/bsd/ntp/dist/tests/libntp/libntptest.h new
external/bsd/ntp/dist/tests/libntp/modetoa.cpp new
external/bsd/ntp/dist/tests/libntp/msyslog.cpp new
external/bsd/ntp/dist/tests/libntp/netof.cpp new
external/bsd/ntp/dist/tests/libntp/numtoa.cpp new
external/bsd/ntp/dist/tests/libntp/numtohost.cpp new
external/bsd/ntp/dist/tests/libntp/octtoint.cpp new
external/bsd/ntp/dist/tests/libntp/prettydate.cpp new
external/bsd/ntp/dist/tests/libntp/recvbuff.cpp new
external/bsd/ntp/dist/tests/libntp/refnumtoa.cpp new
external/bsd/ntp/dist/tests/libntp/sfptostr.cpp new
external/bsd/ntp/dist/tests/libntp/sockaddrtest.h new
external/bsd/ntp/dist/tests/libntp/socktoa.cpp new
external/bsd/ntp/dist/tests/libntp/ssl_init.cpp new
external/bsd/ntp/dist/tests/libntp/statestr.cpp new
external/bsd/ntp/dist/tests/libntp/strtolfp.cpp new
external/bsd/ntp/dist/tests/libntp/timespecops.cpp new
external/bsd/ntp/dist/tests/libntp/timestructs.cpp new
external/bsd/ntp/dist/tests/libntp/timestructs.h new
external/bsd/ntp/dist/tests/libntp/timevalops.cpp new
external/bsd/ntp/dist/tests/libntp/tstotv.cpp new
external/bsd/ntp/dist/tests/libntp/tvtots.cpp new
external/bsd/ntp/dist/tests/libntp/uglydate.cpp new
external/bsd/ntp/dist/tests/libntp/vi64ops.cpp new
external/bsd/ntp/dist/tests/libntp/ymd2yd.cpp new
external/bsd/ntp/dist/tests/ntpd/Makefile.am new
external/bsd/ntp/dist/tests/ntpd/Makefile.in new
external/bsd/ntp/dist/tests/ntpd/leapsec.cpp new
external/bsd/ntp/dist/tests/ntpd/ntpdtest.cpp new
external/bsd/ntp/dist/tests/ntpd/ntpdtest.h new
external/bsd/ntp/dist/util/Makefile.am new
external/bsd/ntp/dist/util/Makefile.in new
external/bsd/ntp/dist/util/README new
external/bsd/ntp/dist/util/audio-pcm.c new
external/bsd/ntp/dist/util/byteorder.c new
external/bsd/ntp/dist/util/hist.c new
external/bsd/ntp/dist/util/invoke-ntp-keygen.menu new
external/bsd/ntp/dist/util/invoke-ntp-keygen.texi new
external/bsd/ntp/dist/util/jitter.c new
external/bsd/ntp/dist/util/jitter.h new
external/bsd/ntp/dist/util/kern.c new
external/bsd/ntp/dist/util/longsize.c new
external/bsd/ntp/dist/util/ntp-keygen-opts.c new
external/bsd/ntp/dist/util/ntp-keygen-opts.def new
external/bsd/ntp/dist/util/ntp-keygen-opts.h new
external/bsd/ntp/dist/util/ntp-keygen.1ntp-keygenman new
external/bsd/ntp/dist/util/ntp-keygen.1ntp-keygenmdoc new
external/bsd/ntp/dist/util/ntp-keygen.c new
external/bsd/ntp/dist/util/ntp-keygen.html new
external/bsd/ntp/dist/util/ntp-keygen.man.in new
external/bsd/ntp/dist/util/ntp-keygen.mdoc.in new
external/bsd/ntp/dist/util/ntp-keygen.texi new
external/bsd/ntp/dist/util/ntptime.c new
external/bsd/ntp/dist/util/pps-api.c new
external/bsd/ntp/dist/util/precision.c new
external/bsd/ntp/dist/util/sht.c new
external/bsd/ntp/dist/util/testrs6000.c new
external/bsd/ntp/dist/util/tg.c new
external/bsd/ntp/dist/util/tg2.c new
external/bsd/ntp/dist/util/tickadj.c new
external/bsd/ntp/dist/util/timetrim.c new
external/bsd/ntp/html/Makefile new
external/bsd/ntp/include/config.h new
external/bsd/ntp/lib/Makefile new
external/bsd/ntp/lib/Makefile.inc new
external/bsd/ntp/lib/libiscntp/Makefile new
external/bsd/ntp/lib/libntp/Makefile new
external/bsd/ntp/lib/libopts/Makefile new
external/bsd/ntp/lib/libparse/Makefile new
external/bsd/ntp/scripts/mkver new
usr.sbin/Makefile patch
usr.sbin/ntp/Makefile delete
usr.sbin/ntp/Makefile.inc delete
usr.sbin/ntp/importdate delete
usr.sbin/ntp/html/Makefile delete
usr.sbin/ntp/include/config.h delete
usr.sbin/ntp/libisc/Makefile delete
usr.sbin/ntp/libntp/Makefile delete
usr.sbin/ntp/libopts/Makefile delete
usr.sbin/ntp/libparse/Makefile delete
usr.sbin/ntp/ntp-keygen/Makefile delete
usr.sbin/ntp/ntp-keygen/ntp-keygen.8 delete
usr.sbin/ntp/ntpd/Makefile delete
usr.sbin/ntp/ntpd/ntpd.8 delete
usr.sbin/ntp/ntpdate/Makefile delete
usr.sbin/ntp/ntpdate/ntpdate.8 delete
usr.sbin/ntp/ntpdc/Makefile delete
usr.sbin/ntp/ntpdc/ntpdc.8 delete
usr.sbin/ntp/ntpq/Makefile delete
usr.sbin/ntp/ntpq/ntpq.8 delete
usr.sbin/ntp/ntptime/Makefile delete
usr.sbin/ntp/ntptime/ntptime.8 delete
usr.sbin/ntp/ntptrace/Makefile delete
usr.sbin/ntp/ntptrace/ntptrace.8 delete
usr.sbin/ntp/ntptrace/ntptrace.awk delete
usr.sbin/ntp/scripts/mkver delete
usr.sbin/sntp/Makefile delete
usr.sbin/sntp/sntp.1 delete
Update ntp to 4.2.8. This pullup syncs with -current as of
2014/01/06. CVE-2014-9293, CVE-2014-9294, CVE-2014-9295 and
CVE-2014-9296.
@
text
@a0 103
Server Commands and Options
Following is a description of the server configuration commands in NTPv4. There are two classes of commands, configuration commands that configure an association with a remote server, peer or reference clock, and auxiliary commands that specify environment variables that control various related operations.
The various modes described on the Association Management page are determined by the command keyword and the DNS name or IP address. Addresses are classed by type as (s) a remote server or peer (IPv4 class A, B and C or IPv6), (b) the IPv4 broadcast address of a local interface, (m) a multicast address (IPv4 class D or IPv6), or (r) a reference clock address (127.127.x.x). For type m addresses the IANA has assigned the multicast group address IPv4 224.0.1.1 and IPv6 ff05::101 (site local) exclusively to NTP, but other nonconflicting addresses can be used.
If the Basic Socket Interface Extensions for IPv6 (RFC-2553) is detected,
support for the IPv6 address family is generated in addition to the default IPv4 address family. IPv6 addresses can be identified by the presence of colons ":" in the address field. IPv6 addresses can be used almost everywhere where IPv4 addresses can be used, with the exception of reference clock addresses, which are always IPv4. Note that in contexts where a host name is expected, a -4 qualifier preceding the host name forces DNS resolution to the IPv4 namespace, while a -6 qualifier forces DNS resolution to the IPv6 namespace.
Server Commands
Unless noted otherwise, further information about these commands is on the Association Management page.
These commands specify the remote server name or address to be used and the mode in which to operate. The address can be either a DNS name or a IPv4 or IPv6 address in standard notation. In general, multiple commands of each type can be used for different server and peer addresses or multicast groups.
server
For type s and r addresses (only), this command mobilizes a persistent client mode association with the specified remote server or local reference clock. If the preempt flag is specified, a preemptable client mode association is mobilized instead.
peer
For type s addresses (only), this command mobilizes a persistent symmetric-active mode association with the specified remote peer.
broadcast
For type b and m addressees (only), this command mobilizes a broadcast or multicast server mode association. Note that type b messages go only to the interface specified, but type m messages go to all interfaces.
manycastclient
For type m addresses (only), this command mobilizes a preemptable manycast client mode association for the multicast group address specified. In this mode the address must match the address specified on the manycastserver command of one or more designated manycast servers. Additional information about this command is on the Automatic Server Discovery page.
pool
For type s addresses (only) this command mobilizes a preemptable pool client mode association for the DNS name specified. The DNS name must resolve to one or more IPv4 or IPv6 addresses. Additional information about this command is on the Automatic Server Discovery page. The www.pool.ntp.org page describes a compatible pool of public NTP servers.
unpeer
This command removes a previously configured association. An address or association ID can be used to identify the association. Either an IP address or DNS name can be used. This command is most useful when supplied via ntpq runtime configuration commands :config and config-from-file.
Server Command Options
autokey
Send and receive packets authenticated by the Autokey scheme described
on the Autokey Public Key Authentication page. This option is mutually exclusive with the key option.
burst
When the server is reachable, send a burst of packets instead of the usual one. This option is valid only with the server command and type s addresses. It is a recommended option when the maxpoll option is greater than 10 (1024 s). Additional information about this option is on the Poll Program page.
iburst
When the server is unreachable, send a burst of packets instead of the usual one. This option is valid only with the server command and type s addresses. It is a recommended option with this command. Additional information about this option is on the Poll Program page.
Send and receive packets authenticated by the symmetric key scheme described in the Authentication Support page. The key specifies the key identifier with values from 1 to 65534, inclusive. This option is mutually exclusive with the autokey option.
minpoll minpoll maxpoll maxpoll
These options specify the minimum and maximum poll intervals for NTP messages, in seconds as a power of two. The maximum poll interval defaults to 10 (1024 s), but can be increased by the maxpoll option to an upper limit of 17 (36 hr). The minimum poll interval defaults to 6 (64 s), but can be decreased by the minpoll option to a lower limit of 3 (8 s). Additional information about this option is on the Poll Program page.
mode option
Pass the option to a reference clock driver, where option is an integer in the range from 0 to 255, inclusive. This option is valid only with type r addresses.
noselect
Marks the server or peer to be ignored by the selection algorithm as unreachable, but visible to the monitoring program. This option is valid only with the server and peer commands.
preempt
Specifies the association as preemptable rather than the default persistent. This option is ignored with the broadcast command and is most useful with the manycastclient and pool commands.
prefer
Mark the server as preferred. All other things being equal, this host will be chosen for synchronization among a set of correctly operating hosts. See the Mitigation Rules and the prefer Keyword page for further information. This option is valid only with the server and peer commands.
true
Mark the association to assume truechimer status; that is, always survive the selection and clustering algorithms. This option can be used with any association, but is most useful for reference clocks with large jitter on the serial port and precision pulse-per-second (PPS) signals. Caution: this option defeats the algorithms designed to cast out falsetickers and can allow these sources to set the system clock. This option is valid only with the server and peer commands.
ttl ttl
This option specifies the time-to-live ttl for the broadcast command and the maximum ttl for the expanding ring search used by the manycastclient command. Selection of the proper value, which defaults to 127, is something of a black art and should be coordinated with the network administrator. This option is invalid with type r addresses.
version version
Specifies the version number to be used for
outgoing NTP packets. Versions 1-4 are the choices, with version 4 the default.
xleave
Operate in interleaved mode (symmetric and broadcast modes only). Further information is on the NTP Interleaved Modes page.
Auxiliary Commands
broadcastclient
Enable reception of broadcast server messages to any local interface (type b address). Ordinarily, upon receiving a broadcast message for the first time, the broadcast client measures the nominal server propagation delay using a brief client/server exchange, after which it continues in listen-only mode. If a nonzero value is specified in the broadcastdelay command, the value becomes the delay and the volley is not executed. Note: the novolley option has been deprecated for future enhancements. Note that, in order to avoid accidental or malicious disruption in this mode, both the server and client should operate using symmetric key or public key authentication as described in the Authentication Options page. Note that the volley is required with public key authentication in order to run the Autokey protocol..
manycastserver address [...]
Enable reception of manycast client messages (type m) to the multicasts group address(es) (type m) specified. At least one address is required. Note that, in order to avoid accidental or malicious disruption, both the server and client should operate using symmetric key or public key authentication as described in the Authentication Options page.
multicastclient address [...]
Enable reception of multicast server messages to the multicast group address(es) (type m) specified. Upon receiving a message for the first time, the multicast client measures the nominal server propagation delay using a brief client/server exchange with the server, then enters the broadcast client mode, in which it synchronizes to succeeding multicast messages. Note that, in order to avoid accidental or malicious disruption in this mode, both the server and client should operate using symmetric key or public key authentication as described in the Authentication Options page.
@
1.1.1.3.4.1
log
@file confopt.html was added on branch netbsd-5-2 on 2015-01-07 10:10:04 +0000
@
text
@d1 103
@
1.1.1.3.4.2
log
@Pullup the following revision (requested by he in ticket #1938):
dist/ntp/COPYRIGHT delete
dist/ntp/ChangeLog delete
dist/ntp/CommitLog delete
dist/ntp/CommitLog-4.1.0 delete
dist/ntp/INSTALL delete
dist/ntp/Makefile.am delete
dist/ntp/Makefile.in delete
dist/ntp/NEWS delete
dist/ntp/NOTES.y2kfixes delete
dist/ntp/README delete
dist/ntp/README.bk delete
dist/ntp/README.hackers delete
dist/ntp/README.patches delete
dist/ntp/README.refclocks delete
dist/ntp/README.versions delete
dist/ntp/TODO delete
dist/ntp/WHERE-TO-START delete
dist/ntp/aclocal.m4 delete
dist/ntp/bincheck.mf delete
dist/ntp/bootstrap delete
dist/ntp/build delete
dist/ntp/compile delete
dist/ntp/config.guess delete
dist/ntp/config.h.in delete
dist/ntp/config.sub delete
dist/ntp/configure delete
dist/ntp/configure.ac delete
dist/ntp/depcomp delete
dist/ntp/dot.emacs delete
dist/ntp/excludes delete
dist/ntp/flock-build delete
dist/ntp/install-sh delete
dist/ntp/ltmain.sh delete
dist/ntp/missing delete
dist/ntp/ntp-html2mdoc.pl delete
dist/ntp/ntp2netbsd delete
dist/ntp/packageinfo.sh delete
dist/ntp/readme.y2kfixes delete
dist/ntp/results.y2kfixes delete
dist/ntp/version delete
dist/ntp/version.m4 delete
dist/ntp/ElectricFence/CHANGES delete
dist/ntp/ElectricFence/COPYING delete
dist/ntp/ElectricFence/Makefile.am delete
dist/ntp/ElectricFence/Makefile.in delete
dist/ntp/ElectricFence/README delete
dist/ntp/ElectricFence/efence.c delete
dist/ntp/ElectricFence/efence.h delete
dist/ntp/ElectricFence/eftest.c delete
dist/ntp/ElectricFence/libefence.3 delete
dist/ntp/ElectricFence/page.c delete
dist/ntp/ElectricFence/print.c delete
dist/ntp/ElectricFence/tstheap.c delete
dist/ntp/adjtimed/Makefile.am delete
dist/ntp/adjtimed/Makefile.in delete
dist/ntp/adjtimed/README delete
dist/ntp/adjtimed/adjtimed.c delete
dist/ntp/arlib/COPYING delete
dist/ntp/arlib/INSTALL delete
dist/ntp/arlib/Makefile.am delete
dist/ntp/arlib/Makefile.in delete
dist/ntp/arlib/README delete
dist/ntp/arlib/UNSHAR.HDR delete
dist/ntp/arlib/aclocal.m4 delete
dist/ntp/arlib/arlib.3 delete
dist/ntp/arlib/arlib.c delete
dist/ntp/arlib/arlib.h delete
dist/ntp/arlib/arplib.h delete
dist/ntp/arlib/configure delete
dist/ntp/arlib/configure.in delete
dist/ntp/arlib/depcomp delete
dist/ntp/arlib/install-sh delete
dist/ntp/arlib/missing delete
dist/ntp/arlib/sample.c delete
dist/ntp/clockstuff/Makefile.am delete
dist/ntp/clockstuff/Makefile.in delete
dist/ntp/clockstuff/README delete
dist/ntp/clockstuff/chutest.c delete
dist/ntp/clockstuff/clktest.c delete
dist/ntp/clockstuff/propdelay.c delete
dist/ntp/conf/README delete
dist/ntp/conf/baldwin.conf delete
dist/ntp/conf/beauregard.conf delete
dist/ntp/conf/grundoon.conf delete
dist/ntp/conf/malarky.conf delete
dist/ntp/conf/pogo.conf delete
dist/ntp/conf/rackety.conf delete
dist/ntp/html/accopt.html delete
dist/ntp/html/assoc.html delete
dist/ntp/html/audio.html delete
dist/ntp/html/authopt.html delete
dist/ntp/html/clockopt.html delete
dist/ntp/html/confopt.html delete
dist/ntp/html/copyright.html delete
dist/ntp/html/debug.html delete
dist/ntp/html/extern.html delete
dist/ntp/html/gadget.html delete
dist/ntp/html/groups.html delete
dist/ntp/html/howto.html delete
dist/ntp/html/index.html delete
dist/ntp/html/kern.html delete
dist/ntp/html/keygen.html delete
dist/ntp/html/ldisc.html delete
dist/ntp/html/manyopt.html delete
dist/ntp/html/measure.html delete
dist/ntp/html/miscopt.html delete
dist/ntp/html/monopt.html delete
dist/ntp/html/msyslog.html delete
dist/ntp/html/mx4200data.html delete
dist/ntp/html/notes.html delete
dist/ntp/html/ntp_conf.html delete
dist/ntp/html/ntpd.html delete
dist/ntp/html/ntpdate.html delete
dist/ntp/html/ntpdc.html delete
dist/ntp/html/ntpdsim.html delete
dist/ntp/html/ntpdsim_new.html delete
dist/ntp/html/ntpq.html delete
dist/ntp/html/ntptime.html delete
dist/ntp/html/ntptrace.html delete
dist/ntp/html/parsedata.html delete
dist/ntp/html/parsenew.html delete
dist/ntp/html/pps.html delete
dist/ntp/html/prefer.html delete
dist/ntp/html/rdebug.html delete
dist/ntp/html/refclock.html delete
dist/ntp/html/release.html delete
dist/ntp/html/sntp.html delete
dist/ntp/html/tickadj.html delete
dist/ntp/html/build/build.html delete
dist/ntp/html/build/config.html delete
dist/ntp/html/build/hints.html delete
dist/ntp/html/build/patches.html delete
dist/ntp/html/build/porting.html delete
dist/ntp/html/build/quick.html delete
dist/ntp/html/build/hints/a-ux delete
dist/ntp/html/build/hints/aix delete
dist/ntp/html/build/hints/bsdi delete
dist/ntp/html/build/hints/changes delete
dist/ntp/html/build/hints/decosf1 delete
dist/ntp/html/build/hints/decosf2 delete
dist/ntp/html/build/hints/freebsd delete
dist/ntp/html/build/hints/hpux delete
dist/ntp/html/build/hints/linux delete
dist/ntp/html/build/hints/mpeix delete
dist/ntp/html/build/hints/netbsd delete
dist/ntp/html/build/hints/notes-xntp-v3 delete
dist/ntp/html/build/hints/parse delete
dist/ntp/html/build/hints/refclocks delete
dist/ntp/html/build/hints/rs6000 delete
dist/ntp/html/build/hints/sco.html delete
dist/ntp/html/build/hints/sgi delete
dist/ntp/html/build/hints/solaris-dosynctodr.html delete
dist/ntp/html/build/hints/solaris.html delete
dist/ntp/html/build/hints/solaris.xtra.4023118 delete
dist/ntp/html/build/hints/solaris.xtra.4095849 delete
dist/ntp/html/build/hints/solaris.xtra.S99ntpd delete
dist/ntp/html/build/hints/solaris.xtra.patchfreq delete
dist/ntp/html/build/hints/sun4 delete
dist/ntp/html/build/hints/svr4-dell delete
dist/ntp/html/build/hints/svr4_package delete
dist/ntp/html/build/hints/todo delete
dist/ntp/html/build/hints/vxworks.html delete
dist/ntp/html/build/hints/winnt.html delete
dist/ntp/html/build/scripts/footer.txt delete
dist/ntp/html/build/scripts/links10.txt delete
dist/ntp/html/build/scripts/links11.txt delete
dist/ntp/html/build/scripts/links12.txt delete
dist/ntp/html/build/scripts/links7.txt delete
dist/ntp/html/build/scripts/links8.txt delete
dist/ntp/html/build/scripts/links9.txt delete
dist/ntp/html/build/scripts/style.css delete
dist/ntp/html/drivers/driver1.html delete
dist/ntp/html/drivers/driver10.html delete
dist/ntp/html/drivers/driver11.html delete
dist/ntp/html/drivers/driver12.html delete
dist/ntp/html/drivers/driver16.html delete
dist/ntp/html/drivers/driver18.html delete
dist/ntp/html/drivers/driver19.html delete
dist/ntp/html/drivers/driver2.html delete
dist/ntp/html/drivers/driver20.html delete
dist/ntp/html/drivers/driver22.html delete
dist/ntp/html/drivers/driver26.html delete
dist/ntp/html/drivers/driver27.html delete
dist/ntp/html/drivers/driver28.html delete
dist/ntp/html/drivers/driver29.html delete
dist/ntp/html/drivers/driver3.html delete
dist/ntp/html/drivers/driver30.html delete
dist/ntp/html/drivers/driver31.html delete
dist/ntp/html/drivers/driver32.html delete
dist/ntp/html/drivers/driver33.html delete
dist/ntp/html/drivers/driver34.html delete
dist/ntp/html/drivers/driver35.html delete
dist/ntp/html/drivers/driver36.html delete
dist/ntp/html/drivers/driver37.html delete
dist/ntp/html/drivers/driver38.html delete
dist/ntp/html/drivers/driver39.html delete
dist/ntp/html/drivers/driver4.html delete
dist/ntp/html/drivers/driver40.html delete
dist/ntp/html/drivers/driver42.html delete
dist/ntp/html/drivers/driver43.html delete
dist/ntp/html/drivers/driver44.html delete
dist/ntp/html/drivers/driver5.html delete
dist/ntp/html/drivers/driver6.html delete
dist/ntp/html/drivers/driver7.html delete
dist/ntp/html/drivers/driver8.html delete
dist/ntp/html/drivers/driver9.html delete
dist/ntp/html/drivers/oncore-shmem.html delete
dist/ntp/html/drivers/tf582_4.html delete
dist/ntp/html/drivers/icons/home.gif delete
dist/ntp/html/drivers/icons/mail2.gif delete
dist/ntp/html/drivers/scripts/footer.txt delete
dist/ntp/html/drivers/scripts/style.css delete
dist/ntp/html/icons/home.gif delete
dist/ntp/html/icons/mail2.gif delete
dist/ntp/html/scripts/footer.txt delete
dist/ntp/html/scripts/links10.txt delete
dist/ntp/html/scripts/links11.txt delete
dist/ntp/html/scripts/links12.txt delete
dist/ntp/html/scripts/links7.txt delete
dist/ntp/html/scripts/links8.txt delete
dist/ntp/html/scripts/links9.txt delete
dist/ntp/html/scripts/style.css delete
dist/ntp/include/Makefile.am delete
dist/ntp/include/Makefile.in delete
dist/ntp/include/README delete
dist/ntp/include/adjtime.h delete
dist/ntp/include/ascii.h delete
dist/ntp/include/audio.h delete
dist/ntp/include/autogen-version.def delete
dist/ntp/include/binio.h delete
dist/ntp/include/copyright.def delete
dist/ntp/include/debug-opt.def delete
dist/ntp/include/global.h delete
dist/ntp/include/gps.h delete
dist/ntp/include/homerc.def delete
dist/ntp/include/hopf6039.h delete
dist/ntp/include/icom.h delete
dist/ntp/include/ieee754io.h delete
dist/ntp/include/iosignal.h delete
dist/ntp/include/l_stdlib.h delete
dist/ntp/include/mbg_gps166.h delete
dist/ntp/include/mx4200.h delete
dist/ntp/include/ntif.h delete
dist/ntp/include/ntp.h delete
dist/ntp/include/ntp_calendar.h delete
dist/ntp/include/ntp_cmdargs.h delete
dist/ntp/include/ntp_config.h delete
dist/ntp/include/ntp_control.h delete
dist/ntp/include/ntp_crypto.h delete
dist/ntp/include/ntp_datum.h delete
dist/ntp/include/ntp_debug.h delete
dist/ntp/include/ntp_filegen.h delete
dist/ntp/include/ntp_fp.h delete
dist/ntp/include/ntp_if.h delete
dist/ntp/include/ntp_io.h delete
dist/ntp/include/ntp_machine.h delete
dist/ntp/include/ntp_malloc.h delete
dist/ntp/include/ntp_md5.h delete
dist/ntp/include/ntp_proto.h delete
dist/ntp/include/ntp_random.h delete
dist/ntp/include/ntp_refclock.h delete
dist/ntp/include/ntp_request.h delete
dist/ntp/include/ntp_rfc2553.h delete
dist/ntp/include/ntp_select.h delete
dist/ntp/include/ntp_sprintf.h delete
dist/ntp/include/ntp_stdlib.h delete
dist/ntp/include/ntp_string.h delete
dist/ntp/include/ntp_syscall.h delete
dist/ntp/include/ntp_syslog.h delete
dist/ntp/include/ntp_tty.h delete
dist/ntp/include/ntp_types.h delete
dist/ntp/include/ntp_unixtime.h delete
dist/ntp/include/ntpd.h delete
dist/ntp/include/ntpsim.h delete
dist/ntp/include/parse.h delete
dist/ntp/include/parse_conf.h delete
dist/ntp/include/recvbuff.h delete
dist/ntp/include/rsa_md5.h delete
dist/ntp/include/timepps-SCO.h delete
dist/ntp/include/timepps-Solaris.h delete
dist/ntp/include/timepps-SunOS.h delete
dist/ntp/include/trimble.h delete
dist/ntp/include/version.def delete
dist/ntp/include/isc/Makefile.am delete
dist/ntp/include/isc/Makefile.in delete
dist/ntp/include/isc/app.h delete
dist/ntp/include/isc/assertions.h delete
dist/ntp/include/isc/boolean.h delete
dist/ntp/include/isc/buffer.h delete
dist/ntp/include/isc/error.h delete
dist/ntp/include/isc/formatcheck.h delete
dist/ntp/include/isc/int.h delete
dist/ntp/include/isc/interfaceiter.h delete
dist/ntp/include/isc/ipv6.h delete
dist/ntp/include/isc/lang.h delete
dist/ntp/include/isc/lib.h delete
dist/ntp/include/isc/list.h delete
dist/ntp/include/isc/magic.h delete
dist/ntp/include/isc/mem.h delete
dist/ntp/include/isc/msgcat.h delete
dist/ntp/include/isc/msgs.h delete
dist/ntp/include/isc/mutex.h delete
dist/ntp/include/isc/net.h delete
dist/ntp/include/isc/netaddr.h delete
dist/ntp/include/isc/netscope.h delete
dist/ntp/include/isc/offset.h delete
dist/ntp/include/isc/once.h delete
dist/ntp/include/isc/platform.h delete
dist/ntp/include/isc/print.h delete
dist/ntp/include/isc/region.h delete
dist/ntp/include/isc/result.h delete
dist/ntp/include/isc/sockaddr.h delete
dist/ntp/include/isc/strerror.h delete
dist/ntp/include/isc/string.h delete
dist/ntp/include/isc/types.h delete
dist/ntp/include/isc/util.h delete
dist/ntp/kernel/Makefile.am delete
dist/ntp/kernel/Makefile.in delete
dist/ntp/kernel/README delete
dist/ntp/kernel/chuinit.c delete
dist/ntp/kernel/clkinit.c delete
dist/ntp/kernel/tty_chu.c delete
dist/ntp/kernel/tty_chu_STREAMS.c delete
dist/ntp/kernel/tty_clk.c delete
dist/ntp/kernel/tty_clk_STREAMS.c delete
dist/ntp/kernel/sys/Makefile.am delete
dist/ntp/kernel/sys/Makefile.in delete
dist/ntp/kernel/sys/README delete
dist/ntp/kernel/sys/bsd_audioirig.h delete
dist/ntp/kernel/sys/chudefs.h delete
dist/ntp/kernel/sys/clkdefs.h delete
dist/ntp/kernel/sys/i8253.h delete
dist/ntp/kernel/sys/parsestreams.h delete
dist/ntp/kernel/sys/pcl720.h delete
dist/ntp/kernel/sys/ppsclock.h delete
dist/ntp/kernel/sys/timex.h delete
dist/ntp/kernel/sys/tpro.h delete
dist/ntp/kernel/sys/tt560_api.h delete
dist/ntp/libisc/assertions.c delete
dist/ntp/libisc/error.c delete
dist/ntp/libisc/ifiter_getifaddrs.c delete
dist/ntp/libisc/ifiter_ioctl.c delete
dist/ntp/libisc/ifiter_sysctl.c delete
dist/ntp/libisc/inet_aton.c delete
dist/ntp/libisc/inet_ntop.c delete
dist/ntp/libisc/inet_pton.c delete
dist/ntp/libisc/interfaceiter.c delete
dist/ntp/libisc/isc_strerror.c delete
dist/ntp/libisc/lib.c delete
dist/ntp/libisc/mem.c delete
dist/ntp/libisc/msgcat.c delete
dist/ntp/libisc/net.c delete
dist/ntp/libisc/netaddr.c delete
dist/ntp/libisc/netscope.c delete
dist/ntp/libisc/sockaddr.c delete
dist/ntp/libisc/strerror.c delete
dist/ntp/libntp/Makefile.am delete
dist/ntp/libntp/Makefile.in delete
dist/ntp/libntp/README delete
dist/ntp/libntp/a_md5encrypt.c delete
dist/ntp/libntp/adjtime.c delete
dist/ntp/libntp/adjtimex.c delete
dist/ntp/libntp/atoint.c delete
dist/ntp/libntp/atolfp.c delete
dist/ntp/libntp/atouint.c delete
dist/ntp/libntp/audio.c delete
dist/ntp/libntp/authkeys.c delete
dist/ntp/libntp/authreadkeys.c delete
dist/ntp/libntp/authusekey.c delete
dist/ntp/libntp/buftvtots.c delete
dist/ntp/libntp/caljulian.c delete
dist/ntp/libntp/caltontp.c delete
dist/ntp/libntp/calyearstart.c delete
dist/ntp/libntp/clocktime.c delete
dist/ntp/libntp/clocktypes.c delete
dist/ntp/libntp/decodenetnum.c delete
dist/ntp/libntp/dofptoa.c delete
dist/ntp/libntp/dolfptoa.c delete
dist/ntp/libntp/emalloc.c delete
dist/ntp/libntp/findconfig.c delete
dist/ntp/libntp/fptoa.c delete
dist/ntp/libntp/fptoms.c delete
dist/ntp/libntp/getopt.c delete
dist/ntp/libntp/hextoint.c delete
dist/ntp/libntp/hextolfp.c delete
dist/ntp/libntp/humandate.c delete
dist/ntp/libntp/icom.c delete
dist/ntp/libntp/inttoa.c delete
dist/ntp/libntp/iosignal.c delete
dist/ntp/libntp/lib_strbuf.c delete
dist/ntp/libntp/lib_strbuf.h delete
dist/ntp/libntp/machines.c delete
dist/ntp/libntp/md5c.c delete
dist/ntp/libntp/memmove.c delete
dist/ntp/libntp/mfptoa.c delete
dist/ntp/libntp/mfptoms.c delete
dist/ntp/libntp/mktime.c delete
dist/ntp/libntp/modetoa.c delete
dist/ntp/libntp/mstolfp.c delete
dist/ntp/libntp/msutotsf.c delete
dist/ntp/libntp/msyslog.c delete
dist/ntp/libntp/netof.c delete
dist/ntp/libntp/ntp_random.c delete
dist/ntp/libntp/ntp_rfc2553.c delete
dist/ntp/libntp/numtoa.c delete
dist/ntp/libntp/numtohost.c delete
dist/ntp/libntp/octtoint.c delete
dist/ntp/libntp/prettydate.c delete
dist/ntp/libntp/recvbuff.c delete
dist/ntp/libntp/refnumtoa.c delete
dist/ntp/libntp/snprintf.c delete
dist/ntp/libntp/socktoa.c delete
dist/ntp/libntp/socktohost.c delete
dist/ntp/libntp/statestr.c delete
dist/ntp/libntp/strdup.c delete
dist/ntp/libntp/strerror.c delete
dist/ntp/libntp/strstr.c delete
dist/ntp/libntp/syssignal.c delete
dist/ntp/libntp/systime.c delete
dist/ntp/libntp/systime_s.c delete
dist/ntp/libntp/tsftomsu.c delete
dist/ntp/libntp/tstotv.c delete
dist/ntp/libntp/tvtoa.c delete
dist/ntp/libntp/tvtots.c delete
dist/ntp/libntp/uglydate.c delete
dist/ntp/libntp/uinttoa.c delete
dist/ntp/libntp/utvtoa.c delete
dist/ntp/libntp/ymd2yd.c delete
dist/ntp/libopts/COPYING.lgpl delete
dist/ntp/libopts/COPYING.mbsd delete
dist/ntp/libopts/MakeDefs.inc delete
dist/ntp/libopts/Makefile.am delete
dist/ntp/libopts/Makefile.in delete
dist/ntp/libopts/README delete
dist/ntp/libopts/autoopts.c delete
dist/ntp/libopts/autoopts.h delete
dist/ntp/libopts/boolean.c delete
dist/ntp/libopts/configfile.c delete
dist/ntp/libopts/cook.c delete
dist/ntp/libopts/enumeration.c delete
dist/ntp/libopts/environment.c delete
dist/ntp/libopts/genshell.c delete
dist/ntp/libopts/genshell.h delete
dist/ntp/libopts/libopts.c delete
dist/ntp/libopts/load.c delete
dist/ntp/libopts/makeshell.c delete
dist/ntp/libopts/nested.c delete
dist/ntp/libopts/numeric.c delete
dist/ntp/libopts/pgusage.c delete
dist/ntp/libopts/proto.h delete
dist/ntp/libopts/putshell.c delete
dist/ntp/libopts/restore.c delete
dist/ntp/libopts/save.c delete
dist/ntp/libopts/sort.c delete
dist/ntp/libopts/stack.c delete
dist/ntp/libopts/streqvcmp.c delete
dist/ntp/libopts/text_mmap.c delete
dist/ntp/libopts/tokenize.c delete
dist/ntp/libopts/usage.c delete
dist/ntp/libopts/version.c delete
dist/ntp/libopts/autoopts/options.h delete
dist/ntp/libopts/autoopts/usage-txt.h delete
dist/ntp/libopts/compat/compat.h delete
dist/ntp/libopts/compat/pathfind.c delete
dist/ntp/libopts/compat/snprintf.c delete
dist/ntp/libopts/compat/strchr.c delete
dist/ntp/libopts/compat/strdup.c delete
dist/ntp/libopts/compat/windows-config.h delete
dist/ntp/libopts/m4/libopts.m4 delete
dist/ntp/libopts/m4/liboptschk.m4 delete
dist/ntp/libparse/Makefile.am delete
dist/ntp/libparse/Makefile.in delete
dist/ntp/libparse/README delete
dist/ntp/libparse/binio.c delete
dist/ntp/libparse/clk_computime.c delete
dist/ntp/libparse/clk_dcf7000.c delete
dist/ntp/libparse/clk_hopf6021.c delete
dist/ntp/libparse/clk_meinberg.c delete
dist/ntp/libparse/clk_rawdcf.c delete
dist/ntp/libparse/clk_rcc8000.c delete
dist/ntp/libparse/clk_schmid.c delete
dist/ntp/libparse/clk_trimtaip.c delete
dist/ntp/libparse/clk_trimtsip.c delete
dist/ntp/libparse/clk_varitext.c delete
dist/ntp/libparse/clk_wharton.c delete
dist/ntp/libparse/data_mbg.c delete
dist/ntp/libparse/gpstolfp.c delete
dist/ntp/libparse/ieee754io.c delete
dist/ntp/libparse/info_trimble.c delete
dist/ntp/libparse/mfp_mul.c delete
dist/ntp/libparse/mkinfo_rcmd.sed delete
dist/ntp/libparse/mkinfo_scmd.sed delete
dist/ntp/libparse/parse.c delete
dist/ntp/libparse/parse_conf.c delete
dist/ntp/libparse/parsesolaris.c delete
dist/ntp/libparse/parsestreams.c delete
dist/ntp/libparse/trim_info.c delete
dist/ntp/m4/define_dir.m4 delete
dist/ntp/m4/hs_ulong_const.m4 delete
dist/ntp/m4/os_cflags.m4 delete
dist/ntp/ntpd/Makefile.am delete
dist/ntp/ntpd/Makefile.in delete
dist/ntp/ntpd/check_y2k.c delete
dist/ntp/ntpd/cmd_args.c delete
dist/ntp/ntpd/jupiter.h delete
dist/ntp/ntpd/ntp_config.c delete
dist/ntp/ntpd/ntp_control.c delete
dist/ntp/ntpd/ntp_crypto.c delete
dist/ntp/ntpd/ntp_filegen.c delete
dist/ntp/ntpd/ntp_intres.c delete
dist/ntp/ntpd/ntp_io.c delete
dist/ntp/ntpd/ntp_loopfilter.c delete
dist/ntp/ntpd/ntp_monitor.c delete
dist/ntp/ntpd/ntp_peer.c delete
dist/ntp/ntpd/ntp_proto.c delete
dist/ntp/ntpd/ntp_refclock.c delete
dist/ntp/ntpd/ntp_request.c delete
dist/ntp/ntpd/ntp_restrict.c delete
dist/ntp/ntpd/ntp_timer.c delete
dist/ntp/ntpd/ntp_util.c delete
dist/ntp/ntpd/ntpd-opts.c delete
dist/ntp/ntpd/ntpd-opts.def delete
dist/ntp/ntpd/ntpd-opts.h delete
dist/ntp/ntpd/ntpd-opts.menu delete
dist/ntp/ntpd/ntpd-opts.texi delete
dist/ntp/ntpd/ntpd.1 delete
dist/ntp/ntpd/ntpd.c delete
dist/ntp/ntpd/ntpdbase-opts.def delete
dist/ntp/ntpd/ntpdsim-opts.c delete
dist/ntp/ntpd/ntpdsim-opts.def delete
dist/ntp/ntpd/ntpdsim-opts.h delete
dist/ntp/ntpd/ntpdsim-opts.menu delete
dist/ntp/ntpd/ntpdsim-opts.texi delete
dist/ntp/ntpd/ntpdsim.1 delete
dist/ntp/ntpd/ntpsim.c delete
dist/ntp/ntpd/ppsapi_timepps.h delete
dist/ntp/ntpd/refclock_acts.c delete
dist/ntp/ntpd/refclock_arbiter.c delete
dist/ntp/ntpd/refclock_arc.c delete
dist/ntp/ntpd/refclock_as2201.c delete
dist/ntp/ntpd/refclock_atom.c delete
dist/ntp/ntpd/refclock_bancomm.c delete
dist/ntp/ntpd/refclock_chronolog.c delete
dist/ntp/ntpd/refclock_chu.c delete
dist/ntp/ntpd/refclock_conf.c delete
dist/ntp/ntpd/refclock_datum.c delete
dist/ntp/ntpd/refclock_dumbclock.c delete
dist/ntp/ntpd/refclock_fg.c delete
dist/ntp/ntpd/refclock_gpsvme.c delete
dist/ntp/ntpd/refclock_heath.c delete
dist/ntp/ntpd/refclock_hopfpci.c delete
dist/ntp/ntpd/refclock_hopfser.c delete
dist/ntp/ntpd/refclock_hpgps.c delete
dist/ntp/ntpd/refclock_irig.c delete
dist/ntp/ntpd/refclock_jjy.c delete
dist/ntp/ntpd/refclock_jupiter.c delete
dist/ntp/ntpd/refclock_leitch.c delete
dist/ntp/ntpd/refclock_local.c delete
dist/ntp/ntpd/refclock_msfees.c delete
dist/ntp/ntpd/refclock_mx4200.c delete
dist/ntp/ntpd/refclock_neoclock4x.c delete
dist/ntp/ntpd/refclock_nmea.c delete
dist/ntp/ntpd/refclock_oncore.c delete
dist/ntp/ntpd/refclock_palisade.c delete
dist/ntp/ntpd/refclock_palisade.h delete
dist/ntp/ntpd/refclock_parse.c delete
dist/ntp/ntpd/refclock_pcf.c delete
dist/ntp/ntpd/refclock_pst.c delete
dist/ntp/ntpd/refclock_ripencc.c delete
dist/ntp/ntpd/refclock_shm.c delete
dist/ntp/ntpd/refclock_tpro.c delete
dist/ntp/ntpd/refclock_trak.c delete
dist/ntp/ntpd/refclock_true.c delete
dist/ntp/ntpd/refclock_tt560.c delete
dist/ntp/ntpd/refclock_ulink.c delete
dist/ntp/ntpd/refclock_wwv.c delete
dist/ntp/ntpd/refclock_wwvb.c delete
dist/ntp/ntpd/refclock_zyfer.c delete
dist/ntp/ntpdate/Makefile.am delete
dist/ntp/ntpdate/Makefile.in delete
dist/ntp/ntpdate/README delete
dist/ntp/ntpdate/ntpdate.c delete
dist/ntp/ntpdate/ntpdate.h delete
dist/ntp/ntpdate/ntptime_config.c delete
dist/ntp/ntpdate/ntptimeset.c delete
dist/ntp/ntpdc/Makefile.am delete
dist/ntp/ntpdc/Makefile.in delete
dist/ntp/ntpdc/README delete
dist/ntp/ntpdc/layout.std delete
dist/ntp/ntpdc/nl.pl delete
dist/ntp/ntpdc/nl.pl.in delete
dist/ntp/ntpdc/nl_in.c delete
dist/ntp/ntpdc/ntpdc-layout.c delete
dist/ntp/ntpdc/ntpdc-opts.c delete
dist/ntp/ntpdc/ntpdc-opts.def delete
dist/ntp/ntpdc/ntpdc-opts.h delete
dist/ntp/ntpdc/ntpdc-opts.menu delete
dist/ntp/ntpdc/ntpdc-opts.texi delete
dist/ntp/ntpdc/ntpdc.1 delete
dist/ntp/ntpdc/ntpdc.c delete
dist/ntp/ntpdc/ntpdc.h delete
dist/ntp/ntpdc/ntpdc_ops.c delete
dist/ntp/ntpq/Makefile.am delete
dist/ntp/ntpq/Makefile.in delete
dist/ntp/ntpq/README delete
dist/ntp/ntpq/ntpq-opts.c delete
dist/ntp/ntpq/ntpq-opts.def delete
dist/ntp/ntpq/ntpq-opts.h delete
dist/ntp/ntpq/ntpq-opts.menu delete
dist/ntp/ntpq/ntpq-opts.texi delete
dist/ntp/ntpq/ntpq-subs.c delete
dist/ntp/ntpq/ntpq.1 delete
dist/ntp/ntpq/ntpq.c delete
dist/ntp/ntpq/ntpq.h delete
dist/ntp/parseutil/Makefile.am delete
dist/ntp/parseutil/Makefile.in delete
dist/ntp/parseutil/README delete
dist/ntp/parseutil/dcfd.c delete
dist/ntp/parseutil/testdcf.c delete
dist/ntp/scripts/Makefile.am delete
dist/ntp/scripts/Makefile.in delete
dist/ntp/scripts/README delete
dist/ntp/scripts/VersionName delete
dist/ntp/scripts/calc_tickadj.in delete
dist/ntp/scripts/checktime.in delete
dist/ntp/scripts/fixautomakedepsmagic delete
dist/ntp/scripts/freq_adj.in delete
dist/ntp/scripts/genCommitLog delete
dist/ntp/scripts/genver delete
dist/ntp/scripts/hpadjtime.sh delete
dist/ntp/scripts/html2man.in delete
dist/ntp/scripts/mkver.in delete
dist/ntp/scripts/ntp-close delete
dist/ntp/scripts/ntp-groper delete
dist/ntp/scripts/ntp-restart delete
dist/ntp/scripts/ntp-status delete
dist/ntp/scripts/ntp-wait.in delete
dist/ntp/scripts/ntpsweep.in delete
dist/ntp/scripts/ntptrace.in delete
dist/ntp/scripts/ntpver.in delete
dist/ntp/scripts/plot_summary.in delete
dist/ntp/scripts/summary.in delete
dist/ntp/scripts/monitoring/README delete
dist/ntp/scripts/monitoring/loopwatch.config.SAMPLE delete
dist/ntp/scripts/monitoring/lr.pl delete
dist/ntp/scripts/monitoring/ntp.pl delete
dist/ntp/scripts/monitoring/ntploopstat delete
dist/ntp/scripts/monitoring/ntploopwatch delete
dist/ntp/scripts/monitoring/ntptrap delete
dist/ntp/scripts/monitoring/timelocal.pl delete
dist/ntp/scripts/rc1/postinstall delete
dist/ntp/scripts/rc1/preinstall delete
dist/ntp/scripts/rc1/preremove delete
dist/ntp/scripts/rc1/prototype delete
dist/ntp/scripts/rc1/xntp delete
dist/ntp/scripts/rc2/local.ntpd delete
dist/ntp/scripts/stats/README delete
dist/ntp/scripts/stats/README.stats delete
dist/ntp/scripts/stats/README.timecodes delete
dist/ntp/scripts/stats/clock.awk delete
dist/ntp/scripts/stats/dupe.awk delete
dist/ntp/scripts/stats/ensemble.S delete
dist/ntp/scripts/stats/ensemble.awk delete
dist/ntp/scripts/stats/etf.S delete
dist/ntp/scripts/stats/etf.awk delete
dist/ntp/scripts/stats/itf.S delete
dist/ntp/scripts/stats/itf.awk delete
dist/ntp/scripts/stats/loop.S delete
dist/ntp/scripts/stats/loop.awk delete
dist/ntp/scripts/stats/loop_summary delete
dist/ntp/scripts/stats/peer.awk delete
dist/ntp/scripts/stats/psummary.awk delete
dist/ntp/scripts/stats/summary.sh delete
dist/ntp/scripts/stats/tdata.S delete
dist/ntp/scripts/stats/tdata.awk delete
dist/ntp/sntp/COPYRIGHT delete
dist/ntp/sntp/Makefile.am delete
dist/ntp/sntp/Makefile.in delete
dist/ntp/sntp/README delete
dist/ntp/sntp/aclocal.m4 delete
dist/ntp/sntp/autogen-version.def delete
dist/ntp/sntp/bincheck.mf delete
dist/ntp/sntp/compile delete
dist/ntp/sntp/config.guess delete
dist/ntp/sntp/config.h.in delete
dist/ntp/sntp/config.sub delete
dist/ntp/sntp/configure delete
dist/ntp/sntp/configure.ac delete
dist/ntp/sntp/depcomp delete
dist/ntp/sntp/header.h delete
dist/ntp/sntp/install-sh delete
dist/ntp/sntp/internet.c delete
dist/ntp/sntp/internet.h delete
dist/ntp/sntp/kludges.h delete
dist/ntp/sntp/ltmain.sh delete
dist/ntp/sntp/main.c delete
dist/ntp/sntp/missing delete
dist/ntp/sntp/sntp-opts.c delete
dist/ntp/sntp/sntp-opts.def delete
dist/ntp/sntp/sntp-opts.h delete
dist/ntp/sntp/sntp-opts.menu delete
dist/ntp/sntp/sntp-opts.texi delete
dist/ntp/sntp/sntp.1 delete
dist/ntp/sntp/socket.c delete
dist/ntp/sntp/timing.c delete
dist/ntp/sntp/unix.c delete
dist/ntp/sntp/version.def delete
dist/ntp/sntp/libopts/COPYING.lgpl delete
dist/ntp/sntp/libopts/COPYING.mbsd delete
dist/ntp/sntp/libopts/MakeDefs.inc delete
dist/ntp/sntp/libopts/Makefile.am delete
dist/ntp/sntp/libopts/Makefile.in delete
dist/ntp/sntp/libopts/README delete
dist/ntp/sntp/libopts/autoopts.c delete
dist/ntp/sntp/libopts/autoopts.h delete
dist/ntp/sntp/libopts/boolean.c delete
dist/ntp/sntp/libopts/configfile.c delete
dist/ntp/sntp/libopts/cook.c delete
dist/ntp/sntp/libopts/enumeration.c delete
dist/ntp/sntp/libopts/environment.c delete
dist/ntp/sntp/libopts/genshell.c delete
dist/ntp/sntp/libopts/genshell.h delete
dist/ntp/sntp/libopts/libopts.c delete
dist/ntp/sntp/libopts/load.c delete
dist/ntp/sntp/libopts/makeshell.c delete
dist/ntp/sntp/libopts/nested.c delete
dist/ntp/sntp/libopts/numeric.c delete
dist/ntp/sntp/libopts/pgusage.c delete
dist/ntp/sntp/libopts/proto.h delete
dist/ntp/sntp/libopts/putshell.c delete
dist/ntp/sntp/libopts/restore.c delete
dist/ntp/sntp/libopts/save.c delete
dist/ntp/sntp/libopts/sort.c delete
dist/ntp/sntp/libopts/stack.c delete
dist/ntp/sntp/libopts/streqvcmp.c delete
dist/ntp/sntp/libopts/text_mmap.c delete
dist/ntp/sntp/libopts/tokenize.c delete
dist/ntp/sntp/libopts/usage.c delete
dist/ntp/sntp/libopts/version.c delete
dist/ntp/sntp/libopts/autoopts/options.h delete
dist/ntp/sntp/libopts/autoopts/usage-txt.h delete
dist/ntp/sntp/libopts/compat/compat.h delete
dist/ntp/sntp/libopts/compat/pathfind.c delete
dist/ntp/sntp/libopts/compat/snprintf.c delete
dist/ntp/sntp/libopts/compat/strchr.c delete
dist/ntp/sntp/libopts/compat/strdup.c delete
dist/ntp/sntp/libopts/compat/windows-config.h delete
dist/ntp/sntp/libopts/m4/libopts.m4 delete
dist/ntp/sntp/libopts/m4/liboptschk.m4 delete
dist/ntp/util/Makefile.am delete
dist/ntp/util/Makefile.in delete
dist/ntp/util/README delete
dist/ntp/util/ansi2knr.1 delete
dist/ntp/util/ansi2knr.c delete
dist/ntp/util/audio-pcm.c delete
dist/ntp/util/byteorder.c delete
dist/ntp/util/hist.c delete
dist/ntp/util/jitter.c delete
dist/ntp/util/jitter.h delete
dist/ntp/util/kern.c delete
dist/ntp/util/longsize.c delete
dist/ntp/util/ntp-keygen-opts.c delete
dist/ntp/util/ntp-keygen-opts.def delete
dist/ntp/util/ntp-keygen-opts.h delete
dist/ntp/util/ntp-keygen-opts.menu delete
dist/ntp/util/ntp-keygen-opts.texi delete
dist/ntp/util/ntp-keygen.1 delete
dist/ntp/util/ntp-keygen.c delete
dist/ntp/util/ntptime.c delete
dist/ntp/util/pps-api.c delete
dist/ntp/util/precision.c delete
dist/ntp/util/sht.c delete
dist/ntp/util/testrs6000.c delete
dist/ntp/util/tg.c delete
dist/ntp/util/tickadj.c delete
dist/ntp/util/timetrim.c delete
distrib/sets/lists/man/mi patch
distrib/sets/lists/misc/mi patch
external/bsd/Makefile patch
external/bsd/ntp/Makefile new
external/bsd/ntp/Makefile.inc new
external/bsd/ntp/importdate new
external/bsd/ntp/ntp2netbsd new
external/bsd/ntp/bin/Makefile new
external/bsd/ntp/bin/Makefile.inc new
external/bsd/ntp/bin/ntp-keygen/Makefile new
external/bsd/ntp/bin/ntp-keygen/ntp-keygen.8 new
external/bsd/ntp/bin/ntpd/Makefile new
external/bsd/ntp/bin/ntpd/ntp.conf.5 new
external/bsd/ntp/bin/ntpd/ntp.keys.5 new
external/bsd/ntp/bin/ntpd/ntpd.8 new
external/bsd/ntp/bin/ntpdate/Makefile new
external/bsd/ntp/bin/ntpdate/ntpdate.8 new
external/bsd/ntp/bin/ntpdc/Makefile new
external/bsd/ntp/bin/ntpdc/ntpdc.8 new
external/bsd/ntp/bin/ntpq/Makefile new
external/bsd/ntp/bin/ntpq/ntpq.8 new
external/bsd/ntp/bin/ntptime/Makefile new
external/bsd/ntp/bin/ntptime/ntptime.8 new
external/bsd/ntp/bin/ntptrace/Makefile new
external/bsd/ntp/bin/ntptrace/ntptrace.8 new
external/bsd/ntp/bin/ntptrace/ntptrace.awk new
external/bsd/ntp/bin/sntp/Makefile new
external/bsd/ntp/bin/sntp/sntp.1 new
external/bsd/ntp/dist/COPYRIGHT new
external/bsd/ntp/dist/ChangeLog new
external/bsd/ntp/dist/CommitLog new
external/bsd/ntp/dist/CommitLog-4.1.0 new
external/bsd/ntp/dist/INSTALL new
external/bsd/ntp/dist/Makefile.am new
external/bsd/ntp/dist/Makefile.in new
external/bsd/ntp/dist/NEWS new
external/bsd/ntp/dist/NOTES.y2kfixes new
external/bsd/ntp/dist/README new
external/bsd/ntp/dist/README.bk new
external/bsd/ntp/dist/README.hackers new
external/bsd/ntp/dist/README.patches new
external/bsd/ntp/dist/README.refclocks new
external/bsd/ntp/dist/README.versions new
external/bsd/ntp/dist/TODO new
external/bsd/ntp/dist/WHERE-TO-START new
external/bsd/ntp/dist/aclocal.m4 new
external/bsd/ntp/dist/bincheck.mf new
external/bsd/ntp/dist/bootstrap new
external/bsd/ntp/dist/build new
external/bsd/ntp/dist/check-libopts.mf new
external/bsd/ntp/dist/config.h.in new
external/bsd/ntp/dist/configure new
external/bsd/ntp/dist/configure.ac new
external/bsd/ntp/dist/deps-ver new
external/bsd/ntp/dist/depsver.mf new
external/bsd/ntp/dist/dot.emacs new
external/bsd/ntp/dist/flock-build new
external/bsd/ntp/dist/includes.mf new
external/bsd/ntp/dist/install-sh new
external/bsd/ntp/dist/packageinfo.sh new
external/bsd/ntp/dist/readme.y2kfixes new
external/bsd/ntp/dist/results.y2kfixes new
external/bsd/ntp/dist/adjtimed/Makefile.am new
external/bsd/ntp/dist/adjtimed/Makefile.in new
external/bsd/ntp/dist/adjtimed/README new
external/bsd/ntp/dist/adjtimed/adjtimed.c new
external/bsd/ntp/dist/clockstuff/Makefile.am new
external/bsd/ntp/dist/clockstuff/Makefile.in new
external/bsd/ntp/dist/clockstuff/README new
external/bsd/ntp/dist/clockstuff/chutest.c new
external/bsd/ntp/dist/clockstuff/propdelay.c new
external/bsd/ntp/dist/conf/README new
external/bsd/ntp/dist/conf/baldwin.conf new
external/bsd/ntp/dist/conf/beauregard.conf new
external/bsd/ntp/dist/conf/grundoon.conf new
external/bsd/ntp/dist/conf/malarky.conf new
external/bsd/ntp/dist/conf/pogo.conf new
external/bsd/ntp/dist/conf/rackety.conf new
external/bsd/ntp/dist/html/access.html new
external/bsd/ntp/dist/html/accopt.html new
external/bsd/ntp/dist/html/assoc.html new
external/bsd/ntp/dist/html/audio.html new
external/bsd/ntp/dist/html/authentic.html new
external/bsd/ntp/dist/html/authopt.html new
external/bsd/ntp/dist/html/autokey.html new
external/bsd/ntp/dist/html/bugs.html new
external/bsd/ntp/dist/html/build.html new
external/bsd/ntp/dist/html/clock.html new
external/bsd/ntp/dist/html/clockopt.html new
external/bsd/ntp/dist/html/cluster.html new
external/bsd/ntp/dist/html/comdex.html new
external/bsd/ntp/dist/html/config.html new
external/bsd/ntp/dist/html/confopt.html new
external/bsd/ntp/dist/html/copyright.html new
external/bsd/ntp/dist/html/debug.html new
external/bsd/ntp/dist/html/decode.html new
external/bsd/ntp/dist/html/discipline.html new
external/bsd/ntp/dist/html/discover.html new
external/bsd/ntp/dist/html/extern.html new
external/bsd/ntp/dist/html/filter.html new
external/bsd/ntp/dist/html/hints.html new
external/bsd/ntp/dist/html/history.html new
external/bsd/ntp/dist/html/howto.html new
external/bsd/ntp/dist/html/huffpuff.html new
external/bsd/ntp/dist/html/index.html new
external/bsd/ntp/dist/html/kern.html new
external/bsd/ntp/dist/html/kernpps.html new
external/bsd/ntp/dist/html/keygen.html new
external/bsd/ntp/dist/html/leap.html new
external/bsd/ntp/dist/html/miscopt.html new
external/bsd/ntp/dist/html/monopt.html new
external/bsd/ntp/dist/html/msyslog.html new
external/bsd/ntp/dist/html/ntp-wait.html new
external/bsd/ntp/dist/html/ntp_conf.html new
external/bsd/ntp/dist/html/ntpd.html new
external/bsd/ntp/dist/html/ntpdate.html new
external/bsd/ntp/dist/html/ntpdc.html new
external/bsd/ntp/dist/html/ntpdsim.html new
external/bsd/ntp/dist/html/ntpdsim_new.html new
external/bsd/ntp/dist/html/ntpq.html new
external/bsd/ntp/dist/html/ntptime.html new
external/bsd/ntp/dist/html/ntptrace.html new
external/bsd/ntp/dist/html/orphan.html new
external/bsd/ntp/dist/html/parsedata.html new
external/bsd/ntp/dist/html/parsenew.html new
external/bsd/ntp/dist/html/poll.html new
external/bsd/ntp/dist/html/pps.html new
external/bsd/ntp/dist/html/prefer.html new
external/bsd/ntp/dist/html/quick.html new
external/bsd/ntp/dist/html/rate.html new
external/bsd/ntp/dist/html/rdebug.html new
external/bsd/ntp/dist/html/refclock.html new
external/bsd/ntp/dist/html/release.html new
external/bsd/ntp/dist/html/select.html new
external/bsd/ntp/dist/html/sitemap.html new
external/bsd/ntp/dist/html/sntp.html new
external/bsd/ntp/dist/html/stats.html new
external/bsd/ntp/dist/html/tickadj.html new
external/bsd/ntp/dist/html/warp.html new
external/bsd/ntp/dist/html/xleave.html new
external/bsd/ntp/dist/html/drivers/driver1.html new
external/bsd/ntp/dist/html/drivers/driver10.html new
external/bsd/ntp/dist/html/drivers/driver11.html new
external/bsd/ntp/dist/html/drivers/driver12.html new
external/bsd/ntp/dist/html/drivers/driver16.html new
external/bsd/ntp/dist/html/drivers/driver18.html new
external/bsd/ntp/dist/html/drivers/driver19.html new
external/bsd/ntp/dist/html/drivers/driver20.html new
external/bsd/ntp/dist/html/drivers/driver22.html new
external/bsd/ntp/dist/html/drivers/driver26.html new
external/bsd/ntp/dist/html/drivers/driver27.html new
external/bsd/ntp/dist/html/drivers/driver28.html new
external/bsd/ntp/dist/html/drivers/driver29.html new
external/bsd/ntp/dist/html/drivers/driver3.html new
external/bsd/ntp/dist/html/drivers/driver30.html new
external/bsd/ntp/dist/html/drivers/driver31.html new
external/bsd/ntp/dist/html/drivers/driver32.html new
external/bsd/ntp/dist/html/drivers/driver33.html new
external/bsd/ntp/dist/html/drivers/driver34.html new
external/bsd/ntp/dist/html/drivers/driver35.html new
external/bsd/ntp/dist/html/drivers/driver36.html new
external/bsd/ntp/dist/html/drivers/driver37.html new
external/bsd/ntp/dist/html/drivers/driver38.html new
external/bsd/ntp/dist/html/drivers/driver39.html new
external/bsd/ntp/dist/html/drivers/driver4.html new
external/bsd/ntp/dist/html/drivers/driver40.html new
external/bsd/ntp/dist/html/drivers/driver42.html new
external/bsd/ntp/dist/html/drivers/driver43.html new
external/bsd/ntp/dist/html/drivers/driver44.html new
external/bsd/ntp/dist/html/drivers/driver45.html new
external/bsd/ntp/dist/html/drivers/driver46.html new
external/bsd/ntp/dist/html/drivers/driver5.html new
external/bsd/ntp/dist/html/drivers/driver6.html new
external/bsd/ntp/dist/html/drivers/driver7.html new
external/bsd/ntp/dist/html/drivers/driver8.html new
external/bsd/ntp/dist/html/drivers/driver9.html new
external/bsd/ntp/dist/html/drivers/mx4200data.html new
external/bsd/ntp/dist/html/drivers/oncore-shmem.html new
external/bsd/ntp/dist/html/drivers/tf582_4.html new
external/bsd/ntp/dist/html/drivers/icons/home.gif new
external/bsd/ntp/dist/html/drivers/icons/mail2.gif new
external/bsd/ntp/dist/html/drivers/scripts/footer.txt new
external/bsd/ntp/dist/html/drivers/scripts/style.css new
external/bsd/ntp/dist/html/hints/a-ux new
external/bsd/ntp/dist/html/hints/aix new
external/bsd/ntp/dist/html/hints/bsdi new
external/bsd/ntp/dist/html/hints/changes new
external/bsd/ntp/dist/html/hints/decosf1 new
external/bsd/ntp/dist/html/hints/decosf2 new
external/bsd/ntp/dist/html/hints/freebsd new
external/bsd/ntp/dist/html/hints/hpux new
external/bsd/ntp/dist/html/hints/linux new
external/bsd/ntp/dist/html/hints/mpeix new
external/bsd/ntp/dist/html/hints/notes-xntp-v3 new
external/bsd/ntp/dist/html/hints/parse new
external/bsd/ntp/dist/html/hints/refclocks new
external/bsd/ntp/dist/html/hints/rs6000 new
external/bsd/ntp/dist/html/hints/sco.html new
external/bsd/ntp/dist/html/hints/sgi new
external/bsd/ntp/dist/html/hints/solaris-dosynctodr.html new
external/bsd/ntp/dist/html/hints/solaris.html new
external/bsd/ntp/dist/html/hints/solaris.xtra.4023118 new
external/bsd/ntp/dist/html/hints/solaris.xtra.4095849 new
external/bsd/ntp/dist/html/hints/solaris.xtra.S99ntpd new
external/bsd/ntp/dist/html/hints/solaris.xtra.patchfreq new
external/bsd/ntp/dist/html/hints/sun4 new
external/bsd/ntp/dist/html/hints/svr4-dell new
external/bsd/ntp/dist/html/hints/svr4_package new
external/bsd/ntp/dist/html/hints/todo new
external/bsd/ntp/dist/html/hints/vxworks.html new
external/bsd/ntp/dist/html/hints/winnt.html new
external/bsd/ntp/dist/html/icons/home.gif new
external/bsd/ntp/dist/html/icons/mail2.gif new
external/bsd/ntp/dist/html/icons/sitemap.png new
external/bsd/ntp/dist/html/scripts/accopt.txt new
external/bsd/ntp/dist/html/scripts/audio.txt new
external/bsd/ntp/dist/html/scripts/authopt.txt new
external/bsd/ntp/dist/html/scripts/clockopt.txt new
external/bsd/ntp/dist/html/scripts/command.txt new
external/bsd/ntp/dist/html/scripts/config.txt new
external/bsd/ntp/dist/html/scripts/confopt.txt new
external/bsd/ntp/dist/html/scripts/external.txt new
external/bsd/ntp/dist/html/scripts/footer.txt new
external/bsd/ntp/dist/html/scripts/hand.txt new
external/bsd/ntp/dist/html/scripts/install.txt new
external/bsd/ntp/dist/html/scripts/manual.txt new
external/bsd/ntp/dist/html/scripts/misc.txt new
external/bsd/ntp/dist/html/scripts/miscopt.txt new
external/bsd/ntp/dist/html/scripts/monopt.txt new
external/bsd/ntp/dist/html/scripts/refclock.txt new
external/bsd/ntp/dist/html/scripts/special.txt new
external/bsd/ntp/dist/html/scripts/style.css new
external/bsd/ntp/dist/include/Makefile.am new
external/bsd/ntp/dist/include/Makefile.in new
external/bsd/ntp/dist/include/README new
external/bsd/ntp/dist/include/adjtime.h new
external/bsd/ntp/dist/include/ascii.h new
external/bsd/ntp/dist/include/audio.h new
external/bsd/ntp/dist/include/binio.h new
external/bsd/ntp/dist/include/declcond.h new
external/bsd/ntp/dist/include/gps.h new
external/bsd/ntp/dist/include/hopf6039.h new
external/bsd/ntp/dist/include/icom.h new
external/bsd/ntp/dist/include/ieee754io.h new
external/bsd/ntp/dist/include/intreswork.h new
external/bsd/ntp/dist/include/iosignal.h new
external/bsd/ntp/dist/include/l_stdlib.h new
external/bsd/ntp/dist/include/lib_strbuf.h new
external/bsd/ntp/dist/include/libntp.h new
external/bsd/ntp/dist/include/mbg_gps166.h new
external/bsd/ntp/dist/include/mx4200.h new
external/bsd/ntp/dist/include/ntif.h new
external/bsd/ntp/dist/include/ntp.h new
external/bsd/ntp/dist/include/ntp_assert.h new
external/bsd/ntp/dist/include/ntp_calendar.h new
external/bsd/ntp/dist/include/ntp_cmdargs.h new
external/bsd/ntp/dist/include/ntp_config.h new
external/bsd/ntp/dist/include/ntp_control.h new
external/bsd/ntp/dist/include/ntp_crypto.h new
external/bsd/ntp/dist/include/ntp_datum.h new
external/bsd/ntp/dist/include/ntp_debug.h new
external/bsd/ntp/dist/include/ntp_filegen.h new
external/bsd/ntp/dist/include/ntp_fp.h new
external/bsd/ntp/dist/include/ntp_if.h new
external/bsd/ntp/dist/include/ntp_intres.h new
external/bsd/ntp/dist/include/ntp_io.h new
external/bsd/ntp/dist/include/ntp_libopts.h new
external/bsd/ntp/dist/include/ntp_lineedit.h new
external/bsd/ntp/dist/include/ntp_lists.h new
external/bsd/ntp/dist/include/ntp_machine.h new
external/bsd/ntp/dist/include/ntp_malloc.h new
external/bsd/ntp/dist/include/ntp_md5.h new
external/bsd/ntp/dist/include/ntp_net.h new
external/bsd/ntp/dist/include/ntp_prio_q.h new
external/bsd/ntp/dist/include/ntp_proto.h new
external/bsd/ntp/dist/include/ntp_random.h new
external/bsd/ntp/dist/include/ntp_refclock.h new
external/bsd/ntp/dist/include/ntp_request.h new
external/bsd/ntp/dist/include/ntp_rfc2553.h new
external/bsd/ntp/dist/include/ntp_select.h new
external/bsd/ntp/dist/include/ntp_stdlib.h new
external/bsd/ntp/dist/include/ntp_string.h new
external/bsd/ntp/dist/include/ntp_syscall.h new
external/bsd/ntp/dist/include/ntp_syslog.h new
external/bsd/ntp/dist/include/ntp_tty.h new
external/bsd/ntp/dist/include/ntp_types.h new
external/bsd/ntp/dist/include/ntp_unixtime.h new
external/bsd/ntp/dist/include/ntp_worker.h new
external/bsd/ntp/dist/include/ntp_workimpl.h new
external/bsd/ntp/dist/include/ntpd.h new
external/bsd/ntp/dist/include/ntpsim.h new
external/bsd/ntp/dist/include/parse.h new
external/bsd/ntp/dist/include/parse_conf.h new
external/bsd/ntp/dist/include/recvbuff.h new
external/bsd/ntp/dist/include/refclock_atom.h new
external/bsd/ntp/dist/include/ssl_applink.c new
external/bsd/ntp/dist/include/timepps-SCO.h new
external/bsd/ntp/dist/include/timepps-Solaris.h new
external/bsd/ntp/dist/include/timepps-SunOS.h new
external/bsd/ntp/dist/include/timespecops.h new
external/bsd/ntp/dist/include/timetoa.h new
external/bsd/ntp/dist/include/timevalops.h new
external/bsd/ntp/dist/include/trimble.h new
external/bsd/ntp/dist/include/vint64ops.h new
external/bsd/ntp/dist/include/isc/Makefile.am new
external/bsd/ntp/dist/include/isc/Makefile.in new
external/bsd/ntp/dist/include/isc/mem.h new
external/bsd/ntp/dist/kernel/Makefile.am new
external/bsd/ntp/dist/kernel/Makefile.in new
external/bsd/ntp/dist/kernel/sys/Makefile.am new
external/bsd/ntp/dist/kernel/sys/Makefile.in new
external/bsd/ntp/dist/kernel/sys/README new
external/bsd/ntp/dist/kernel/sys/bsd_audioirig.h new
external/bsd/ntp/dist/kernel/sys/i8253.h new
external/bsd/ntp/dist/kernel/sys/parsestreams.h new
external/bsd/ntp/dist/kernel/sys/pcl720.h new
external/bsd/ntp/dist/kernel/sys/ppsclock.h new
external/bsd/ntp/dist/kernel/sys/timex.h new
external/bsd/ntp/dist/kernel/sys/tpro.h new
external/bsd/ntp/dist/kernel/sys/tt560_api.h new
external/bsd/ntp/dist/lib/isc/Atffile new
external/bsd/ntp/dist/lib/isc/api new
external/bsd/ntp/dist/lib/isc/app_api.c new
external/bsd/ntp/dist/lib/isc/assertions.c new
external/bsd/ntp/dist/lib/isc/backtrace-emptytbl.c new
external/bsd/ntp/dist/lib/isc/backtrace.c new
external/bsd/ntp/dist/lib/isc/base32.c new
external/bsd/ntp/dist/lib/isc/base64.c new
external/bsd/ntp/dist/lib/isc/bitstring.c new
external/bsd/ntp/dist/lib/isc/buffer.c new
external/bsd/ntp/dist/lib/isc/bufferlist.c new
external/bsd/ntp/dist/lib/isc/commandline.c new
external/bsd/ntp/dist/lib/isc/entropy.c new
external/bsd/ntp/dist/lib/isc/error.c new
external/bsd/ntp/dist/lib/isc/event.c new
external/bsd/ntp/dist/lib/isc/fsaccess.c new
external/bsd/ntp/dist/lib/isc/hash.c new
external/bsd/ntp/dist/lib/isc/heap.c new
external/bsd/ntp/dist/lib/isc/hex.c new
external/bsd/ntp/dist/lib/isc/hmacmd5.c new
external/bsd/ntp/dist/lib/isc/hmacsha.c new
external/bsd/ntp/dist/lib/isc/httpd.c new
external/bsd/ntp/dist/lib/isc/inet_aton.c new
external/bsd/ntp/dist/lib/isc/inet_ntop.c new
external/bsd/ntp/dist/lib/isc/inet_pton.c new
external/bsd/ntp/dist/lib/isc/iterated_hash.c new
external/bsd/ntp/dist/lib/isc/lex.c new
external/bsd/ntp/dist/lib/isc/lfsr.c new
external/bsd/ntp/dist/lib/isc/lib.c new
external/bsd/ntp/dist/lib/isc/log.c new
external/bsd/ntp/dist/lib/isc/md5.c new
external/bsd/ntp/dist/lib/isc/mem.c new
external/bsd/ntp/dist/lib/isc/mem_api.c new
external/bsd/ntp/dist/lib/isc/mutexblock.c new
external/bsd/ntp/dist/lib/isc/netaddr.c new
external/bsd/ntp/dist/lib/isc/netscope.c new
external/bsd/ntp/dist/lib/isc/ondestroy.c new
external/bsd/ntp/dist/lib/isc/parseint.c new
external/bsd/ntp/dist/lib/isc/portset.c new
external/bsd/ntp/dist/lib/isc/print.c new
external/bsd/ntp/dist/lib/isc/quota.c new
external/bsd/ntp/dist/lib/isc/radix.c new
external/bsd/ntp/dist/lib/isc/random.c new
external/bsd/ntp/dist/lib/isc/ratelimiter.c new
external/bsd/ntp/dist/lib/isc/refcount.c new
external/bsd/ntp/dist/lib/isc/region.c new
external/bsd/ntp/dist/lib/isc/result.c new
external/bsd/ntp/dist/lib/isc/rwlock.c new
external/bsd/ntp/dist/lib/isc/serial.c new
external/bsd/ntp/dist/lib/isc/sha1.c new
external/bsd/ntp/dist/lib/isc/sha2.c new
external/bsd/ntp/dist/lib/isc/sockaddr.c new
external/bsd/ntp/dist/lib/isc/socket_api.c new
external/bsd/ntp/dist/lib/isc/stats.c new
external/bsd/ntp/dist/lib/isc/string.c new
external/bsd/ntp/dist/lib/isc/strtoul.c new
external/bsd/ntp/dist/lib/isc/symtab.c new
external/bsd/ntp/dist/lib/isc/task.c new
external/bsd/ntp/dist/lib/isc/task_api.c new
external/bsd/ntp/dist/lib/isc/task_p.h new
external/bsd/ntp/dist/lib/isc/taskpool.c new
external/bsd/ntp/dist/lib/isc/timer.c new
external/bsd/ntp/dist/lib/isc/timer_api.c new
external/bsd/ntp/dist/lib/isc/timer_p.h new
external/bsd/ntp/dist/lib/isc/version.c new
external/bsd/ntp/dist/lib/isc/alpha/include/isc/atomic.h new
external/bsd/ntp/dist/lib/isc/ia64/include/isc/atomic.h new
external/bsd/ntp/dist/lib/isc/include/isc/app.h new
external/bsd/ntp/dist/lib/isc/include/isc/assertions.h new
external/bsd/ntp/dist/lib/isc/include/isc/backtrace.h new
external/bsd/ntp/dist/lib/isc/include/isc/base32.h new
external/bsd/ntp/dist/lib/isc/include/isc/base64.h new
external/bsd/ntp/dist/lib/isc/include/isc/bind9.h new
external/bsd/ntp/dist/lib/isc/include/isc/bitstring.h new
external/bsd/ntp/dist/lib/isc/include/isc/boolean.h new
external/bsd/ntp/dist/lib/isc/include/isc/buffer.h new
external/bsd/ntp/dist/lib/isc/include/isc/bufferlist.h new
external/bsd/ntp/dist/lib/isc/include/isc/commandline.h new
external/bsd/ntp/dist/lib/isc/include/isc/entropy.h new
external/bsd/ntp/dist/lib/isc/include/isc/error.h new
external/bsd/ntp/dist/lib/isc/include/isc/event.h new
external/bsd/ntp/dist/lib/isc/include/isc/eventclass.h new
external/bsd/ntp/dist/lib/isc/include/isc/file.h new
external/bsd/ntp/dist/lib/isc/include/isc/formatcheck.h new
external/bsd/ntp/dist/lib/isc/include/isc/fsaccess.h new
external/bsd/ntp/dist/lib/isc/include/isc/hash.h new
external/bsd/ntp/dist/lib/isc/include/isc/heap.h new
external/bsd/ntp/dist/lib/isc/include/isc/hex.h new
external/bsd/ntp/dist/lib/isc/include/isc/hmacmd5.h new
external/bsd/ntp/dist/lib/isc/include/isc/hmacsha.h new
external/bsd/ntp/dist/lib/isc/include/isc/httpd.h new
external/bsd/ntp/dist/lib/isc/include/isc/interfaceiter.h new
external/bsd/ntp/dist/lib/isc/include/isc/ipv6.h new
external/bsd/ntp/dist/lib/isc/include/isc/iterated_hash.h new
external/bsd/ntp/dist/lib/isc/include/isc/lang.h new
external/bsd/ntp/dist/lib/isc/include/isc/lex.h new
external/bsd/ntp/dist/lib/isc/include/isc/lfsr.h new
external/bsd/ntp/dist/lib/isc/include/isc/lib.h new
external/bsd/ntp/dist/lib/isc/include/isc/list.h new
external/bsd/ntp/dist/lib/isc/include/isc/log.h new
external/bsd/ntp/dist/lib/isc/include/isc/magic.h new
external/bsd/ntp/dist/lib/isc/include/isc/md5.h new
external/bsd/ntp/dist/lib/isc/include/isc/mem.h new
external/bsd/ntp/dist/lib/isc/include/isc/msgcat.h new
external/bsd/ntp/dist/lib/isc/include/isc/msgs.h new
external/bsd/ntp/dist/lib/isc/include/isc/mutexblock.h new
external/bsd/ntp/dist/lib/isc/include/isc/namespace.h new
external/bsd/ntp/dist/lib/isc/include/isc/netaddr.h new
external/bsd/ntp/dist/lib/isc/include/isc/netscope.h new
external/bsd/ntp/dist/lib/isc/include/isc/ondestroy.h new
external/bsd/ntp/dist/lib/isc/include/isc/os.h new
external/bsd/ntp/dist/lib/isc/include/isc/parseint.h new
external/bsd/ntp/dist/lib/isc/include/isc/platform.h new
external/bsd/ntp/dist/lib/isc/include/isc/platform.h.in new
external/bsd/ntp/dist/lib/isc/include/isc/portset.h new
external/bsd/ntp/dist/lib/isc/include/isc/print.h new
external/bsd/ntp/dist/lib/isc/include/isc/queue.h new
external/bsd/ntp/dist/lib/isc/include/isc/quota.h new
external/bsd/ntp/dist/lib/isc/include/isc/radix.h new
external/bsd/ntp/dist/lib/isc/include/isc/random.h new
external/bsd/ntp/dist/lib/isc/include/isc/ratelimiter.h new
external/bsd/ntp/dist/lib/isc/include/isc/refcount.h new
external/bsd/ntp/dist/lib/isc/include/isc/region.h new
external/bsd/ntp/dist/lib/isc/include/isc/resource.h new
external/bsd/ntp/dist/lib/isc/include/isc/result.h new
external/bsd/ntp/dist/lib/isc/include/isc/resultclass.h new
external/bsd/ntp/dist/lib/isc/include/isc/rwlock.h new
external/bsd/ntp/dist/lib/isc/include/isc/serial.h new
external/bsd/ntp/dist/lib/isc/include/isc/sha1.h new
external/bsd/ntp/dist/lib/isc/include/isc/sha2.h new
external/bsd/ntp/dist/lib/isc/include/isc/sockaddr.h new
external/bsd/ntp/dist/lib/isc/include/isc/socket.h new
external/bsd/ntp/dist/lib/isc/include/isc/stats.h new
external/bsd/ntp/dist/lib/isc/include/isc/stdio.h new
external/bsd/ntp/dist/lib/isc/include/isc/stdlib.h new
external/bsd/ntp/dist/lib/isc/include/isc/string.h new
external/bsd/ntp/dist/lib/isc/include/isc/symtab.h new
external/bsd/ntp/dist/lib/isc/include/isc/task.h new
external/bsd/ntp/dist/lib/isc/include/isc/taskpool.h new
external/bsd/ntp/dist/lib/isc/include/isc/timer.h new
external/bsd/ntp/dist/lib/isc/include/isc/types.h new
external/bsd/ntp/dist/lib/isc/include/isc/util.h new
external/bsd/ntp/dist/lib/isc/include/isc/version.h new
external/bsd/ntp/dist/lib/isc/include/isc/xml.h new
external/bsd/ntp/dist/lib/isc/mips/include/isc/atomic.h new
external/bsd/ntp/dist/lib/isc/nls/msgcat.c new
external/bsd/ntp/dist/lib/isc/noatomic/include/isc/atomic.h new
external/bsd/ntp/dist/lib/isc/nothreads/condition.c new
external/bsd/ntp/dist/lib/isc/nothreads/mutex.c new
external/bsd/ntp/dist/lib/isc/nothreads/thread.c new
external/bsd/ntp/dist/lib/isc/nothreads/include/isc/condition.h new
external/bsd/ntp/dist/lib/isc/nothreads/include/isc/mutex.h new
external/bsd/ntp/dist/lib/isc/nothreads/include/isc/once.h new
external/bsd/ntp/dist/lib/isc/nothreads/include/isc/thread.h new
external/bsd/ntp/dist/lib/isc/powerpc/include/isc/atomic.h new
external/bsd/ntp/dist/lib/isc/pthreads/condition.c new
external/bsd/ntp/dist/lib/isc/pthreads/mutex.c new
external/bsd/ntp/dist/lib/isc/pthreads/thread.c new
external/bsd/ntp/dist/lib/isc/pthreads/include/isc/condition.h new
external/bsd/ntp/dist/lib/isc/pthreads/include/isc/mutex.h new
external/bsd/ntp/dist/lib/isc/pthreads/include/isc/once.h new
external/bsd/ntp/dist/lib/isc/pthreads/include/isc/thread.h new
external/bsd/ntp/dist/lib/isc/sparc64/include/isc/atomic.h new
external/bsd/ntp/dist/lib/isc/tests/Atffile new
external/bsd/ntp/dist/lib/isc/tests/hash_test.c new
external/bsd/ntp/dist/lib/isc/tests/isctest.c new
external/bsd/ntp/dist/lib/isc/tests/isctest.h new
external/bsd/ntp/dist/lib/isc/tests/queue_test.c new
external/bsd/ntp/dist/lib/isc/tests/socket_test.c new
external/bsd/ntp/dist/lib/isc/tests/symtab_test.c new
external/bsd/ntp/dist/lib/isc/tests/task_test.c new
external/bsd/ntp/dist/lib/isc/tests/taskpool_test.c new
external/bsd/ntp/dist/lib/isc/unix/app.c new
external/bsd/ntp/dist/lib/isc/unix/dir.c new
external/bsd/ntp/dist/lib/isc/unix/entropy.c new
external/bsd/ntp/dist/lib/isc/unix/errno2result.c new
external/bsd/ntp/dist/lib/isc/unix/errno2result.h new
external/bsd/ntp/dist/lib/isc/unix/file.c new
external/bsd/ntp/dist/lib/isc/unix/fsaccess.c new
external/bsd/ntp/dist/lib/isc/unix/ifiter_getifaddrs.c new
external/bsd/ntp/dist/lib/isc/unix/ifiter_ioctl.c new
external/bsd/ntp/dist/lib/isc/unix/ifiter_sysctl.c new
external/bsd/ntp/dist/lib/isc/unix/interfaceiter.c new
external/bsd/ntp/dist/lib/isc/unix/ipv6.c new
external/bsd/ntp/dist/lib/isc/unix/keyboard.c new
external/bsd/ntp/dist/lib/isc/unix/net.c new
external/bsd/ntp/dist/lib/isc/unix/os.c new
external/bsd/ntp/dist/lib/isc/unix/resource.c new
external/bsd/ntp/dist/lib/isc/unix/socket.c new
external/bsd/ntp/dist/lib/isc/unix/socket_p.h new
external/bsd/ntp/dist/lib/isc/unix/stdio.c new
external/bsd/ntp/dist/lib/isc/unix/stdtime.c new
external/bsd/ntp/dist/lib/isc/unix/strerror.c new
external/bsd/ntp/dist/lib/isc/unix/syslog.c new
external/bsd/ntp/dist/lib/isc/unix/time.c new
external/bsd/ntp/dist/lib/isc/unix/include/isc/dir.h new
external/bsd/ntp/dist/lib/isc/unix/include/isc/int.h new
external/bsd/ntp/dist/lib/isc/unix/include/isc/keyboard.h new
external/bsd/ntp/dist/lib/isc/unix/include/isc/net.h new
external/bsd/ntp/dist/lib/isc/unix/include/isc/netdb.h new
external/bsd/ntp/dist/lib/isc/unix/include/isc/offset.h new
external/bsd/ntp/dist/lib/isc/unix/include/isc/stat.h new
external/bsd/ntp/dist/lib/isc/unix/include/isc/stdtime.h new
external/bsd/ntp/dist/lib/isc/unix/include/isc/strerror.h new
external/bsd/ntp/dist/lib/isc/unix/include/isc/syslog.h new
external/bsd/ntp/dist/lib/isc/unix/include/isc/time.h new
external/bsd/ntp/dist/lib/isc/win32/DLLMain.c new
external/bsd/ntp/dist/lib/isc/win32/app.c new
external/bsd/ntp/dist/lib/isc/win32/condition.c new
external/bsd/ntp/dist/lib/isc/win32/dir.c new
external/bsd/ntp/dist/lib/isc/win32/entropy.c new
external/bsd/ntp/dist/lib/isc/win32/errno2result.c new
external/bsd/ntp/dist/lib/isc/win32/errno2result.h new
external/bsd/ntp/dist/lib/isc/win32/file.c new
external/bsd/ntp/dist/lib/isc/win32/fsaccess.c new
external/bsd/ntp/dist/lib/isc/win32/interfaceiter.c new
external/bsd/ntp/dist/lib/isc/win32/ipv6.c new
external/bsd/ntp/dist/lib/isc/win32/keyboard.c new
external/bsd/ntp/dist/lib/isc/win32/libgen.h new
external/bsd/ntp/dist/lib/isc/win32/libisc.def new
external/bsd/ntp/dist/lib/isc/win32/libisc.dsp new
external/bsd/ntp/dist/lib/isc/win32/libisc.dsw new
external/bsd/ntp/dist/lib/isc/win32/libisc.mak new
external/bsd/ntp/dist/lib/isc/win32/net.c new
external/bsd/ntp/dist/lib/isc/win32/netdb.h new
external/bsd/ntp/dist/lib/isc/win32/ntgroups.c new
external/bsd/ntp/dist/lib/isc/win32/ntpaths.c new
external/bsd/ntp/dist/lib/isc/win32/once.c new
external/bsd/ntp/dist/lib/isc/win32/os.c new
external/bsd/ntp/dist/lib/isc/win32/resource.c new
external/bsd/ntp/dist/lib/isc/win32/socket.c new
external/bsd/ntp/dist/lib/isc/win32/stdio.c new
external/bsd/ntp/dist/lib/isc/win32/stdtime.c new
external/bsd/ntp/dist/lib/isc/win32/strerror.c new
external/bsd/ntp/dist/lib/isc/win32/syslog.c new
external/bsd/ntp/dist/lib/isc/win32/syslog.h new
external/bsd/ntp/dist/lib/isc/win32/thread.c new
external/bsd/ntp/dist/lib/isc/win32/time.c new
external/bsd/ntp/dist/lib/isc/win32/unistd.h new
external/bsd/ntp/dist/lib/isc/win32/version.c new
external/bsd/ntp/dist/lib/isc/win32/win32os.c new
external/bsd/ntp/dist/lib/isc/win32/include/isc/bind_registry.h new
external/bsd/ntp/dist/lib/isc/win32/include/isc/bindevt.h new
external/bsd/ntp/dist/lib/isc/win32/include/isc/condition.h new
external/bsd/ntp/dist/lib/isc/win32/include/isc/dir.h new
external/bsd/ntp/dist/lib/isc/win32/include/isc/int.h new
external/bsd/ntp/dist/lib/isc/win32/include/isc/ipv6.h new
external/bsd/ntp/dist/lib/isc/win32/include/isc/keyboard.h new
external/bsd/ntp/dist/lib/isc/win32/include/isc/mutex.h new
external/bsd/ntp/dist/lib/isc/win32/include/isc/net.h new
external/bsd/ntp/dist/lib/isc/win32/include/isc/netdb.h new
external/bsd/ntp/dist/lib/isc/win32/include/isc/ntgroups.h new
external/bsd/ntp/dist/lib/isc/win32/include/isc/ntpaths.h new
external/bsd/ntp/dist/lib/isc/win32/include/isc/offset.h new
external/bsd/ntp/dist/lib/isc/win32/include/isc/once.h new
external/bsd/ntp/dist/lib/isc/win32/include/isc/platform.h new
external/bsd/ntp/dist/lib/isc/win32/include/isc/stat.h new
external/bsd/ntp/dist/lib/isc/win32/include/isc/stdtime.h new
external/bsd/ntp/dist/lib/isc/win32/include/isc/strerror.h new
external/bsd/ntp/dist/lib/isc/win32/include/isc/syslog.h new
external/bsd/ntp/dist/lib/isc/win32/include/isc/thread.h new
external/bsd/ntp/dist/lib/isc/win32/include/isc/time.h new
external/bsd/ntp/dist/lib/isc/win32/include/isc/win32os.h new
external/bsd/ntp/dist/lib/isc/x86_32/include/isc/atomic.h new
external/bsd/ntp/dist/lib/isc/x86_64/include/isc/atomic.h new
external/bsd/ntp/dist/libjsmn/LICENSE new
external/bsd/ntp/dist/libjsmn/Makefile new
external/bsd/ntp/dist/libjsmn/README.md new
external/bsd/ntp/dist/libjsmn/jsmn.c new
external/bsd/ntp/dist/libjsmn/jsmn.h new
external/bsd/ntp/dist/libjsmn/jsmn_test.c new
external/bsd/ntp/dist/libntp/Makefile.am new
external/bsd/ntp/dist/libntp/Makefile.in new
external/bsd/ntp/dist/libntp/README new
external/bsd/ntp/dist/libntp/a_md5encrypt.c new
external/bsd/ntp/dist/libntp/adjtime.c new
external/bsd/ntp/dist/libntp/adjtimex.c new
external/bsd/ntp/dist/libntp/atoint.c new
external/bsd/ntp/dist/libntp/atolfp.c new
external/bsd/ntp/dist/libntp/atouint.c new
external/bsd/ntp/dist/libntp/audio.c new
external/bsd/ntp/dist/libntp/authkeys.c new
external/bsd/ntp/dist/libntp/authreadkeys.c new
external/bsd/ntp/dist/libntp/authusekey.c new
external/bsd/ntp/dist/libntp/bsd_strerror.c new
external/bsd/ntp/dist/libntp/buftvtots.c new
external/bsd/ntp/dist/libntp/caljulian.c new
external/bsd/ntp/dist/libntp/caltontp.c new
external/bsd/ntp/dist/libntp/calyearstart.c new
external/bsd/ntp/dist/libntp/clocktime.c new
external/bsd/ntp/dist/libntp/clocktypes.c new
external/bsd/ntp/dist/libntp/decodenetnum.c new
external/bsd/ntp/dist/libntp/dofptoa.c new
external/bsd/ntp/dist/libntp/dolfptoa.c new
external/bsd/ntp/dist/libntp/emalloc.c new
external/bsd/ntp/dist/libntp/findconfig.c new
external/bsd/ntp/dist/libntp/getopt.c new
external/bsd/ntp/dist/libntp/hextoint.c new
external/bsd/ntp/dist/libntp/hextolfp.c new
external/bsd/ntp/dist/libntp/humandate.c new
external/bsd/ntp/dist/libntp/icom.c new
external/bsd/ntp/dist/libntp/iosignal.c new
external/bsd/ntp/dist/libntp/lib_strbuf.c new
external/bsd/ntp/dist/libntp/machines.c new
external/bsd/ntp/dist/libntp/mktime.c new
external/bsd/ntp/dist/libntp/modetoa.c new
external/bsd/ntp/dist/libntp/mstolfp.c new
external/bsd/ntp/dist/libntp/msyslog.c new
external/bsd/ntp/dist/libntp/netof.c new
external/bsd/ntp/dist/libntp/ntp_calendar.c new
external/bsd/ntp/dist/libntp/ntp_crypto_rnd.c new
external/bsd/ntp/dist/libntp/ntp_intres.c new
external/bsd/ntp/dist/libntp/ntp_libopts.c new
external/bsd/ntp/dist/libntp/ntp_lineedit.c new
external/bsd/ntp/dist/libntp/ntp_random.c new
external/bsd/ntp/dist/libntp/ntp_rfc2553.c new
external/bsd/ntp/dist/libntp/ntp_worker.c new
external/bsd/ntp/dist/libntp/numtoa.c new
external/bsd/ntp/dist/libntp/numtohost.c new
external/bsd/ntp/dist/libntp/octtoint.c new
external/bsd/ntp/dist/libntp/prettydate.c new
external/bsd/ntp/dist/libntp/recvbuff.c new
external/bsd/ntp/dist/libntp/refnumtoa.c new
external/bsd/ntp/dist/libntp/snprintf.c new
external/bsd/ntp/dist/libntp/socket.c new
external/bsd/ntp/dist/libntp/socktoa.c new
external/bsd/ntp/dist/libntp/socktohost.c new
external/bsd/ntp/dist/libntp/ssl_init.c new
external/bsd/ntp/dist/libntp/statestr.c new
external/bsd/ntp/dist/libntp/strdup.c new
external/bsd/ntp/dist/libntp/strl_obsd.c new
external/bsd/ntp/dist/libntp/syssignal.c new
external/bsd/ntp/dist/libntp/systime.c new
external/bsd/ntp/dist/libntp/systime_s.c new
external/bsd/ntp/dist/libntp/timetoa.c new
external/bsd/ntp/dist/libntp/timevalops.c new
external/bsd/ntp/dist/libntp/uglydate.c new
external/bsd/ntp/dist/libntp/vint64ops.c new
external/bsd/ntp/dist/libntp/work_fork.c new
external/bsd/ntp/dist/libntp/work_thread.c new
external/bsd/ntp/dist/libntp/ymd2yd.c new
external/bsd/ntp/dist/libparse/Makefile.am new
external/bsd/ntp/dist/libparse/Makefile.in new
external/bsd/ntp/dist/libparse/README new
external/bsd/ntp/dist/libparse/binio.c new
external/bsd/ntp/dist/libparse/clk_computime.c new
external/bsd/ntp/dist/libparse/clk_dcf7000.c new
external/bsd/ntp/dist/libparse/clk_hopf6021.c new
external/bsd/ntp/dist/libparse/clk_meinberg.c new
external/bsd/ntp/dist/libparse/clk_rawdcf.c new
external/bsd/ntp/dist/libparse/clk_rcc8000.c new
external/bsd/ntp/dist/libparse/clk_schmid.c new
external/bsd/ntp/dist/libparse/clk_sel240x.c new
external/bsd/ntp/dist/libparse/clk_trimtaip.c new
external/bsd/ntp/dist/libparse/clk_trimtsip.c new
external/bsd/ntp/dist/libparse/clk_varitext.c new
external/bsd/ntp/dist/libparse/clk_wharton.c new
external/bsd/ntp/dist/libparse/data_mbg.c new
external/bsd/ntp/dist/libparse/gpstolfp.c new
external/bsd/ntp/dist/libparse/ieee754io.c new
external/bsd/ntp/dist/libparse/info_trimble.c new
external/bsd/ntp/dist/libparse/mfp_mul.c new
external/bsd/ntp/dist/libparse/mkinfo_rcmd.sed new
external/bsd/ntp/dist/libparse/mkinfo_scmd.sed new
external/bsd/ntp/dist/libparse/parse.c new
external/bsd/ntp/dist/libparse/parse_conf.c new
external/bsd/ntp/dist/libparse/parsesolaris.c new
external/bsd/ntp/dist/libparse/parsestreams.c new
external/bsd/ntp/dist/libparse/trim_info.c new
external/bsd/ntp/dist/ntpd/Makefile.am new
external/bsd/ntp/dist/ntpd/Makefile.in new
external/bsd/ntp/dist/ntpd/check_y2k.c new
external/bsd/ntp/dist/ntpd/cmd_args.c new
external/bsd/ntp/dist/ntpd/complete.conf.in new
external/bsd/ntp/dist/ntpd/declcond.h new
external/bsd/ntp/dist/ntpd/invoke-ntp.conf.menu new
external/bsd/ntp/dist/ntpd/invoke-ntp.conf.texi new
external/bsd/ntp/dist/ntpd/invoke-ntp.keys.menu new
external/bsd/ntp/dist/ntpd/invoke-ntp.keys.texi new
external/bsd/ntp/dist/ntpd/invoke-ntpd.menu new
external/bsd/ntp/dist/ntpd/invoke-ntpd.texi new
external/bsd/ntp/dist/ntpd/jupiter.h new
external/bsd/ntp/dist/ntpd/keyword-gen-utd new
external/bsd/ntp/dist/ntpd/keyword-gen.c new
external/bsd/ntp/dist/ntpd/ntp.conf.5man new
external/bsd/ntp/dist/ntpd/ntp.conf.5mdoc new
external/bsd/ntp/dist/ntpd/ntp.conf.def new
external/bsd/ntp/dist/ntpd/ntp.conf.html new
external/bsd/ntp/dist/ntpd/ntp.conf.man.in new
external/bsd/ntp/dist/ntpd/ntp.conf.mdoc.in new
external/bsd/ntp/dist/ntpd/ntp.conf.texi new
external/bsd/ntp/dist/ntpd/ntp.keys.5man new
external/bsd/ntp/dist/ntpd/ntp.keys.5mdoc new
external/bsd/ntp/dist/ntpd/ntp.keys.def new
external/bsd/ntp/dist/ntpd/ntp.keys.html new
external/bsd/ntp/dist/ntpd/ntp.keys.man.in new
external/bsd/ntp/dist/ntpd/ntp.keys.mdoc.in new
external/bsd/ntp/dist/ntpd/ntp.keys.texi new
external/bsd/ntp/dist/ntpd/ntp_config.c new
external/bsd/ntp/dist/ntpd/ntp_control.c new
external/bsd/ntp/dist/ntpd/ntp_crypto.c new
external/bsd/ntp/dist/ntpd/ntp_filegen.c new
external/bsd/ntp/dist/ntpd/ntp_io.c new
external/bsd/ntp/dist/ntpd/ntp_keyword.h new
external/bsd/ntp/dist/ntpd/ntp_leapsec.c new
external/bsd/ntp/dist/ntpd/ntp_leapsec.h new
external/bsd/ntp/dist/ntpd/ntp_loopfilter.c new
external/bsd/ntp/dist/ntpd/ntp_monitor.c new
external/bsd/ntp/dist/ntpd/ntp_parser.c new
external/bsd/ntp/dist/ntpd/ntp_parser.h new
external/bsd/ntp/dist/ntpd/ntp_parser.y new
external/bsd/ntp/dist/ntpd/ntp_peer.c new
external/bsd/ntp/dist/ntpd/ntp_prio_q.c new
external/bsd/ntp/dist/ntpd/ntp_proto.c new
external/bsd/ntp/dist/ntpd/ntp_refclock.c new
external/bsd/ntp/dist/ntpd/ntp_request.c new
external/bsd/ntp/dist/ntpd/ntp_restrict.c new
external/bsd/ntp/dist/ntpd/ntp_scanner.c new
external/bsd/ntp/dist/ntpd/ntp_scanner.h new
external/bsd/ntp/dist/ntpd/ntp_signd.c new
external/bsd/ntp/dist/ntpd/ntp_timer.c new
external/bsd/ntp/dist/ntpd/ntp_util.c new
external/bsd/ntp/dist/ntpd/ntpd-opts.c new
external/bsd/ntp/dist/ntpd/ntpd-opts.def new
external/bsd/ntp/dist/ntpd/ntpd-opts.h new
external/bsd/ntp/dist/ntpd/ntpd.1ntpdman new
external/bsd/ntp/dist/ntpd/ntpd.1ntpdmdoc new
external/bsd/ntp/dist/ntpd/ntpd.c new
external/bsd/ntp/dist/ntpd/ntpd.html new
external/bsd/ntp/dist/ntpd/ntpd.man.in new
external/bsd/ntp/dist/ntpd/ntpd.mdoc.in new
external/bsd/ntp/dist/ntpd/ntpd.texi new
external/bsd/ntp/dist/ntpd/ntpdbase-opts.def new
external/bsd/ntp/dist/ntpd/ntpsim.c new
external/bsd/ntp/dist/ntpd/ppsapi_timepps.h new
external/bsd/ntp/dist/ntpd/refclock_acts.c new
external/bsd/ntp/dist/ntpd/refclock_arbiter.c new
external/bsd/ntp/dist/ntpd/refclock_arc.c new
external/bsd/ntp/dist/ntpd/refclock_as2201.c new
external/bsd/ntp/dist/ntpd/refclock_atom.c new
external/bsd/ntp/dist/ntpd/refclock_bancomm.c new
external/bsd/ntp/dist/ntpd/refclock_chronolog.c new
external/bsd/ntp/dist/ntpd/refclock_chu.c new
external/bsd/ntp/dist/ntpd/refclock_conf.c new
external/bsd/ntp/dist/ntpd/refclock_datum.c new
external/bsd/ntp/dist/ntpd/refclock_dumbclock.c new
external/bsd/ntp/dist/ntpd/refclock_fg.c new
external/bsd/ntp/dist/ntpd/refclock_gpsdjson.c new
external/bsd/ntp/dist/ntpd/refclock_gpsvme.c new
external/bsd/ntp/dist/ntpd/refclock_heath.c new
external/bsd/ntp/dist/ntpd/refclock_hopfpci.c new
external/bsd/ntp/dist/ntpd/refclock_hopfser.c new
external/bsd/ntp/dist/ntpd/refclock_hpgps.c new
external/bsd/ntp/dist/ntpd/refclock_irig.c new
external/bsd/ntp/dist/ntpd/refclock_jjy.c new
external/bsd/ntp/dist/ntpd/refclock_jupiter.c new
external/bsd/ntp/dist/ntpd/refclock_leitch.c new
external/bsd/ntp/dist/ntpd/refclock_local.c new
external/bsd/ntp/dist/ntpd/refclock_msfees.c new
external/bsd/ntp/dist/ntpd/refclock_mx4200.c new
external/bsd/ntp/dist/ntpd/refclock_neoclock4x.c new
external/bsd/ntp/dist/ntpd/refclock_nmea.c new
external/bsd/ntp/dist/ntpd/refclock_oncore.c new
external/bsd/ntp/dist/ntpd/refclock_palisade.c new
external/bsd/ntp/dist/ntpd/refclock_palisade.h new
external/bsd/ntp/dist/ntpd/refclock_parse.c new
external/bsd/ntp/dist/ntpd/refclock_pcf.c new
external/bsd/ntp/dist/ntpd/refclock_pst.c new
external/bsd/ntp/dist/ntpd/refclock_ripencc.c new
external/bsd/ntp/dist/ntpd/refclock_shm.c new
external/bsd/ntp/dist/ntpd/refclock_tpro.c new
external/bsd/ntp/dist/ntpd/refclock_true.c new
external/bsd/ntp/dist/ntpd/refclock_tsyncpci.c new
external/bsd/ntp/dist/ntpd/refclock_tt560.c new
external/bsd/ntp/dist/ntpd/refclock_ulink.c new
external/bsd/ntp/dist/ntpd/refclock_wwv.c new
external/bsd/ntp/dist/ntpd/refclock_wwvb.c new
external/bsd/ntp/dist/ntpd/refclock_zyfer.c new
external/bsd/ntp/dist/ntpdate/Makefile.am new
external/bsd/ntp/dist/ntpdate/Makefile.in new
external/bsd/ntp/dist/ntpdate/README new
external/bsd/ntp/dist/ntpdate/ntpdate.c new
external/bsd/ntp/dist/ntpdate/ntpdate.h new
external/bsd/ntp/dist/ntpdc/Makefile.am new
external/bsd/ntp/dist/ntpdc/Makefile.in new
external/bsd/ntp/dist/ntpdc/README new
external/bsd/ntp/dist/ntpdc/invoke-ntpdc.menu new
external/bsd/ntp/dist/ntpdc/invoke-ntpdc.texi new
external/bsd/ntp/dist/ntpdc/layout.std new
external/bsd/ntp/dist/ntpdc/nl.pl new
external/bsd/ntp/dist/ntpdc/nl.pl.in new
external/bsd/ntp/dist/ntpdc/nl_in.c new
external/bsd/ntp/dist/ntpdc/ntpdc-layout.c new
external/bsd/ntp/dist/ntpdc/ntpdc-opts.c new
external/bsd/ntp/dist/ntpdc/ntpdc-opts.def new
external/bsd/ntp/dist/ntpdc/ntpdc-opts.h new
external/bsd/ntp/dist/ntpdc/ntpdc.1ntpdcman new
external/bsd/ntp/dist/ntpdc/ntpdc.1ntpdcmdoc new
external/bsd/ntp/dist/ntpdc/ntpdc.c new
external/bsd/ntp/dist/ntpdc/ntpdc.h new
external/bsd/ntp/dist/ntpdc/ntpdc.html new
external/bsd/ntp/dist/ntpdc/ntpdc.man.in new
external/bsd/ntp/dist/ntpdc/ntpdc.mdoc.in new
external/bsd/ntp/dist/ntpdc/ntpdc.texi new
external/bsd/ntp/dist/ntpdc/ntpdc_ops.c new
external/bsd/ntp/dist/ntpq/Makefile.am new
external/bsd/ntp/dist/ntpq/Makefile.in new
external/bsd/ntp/dist/ntpq/README new
external/bsd/ntp/dist/ntpq/invoke-ntpq.menu new
external/bsd/ntp/dist/ntpq/invoke-ntpq.texi new
external/bsd/ntp/dist/ntpq/libntpq.c new
external/bsd/ntp/dist/ntpq/libntpq.h new
external/bsd/ntp/dist/ntpq/libntpq_subs.c new
external/bsd/ntp/dist/ntpq/ntpq-opts.c new
external/bsd/ntp/dist/ntpq/ntpq-opts.def new
external/bsd/ntp/dist/ntpq/ntpq-opts.h new
external/bsd/ntp/dist/ntpq/ntpq-subs.c new
external/bsd/ntp/dist/ntpq/ntpq.1ntpqman new
external/bsd/ntp/dist/ntpq/ntpq.1ntpqmdoc new
external/bsd/ntp/dist/ntpq/ntpq.c new
external/bsd/ntp/dist/ntpq/ntpq.h new
external/bsd/ntp/dist/ntpq/ntpq.html new
external/bsd/ntp/dist/ntpq/ntpq.man.in new
external/bsd/ntp/dist/ntpq/ntpq.mdoc.in new
external/bsd/ntp/dist/ntpq/ntpq.texi new
external/bsd/ntp/dist/ntpsnmpd/Makefile.am new
external/bsd/ntp/dist/ntpsnmpd/Makefile.in new
external/bsd/ntp/dist/ntpsnmpd/README new
external/bsd/ntp/dist/ntpsnmpd/invoke-ntpsnmpd.menu new
external/bsd/ntp/dist/ntpsnmpd/invoke-ntpsnmpd.texi new
external/bsd/ntp/dist/ntpsnmpd/netsnmp_daemonize.c new
external/bsd/ntp/dist/ntpsnmpd/ntpSnmpSubagentObject.c new
external/bsd/ntp/dist/ntpsnmpd/ntpSnmpSubagentObject.h new
external/bsd/ntp/dist/ntpsnmpd/ntp_snmp.h new
external/bsd/ntp/dist/ntpsnmpd/ntpsnmpd-opts.c new
external/bsd/ntp/dist/ntpsnmpd/ntpsnmpd-opts.def new
external/bsd/ntp/dist/ntpsnmpd/ntpsnmpd-opts.h new
external/bsd/ntp/dist/ntpsnmpd/ntpsnmpd.1ntpsnmpdman new
external/bsd/ntp/dist/ntpsnmpd/ntpsnmpd.1ntpsnmpdmdoc new
external/bsd/ntp/dist/ntpsnmpd/ntpsnmpd.c new
external/bsd/ntp/dist/ntpsnmpd/ntpsnmpd.html new
external/bsd/ntp/dist/ntpsnmpd/ntpsnmpd.man.in new
external/bsd/ntp/dist/ntpsnmpd/ntpsnmpd.mdoc.in new
external/bsd/ntp/dist/ntpsnmpd/ntpsnmpd.texi new
external/bsd/ntp/dist/ntpsnmpd/ntpv4-mib.mib new
external/bsd/ntp/dist/parseutil/Makefile.am new
external/bsd/ntp/dist/parseutil/Makefile.in new
external/bsd/ntp/dist/parseutil/README new
external/bsd/ntp/dist/parseutil/dcfd.c new
external/bsd/ntp/dist/parseutil/testdcf.c new
external/bsd/ntp/dist/scripts/Makefile.am new
external/bsd/ntp/dist/scripts/Makefile.in new
external/bsd/ntp/dist/scripts/README new
external/bsd/ntp/dist/scripts/invoke-plot_summary.menu new
external/bsd/ntp/dist/scripts/invoke-plot_summary.texi new
external/bsd/ntp/dist/scripts/invoke-summary.menu new
external/bsd/ntp/dist/scripts/invoke-summary.texi new
external/bsd/ntp/dist/scripts/ntpver.in new
external/bsd/ntp/dist/scripts/plot_summary-opts new
external/bsd/ntp/dist/scripts/plot_summary-opts.def new
external/bsd/ntp/dist/scripts/plot_summary.1plot_summaryman new
external/bsd/ntp/dist/scripts/plot_summary.1plot_summarymdoc new
external/bsd/ntp/dist/scripts/plot_summary.html new
external/bsd/ntp/dist/scripts/plot_summary.in new
external/bsd/ntp/dist/scripts/plot_summary.man.in new
external/bsd/ntp/dist/scripts/plot_summary.mdoc.in new
external/bsd/ntp/dist/scripts/plot_summary.texi new
external/bsd/ntp/dist/scripts/summary-opts new
external/bsd/ntp/dist/scripts/summary-opts.def new
external/bsd/ntp/dist/scripts/summary.1summaryman new
external/bsd/ntp/dist/scripts/summary.1summarymdoc new
external/bsd/ntp/dist/scripts/summary.html new
external/bsd/ntp/dist/scripts/summary.in new
external/bsd/ntp/dist/scripts/summary.man.in new
external/bsd/ntp/dist/scripts/summary.mdoc.in new
external/bsd/ntp/dist/scripts/summary.texi new
external/bsd/ntp/dist/scripts/build/Makefile.am new
external/bsd/ntp/dist/scripts/build/Makefile.in new
external/bsd/ntp/dist/scripts/build/UpdatePoint new
external/bsd/ntp/dist/scripts/build/VersionName new
external/bsd/ntp/dist/scripts/build/check--help new
external/bsd/ntp/dist/scripts/build/checkChangeLog new
external/bsd/ntp/dist/scripts/build/checkHtmlFileDates new
external/bsd/ntp/dist/scripts/build/fixautomakedepsmagic new
external/bsd/ntp/dist/scripts/build/genCommitLog new
external/bsd/ntp/dist/scripts/build/genver new
external/bsd/ntp/dist/scripts/build/mkver.in new
external/bsd/ntp/dist/scripts/build/updateBEDate new
external/bsd/ntp/dist/scripts/calc_tickadj/Makefile.am new
external/bsd/ntp/dist/scripts/calc_tickadj/Makefile.in new
external/bsd/ntp/dist/scripts/calc_tickadj/calc_tickadj-opts new
external/bsd/ntp/dist/scripts/calc_tickadj/calc_tickadj-opts.def new
external/bsd/ntp/dist/scripts/calc_tickadj/calc_tickadj.1calc_tickadjmannew
external/bsd/ntp/dist/scripts/calc_tickadj/calc_tickadj.1calc_tickadjmdoc new
external/bsd/ntp/dist/scripts/calc_tickadj/calc_tickadj.html new
external/bsd/ntp/dist/scripts/calc_tickadj/calc_tickadj.in new
external/bsd/ntp/dist/scripts/calc_tickadj/calc_tickadj.man.in new
external/bsd/ntp/dist/scripts/calc_tickadj/calc_tickadj.mdoc.in new
external/bsd/ntp/dist/scripts/calc_tickadj/calc_tickadj.texi new
external/bsd/ntp/dist/scripts/calc_tickadj/invoke-calc_tickadj.menu new
external/bsd/ntp/dist/scripts/calc_tickadj/invoke-calc_tickadj.texi new
external/bsd/ntp/dist/scripts/deprecated/freq_adj.in new
external/bsd/ntp/dist/scripts/deprecated/hpadjtime.sh new
external/bsd/ntp/dist/scripts/deprecated/html2man.in new
external/bsd/ntp/dist/scripts/deprecated/ntp-close new
external/bsd/ntp/dist/scripts/deprecated/ntp-groper new
external/bsd/ntp/dist/scripts/deprecated/ntp-restart new
external/bsd/ntp/dist/scripts/deprecated/ntp-status new
external/bsd/ntp/dist/scripts/lib/Makefile.am new
external/bsd/ntp/dist/scripts/lib/Makefile.in new
external/bsd/ntp/dist/scripts/lib/NTP/Util.pm new
external/bsd/ntp/dist/scripts/monitoring/README new
external/bsd/ntp/dist/scripts/monitoring/loopwatch.config.SAMPLE new
external/bsd/ntp/dist/scripts/monitoring/lr.pl new
external/bsd/ntp/dist/scripts/monitoring/ntp.pl new
external/bsd/ntp/dist/scripts/monitoring/ntploopstat new
external/bsd/ntp/dist/scripts/monitoring/ntploopwatch new
external/bsd/ntp/dist/scripts/monitoring/ntptrap new
external/bsd/ntp/dist/scripts/monitoring/timelocal.pl new
external/bsd/ntp/dist/scripts/ntp-wait/Makefile.am new
external/bsd/ntp/dist/scripts/ntp-wait/Makefile.in new
external/bsd/ntp/dist/scripts/ntp-wait/invoke-ntp-wait.menu new
external/bsd/ntp/dist/scripts/ntp-wait/invoke-ntp-wait.texi new
external/bsd/ntp/dist/scripts/ntp-wait/ntp-wait-opts new
external/bsd/ntp/dist/scripts/ntp-wait/ntp-wait-opts.def new
external/bsd/ntp/dist/scripts/ntp-wait/ntp-wait.1ntp-waitman new
external/bsd/ntp/dist/scripts/ntp-wait/ntp-wait.1ntp-waitmdoc new
external/bsd/ntp/dist/scripts/ntp-wait/ntp-wait.html new
external/bsd/ntp/dist/scripts/ntp-wait/ntp-wait.in new
external/bsd/ntp/dist/scripts/ntp-wait/ntp-wait.man.in new
external/bsd/ntp/dist/scripts/ntp-wait/ntp-wait.mdoc.in new
external/bsd/ntp/dist/scripts/ntp-wait/ntp-wait.texi new
external/bsd/ntp/dist/scripts/ntpsweep/Makefile.am new
external/bsd/ntp/dist/scripts/ntpsweep/Makefile.in new
external/bsd/ntp/dist/scripts/ntpsweep/invoke-ntpsweep.menu new
external/bsd/ntp/dist/scripts/ntpsweep/invoke-ntpsweep.texi new
external/bsd/ntp/dist/scripts/ntpsweep/ntpsweep-opts new
external/bsd/ntp/dist/scripts/ntpsweep/ntpsweep-opts.def new
external/bsd/ntp/dist/scripts/ntpsweep/ntpsweep.1ntpsweepman new
external/bsd/ntp/dist/scripts/ntpsweep/ntpsweep.1ntpsweepmdoc new
external/bsd/ntp/dist/scripts/ntpsweep/ntpsweep.html new
external/bsd/ntp/dist/scripts/ntpsweep/ntpsweep.in new
external/bsd/ntp/dist/scripts/ntpsweep/ntpsweep.man.in new
external/bsd/ntp/dist/scripts/ntpsweep/ntpsweep.mdoc.in new
external/bsd/ntp/dist/scripts/ntpsweep/ntpsweep.texi new
external/bsd/ntp/dist/scripts/ntptrace/Makefile.am new
external/bsd/ntp/dist/scripts/ntptrace/Makefile.in new
external/bsd/ntp/dist/scripts/ntptrace/invoke-ntptrace.menu new
external/bsd/ntp/dist/scripts/ntptrace/invoke-ntptrace.texi new
external/bsd/ntp/dist/scripts/ntptrace/ntptrace-opts new
external/bsd/ntp/dist/scripts/ntptrace/ntptrace-opts.def new
external/bsd/ntp/dist/scripts/ntptrace/ntptrace.1ntptraceman new
external/bsd/ntp/dist/scripts/ntptrace/ntptrace.1ntptracemdoc new
external/bsd/ntp/dist/scripts/ntptrace/ntptrace.html new
external/bsd/ntp/dist/scripts/ntptrace/ntptrace.in new
external/bsd/ntp/dist/scripts/ntptrace/ntptrace.man.in new
external/bsd/ntp/dist/scripts/ntptrace/ntptrace.mdoc.in new
external/bsd/ntp/dist/scripts/ntptrace/ntptrace.texi new
external/bsd/ntp/dist/scripts/rc/README new
external/bsd/ntp/dist/scripts/rc/ntpd new
external/bsd/ntp/dist/scripts/rc/ntpwait new
external/bsd/ntp/dist/scripts/rc/rc.d/TIMESYNC new
external/bsd/ntp/dist/scripts/rc/rc.d/ntpd new
external/bsd/ntp/dist/scripts/rc/rc.d/ntpwait new
external/bsd/ntp/dist/scripts/stats/README new
external/bsd/ntp/dist/scripts/stats/README.stats new
external/bsd/ntp/dist/scripts/stats/README.timecodes new
external/bsd/ntp/dist/scripts/stats/clock.awk new
external/bsd/ntp/dist/scripts/stats/dupe.awk new
external/bsd/ntp/dist/scripts/stats/ensemble.S new
external/bsd/ntp/dist/scripts/stats/ensemble.awk new
external/bsd/ntp/dist/scripts/stats/etf.S new
external/bsd/ntp/dist/scripts/stats/etf.awk new
external/bsd/ntp/dist/scripts/stats/itf.S new
external/bsd/ntp/dist/scripts/stats/itf.awk new
external/bsd/ntp/dist/scripts/stats/loop.S new
external/bsd/ntp/dist/scripts/stats/loop.awk new
external/bsd/ntp/dist/scripts/stats/loop_summary new
external/bsd/ntp/dist/scripts/stats/peer.awk new
external/bsd/ntp/dist/scripts/stats/psummary.awk new
external/bsd/ntp/dist/scripts/stats/summary.sh new
external/bsd/ntp/dist/scripts/stats/tdata.S new
external/bsd/ntp/dist/scripts/stats/tdata.awk new
external/bsd/ntp/dist/sntp/COPYRIGHT new
external/bsd/ntp/dist/sntp/Makefile.am new
external/bsd/ntp/dist/sntp/Makefile.in new
external/bsd/ntp/dist/sntp/aclocal.m4 new
external/bsd/ntp/dist/sntp/bincheck.mf new
external/bsd/ntp/dist/sntp/check-libntp.mf new
external/bsd/ntp/dist/sntp/check-libopts.mf new
external/bsd/ntp/dist/sntp/config.h.in new
external/bsd/ntp/dist/sntp/configure new
external/bsd/ntp/dist/sntp/configure.ac new
external/bsd/ntp/dist/sntp/crypto.c new
external/bsd/ntp/dist/sntp/crypto.h new
external/bsd/ntp/dist/sntp/data_formats.h new
external/bsd/ntp/dist/sntp/deps-ver new
external/bsd/ntp/dist/sntp/depsver.mf new
external/bsd/ntp/dist/sntp/evlog.c new
external/bsd/ntp/dist/sntp/includes.mf new
external/bsd/ntp/dist/sntp/install-sh new
external/bsd/ntp/dist/sntp/invoke-sntp.menu new
external/bsd/ntp/dist/sntp/invoke-sntp.texi new
external/bsd/ntp/dist/sntp/kod_management.c new
external/bsd/ntp/dist/sntp/kod_management.h new
external/bsd/ntp/dist/sntp/log.c new
external/bsd/ntp/dist/sntp/log.h new
external/bsd/ntp/dist/sntp/main.c new
external/bsd/ntp/dist/sntp/main.h new
external/bsd/ntp/dist/sntp/networking.c new
external/bsd/ntp/dist/sntp/networking.h new
external/bsd/ntp/dist/sntp/scm-rev new
external/bsd/ntp/dist/sntp/sntp-opts.c new
external/bsd/ntp/dist/sntp/sntp-opts.def new
external/bsd/ntp/dist/sntp/sntp-opts.h new
external/bsd/ntp/dist/sntp/sntp.1sntpman new
external/bsd/ntp/dist/sntp/sntp.1sntpmdoc new
external/bsd/ntp/dist/sntp/sntp.c new
external/bsd/ntp/dist/sntp/sntp.html new
external/bsd/ntp/dist/sntp/sntp.man.in new
external/bsd/ntp/dist/sntp/sntp.mdoc.in new
external/bsd/ntp/dist/sntp/sntp.texi new
external/bsd/ntp/dist/sntp/tests_main.cpp new
external/bsd/ntp/dist/sntp/tests_main.h new
external/bsd/ntp/dist/sntp/utilities.c new
external/bsd/ntp/dist/sntp/utilities.h new
external/bsd/ntp/dist/sntp/ag-tpl/0-old/Mdoc.pm new
external/bsd/ntp/dist/sntp/ag-tpl/0-old/agman-cmd.tpl new
external/bsd/ntp/dist/sntp/ag-tpl/0-old/agmdoc-cmd.tpl new
external/bsd/ntp/dist/sntp/ag-tpl/0-old/cmd-doc.tlib new
external/bsd/ntp/dist/sntp/ag-tpl/0-old/mdoc-synopsis.tlib new
external/bsd/ntp/dist/sntp/ag-tpl/0-old/mdoc2man new
external/bsd/ntp/dist/sntp/ag-tpl/0-old/mdoc2texi new
external/bsd/ntp/dist/sntp/ag-tpl/0-old/perlopt.tpl new
external/bsd/ntp/dist/sntp/event2/event-config.h new
external/bsd/ntp/dist/sntp/include/Makefile.am new
external/bsd/ntp/dist/sntp/include/Makefile.in new
external/bsd/ntp/dist/sntp/include/autogen-version.def new
external/bsd/ntp/dist/sntp/include/copyright.def new
external/bsd/ntp/dist/sntp/include/debug-opt.def new
external/bsd/ntp/dist/sntp/include/homerc.def new
external/bsd/ntp/dist/sntp/include/ntp.lic new
external/bsd/ntp/dist/sntp/include/version.def new
external/bsd/ntp/dist/sntp/include/version.texi new
external/bsd/ntp/dist/sntp/libevent/ChangeLog new
external/bsd/ntp/dist/sntp/libevent/ChangeLog-1.4 new
external/bsd/ntp/dist/sntp/libevent/ChangeLog-2.0 new
external/bsd/ntp/dist/sntp/libevent/Doxyfile new
external/bsd/ntp/dist/sntp/libevent/LICENSE new
external/bsd/ntp/dist/sntp/libevent/Makefile.am new
external/bsd/ntp/dist/sntp/libevent/Makefile.in new
external/bsd/ntp/dist/sntp/libevent/Makefile.nmake new
external/bsd/ntp/dist/sntp/libevent/README new
external/bsd/ntp/dist/sntp/libevent/aclocal.m4 new
external/bsd/ntp/dist/sntp/libevent/arc4random.c new
external/bsd/ntp/dist/sntp/libevent/autogen.sh new
external/bsd/ntp/dist/sntp/libevent/buffer.c new
external/bsd/ntp/dist/sntp/libevent/buffer_iocp.c new
external/bsd/ntp/dist/sntp/libevent/bufferevent-internal.h new
external/bsd/ntp/dist/sntp/libevent/bufferevent.c new
external/bsd/ntp/dist/sntp/libevent/bufferevent_async.c new
external/bsd/ntp/dist/sntp/libevent/bufferevent_filter.c new
external/bsd/ntp/dist/sntp/libevent/bufferevent_openssl.c new
external/bsd/ntp/dist/sntp/libevent/bufferevent_pair.c new
external/bsd/ntp/dist/sntp/libevent/bufferevent_ratelim.c new
external/bsd/ntp/dist/sntp/libevent/bufferevent_sock.c new
external/bsd/ntp/dist/sntp/libevent/changelist-internal.h new
external/bsd/ntp/dist/sntp/libevent/config.h.in new
external/bsd/ntp/dist/sntp/libevent/configure new
external/bsd/ntp/dist/sntp/libevent/configure.ac new
external/bsd/ntp/dist/sntp/libevent/defer-internal.h new
external/bsd/ntp/dist/sntp/libevent/devpoll.c new
external/bsd/ntp/dist/sntp/libevent/epoll.c new
external/bsd/ntp/dist/sntp/libevent/epoll_sub.c new
external/bsd/ntp/dist/sntp/libevent/epolltable-internal.h new
external/bsd/ntp/dist/sntp/libevent/evbuffer-internal.h new
external/bsd/ntp/dist/sntp/libevent/evconfig-private.h new
external/bsd/ntp/dist/sntp/libevent/evconfig-private.h.in new
external/bsd/ntp/dist/sntp/libevent/evdns.c new
external/bsd/ntp/dist/sntp/libevent/event-internal.h new
external/bsd/ntp/dist/sntp/libevent/event.c new
external/bsd/ntp/dist/sntp/libevent/event_iocp.c new
external/bsd/ntp/dist/sntp/libevent/event_rpcgen.py new
external/bsd/ntp/dist/sntp/libevent/event_tagging.c new
external/bsd/ntp/dist/sntp/libevent/evmap-internal.h new
external/bsd/ntp/dist/sntp/libevent/evmap.c new
external/bsd/ntp/dist/sntp/libevent/evport.c new
external/bsd/ntp/dist/sntp/libevent/evrpc-internal.h new
external/bsd/ntp/dist/sntp/libevent/evrpc.c new
external/bsd/ntp/dist/sntp/libevent/evsignal-internal.h new
external/bsd/ntp/dist/sntp/libevent/evthread-internal.h new
external/bsd/ntp/dist/sntp/libevent/evthread.c new
external/bsd/ntp/dist/sntp/libevent/evthread_pthread.c new
external/bsd/ntp/dist/sntp/libevent/evthread_win32.c new
external/bsd/ntp/dist/sntp/libevent/evutil.c new
external/bsd/ntp/dist/sntp/libevent/evutil_rand.c new
external/bsd/ntp/dist/sntp/libevent/evutil_time.c new
external/bsd/ntp/dist/sntp/libevent/ht-internal.h new
external/bsd/ntp/dist/sntp/libevent/http-internal.h new
external/bsd/ntp/dist/sntp/libevent/http.c new
external/bsd/ntp/dist/sntp/libevent/iocp-internal.h new
external/bsd/ntp/dist/sntp/libevent/ipv6-internal.h new
external/bsd/ntp/dist/sntp/libevent/kqueue-internal.h new
external/bsd/ntp/dist/sntp/libevent/kqueue.c new
external/bsd/ntp/dist/sntp/libevent/libevent.pc.in new
external/bsd/ntp/dist/sntp/libevent/libevent_openssl.pc.in new
external/bsd/ntp/dist/sntp/libevent/libevent_pthreads.pc.in new
external/bsd/ntp/dist/sntp/libevent/listener.c new
external/bsd/ntp/dist/sntp/libevent/log-internal.h new
external/bsd/ntp/dist/sntp/libevent/log.c new
external/bsd/ntp/dist/sntp/libevent/make-event-config.sed new
external/bsd/ntp/dist/sntp/libevent/minheap-internal.h new
external/bsd/ntp/dist/sntp/libevent/mm-internal.h new
external/bsd/ntp/dist/sntp/libevent/poll.c new
external/bsd/ntp/dist/sntp/libevent/ratelim-internal.h new
external/bsd/ntp/dist/sntp/libevent/select.c new
external/bsd/ntp/dist/sntp/libevent/signal.c new
external/bsd/ntp/dist/sntp/libevent/strlcpy-internal.h new
external/bsd/ntp/dist/sntp/libevent/strlcpy.c new
external/bsd/ntp/dist/sntp/libevent/time-internal.h new
external/bsd/ntp/dist/sntp/libevent/util-internal.h new
external/bsd/ntp/dist/sntp/libevent/whatsnew-2.0.txt new
external/bsd/ntp/dist/sntp/libevent/whatsnew-2.1.txt new
external/bsd/ntp/dist/sntp/libevent/win32select.c new
external/bsd/ntp/dist/sntp/libevent/WIN32-Code/tree.h new
external/bsd/ntp/dist/sntp/libevent/WIN32-Code/nmake/evconfig-private.h new
external/bsd/ntp/dist/sntp/libevent/WIN32-Code/nmake/event2/event-config.h new
external/bsd/ntp/dist/sntp/libevent/build-aux/compile new
external/bsd/ntp/dist/sntp/libevent/build-aux/config.guess new
external/bsd/ntp/dist/sntp/libevent/build-aux/config.sub new
external/bsd/ntp/dist/sntp/libevent/build-aux/depcomp new
external/bsd/ntp/dist/sntp/libevent/build-aux/install-sh new
external/bsd/ntp/dist/sntp/libevent/build-aux/ltmain.sh new
external/bsd/ntp/dist/sntp/libevent/build-aux/missing new
external/bsd/ntp/dist/sntp/libevent/build-aux/ylwrap new
external/bsd/ntp/dist/sntp/libevent/compat/sys/queue.h new
external/bsd/ntp/dist/sntp/libevent/include/evdns.h new
external/bsd/ntp/dist/sntp/libevent/include/event.h new
external/bsd/ntp/dist/sntp/libevent/include/evhttp.h new
external/bsd/ntp/dist/sntp/libevent/include/evrpc.h new
external/bsd/ntp/dist/sntp/libevent/include/evutil.h new
external/bsd/ntp/dist/sntp/libevent/include/include.am new
external/bsd/ntp/dist/sntp/libevent/include/event2/buffer.h new
external/bsd/ntp/dist/sntp/libevent/include/event2/buffer_compat.h new
external/bsd/ntp/dist/sntp/libevent/include/event2/bufferevent.h new
external/bsd/ntp/dist/sntp/libevent/include/event2/bufferevent_compat.h new
external/bsd/ntp/dist/sntp/libevent/include/event2/bufferevent_ssl.h new
external/bsd/ntp/dist/sntp/libevent/include/event2/bufferevent_struct.h new
external/bsd/ntp/dist/sntp/libevent/include/event2/dns.h new
external/bsd/ntp/dist/sntp/libevent/include/event2/dns_compat.h new
external/bsd/ntp/dist/sntp/libevent/include/event2/dns_struct.h new
external/bsd/ntp/dist/sntp/libevent/include/event2/event.h new
external/bsd/ntp/dist/sntp/libevent/include/event2/event_compat.h new
external/bsd/ntp/dist/sntp/libevent/include/event2/event_struct.h new
external/bsd/ntp/dist/sntp/libevent/include/event2/http.h new
external/bsd/ntp/dist/sntp/libevent/include/event2/http_compat.h new
external/bsd/ntp/dist/sntp/libevent/include/event2/http_struct.h new
external/bsd/ntp/dist/sntp/libevent/include/event2/keyvalq_struct.h new
external/bsd/ntp/dist/sntp/libevent/include/event2/listener.h new
external/bsd/ntp/dist/sntp/libevent/include/event2/rpc.h new
external/bsd/ntp/dist/sntp/libevent/include/event2/rpc_compat.h new
external/bsd/ntp/dist/sntp/libevent/include/event2/rpc_struct.h new
external/bsd/ntp/dist/sntp/libevent/include/event2/tag.h new
external/bsd/ntp/dist/sntp/libevent/include/event2/tag_compat.h new
external/bsd/ntp/dist/sntp/libevent/include/event2/thread.h new
external/bsd/ntp/dist/sntp/libevent/include/event2/util.h new
external/bsd/ntp/dist/sntp/libevent/include/event2/visibility.h new
external/bsd/ntp/dist/sntp/libevent/m4/ac_backport_259_ssizet.m4 new
external/bsd/ntp/dist/sntp/libevent/m4/libevent_openssl.m4 new
external/bsd/ntp/dist/sntp/libevent/m4/libtool.m4 new
external/bsd/ntp/dist/sntp/libevent/m4/ltoptions.m4 new
external/bsd/ntp/dist/sntp/libevent/m4/ltsugar.m4 new
external/bsd/ntp/dist/sntp/libevent/m4/ltversion.m4 new
external/bsd/ntp/dist/sntp/libevent/m4/lt~obsolete.m4 new
external/bsd/ntp/dist/sntp/libevent/m4/ntp_pkg_config.m4 new
external/bsd/ntp/dist/sntp/libevent/m4/openldap-thread-check.m4 new
external/bsd/ntp/dist/sntp/libevent/m4/openldap.m4 new
external/bsd/ntp/dist/sntp/libevent/sample/dns-example.c new
external/bsd/ntp/dist/sntp/libevent/sample/event-read-fifo.c new
external/bsd/ntp/dist/sntp/libevent/sample/hello-world.c new
external/bsd/ntp/dist/sntp/libevent/sample/hostcheck.c new
external/bsd/ntp/dist/sntp/libevent/sample/hostcheck.h new
external/bsd/ntp/dist/sntp/libevent/sample/http-server.c new
external/bsd/ntp/dist/sntp/libevent/sample/https-client.c new
external/bsd/ntp/dist/sntp/libevent/sample/include.am new
external/bsd/ntp/dist/sntp/libevent/sample/le-proxy.c new
external/bsd/ntp/dist/sntp/libevent/sample/openssl_hostname_validation.cnew
external/bsd/ntp/dist/sntp/libevent/sample/openssl_hostname_validation.hnew
external/bsd/ntp/dist/sntp/libevent/sample/signal-test.c new
external/bsd/ntp/dist/sntp/libevent/sample/time-test.c new
external/bsd/ntp/dist/sntp/libevent/test/Makefile.nmake new
external/bsd/ntp/dist/sntp/libevent/test/bench.c new
external/bsd/ntp/dist/sntp/libevent/test/bench_cascade.c new
external/bsd/ntp/dist/sntp/libevent/test/bench_http.c new
external/bsd/ntp/dist/sntp/libevent/test/bench_httpclient.c new
external/bsd/ntp/dist/sntp/libevent/test/check-dumpevents.py new
external/bsd/ntp/dist/sntp/libevent/test/include.am new
external/bsd/ntp/dist/sntp/libevent/test/regress.c new
external/bsd/ntp/dist/sntp/libevent/test/regress.gen.c new
external/bsd/ntp/dist/sntp/libevent/test/regress.gen.h new
external/bsd/ntp/dist/sntp/libevent/test/regress.h new
external/bsd/ntp/dist/sntp/libevent/test/regress.rpc new
external/bsd/ntp/dist/sntp/libevent/test/regress_buffer.c new
external/bsd/ntp/dist/sntp/libevent/test/regress_bufferevent.c new
external/bsd/ntp/dist/sntp/libevent/test/regress_dns.c new
external/bsd/ntp/dist/sntp/libevent/test/regress_et.c new
external/bsd/ntp/dist/sntp/libevent/test/regress_finalize.c new
external/bsd/ntp/dist/sntp/libevent/test/regress_http.c new
external/bsd/ntp/dist/sntp/libevent/test/regress_iocp.c new
external/bsd/ntp/dist/sntp/libevent/test/regress_listener.c new
external/bsd/ntp/dist/sntp/libevent/test/regress_main.c new
external/bsd/ntp/dist/sntp/libevent/test/regress_minheap.c new
external/bsd/ntp/dist/sntp/libevent/test/regress_rpc.c new
external/bsd/ntp/dist/sntp/libevent/test/regress_ssl.c new
external/bsd/ntp/dist/sntp/libevent/test/regress_testutils.c new
external/bsd/ntp/dist/sntp/libevent/test/regress_testutils.h new
external/bsd/ntp/dist/sntp/libevent/test/regress_thread.c new
external/bsd/ntp/dist/sntp/libevent/test/regress_thread.h new
external/bsd/ntp/dist/sntp/libevent/test/regress_util.c new
external/bsd/ntp/dist/sntp/libevent/test/regress_zlib.c new
external/bsd/ntp/dist/sntp/libevent/test/rpcgen_wrapper.sh new
external/bsd/ntp/dist/sntp/libevent/test/test-changelist.c new
external/bsd/ntp/dist/sntp/libevent/test/test-closed.c new
external/bsd/ntp/dist/sntp/libevent/test/test-dumpevents.c new
external/bsd/ntp/dist/sntp/libevent/test/test-eof.c new
external/bsd/ntp/dist/sntp/libevent/test/test-fdleak.c new
external/bsd/ntp/dist/sntp/libevent/test/test-init.c new
external/bsd/ntp/dist/sntp/libevent/test/test-ratelim.c new
external/bsd/ntp/dist/sntp/libevent/test/test-time.c new
external/bsd/ntp/dist/sntp/libevent/test/test-weof.c new
external/bsd/ntp/dist/sntp/libevent/test/test.sh new
external/bsd/ntp/dist/sntp/libevent/test/tinytest.c new
external/bsd/ntp/dist/sntp/libevent/test/tinytest.h new
external/bsd/ntp/dist/sntp/libevent/test/tinytest_local.h new
external/bsd/ntp/dist/sntp/libevent/test/tinytest_macros.h new
external/bsd/ntp/dist/sntp/libopts/COPYING.gplv3 new
external/bsd/ntp/dist/sntp/libopts/COPYING.lgplv3 new
external/bsd/ntp/dist/sntp/libopts/COPYING.mbsd new
external/bsd/ntp/dist/sntp/libopts/MakeDefs.inc new
external/bsd/ntp/dist/sntp/libopts/Makefile.am new
external/bsd/ntp/dist/sntp/libopts/Makefile.in new
external/bsd/ntp/dist/sntp/libopts/README new
external/bsd/ntp/dist/sntp/libopts/ag-char-map.h new
external/bsd/ntp/dist/sntp/libopts/alias.c new
external/bsd/ntp/dist/sntp/libopts/ao-strs.c new
external/bsd/ntp/dist/sntp/libopts/ao-strs.h new
external/bsd/ntp/dist/sntp/libopts/autoopts.c new
external/bsd/ntp/dist/sntp/libopts/autoopts.h new
external/bsd/ntp/dist/sntp/libopts/boolean.c new
external/bsd/ntp/dist/sntp/libopts/check.c new
external/bsd/ntp/dist/sntp/libopts/configfile.c new
external/bsd/ntp/dist/sntp/libopts/cook.c new
external/bsd/ntp/dist/sntp/libopts/enum.c new
external/bsd/ntp/dist/sntp/libopts/env.c new
external/bsd/ntp/dist/sntp/libopts/file.c new
external/bsd/ntp/dist/sntp/libopts/find.c new
external/bsd/ntp/dist/sntp/libopts/genshell.c new
external/bsd/ntp/dist/sntp/libopts/genshell.h new
external/bsd/ntp/dist/sntp/libopts/gettext.h new
external/bsd/ntp/dist/sntp/libopts/init.c new
external/bsd/ntp/dist/sntp/libopts/intprops.h new
external/bsd/ntp/dist/sntp/libopts/libopts.c new
external/bsd/ntp/dist/sntp/libopts/load.c new
external/bsd/ntp/dist/sntp/libopts/makeshell.c new
external/bsd/ntp/dist/sntp/libopts/nested.c new
external/bsd/ntp/dist/sntp/libopts/numeric.c new
external/bsd/ntp/dist/sntp/libopts/option-value-type.c new
external/bsd/ntp/dist/sntp/libopts/option-value-type.h new
external/bsd/ntp/dist/sntp/libopts/option-xat-attribute.c new
external/bsd/ntp/dist/sntp/libopts/option-xat-attribute.h new
external/bsd/ntp/dist/sntp/libopts/parse-duration.c new
external/bsd/ntp/dist/sntp/libopts/parse-duration.h new
external/bsd/ntp/dist/sntp/libopts/pgusage.c new
external/bsd/ntp/dist/sntp/libopts/proto.h new
external/bsd/ntp/dist/sntp/libopts/putshell.c new
external/bsd/ntp/dist/sntp/libopts/reset.c new
external/bsd/ntp/dist/sntp/libopts/restore.c new
external/bsd/ntp/dist/sntp/libopts/save.c new
external/bsd/ntp/dist/sntp/libopts/sort.c new
external/bsd/ntp/dist/sntp/libopts/stack.c new
external/bsd/ntp/dist/sntp/libopts/stdnoreturn.in.h new
external/bsd/ntp/dist/sntp/libopts/streqvcmp.c new
external/bsd/ntp/dist/sntp/libopts/text_mmap.c new
external/bsd/ntp/dist/sntp/libopts/time.c new
external/bsd/ntp/dist/sntp/libopts/tokenize.c new
external/bsd/ntp/dist/sntp/libopts/usage.c new
external/bsd/ntp/dist/sntp/libopts/version.c new
external/bsd/ntp/dist/sntp/libopts/autoopts/options.h new
external/bsd/ntp/dist/sntp/libopts/autoopts/project.h new
external/bsd/ntp/dist/sntp/libopts/autoopts/usage-txt.h new
external/bsd/ntp/dist/sntp/libopts/compat/_Noreturn.h new
external/bsd/ntp/dist/sntp/libopts/compat/compat.h new
external/bsd/ntp/dist/sntp/libopts/compat/pathfind.c new
external/bsd/ntp/dist/sntp/libopts/compat/snprintf.c new
external/bsd/ntp/dist/sntp/libopts/compat/strchr.c new
external/bsd/ntp/dist/sntp/libopts/compat/strdup.c new
external/bsd/ntp/dist/sntp/libopts/compat/windows-config.h new
external/bsd/ntp/dist/sntp/libopts/m4/libopts.m4 new
external/bsd/ntp/dist/sntp/libopts/m4/liboptschk.m4 new
external/bsd/ntp/dist/sntp/libopts/m4/stdnoreturn.m4 new
external/bsd/ntp/dist/sntp/loc/README new
external/bsd/ntp/dist/sntp/loc/darwin new
external/bsd/ntp/dist/sntp/loc/debian new
external/bsd/ntp/dist/sntp/loc/freebsd new
external/bsd/ntp/dist/sntp/loc/legacy new
external/bsd/ntp/dist/sntp/loc/netbsd new
external/bsd/ntp/dist/sntp/loc/redhat new
external/bsd/ntp/dist/sntp/loc/solaris new
external/bsd/ntp/dist/sntp/m4/define_dir.m4 new
external/bsd/ntp/dist/sntp/m4/hms_search_lib.m4 new
external/bsd/ntp/dist/sntp/m4/libtool.m4 new
external/bsd/ntp/dist/sntp/m4/ltoptions.m4 new
external/bsd/ntp/dist/sntp/m4/ltsugar.m4 new
external/bsd/ntp/dist/sntp/m4/ltversion.m4 new
external/bsd/ntp/dist/sntp/m4/lt~obsolete.m4 new
external/bsd/ntp/dist/sntp/m4/ntp_cacheversion.m4 new
external/bsd/ntp/dist/sntp/m4/ntp_compiler.m4 new
external/bsd/ntp/dist/sntp/m4/ntp_crosscompile.m4 new
external/bsd/ntp/dist/sntp/m4/ntp_crypto_rand.m4 new
external/bsd/ntp/dist/sntp/m4/ntp_debug.m4 new
external/bsd/ntp/dist/sntp/m4/ntp_dir_sep.m4 new
external/bsd/ntp/dist/sntp/m4/ntp_facilitynames.m4 new
external/bsd/ntp/dist/sntp/m4/ntp_googletest.m4 new
external/bsd/ntp/dist/sntp/m4/ntp_ipv6.m4 new
external/bsd/ntp/dist/sntp/m4/ntp_lib_m.m4 new
external/bsd/ntp/dist/sntp/m4/ntp_libevent.m4 new
external/bsd/ntp/dist/sntp/m4/ntp_libntp.m4 new
external/bsd/ntp/dist/sntp/m4/ntp_lineeditlibs.m4 new
external/bsd/ntp/dist/sntp/m4/ntp_locinfo.m4 new
external/bsd/ntp/dist/sntp/m4/ntp_openssl.m4 new
external/bsd/ntp/dist/sntp/m4/ntp_pkg_config.m4 new
external/bsd/ntp/dist/sntp/m4/ntp_prog_cc.m4 new
external/bsd/ntp/dist/sntp/m4/ntp_rlimit.m4 new
external/bsd/ntp/dist/sntp/m4/ntp_sntp.m4 new
external/bsd/ntp/dist/sntp/m4/ntp_sysexits.m4 new
external/bsd/ntp/dist/sntp/m4/ntp_ver_suffix.m4 new
external/bsd/ntp/dist/sntp/m4/ntp_vpathhack.m4 new
external/bsd/ntp/dist/sntp/m4/os_cflags.m4 new
external/bsd/ntp/dist/sntp/m4/snprintf.m4 new
external/bsd/ntp/dist/sntp/m4/version.m4 new
external/bsd/ntp/dist/sntp/scripts/Makefile.am new
external/bsd/ntp/dist/sntp/scripts/Makefile.in new
external/bsd/ntp/dist/sntp/scripts/cvo.sh new
external/bsd/ntp/dist/sntp/scripts/genLocInfo new
external/bsd/ntp/dist/sntp/scripts/mansec2subst.sed new
external/bsd/ntp/dist/sntp/tests/Makefile.am new
external/bsd/ntp/dist/sntp/tests/Makefile.in new
external/bsd/ntp/dist/sntp/tests/crypto.cpp new
external/bsd/ntp/dist/sntp/tests/fileHandlingTest.h new
external/bsd/ntp/dist/sntp/tests/keyFile.cpp new
external/bsd/ntp/dist/sntp/tests/kodDatabase.cpp new
external/bsd/ntp/dist/sntp/tests/kodFile.cpp new
external/bsd/ntp/dist/sntp/tests/networking.cpp new
external/bsd/ntp/dist/sntp/tests/packetHandling.cpp new
external/bsd/ntp/dist/sntp/tests/packetProcessing.cpp new
external/bsd/ntp/dist/sntp/tests/sntptest.h new
external/bsd/ntp/dist/sntp/tests/tests-runner new
external/bsd/ntp/dist/sntp/tests/utilities.cpp new
external/bsd/ntp/dist/sntp/tests/data/debug-input-lfp-bin new
external/bsd/ntp/dist/sntp/tests/data/debug-input-lfp-dec new
external/bsd/ntp/dist/sntp/tests/data/debug-input-pkt new
external/bsd/ntp/dist/sntp/tests/data/key-test-ascii new
external/bsd/ntp/dist/sntp/tests/data/key-test-comments new
external/bsd/ntp/dist/sntp/tests/data/key-test-empty new
external/bsd/ntp/dist/sntp/tests/data/key-test-hex new
external/bsd/ntp/dist/sntp/tests/data/key-test-invalid-hex new
external/bsd/ntp/dist/sntp/tests/data/kod-expected-multiple new
external/bsd/ntp/dist/sntp/tests/data/kod-expected-single new
external/bsd/ntp/dist/sntp/tests/data/kod-test-blanks new
external/bsd/ntp/dist/sntp/tests/data/kod-test-correct new
external/bsd/ntp/dist/sntp/tests/data/kod-test-empty new
external/bsd/ntp/dist/tests/Makefile.am new
external/bsd/ntp/dist/tests/Makefile.in new
external/bsd/ntp/dist/tests/libntp/Makefile.am new
external/bsd/ntp/dist/tests/libntp/Makefile.in new
external/bsd/ntp/dist/tests/libntp/a_md5encrypt.cpp new
external/bsd/ntp/dist/tests/libntp/atoint.cpp new
external/bsd/ntp/dist/tests/libntp/atouint.cpp new
external/bsd/ntp/dist/tests/libntp/authkeys.cpp new
external/bsd/ntp/dist/tests/libntp/buftvtots.cpp new
external/bsd/ntp/dist/tests/libntp/calendar.cpp new
external/bsd/ntp/dist/tests/libntp/caljulian.cpp new
external/bsd/ntp/dist/tests/libntp/caltontp.cpp new
external/bsd/ntp/dist/tests/libntp/calyearstart.cpp new
external/bsd/ntp/dist/tests/libntp/clocktime.cpp new
external/bsd/ntp/dist/tests/libntp/decodenetnum.cpp new
external/bsd/ntp/dist/tests/libntp/hextoint.cpp new
external/bsd/ntp/dist/tests/libntp/hextolfp.cpp new
external/bsd/ntp/dist/tests/libntp/humandate.cpp new
external/bsd/ntp/dist/tests/libntp/lfpfunc.cpp new
external/bsd/ntp/dist/tests/libntp/lfptest.h new
external/bsd/ntp/dist/tests/libntp/lfptostr.cpp new
external/bsd/ntp/dist/tests/libntp/libntptest.cpp new
external/bsd/ntp/dist/tests/libntp/libntptest.h new
external/bsd/ntp/dist/tests/libntp/modetoa.cpp new
external/bsd/ntp/dist/tests/libntp/msyslog.cpp new
external/bsd/ntp/dist/tests/libntp/netof.cpp new
external/bsd/ntp/dist/tests/libntp/numtoa.cpp new
external/bsd/ntp/dist/tests/libntp/numtohost.cpp new
external/bsd/ntp/dist/tests/libntp/octtoint.cpp new
external/bsd/ntp/dist/tests/libntp/prettydate.cpp new
external/bsd/ntp/dist/tests/libntp/recvbuff.cpp new
external/bsd/ntp/dist/tests/libntp/refnumtoa.cpp new
external/bsd/ntp/dist/tests/libntp/sfptostr.cpp new
external/bsd/ntp/dist/tests/libntp/sockaddrtest.h new
external/bsd/ntp/dist/tests/libntp/socktoa.cpp new
external/bsd/ntp/dist/tests/libntp/ssl_init.cpp new
external/bsd/ntp/dist/tests/libntp/statestr.cpp new
external/bsd/ntp/dist/tests/libntp/strtolfp.cpp new
external/bsd/ntp/dist/tests/libntp/timespecops.cpp new
external/bsd/ntp/dist/tests/libntp/timestructs.cpp new
external/bsd/ntp/dist/tests/libntp/timestructs.h new
external/bsd/ntp/dist/tests/libntp/timevalops.cpp new
external/bsd/ntp/dist/tests/libntp/tstotv.cpp new
external/bsd/ntp/dist/tests/libntp/tvtots.cpp new
external/bsd/ntp/dist/tests/libntp/uglydate.cpp new
external/bsd/ntp/dist/tests/libntp/vi64ops.cpp new
external/bsd/ntp/dist/tests/libntp/ymd2yd.cpp new
external/bsd/ntp/dist/tests/ntpd/Makefile.am new
external/bsd/ntp/dist/tests/ntpd/Makefile.in new
external/bsd/ntp/dist/tests/ntpd/leapsec.cpp new
external/bsd/ntp/dist/tests/ntpd/ntpdtest.cpp new
external/bsd/ntp/dist/tests/ntpd/ntpdtest.h new
external/bsd/ntp/dist/util/Makefile.am new
external/bsd/ntp/dist/util/Makefile.in new
external/bsd/ntp/dist/util/README new
external/bsd/ntp/dist/util/audio-pcm.c new
external/bsd/ntp/dist/util/byteorder.c new
external/bsd/ntp/dist/util/hist.c new
external/bsd/ntp/dist/util/invoke-ntp-keygen.menu new
external/bsd/ntp/dist/util/invoke-ntp-keygen.texi new
external/bsd/ntp/dist/util/jitter.c new
external/bsd/ntp/dist/util/jitter.h new
external/bsd/ntp/dist/util/kern.c new
external/bsd/ntp/dist/util/longsize.c new
external/bsd/ntp/dist/util/ntp-keygen-opts.c new
external/bsd/ntp/dist/util/ntp-keygen-opts.def new
external/bsd/ntp/dist/util/ntp-keygen-opts.h new
external/bsd/ntp/dist/util/ntp-keygen.1ntp-keygenman new
external/bsd/ntp/dist/util/ntp-keygen.1ntp-keygenmdoc new
external/bsd/ntp/dist/util/ntp-keygen.c new
external/bsd/ntp/dist/util/ntp-keygen.html new
external/bsd/ntp/dist/util/ntp-keygen.man.in new
external/bsd/ntp/dist/util/ntp-keygen.mdoc.in new
external/bsd/ntp/dist/util/ntp-keygen.texi new
external/bsd/ntp/dist/util/ntptime.c new
external/bsd/ntp/dist/util/pps-api.c new
external/bsd/ntp/dist/util/precision.c new
external/bsd/ntp/dist/util/sht.c new
external/bsd/ntp/dist/util/testrs6000.c new
external/bsd/ntp/dist/util/tg.c new
external/bsd/ntp/dist/util/tg2.c new
external/bsd/ntp/dist/util/tickadj.c new
external/bsd/ntp/dist/util/timetrim.c new
external/bsd/ntp/html/Makefile new
external/bsd/ntp/include/config.h new
external/bsd/ntp/lib/Makefile new
external/bsd/ntp/lib/Makefile.inc new
external/bsd/ntp/lib/libiscntp/Makefile new
external/bsd/ntp/lib/libntp/Makefile new
external/bsd/ntp/lib/libopts/Makefile new
external/bsd/ntp/lib/libparse/Makefile new
external/bsd/ntp/scripts/mkver new
usr.sbin/Makefile patch
usr.sbin/ntp/Makefile delete
usr.sbin/ntp/Makefile.inc delete
usr.sbin/ntp/importdate delete
usr.sbin/ntp/html/Makefile delete
usr.sbin/ntp/include/config.h delete
usr.sbin/ntp/libisc/Makefile delete
usr.sbin/ntp/libntp/Makefile delete
usr.sbin/ntp/libopts/Makefile delete
usr.sbin/ntp/libparse/Makefile delete
usr.sbin/ntp/ntp-keygen/Makefile delete
usr.sbin/ntp/ntp-keygen/ntp-keygen.8 delete
usr.sbin/ntp/ntpd/Makefile delete
usr.sbin/ntp/ntpd/ntpd.8 delete
usr.sbin/ntp/ntpdate/Makefile delete
usr.sbin/ntp/ntpdate/ntpdate.8 delete
usr.sbin/ntp/ntpdc/Makefile delete
usr.sbin/ntp/ntpdc/ntpdc.8 delete
usr.sbin/ntp/ntpq/Makefile delete
usr.sbin/ntp/ntpq/ntpq.8 delete
usr.sbin/ntp/ntptime/Makefile delete
usr.sbin/ntp/ntptime/ntptime.8 delete
usr.sbin/ntp/ntptrace/Makefile delete
usr.sbin/ntp/ntptrace/ntptrace.8 delete
usr.sbin/ntp/ntptrace/ntptrace.awk delete
usr.sbin/ntp/scripts/mkver delete
usr.sbin/sntp/Makefile delete
usr.sbin/sntp/sntp.1 delete
Update ntp to 4.2.8. CVE-2014-9293, CVE-2014-9294, CVE-2014-9295,
and CVE-2014-9296.
[he, ticket #1938]
@
text
@a0 103
Server Commands and Options
Following is a description of the server configuration commands in NTPv4. There are two classes of commands, configuration commands that configure an association with a remote server, peer or reference clock, and auxiliary commands that specify environment variables that control various related operations.
The various modes described on the Association Management page are determined by the command keyword and the DNS name or IP address. Addresses are classed by type as (s) a remote server or peer (IPv4 class A, B and C or IPv6), (b) the IPv4 broadcast address of a local interface, (m) a multicast address (IPv4 class D or IPv6), or (r) a reference clock address (127.127.x.x). For type m addresses the IANA has assigned the multicast group address IPv4 224.0.1.1 and IPv6 ff05::101 (site local) exclusively to NTP, but other nonconflicting addresses can be used.
If the Basic Socket Interface Extensions for IPv6 (RFC-2553) is detected,
support for the IPv6 address family is generated in addition to the default IPv4 address family. IPv6 addresses can be identified by the presence of colons ":" in the address field. IPv6 addresses can be used almost everywhere where IPv4 addresses can be used, with the exception of reference clock addresses, which are always IPv4. Note that in contexts where a host name is expected, a -4 qualifier preceding the host name forces DNS resolution to the IPv4 namespace, while a -6 qualifier forces DNS resolution to the IPv6 namespace.
Server Commands
Unless noted otherwise, further information about these commands is on the Association Management page.
These commands specify the remote server name or address to be used and the mode in which to operate. The address can be either a DNS name or a IPv4 or IPv6 address in standard notation. In general, multiple commands of each type can be used for different server and peer addresses or multicast groups.
server
For type s and r addresses (only), this command mobilizes a persistent client mode association with the specified remote server or local reference clock. If the preempt flag is specified, a preemptable client mode association is mobilized instead.
peer
For type s addresses (only), this command mobilizes a persistent symmetric-active mode association with the specified remote peer.
broadcast
For type b and m addressees (only), this command mobilizes a broadcast or multicast server mode association. Note that type b messages go only to the interface specified, but type m messages go to all interfaces.
manycastclient
For type m addresses (only), this command mobilizes a preemptable manycast client mode association for the multicast group address specified. In this mode the address must match the address specified on the manycastserver command of one or more designated manycast servers. Additional information about this command is on the Automatic Server Discovery page.
pool
For type s addresses (only) this command mobilizes a preemptable pool client mode association for the DNS name specified. The DNS name must resolve to one or more IPv4 or IPv6 addresses. Additional information about this command is on the Automatic Server Discovery page. The www.pool.ntp.org page describes a compatible pool of public NTP servers.
unpeer
This command removes a previously configured association. An address or association ID can be used to identify the association. Either an IP address or DNS name can be used. This command is most useful when supplied via ntpq runtime configuration commands :config and config-from-file.
Server Command Options
autokey
Send and receive packets authenticated by the Autokey scheme described
on the Autokey Public Key Authentication page. This option is mutually exclusive with the key option.
burst
When the server is reachable, send a burst of packets instead of the usual one. This option is valid only with the server command and type s addresses. It is a recommended option when the maxpoll option is greater than 10 (1024 s). Additional information about this option is on the Poll Program page.
iburst
When the server is unreachable, send a burst of packets instead of the usual one. This option is valid only with the server command and type s addresses. It is a recommended option with this command. Additional information about this option is on the Poll Program page.
Send and receive packets authenticated by the symmetric key scheme described in the Authentication Support page. The key specifies the key identifier with values from 1 to 65534, inclusive. This option is mutually exclusive with the autokey option.
minpoll minpoll maxpoll maxpoll
These options specify the minimum and maximum poll intervals for NTP messages, in seconds as a power of two. The maximum poll interval defaults to 10 (1024 s), but can be increased by the maxpoll option to an upper limit of 17 (36 hr). The minimum poll interval defaults to 6 (64 s), but can be decreased by the minpoll option to a lower limit of 3 (8 s). Additional information about this option is on the Poll Program page.
mode option
Pass the option to a reference clock driver, where option is an integer in the range from 0 to 255, inclusive. This option is valid only with type r addresses.
noselect
Marks the server or peer to be ignored by the selection algorithm as unreachable, but visible to the monitoring program. This option is valid only with the server and peer commands.
preempt
Specifies the association as preemptable rather than the default persistent. This option is ignored with the broadcast command and is most useful with the manycastclient and pool commands.
prefer
Mark the server as preferred. All other things being equal, this host will be chosen for synchronization among a set of correctly operating hosts. See the Mitigation Rules and the prefer Keyword page for further information. This option is valid only with the server and peer commands.
true
Mark the association to assume truechimer status; that is, always survive the selection and clustering algorithms. This option can be used with any association, but is most useful for reference clocks with large jitter on the serial port and precision pulse-per-second (PPS) signals. Caution: this option defeats the algorithms designed to cast out falsetickers and can allow these sources to set the system clock. This option is valid only with the server and peer commands.
ttl ttl
This option specifies the time-to-live ttl for the broadcast command and the maximum ttl for the expanding ring search used by the manycastclient command. Selection of the proper value, which defaults to 127, is something of a black art and should be coordinated with the network administrator. This option is invalid with type r addresses.
version version
Specifies the version number to be used for
outgoing NTP packets. Versions 1-4 are the choices, with version 4 the default.
xleave
Operate in interleaved mode (symmetric and broadcast modes only). Further information is on the NTP Interleaved Modes page.
Auxiliary Commands
broadcastclient
Enable reception of broadcast server messages to any local interface (type b address). Ordinarily, upon receiving a broadcast message for the first time, the broadcast client measures the nominal server propagation delay using a brief client/server exchange, after which it continues in listen-only mode. If a nonzero value is specified in the broadcastdelay command, the value becomes the delay and the volley is not executed. Note: the novolley option has been deprecated for future enhancements. Note that, in order to avoid accidental or malicious disruption in this mode, both the server and client should operate using symmetric key or public key authentication as described in the Authentication Options page. Note that the volley is required with public key authentication in order to run the Autokey protocol..
manycastserver address [...]
Enable reception of manycast client messages (type m) to the multicasts group address(es) (type m) specified. At least one address is required. Note that, in order to avoid accidental or malicious disruption, both the server and client should operate using symmetric key or public key authentication as described in the Authentication Options page.
multicastclient address [...]
Enable reception of multicast server messages to the multicast group address(es) (type m) specified. Upon receiving a message for the first time, the multicast client measures the nominal server propagation delay using a brief client/server exchange with the server, then enters the broadcast client mode, in which it synchronizes to succeeding multicast messages. Note that, in order to avoid accidental or malicious disruption in this mode, both the server and client should operate using symmetric key or public key authentication as described in the Authentication Options page.
@
1.1.1.3.2.1
log
@file confopt.html was added on branch netbsd-5 on 2015-01-07 04:45:22 +0000
@
text
@d1 103
@
1.1.1.3.2.2
log
@Pullup the following revision (requested by he in ticket #1938):
distrib/sets/lists/man/mi patch
distrib/sets/lists/misc/mi patch
external/bsd/Makefile patch
external/bsd/ntp/Makefile new
external/bsd/ntp/Makefile.inc new
external/bsd/ntp/importdate new
external/bsd/ntp/ntp2netbsd new
external/bsd/ntp/bin/Makefile new
external/bsd/ntp/bin/Makefile.inc new
external/bsd/ntp/bin/ntp-keygen/Makefile new
external/bsd/ntp/bin/ntp-keygen/ntp-keygen.8 new
external/bsd/ntp/bin/ntpd/Makefile new
external/bsd/ntp/bin/ntpd/ntp.conf.5 new
external/bsd/ntp/bin/ntpd/ntp.keys.5 new
external/bsd/ntp/bin/ntpd/ntpd.8 new
external/bsd/ntp/bin/ntpdate/Makefile new
external/bsd/ntp/bin/ntpdate/ntpdate.8 new
external/bsd/ntp/bin/ntpdc/Makefile new
external/bsd/ntp/bin/ntpdc/ntpdc.8 new
external/bsd/ntp/bin/ntpq/Makefile new
external/bsd/ntp/bin/ntpq/ntpq.8 new
external/bsd/ntp/bin/ntptime/Makefile new
external/bsd/ntp/bin/ntptime/ntptime.8 new
external/bsd/ntp/bin/ntptrace/Makefile new
external/bsd/ntp/bin/ntptrace/ntptrace.8 new
external/bsd/ntp/bin/ntptrace/ntptrace.awk new
external/bsd/ntp/bin/sntp/Makefile new
external/bsd/ntp/bin/sntp/sntp.1 new
external/bsd/ntp/dist/COPYRIGHT new
external/bsd/ntp/dist/ChangeLog new
external/bsd/ntp/dist/CommitLog new
external/bsd/ntp/dist/CommitLog-4.1.0 new
external/bsd/ntp/dist/INSTALL new
external/bsd/ntp/dist/Makefile.am new
external/bsd/ntp/dist/Makefile.in new
external/bsd/ntp/dist/NEWS new
external/bsd/ntp/dist/NOTES.y2kfixes new
external/bsd/ntp/dist/README new
external/bsd/ntp/dist/README.bk new
external/bsd/ntp/dist/README.hackers new
external/bsd/ntp/dist/README.patches new
external/bsd/ntp/dist/README.refclocks new
external/bsd/ntp/dist/README.versions new
external/bsd/ntp/dist/TODO new
external/bsd/ntp/dist/WHERE-TO-START new
external/bsd/ntp/dist/aclocal.m4 new
external/bsd/ntp/dist/bincheck.mf new
external/bsd/ntp/dist/bootstrap new
external/bsd/ntp/dist/build new
external/bsd/ntp/dist/check-libopts.mf new
external/bsd/ntp/dist/config.h.in new
external/bsd/ntp/dist/configure new
external/bsd/ntp/dist/configure.ac new
external/bsd/ntp/dist/deps-ver new
external/bsd/ntp/dist/depsver.mf new
external/bsd/ntp/dist/dot.emacs new
external/bsd/ntp/dist/flock-build new
external/bsd/ntp/dist/includes.mf new
external/bsd/ntp/dist/install-sh new
external/bsd/ntp/dist/packageinfo.sh new
external/bsd/ntp/dist/readme.y2kfixes new
external/bsd/ntp/dist/results.y2kfixes new
external/bsd/ntp/dist/adjtimed/Makefile.am new
external/bsd/ntp/dist/adjtimed/Makefile.in new
external/bsd/ntp/dist/adjtimed/README new
external/bsd/ntp/dist/adjtimed/adjtimed.c new
external/bsd/ntp/dist/clockstuff/Makefile.am new
external/bsd/ntp/dist/clockstuff/Makefile.in new
external/bsd/ntp/dist/clockstuff/README new
external/bsd/ntp/dist/clockstuff/chutest.c new
external/bsd/ntp/dist/clockstuff/propdelay.c new
external/bsd/ntp/dist/conf/README new
external/bsd/ntp/dist/conf/baldwin.conf new
external/bsd/ntp/dist/conf/beauregard.conf new
external/bsd/ntp/dist/conf/grundoon.conf new
external/bsd/ntp/dist/conf/malarky.conf new
external/bsd/ntp/dist/conf/pogo.conf new
external/bsd/ntp/dist/conf/rackety.conf new
external/bsd/ntp/dist/html/access.html new
external/bsd/ntp/dist/html/accopt.html new
external/bsd/ntp/dist/html/assoc.html new
external/bsd/ntp/dist/html/audio.html new
external/bsd/ntp/dist/html/authentic.html new
external/bsd/ntp/dist/html/authopt.html new
external/bsd/ntp/dist/html/autokey.html new
external/bsd/ntp/dist/html/bugs.html new
external/bsd/ntp/dist/html/build.html new
external/bsd/ntp/dist/html/clock.html new
external/bsd/ntp/dist/html/clockopt.html new
external/bsd/ntp/dist/html/cluster.html new
external/bsd/ntp/dist/html/comdex.html new
external/bsd/ntp/dist/html/config.html new
external/bsd/ntp/dist/html/confopt.html new
external/bsd/ntp/dist/html/copyright.html new
external/bsd/ntp/dist/html/debug.html new
external/bsd/ntp/dist/html/decode.html new
external/bsd/ntp/dist/html/discipline.html new
external/bsd/ntp/dist/html/discover.html new
external/bsd/ntp/dist/html/extern.html new
external/bsd/ntp/dist/html/filter.html new
external/bsd/ntp/dist/html/hints.html new
external/bsd/ntp/dist/html/history.html new
external/bsd/ntp/dist/html/howto.html new
external/bsd/ntp/dist/html/huffpuff.html new
external/bsd/ntp/dist/html/index.html new
external/bsd/ntp/dist/html/kern.html new
external/bsd/ntp/dist/html/kernpps.html new
external/bsd/ntp/dist/html/keygen.html new
external/bsd/ntp/dist/html/leap.html new
external/bsd/ntp/dist/html/miscopt.html new
external/bsd/ntp/dist/html/monopt.html new
external/bsd/ntp/dist/html/msyslog.html new
external/bsd/ntp/dist/html/ntp-wait.html new
external/bsd/ntp/dist/html/ntp_conf.html new
external/bsd/ntp/dist/html/ntpd.html new
external/bsd/ntp/dist/html/ntpdate.html new
external/bsd/ntp/dist/html/ntpdc.html new
external/bsd/ntp/dist/html/ntpdsim.html new
external/bsd/ntp/dist/html/ntpdsim_new.html new
external/bsd/ntp/dist/html/ntpq.html new
external/bsd/ntp/dist/html/ntptime.html new
external/bsd/ntp/dist/html/ntptrace.html new
external/bsd/ntp/dist/html/orphan.html new
external/bsd/ntp/dist/html/parsedata.html new
external/bsd/ntp/dist/html/parsenew.html new
external/bsd/ntp/dist/html/poll.html new
external/bsd/ntp/dist/html/pps.html new
external/bsd/ntp/dist/html/prefer.html new
external/bsd/ntp/dist/html/quick.html new
external/bsd/ntp/dist/html/rate.html new
external/bsd/ntp/dist/html/rdebug.html new
external/bsd/ntp/dist/html/refclock.html new
external/bsd/ntp/dist/html/release.html new
external/bsd/ntp/dist/html/select.html new
external/bsd/ntp/dist/html/sitemap.html new
external/bsd/ntp/dist/html/sntp.html new
external/bsd/ntp/dist/html/stats.html new
external/bsd/ntp/dist/html/tickadj.html new
external/bsd/ntp/dist/html/warp.html new
external/bsd/ntp/dist/html/xleave.html new
external/bsd/ntp/dist/html/drivers/driver1.html new
external/bsd/ntp/dist/html/drivers/driver10.html new
external/bsd/ntp/dist/html/drivers/driver11.html new
external/bsd/ntp/dist/html/drivers/driver12.html new
external/bsd/ntp/dist/html/drivers/driver16.html new
external/bsd/ntp/dist/html/drivers/driver18.html new
external/bsd/ntp/dist/html/drivers/driver19.html new
external/bsd/ntp/dist/html/drivers/driver20.html new
external/bsd/ntp/dist/html/drivers/driver22.html new
external/bsd/ntp/dist/html/drivers/driver26.html new
external/bsd/ntp/dist/html/drivers/driver27.html new
external/bsd/ntp/dist/html/drivers/driver28.html new
external/bsd/ntp/dist/html/drivers/driver29.html new
external/bsd/ntp/dist/html/drivers/driver3.html new
external/bsd/ntp/dist/html/drivers/driver30.html new
external/bsd/ntp/dist/html/drivers/driver31.html new
external/bsd/ntp/dist/html/drivers/driver32.html new
external/bsd/ntp/dist/html/drivers/driver33.html new
external/bsd/ntp/dist/html/drivers/driver34.html new
external/bsd/ntp/dist/html/drivers/driver35.html new
external/bsd/ntp/dist/html/drivers/driver36.html new
external/bsd/ntp/dist/html/drivers/driver37.html new
external/bsd/ntp/dist/html/drivers/driver38.html new
external/bsd/ntp/dist/html/drivers/driver39.html new
external/bsd/ntp/dist/html/drivers/driver4.html new
external/bsd/ntp/dist/html/drivers/driver40.html new
external/bsd/ntp/dist/html/drivers/driver42.html new
external/bsd/ntp/dist/html/drivers/driver43.html new
external/bsd/ntp/dist/html/drivers/driver44.html new
external/bsd/ntp/dist/html/drivers/driver45.html new
external/bsd/ntp/dist/html/drivers/driver46.html new
external/bsd/ntp/dist/html/drivers/driver5.html new
external/bsd/ntp/dist/html/drivers/driver6.html new
external/bsd/ntp/dist/html/drivers/driver7.html new
external/bsd/ntp/dist/html/drivers/driver8.html new
external/bsd/ntp/dist/html/drivers/driver9.html new
external/bsd/ntp/dist/html/drivers/mx4200data.html new
external/bsd/ntp/dist/html/drivers/oncore-shmem.html new
external/bsd/ntp/dist/html/drivers/tf582_4.html new
external/bsd/ntp/dist/html/drivers/icons/home.gif new
external/bsd/ntp/dist/html/drivers/icons/mail2.gif new
external/bsd/ntp/dist/html/drivers/scripts/footer.txt new
external/bsd/ntp/dist/html/drivers/scripts/style.css new
external/bsd/ntp/dist/html/hints/a-ux new
external/bsd/ntp/dist/html/hints/aix new
external/bsd/ntp/dist/html/hints/bsdi new
external/bsd/ntp/dist/html/hints/changes new
external/bsd/ntp/dist/html/hints/decosf1 new
external/bsd/ntp/dist/html/hints/decosf2 new
external/bsd/ntp/dist/html/hints/freebsd new
external/bsd/ntp/dist/html/hints/hpux new
external/bsd/ntp/dist/html/hints/linux new
external/bsd/ntp/dist/html/hints/mpeix new
external/bsd/ntp/dist/html/hints/notes-xntp-v3 new
external/bsd/ntp/dist/html/hints/parse new
external/bsd/ntp/dist/html/hints/refclocks new
external/bsd/ntp/dist/html/hints/rs6000 new
external/bsd/ntp/dist/html/hints/sco.html new
external/bsd/ntp/dist/html/hints/sgi new
external/bsd/ntp/dist/html/hints/solaris-dosynctodr.html new
external/bsd/ntp/dist/html/hints/solaris.html new
external/bsd/ntp/dist/html/hints/solaris.xtra.4023118 new
external/bsd/ntp/dist/html/hints/solaris.xtra.4095849 new
external/bsd/ntp/dist/html/hints/solaris.xtra.S99ntpd new
external/bsd/ntp/dist/html/hints/solaris.xtra.patchfreq new
external/bsd/ntp/dist/html/hints/sun4 new
external/bsd/ntp/dist/html/hints/svr4-dell new
external/bsd/ntp/dist/html/hints/svr4_package new
external/bsd/ntp/dist/html/hints/todo new
external/bsd/ntp/dist/html/hints/vxworks.html new
external/bsd/ntp/dist/html/hints/winnt.html new
external/bsd/ntp/dist/html/icons/home.gif new
external/bsd/ntp/dist/html/icons/mail2.gif new
external/bsd/ntp/dist/html/icons/sitemap.png new
external/bsd/ntp/dist/html/scripts/accopt.txt new
external/bsd/ntp/dist/html/scripts/audio.txt new
external/bsd/ntp/dist/html/scripts/authopt.txt new
external/bsd/ntp/dist/html/scripts/clockopt.txt new
external/bsd/ntp/dist/html/scripts/command.txt new
external/bsd/ntp/dist/html/scripts/config.txt new
external/bsd/ntp/dist/html/scripts/confopt.txt new
external/bsd/ntp/dist/html/scripts/external.txt new
external/bsd/ntp/dist/html/scripts/footer.txt new
external/bsd/ntp/dist/html/scripts/hand.txt new
external/bsd/ntp/dist/html/scripts/install.txt new
external/bsd/ntp/dist/html/scripts/manual.txt new
external/bsd/ntp/dist/html/scripts/misc.txt new
external/bsd/ntp/dist/html/scripts/miscopt.txt new
external/bsd/ntp/dist/html/scripts/monopt.txt new
external/bsd/ntp/dist/html/scripts/refclock.txt new
external/bsd/ntp/dist/html/scripts/special.txt new
external/bsd/ntp/dist/html/scripts/style.css new
external/bsd/ntp/dist/include/Makefile.am new
external/bsd/ntp/dist/include/Makefile.in new
external/bsd/ntp/dist/include/README new
external/bsd/ntp/dist/include/adjtime.h new
external/bsd/ntp/dist/include/ascii.h new
external/bsd/ntp/dist/include/audio.h new
external/bsd/ntp/dist/include/binio.h new
external/bsd/ntp/dist/include/declcond.h new
external/bsd/ntp/dist/include/gps.h new
external/bsd/ntp/dist/include/hopf6039.h new
external/bsd/ntp/dist/include/icom.h new
external/bsd/ntp/dist/include/ieee754io.h new
external/bsd/ntp/dist/include/intreswork.h new
external/bsd/ntp/dist/include/iosignal.h new
external/bsd/ntp/dist/include/l_stdlib.h new
external/bsd/ntp/dist/include/lib_strbuf.h new
external/bsd/ntp/dist/include/libntp.h new
external/bsd/ntp/dist/include/mbg_gps166.h new
external/bsd/ntp/dist/include/mx4200.h new
external/bsd/ntp/dist/include/ntif.h new
external/bsd/ntp/dist/include/ntp.h new
external/bsd/ntp/dist/include/ntp_assert.h new
external/bsd/ntp/dist/include/ntp_calendar.h new
external/bsd/ntp/dist/include/ntp_cmdargs.h new
external/bsd/ntp/dist/include/ntp_config.h new
external/bsd/ntp/dist/include/ntp_control.h new
external/bsd/ntp/dist/include/ntp_crypto.h new
external/bsd/ntp/dist/include/ntp_datum.h new
external/bsd/ntp/dist/include/ntp_debug.h new
external/bsd/ntp/dist/include/ntp_filegen.h new
external/bsd/ntp/dist/include/ntp_fp.h new
external/bsd/ntp/dist/include/ntp_if.h new
external/bsd/ntp/dist/include/ntp_intres.h new
external/bsd/ntp/dist/include/ntp_io.h new
external/bsd/ntp/dist/include/ntp_libopts.h new
external/bsd/ntp/dist/include/ntp_lineedit.h new
external/bsd/ntp/dist/include/ntp_lists.h new
external/bsd/ntp/dist/include/ntp_machine.h new
external/bsd/ntp/dist/include/ntp_malloc.h new
external/bsd/ntp/dist/include/ntp_md5.h new
external/bsd/ntp/dist/include/ntp_net.h new
external/bsd/ntp/dist/include/ntp_prio_q.h new
external/bsd/ntp/dist/include/ntp_proto.h new
external/bsd/ntp/dist/include/ntp_random.h new
external/bsd/ntp/dist/include/ntp_refclock.h new
external/bsd/ntp/dist/include/ntp_request.h new
external/bsd/ntp/dist/include/ntp_rfc2553.h new
external/bsd/ntp/dist/include/ntp_select.h new
external/bsd/ntp/dist/include/ntp_stdlib.h new
external/bsd/ntp/dist/include/ntp_string.h new
external/bsd/ntp/dist/include/ntp_syscall.h new
external/bsd/ntp/dist/include/ntp_syslog.h new
external/bsd/ntp/dist/include/ntp_tty.h new
external/bsd/ntp/dist/include/ntp_types.h new
external/bsd/ntp/dist/include/ntp_unixtime.h new
external/bsd/ntp/dist/include/ntp_worker.h new
external/bsd/ntp/dist/include/ntp_workimpl.h new
external/bsd/ntp/dist/include/ntpd.h new
external/bsd/ntp/dist/include/ntpsim.h new
external/bsd/ntp/dist/include/parse.h new
external/bsd/ntp/dist/include/parse_conf.h new
external/bsd/ntp/dist/include/recvbuff.h new
external/bsd/ntp/dist/include/refclock_atom.h new
external/bsd/ntp/dist/include/ssl_applink.c new
external/bsd/ntp/dist/include/timepps-SCO.h new
external/bsd/ntp/dist/include/timepps-Solaris.h new
external/bsd/ntp/dist/include/timepps-SunOS.h new
external/bsd/ntp/dist/include/timespecops.h new
external/bsd/ntp/dist/include/timetoa.h new
external/bsd/ntp/dist/include/timevalops.h new
external/bsd/ntp/dist/include/trimble.h new
external/bsd/ntp/dist/include/vint64ops.h new
external/bsd/ntp/dist/include/isc/Makefile.am new
external/bsd/ntp/dist/include/isc/Makefile.in new
external/bsd/ntp/dist/include/isc/mem.h new
external/bsd/ntp/dist/kernel/Makefile.am new
external/bsd/ntp/dist/kernel/Makefile.in new
external/bsd/ntp/dist/kernel/sys/Makefile.am new
external/bsd/ntp/dist/kernel/sys/Makefile.in new
external/bsd/ntp/dist/kernel/sys/README new
external/bsd/ntp/dist/kernel/sys/bsd_audioirig.h new
external/bsd/ntp/dist/kernel/sys/i8253.h new
external/bsd/ntp/dist/kernel/sys/parsestreams.h new
external/bsd/ntp/dist/kernel/sys/pcl720.h new
external/bsd/ntp/dist/kernel/sys/ppsclock.h new
external/bsd/ntp/dist/kernel/sys/timex.h new
external/bsd/ntp/dist/kernel/sys/tpro.h new
external/bsd/ntp/dist/kernel/sys/tt560_api.h new
external/bsd/ntp/dist/lib/isc/Atffile new
external/bsd/ntp/dist/lib/isc/api new
external/bsd/ntp/dist/lib/isc/app_api.c new
external/bsd/ntp/dist/lib/isc/assertions.c new
external/bsd/ntp/dist/lib/isc/backtrace-emptytbl.c new
external/bsd/ntp/dist/lib/isc/backtrace.c new
external/bsd/ntp/dist/lib/isc/base32.c new
external/bsd/ntp/dist/lib/isc/base64.c new
external/bsd/ntp/dist/lib/isc/bitstring.c new
external/bsd/ntp/dist/lib/isc/buffer.c new
external/bsd/ntp/dist/lib/isc/bufferlist.c new
external/bsd/ntp/dist/lib/isc/commandline.c new
external/bsd/ntp/dist/lib/isc/entropy.c new
external/bsd/ntp/dist/lib/isc/error.c new
external/bsd/ntp/dist/lib/isc/event.c new
external/bsd/ntp/dist/lib/isc/fsaccess.c new
external/bsd/ntp/dist/lib/isc/hash.c new
external/bsd/ntp/dist/lib/isc/heap.c new
external/bsd/ntp/dist/lib/isc/hex.c new
external/bsd/ntp/dist/lib/isc/hmacmd5.c new
external/bsd/ntp/dist/lib/isc/hmacsha.c new
external/bsd/ntp/dist/lib/isc/httpd.c new
external/bsd/ntp/dist/lib/isc/inet_aton.c new
external/bsd/ntp/dist/lib/isc/inet_ntop.c new
external/bsd/ntp/dist/lib/isc/inet_pton.c new
external/bsd/ntp/dist/lib/isc/iterated_hash.c new
external/bsd/ntp/dist/lib/isc/lex.c new
external/bsd/ntp/dist/lib/isc/lfsr.c new
external/bsd/ntp/dist/lib/isc/lib.c new
external/bsd/ntp/dist/lib/isc/log.c new
external/bsd/ntp/dist/lib/isc/md5.c new
external/bsd/ntp/dist/lib/isc/mem.c new
external/bsd/ntp/dist/lib/isc/mem_api.c new
external/bsd/ntp/dist/lib/isc/mutexblock.c new
external/bsd/ntp/dist/lib/isc/netaddr.c new
external/bsd/ntp/dist/lib/isc/netscope.c new
external/bsd/ntp/dist/lib/isc/ondestroy.c new
external/bsd/ntp/dist/lib/isc/parseint.c new
external/bsd/ntp/dist/lib/isc/portset.c new
external/bsd/ntp/dist/lib/isc/print.c new
external/bsd/ntp/dist/lib/isc/quota.c new
external/bsd/ntp/dist/lib/isc/radix.c new
external/bsd/ntp/dist/lib/isc/random.c new
external/bsd/ntp/dist/lib/isc/ratelimiter.c new
external/bsd/ntp/dist/lib/isc/refcount.c new
external/bsd/ntp/dist/lib/isc/region.c new
external/bsd/ntp/dist/lib/isc/result.c new
external/bsd/ntp/dist/lib/isc/rwlock.c new
external/bsd/ntp/dist/lib/isc/serial.c new
external/bsd/ntp/dist/lib/isc/sha1.c new
external/bsd/ntp/dist/lib/isc/sha2.c new
external/bsd/ntp/dist/lib/isc/sockaddr.c new
external/bsd/ntp/dist/lib/isc/socket_api.c new
external/bsd/ntp/dist/lib/isc/stats.c new
external/bsd/ntp/dist/lib/isc/string.c new
external/bsd/ntp/dist/lib/isc/strtoul.c new
external/bsd/ntp/dist/lib/isc/symtab.c new
external/bsd/ntp/dist/lib/isc/task.c new
external/bsd/ntp/dist/lib/isc/task_api.c new
external/bsd/ntp/dist/lib/isc/task_p.h new
external/bsd/ntp/dist/lib/isc/taskpool.c new
external/bsd/ntp/dist/lib/isc/timer.c new
external/bsd/ntp/dist/lib/isc/timer_api.c new
external/bsd/ntp/dist/lib/isc/timer_p.h new
external/bsd/ntp/dist/lib/isc/version.c new
external/bsd/ntp/dist/lib/isc/alpha/include/isc/atomic.h new
external/bsd/ntp/dist/lib/isc/ia64/include/isc/atomic.h new
external/bsd/ntp/dist/lib/isc/include/isc/app.h new
external/bsd/ntp/dist/lib/isc/include/isc/assertions.h new
external/bsd/ntp/dist/lib/isc/include/isc/backtrace.h new
external/bsd/ntp/dist/lib/isc/include/isc/base32.h new
external/bsd/ntp/dist/lib/isc/include/isc/base64.h new
external/bsd/ntp/dist/lib/isc/include/isc/bind9.h new
external/bsd/ntp/dist/lib/isc/include/isc/bitstring.h new
external/bsd/ntp/dist/lib/isc/include/isc/boolean.h new
external/bsd/ntp/dist/lib/isc/include/isc/buffer.h new
external/bsd/ntp/dist/lib/isc/include/isc/bufferlist.h new
external/bsd/ntp/dist/lib/isc/include/isc/commandline.h new
external/bsd/ntp/dist/lib/isc/include/isc/entropy.h new
external/bsd/ntp/dist/lib/isc/include/isc/error.h new
external/bsd/ntp/dist/lib/isc/include/isc/event.h new
external/bsd/ntp/dist/lib/isc/include/isc/eventclass.h new
external/bsd/ntp/dist/lib/isc/include/isc/file.h new
external/bsd/ntp/dist/lib/isc/include/isc/formatcheck.h new
external/bsd/ntp/dist/lib/isc/include/isc/fsaccess.h new
external/bsd/ntp/dist/lib/isc/include/isc/hash.h new
external/bsd/ntp/dist/lib/isc/include/isc/heap.h new
external/bsd/ntp/dist/lib/isc/include/isc/hex.h new
external/bsd/ntp/dist/lib/isc/include/isc/hmacmd5.h new
external/bsd/ntp/dist/lib/isc/include/isc/hmacsha.h new
external/bsd/ntp/dist/lib/isc/include/isc/httpd.h new
external/bsd/ntp/dist/lib/isc/include/isc/interfaceiter.h new
external/bsd/ntp/dist/lib/isc/include/isc/ipv6.h new
external/bsd/ntp/dist/lib/isc/include/isc/iterated_hash.h new
external/bsd/ntp/dist/lib/isc/include/isc/lang.h new
external/bsd/ntp/dist/lib/isc/include/isc/lex.h new
external/bsd/ntp/dist/lib/isc/include/isc/lfsr.h new
external/bsd/ntp/dist/lib/isc/include/isc/lib.h new
external/bsd/ntp/dist/lib/isc/include/isc/list.h new
external/bsd/ntp/dist/lib/isc/include/isc/log.h new
external/bsd/ntp/dist/lib/isc/include/isc/magic.h new
external/bsd/ntp/dist/lib/isc/include/isc/md5.h new
external/bsd/ntp/dist/lib/isc/include/isc/mem.h new
external/bsd/ntp/dist/lib/isc/include/isc/msgcat.h new
external/bsd/ntp/dist/lib/isc/include/isc/msgs.h new
external/bsd/ntp/dist/lib/isc/include/isc/mutexblock.h new
external/bsd/ntp/dist/lib/isc/include/isc/namespace.h new
external/bsd/ntp/dist/lib/isc/include/isc/netaddr.h new
external/bsd/ntp/dist/lib/isc/include/isc/netscope.h new
external/bsd/ntp/dist/lib/isc/include/isc/ondestroy.h new
external/bsd/ntp/dist/lib/isc/include/isc/os.h new
external/bsd/ntp/dist/lib/isc/include/isc/parseint.h new
external/bsd/ntp/dist/lib/isc/include/isc/platform.h new
external/bsd/ntp/dist/lib/isc/include/isc/platform.h.in new
external/bsd/ntp/dist/lib/isc/include/isc/portset.h new
external/bsd/ntp/dist/lib/isc/include/isc/print.h new
external/bsd/ntp/dist/lib/isc/include/isc/queue.h new
external/bsd/ntp/dist/lib/isc/include/isc/quota.h new
external/bsd/ntp/dist/lib/isc/include/isc/radix.h new
external/bsd/ntp/dist/lib/isc/include/isc/random.h new
external/bsd/ntp/dist/lib/isc/include/isc/ratelimiter.h new
external/bsd/ntp/dist/lib/isc/include/isc/refcount.h new
external/bsd/ntp/dist/lib/isc/include/isc/region.h new
external/bsd/ntp/dist/lib/isc/include/isc/resource.h new
external/bsd/ntp/dist/lib/isc/include/isc/result.h new
external/bsd/ntp/dist/lib/isc/include/isc/resultclass.h new
external/bsd/ntp/dist/lib/isc/include/isc/rwlock.h new
external/bsd/ntp/dist/lib/isc/include/isc/serial.h new
external/bsd/ntp/dist/lib/isc/include/isc/sha1.h new
external/bsd/ntp/dist/lib/isc/include/isc/sha2.h new
external/bsd/ntp/dist/lib/isc/include/isc/sockaddr.h new
external/bsd/ntp/dist/lib/isc/include/isc/socket.h new
external/bsd/ntp/dist/lib/isc/include/isc/stats.h new
external/bsd/ntp/dist/lib/isc/include/isc/stdio.h new
external/bsd/ntp/dist/lib/isc/include/isc/stdlib.h new
external/bsd/ntp/dist/lib/isc/include/isc/string.h new
external/bsd/ntp/dist/lib/isc/include/isc/symtab.h new
external/bsd/ntp/dist/lib/isc/include/isc/task.h new
external/bsd/ntp/dist/lib/isc/include/isc/taskpool.h new
external/bsd/ntp/dist/lib/isc/include/isc/timer.h new
external/bsd/ntp/dist/lib/isc/include/isc/types.h new
external/bsd/ntp/dist/lib/isc/include/isc/util.h new
external/bsd/ntp/dist/lib/isc/include/isc/version.h new
external/bsd/ntp/dist/lib/isc/include/isc/xml.h new
external/bsd/ntp/dist/lib/isc/mips/include/isc/atomic.h new
external/bsd/ntp/dist/lib/isc/nls/msgcat.c new
external/bsd/ntp/dist/lib/isc/noatomic/include/isc/atomic.h new
external/bsd/ntp/dist/lib/isc/nothreads/condition.c new
external/bsd/ntp/dist/lib/isc/nothreads/mutex.c new
external/bsd/ntp/dist/lib/isc/nothreads/thread.c new
external/bsd/ntp/dist/lib/isc/nothreads/include/isc/condition.h new
external/bsd/ntp/dist/lib/isc/nothreads/include/isc/mutex.h new
external/bsd/ntp/dist/lib/isc/nothreads/include/isc/once.h new
external/bsd/ntp/dist/lib/isc/nothreads/include/isc/thread.h new
external/bsd/ntp/dist/lib/isc/powerpc/include/isc/atomic.h new
external/bsd/ntp/dist/lib/isc/pthreads/condition.c new
external/bsd/ntp/dist/lib/isc/pthreads/mutex.c new
external/bsd/ntp/dist/lib/isc/pthreads/thread.c new
external/bsd/ntp/dist/lib/isc/pthreads/include/isc/condition.h new
external/bsd/ntp/dist/lib/isc/pthreads/include/isc/mutex.h new
external/bsd/ntp/dist/lib/isc/pthreads/include/isc/once.h new
external/bsd/ntp/dist/lib/isc/pthreads/include/isc/thread.h new
external/bsd/ntp/dist/lib/isc/sparc64/include/isc/atomic.h new
external/bsd/ntp/dist/lib/isc/tests/Atffile new
external/bsd/ntp/dist/lib/isc/tests/hash_test.c new
external/bsd/ntp/dist/lib/isc/tests/isctest.c new
external/bsd/ntp/dist/lib/isc/tests/isctest.h new
external/bsd/ntp/dist/lib/isc/tests/queue_test.c new
external/bsd/ntp/dist/lib/isc/tests/socket_test.c new
external/bsd/ntp/dist/lib/isc/tests/symtab_test.c new
external/bsd/ntp/dist/lib/isc/tests/task_test.c new
external/bsd/ntp/dist/lib/isc/tests/taskpool_test.c new
external/bsd/ntp/dist/lib/isc/unix/app.c new
external/bsd/ntp/dist/lib/isc/unix/dir.c new
external/bsd/ntp/dist/lib/isc/unix/entropy.c new
external/bsd/ntp/dist/lib/isc/unix/errno2result.c new
external/bsd/ntp/dist/lib/isc/unix/errno2result.h new
external/bsd/ntp/dist/lib/isc/unix/file.c new
external/bsd/ntp/dist/lib/isc/unix/fsaccess.c new
external/bsd/ntp/dist/lib/isc/unix/ifiter_getifaddrs.c new
external/bsd/ntp/dist/lib/isc/unix/ifiter_ioctl.c new
external/bsd/ntp/dist/lib/isc/unix/ifiter_sysctl.c new
external/bsd/ntp/dist/lib/isc/unix/interfaceiter.c new
external/bsd/ntp/dist/lib/isc/unix/ipv6.c new
external/bsd/ntp/dist/lib/isc/unix/keyboard.c new
external/bsd/ntp/dist/lib/isc/unix/net.c new
external/bsd/ntp/dist/lib/isc/unix/os.c new
external/bsd/ntp/dist/lib/isc/unix/resource.c new
external/bsd/ntp/dist/lib/isc/unix/socket.c new
external/bsd/ntp/dist/lib/isc/unix/socket_p.h new
external/bsd/ntp/dist/lib/isc/unix/stdio.c new
external/bsd/ntp/dist/lib/isc/unix/stdtime.c new
external/bsd/ntp/dist/lib/isc/unix/strerror.c new
external/bsd/ntp/dist/lib/isc/unix/syslog.c new
external/bsd/ntp/dist/lib/isc/unix/time.c new
external/bsd/ntp/dist/lib/isc/unix/include/isc/dir.h new
external/bsd/ntp/dist/lib/isc/unix/include/isc/int.h new
external/bsd/ntp/dist/lib/isc/unix/include/isc/keyboard.h new
external/bsd/ntp/dist/lib/isc/unix/include/isc/net.h new
external/bsd/ntp/dist/lib/isc/unix/include/isc/netdb.h new
external/bsd/ntp/dist/lib/isc/unix/include/isc/offset.h new
external/bsd/ntp/dist/lib/isc/unix/include/isc/stat.h new
external/bsd/ntp/dist/lib/isc/unix/include/isc/stdtime.h new
external/bsd/ntp/dist/lib/isc/unix/include/isc/strerror.h new
external/bsd/ntp/dist/lib/isc/unix/include/isc/syslog.h new
external/bsd/ntp/dist/lib/isc/unix/include/isc/time.h new
external/bsd/ntp/dist/lib/isc/win32/DLLMain.c new
external/bsd/ntp/dist/lib/isc/win32/app.c new
external/bsd/ntp/dist/lib/isc/win32/condition.c new
external/bsd/ntp/dist/lib/isc/win32/dir.c new
external/bsd/ntp/dist/lib/isc/win32/entropy.c new
external/bsd/ntp/dist/lib/isc/win32/errno2result.c new
external/bsd/ntp/dist/lib/isc/win32/errno2result.h new
external/bsd/ntp/dist/lib/isc/win32/file.c new
external/bsd/ntp/dist/lib/isc/win32/fsaccess.c new
external/bsd/ntp/dist/lib/isc/win32/interfaceiter.c new
external/bsd/ntp/dist/lib/isc/win32/ipv6.c new
external/bsd/ntp/dist/lib/isc/win32/keyboard.c new
external/bsd/ntp/dist/lib/isc/win32/libgen.h new
external/bsd/ntp/dist/lib/isc/win32/libisc.def new
external/bsd/ntp/dist/lib/isc/win32/libisc.dsp new
external/bsd/ntp/dist/lib/isc/win32/libisc.dsw new
external/bsd/ntp/dist/lib/isc/win32/libisc.mak new
external/bsd/ntp/dist/lib/isc/win32/net.c new
external/bsd/ntp/dist/lib/isc/win32/netdb.h new
external/bsd/ntp/dist/lib/isc/win32/ntgroups.c new
external/bsd/ntp/dist/lib/isc/win32/ntpaths.c new
external/bsd/ntp/dist/lib/isc/win32/once.c new
external/bsd/ntp/dist/lib/isc/win32/os.c new
external/bsd/ntp/dist/lib/isc/win32/resource.c new
external/bsd/ntp/dist/lib/isc/win32/socket.c new
external/bsd/ntp/dist/lib/isc/win32/stdio.c new
external/bsd/ntp/dist/lib/isc/win32/stdtime.c new
external/bsd/ntp/dist/lib/isc/win32/strerror.c new
external/bsd/ntp/dist/lib/isc/win32/syslog.c new
external/bsd/ntp/dist/lib/isc/win32/syslog.h new
external/bsd/ntp/dist/lib/isc/win32/thread.c new
external/bsd/ntp/dist/lib/isc/win32/time.c new
external/bsd/ntp/dist/lib/isc/win32/unistd.h new
external/bsd/ntp/dist/lib/isc/win32/version.c new
external/bsd/ntp/dist/lib/isc/win32/win32os.c new
external/bsd/ntp/dist/lib/isc/win32/include/isc/bind_registry.h new
external/bsd/ntp/dist/lib/isc/win32/include/isc/bindevt.h new
external/bsd/ntp/dist/lib/isc/win32/include/isc/condition.h new
external/bsd/ntp/dist/lib/isc/win32/include/isc/dir.h new
external/bsd/ntp/dist/lib/isc/win32/include/isc/int.h new
external/bsd/ntp/dist/lib/isc/win32/include/isc/ipv6.h new
external/bsd/ntp/dist/lib/isc/win32/include/isc/keyboard.h new
external/bsd/ntp/dist/lib/isc/win32/include/isc/mutex.h new
external/bsd/ntp/dist/lib/isc/win32/include/isc/net.h new
external/bsd/ntp/dist/lib/isc/win32/include/isc/netdb.h new
external/bsd/ntp/dist/lib/isc/win32/include/isc/ntgroups.h new
external/bsd/ntp/dist/lib/isc/win32/include/isc/ntpaths.h new
external/bsd/ntp/dist/lib/isc/win32/include/isc/offset.h new
external/bsd/ntp/dist/lib/isc/win32/include/isc/once.h new
external/bsd/ntp/dist/lib/isc/win32/include/isc/platform.h new
external/bsd/ntp/dist/lib/isc/win32/include/isc/stat.h new
external/bsd/ntp/dist/lib/isc/win32/include/isc/stdtime.h new
external/bsd/ntp/dist/lib/isc/win32/include/isc/strerror.h new
external/bsd/ntp/dist/lib/isc/win32/include/isc/syslog.h new
external/bsd/ntp/dist/lib/isc/win32/include/isc/thread.h new
external/bsd/ntp/dist/lib/isc/win32/include/isc/time.h new
external/bsd/ntp/dist/lib/isc/win32/include/isc/win32os.h new
external/bsd/ntp/dist/lib/isc/x86_32/include/isc/atomic.h new
external/bsd/ntp/dist/lib/isc/x86_64/include/isc/atomic.h new
external/bsd/ntp/dist/libjsmn/LICENSE new
external/bsd/ntp/dist/libjsmn/Makefile new
external/bsd/ntp/dist/libjsmn/README.md new
external/bsd/ntp/dist/libjsmn/jsmn.c new
external/bsd/ntp/dist/libjsmn/jsmn.h new
external/bsd/ntp/dist/libjsmn/jsmn_test.c new
external/bsd/ntp/dist/libntp/Makefile.am new
external/bsd/ntp/dist/libntp/Makefile.in new
external/bsd/ntp/dist/libntp/README new
external/bsd/ntp/dist/libntp/a_md5encrypt.c new
external/bsd/ntp/dist/libntp/adjtime.c new
external/bsd/ntp/dist/libntp/adjtimex.c new
external/bsd/ntp/dist/libntp/atoint.c new
external/bsd/ntp/dist/libntp/atolfp.c new
external/bsd/ntp/dist/libntp/atouint.c new
external/bsd/ntp/dist/libntp/audio.c new
external/bsd/ntp/dist/libntp/authkeys.c new
external/bsd/ntp/dist/libntp/authreadkeys.c new
external/bsd/ntp/dist/libntp/authusekey.c new
external/bsd/ntp/dist/libntp/bsd_strerror.c new
external/bsd/ntp/dist/libntp/buftvtots.c new
external/bsd/ntp/dist/libntp/caljulian.c new
external/bsd/ntp/dist/libntp/caltontp.c new
external/bsd/ntp/dist/libntp/calyearstart.c new
external/bsd/ntp/dist/libntp/clocktime.c new
external/bsd/ntp/dist/libntp/clocktypes.c new
external/bsd/ntp/dist/libntp/decodenetnum.c new
external/bsd/ntp/dist/libntp/dofptoa.c new
external/bsd/ntp/dist/libntp/dolfptoa.c new
external/bsd/ntp/dist/libntp/emalloc.c new
external/bsd/ntp/dist/libntp/findconfig.c new
external/bsd/ntp/dist/libntp/getopt.c new
external/bsd/ntp/dist/libntp/hextoint.c new
external/bsd/ntp/dist/libntp/hextolfp.c new
external/bsd/ntp/dist/libntp/humandate.c new
external/bsd/ntp/dist/libntp/icom.c new
external/bsd/ntp/dist/libntp/iosignal.c new
external/bsd/ntp/dist/libntp/lib_strbuf.c new
external/bsd/ntp/dist/libntp/machines.c new
external/bsd/ntp/dist/libntp/mktime.c new
external/bsd/ntp/dist/libntp/modetoa.c new
external/bsd/ntp/dist/libntp/mstolfp.c new
external/bsd/ntp/dist/libntp/msyslog.c new
external/bsd/ntp/dist/libntp/netof.c new
external/bsd/ntp/dist/libntp/ntp_calendar.c new
external/bsd/ntp/dist/libntp/ntp_crypto_rnd.c new
external/bsd/ntp/dist/libntp/ntp_intres.c new
external/bsd/ntp/dist/libntp/ntp_libopts.c new
external/bsd/ntp/dist/libntp/ntp_lineedit.c new
external/bsd/ntp/dist/libntp/ntp_random.c new
external/bsd/ntp/dist/libntp/ntp_rfc2553.c new
external/bsd/ntp/dist/libntp/ntp_worker.c new
external/bsd/ntp/dist/libntp/numtoa.c new
external/bsd/ntp/dist/libntp/numtohost.c new
external/bsd/ntp/dist/libntp/octtoint.c new
external/bsd/ntp/dist/libntp/prettydate.c new
external/bsd/ntp/dist/libntp/recvbuff.c new
external/bsd/ntp/dist/libntp/refnumtoa.c new
external/bsd/ntp/dist/libntp/snprintf.c new
external/bsd/ntp/dist/libntp/socket.c new
external/bsd/ntp/dist/libntp/socktoa.c new
external/bsd/ntp/dist/libntp/socktohost.c new
external/bsd/ntp/dist/libntp/ssl_init.c new
external/bsd/ntp/dist/libntp/statestr.c new
external/bsd/ntp/dist/libntp/strdup.c new
external/bsd/ntp/dist/libntp/strl_obsd.c new
external/bsd/ntp/dist/libntp/syssignal.c new
external/bsd/ntp/dist/libntp/systime.c new
external/bsd/ntp/dist/libntp/systime_s.c new
external/bsd/ntp/dist/libntp/timetoa.c new
external/bsd/ntp/dist/libntp/timevalops.c new
external/bsd/ntp/dist/libntp/uglydate.c new
external/bsd/ntp/dist/libntp/vint64ops.c new
external/bsd/ntp/dist/libntp/work_fork.c new
external/bsd/ntp/dist/libntp/work_thread.c new
external/bsd/ntp/dist/libntp/ymd2yd.c new
external/bsd/ntp/dist/libparse/Makefile.am new
external/bsd/ntp/dist/libparse/Makefile.in new
external/bsd/ntp/dist/libparse/README new
external/bsd/ntp/dist/libparse/binio.c new
external/bsd/ntp/dist/libparse/clk_computime.c new
external/bsd/ntp/dist/libparse/clk_dcf7000.c new
external/bsd/ntp/dist/libparse/clk_hopf6021.c new
external/bsd/ntp/dist/libparse/clk_meinberg.c new
external/bsd/ntp/dist/libparse/clk_rawdcf.c new
external/bsd/ntp/dist/libparse/clk_rcc8000.c new
external/bsd/ntp/dist/libparse/clk_schmid.c new
external/bsd/ntp/dist/libparse/clk_sel240x.c new
external/bsd/ntp/dist/libparse/clk_trimtaip.c new
external/bsd/ntp/dist/libparse/clk_trimtsip.c new
external/bsd/ntp/dist/libparse/clk_varitext.c new
external/bsd/ntp/dist/libparse/clk_wharton.c new
external/bsd/ntp/dist/libparse/data_mbg.c new
external/bsd/ntp/dist/libparse/gpstolfp.c new
external/bsd/ntp/dist/libparse/ieee754io.c new
external/bsd/ntp/dist/libparse/info_trimble.c new
external/bsd/ntp/dist/libparse/mfp_mul.c new
external/bsd/ntp/dist/libparse/mkinfo_rcmd.sed new
external/bsd/ntp/dist/libparse/mkinfo_scmd.sed new
external/bsd/ntp/dist/libparse/parse.c new
external/bsd/ntp/dist/libparse/parse_conf.c new
external/bsd/ntp/dist/libparse/parsesolaris.c new
external/bsd/ntp/dist/libparse/parsestreams.c new
external/bsd/ntp/dist/libparse/trim_info.c new
external/bsd/ntp/dist/ntpd/Makefile.am new
external/bsd/ntp/dist/ntpd/Makefile.in new
external/bsd/ntp/dist/ntpd/check_y2k.c new
external/bsd/ntp/dist/ntpd/cmd_args.c new
external/bsd/ntp/dist/ntpd/complete.conf.in new
external/bsd/ntp/dist/ntpd/declcond.h new
external/bsd/ntp/dist/ntpd/invoke-ntp.conf.menu new
external/bsd/ntp/dist/ntpd/invoke-ntp.conf.texi new
external/bsd/ntp/dist/ntpd/invoke-ntp.keys.menu new
external/bsd/ntp/dist/ntpd/invoke-ntp.keys.texi new
external/bsd/ntp/dist/ntpd/invoke-ntpd.menu new
external/bsd/ntp/dist/ntpd/invoke-ntpd.texi new
external/bsd/ntp/dist/ntpd/jupiter.h new
external/bsd/ntp/dist/ntpd/keyword-gen-utd new
external/bsd/ntp/dist/ntpd/keyword-gen.c new
external/bsd/ntp/dist/ntpd/ntp.conf.5man new
external/bsd/ntp/dist/ntpd/ntp.conf.5mdoc new
external/bsd/ntp/dist/ntpd/ntp.conf.def new
external/bsd/ntp/dist/ntpd/ntp.conf.html new
external/bsd/ntp/dist/ntpd/ntp.conf.man.in new
external/bsd/ntp/dist/ntpd/ntp.conf.mdoc.in new
external/bsd/ntp/dist/ntpd/ntp.conf.texi new
external/bsd/ntp/dist/ntpd/ntp.keys.5man new
external/bsd/ntp/dist/ntpd/ntp.keys.5mdoc new
external/bsd/ntp/dist/ntpd/ntp.keys.def new
external/bsd/ntp/dist/ntpd/ntp.keys.html new
external/bsd/ntp/dist/ntpd/ntp.keys.man.in new
external/bsd/ntp/dist/ntpd/ntp.keys.mdoc.in new
external/bsd/ntp/dist/ntpd/ntp.keys.texi new
external/bsd/ntp/dist/ntpd/ntp_config.c new
external/bsd/ntp/dist/ntpd/ntp_control.c new
external/bsd/ntp/dist/ntpd/ntp_crypto.c new
external/bsd/ntp/dist/ntpd/ntp_filegen.c new
external/bsd/ntp/dist/ntpd/ntp_io.c new
external/bsd/ntp/dist/ntpd/ntp_keyword.h new
external/bsd/ntp/dist/ntpd/ntp_leapsec.c new
external/bsd/ntp/dist/ntpd/ntp_leapsec.h new
external/bsd/ntp/dist/ntpd/ntp_loopfilter.c new
external/bsd/ntp/dist/ntpd/ntp_monitor.c new
external/bsd/ntp/dist/ntpd/ntp_parser.c new
external/bsd/ntp/dist/ntpd/ntp_parser.h new
external/bsd/ntp/dist/ntpd/ntp_parser.y new
external/bsd/ntp/dist/ntpd/ntp_peer.c new
external/bsd/ntp/dist/ntpd/ntp_prio_q.c new
external/bsd/ntp/dist/ntpd/ntp_proto.c new
external/bsd/ntp/dist/ntpd/ntp_refclock.c new
external/bsd/ntp/dist/ntpd/ntp_request.c new
external/bsd/ntp/dist/ntpd/ntp_restrict.c new
external/bsd/ntp/dist/ntpd/ntp_scanner.c new
external/bsd/ntp/dist/ntpd/ntp_scanner.h new
external/bsd/ntp/dist/ntpd/ntp_signd.c new
external/bsd/ntp/dist/ntpd/ntp_timer.c new
external/bsd/ntp/dist/ntpd/ntp_util.c new
external/bsd/ntp/dist/ntpd/ntpd-opts.c new
external/bsd/ntp/dist/ntpd/ntpd-opts.def new
external/bsd/ntp/dist/ntpd/ntpd-opts.h new
external/bsd/ntp/dist/ntpd/ntpd.1ntpdman new
external/bsd/ntp/dist/ntpd/ntpd.1ntpdmdoc new
external/bsd/ntp/dist/ntpd/ntpd.c new
external/bsd/ntp/dist/ntpd/ntpd.html new
external/bsd/ntp/dist/ntpd/ntpd.man.in new
external/bsd/ntp/dist/ntpd/ntpd.mdoc.in new
external/bsd/ntp/dist/ntpd/ntpd.texi new
external/bsd/ntp/dist/ntpd/ntpdbase-opts.def new
external/bsd/ntp/dist/ntpd/ntpsim.c new
external/bsd/ntp/dist/ntpd/ppsapi_timepps.h new
external/bsd/ntp/dist/ntpd/refclock_acts.c new
external/bsd/ntp/dist/ntpd/refclock_arbiter.c new
external/bsd/ntp/dist/ntpd/refclock_arc.c new
external/bsd/ntp/dist/ntpd/refclock_as2201.c new
external/bsd/ntp/dist/ntpd/refclock_atom.c new
external/bsd/ntp/dist/ntpd/refclock_bancomm.c new
external/bsd/ntp/dist/ntpd/refclock_chronolog.c new
external/bsd/ntp/dist/ntpd/refclock_chu.c new
external/bsd/ntp/dist/ntpd/refclock_conf.c new
external/bsd/ntp/dist/ntpd/refclock_datum.c new
external/bsd/ntp/dist/ntpd/refclock_dumbclock.c new
external/bsd/ntp/dist/ntpd/refclock_fg.c new
external/bsd/ntp/dist/ntpd/refclock_gpsdjson.c new
external/bsd/ntp/dist/ntpd/refclock_gpsvme.c new
external/bsd/ntp/dist/ntpd/refclock_heath.c new
external/bsd/ntp/dist/ntpd/refclock_hopfpci.c new
external/bsd/ntp/dist/ntpd/refclock_hopfser.c new
external/bsd/ntp/dist/ntpd/refclock_hpgps.c new
external/bsd/ntp/dist/ntpd/refclock_irig.c new
external/bsd/ntp/dist/ntpd/refclock_jjy.c new
external/bsd/ntp/dist/ntpd/refclock_jupiter.c new
external/bsd/ntp/dist/ntpd/refclock_leitch.c new
external/bsd/ntp/dist/ntpd/refclock_local.c new
external/bsd/ntp/dist/ntpd/refclock_msfees.c new
external/bsd/ntp/dist/ntpd/refclock_mx4200.c new
external/bsd/ntp/dist/ntpd/refclock_neoclock4x.c new
external/bsd/ntp/dist/ntpd/refclock_nmea.c new
external/bsd/ntp/dist/ntpd/refclock_oncore.c new
external/bsd/ntp/dist/ntpd/refclock_palisade.c new
external/bsd/ntp/dist/ntpd/refclock_palisade.h new
external/bsd/ntp/dist/ntpd/refclock_parse.c new
external/bsd/ntp/dist/ntpd/refclock_pcf.c new
external/bsd/ntp/dist/ntpd/refclock_pst.c new
external/bsd/ntp/dist/ntpd/refclock_ripencc.c new
external/bsd/ntp/dist/ntpd/refclock_shm.c new
external/bsd/ntp/dist/ntpd/refclock_tpro.c new
external/bsd/ntp/dist/ntpd/refclock_true.c new
external/bsd/ntp/dist/ntpd/refclock_tsyncpci.c new
external/bsd/ntp/dist/ntpd/refclock_tt560.c new
external/bsd/ntp/dist/ntpd/refclock_ulink.c new
external/bsd/ntp/dist/ntpd/refclock_wwv.c new
external/bsd/ntp/dist/ntpd/refclock_wwvb.c new
external/bsd/ntp/dist/ntpd/refclock_zyfer.c new
external/bsd/ntp/dist/ntpdate/Makefile.am new
external/bsd/ntp/dist/ntpdate/Makefile.in new
external/bsd/ntp/dist/ntpdate/README new
external/bsd/ntp/dist/ntpdate/ntpdate.c new
external/bsd/ntp/dist/ntpdate/ntpdate.h new
external/bsd/ntp/dist/ntpdc/Makefile.am new
external/bsd/ntp/dist/ntpdc/Makefile.in new
external/bsd/ntp/dist/ntpdc/README new
external/bsd/ntp/dist/ntpdc/invoke-ntpdc.menu new
external/bsd/ntp/dist/ntpdc/invoke-ntpdc.texi new
external/bsd/ntp/dist/ntpdc/layout.std new
external/bsd/ntp/dist/ntpdc/nl.pl new
external/bsd/ntp/dist/ntpdc/nl.pl.in new
external/bsd/ntp/dist/ntpdc/nl_in.c new
external/bsd/ntp/dist/ntpdc/ntpdc-layout.c new
external/bsd/ntp/dist/ntpdc/ntpdc-opts.c new
external/bsd/ntp/dist/ntpdc/ntpdc-opts.def new
external/bsd/ntp/dist/ntpdc/ntpdc-opts.h new
external/bsd/ntp/dist/ntpdc/ntpdc.1ntpdcman new
external/bsd/ntp/dist/ntpdc/ntpdc.1ntpdcmdoc new
external/bsd/ntp/dist/ntpdc/ntpdc.c new
external/bsd/ntp/dist/ntpdc/ntpdc.h new
external/bsd/ntp/dist/ntpdc/ntpdc.html new
external/bsd/ntp/dist/ntpdc/ntpdc.man.in new
external/bsd/ntp/dist/ntpdc/ntpdc.mdoc.in new
external/bsd/ntp/dist/ntpdc/ntpdc.texi new
external/bsd/ntp/dist/ntpdc/ntpdc_ops.c new
external/bsd/ntp/dist/ntpq/Makefile.am new
external/bsd/ntp/dist/ntpq/Makefile.in new
external/bsd/ntp/dist/ntpq/README new
external/bsd/ntp/dist/ntpq/invoke-ntpq.menu new
external/bsd/ntp/dist/ntpq/invoke-ntpq.texi new
external/bsd/ntp/dist/ntpq/libntpq.c new
external/bsd/ntp/dist/ntpq/libntpq.h new
external/bsd/ntp/dist/ntpq/libntpq_subs.c new
external/bsd/ntp/dist/ntpq/ntpq-opts.c new
external/bsd/ntp/dist/ntpq/ntpq-opts.def new
external/bsd/ntp/dist/ntpq/ntpq-opts.h new
external/bsd/ntp/dist/ntpq/ntpq-subs.c new
external/bsd/ntp/dist/ntpq/ntpq.1ntpqman new
external/bsd/ntp/dist/ntpq/ntpq.1ntpqmdoc new
external/bsd/ntp/dist/ntpq/ntpq.c new
external/bsd/ntp/dist/ntpq/ntpq.h new
external/bsd/ntp/dist/ntpq/ntpq.html new
external/bsd/ntp/dist/ntpq/ntpq.man.in new
external/bsd/ntp/dist/ntpq/ntpq.mdoc.in new
external/bsd/ntp/dist/ntpq/ntpq.texi new
external/bsd/ntp/dist/ntpsnmpd/Makefile.am new
external/bsd/ntp/dist/ntpsnmpd/Makefile.in new
external/bsd/ntp/dist/ntpsnmpd/README new
external/bsd/ntp/dist/ntpsnmpd/invoke-ntpsnmpd.menu new
external/bsd/ntp/dist/ntpsnmpd/invoke-ntpsnmpd.texi new
external/bsd/ntp/dist/ntpsnmpd/netsnmp_daemonize.c new
external/bsd/ntp/dist/ntpsnmpd/ntpSnmpSubagentObject.c new
external/bsd/ntp/dist/ntpsnmpd/ntpSnmpSubagentObject.h new
external/bsd/ntp/dist/ntpsnmpd/ntp_snmp.h new
external/bsd/ntp/dist/ntpsnmpd/ntpsnmpd-opts.c new
external/bsd/ntp/dist/ntpsnmpd/ntpsnmpd-opts.def new
external/bsd/ntp/dist/ntpsnmpd/ntpsnmpd-opts.h new
external/bsd/ntp/dist/ntpsnmpd/ntpsnmpd.1ntpsnmpdman new
external/bsd/ntp/dist/ntpsnmpd/ntpsnmpd.1ntpsnmpdmdoc new
external/bsd/ntp/dist/ntpsnmpd/ntpsnmpd.c new
external/bsd/ntp/dist/ntpsnmpd/ntpsnmpd.html new
external/bsd/ntp/dist/ntpsnmpd/ntpsnmpd.man.in new
external/bsd/ntp/dist/ntpsnmpd/ntpsnmpd.mdoc.in new
external/bsd/ntp/dist/ntpsnmpd/ntpsnmpd.texi new
external/bsd/ntp/dist/ntpsnmpd/ntpv4-mib.mib new
external/bsd/ntp/dist/parseutil/Makefile.am new
external/bsd/ntp/dist/parseutil/Makefile.in new
external/bsd/ntp/dist/parseutil/README new
external/bsd/ntp/dist/parseutil/dcfd.c new
external/bsd/ntp/dist/parseutil/testdcf.c new
external/bsd/ntp/dist/scripts/Makefile.am new
external/bsd/ntp/dist/scripts/Makefile.in new
external/bsd/ntp/dist/scripts/README new
external/bsd/ntp/dist/scripts/invoke-plot_summary.menu new
external/bsd/ntp/dist/scripts/invoke-plot_summary.texi new
external/bsd/ntp/dist/scripts/invoke-summary.menu new
external/bsd/ntp/dist/scripts/invoke-summary.texi new
external/bsd/ntp/dist/scripts/ntpver.in new
external/bsd/ntp/dist/scripts/plot_summary-opts new
external/bsd/ntp/dist/scripts/plot_summary-opts.def new
external/bsd/ntp/dist/scripts/plot_summary.1plot_summaryman new
external/bsd/ntp/dist/scripts/plot_summary.1plot_summarymdoc new
external/bsd/ntp/dist/scripts/plot_summary.html new
external/bsd/ntp/dist/scripts/plot_summary.in new
external/bsd/ntp/dist/scripts/plot_summary.man.in new
external/bsd/ntp/dist/scripts/plot_summary.mdoc.in new
external/bsd/ntp/dist/scripts/plot_summary.texi new
external/bsd/ntp/dist/scripts/summary-opts new
external/bsd/ntp/dist/scripts/summary-opts.def new
external/bsd/ntp/dist/scripts/summary.1summaryman new
external/bsd/ntp/dist/scripts/summary.1summarymdoc new
external/bsd/ntp/dist/scripts/summary.html new
external/bsd/ntp/dist/scripts/summary.in new
external/bsd/ntp/dist/scripts/summary.man.in new
external/bsd/ntp/dist/scripts/summary.mdoc.in new
external/bsd/ntp/dist/scripts/summary.texi new
external/bsd/ntp/dist/scripts/build/Makefile.am new
external/bsd/ntp/dist/scripts/build/Makefile.in new
external/bsd/ntp/dist/scripts/build/UpdatePoint new
external/bsd/ntp/dist/scripts/build/VersionName new
external/bsd/ntp/dist/scripts/build/check--help new
external/bsd/ntp/dist/scripts/build/checkChangeLog new
external/bsd/ntp/dist/scripts/build/checkHtmlFileDates new
external/bsd/ntp/dist/scripts/build/fixautomakedepsmagic new
external/bsd/ntp/dist/scripts/build/genCommitLog new
external/bsd/ntp/dist/scripts/build/genver new
external/bsd/ntp/dist/scripts/build/mkver.in new
external/bsd/ntp/dist/scripts/build/updateBEDate new
external/bsd/ntp/dist/scripts/calc_tickadj/Makefile.am new
external/bsd/ntp/dist/scripts/calc_tickadj/Makefile.in new
external/bsd/ntp/dist/scripts/calc_tickadj/calc_tickadj-opts new
external/bsd/ntp/dist/scripts/calc_tickadj/calc_tickadj-opts.def new
external/bsd/ntp/dist/scripts/calc_tickadj/calc_tickadj.1calc_tickadjmannew
external/bsd/ntp/dist/scripts/calc_tickadj/calc_tickadj.1calc_tickadjmdoc new
external/bsd/ntp/dist/scripts/calc_tickadj/calc_tickadj.html new
external/bsd/ntp/dist/scripts/calc_tickadj/calc_tickadj.in new
external/bsd/ntp/dist/scripts/calc_tickadj/calc_tickadj.man.in new
external/bsd/ntp/dist/scripts/calc_tickadj/calc_tickadj.mdoc.in new
external/bsd/ntp/dist/scripts/calc_tickadj/calc_tickadj.texi new
external/bsd/ntp/dist/scripts/calc_tickadj/invoke-calc_tickadj.menu new
external/bsd/ntp/dist/scripts/calc_tickadj/invoke-calc_tickadj.texi new
external/bsd/ntp/dist/scripts/deprecated/freq_adj.in new
external/bsd/ntp/dist/scripts/deprecated/hpadjtime.sh new
external/bsd/ntp/dist/scripts/deprecated/html2man.in new
external/bsd/ntp/dist/scripts/deprecated/ntp-close new
external/bsd/ntp/dist/scripts/deprecated/ntp-groper new
external/bsd/ntp/dist/scripts/deprecated/ntp-restart new
external/bsd/ntp/dist/scripts/deprecated/ntp-status new
external/bsd/ntp/dist/scripts/lib/Makefile.am new
external/bsd/ntp/dist/scripts/lib/Makefile.in new
external/bsd/ntp/dist/scripts/lib/NTP/Util.pm new
external/bsd/ntp/dist/scripts/monitoring/README new
external/bsd/ntp/dist/scripts/monitoring/loopwatch.config.SAMPLE new
external/bsd/ntp/dist/scripts/monitoring/lr.pl new
external/bsd/ntp/dist/scripts/monitoring/ntp.pl new
external/bsd/ntp/dist/scripts/monitoring/ntploopstat new
external/bsd/ntp/dist/scripts/monitoring/ntploopwatch new
external/bsd/ntp/dist/scripts/monitoring/ntptrap new
external/bsd/ntp/dist/scripts/monitoring/timelocal.pl new
external/bsd/ntp/dist/scripts/ntp-wait/Makefile.am new
external/bsd/ntp/dist/scripts/ntp-wait/Makefile.in new
external/bsd/ntp/dist/scripts/ntp-wait/invoke-ntp-wait.menu new
external/bsd/ntp/dist/scripts/ntp-wait/invoke-ntp-wait.texi new
external/bsd/ntp/dist/scripts/ntp-wait/ntp-wait-opts new
external/bsd/ntp/dist/scripts/ntp-wait/ntp-wait-opts.def new
external/bsd/ntp/dist/scripts/ntp-wait/ntp-wait.1ntp-waitman new
external/bsd/ntp/dist/scripts/ntp-wait/ntp-wait.1ntp-waitmdoc new
external/bsd/ntp/dist/scripts/ntp-wait/ntp-wait.html new
external/bsd/ntp/dist/scripts/ntp-wait/ntp-wait.in new
external/bsd/ntp/dist/scripts/ntp-wait/ntp-wait.man.in new
external/bsd/ntp/dist/scripts/ntp-wait/ntp-wait.mdoc.in new
external/bsd/ntp/dist/scripts/ntp-wait/ntp-wait.texi new
external/bsd/ntp/dist/scripts/ntpsweep/Makefile.am new
external/bsd/ntp/dist/scripts/ntpsweep/Makefile.in new
external/bsd/ntp/dist/scripts/ntpsweep/invoke-ntpsweep.menu new
external/bsd/ntp/dist/scripts/ntpsweep/invoke-ntpsweep.texi new
external/bsd/ntp/dist/scripts/ntpsweep/ntpsweep-opts new
external/bsd/ntp/dist/scripts/ntpsweep/ntpsweep-opts.def new
external/bsd/ntp/dist/scripts/ntpsweep/ntpsweep.1ntpsweepman new
external/bsd/ntp/dist/scripts/ntpsweep/ntpsweep.1ntpsweepmdoc new
external/bsd/ntp/dist/scripts/ntpsweep/ntpsweep.html new
external/bsd/ntp/dist/scripts/ntpsweep/ntpsweep.in new
external/bsd/ntp/dist/scripts/ntpsweep/ntpsweep.man.in new
external/bsd/ntp/dist/scripts/ntpsweep/ntpsweep.mdoc.in new
external/bsd/ntp/dist/scripts/ntpsweep/ntpsweep.texi new
external/bsd/ntp/dist/scripts/ntptrace/Makefile.am new
external/bsd/ntp/dist/scripts/ntptrace/Makefile.in new
external/bsd/ntp/dist/scripts/ntptrace/invoke-ntptrace.menu new
external/bsd/ntp/dist/scripts/ntptrace/invoke-ntptrace.texi new
external/bsd/ntp/dist/scripts/ntptrace/ntptrace-opts new
external/bsd/ntp/dist/scripts/ntptrace/ntptrace-opts.def new
external/bsd/ntp/dist/scripts/ntptrace/ntptrace.1ntptraceman new
external/bsd/ntp/dist/scripts/ntptrace/ntptrace.1ntptracemdoc new
external/bsd/ntp/dist/scripts/ntptrace/ntptrace.html new
external/bsd/ntp/dist/scripts/ntptrace/ntptrace.in new
external/bsd/ntp/dist/scripts/ntptrace/ntptrace.man.in new
external/bsd/ntp/dist/scripts/ntptrace/ntptrace.mdoc.in new
external/bsd/ntp/dist/scripts/ntptrace/ntptrace.texi new
external/bsd/ntp/dist/scripts/rc/README new
external/bsd/ntp/dist/scripts/rc/ntpd new
external/bsd/ntp/dist/scripts/rc/ntpwait new
external/bsd/ntp/dist/scripts/rc/rc.d/TIMESYNC new
external/bsd/ntp/dist/scripts/rc/rc.d/ntpd new
external/bsd/ntp/dist/scripts/rc/rc.d/ntpwait new
external/bsd/ntp/dist/scripts/stats/README new
external/bsd/ntp/dist/scripts/stats/README.stats new
external/bsd/ntp/dist/scripts/stats/README.timecodes new
external/bsd/ntp/dist/scripts/stats/clock.awk new
external/bsd/ntp/dist/scripts/stats/dupe.awk new
external/bsd/ntp/dist/scripts/stats/ensemble.S new
external/bsd/ntp/dist/scripts/stats/ensemble.awk new
external/bsd/ntp/dist/scripts/stats/etf.S new
external/bsd/ntp/dist/scripts/stats/etf.awk new
external/bsd/ntp/dist/scripts/stats/itf.S new
external/bsd/ntp/dist/scripts/stats/itf.awk new
external/bsd/ntp/dist/scripts/stats/loop.S new
external/bsd/ntp/dist/scripts/stats/loop.awk new
external/bsd/ntp/dist/scripts/stats/loop_summary new
external/bsd/ntp/dist/scripts/stats/peer.awk new
external/bsd/ntp/dist/scripts/stats/psummary.awk new
external/bsd/ntp/dist/scripts/stats/summary.sh new
external/bsd/ntp/dist/scripts/stats/tdata.S new
external/bsd/ntp/dist/scripts/stats/tdata.awk new
external/bsd/ntp/dist/sntp/COPYRIGHT new
external/bsd/ntp/dist/sntp/Makefile.am new
external/bsd/ntp/dist/sntp/Makefile.in new
external/bsd/ntp/dist/sntp/aclocal.m4 new
external/bsd/ntp/dist/sntp/bincheck.mf new
external/bsd/ntp/dist/sntp/check-libntp.mf new
external/bsd/ntp/dist/sntp/check-libopts.mf new
external/bsd/ntp/dist/sntp/config.h.in new
external/bsd/ntp/dist/sntp/configure new
external/bsd/ntp/dist/sntp/configure.ac new
external/bsd/ntp/dist/sntp/crypto.c new
external/bsd/ntp/dist/sntp/crypto.h new
external/bsd/ntp/dist/sntp/data_formats.h new
external/bsd/ntp/dist/sntp/deps-ver new
external/bsd/ntp/dist/sntp/depsver.mf new
external/bsd/ntp/dist/sntp/evlog.c new
external/bsd/ntp/dist/sntp/includes.mf new
external/bsd/ntp/dist/sntp/install-sh new
external/bsd/ntp/dist/sntp/invoke-sntp.menu new
external/bsd/ntp/dist/sntp/invoke-sntp.texi new
external/bsd/ntp/dist/sntp/kod_management.c new
external/bsd/ntp/dist/sntp/kod_management.h new
external/bsd/ntp/dist/sntp/log.c new
external/bsd/ntp/dist/sntp/log.h new
external/bsd/ntp/dist/sntp/main.c new
external/bsd/ntp/dist/sntp/main.h new
external/bsd/ntp/dist/sntp/networking.c new
external/bsd/ntp/dist/sntp/networking.h new
external/bsd/ntp/dist/sntp/scm-rev new
external/bsd/ntp/dist/sntp/sntp-opts.c new
external/bsd/ntp/dist/sntp/sntp-opts.def new
external/bsd/ntp/dist/sntp/sntp-opts.h new
external/bsd/ntp/dist/sntp/sntp.1sntpman new
external/bsd/ntp/dist/sntp/sntp.1sntpmdoc new
external/bsd/ntp/dist/sntp/sntp.c new
external/bsd/ntp/dist/sntp/sntp.html new
external/bsd/ntp/dist/sntp/sntp.man.in new
external/bsd/ntp/dist/sntp/sntp.mdoc.in new
external/bsd/ntp/dist/sntp/sntp.texi new
external/bsd/ntp/dist/sntp/tests_main.cpp new
external/bsd/ntp/dist/sntp/tests_main.h new
external/bsd/ntp/dist/sntp/utilities.c new
external/bsd/ntp/dist/sntp/utilities.h new
external/bsd/ntp/dist/sntp/ag-tpl/0-old/Mdoc.pm new
external/bsd/ntp/dist/sntp/ag-tpl/0-old/agman-cmd.tpl new
external/bsd/ntp/dist/sntp/ag-tpl/0-old/agmdoc-cmd.tpl new
external/bsd/ntp/dist/sntp/ag-tpl/0-old/cmd-doc.tlib new
external/bsd/ntp/dist/sntp/ag-tpl/0-old/mdoc-synopsis.tlib new
external/bsd/ntp/dist/sntp/ag-tpl/0-old/mdoc2man new
external/bsd/ntp/dist/sntp/ag-tpl/0-old/mdoc2texi new
external/bsd/ntp/dist/sntp/ag-tpl/0-old/perlopt.tpl new
external/bsd/ntp/dist/sntp/event2/event-config.h new
external/bsd/ntp/dist/sntp/include/Makefile.am new
external/bsd/ntp/dist/sntp/include/Makefile.in new
external/bsd/ntp/dist/sntp/include/autogen-version.def new
external/bsd/ntp/dist/sntp/include/copyright.def new
external/bsd/ntp/dist/sntp/include/debug-opt.def new
external/bsd/ntp/dist/sntp/include/homerc.def new
external/bsd/ntp/dist/sntp/include/ntp.lic new
external/bsd/ntp/dist/sntp/include/version.def new
external/bsd/ntp/dist/sntp/include/version.texi new
external/bsd/ntp/dist/sntp/libevent/ChangeLog new
external/bsd/ntp/dist/sntp/libevent/ChangeLog-1.4 new
external/bsd/ntp/dist/sntp/libevent/ChangeLog-2.0 new
external/bsd/ntp/dist/sntp/libevent/Doxyfile new
external/bsd/ntp/dist/sntp/libevent/LICENSE new
external/bsd/ntp/dist/sntp/libevent/Makefile.am new
external/bsd/ntp/dist/sntp/libevent/Makefile.in new
external/bsd/ntp/dist/sntp/libevent/Makefile.nmake new
external/bsd/ntp/dist/sntp/libevent/README new
external/bsd/ntp/dist/sntp/libevent/aclocal.m4 new
external/bsd/ntp/dist/sntp/libevent/arc4random.c new
external/bsd/ntp/dist/sntp/libevent/autogen.sh new
external/bsd/ntp/dist/sntp/libevent/buffer.c new
external/bsd/ntp/dist/sntp/libevent/buffer_iocp.c new
external/bsd/ntp/dist/sntp/libevent/bufferevent-internal.h new
external/bsd/ntp/dist/sntp/libevent/bufferevent.c new
external/bsd/ntp/dist/sntp/libevent/bufferevent_async.c new
external/bsd/ntp/dist/sntp/libevent/bufferevent_filter.c new
external/bsd/ntp/dist/sntp/libevent/bufferevent_openssl.c new
external/bsd/ntp/dist/sntp/libevent/bufferevent_pair.c new
external/bsd/ntp/dist/sntp/libevent/bufferevent_ratelim.c new
external/bsd/ntp/dist/sntp/libevent/bufferevent_sock.c new
external/bsd/ntp/dist/sntp/libevent/changelist-internal.h new
external/bsd/ntp/dist/sntp/libevent/config.h.in new
external/bsd/ntp/dist/sntp/libevent/configure new
external/bsd/ntp/dist/sntp/libevent/configure.ac new
external/bsd/ntp/dist/sntp/libevent/defer-internal.h new
external/bsd/ntp/dist/sntp/libevent/devpoll.c new
external/bsd/ntp/dist/sntp/libevent/epoll.c new
external/bsd/ntp/dist/sntp/libevent/epoll_sub.c new
external/bsd/ntp/dist/sntp/libevent/epolltable-internal.h new
external/bsd/ntp/dist/sntp/libevent/evbuffer-internal.h new
external/bsd/ntp/dist/sntp/libevent/evconfig-private.h new
external/bsd/ntp/dist/sntp/libevent/evconfig-private.h.in new
external/bsd/ntp/dist/sntp/libevent/evdns.c new
external/bsd/ntp/dist/sntp/libevent/event-internal.h new
external/bsd/ntp/dist/sntp/libevent/event.c new
external/bsd/ntp/dist/sntp/libevent/event_iocp.c new
external/bsd/ntp/dist/sntp/libevent/event_rpcgen.py new
external/bsd/ntp/dist/sntp/libevent/event_tagging.c new
external/bsd/ntp/dist/sntp/libevent/evmap-internal.h new
external/bsd/ntp/dist/sntp/libevent/evmap.c new
external/bsd/ntp/dist/sntp/libevent/evport.c new
external/bsd/ntp/dist/sntp/libevent/evrpc-internal.h new
external/bsd/ntp/dist/sntp/libevent/evrpc.c new
external/bsd/ntp/dist/sntp/libevent/evsignal-internal.h new
external/bsd/ntp/dist/sntp/libevent/evthread-internal.h new
external/bsd/ntp/dist/sntp/libevent/evthread.c new
external/bsd/ntp/dist/sntp/libevent/evthread_pthread.c new
external/bsd/ntp/dist/sntp/libevent/evthread_win32.c new
external/bsd/ntp/dist/sntp/libevent/evutil.c new
external/bsd/ntp/dist/sntp/libevent/evutil_rand.c new
external/bsd/ntp/dist/sntp/libevent/evutil_time.c new
external/bsd/ntp/dist/sntp/libevent/ht-internal.h new
external/bsd/ntp/dist/sntp/libevent/http-internal.h new
external/bsd/ntp/dist/sntp/libevent/http.c new
external/bsd/ntp/dist/sntp/libevent/iocp-internal.h new
external/bsd/ntp/dist/sntp/libevent/ipv6-internal.h new
external/bsd/ntp/dist/sntp/libevent/kqueue-internal.h new
external/bsd/ntp/dist/sntp/libevent/kqueue.c new
external/bsd/ntp/dist/sntp/libevent/libevent.pc.in new
external/bsd/ntp/dist/sntp/libevent/libevent_openssl.pc.in new
external/bsd/ntp/dist/sntp/libevent/libevent_pthreads.pc.in new
external/bsd/ntp/dist/sntp/libevent/listener.c new
external/bsd/ntp/dist/sntp/libevent/log-internal.h new
external/bsd/ntp/dist/sntp/libevent/log.c new
external/bsd/ntp/dist/sntp/libevent/make-event-config.sed new
external/bsd/ntp/dist/sntp/libevent/minheap-internal.h new
external/bsd/ntp/dist/sntp/libevent/mm-internal.h new
external/bsd/ntp/dist/sntp/libevent/poll.c new
external/bsd/ntp/dist/sntp/libevent/ratelim-internal.h new
external/bsd/ntp/dist/sntp/libevent/select.c new
external/bsd/ntp/dist/sntp/libevent/signal.c new
external/bsd/ntp/dist/sntp/libevent/strlcpy-internal.h new
external/bsd/ntp/dist/sntp/libevent/strlcpy.c new
external/bsd/ntp/dist/sntp/libevent/time-internal.h new
external/bsd/ntp/dist/sntp/libevent/util-internal.h new
external/bsd/ntp/dist/sntp/libevent/whatsnew-2.0.txt new
external/bsd/ntp/dist/sntp/libevent/whatsnew-2.1.txt new
external/bsd/ntp/dist/sntp/libevent/win32select.c new
external/bsd/ntp/dist/sntp/libevent/WIN32-Code/tree.h new
external/bsd/ntp/dist/sntp/libevent/WIN32-Code/nmake/evconfig-private.h new
external/bsd/ntp/dist/sntp/libevent/WIN32-Code/nmake/event2/event-config.h new
external/bsd/ntp/dist/sntp/libevent/build-aux/compile new
external/bsd/ntp/dist/sntp/libevent/build-aux/config.guess new
external/bsd/ntp/dist/sntp/libevent/build-aux/config.sub new
external/bsd/ntp/dist/sntp/libevent/build-aux/depcomp new
external/bsd/ntp/dist/sntp/libevent/build-aux/install-sh new
external/bsd/ntp/dist/sntp/libevent/build-aux/ltmain.sh new
external/bsd/ntp/dist/sntp/libevent/build-aux/missing new
external/bsd/ntp/dist/sntp/libevent/build-aux/ylwrap new
external/bsd/ntp/dist/sntp/libevent/compat/sys/queue.h new
external/bsd/ntp/dist/sntp/libevent/include/evdns.h new
external/bsd/ntp/dist/sntp/libevent/include/event.h new
external/bsd/ntp/dist/sntp/libevent/include/evhttp.h new
external/bsd/ntp/dist/sntp/libevent/include/evrpc.h new
external/bsd/ntp/dist/sntp/libevent/include/evutil.h new
external/bsd/ntp/dist/sntp/libevent/include/include.am new
external/bsd/ntp/dist/sntp/libevent/include/event2/buffer.h new
external/bsd/ntp/dist/sntp/libevent/include/event2/buffer_compat.h new
external/bsd/ntp/dist/sntp/libevent/include/event2/bufferevent.h new
external/bsd/ntp/dist/sntp/libevent/include/event2/bufferevent_compat.h new
external/bsd/ntp/dist/sntp/libevent/include/event2/bufferevent_ssl.h new
external/bsd/ntp/dist/sntp/libevent/include/event2/bufferevent_struct.h new
external/bsd/ntp/dist/sntp/libevent/include/event2/dns.h new
external/bsd/ntp/dist/sntp/libevent/include/event2/dns_compat.h new
external/bsd/ntp/dist/sntp/libevent/include/event2/dns_struct.h new
external/bsd/ntp/dist/sntp/libevent/include/event2/event.h new
external/bsd/ntp/dist/sntp/libevent/include/event2/event_compat.h new
external/bsd/ntp/dist/sntp/libevent/include/event2/event_struct.h new
external/bsd/ntp/dist/sntp/libevent/include/event2/http.h new
external/bsd/ntp/dist/sntp/libevent/include/event2/http_compat.h new
external/bsd/ntp/dist/sntp/libevent/include/event2/http_struct.h new
external/bsd/ntp/dist/sntp/libevent/include/event2/keyvalq_struct.h new
external/bsd/ntp/dist/sntp/libevent/include/event2/listener.h new
external/bsd/ntp/dist/sntp/libevent/include/event2/rpc.h new
external/bsd/ntp/dist/sntp/libevent/include/event2/rpc_compat.h new
external/bsd/ntp/dist/sntp/libevent/include/event2/rpc_struct.h new
external/bsd/ntp/dist/sntp/libevent/include/event2/tag.h new
external/bsd/ntp/dist/sntp/libevent/include/event2/tag_compat.h new
external/bsd/ntp/dist/sntp/libevent/include/event2/thread.h new
external/bsd/ntp/dist/sntp/libevent/include/event2/util.h new
external/bsd/ntp/dist/sntp/libevent/include/event2/visibility.h new
external/bsd/ntp/dist/sntp/libevent/m4/ac_backport_259_ssizet.m4 new
external/bsd/ntp/dist/sntp/libevent/m4/libevent_openssl.m4 new
external/bsd/ntp/dist/sntp/libevent/m4/libtool.m4 new
external/bsd/ntp/dist/sntp/libevent/m4/ltoptions.m4 new
external/bsd/ntp/dist/sntp/libevent/m4/ltsugar.m4 new
external/bsd/ntp/dist/sntp/libevent/m4/ltversion.m4 new
external/bsd/ntp/dist/sntp/libevent/m4/lt~obsolete.m4 new
external/bsd/ntp/dist/sntp/libevent/m4/ntp_pkg_config.m4 new
external/bsd/ntp/dist/sntp/libevent/m4/openldap-thread-check.m4 new
external/bsd/ntp/dist/sntp/libevent/m4/openldap.m4 new
external/bsd/ntp/dist/sntp/libevent/sample/dns-example.c new
external/bsd/ntp/dist/sntp/libevent/sample/event-read-fifo.c new
external/bsd/ntp/dist/sntp/libevent/sample/hello-world.c new
external/bsd/ntp/dist/sntp/libevent/sample/hostcheck.c new
external/bsd/ntp/dist/sntp/libevent/sample/hostcheck.h new
external/bsd/ntp/dist/sntp/libevent/sample/http-server.c new
external/bsd/ntp/dist/sntp/libevent/sample/https-client.c new
external/bsd/ntp/dist/sntp/libevent/sample/include.am new
external/bsd/ntp/dist/sntp/libevent/sample/le-proxy.c new
external/bsd/ntp/dist/sntp/libevent/sample/openssl_hostname_validation.cnew
external/bsd/ntp/dist/sntp/libevent/sample/openssl_hostname_validation.hnew
external/bsd/ntp/dist/sntp/libevent/sample/signal-test.c new
external/bsd/ntp/dist/sntp/libevent/sample/time-test.c new
external/bsd/ntp/dist/sntp/libevent/test/Makefile.nmake new
external/bsd/ntp/dist/sntp/libevent/test/bench.c new
external/bsd/ntp/dist/sntp/libevent/test/bench_cascade.c new
external/bsd/ntp/dist/sntp/libevent/test/bench_http.c new
external/bsd/ntp/dist/sntp/libevent/test/bench_httpclient.c new
external/bsd/ntp/dist/sntp/libevent/test/check-dumpevents.py new
external/bsd/ntp/dist/sntp/libevent/test/include.am new
external/bsd/ntp/dist/sntp/libevent/test/regress.c new
external/bsd/ntp/dist/sntp/libevent/test/regress.gen.c new
external/bsd/ntp/dist/sntp/libevent/test/regress.gen.h new
external/bsd/ntp/dist/sntp/libevent/test/regress.h new
external/bsd/ntp/dist/sntp/libevent/test/regress.rpc new
external/bsd/ntp/dist/sntp/libevent/test/regress_buffer.c new
external/bsd/ntp/dist/sntp/libevent/test/regress_bufferevent.c new
external/bsd/ntp/dist/sntp/libevent/test/regress_dns.c new
external/bsd/ntp/dist/sntp/libevent/test/regress_et.c new
external/bsd/ntp/dist/sntp/libevent/test/regress_finalize.c new
external/bsd/ntp/dist/sntp/libevent/test/regress_http.c new
external/bsd/ntp/dist/sntp/libevent/test/regress_iocp.c new
external/bsd/ntp/dist/sntp/libevent/test/regress_listener.c new
external/bsd/ntp/dist/sntp/libevent/test/regress_main.c new
external/bsd/ntp/dist/sntp/libevent/test/regress_minheap.c new
external/bsd/ntp/dist/sntp/libevent/test/regress_rpc.c new
external/bsd/ntp/dist/sntp/libevent/test/regress_ssl.c new
external/bsd/ntp/dist/sntp/libevent/test/regress_testutils.c new
external/bsd/ntp/dist/sntp/libevent/test/regress_testutils.h new
external/bsd/ntp/dist/sntp/libevent/test/regress_thread.c new
external/bsd/ntp/dist/sntp/libevent/test/regress_thread.h new
external/bsd/ntp/dist/sntp/libevent/test/regress_util.c new
external/bsd/ntp/dist/sntp/libevent/test/regress_zlib.c new
external/bsd/ntp/dist/sntp/libevent/test/rpcgen_wrapper.sh new
external/bsd/ntp/dist/sntp/libevent/test/test-changelist.c new
external/bsd/ntp/dist/sntp/libevent/test/test-closed.c new
external/bsd/ntp/dist/sntp/libevent/test/test-dumpevents.c new
external/bsd/ntp/dist/sntp/libevent/test/test-eof.c new
external/bsd/ntp/dist/sntp/libevent/test/test-fdleak.c new
external/bsd/ntp/dist/sntp/libevent/test/test-init.c new
external/bsd/ntp/dist/sntp/libevent/test/test-ratelim.c new
external/bsd/ntp/dist/sntp/libevent/test/test-time.c new
external/bsd/ntp/dist/sntp/libevent/test/test-weof.c new
external/bsd/ntp/dist/sntp/libevent/test/test.sh new
external/bsd/ntp/dist/sntp/libevent/test/tinytest.c new
external/bsd/ntp/dist/sntp/libevent/test/tinytest.h new
external/bsd/ntp/dist/sntp/libevent/test/tinytest_local.h new
external/bsd/ntp/dist/sntp/libevent/test/tinytest_macros.h new
external/bsd/ntp/dist/sntp/libopts/COPYING.gplv3 new
external/bsd/ntp/dist/sntp/libopts/COPYING.lgplv3 new
external/bsd/ntp/dist/sntp/libopts/COPYING.mbsd new
external/bsd/ntp/dist/sntp/libopts/MakeDefs.inc new
external/bsd/ntp/dist/sntp/libopts/Makefile.am new
external/bsd/ntp/dist/sntp/libopts/Makefile.in new
external/bsd/ntp/dist/sntp/libopts/README new
external/bsd/ntp/dist/sntp/libopts/ag-char-map.h new
external/bsd/ntp/dist/sntp/libopts/alias.c new
external/bsd/ntp/dist/sntp/libopts/ao-strs.c new
external/bsd/ntp/dist/sntp/libopts/ao-strs.h new
external/bsd/ntp/dist/sntp/libopts/autoopts.c new
external/bsd/ntp/dist/sntp/libopts/autoopts.h new
external/bsd/ntp/dist/sntp/libopts/boolean.c new
external/bsd/ntp/dist/sntp/libopts/check.c new
external/bsd/ntp/dist/sntp/libopts/configfile.c new
external/bsd/ntp/dist/sntp/libopts/cook.c new
external/bsd/ntp/dist/sntp/libopts/enum.c new
external/bsd/ntp/dist/sntp/libopts/env.c new
external/bsd/ntp/dist/sntp/libopts/file.c new
external/bsd/ntp/dist/sntp/libopts/find.c new
external/bsd/ntp/dist/sntp/libopts/genshell.c new
external/bsd/ntp/dist/sntp/libopts/genshell.h new
external/bsd/ntp/dist/sntp/libopts/gettext.h new
external/bsd/ntp/dist/sntp/libopts/init.c new
external/bsd/ntp/dist/sntp/libopts/intprops.h new
external/bsd/ntp/dist/sntp/libopts/libopts.c new
external/bsd/ntp/dist/sntp/libopts/load.c new
external/bsd/ntp/dist/sntp/libopts/makeshell.c new
external/bsd/ntp/dist/sntp/libopts/nested.c new
external/bsd/ntp/dist/sntp/libopts/numeric.c new
external/bsd/ntp/dist/sntp/libopts/option-value-type.c new
external/bsd/ntp/dist/sntp/libopts/option-value-type.h new
external/bsd/ntp/dist/sntp/libopts/option-xat-attribute.c new
external/bsd/ntp/dist/sntp/libopts/option-xat-attribute.h new
external/bsd/ntp/dist/sntp/libopts/parse-duration.c new
external/bsd/ntp/dist/sntp/libopts/parse-duration.h new
external/bsd/ntp/dist/sntp/libopts/pgusage.c new
external/bsd/ntp/dist/sntp/libopts/proto.h new
external/bsd/ntp/dist/sntp/libopts/putshell.c new
external/bsd/ntp/dist/sntp/libopts/reset.c new
external/bsd/ntp/dist/sntp/libopts/restore.c new
external/bsd/ntp/dist/sntp/libopts/save.c new
external/bsd/ntp/dist/sntp/libopts/sort.c new
external/bsd/ntp/dist/sntp/libopts/stack.c new
external/bsd/ntp/dist/sntp/libopts/stdnoreturn.in.h new
external/bsd/ntp/dist/sntp/libopts/streqvcmp.c new
external/bsd/ntp/dist/sntp/libopts/text_mmap.c new
external/bsd/ntp/dist/sntp/libopts/time.c new
external/bsd/ntp/dist/sntp/libopts/tokenize.c new
external/bsd/ntp/dist/sntp/libopts/usage.c new
external/bsd/ntp/dist/sntp/libopts/version.c new
external/bsd/ntp/dist/sntp/libopts/autoopts/options.h new
external/bsd/ntp/dist/sntp/libopts/autoopts/project.h new
external/bsd/ntp/dist/sntp/libopts/autoopts/usage-txt.h new
external/bsd/ntp/dist/sntp/libopts/compat/_Noreturn.h new
external/bsd/ntp/dist/sntp/libopts/compat/compat.h new
external/bsd/ntp/dist/sntp/libopts/compat/pathfind.c new
external/bsd/ntp/dist/sntp/libopts/compat/snprintf.c new
external/bsd/ntp/dist/sntp/libopts/compat/strchr.c new
external/bsd/ntp/dist/sntp/libopts/compat/strdup.c new
external/bsd/ntp/dist/sntp/libopts/compat/windows-config.h new
external/bsd/ntp/dist/sntp/libopts/m4/libopts.m4 new
external/bsd/ntp/dist/sntp/libopts/m4/liboptschk.m4 new
external/bsd/ntp/dist/sntp/libopts/m4/stdnoreturn.m4 new
external/bsd/ntp/dist/sntp/loc/README new
external/bsd/ntp/dist/sntp/loc/darwin new
external/bsd/ntp/dist/sntp/loc/debian new
external/bsd/ntp/dist/sntp/loc/freebsd new
external/bsd/ntp/dist/sntp/loc/legacy new
external/bsd/ntp/dist/sntp/loc/netbsd new
external/bsd/ntp/dist/sntp/loc/redhat new
external/bsd/ntp/dist/sntp/loc/solaris new
external/bsd/ntp/dist/sntp/m4/define_dir.m4 new
external/bsd/ntp/dist/sntp/m4/hms_search_lib.m4 new
external/bsd/ntp/dist/sntp/m4/libtool.m4 new
external/bsd/ntp/dist/sntp/m4/ltoptions.m4 new
external/bsd/ntp/dist/sntp/m4/ltsugar.m4 new
external/bsd/ntp/dist/sntp/m4/ltversion.m4 new
external/bsd/ntp/dist/sntp/m4/lt~obsolete.m4 new
external/bsd/ntp/dist/sntp/m4/ntp_cacheversion.m4 new
external/bsd/ntp/dist/sntp/m4/ntp_compiler.m4 new
external/bsd/ntp/dist/sntp/m4/ntp_crosscompile.m4 new
external/bsd/ntp/dist/sntp/m4/ntp_crypto_rand.m4 new
external/bsd/ntp/dist/sntp/m4/ntp_debug.m4 new
external/bsd/ntp/dist/sntp/m4/ntp_dir_sep.m4 new
external/bsd/ntp/dist/sntp/m4/ntp_facilitynames.m4 new
external/bsd/ntp/dist/sntp/m4/ntp_googletest.m4 new
external/bsd/ntp/dist/sntp/m4/ntp_ipv6.m4 new
external/bsd/ntp/dist/sntp/m4/ntp_lib_m.m4 new
external/bsd/ntp/dist/sntp/m4/ntp_libevent.m4 new
external/bsd/ntp/dist/sntp/m4/ntp_libntp.m4 new
external/bsd/ntp/dist/sntp/m4/ntp_lineeditlibs.m4 new
external/bsd/ntp/dist/sntp/m4/ntp_locinfo.m4 new
external/bsd/ntp/dist/sntp/m4/ntp_openssl.m4 new
external/bsd/ntp/dist/sntp/m4/ntp_pkg_config.m4 new
external/bsd/ntp/dist/sntp/m4/ntp_prog_cc.m4 new
external/bsd/ntp/dist/sntp/m4/ntp_rlimit.m4 new
external/bsd/ntp/dist/sntp/m4/ntp_sntp.m4 new
external/bsd/ntp/dist/sntp/m4/ntp_sysexits.m4 new
external/bsd/ntp/dist/sntp/m4/ntp_ver_suffix.m4 new
external/bsd/ntp/dist/sntp/m4/ntp_vpathhack.m4 new
external/bsd/ntp/dist/sntp/m4/os_cflags.m4 new
external/bsd/ntp/dist/sntp/m4/snprintf.m4 new
external/bsd/ntp/dist/sntp/m4/version.m4 new
external/bsd/ntp/dist/sntp/scripts/Makefile.am new
external/bsd/ntp/dist/sntp/scripts/Makefile.in new
external/bsd/ntp/dist/sntp/scripts/cvo.sh new
external/bsd/ntp/dist/sntp/scripts/genLocInfo new
external/bsd/ntp/dist/sntp/scripts/mansec2subst.sed new
external/bsd/ntp/dist/sntp/tests/Makefile.am new
external/bsd/ntp/dist/sntp/tests/Makefile.in new
external/bsd/ntp/dist/sntp/tests/crypto.cpp new
external/bsd/ntp/dist/sntp/tests/fileHandlingTest.h new
external/bsd/ntp/dist/sntp/tests/keyFile.cpp new
external/bsd/ntp/dist/sntp/tests/kodDatabase.cpp new
external/bsd/ntp/dist/sntp/tests/kodFile.cpp new
external/bsd/ntp/dist/sntp/tests/networking.cpp new
external/bsd/ntp/dist/sntp/tests/packetHandling.cpp new
external/bsd/ntp/dist/sntp/tests/packetProcessing.cpp new
external/bsd/ntp/dist/sntp/tests/sntptest.h new
external/bsd/ntp/dist/sntp/tests/tests-runner new
external/bsd/ntp/dist/sntp/tests/utilities.cpp new
external/bsd/ntp/dist/sntp/tests/data/debug-input-lfp-bin new
external/bsd/ntp/dist/sntp/tests/data/debug-input-lfp-dec new
external/bsd/ntp/dist/sntp/tests/data/debug-input-pkt new
external/bsd/ntp/dist/sntp/tests/data/key-test-ascii new
external/bsd/ntp/dist/sntp/tests/data/key-test-comments new
external/bsd/ntp/dist/sntp/tests/data/key-test-empty new
external/bsd/ntp/dist/sntp/tests/data/key-test-hex new
external/bsd/ntp/dist/sntp/tests/data/key-test-invalid-hex new
external/bsd/ntp/dist/sntp/tests/data/kod-expected-multiple new
external/bsd/ntp/dist/sntp/tests/data/kod-expected-single new
external/bsd/ntp/dist/sntp/tests/data/kod-test-blanks new
external/bsd/ntp/dist/sntp/tests/data/kod-test-correct new
external/bsd/ntp/dist/sntp/tests/data/kod-test-empty new
external/bsd/ntp/dist/tests/Makefile.am new
external/bsd/ntp/dist/tests/Makefile.in new
external/bsd/ntp/dist/tests/libntp/Makefile.am new
external/bsd/ntp/dist/tests/libntp/Makefile.in new
external/bsd/ntp/dist/tests/libntp/a_md5encrypt.cpp new
external/bsd/ntp/dist/tests/libntp/atoint.cpp new
external/bsd/ntp/dist/tests/libntp/atouint.cpp new
external/bsd/ntp/dist/tests/libntp/authkeys.cpp new
external/bsd/ntp/dist/tests/libntp/buftvtots.cpp new
external/bsd/ntp/dist/tests/libntp/calendar.cpp new
external/bsd/ntp/dist/tests/libntp/caljulian.cpp new
external/bsd/ntp/dist/tests/libntp/caltontp.cpp new
external/bsd/ntp/dist/tests/libntp/calyearstart.cpp new
external/bsd/ntp/dist/tests/libntp/clocktime.cpp new
external/bsd/ntp/dist/tests/libntp/decodenetnum.cpp new
external/bsd/ntp/dist/tests/libntp/hextoint.cpp new
external/bsd/ntp/dist/tests/libntp/hextolfp.cpp new
external/bsd/ntp/dist/tests/libntp/humandate.cpp new
external/bsd/ntp/dist/tests/libntp/lfpfunc.cpp new
external/bsd/ntp/dist/tests/libntp/lfptest.h new
external/bsd/ntp/dist/tests/libntp/lfptostr.cpp new
external/bsd/ntp/dist/tests/libntp/libntptest.cpp new
external/bsd/ntp/dist/tests/libntp/libntptest.h new
external/bsd/ntp/dist/tests/libntp/modetoa.cpp new
external/bsd/ntp/dist/tests/libntp/msyslog.cpp new
external/bsd/ntp/dist/tests/libntp/netof.cpp new
external/bsd/ntp/dist/tests/libntp/numtoa.cpp new
external/bsd/ntp/dist/tests/libntp/numtohost.cpp new
external/bsd/ntp/dist/tests/libntp/octtoint.cpp new
external/bsd/ntp/dist/tests/libntp/prettydate.cpp new
external/bsd/ntp/dist/tests/libntp/recvbuff.cpp new
external/bsd/ntp/dist/tests/libntp/refnumtoa.cpp new
external/bsd/ntp/dist/tests/libntp/sfptostr.cpp new
external/bsd/ntp/dist/tests/libntp/sockaddrtest.h new
external/bsd/ntp/dist/tests/libntp/socktoa.cpp new
external/bsd/ntp/dist/tests/libntp/ssl_init.cpp new
external/bsd/ntp/dist/tests/libntp/statestr.cpp new
external/bsd/ntp/dist/tests/libntp/strtolfp.cpp new
external/bsd/ntp/dist/tests/libntp/timespecops.cpp new
external/bsd/ntp/dist/tests/libntp/timestructs.cpp new
external/bsd/ntp/dist/tests/libntp/timestructs.h new
external/bsd/ntp/dist/tests/libntp/timevalops.cpp new
external/bsd/ntp/dist/tests/libntp/tstotv.cpp new
external/bsd/ntp/dist/tests/libntp/tvtots.cpp new
external/bsd/ntp/dist/tests/libntp/uglydate.cpp new
external/bsd/ntp/dist/tests/libntp/vi64ops.cpp new
external/bsd/ntp/dist/tests/libntp/ymd2yd.cpp new
external/bsd/ntp/dist/tests/ntpd/Makefile.am new
external/bsd/ntp/dist/tests/ntpd/Makefile.in new
external/bsd/ntp/dist/tests/ntpd/leapsec.cpp new
external/bsd/ntp/dist/tests/ntpd/ntpdtest.cpp new
external/bsd/ntp/dist/tests/ntpd/ntpdtest.h new
external/bsd/ntp/dist/util/Makefile.am new
external/bsd/ntp/dist/util/Makefile.in new
external/bsd/ntp/dist/util/README new
external/bsd/ntp/dist/util/audio-pcm.c new
external/bsd/ntp/dist/util/byteorder.c new
external/bsd/ntp/dist/util/hist.c new
external/bsd/ntp/dist/util/invoke-ntp-keygen.menu new
external/bsd/ntp/dist/util/invoke-ntp-keygen.texi new
external/bsd/ntp/dist/util/jitter.c new
external/bsd/ntp/dist/util/jitter.h new
external/bsd/ntp/dist/util/kern.c new
external/bsd/ntp/dist/util/longsize.c new
external/bsd/ntp/dist/util/ntp-keygen-opts.c new
external/bsd/ntp/dist/util/ntp-keygen-opts.def new
external/bsd/ntp/dist/util/ntp-keygen-opts.h new
external/bsd/ntp/dist/util/ntp-keygen.1ntp-keygenman new
external/bsd/ntp/dist/util/ntp-keygen.1ntp-keygenmdoc new
external/bsd/ntp/dist/util/ntp-keygen.c new
external/bsd/ntp/dist/util/ntp-keygen.html new
external/bsd/ntp/dist/util/ntp-keygen.man.in new
external/bsd/ntp/dist/util/ntp-keygen.mdoc.in new
external/bsd/ntp/dist/util/ntp-keygen.texi new
external/bsd/ntp/dist/util/ntptime.c new
external/bsd/ntp/dist/util/pps-api.c new
external/bsd/ntp/dist/util/precision.c new
external/bsd/ntp/dist/util/sht.c new
external/bsd/ntp/dist/util/testrs6000.c new
external/bsd/ntp/dist/util/tg.c new
external/bsd/ntp/dist/util/tg2.c new
external/bsd/ntp/dist/util/tickadj.c new
external/bsd/ntp/dist/util/timetrim.c new
external/bsd/ntp/html/Makefile new
external/bsd/ntp/include/config.h new
external/bsd/ntp/lib/Makefile new
external/bsd/ntp/lib/Makefile.inc new
external/bsd/ntp/lib/libiscntp/Makefile new
external/bsd/ntp/lib/libntp/Makefile new
external/bsd/ntp/lib/libopts/Makefile new
external/bsd/ntp/lib/libparse/Makefile new
external/bsd/ntp/scripts/mkver new
usr.sbin/Makefile patch
usr.sbin/ntp/Makefile delete
usr.sbin/ntp/Makefile.inc delete
usr.sbin/ntp/importdate delete
usr.sbin/ntp/html/Makefile delete
usr.sbin/ntp/include/config.h delete
usr.sbin/ntp/libisc/Makefile delete
usr.sbin/ntp/libntp/Makefile delete
usr.sbin/ntp/libopts/Makefile delete
usr.sbin/ntp/libparse/Makefile delete
usr.sbin/ntp/ntp-keygen/Makefile delete
usr.sbin/ntp/ntp-keygen/ntp-keygen.8 delete
usr.sbin/ntp/ntpd/Makefile delete
usr.sbin/ntp/ntpd/ntpd.8 delete
usr.sbin/ntp/ntpdate/Makefile delete
usr.sbin/ntp/ntpdate/ntpdate.8 delete
usr.sbin/ntp/ntpdc/Makefile delete
usr.sbin/ntp/ntpdc/ntpdc.8 delete
usr.sbin/ntp/ntpq/Makefile delete
usr.sbin/ntp/ntpq/ntpq.8 delete
usr.sbin/ntp/ntptime/Makefile delete
usr.sbin/ntp/ntptime/ntptime.8 delete
usr.sbin/ntp/ntptrace/Makefile delete
usr.sbin/ntp/ntptrace/ntptrace.8 delete
usr.sbin/ntp/ntptrace/ntptrace.awk delete
usr.sbin/ntp/scripts/mkver delete
usr.sbin/sntp/Makefile delete
usr.sbin/sntp/sntp.1 delete
Update ntp to 4.2.8. This pullup syncs with -current as of
2014/01/06.
CVE-2014-9293, CVE-2014-9294, CVE-2014-9295, and CVE-2014-9296.
@
text
@a0 103
Server Commands and Options
Following is a description of the server configuration commands in NTPv4. There are two classes of commands, configuration commands that configure an association with a remote server, peer or reference clock, and auxiliary commands that specify environment variables that control various related operations.
The various modes described on the Association Management page are determined by the command keyword and the DNS name or IP address. Addresses are classed by type as (s) a remote server or peer (IPv4 class A, B and C or IPv6), (b) the IPv4 broadcast address of a local interface, (m) a multicast address (IPv4 class D or IPv6), or (r) a reference clock address (127.127.x.x). For type m addresses the IANA has assigned the multicast group address IPv4 224.0.1.1 and IPv6 ff05::101 (site local) exclusively to NTP, but other nonconflicting addresses can be used.
If the Basic Socket Interface Extensions for IPv6 (RFC-2553) is detected,
support for the IPv6 address family is generated in addition to the default IPv4 address family. IPv6 addresses can be identified by the presence of colons ":" in the address field. IPv6 addresses can be used almost everywhere where IPv4 addresses can be used, with the exception of reference clock addresses, which are always IPv4. Note that in contexts where a host name is expected, a -4 qualifier preceding the host name forces DNS resolution to the IPv4 namespace, while a -6 qualifier forces DNS resolution to the IPv6 namespace.
Server Commands
Unless noted otherwise, further information about these commands is on the Association Management page.
These commands specify the remote server name or address to be used and the mode in which to operate. The address can be either a DNS name or a IPv4 or IPv6 address in standard notation. In general, multiple commands of each type can be used for different server and peer addresses or multicast groups.
server
For type s and r addresses (only), this command mobilizes a persistent client mode association with the specified remote server or local reference clock. If the preempt flag is specified, a preemptable client mode association is mobilized instead.
peer
For type s addresses (only), this command mobilizes a persistent symmetric-active mode association with the specified remote peer.
broadcast
For type b and m addressees (only), this command mobilizes a broadcast or multicast server mode association. Note that type b messages go only to the interface specified, but type m messages go to all interfaces.
manycastclient
For type m addresses (only), this command mobilizes a preemptable manycast client mode association for the multicast group address specified. In this mode the address must match the address specified on the manycastserver command of one or more designated manycast servers. Additional information about this command is on the Automatic Server Discovery page.
pool
For type s addresses (only) this command mobilizes a preemptable pool client mode association for the DNS name specified. The DNS name must resolve to one or more IPv4 or IPv6 addresses. Additional information about this command is on the Automatic Server Discovery page. The www.pool.ntp.org page describes a compatible pool of public NTP servers.
unpeer
This command removes a previously configured association. An address or association ID can be used to identify the association. Either an IP address or DNS name can be used. This command is most useful when supplied via ntpq runtime configuration commands :config and config-from-file.
Server Command Options
autokey
Send and receive packets authenticated by the Autokey scheme described
on the Autokey Public Key Authentication page. This option is mutually exclusive with the key option.
burst
When the server is reachable, send a burst of packets instead of the usual one. This option is valid only with the server command and type s addresses. It is a recommended option when the maxpoll option is greater than 10 (1024 s). Additional information about this option is on the Poll Program page.
iburst
When the server is unreachable, send a burst of packets instead of the usual one. This option is valid only with the server command and type s addresses. It is a recommended option with this command. Additional information about this option is on the Poll Program page.
Send and receive packets authenticated by the symmetric key scheme described in the Authentication Support page. The key specifies the key identifier with values from 1 to 65534, inclusive. This option is mutually exclusive with the autokey option.
minpoll minpoll maxpoll maxpoll
These options specify the minimum and maximum poll intervals for NTP messages, in seconds as a power of two. The maximum poll interval defaults to 10 (1024 s), but can be increased by the maxpoll option to an upper limit of 17 (36 hr). The minimum poll interval defaults to 6 (64 s), but can be decreased by the minpoll option to a lower limit of 3 (8 s). Additional information about this option is on the Poll Program page.
mode option
Pass the option to a reference clock driver, where option is an integer in the range from 0 to 255, inclusive. This option is valid only with type r addresses.
noselect
Marks the server or peer to be ignored by the selection algorithm as unreachable, but visible to the monitoring program. This option is valid only with the server and peer commands.
preempt
Specifies the association as preemptable rather than the default persistent. This option is ignored with the broadcast command and is most useful with the manycastclient and pool commands.
prefer
Mark the server as preferred. All other things being equal, this host will be chosen for synchronization among a set of correctly operating hosts. See the Mitigation Rules and the prefer Keyword page for further information. This option is valid only with the server and peer commands.
true
Mark the association to assume truechimer status; that is, always survive the selection and clustering algorithms. This option can be used with any association, but is most useful for reference clocks with large jitter on the serial port and precision pulse-per-second (PPS) signals. Caution: this option defeats the algorithms designed to cast out falsetickers and can allow these sources to set the system clock. This option is valid only with the server and peer commands.
ttl ttl
This option specifies the time-to-live ttl for the broadcast command and the maximum ttl for the expanding ring search used by the manycastclient command. Selection of the proper value, which defaults to 127, is something of a black art and should be coordinated with the network administrator. This option is invalid with type r addresses.
version version
Specifies the version number to be used for
outgoing NTP packets. Versions 1-4 are the choices, with version 4 the default.
xleave
Operate in interleaved mode (symmetric and broadcast modes only). Further information is on the NTP Interleaved Modes page.
Auxiliary Commands
broadcastclient
Enable reception of broadcast server messages to any local interface (type b address). Ordinarily, upon receiving a broadcast message for the first time, the broadcast client measures the nominal server propagation delay using a brief client/server exchange, after which it continues in listen-only mode. If a nonzero value is specified in the broadcastdelay command, the value becomes the delay and the volley is not executed. Note: the novolley option has been deprecated for future enhancements. Note that, in order to avoid accidental or malicious disruption in this mode, both the server and client should operate using symmetric key or public key authentication as described in the Authentication Options page. Note that the volley is required with public key authentication in order to run the Autokey protocol..
manycastserver address [...]
Enable reception of manycast client messages (type m) to the multicasts group address(es) (type m) specified. At least one address is required. Note that, in order to avoid accidental or malicious disruption, both the server and client should operate using symmetric key or public key authentication as described in the Authentication Options page.
multicastclient address [...]
Enable reception of multicast server messages to the multicast group address(es) (type m) specified. Upon receiving a message for the first time, the multicast client measures the nominal server propagation delay using a brief client/server exchange with the server, then enters the broadcast client mode, in which it synchronizes to succeeding multicast messages. Note that, in order to avoid accidental or malicious disruption in this mode, both the server and client should operate using symmetric key or public key authentication as described in the Authentication Options page.