On Thu, Dec 06, 2007 at 10:18:57AM +0100, Dag-Erling Sm??rgrav wrote:
> Kostik Belousov <[EMAIL PROTECTED]> writes:
> > On Tue, Dec 04, 2007 at 05:39:24PM -0800, Xin LI wrote:
> > > By the way, I think the comment "always SIGSEGV mode" should be "POSIX
> > > mode", as it is defined POSIX behavior,
Kostik Belousov <[EMAIL PROTECTED]> writes:
> On Tue, Dec 04, 2007 at 05:39:24PM -0800, Xin LI wrote:
> > By the way, I think the comment "always SIGSEGV mode" should be "POSIX
> > mode", as it is defined POSIX behavior, but that is not a big deal, though.
> It is not trully POSIX mode, as was poin
On Tue, Dec 04, 2007 at 05:39:24PM -0800, Xin LI wrote:
> -BEGIN PGP SIGNED MESSAGE-
> Hash: SHA1
>
> By the way, I think the comment "always SIGSEGV mode" should be "POSIX
> mode", as it is defined POSIX behavior, but that is not a big deal, though.
It is not trully POSIX mode, as was poi
Do anyone have objection for this?
Of course.
Bruce
___
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "[EMAIL PROTECTED]"
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
By the way, I think the comment "always SIGSEGV mode" should be "POSIX
mode", as it is defined POSIX behavior, but that is not a big deal, though.
Cheers,
- --
Xin LI <[EMAIL PROTECTED]> http://www.delphij.net/
FreeBSD - The Power to Serve!
-
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Do anyone have objection for this?
Cheers,
- --
Xin LI <[EMAIL PROTECTED]> http://www.delphij.net/
FreeBSD - The Power to Serve!
-BEGIN PGP SIGNATURE-
Version: GnuPG v2.0.4 (FreeBSD)
iD8DBQFHVgB+hcUczkLqiksRAjkIAKDeOcPFqjNHCl8eMfML5z/m0f
On Tue, Dec 04, 2007 at 03:36:41PM +0100, Frank Behrens wrote:
> Konstantin Belousov <[EMAIL PROTECTED]> wrote on 4 Dec 2007 12:33:
> > Modified files:
> > sys/i386/i386trap.c
> > sys/amd64/amd64 trap.c
> > Log:
> > Fix the ABI change of the signal delivered on the acce
Konstantin Belousov <[EMAIL PROTECTED]> wrote on 4 Dec 2007 12:33:
> Modified files:
> sys/i386/i386trap.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 +2
On Fri, Aug 03, 2007 at 09:00:36AM -0700, John Polstra wrote:
> Don Lewis wrote:
>> On 13 Jun, John Baldwin wrote:
>>> jhb 2007-06-13 22:37:48 UTC
>>>
>>> FreeBSD src repository
>>>
>>> Modified files:
>>> sys/i386/i386trap.c Log:
>>> Don't clobber tf_err with the eva
Don Lewis wrote:
Sigh ... I was just about to commit a patch to fix pm3.
The patch will probably work for ezm3, too.
I never switched because cvsup doesn't go looking for ezm3 if pm3 is
already installed. I've mostly just been doing incremental upgrades all
these years, and even when I did t
On 3 Aug, John Polstra wrote:
> Don Lewis wrote:
>> On 13 Jun, John Baldwin wrote:
>>> jhb 2007-06-13 22:37:48 UTC
>>>
>>> FreeBSD src repository
>>>
>>> Modified files:
>>> sys/i386/i386trap.c
>>> Log:
>>> Don't clobber tf_err with the eva from a page fault as the pag
Don Lewis wrote:
On 13 Jun, John Baldwin wrote:
jhb 2007-06-13 22:37:48 UTC
FreeBSD src repository
Modified files:
sys/i386/i386trap.c
Log:
Don't clobber tf_err with the eva from a page fault as the page fault
address is saved in ksi_addr already.
PR:
Alfred Perlstein wrote:
* Don Lewis <[EMAIL PROTECTED]> [070730 00:17] wrote:
After installing this patch, the bootstrap in the pm3-base port still
fails. I installed pm3-base from the 6-STABLE package, and it isn't
able to compile any of the other ports. I suspect the reason for the
latter
On Monday 30 July 2007 03:17:37 am Don Lewis wrote:
> As an alternative, I've got a set of patches to pm3-base to get it
> working on -CURRENT. It wasn't too hard to fix the bootstrap to use the
> "undocumented 4th arg" to the signal handler that is mentioned in
> i386/include/sigframe.h. The res
On 30 Jul, Alfred Perlstein wrote:
> * Don Lewis <[EMAIL PROTECTED]> [070730 00:17] wrote:
>>
>> After installing this patch, the bootstrap in the pm3-base port still
>> fails. I installed pm3-base from the 6-STABLE package, and it isn't
>> able to compile any of the other ports. I suspect the r
* Don Lewis <[EMAIL PROTECTED]> [070730 00:17] wrote:
>
> After installing this patch, the bootstrap in the pm3-base port still
> fails. I installed pm3-base from the 6-STABLE package, and it isn't
> able to compile any of the other ports. I suspect the reason for the
> latter is that it is new
On 27 Jul, John Baldwin wrote:
> On Friday 27 July 2007 06:42:20 am Don Lewis wrote:
>> On 13 Jun, John Baldwin wrote:
>> > jhb 2007-06-13 22:37:48 UTC
>> >
>> > FreeBSD src repository
>> >
>> > Modified files:
>> > sys/i386/i386trap.c
>> > Log:
>> > Don't clobber tf_
On 27 Jul, John Baldwin wrote:
> On Friday 27 July 2007 06:42:20 am Don Lewis wrote:
>> On 13 Jun, John Baldwin wrote:
>> > jhb 2007-06-13 22:37:48 UTC
>> >
>> > FreeBSD src repository
>> >
>> > Modified files:
>> > sys/i386/i386trap.c
>> > Log:
>> > Don't clobber tf_
On Friday 27 July 2007 06:42:20 am Don Lewis wrote:
> On 13 Jun, John Baldwin wrote:
> > jhb 2007-06-13 22:37:48 UTC
> >
> > FreeBSD src repository
> >
> > Modified files:
> > sys/i386/i386trap.c
> > Log:
> > Don't clobber tf_err with the eva from a page fault as the
On 13 Jun, John Baldwin wrote:
> jhb 2007-06-13 22:37:48 UTC
>
> FreeBSD src repository
>
> Modified files:
> sys/i386/i386trap.c
> Log:
> Don't clobber tf_err with the eva from a page fault as the page fault
> address is saved in ksi_addr already.
>
> PR:
On Friday 27 January 2006 17:22, John Baldwin wrote:
> jhb 2006-01-27 22:22:10 UTC
>
> FreeBSD src repository
>
> Modified files:
> sys/i386/i386trap.c
> sys/amd64/amd64 trap.c
> Log:
> Call WITNESS_CHECK() in the page fault handler and immediately assume it
>
21 matches
Mail list logo