=================================================================== RCS file: /cvsrepo/anoncvs/cvs/www/plus37.html,v retrieving revision 1.60 retrieving revision 1.61 diff -u -r1.60 -r1.61 --- www/plus37.html 2019/05/27 22:55:23 1.60 +++ www/plus37.html 2019/06/01 23:12:51 1.61 @@ -1017,7 +1017,7 @@
  • Helpfully display the bogus netmask that pfctl(8) is busy choking on.
  • If the YP marker is present in the master.passwd(5) file, have adduser(8) insert new users before it (PR#3727).
  • Ethernet autonegotiation fixes to rl(4). From FreeBSD. -
  • Add ECONNREFUSED to the list of recvfrom(2) errors that don't kill ntpd(8)'s client dispatch function, now that connect(2) is used on the client socket. +
  • Add ECONNREFUSED to the list of recvfrom(2) errors that don't kill ntpd(8)'s client dispatch function, now that connect(2) is used on the client socket.
  • Don't pretend to have an ifmedia structure in le(4), fixing some panics (PR#3407, PR#3661).
  • Add back some snprintf(3) string cleaning lost in the BIND 9.3.0 merge.