CVSROOT:        /cvs
Module name:    src
Changes by:     [email protected] 2019/07/09 17:48:08

Modified files:
        sys/arch/alpha/alpha: trap.c 
        sys/arch/amd64/amd64: trap.c 
        sys/arch/arm64/arm64: trap.c 
        sys/arch/hppa/hppa: trap.c 
        sys/arch/i386/i386: trap.c 
        sys/arch/m88k/m88k: trap.c 
        sys/arch/mips64/mips64: trap.c 
        sys/arch/powerpc/powerpc: trap.c 
        sys/arch/sh/sh : trap.c 
        sys/arch/sparc64/sparc64: trap.c 
        sys/arch/arm/arm: fault.c 

Log message:
I wrote the pc-page-writeable and sp-not-MAP_STACK code to be shared, and
then ran into the messaging being poor.  Then I fixed the messages. But
there are two sub-cases of sp-not-MAP_STACK -- one at syscall time, and
another at regular userland trap (on some architectures), and I bungled
that messaging.  Correct that now, while I look for yet another better way...
discovered by millert, who ran an pre-MAP_STACK binary.

Reply via email to