Edit

IABSD.fr/src/sys/uvm

Branch :

  • Show log

    Commit

  • Author : kettenis
    Date : 2025-07-07 18:33:36
    Hash : 9898077b
    Message : Add an MI mechanism for creating an (unmapped) guard page between the PCB and the kernel stack. Switch amd64 over to this new mechanism. Also enable these guard pages on other 64-bit architectures with 4k pages (arm64, powerpc64, riscv64). ok miod@