=================================================================== RCS file: /cvsrepo/anoncvs/cvs/www/74.html,v retrieving revision 1.46 retrieving revision 1.47 diff -c -r1.46 -r1.47 *** www/74.html 2023/10/13 13:40:34 1.46 --- www/74.html 2023/10/13 14:50:39 1.47 *************** *** 90,95 **** --- 90,97 ---- cpu(4) dmesg lines.
  • On arm64, show BTI and SBSS features in dmesg(8). +
  • New kqueue1(2) + system call supporting the O_CLOEXEC flag.
  • Map device tree read/write to unbreak root on softraid(4).
  • Correctly recognize umass(4). *************** *** 190,195 **** --- 192,199 ---- c16rtomb(3), and mbrtoc16(3).
  • malloc(3) gains built-in leak detection. +
  • Add many new functions to the + imsg_init(3) API.
  • Support ${.VARIABLES} in make(1), listing the names of all global variables that have been set. *************** *** 295,300 **** --- 299,310 ---- the case where a GPT partition name is not a valid C string.
  • In ld.so(1), avoid an overflow in the ELF SYSV ABI hash function. +
  • Make sure modf(3) and + modff(3) + return correct values for infinities. +
  • Do not fail in + ober_scanf_elements(3) when encountering empty sequences.
  • Improved hardware support and driver bugfixes, including: *************** *** 592,597 **** --- 602,611 ----
  • ... +
  • Let pcap_fopen_offline(3) correctly interpret some + LINKTYPE_* values in pcap headers written + on foreign operating systems.
  • Make dig(1) use less deprecated LibreSSL API.
  • In ypldap(8),