=================================================================== RCS file: /cvsrepo/anoncvs/cvs/www/plus36.html,v retrieving revision 1.51 retrieving revision 1.52 diff -u -r1.51 -r1.52 --- www/plus36.html 2019/05/27 22:55:23 1.51 +++ www/plus36.html 2019/06/01 23:12:50 1.52 @@ -246,7 +246,7 @@
  • Fix an out-of-bounds write in libafs, caught by the mmap(2)-based malloc(3).
  • Fix a missing initialisation of the route info structure in the kernel and stop a panic. -
  • Stop doing unnecessary PHY resets on hme(4). +
  • Stop doing unnecessary PHY resets on hme(4).
  • Remove the need for -w when setting values in radioctl(1).
  • Fix iostat(8)'s average KB per transfer calculation. @@ -480,7 +480,7 @@
  • Implement filtering on peer replies in ntpd(8).
  • Fix a couple of sizeof(wrongthing) in ntpd(8). -
  • New -R option fro ftp-proxy(8) allowing pf(4) to safely accept client PASV-mode connections to a protected FTP server. +
  • New -R option fro ftp-proxy(8) allowing pf(4) to safely accept client PASV-mode connections to a protected FTP server.
  • Have ntpd(8) log the IP address NTP replies and incorrect cookies are received from.
  • Allow and resolve hostnames in ntpd.conf(5).
  • Add a couple of missing initialisations in ntpd(8). @@ -635,7 +635,7 @@
  • Import atw(4) ADMtek ADM8211 wireless driver from NetBSD.
  • Some strncpy(3) -> strlcpy(3) in sys/compat/*.
  • Add a no-emulation CD boot sector, based on a FreeBSD implementation. -
  • Only ignore dhclient(8)-generated RTM_DELADDR messages for a five-second window after process startup, so that new instances of dhclient (started outside this window) cause the older instance to die like before. +
  • Only ignore dhclient(8)-generated RTM_DELADDR messages for a five-second window after process startup, so that new instances of dhclient (started outside this window) cause the older instance to die like before.
  • Teach mkhybrid(8) how to create an El Torito no-emulation boot CD (for i386), with a 2048-byte boot sector.
  • Import the generic IEEE 802.11 framework from FreeBSD and NetBSD.
  • Fix probe hangs on some ahd(4) cards. @@ -707,7 +707,7 @@
  • For multiplexed ssh(1) connections, filter passed environment variables in the slave.
  • Add bounds-check compiler attributes for memcpy(3) etc.
  • Remove support for TUBA (TCP/UDP over CLNP-Addresses Networks, as if you didn't know). -
  • Change isakmpd(8) payload handling to deal with pre-RFC NAT-T messages. +
  • Change isakmpd(8) payload handling to deal with pre-RFC NAT-T messages.
  • Don't try to carry on in pax(1) if the chdir(2) needed by the -C option fails.
  • Start work on both RFC 3706 Dead Peer Detection, and full-on NAT-Traversal support for isakmpd(8).
  • Have isakmpd(8) accept an unencrypted final IKE message (Aggressive Mode only) for compatibility reasons. @@ -866,7 +866,7 @@
  • Use the old _nointr pool(9) allocator for pf(4) tables.
  • Rearrange the pool(9) allocator code so the old allocation method can be used again.
  • Use the quirks mechanism to fix wdc(4) hangs on Geode SC1100 devices (PR#3729). -
  • Implement SCSI-style quirks for wdc(4). +
  • Implement SCSI-style quirks for wdc(4).
  • Use errx(3) instead of err(3) in find(1) when errno isn't set by the error.
  • When calling err(3) after a malloc(3) failure, don't specify a message.
  • Cleanup in rm(1). @@ -947,7 +947,7 @@
  • Wake up any poll(2)ing process when a bpf(4) descriptor is closed.
  • If a bpf(4)-monitored interface is detached, send any buffered packets up to userland.
  • Scale the bge(4) timeout value correctly. -
  • Since ULLONG_MAX+1 == 0 mod ULLONG_MAX+1, let the carp(4) sc_counter wrap around all by itself. +
  • Since ULLONG_MAX+1 == 0 mod ULLONG_MAX+1, let the carp(4) sc_counter wrap around all by itself.
  • bktr(4) fixes from NetBSD and FreeBSD.
  • Move the addition of atexit destructors right to the end of ld.so(1) setup (after the gdb(1) helper code) so they can be debugged. @@ -1041,7 +1041,7 @@
  • Fix a reference-counting bug in fifofs that could cause certain non-blocking FIFO users (e.g. qmail) to consume 100% CPU.
    [Applied to stable]
  • Interpret ipsecadm(8) cpi and spi parameters as hex even if not preceded by '0x'. -
  • Unbreak pppoe(8) server mode by not doing the chroot(8). +
  • Unbreak pppoe(8) server mode by not doing the chroot(8).
  • Use a nointr pool(9) instead of generic malloc(9) for pathname storage when doing name-to-inode lookups.
  • Have newfs(8) dump status information to stderr on receipt of SIGINFO if running in quiet (-q) mode. @@ -1107,7 +1107,7 @@
  • Implement sysconf(3) values _SC_SEM_NSEMS_MAX and _SC_SEM_VALUE_MAX.
  • Fix sizeof(pointer) bugs in amd(8) and netstat(1).
  • Add a fast path for fgrep(1) and fix the -w option. -
  • Replace the kernel's RSA-derived MD5 implementation with code derived from Colin Plumb's PD version. +
  • Replace the kernel's RSA-derived MD5 implementation with code derived from Colin Plumb's PD version.
  • Add a filter option to bgpd(8) to dump prefixes learned via UPDATEs into a pf(4) table.
  • Big FFS softdep merge with FreeBSD, fixing a number of bugs.