=================================================================== RCS file: /cvsrepo/anoncvs/cvs/www/plus65.html,v retrieving revision 1.9 retrieving revision 1.10 diff -c -r1.9 -r1.10 *** www/plus65.html 2019/05/27 22:55:26 1.9 --- www/plus65.html 2019/06/01 23:12:51 1.10 *************** *** 93,99 ****
  • Added support for X722 to ixl(4).
  • Added wavelength, printing alarm low/high thresholds and a flag for warning/alarm indications when printing transceiver information in ifconfig(8).
  • Added support for fetching and parsing SFF module information and diagnostics to ifconfig(8). This supports ix(4) and some ixl(4) devices with up to date firmware. !
  • Implemented support for SIOCGIFSFFPAGE in ixl(4) to allow userland reads of sfp/qsfp module information.
  • Added handling for missed service errors specific to isochronous transfers in xhci(4) to ensure transfer completion. This fixes crashes and deadlocks in upper layers.
  • Fixed URE_WDT6_SET_MODE register definition, allowing ure(4) detection after boot. --- 93,99 ----
  • Added support for X722 to ixl(4).
  • Added wavelength, printing alarm low/high thresholds and a flag for warning/alarm indications when printing transceiver information in ifconfig(8).
  • Added support for fetching and parsing SFF module information and diagnostics to ifconfig(8). This supports ix(4) and some ixl(4) devices with up to date firmware. !
  • Implemented support for SIOCGIFSFFPAGE in ixl(4) to allow userland reads of sfp/qsfp module information.
  • Added handling for missed service errors specific to isochronous transfers in xhci(4) to ensure transfer completion. This fixes crashes and deadlocks in upper layers.
  • Fixed URE_WDT6_SET_MODE register definition, allowing ure(4) detection after boot. *************** *** 108,114 ****
  • Switched to using rdsetroot(8).
  • Corrected printing of tcp(4) flag names to console in debug mode. !
  • Loosened a kernel check in response to routing message address bits being set without corresponding socket addresses. This was keeping broken ports from working, so this change will act as a temporary workaround until bugs can be found and corrected.
  • Fixed hack(6) to write savegames and score files to the current directory instead of /var.
  • Altered audio(4) to try and start playback automatically as soon as there is enough data. Useful to quickly test and debug low level drivers with simple shell commands.
  • Added support to tcpdump(8) for printing cdp over both gre(4) and ppp(4). --- 108,114 ----
  • Switched to using rdsetroot(8).
  • Corrected printing of tcp(4) flag names to console in debug mode. !
  • Loosened a kernel check in response to routing message address bits being set without corresponding socket addresses. This was keeping broken ports from working, so this change will act as a temporary workaround until bugs can be found and corrected.
  • Fixed hack(6) to write savegames and score files to the current directory instead of /var.
  • Altered audio(4) to try and start playback automatically as soon as there is enough data. Useful to quickly test and debug low level drivers with simple shell commands.
  • Added support to tcpdump(8) for printing cdp over both gre(4) and ppp(4). *************** *** 146,158 ****
  • Added human-readable parsing and display of RFC1035 data in the domain-search option of dhclient(8). It is now possible to append and prepend domains to the list provided by the server.
  • Fixed a crash in tmux(1) when scrolled lines became larger than the total lines.
  • Fixed the openssl(1) enc -iter flag, which uses the pbkdf2 key derivation function. !
  • Ensured that vmm(4) flushes stale TLB entries when uvm(9) removes entries from a guest VM's EPT upon teardown or in low memory situations.
  • Enabled RF_KILL interrupts on resume for iwm(4).
  • Modified radiusd(8) to continue updating the authenticator and message authenticator, and to correctly display message-authenticator.
  • Made 'secret' a required configuration for both client and radiusd(8) module.
  • Fixed iwm(4) interrupt handler to set RUNNING flag when RF switch is enabled.
  • Added retguard macros to kernel setjmp()/longjmp() on amd64. !
  • Improved support within imxgpc(4) for i.MX8MQ devices.
  • Stopped incorrectly advertising MCE/MCA support in vmm(4). This fixes a Linux guest VM boot problem on Ryzen machines. Stopped advertising support for SSBD and related speculative exec control features on AMD.
  • Modified the ddb(4) reboot command to skip anything which might cause an additional panic.
  • Changed rebound(8) to issue a warning and carry on in cases where inet6(4) is not available. --- 146,158 ----
  • Added human-readable parsing and display of RFC1035 data in the domain-search option of dhclient(8). It is now possible to append and prepend domains to the list provided by the server.
  • Fixed a crash in tmux(1) when scrolled lines became larger than the total lines.
  • Fixed the openssl(1) enc -iter flag, which uses the pbkdf2 key derivation function. !
  • Ensured that vmm(4) flushes stale TLB entries when uvm(9) removes entries from a guest VM's EPT upon teardown or in low memory situations.
  • Enabled RF_KILL interrupts on resume for iwm(4).
  • Modified radiusd(8) to continue updating the authenticator and message authenticator, and to correctly display message-authenticator.
  • Made 'secret' a required configuration for both client and radiusd(8) module.
  • Fixed iwm(4) interrupt handler to set RUNNING flag when RF switch is enabled.
  • Added retguard macros to kernel setjmp()/longjmp() on amd64. !
  • Improved support within imxgpc(4) for i.MX8MQ devices.
  • Stopped incorrectly advertising MCE/MCA support in vmm(4). This fixes a Linux guest VM boot problem on Ryzen machines. Stopped advertising support for SSBD and related speculative exec control features on AMD.
  • Modified the ddb(4) reboot command to skip anything which might cause an additional panic.
  • Changed rebound(8) to issue a warning and carry on in cases where inet6(4) is not available.