=================================================================== RCS file: /cvsrepo/anoncvs/cvs/www/62.html,v retrieving revision 1.43 retrieving revision 1.44 diff -c -r1.43 -r1.44 *** www/62.html 2017/10/03 15:56:45 1.43 --- www/62.html 2017/10/04 08:23:29 1.44 *************** *** 349,356 **** all POSIX *locale(3) and *_l(3) functions are included, but in OpenBSD, we of course only really care about LC_CTYPE and we only support ASCII and UTF-8. !
  • New ctfdump and ! ctfconv tools to manipulate CTF (Compact C Type Format).
  • The error handling in syslogd(8) --- 349,356 ---- all POSIX *locale(3) and *_l(3) functions are included, but in OpenBSD, we of course only really care about LC_CTYPE and we only support ASCII and UTF-8. !
  • New ctfdump(1) and ! ctfconv(1) tools to manipulate CTF (Compact C Type Format).
  • The error handling in syslogd(8) *************** *** 383,388 **** --- 383,398 ----
  • Userspace can now get the address of the thread control block without a system call on OCTEON II and later.
  • FPU is enabled on OCTEON III. +
  • GENERIC kernels now include a .SUNW_ctf section containing CTF data +
  • New ddb(4) kill + command, send an uncatchable SIGABRT to a process. +
  • New ddb(4) pprint + command, using CTF information to "pretty print" global symbols. +
  • New ddb(4) + show struct command, using CTF information to display the content + of in memory C structures. +
  • x86: ddb(4) uses CTF data + to display the correct number of function arguments in backtraces