CVSROOT: /cvs Module name: src Changes by: ari...@cvs.openbsd.org 2011/07/08 12:34:46
Modified files: sys/sys : hibernate.h sys/kern : subr_hibernate.c Log message: Put in RLE logic for hibernate compressor. These have the potential to compress 1MB of physmem into 1 byte. This works by noting the page is not in use and therefor skipping it. Needed by mlarkin@ for hibernate. No callers yet.