CVSROOT: /cvs Module name: src Changes by: dera...@cvs.openbsd.org 2013/11/08 21:38:42
Modified files: sys/sys : hibernate.h sys/kern : subr_hibernate.c Log message: unbias the chunks and chunktable writing and reading. as a result, it is now possible to move the chunktable right after the chunks, not at the end of the swap. ok mlarkin