Searched hist:2660 (Results 1 - 4 of 4) sorted by relevance

/freebsd-10.2-release/sys/kern/
H A Dsubr_syscall.cdiff 2660 Sun Sep 11 11:26:18 MDT 1994 dg Be more careful about dereferencing curproc, p_vmspace, and curpcb,
otherwise the machine will overflow the stack in a recursive fault loop
(causing the machine to spontaneously reboot because of the stack fault
that ultimately happens).

Submitted by: Inspired by Bruce Evans, but this change is different
than what he suggested.
H A Dsubr_trap.cdiff 2660 Sun Sep 11 11:26:18 MDT 1994 dg Be more careful about dereferencing curproc, p_vmspace, and curpcb,
otherwise the machine will overflow the stack in a recursive fault loop
(causing the machine to spontaneously reboot because of the stack fault
that ultimately happens).

Submitted by: Inspired by Bruce Evans, but this change is different
than what he suggested.
/freebsd-10.2-release/sys/i386/i386/
H A Dtrap.cdiff 2660 Sun Sep 11 11:26:18 MDT 1994 dg Be more careful about dereferencing curproc, p_vmspace, and curpcb,
otherwise the machine will overflow the stack in a recursive fault loop
(causing the machine to spontaneously reboot because of the stack fault
that ultimately happens).

Submitted by: Inspired by Bruce Evans, but this change is different
than what he suggested.
/freebsd-10.2-release/sys/amd64/amd64/
H A Dtrap.cdiff 2660 Sun Sep 11 11:26:18 MDT 1994 dg Be more careful about dereferencing curproc, p_vmspace, and curpcb,
otherwise the machine will overflow the stack in a recursive fault loop
(causing the machine to spontaneously reboot because of the stack fault
that ultimately happens).

Submitted by: Inspired by Bruce Evans, but this change is different
than what he suggested.

Completed in 374 milliseconds