Re: cvs commit: src/sys/i386/i386 trap.c src/sys/amd64/amd64 trap.c

2007-12-06 Thread Kostik Belousov
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,

Re: cvs commit: src/sys/i386/i386 trap.c src/sys/amd64/amd64 trap.c

2007-12-06 Thread Dag-Erling Smørgrav
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

Re: cvs commit: src/sys/i386/i386 trap.c src/sys/amd64/amd64 trap.c

2007-12-04 Thread Kostik Belousov
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

Re: cvs commit: src/sys/i386/i386 trap.c src/sys/amd64/amd64 trap.c

2007-12-04 Thread Bruce Evans
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]"

Re: cvs commit: src/sys/i386/i386 trap.c src/sys/amd64/amd64 trap.c

2007-12-04 Thread Xin LI
-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! -

Re: cvs commit: src/sys/i386/i386 trap.c src/sys/amd64/amd64 trap.c

2007-12-04 Thread Xin LI
-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

Re: cvs commit: src/sys/i386/i386 trap.c src/sys/amd64/amd64 trap.c

2007-12-04 Thread Kostik Belousov
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

Re: cvs commit: src/sys/i386/i386 trap.c src/sys/amd64/amd64 trap.c

2007-12-04 Thread Frank Behrens
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

Re: cvs commit: src/sys/i386/i386 trap.c

2007-08-03 Thread Szilveszter Adam
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

Re: cvs commit: src/sys/i386/i386 trap.c

2007-08-03 Thread John Polstra
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

Re: cvs commit: src/sys/i386/i386 trap.c

2007-08-03 Thread Don Lewis
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

Re: cvs commit: src/sys/i386/i386 trap.c

2007-08-03 Thread John Polstra
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:

Re: cvs commit: src/sys/i386/i386 trap.c

2007-07-30 Thread Alan Cox
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

Re: cvs commit: src/sys/i386/i386 trap.c

2007-07-30 Thread John Baldwin
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

Re: cvs commit: src/sys/i386/i386 trap.c

2007-07-30 Thread Don Lewis
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

Re: cvs commit: src/sys/i386/i386 trap.c

2007-07-30 Thread Alfred Perlstein
* 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

Re: cvs commit: src/sys/i386/i386 trap.c

2007-07-30 Thread Don Lewis
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_

Re: cvs commit: src/sys/i386/i386 trap.c

2007-07-27 Thread Don Lewis
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_

Re: cvs commit: src/sys/i386/i386 trap.c

2007-07-27 Thread John Baldwin
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

Re: cvs commit: src/sys/i386/i386 trap.c

2007-07-27 Thread Don Lewis
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:

Re: cvs commit: src/sys/i386/i386 trap.c src/sys/amd64/amd64 trap.c

2006-01-27 Thread John Baldwin
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 >