=================================================================== RCS file: /cvsrepo/anoncvs/cvs/www/70.html,v retrieving revision 1.53 retrieving revision 1.54 diff -c -r1.53 -r1.54 *** www/70.html 2021/10/03 05:40:42 1.53 --- www/70.html 2021/10/03 05:54:06 1.54 *************** *** 121,126 **** --- 121,127 ----
  • Enabled MSI-X support for powerpc64.
  • Fixed __ppc_lock for page faults that recursively grab the lock on powerpc.
  • Increased the maximum data size on powerpc64 to 32GB. +
  • Disabled global page table mappings when using PCID to prevent crashes when not flushed from TLB on amd64. *************** *** 132,138 ****
  • Added btrace(8) display of time spent in userland when analyzing the kernel stack in the flame graph tool and fixed a parsing bug. -
  • Added libexecinfo, a library providing backtrace functions.
  • Introduced /etc/bsd.re-config(5), which can be used to configure the kernel using uhidpp(4) devices.
  • Prevented a kernel panic after VFS shutdown. -
  • Corrected various min/max cluster numbers for FAT12/16/32 in newfs_msdos(8).
  • Increased the setitimer(2) timer limit to UINT_MAX seconds.
  • Serialized the internals of kqueue(2) with a mutex.
  • Enabled pool cache on knote(9) pool. --- 151,156 ---- *************** *** 160,171 **** errno handling to match what Mesa expects and prevent failure to properly report timeouts.
  • Fixed a kernel crash in tty(4). -
  • Disabled global page table mappings when using PCID to prevent crashes when not flushed from TLB.
  • Increased the default buffer space on PF_UNIX sockets to 8k and made the values tuneable via sysctl(2). -
  • Updated en_US.UTF-8.src to Unicode 13.0. -
  • Limited the printf(1) \x escape sequence to two characters.
  • Made kqueue(2) timer re-addition reset an existing timer to use the new timeout period. --- 158,166 ---- *************** *** 321,326 **** --- 316,326 ---- (bold) and "i" (italic) in mandoc(1) HTML output mode. +
  • Corrected various min/max cluster numbers for FAT12/16/32 in newfs_msdos(8). +
  • Added libexecinfo, a library providing backtrace functions. +
  • Updated en_US.UTF-8.src to Unicode 13.0. +
  • Limited the printf(1) \x escape sequence to two characters.
  • Improved hardware support and driver bugfixes, including: