CVSROOT: /cvs Module name: src Changes by: mlar...@cvs.openbsd.org 2012/03/26 10:15:42
Modified files: sys/arch/i386/i386: acpi_machdep.c autoconf.c sys/kern : subr_hibernate.c sys/sys : hibernate.h Log message: Fix an integer math error when using the result of uvm_page_rle, and at the same time increase said function's max RLE page count return value. Add hooks in the right places to call the hibernate suspend and resume routines, so that we can enable hibernation with a HIBERNATE option line in GENERIC and appropriate acpi.c goo. discussed on and off with deraadt@ over the past few months