]> git.ipfire.org Git - thirdparty/ntp.git/commitdiff
Merge deacon.udel.edu:/deacon/backroom/ntp-stable
authorHarlan Stenn <stenn@ntp.org>
Sun, 26 Apr 2015 09:28:34 +0000 (05:28 -0400)
committerHarlan Stenn <stenn@ntp.org>
Sun, 26 Apr 2015 09:28:34 +0000 (05:28 -0400)
into  deacon.udel.edu:/deacon/backroom/ntp-dev

bk: 553cafc2jVNNfIpdqYCeNjh5eRQmMQ

1  2 
ChangeLog
ntpd/refclock_shm.c

diff --cc ChangeLog
index b0797546bc5afa02642533b20c54067744805103,044477d4a8266ba475e6936dbcb806720447a08c..fb9e044fe2d9615ca671b72a81f1506355252f93
+++ b/ChangeLog
 +Below are from 4.2.8p3:
 +* CID 1295478: Quiet a pedantic potential error from the fix for Bug 2776.
++* CID 1269537: Clean up a line of dead code in getShmTime().
 +* ntpq.c cleanup.
 +* Improve the ntpq documentation around the controlkey keyid.
 +(4.3.19) 2015/04/25 Released by Harlan Stenn <stenn@ntp.org>
 +Below are from 4.2.8p3:
 +* [Bug 2804] Fix regression in previous fix.
 +(4.3.18) 2015/04/24 Released by Harlan Stenn <stenn@ntp.org>
 +Below are from 4.2.8p3:
 +* [Bug 2776] Improve ntpq's 'help keytype'.
 +* [Bug 2800] refclock_true.c true_debug() can't open debug log because
 +  of incompatible open/fdopen parameters.
 +* [Bug 2804] install-local-data assumes GNU 'find' semantics.
 +(4.3.17) 2015/04/23 Released by Harlan Stenn <stenn@ntp.org>
 +Below are from 4.2.8p3:
 +* [Bug 2776] Improve ntpq's 'help keytype' on pre-OpenSSL 1.0.
 +(4.3.16) 2015/04/22 Released by Harlan Stenn <stenn@ntp.org>
 +Below are from 4.2.8p3:
 +* [Bug 2776] Improve ntpq's 'help keytype'.
 +* [Bug 2794] Clean up kernel clock status reports.
 +(4.3.15) 2015/04/20 Released by Harlan Stenn <stenn@ntp.org>
 +Below are from 4.2.8p3:
 +* [Bug 2804] install-local-data assumes GNU 'find' semantics.
 +* [Bug 2808] GPSD_JSON driver enhancements, step 1.
 +  Various improvements, see http://bugs.ntp.org/2808 for details.
 +  Changed libjsmn to a more recent version.
 +* [Bug 2810] refclock_shm.c memory barrier code needs tweaks for QNX.
 +(4.3.14) 2015/04/07 Released by Harlan Stenn <stenn@ntp.org>
 +Below are from 4.2.8p2:
 +* [Sec 2779] ntpd accepts unauthenticated packets with symmetric key crypto.
 +* [Sec 2781] Authentication doesn't protect symmetric associations against
 +  DoS attacks.
 +(4.3.13) 2015/04/03 Released by Harlan Stenn <stenn@ntp.org>
 +Below are from 4.2.8p2:
 +* [Bug 2763] Fix for different thresholds for forward and backward steps.
 +(4.3.12) 2015/04/02 Released by Harlan Stenn <stenn@ntp.org>
 +* [Bug 2795] fixed some minor warnings.
 +Below are from 4.2.8p2:
 +* [Bug 2788] New flag -G (force_step_once).
 +* [Bug 2592] FLAG_TSTAMP_PPS cleanup for refclock_parse.c.
 +* [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.
 +* [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.3.11) 2015/03/29 Released by Harlan Stenn <stenn@ntp.org>
 +Below are from 4.2.8p2:
 +* [Bug 2346] "graceful termination" signals do not do peer cleanup.
 +* [Bug 2769] cleannup for update-leap
 +(4.3.10) 2015/03/22 Released by Harlan Stenn <stenn@ntp.org>
 +Below are from 4.2.8p2:
 +* [Bug 1787] DCF77's formerly "antenna" bit is "call bit" since 2003.
 +* [Bug 2769] New script: update-leap
 +* [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.
 +* [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.3.9) 2015/03/16 Released by Harlan Stenn <stenn@ntp.org>
 +Below are from 4.2.8p2:
 +* [Bug 2763] Allow different thresholds for forward and backward steps.
 +(4.3.8) 2015/03/10 Released by Harlan Stenn <stenn@ntp.org>
 +* [Bug 2752] Update for mkver.bat for Windows from David Taylor.
 +  Account for release numbering scheme for 4.3.x and later.
 +Below are from 4.2.8p2:
 +* [Bug 2774] Unreasonably verbose printout - leap pending/warning
 +(4.3.7) 2015/03/07 Released by Harlan Stenn <stenn@ntp.org>
 +* [Bug 2784] Fix for 2782 uses clock_gettime() instead of time().
 +(4.3.6) 2015/03/06 Released by Harlan Stenn <stenn@ntp.org>
 +Below are from 4.2.8p2:
 +* [Bug 2782] Refactor refclock_shm.c, add memory barrier protection.
 +(4.3.5) 2015/03/05 Released by Harlan Stenn <stenn@ntp.org>
 +Below are from 4.2.8p2:
 +* [Bug 2783] Quiet autoconf warnings about missing AC_LANG_SOURCE.
 +(4.3.4) 2015/03/04 Released by Harlan Stenn <stenn@ntp.org>
 +Below are from 4.2.8p2:
 +* [Bug 2773] Early leap announcement from Palisade/Thunderbolt
 +* [Bug 2775] ntp-keygen.c fails to compile under Windows.
 +(4.3.3) 2015/02/28 Released by Harlan Stenn <stenn@ntp.org>
 +Below are from 4.2.8p2:
 +* [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 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.
 +(4.3.2) 2015/02/25 Released by Harlan Stenn <stenn@ntp.org>
 +(4.3.1) 2015/02/21 Released by Harlan Stenn <stenn@ntp.org>
 +Below are from 4.2.8p2:
 +* [Bug 1960] setsockopt IPV6_MULTICAST_IF: Invalid argument.
 +* [Bug 2728] See if C99-style structure initialization works.
 +* [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 2757] Quiet compiler warnings.
 +(4.3.0) 2015/02/11 Released by Harlan Stenn <stenn@ntp.org>
 +From 4.2.8p2:
 +* [Bug 2747] Upgrade libevent to 2.1.5-beta.
 +
 +ntp-4.3 begins.
  ---
  
- * CID 1295478: Quiet a pedantic potential error from the fix for Bug 2776.
 +* [Bug 2776] Improve ntpq's 'help keytype'.
 +* [Bug 2782] Refactor refclock_shm.c, add memory barrier protection.
++* CID 1295478: Quiet a pedantic potential error from the fix for Bug 2776.
+ * CID 1269537: Clean up a line of dead code in getShmTime().
  * [Bug 2794] Clean up kernel clock status reports.
  * [Bug 2800] refclock_true.c true_debug() can't open debug log because
    of incompatible open/fdopen parameters.
Simple merge