=================================================================== RCS file: /cvsrepo/anoncvs/cvs/www/plus57.html,v retrieving revision 1.33 retrieving revision 1.34 diff -u -r1.33 -r1.34 --- www/plus57.html 2024/03/10 18:46:16 1.33 +++ www/plus57.html 2024/04/20 21:41:42 1.34 @@ -214,7 +214,7 @@
  • Added atphy(4) to armv7, for the Atheros AR8031 phys in the AM335x starter kit.
  • Introduced SipHash (https://131002.net/siphash/), useful when adding protection against hash bucket flooding attacks. -
  • Allow the five man(7) font macros to concatenate their line arguments. Removes bogus
    when font macros are used in -Thtml "no-fill" mode. +
  • Allow the five man(7) font macros to concatenate their line arguments. Removes bogus <br/> when font macros are used in -Thtml "no-fill" mode.
  • Stopped dhclient(8) leaking static leases when the "lease {}" parsing fails or when a static lease supersedes an earlier one.
  • Fixed kernel stack overflow in carp(4) by preventing carp_send_ad_all() from re-entrant calls.
  • Stopped changing the gateway of local route(4) for p2p interfaces. Prevents a panic.