Subject: Re: veriexec by default (Re: CVS commit: src/sys/arch)
To: Christos Zoulas <christos@zoulas.com>
From: Tom Spindler <dogcow@babymeat.com>
List: tech-kern
Date: 10/27/2006 16:16:33
> | 2120 c0253dda:wi_ioctl+0x6
> 
> You must be running 3.x; wi was fixed; I will fix some of the other
> offenders. Thanks!

That's from GENERIC, compiled as of today with ~3 hour old sources.

Same thing occurs with my natively-built kernel as well as the
cross-compiled version:

00004860 <wi_ioctl>:
    4860:       55                      push   %ebp
    4861:       89 e5                   mov    %esp,%ebp
    4863:       57                      push   %edi
    4864:       56                      push   %esi
    4865:       be 06 00 00 00          mov    $0x6,%esi
    486a:       53                      push   %ebx
    486b:       81 ec 4c 08 00 00       sub    $0x84c,%esp