---
+* [Bug 2410] syslog an error message on panic exceeded.
* [Bug 3784] high-load ntpd on Windows deaf after enough ICMP TTL exceeded <hart@ntp.org>
* [Bug 2525] Turn on automake subdir-objects across the project. <hart@ntp.org>
* [Bug 3758] Provide a 'device' config statement for refclocks <perlinger@ntp.org>
<li><a href="mailto:%20duwe@immd4.informatik.uni-erlangen.de">Torsten Duwe <duwe@immd4.informatik.uni-erlangen.de></a> Linux port</li>
<li><a href="mailto:%20dennis@mrbill.canet.ca">Dennis Ferguson <dennis@mrbill.canet.ca></a> foundation code for NTP Version 2 as specified in RFC-1119</li>
<li><a href="mailto:%20jhay@icomtek.csir.co.za">John Hay <jhay@icomtek.csir.co.za></a> IPv6 support and testing</li>
- <li><a href="mailto:%20davehart@davehart.com">Dave Hart <davehart@davehart.com></a> General maintenance, Windows port interpolation rewrite</li>
+ <li><a href="mailto:%20davehart@gmail.com">Dave Hart <davehart@gmail.com></a> General maintenance, IPv6 cleanup, Windows PPSAPI</li>
<li><a href="mailto:%20neoclock4x@linum.com">Claas Hilbrecht <neoclock4x@linum.com></a> NeoClock4X clock driver</li>
<li><a href="mailto:%20glenn@herald.usask.ca">Glenn Hollinger <glenn@herald.usask.ca></a> GOES clock driver</li>
<li><a href="mailto:%20iglesias@uci.edu">Mike Iglesias <iglesias@uci.edu></a> DEC Alpha port</li>
* Clock exceeds panic threshold. Life as we know it ends.
*/
case -1:
+ msyslog(LOG_ERR, "Clock offset exceeds panic threshold.");
#ifdef HAVE_LIBSCF_H
/*
* For Solaris enter the maintenance mode.
/*
* Sleep until SMF kills us.
*/
+ msyslog(LOG_ERR, "%s placed into maintenance. "
+ "Set system clock by hand before clearing.");
for (;;)
pause();
}
#endif /* HAVE_LIBSCF_H */
+ msyslog(LOG_ERR, "Set system clock by hand.");
exit (-1);
/* not reached */