Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: src/external/bsd/ntp
Module Name: src
Committed By: kardel
Date: Wed Feb 1 07:46:30 UTC 2012
Modified Files:
src/external/bsd/ntp: Makefile.inc
src/external/bsd/ntp/bin/ntp-keygen: Makefile
src/external/bsd/ntp/bin/ntpd: Makefile
src/external/bsd/ntp/bin/ntpdate: Makefile
src/external/bsd/ntp/bin/ntpdc: Makefile
src/external/bsd/ntp/bin/ntpq: Makefile
src/external/bsd/ntp/bin/ntptime: Makefile
src/external/bsd/ntp/bin/sntp: Makefile
src/external/bsd/ntp/dist/include: ntp_config.h ntp_fp.h ntp_request.h
ntp_stdlib.h ntpd.h
src/external/bsd/ntp/dist/lib/isc: inet_pton.c netaddr.c
src/external/bsd/ntp/dist/lib/isc/unix: net.c
src/external/bsd/ntp/dist/libntp: audio.c humandate.c icom.c modetoa.c
ntp_lineedit.c ssl_init.c
src/external/bsd/ntp/dist/ntpd: complete.conf keyword-gen.c
ntp_config.c ntp_control.c ntp_crypto.c ntp_filegen.c ntp_intres.c
ntp_io.c ntp_keyword.h ntp_loopfilter.c ntp_parser.c ntp_parser.h
ntp_parser.y ntp_peer.c ntp_proto.c ntp_refclock.c ntp_request.c
ntp_scanner.c ntp_util.c ntpd-opts.h ntpd.c refclock_acts.c
refclock_arc.c refclock_heath.c refclock_jjy.c refclock_jupiter.c
refclock_neoclock4x.c refclock_nmea.c refclock_oncore.c
refclock_parse.c refclock_pcf.c refclock_wwvb.c
src/external/bsd/ntp/dist/ntpdate: ntpdate.c
src/external/bsd/ntp/dist/ntpdc: ntpdc.c ntpdc_ops.c
src/external/bsd/ntp/dist/ntpq: ntpq-subs.c ntpq.1 ntpq.c ntpq.h
src/external/bsd/ntp/dist/sntp: crypto.c kod_management.c log.c log.h
main.c networking.c networking.h
src/external/bsd/ntp/dist/sntp/libopts: autoopts.h nested.c
parse-duration.c save.c stack.c
src/external/bsd/ntp/dist/sntp/libopts/autoopts: options.h
src/external/bsd/ntp/dist/util: ntp-keygen-opts.c ntp-keygen.c
src/external/bsd/ntp/lib/libntp: Makefile
src/external/bsd/ntp/lib/libopts: Makefile
Log Message:
merge import ntp-4-2-6p5
To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.10 src/external/bsd/ntp/Makefile.inc
cvs rdiff -u -r1.3 -r1.4 src/external/bsd/ntp/bin/ntp-keygen/Makefile
cvs rdiff -u -r1.10 -r1.11 src/external/bsd/ntp/bin/ntpd/Makefile
cvs rdiff -u -r1.2 -r1.3 src/external/bsd/ntp/bin/ntpdate/Makefile
cvs rdiff -u -r1.4 -r1.5 src/external/bsd/ntp/bin/ntpdc/Makefile
cvs rdiff -u -r1.5 -r1.6 src/external/bsd/ntp/bin/ntpq/Makefile
cvs rdiff -u -r1.2 -r1.3 src/external/bsd/ntp/bin/ntptime/Makefile
cvs rdiff -u -r1.2 -r1.3 src/external/bsd/ntp/bin/sntp/Makefile
cvs rdiff -u -r1.2 -r1.3 src/external/bsd/ntp/dist/include/ntp_config.h \
src/external/bsd/ntp/dist/include/ntp_fp.h \
src/external/bsd/ntp/dist/include/ntp_request.h \
src/external/bsd/ntp/dist/include/ntp_stdlib.h \
src/external/bsd/ntp/dist/include/ntpd.h
cvs rdiff -u -r1.2 -r1.3 src/external/bsd/ntp/dist/lib/isc/inet_pton.c \
src/external/bsd/ntp/dist/lib/isc/netaddr.c
cvs rdiff -u -r1.2 -r1.3 src/external/bsd/ntp/dist/lib/isc/unix/net.c
cvs rdiff -u -r1.3 -r1.4 src/external/bsd/ntp/dist/libntp/audio.c
cvs rdiff -u -r1.2 -r1.3 src/external/bsd/ntp/dist/libntp/humandate.c \
src/external/bsd/ntp/dist/libntp/icom.c \
src/external/bsd/ntp/dist/libntp/modetoa.c \
src/external/bsd/ntp/dist/libntp/ntp_lineedit.c \
src/external/bsd/ntp/dist/libntp/ssl_init.c
cvs rdiff -u -r1.2 -r1.3 src/external/bsd/ntp/dist/ntpd/complete.conf \
src/external/bsd/ntp/dist/ntpd/keyword-gen.c \
src/external/bsd/ntp/dist/ntpd/ntp_filegen.c \
src/external/bsd/ntp/dist/ntpd/ntp_keyword.h \
src/external/bsd/ntp/dist/ntpd/ntp_loopfilter.c \
src/external/bsd/ntp/dist/ntpd/ntp_parser.h \
src/external/bsd/ntp/dist/ntpd/ntp_peer.c \
src/external/bsd/ntp/dist/ntpd/ntp_proto.c \
src/external/bsd/ntp/dist/ntpd/ntp_refclock.c \
src/external/bsd/ntp/dist/ntpd/ntp_util.c \
src/external/bsd/ntp/dist/ntpd/ntpd-opts.h \
src/external/bsd/ntp/dist/ntpd/refclock_arc.c \
src/external/bsd/ntp/dist/ntpd/refclock_heath.c \
src/external/bsd/ntp/dist/ntpd/refclock_jjy.c \
src/external/bsd/ntp/dist/ntpd/refclock_pcf.c
cvs rdiff -u -r1.4 -r1.5 src/external/bsd/ntp/dist/ntpd/ntp_config.c \
src/external/bsd/ntp/dist/ntpd/ntp_control.c \
src/external/bsd/ntp/dist/ntpd/ntp_parser.c \
src/external/bsd/ntp/dist/ntpd/ntp_parser.y \
src/external/bsd/ntp/dist/ntpd/refclock_parse.c
cvs rdiff -u -r1.3 -r1.4 src/external/bsd/ntp/dist/ntpd/ntp_crypto.c \
src/external/bsd/ntp/dist/ntpd/ntp_intres.c \
src/external/bsd/ntp/dist/ntpd/ntp_scanner.c \
src/external/bsd/ntp/dist/ntpd/refclock_acts.c \
src/external/bsd/ntp/dist/ntpd/refclock_jupiter.c \
src/external/bsd/ntp/dist/ntpd/refclock_neoclock4x.c \
src/external/bsd/ntp/dist/ntpd/refclock_nmea.c
cvs rdiff -u -r1.6 -r1.7 src/external/bsd/ntp/dist/ntpd/ntp_io.c
cvs rdiff -u -r1.5 -r1.6 src/external/bsd/ntp/dist/ntpd/ntp_request.c \
src/external/bsd/ntp/dist/ntpd/ntpd.c \
src/external/bsd/ntp/dist/ntpd/refclock_oncore.c
cvs rdiff -u -r1.1.1.2 -r1.2 src/external/bsd/ntp/dist/ntpd/refclock_wwvb.c
cvs rdiff -u -r1.2 -r1.3 src/external/bsd/ntp/dist/ntpdate/ntpdate.c
cvs rdiff -u -r1.3 -r1.4 src/external/bsd/ntp/dist/ntpdc/ntpdc.c
cvs rdiff -u -r1.2 -r1.3 src/external/bsd/ntp/dist/ntpdc/ntpdc_ops.c
cvs rdiff -u -r1.3 -r1.4 src/external/bsd/ntp/dist/ntpq/ntpq-subs.c \
src/external/bsd/ntp/dist/ntpq/ntpq.c
cvs rdiff -u -r1.2 -r1.3 src/external/bsd/ntp/dist/ntpq/ntpq.1 \
src/external/bsd/ntp/dist/ntpq/ntpq.h
cvs rdiff -u -r1.2 -r1.3 src/external/bsd/ntp/dist/sntp/crypto.c \
src/external/bsd/ntp/dist/sntp/kod_management.c \
src/external/bsd/ntp/dist/sntp/log.h \
src/external/bsd/ntp/dist/sntp/main.c \
src/external/bsd/ntp/dist/sntp/networking.h
cvs rdiff -u -r1.3 -r1.4 src/external/bsd/ntp/dist/sntp/log.c
cvs rdiff -u -r1.4 -r1.5 src/external/bsd/ntp/dist/sntp/networking.c
cvs rdiff -u -r1.2 -r1.3 src/external/bsd/ntp/dist/sntp/libopts/autoopts.h \
src/external/bsd/ntp/dist/sntp/libopts/nested.c \
src/external/bsd/ntp/dist/sntp/libopts/save.c \
src/external/bsd/ntp/dist/sntp/libopts/stack.c
cvs rdiff -u -r1.1.1.2 -r1.2 \
src/external/bsd/ntp/dist/sntp/libopts/parse-duration.c
cvs rdiff -u -r1.2 -r1.3 \
src/external/bsd/ntp/dist/sntp/libopts/autoopts/options.h
cvs rdiff -u -r1.2 -r1.3 src/external/bsd/ntp/dist/util/ntp-keygen-opts.c \
src/external/bsd/ntp/dist/util/ntp-keygen.c
cvs rdiff -u -r1.3 -r1.4 src/external/bsd/ntp/lib/libntp/Makefile
cvs rdiff -u -r1.2 -r1.3 src/external/bsd/ntp/lib/libopts/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Home |
Main Index |
Thread Index |
Old Index