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:   christos
Date:           Sat Dec  4 23:08:48 UTC 2010

Modified Files:
        src/external/bsd/ntp: Makefile.inc
        src/external/bsd/ntp/bin: Makefile.inc
        src/external/bsd/ntp/bin/ntpd: Makefile
        src/external/bsd/ntp/bin/sntp: Makefile
        src/external/bsd/ntp/dist/include: audio.h icom.h ntp_filegen.h
            ntp_fp.h ntp_stdlib.h ntpd.h
        src/external/bsd/ntp/dist/lib/isc: event.c inet_ntop.c inet_pton.c
            result.c
        src/external/bsd/ntp/dist/lib/isc/unix: file.c
        src/external/bsd/ntp/dist/libntp: audio.c authkeys.c authreadkeys.c
            hextoint.c humandate.c icom.c modetoa.c ssl_init.c
        src/external/bsd/ntp/dist/libopts: autoopts.c autoopts.h configfile.c
            enumeration.c file.c load.c nested.c parse-duration.c putshell.c
            reset.c save.c stack.c streqvcmp.c tokenize.c usage.c
        src/external/bsd/ntp/dist/libopts/autoopts: options.h
        src/external/bsd/ntp/dist/libopts/compat: pathfind.c
        src/external/bsd/ntp/dist/libparse: clk_meinberg.c clk_rawdcf.c
            data_mbg.c info_trimble.c
        src/external/bsd/ntp/dist/ntpd: ntp_config.c ntp_control.c ntp_crypto.c
            ntp_filegen.c ntp_intres.c ntp_io.c ntp_parser.c ntp_parser.y
            ntp_peer.c ntp_proto.c ntp_request.c ntp_scanner.c refclock_acts.c
            refclock_datum.c refclock_jjy.c refclock_jupiter.c
            refclock_neoclock4x.c refclock_nmea.c refclock_oncore.c
            refclock_parse.c refclock_pcf.c
        src/external/bsd/ntp/dist/ntpdate: ntpdate.c
        src/external/bsd/ntp/dist/ntpdc: ntpdc.c ntpdc.h ntpdc_ops.c
        src/external/bsd/ntp/dist/ntpq: ntpq-subs.c ntpq.c ntpq.h
        src/external/bsd/ntp/dist/sntp: crypto.c log.c log.h main.c
            networking.c networking.h
        src/external/bsd/ntp/dist/sntp/libopts: autoopts.h nested.c save.c
            stack.c
        src/external/bsd/ntp/dist/sntp/libopts/autoopts: options.h
        src/external/bsd/ntp/dist/util: jitter.h ntp-keygen-opts.c ntp-keygen.c
            ntptime.c
        src/external/bsd/ntp/lib: Makefile.inc

Log Message:
Pretending that %d can print size_t on __LP64__, by turning off warnings
is not really a good idea.  Turn on the warnings and fix them. Unfortunately
there are a bunch of const-castaways... Should be fed upstream.


To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 src/external/bsd/ntp/Makefile.inc
cvs rdiff -u -r1.2 -r1.3 src/external/bsd/ntp/bin/Makefile.inc
cvs rdiff -u -r1.6 -r1.7 src/external/bsd/ntp/bin/ntpd/Makefile
cvs rdiff -u -r1.1 -r1.2 src/external/bsd/ntp/bin/sntp/Makefile
cvs rdiff -u -r1.1.1.1 -r1.2 src/external/bsd/ntp/dist/include/audio.h \
    src/external/bsd/ntp/dist/include/icom.h \
    src/external/bsd/ntp/dist/include/ntp_filegen.h \
    src/external/bsd/ntp/dist/include/ntp_fp.h \
    src/external/bsd/ntp/dist/include/ntp_stdlib.h \
    src/external/bsd/ntp/dist/include/ntpd.h
cvs rdiff -u -r1.1.1.1 -r1.2 src/external/bsd/ntp/dist/lib/isc/event.c \
    src/external/bsd/ntp/dist/lib/isc/inet_ntop.c \
    src/external/bsd/ntp/dist/lib/isc/inet_pton.c \
    src/external/bsd/ntp/dist/lib/isc/result.c
cvs rdiff -u -r1.1.1.1 -r1.2 src/external/bsd/ntp/dist/lib/isc/unix/file.c
cvs rdiff -u -r1.2 -r1.3 src/external/bsd/ntp/dist/libntp/audio.c
cvs rdiff -u -r1.1.1.1 -r1.2 src/external/bsd/ntp/dist/libntp/authkeys.c \
    src/external/bsd/ntp/dist/libntp/authreadkeys.c \
    src/external/bsd/ntp/dist/libntp/hextoint.c \
    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/ssl_init.c
cvs rdiff -u -r1.1.1.1 -r1.2 src/external/bsd/ntp/dist/libopts/autoopts.c \
    src/external/bsd/ntp/dist/libopts/autoopts.h \
    src/external/bsd/ntp/dist/libopts/configfile.c \
    src/external/bsd/ntp/dist/libopts/enumeration.c \
    src/external/bsd/ntp/dist/libopts/file.c \
    src/external/bsd/ntp/dist/libopts/load.c \
    src/external/bsd/ntp/dist/libopts/nested.c \
    src/external/bsd/ntp/dist/libopts/parse-duration.c \
    src/external/bsd/ntp/dist/libopts/putshell.c \
    src/external/bsd/ntp/dist/libopts/reset.c \
    src/external/bsd/ntp/dist/libopts/stack.c \
    src/external/bsd/ntp/dist/libopts/streqvcmp.c \
    src/external/bsd/ntp/dist/libopts/tokenize.c \
    src/external/bsd/ntp/dist/libopts/usage.c
cvs rdiff -u -r1.2 -r1.3 src/external/bsd/ntp/dist/libopts/save.c
cvs rdiff -u -r1.1.1.1 -r1.2 \
    src/external/bsd/ntp/dist/libopts/autoopts/options.h
cvs rdiff -u -r1.1.1.1 -r1.2 \
    src/external/bsd/ntp/dist/libopts/compat/pathfind.c
cvs rdiff -u -r1.1.1.1 -r1.2 \
    src/external/bsd/ntp/dist/libparse/clk_meinberg.c \
    src/external/bsd/ntp/dist/libparse/clk_rawdcf.c \
    src/external/bsd/ntp/dist/libparse/data_mbg.c \
    src/external/bsd/ntp/dist/libparse/info_trimble.c
cvs rdiff -u -r1.2 -r1.3 src/external/bsd/ntp/dist/ntpd/ntp_config.c \
    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_neoclock4x.c \
    src/external/bsd/ntp/dist/ntpd/refclock_nmea.c \
    src/external/bsd/ntp/dist/ntpd/refclock_oncore.c \
    src/external/bsd/ntp/dist/ntpd/refclock_parse.c
cvs rdiff -u -r1.1.1.1 -r1.2 src/external/bsd/ntp/dist/ntpd/ntp_control.c \
    src/external/bsd/ntp/dist/ntpd/ntp_filegen.c \
    src/external/bsd/ntp/dist/ntpd/ntp_peer.c \
    src/external/bsd/ntp/dist/ntpd/ntp_proto.c \
    src/external/bsd/ntp/dist/ntpd/refclock_datum.c \
    src/external/bsd/ntp/dist/ntpd/refclock_jjy.c \
    src/external/bsd/ntp/dist/ntpd/refclock_jupiter.c \
    src/external/bsd/ntp/dist/ntpd/refclock_pcf.c
cvs rdiff -u -r1.3 -r1.4 src/external/bsd/ntp/dist/ntpd/ntp_io.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/ntp_request.c
cvs rdiff -u -r1.1.1.1 -r1.2 src/external/bsd/ntp/dist/ntpdate/ntpdate.c
cvs rdiff -u -r1.1.1.1 -r1.2 src/external/bsd/ntp/dist/ntpdc/ntpdc.c \
    src/external/bsd/ntp/dist/ntpdc/ntpdc.h \
    src/external/bsd/ntp/dist/ntpdc/ntpdc_ops.c
cvs rdiff -u -r1.2 -r1.3 src/external/bsd/ntp/dist/ntpq/ntpq-subs.c
cvs rdiff -u -r1.1.1.1 -r1.2 src/external/bsd/ntp/dist/ntpq/ntpq.c \
    src/external/bsd/ntp/dist/ntpq/ntpq.h
cvs rdiff -u -r1.1.1.1 -r1.2 src/external/bsd/ntp/dist/sntp/crypto.c \
    src/external/bsd/ntp/dist/sntp/log.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/networking.c
cvs rdiff -u -r1.1.1.1 -r1.2 \
    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.1 -r1.2 \
    src/external/bsd/ntp/dist/sntp/libopts/autoopts/options.h
cvs rdiff -u -r1.1.1.1 -r1.2 src/external/bsd/ntp/dist/util/jitter.h \
    src/external/bsd/ntp/dist/util/ntp-keygen-opts.c \
    src/external/bsd/ntp/dist/util/ntp-keygen.c \
    src/external/bsd/ntp/dist/util/ntptime.c
cvs rdiff -u -r1.1 -r1.2 src/external/bsd/ntp/lib/Makefile.inc

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