=================================================================== RCS file: /cvsrepo/anoncvs/cvs/www/74.html,v retrieving revision 1.58 retrieving revision 1.59 diff -c -r1.58 -r1.59 *** www/74.html 2023/10/14 11:46:50 1.58 --- www/74.html 2023/10/14 12:54:13 1.59 *************** *** 222,227 **** --- 222,229 ---- a random offset less than the step value. This can be used to avoid thundering herd problems where multiple machines contact a server all at the same time via cron jobs. +
  • In wsconsctl(8), + add button mappings for two- and three-finger clicks on clickpads.
  • Various bugfixes and tweaks in userland: *************** *** 312,317 **** --- 314,333 ---- always uses the current media type provided by the kernel.
  • Ensure fdisk(8) handles the case where a GPT partition name is not a valid C string. +
  • When creating new crypto volumes with + bioctl(8), + by default use a hardware based number of KDF rounds for passphrases. +
  • Let bioctl(8) + gracefully prompt again during interactive creation and + passphrase change on CRYPTO and 1C volumes. +
  • Let bioctl(8) + read passphrases without prompts or confirmation + in -s mode. +
  • Allow the atactl(8) + command readattr + to succeed even for disks where ATA_SMART_READ and + ATA_SMART_THRESHOLD revisions mismatch, as long as + checksums are OK.
  • In ld.so(1), avoid an overflow in the ELF SYSV ABI hash function.
  • Make sure modf(3) and *************** *** 489,494 **** --- 505,516 ---- requested allocation size.
  • In malloc(3), check all chunks in the delayed free list for write-after-free. +
  • The shutdown(8) + program can now only be executed by members of the + _shutdown group. The idea is that system + administrators can now remove most users from the excessively + powerful operator group, which in particular + provides read access to disk device nodes.
  • Restrict patch(1) to the current directory including subdirectories, TMPDIR, and file names given on the command line using *************** *** 554,570 ****