svn commit: r296861 - in head/sys: arm/arm powerpc/powerpc

Andrew Turner andrew at fubar.geek.nz
Tue Mar 15 01:24:14 UTC 2016


On Mon, 14 Mar 2016 14:55:15 +0000 (UTC)
"Bjoern A. Zeeb" <bz at FreeBSD.org> wrote:

> Author: bz
> Date: Mon Mar 14 14:55:15 2016
> New Revision: 296861
> URL: https://svnweb.freebsd.org/changeset/base/296861
> 
> Log:
>   Only check for SYS_freebsd6_lseek if the syscall code is defined.
>   Whether this is the right or best solution is unclear but it fixes
> the build for now.

We should make it an error if someone tries to build an ARM kernel with
COMPAT_FREEBSD6. I think there was some support for ARM in 6, however we
have switched the ABI since then so any old programs will now fail to
run.

Having it would be even more of a bug on armv6. This was added for 10.0
and, given running arm (v4/v5) programs on an armv6 kernel is
unsupported there should be no reason to include it in the kernel.

Andrew


More information about the svn-src-head mailing list