CVSROOT: /cvs Module name: src Changes by: k...@cvs.openbsd.org 2024/12/24 07:24:58
Modified files: sys/kern : subr_hibernate.c sys/sys : hibernate.h Log message: Keep hibernate writes within the area of the swap partition allocated by uvm_hibswap() for hibernation. Suggested by mlarkin@, initial diff from mglocker@. ok mglocker@ deraadt@