=================================================================== RCS file: /cvsrepo/anoncvs/cvs/www/61.html,v retrieving revision 1.71 retrieving revision 1.72 diff -u -r1.71 -r1.72 --- www/61.html 2017/04/06 08:50:07 1.71 +++ www/61.html 2017/04/06 12:36:29 1.72 @@ -396,6 +396,9 @@ This logs everything in UTC including the year, timezone and fractions of seconds. The default is still RFC 3164 BSD syslog time format. +
  • When log files are rotated, + newsyslog(8) + writes the creation time in UTC ISO format into the first line.
  • The syslogd(8) options -a, -T, and -U can be given more than once to specify @@ -407,6 +410,13 @@
  • Make SIGHUP handling in syslogd(8) more reliable. +
  • Let syslogd(8) + tolerate most errors on startup. + Keep running and receive messages from all working subsystems, + but do not die. +
  • The syslog(3) + priority of fatal and warning messages of various daemons + has been adjusted.
  • An NMI sends the amd64 kernel into ddb(4) more reliably. @@ -463,6 +473,9 @@ httpd(8) support now TLS session resumption using TLS session tickets. See the respective configuration man page for more information. +
  • With the -f option + sensorsd(8) + can use an alternative config file.