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

Diff for /www/65.html between version 1.74 and 1.75

version 1.74, 2019/04/13 03:05:55 version 1.75, 2019/04/13 03:15:36
Line 114 
Line 114 
   <li>If an auto-join list is configured, wireless interfaces will no longer    <li>If an auto-join list is configured, wireless interfaces will no longer
       connect to unknown open networks by default. This behaviour must        connect to unknown open networks by default. This behaviour must
       now be explicitly enabled by adding the empty network name to the        now be explicitly enabled by adding the empty network name to the
       auto-join list, e.g. ifconfig iwm0 join ""        auto-join list, e.g. <b>ifconfig iwm0 join ""</b>, or <b>join ""</b>
         in hostname.if files.
   <li>The <a href="https://man.openbsd.org/iwn.4">iwn(4)</a> and    <li>The <a href="https://man.openbsd.org/iwn.4">iwn(4)</a> and
       <a href="https://man.openbsd.org/iwm.4">iwm(4)</a> drivers will now        <a href="https://man.openbsd.org/iwm.4">iwm(4)</a> drivers will now
       automatically try to connect to a network if the radio kill switch is        automatically try to connect to a network if the radio kill switch is
Line 282 
Line 283 
       always copies files safely (as with -S), avoiding race conditions.        always copies files safely (as with -S), avoiding race conditions.
     <li><a href="https://man.openbsd.org/syslog.conf.5">syslog.conf(5)</a>      <li><a href="https://man.openbsd.org/syslog.conf.5">syslog.conf(5)</a>
       now supports program names containing dots and underscores.        now supports program names containing dots and underscores.
     <li><a href="https://man.openbsd.org/tcpdump.8">tcpdump(8)</a> now      <li><a href="https://man.openbsd.org/tcpdump.8">tcpdump(8)</a> already used
       drops root privileges completely at runtime.        privsep, <a href="https://man.openbsd.org/pledge.2">pledge(2)</a> and
         <a href="https://man.openbsd.org/unveil.2">unveil(2)</a> containment.
         Now also drop root privileges completely (switching to a reserved uid).
     <li>The multi-threaded performance of      <li>The multi-threaded performance of
       <a href="https://man.openbsd.org/malloc.3">malloc(3)</a> has been improved.        <a href="https://man.openbsd.org/malloc.3">malloc(3)</a> has been improved.
     <li><a href="https://man.openbsd.org/malloc.3">malloc(3)</a> now uses      <li><a href="https://man.openbsd.org/malloc.3">malloc(3)</a> now uses

Legend:
Removed from v.1.74  
changed lines
  Added in v.1.75