CVSROOT:        /cvs
Module name:    src
Changes by:     bl...@cvs.openbsd.org   2018/01/18 11:08:51

Modified files:
        sys/kern       : kern_malloc.c subr_pool.c 
        sys/uvm        : uvm_pdaemon.c 

Log message:
While booting it does not make sense to wait for memory, there is
no other process which could free it.  Better panic in malloc(9)
or pool_get(9) instead of sleeping forever.
tested by visa@ patrick@ Jan Klemkow
suggested by kettenis@;  OK deraadt@

Reply via email to