cvs commit: src/sys/i386/i386 trap.c src/sys/amd64/amd64 trap.c
Kostik Belousov
kostikbel at gmail.com
Tue Dec 4 09:39:56 PST 2007
On Tue, Dec 04, 2007 at 03:36:41PM +0100, Frank Behrens wrote:
> Konstantin Belousov <kib at freebsd.org> wrote on 4 Dec 2007 12:33:
> > Modified files:
> > sys/i386/i386 trap.c
> > sys/amd64/amd64 trap.c
> > Log:
> > Fix the ABI change of the signal delivered on the access to the page
> > with insufficient protection mode.
> >...
> > 1.323 +29 -2 src/sys/amd64/amd64/trap.c
> > 1.310 +29 -2 src/sys/i386/i386/trap.c
>
> Is it useful to make this compatibilty switch dependent from
> options COMPAT_FREEBSD6 ?
> IMHO if we don't want to run old binaries we don't need it.
It is COMPAT_FREEBSD{4,5,6} and COMPAT_FREEBSD7_CURRENT then.
Personally, I do not want to #ifdef the trap.c.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 187 bytes
Desc: not available
Url : http://lists.freebsd.org/pipermail/cvs-src/attachments/20071204/ff7389c8/attachment.pgp
More information about the cvs-src
mailing list