[BACK]Return to plus.html CVS log [TXT][DIR] Up to [local] / www

Diff for /www/plus.html between version 1.1450 and 1.1451

version 1.1450, 2019/09/04 13:52:05 version 1.1451, 2019/09/13 13:14:47
Line 89 
Line 89 
 <p>  <p>
   
 <ul>  <ul>
   <!-- 2019/09/12 -->
   <li>Made wireless drivers call if_input() only once per interrupt, reducing drops caused by the ifq pressure drop mechanism and increasing throughput.
   <!-- 2019/09/11 -->
   <li>Merged Unbound 1.9.3.
   <!-- 2019/09/10 -->
   <li>Prevented a potential panic caused by <a href="https://man.openbsd.org/vmm">vmm(4)</a> decrementing the number of VMs twice in one of the vm_create() error paths.
   <!-- 2019/09/09 -->
   <li>Added information about system call memory write protection and stack mappion violations to system accounting. Now <a href="https://man.openbsd.org/daily">daily(8)</a> will print a list of affected processes and <a href="https://man.openbsd.org/lastcomm">lastcomm(1)</a> will flag violations with 'M'.
   <!-- 2019/09/08 -->
   <li>Increased datasize-cur for pbuild in <a href="https://man.openbsd.org/login.conf">login.conf(5)</a> to 4GB for sparc64.
   <!-- 2019/09/07 -->
   <li>Enabled <a href="https://man.openbsd.org/nvme">nvme(4)</a> on octeon.
   <li>Added <a href="https://man.openbsd.org/octpcie">octpcie(4)</a>, a driver for the PCIe controller found on OCTEON II and OCTEON III.
   <li>Added <a href="https://man.openbsd.org/sfp">sfp(4)</a>, a driver allowing communication with SFPs connected over an I2C bus and reading pages over the SFP framework.
   <li>Added SFP and I2C ofw frameworks.
   <!-- 2019/09/06 -->
   <li>Removed tz, the kernel timezone.
   <li>Disabled base-gcc on armv7.
   <li>Allowed prepending a list of algorithms to the default set in <a href="https://man.openbsd.org/ssh">ssh(1)</a> by starting the list with the ^ character.
   <li>Added <a href="https://man.openbsd.org/mcprtc">mcprtc(4)</a>, a driver for the Microchip MCP79400 RTC and similar.
   <li>Added <a href="https://man.openbsd.org/mviic">mviic(4)</a>, a driver to support the I2C controller on the Armada 3700 SoC.
   <li>Added I2C clock gates to <a href="https://man.openbsd.org/mvclock">mvclock(4)</a>.
   <li>Added support for filter-reports to <a href="https://man.openbsd.org/smtpd">smtpd(8)</a>, allowing filters to send freetext reports to other filters/report handlers.
   <!-- 2019/09/05 -->
   <li>Added <a href="https://man.openbsd.org/mvdog">mvdog(4)</a>, a driver to support the watchdog on the Armada 3700 SoC.
   <li>Fixed a crash at power down when Supermicro X8DTH-i/6/iF/6F fails to attach <a href="https://man.openbsd.org/uhci">uhci(4)</a> via PCI and AHCI.
   <li>Added support for the Allwinner H6 to <a href="https://man.openbsd.org/sxipio">sxipio(4)</a> and <a href="https://man.openbsd.org/sxiccmu">sxiccmu(4)</a>.
   <li>Fixed a potential endless loop when <a href="https://man.openbsd.org/em">em(4)</a> is in an error state.
   <li>Added the set_blksz() and set_nblks() <a href="https://man.openbsd.org/audio">audio(9)</a> driver functions, allowing audio drivers to easily set the block size, matching both playback and recording constraints.
 <!-- 2019/09/04 -->  <!-- 2019/09/04 -->
 <li>Introduced "junk" built-in filter actions to <a href="https://man.openbsd.org/smtpd">smtpd(8)</a>.  <li>Introduced "junk" built-in filter actions to <a href="https://man.openbsd.org/smtpd">smtpd(8)</a>.
 <!-- 2019/09/03 -->  <!-- 2019/09/03 -->

Legend:
Removed from v.1.1450  
changed lines
  Added in v.1.1451