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

Diff for /www/62.html between version 1.43 and 1.44

version 1.43, 2017/10/03 15:56:45 version 1.44, 2017/10/04 08:23:29
Line 349 
Line 349 
         all POSIX *locale(3) and *_l(3) functions are included, but in          all POSIX *locale(3) and *_l(3) functions are included, but in
         OpenBSD, we of course only really care about <code>LC_CTYPE</code>          OpenBSD, we of course only really care about <code>LC_CTYPE</code>
         and we only support ASCII and UTF-8.          and we only support ASCII and UTF-8.
     <li>New <a href="https://man.openbsd.org/ctfdump">ctfdump</a> and      <li>New <a href="https://man.openbsd.org/ctfdump">ctfdump(1)</a> and
         <a href="https://man.openbsd.org/ctfconv">ctfconv</a>          <a href="https://man.openbsd.org/ctfconv">ctfconv(1)</a>
         tools to manipulate CTF (Compact C Type Format).          tools to manipulate CTF (Compact C Type Format).
     <li>The error handling in      <li>The error handling in
         <a href="https://man.openbsd.org/syslogd.8">syslogd(8)</a>          <a href="https://man.openbsd.org/syslogd.8">syslogd(8)</a>
Line 383 
Line 383 
     <li>Userspace can now get the address of the thread control block      <li>Userspace can now get the address of the thread control block
         without a system call on OCTEON II and later.          without a system call on OCTEON II and later.
     <li>FPU is enabled on OCTEON III.      <li>FPU is enabled on OCTEON III.
       <li>GENERIC kernels now include a .SUNW_ctf section containing CTF data
       <li>New <a href="https://man.openbsd.org/ddb.4">ddb(4)</a> <tt>kill</tt>
       command, send an uncatchable SIGABRT to a process.
       <li>New <a href="https://man.openbsd.org/ddb.4">ddb(4)</a> <tt>pprint</tt>
       command, using CTF information to "pretty print" global symbols.
       <li>New <a href="https://man.openbsd.org/ddb.4">ddb(4)</a>
       <tt>show struct</tt> command, using CTF information to display the content
       of in memory C structures.
       <li>x86: <a href="https://man.openbsd.org/ddb.4">ddb(4)</a> uses CTF data
       to display the correct number of function arguments in backtraces
     </ul>      </ul>
 <p>  <p>
   

Legend:
Removed from v.1.43  
changed lines
  Added in v.1.44