cvs commit: src/sys/i386/i386 trap.c
Don Lewis
truckman at FreeBSD.org
Fri Aug 3 09:24:13 PDT 2007
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/i386 trap.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: i386/101379
>>> Submitted by: Tijl Coosemans : tijl ulyssis org
>>>
>>> Revision Changes Path
>>> 1.306 +0 -3 src/sys/i386/i386/trap.c
>>
>> This change appears to have broken the garbage collector in
>> ports/lang/pm3-base, which means that cvsup no longer works on -CURRENT.
>
> How is it that you (and apparently others) are using pm3 rather than
> ezm3 to compile CVSup? The ports haven't used pm3 for many years. Mind
> you, ezm3 probably has this same problem. But I'm curious why pm3 is
> still in use at all.
Sigh ... I was just about to commit a patch to fix pm3.
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 the jump from 4.x to 6.x, I just
reinstalled the same set of ports.
More information about the cvs-src
mailing list