CVSROOT:        /cvs
Module name:    src
Changes by:     bl...@cvs.openbsd.org   2018/03/08 15:04:18

Modified files:
        sys/kern       : kern_xxx.c 
        sys/uvm        : uvm_vnode.c 

Log message:
When we are rebooting, do not fail in uvn_io().  The vnodes are
revoked while syncing disk, so the processes lose their executable
pages.  Instead of killing them with a SIGBUS after page fault,
just sleep.  This should prevent that init dies without pages
followed by a kernel panic.
initial diff from tedu@;  OK deraadt@ tedu@

Reply via email to