=================================================================== RCS file: /cvsrepo/anoncvs/cvs/www/plus.html,v retrieving revision 1.1376 retrieving revision 1.1377 diff -c -r1.1376 -r1.1377 *** www/plus.html 2015/10/05 20:24:31 1.1376 --- www/plus.html 2015/10/12 18:36:15 1.1377 *************** *** 274,280 ****
  • Add locking for interrupt-safe maps.
  • In mkhybrid(8), fix various buffer overflows and make it work on unsigned char platforms.
  • Add client certificate support to libtls. !
  • Move to the next tame(2) API. The flags are now passed as a very simple string.
  • Introduce reference counts for interfaces. The new if_put() function releases the reference acquired by if_get().
  • In ntpd(8), plug a memory leak in an error path.
  • Convert bpf to using an srp list for the list of descriptors. --- 274,280 ----
  • Add locking for interrupt-safe maps.
  • In mkhybrid(8), fix various buffer overflows and make it work on unsigned char platforms.
  • Add client certificate support to libtls. !
  • Move to the next tame(2) API. The flags are now passed as a very simple string.
  • Introduce reference counts for interfaces. The new if_put() function releases the reference acquired by if_get().
  • In ntpd(8), plug a memory leak in an error path.
  • Convert bpf to using an srp list for the list of descriptors. *************** *** 322,328 ****
  • In libkvm, fix a race when fetching files from the kernel.
  • On i386, fix a race in pmap_page_remove_86() and pmap_page_remove_pae().
  • On amd64, fix a race in pmap_page_remove(). !
  • Adapt ping(8) to tame(2).
  • In dwc2, fix timeout-related crashes.
  • Again revert the two uses of rtisvalid(9). They break NFS.
  • In dwc2, avoid a possible lock recursion panic on transfer timeout. --- 322,328 ----
  • In libkvm, fix a race when fetching files from the kernel.
  • On i386, fix a race in pmap_page_remove_86() and pmap_page_remove_pae().
  • On amd64, fix a race in pmap_page_remove(). !
  • Adapt ping(8) to tame(2).
  • In dwc2, fix timeout-related crashes.
  • Again revert the two uses of rtisvalid(9). They break NFS.
  • In dwc2, avoid a possible lock recursion panic on transfer timeout. *************** *** 362,368 ****
  • In syslogd(8), don't truncate program names and hostnames in syslog.conf(5). This fixes matching with IP addresses if syslogd is started with -n.
  • In efifb(4), check the driver name so that the driver only attempts to attach when we actually want it to.
  • In binutils 2.17, raise the number of spare local GOT entries from 5 to 7. This fixes building liblto_plugin.so in the gcc 4.9 port. !
  • In tame(2) mode: