Re: Upgrade from netbsd-9 to netbsd-10 potentially breaks ZFS mounts

2023-12-11 Thread Chuck Silvers
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

fenv for softfloat

2017-03-18 Thread Chuck Silvers
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

fenv fixes for softfloat

2017-03-30 Thread Chuck Silvers
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