+* [Bug 3432] refclocks that 'write()' should check the result <perlinger@ntp.org>
+ - plus some more work on warnings for unchecked results
+
+From ntp-4.2.8p14:
---
+ * [Sec 3610] process_control() should bail earlier on short packets. stenn@
+ - Reported by Philippe Antoine
+ * [Bug 3637] Emit the version of ntpd in saveconfig. stenn@
+ * [Bug 3636] NMEA: combine time/date from multiple sentences <perlinger@ntp.org>
+ * [Bug 3635] Make leapsecond file hash check optional <perlinger@ntp.org>
+ * [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 <perlinger@ntp.org>
+ * [Bug 3627] SIGSEGV on FreeBSD-12 with stack limit and stack gap <perlinger@ntp.org>
+ - integrated patch by Cy Schubert
+ * [Bug 3620] memory leak in ntpq sysinfo <perlinger@ntp.org>
+ - applied patch by Gerry Garvey
+ * [Bug 3619] Honour drefid setting in cooked mode and sysinfo <perlinger@ntp.org>
+ - applied patch by Gerry Garvey
+ * [Bug 3617] Add support for ACE III and Copernicus II receivers <perlinger@ntp.org>
+ - integrated patch by Richard Steedman
+ * [Bug 3615] accelerate refclock startup <perlinger@ntp.org>
+ * [Bug 3613] Propagate noselect to mobilized pool servers <stenn@ntp.org>
+ - Reported by Martin Burnicki
+ * [Bug 3612] Use-of-uninitialized-value in receive function <perlinger@ntp.org>
+ - Reported by Philippe Antoine
+ * [Bug 3611] NMEA time interpreted incorrectly <perlinger@ntp.org>
+ - 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 <perlinger@ntp.org>
+ - mostly based on a patch by Michael Haardt, implementing 'fudge minjitter'
+ * [Bug 3608] libparse fails to compile on S11.4SRU13 and later <perlinger@ntp.org>
+ - removed ffs() and fls() prototypes as per Brian Utterback
+ * [Bug 3604] Wrong param byte order passing into record_raw_stats() in
+ ntp_io.c <perlinger@ntp.org>
+ - 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 <perlinger@ntp.org>
+ * [Bug 3599] Build fails on linux-m68k due to alignment issues <perlinger@ntp.org>
+ - added padding as suggested by John Paul Adrian Glaubitz
+ * [Bug 3594] ntpd discards messages coming through nmead <perlinger@ntp.org>
+ * [Bug 3593] ntpd discards silently nmea messages after the 5th string <perlinger@ntp.org>
+ * [Bug 3590] Update refclock_oncore.c to the new GPS date API <perlinger@ntp.org>
* [Bug 3585] Unity tests mix buffered and unbuffered output <perlinger@ntp.org>
- stdout+stderr are set to line buffered during test setup now
* [Bug 3583] synchronization error <perlinger@ntp.org>
- monitor daemon child startup & propagate exit codes
* [Bug 1433] runtime check whether the kernel really supports capabilities
- (modified) patch by Kurt Roeckx <perlinger@ntp.org>
+ * Clean up sntp/networking.c:sendpkt() error message. <stenn@ntp.org>
+(4.3.99) 2019/06/07 Released by Harlan Stenn <stenn@ntp.org>
+From ntp-4.2.8p13:
---
(4.2.8p13) 2019/03/07 Released by Harlan Stenn <stenn@ntp.org>
* support functions by defining NMEA_WRITE_SUPPORT to non-zero...
*/
#if NMEA_WRITE_SUPPORT
-
static void gps_send(int, const char *, struct peer *);
-# ifdef SYS_WINNT
-# undef write /* ports/winnt/include/config.h: #define write _write */
-extern int async_write(int, const void *, unsigned int);
-# define write(fd, data, octets) async_write(fd, data, octets)
-# endif /* SYS_WINNT */
-
#endif /* NMEA_WRITE_SUPPORT */
- static int32_t g_gpsMinBase;
- static int32_t g_gpsMinYear;
-
/*
* -------------------------------------------------------------------
* Transfer vector