=================================================================== RCS file: /cvsrepo/anoncvs/cvs/www/69.html,v retrieving revision 1.51 retrieving revision 1.52 diff -u -r1.51 -r1.52 --- www/69.html 2021/04/17 19:05:45 1.51 +++ www/69.html 2021/04/17 20:45:22 1.52 @@ -232,8 +232,8 @@
  • Added a barrier between reading the cqe flags and the command ID to prevent completion of the wrong scsi io for nvme(4) drives. -
  • Prevent nvme(4) - attachment to devices with size zero. +
  • Prevented attachment of nvme(4) + devices of zero size.
  • Introduced new function if_unit(9), returning a pointer to the interface descriptor corresponding to the unique name. @@ -250,6 +250,9 @@ allowing Go programs to use "unix" without also including "inet".
  • Excluded the first page and added a guard page between I/O virtual address space allocations on arm64. + +
  • Prevented attachment of SCSI devices that fail to provide + adequate INQUIRY data.
  • SMP Improvements @@ -391,7 +394,7 @@
  • Prevented process exit in multithreaded programs from reporting the wrong error code. -
  • Allowed booting of amd64/i386 from 4TB GPT formatted disks. +
  • Allowed booting of amd64/i386 from GPT formatted disks larger than 4TB.
  • When using the cat(1) -n flag, correctly enumerate files with more than INT_MAX lines. @@ -598,7 +601,7 @@ netstat(1) -W with A-MSDU enabled.
  • Fixed automatic selection of the 11a/b/g/n/ac operating mode when - operating as an access point. +
  • Ensured crypto keys are installed before the link is brought up.
  • Generic network stack improvements and bugfixes: @@ -690,6 +693,9 @@ href="https://man.openbsd.org/dhcpleased.8">dhcpleased(8) will still be able to upgrade manually while the installer uses only dhclient(8). +
  • Restored dhclient.conf(5) + to the group of network configuration files used during upgrades. @@ -776,6 +782,11 @@
  • When cutting off the head of an overlapping fragment during pf(4) reassembly, reinserted the fragment into the lookup table with the correct index. + +
  • Improved + tftpd(8) logging to report the reasons + a transfer failed. +
  • IPSEC support in the kernel and the iked(8) userland daemon: @@ -924,10 +935,20 @@ href="https://man.openbsd.org/dhclient.8">dhclient(8) options on "dhcp" lines in hostname.if(5) files. -
  • Finished conversion of dhclient(8) timers to - allow monotonic accounting for the active lease. - +
  • Converted all timers from + time(3) values + to clock_gettime(2) + CLOCK_MONOTONIC values. +
  • Removed -L command line option. +
  • Improved debug output. +
  • Improved re-acquisition of a previous address by immediately + accepting any OFFER for the address, rather than waiting for + 'select-timeout' to expire. +
  • Exit immediately if the -c option specifies a non-existant file. +
  • Exit immediately if the -i option contains invalid information. +
  • Two new daemons, dhcpleased(8) and unwind(8). Does not prevent logging to stderr with "unwind -d". -
  • Removed the -L option from dhclient(8).
  • Added a simple --timeout implementation to openrsync(1).
  • Added the rsync(1)