CVSROOT: /cvs Module name: src Changes by: b...@cvs.openbsd.org 2013/02/07 10:38:12
Modified files: sys/uvm : uvm_page.c Log message: Bring back reserve enforcement and page daemon wakeup into uvm_pglistalloc, It was removed as this function was redone to use pmemrange in mid 2010 with the result that kernel malloc and other users of this function can consume the page daemon reserve and run us out of memory. ok kettenis@