On Wed, Nov 22, 2023 at 10:13:03AM +, David Brownlee wrote:
> It looks like that between netbsd-9 and netbsd-10 the order of ZFS
> mounts vs fstab has changed.
>
> I've just upgraded a system which had ffs filesystems for / & /home,
> and a zfs pool on /home/files
>
> Before the upgrade the m
hi folks,
the patch at the URL below fixes the libm fenv.h interfaces on
softfloat platforms. (currently on sh3, m68k, mips, and powerpc
the softfloat fenv implementation is actually hardfloat.)
http://ftp.netbsd.org/pub/NetBSD/misc/chs/diff.fenv-softfloat.4
here's what I have for a commit me
except,_feenableexcept)
+__weak_alias(fegetenv,_fegetenv)
+__weak_alias(fegetexcept,_fegetexcept)
+__weak_alias(fegetexceptflag,_fegetexceptflag)
+__weak_alias(fegetround,_fegetround)
+__weak_alias(feholdexcept,_feholdexcept)
+__weak_alias(feraiseexcept,_feraiseexcept)
+__weak_alias(fesetenv,_feseten