=================================================================== RCS file: /cvsrepo/anoncvs/cvs/www/61.html,v retrieving revision 1.42 retrieving revision 1.43 diff -u -r1.42 -r1.43 --- www/61.html 2017/03/18 05:00:17 1.42 +++ www/61.html 2017/03/19 06:23:13 1.43 @@ -378,6 +378,18 @@ for session-locked persistent authentication.
  • Use a hardware register for the thread pointer on arm for improved performance in multi-threaded processes. +
  • SGI boot blocks now consult the OpenBSD + disklabel(5) + to locate the root filesystem. + This reduces constraints on disk partitioning. +
  • iec(4) + no longer hangs when its transmit ring gets full. +
  • sq(4) + has been fixed to accept broadcast frames in non-promiscuous mode + when no IP address is configured. + This lets the interface work with DHCP. +
  • Multiprocessor-safe PCI interrupt handlers are run + without the kernel lock on OpenBSD/sgi.
  • ...