=================================================================== RCS file: /cvsrepo/anoncvs/cvs/www/plus32.html,v retrieving revision 1.68 retrieving revision 1.69 diff -u -r1.68 -r1.69 --- www/plus32.html 2019/05/27 22:55:22 1.68 +++ www/plus32.html 2019/06/01 23:12:50 1.69 @@ -499,7 +499,7 @@
  • Fix pax(1) -s replacement string truncation.
  • Fix a deref after free() in the kernel's routing socket code.
  • Add 'fdcache' to Apache, part of the work to make graceful restart work properly under the chroot(). -
  • The search for a shorter rulebase continues, pf(4) now recognises 'self' as an address, meaning all IPv4 and IPv6 addresses on all interfaces. +
  • The search for a shorter rulebase continues, pf(4) now recognises 'self' as an address, meaning all IPv4 and IPv6 addresses on all interfaces.
  • Fix wayward string termination in rbootd(8).
  • Fix a DIAGNOSTIC bug in ffs_softupdates(4), and also make panic() calls show the right type. @@ -562,7 +562,7 @@
  • Some fixes to umidi(4) and uscanner(4).
  • Add SMC 2206 support to aue(4).
  • Fix a potential off-by-five error in systrace(1). -
  • pf(4) now accepts an interface in most of the places it can take an IP address, and picks up all the IPv4 and IPv6 addresses on that interface. +
  • pf(4) now accepts an interface in most of the places it can take an IP address, and picks up all the IPv4 and IPv6 addresses on that interface.
  • Don't try to load a 32-bit quart into a 16-bit pint register in xl(4).
  • Always load ELF binaries to the address at which they were linked. @@ -678,7 +678,7 @@ [Applied to stable]
  • Start adding kqueue(2) support to noct(4).
  • System call argument rewriting framework for systrace(4). -
  • Enable wi(4) on sparc64, after a lot of groundwork. +
  • Enable wi(4) on sparc64, after a lot of groundwork.
  • Fix some endianness nits in wi(4).
  • Remove ifmcstat(8), the same information is available from netstat(1).
  • More improvements to 4GB memory probing on i386. @@ -690,13 +690,13 @@
  • Support magma(4/SPARC), magma(4/SPARC64) serial/parallel boards.
  • Support stp(4) sbus-PCMCIA bridge based on STP4020 chipset. (The nell driver on Solaris.)
  • Cleanup of timed(8). -
  • Removing its setgid(kmem) was not enough, remove trsp(8) altogether. +
  • Removing its setgid(kmem) was not enough, remove trsp(8) altogether.
  • Make yacc(1) errors look like C compiler errors, so parser utilities such as error(1) can deal with it.
  • Add kqueue(2) support to random(9).
  • Kill file descriptor leak in dhcpd(8).
  • Fix lots of format strings in the dhcp(8) programs.
  • ps(1) shows flag 'x' for systrace(4)'d processes. -
  • Lots of work on the gpr(4) driver. +
  • Lots of work on the gpr(4) driver.
  • Fix uftdi(4).
  • Make systat(1) revoke its setgid(kmem) privileges.
  • Remove old pccons driver from i386, also the associated XSERVER option from the kernel. @@ -710,7 +710,7 @@
  • Add UK keyboard map to macppc (with '#' on Option-3) and also option CAPS_IS_CONTROL.
  • Increase xl(4) timeout to squash 'command never completed!' warnings.
  • Add kqueue(2) support to audio(4). -
  • Import event(3), an API on top of select(2) or kqueue(2). +
  • Import event(3), an API on top of select(2) or kqueue(2).
  • Enable DMA on xl(4).
  • Allow transparent (statically keyed) ipsec(4) processing on a bridge(4).
  • Help ppp(8) to cope with yet more Microsoft PPP attributes. @@ -769,7 +769,7 @@
  • Changes to initialisation and media config of ep(4).
  • Add list support for pf(4) rdr rules.
  • Fix a number of bad strlcpy(3) calls. -
  • Fix PR2704 resuming eso(4) after standby. +
  • Fix PR2704 resuming eso(4) after standby.
  • Change a lot of index(3) calls to strchr(3).
  • Change "'cuz" to "because." Strewth!
  • Add another mbuf(9) flag M_AUTH_AH, changing the meaning of M_AUTH. @@ -810,13 +810,13 @@
  • lpr(1) and friends go from setuid(root) to setgid(daemon). Connections can come from unprivileged ports for now.
  • Add Realtek 8129/8139 cardbus device support to rl(4).
  • Switch macppc to use gem instead of gm. -
  • Multicast fixes and Gigabit Ethernet support for gem(4). +
  • Multicast fixes and Gigabit Ethernet support for gem(4).
  • Rule label length increased from 32 to 64 characters.
  • Allow modification of TTL with pf(4) return-rst.
  • Timeout handling improvements to ohci(4).
  • Make netstat(1) print RIP6 statistics.
  • Allow a per-rule limit to the number of state table entries a pf.conf(5) rule can create. -
  • Switch pf(4) from AVL to red-black trees. +
  • Switch pf(4) from AVL to red-black trees.
  • Add Gemplus GPR400 PCMCIA smartcard reader.
  • Don't propose IDEA when negotiating SSL connections.
  • $srcaddr, $srcport, $dstaddr, $dstport, $proto and $nr (rule number) can now be used in pfctl(8) rule labels. @@ -852,7 +852,7 @@
  • Additional check (#ifdef DIAGNOSTIC) for duplicate uvm(9) map entries.
  • If syslog(3) fails with ENOBUFS when sending to /dev/log, it now waits a millisecond and retries.
  • syslogd(8) doubles the socket receive buffer size. -
  • Automatic policy generation for systrace(4). +
  • Automatic policy generation for systrace(4).
  • lynx(1) now defaults to passive FTP.
  • Remove [gs]etprogname() from KerberosV.
  • New -a <bind_address> option to ssh-agent(1) so user can specify the agent's UNIX domain socket.