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

Diff for /www/74.html between version 1.46 and 1.47

version 1.46, 2023/10/13 13:40:34 version 1.47, 2023/10/13 14:50:39
Line 90 
Line 90 
       <a href="https://man.openbsd.org/amd64/cpu.4">cpu(4)</a> dmesg lines.        <a href="https://man.openbsd.org/amd64/cpu.4">cpu(4)</a> dmesg lines.
   <li>On arm64, show BTI and SBSS features in    <li>On arm64, show BTI and SBSS features in
       <a href="https://man.openbsd.org/dmesg.8">dmesg(8)</a>.        <a href="https://man.openbsd.org/dmesg.8">dmesg(8)</a>.
     <li>New <a href="https://man.openbsd.org/kqueue1">kqueue1(2)</a>
         system call supporting the <code>O_CLOEXEC</code> flag.
   <li>Map device tree read/write to unbreak root on    <li>Map device tree read/write to unbreak root on
       <a href="https://man.openbsd.org/softraid.4">softraid(4)</a>.        <a href="https://man.openbsd.org/softraid.4">softraid(4)</a>.
   <li>Correctly recognize <a href="https://man.openbsd.org/umass.4">umass(4)</a>.    <li>Correctly recognize <a href="https://man.openbsd.org/umass.4">umass(4)</a>.
Line 190 
Line 192 
       <a href="https://man.openbsd.org/c16rtomb.3">c16rtomb(3)</a>, and        <a href="https://man.openbsd.org/c16rtomb.3">c16rtomb(3)</a>, and
       <a href="https://man.openbsd.org/mbrtoc16.3">mbrtoc16(3)</a>.        <a href="https://man.openbsd.org/mbrtoc16.3">mbrtoc16(3)</a>.
   <li><a href="https://man.openbsd.org/malloc.3">malloc(3)</a> gains built-in leak detection.    <li><a href="https://man.openbsd.org/malloc.3">malloc(3)</a> gains built-in leak detection.
     <li>Add many new functions to the
         <a href="https://man.openbsd.org/imsg_init.3">imsg_init(3)</a> API.
   <li>Support <code>${.VARIABLES}</code> in    <li>Support <code>${.VARIABLES}</code> in
       <a href="https://man.openbsd.org/make.1">make(1)</a>,        <a href="https://man.openbsd.org/make.1">make(1)</a>,
       listing the names of all global variables that have been set.        listing the names of all global variables that have been set.
Line 295 
Line 299 
       the case where a GPT partition name is not a valid C string.        the case where a GPT partition name is not a valid C string.
   <li>In <a href="https://man.openbsd.org/ld.so.1">ld.so(1)</a>,    <li>In <a href="https://man.openbsd.org/ld.so.1">ld.so(1)</a>,
         avoid an overflow in the ELF SYSV ABI hash function.          avoid an overflow in the ELF SYSV ABI hash function.
     <li>Make sure <a href="https://man.openbsd.org/modf.3">modf(3)</a> and
           <a href="https://man.openbsd.org/modff.3">modff(3)</a>
           return correct values for infinities.
     <li>Do not fail in
           <a href="https://man.openbsd.org/ober_scanf_elements.3"
           >ober_scanf_elements(3)</a> when encountering empty sequences.
   </ul>    </ul>
   
 <li>Improved hardware support and driver bugfixes, including:  <li>Improved hardware support and driver bugfixes, including:
Line 592 
Line 602 
         <li>...          <li>...
   </ul>    </ul>
   
     <li>Let <a href="https://man.openbsd.org/pcap_fopen_offline.3"
         >pcap_fopen_offline(3)</a> correctly interpret some
         <code>LINKTYPE_*</code> values in pcap headers written
         on foreign operating systems.
   <li>Make <a href="https://man.openbsd.org/dig.1">dig(1)</a>    <li>Make <a href="https://man.openbsd.org/dig.1">dig(1)</a>
       use less deprecated LibreSSL API.        use less deprecated LibreSSL API.
   <li>In <a href="https://man.openbsd.org/ypldap.8">ypldap(8)</a>,    <li>In <a href="https://man.openbsd.org/ypldap.8">ypldap(8)</a>,

Legend:
Removed from v.1.46  
changed lines
  Added in v.1.47