CVSROOT: /cvs Module name: src Changes by: dco...@cvs.openbsd.org 2015/02/06 01:16:50
Modified files: sys/arch/amd64/include: apmvar.h sys/arch/i386/include: apmvar.h sys/dev/acpi : acpithinkpad.c usr.sbin/apmd : apmd.c Log message: Handle hibernate button in the same way as suspend does: send an APM_USER_HIBERNATE_REQ event so apmd(8) can get it if it's running. ok mlarkin@, deraadt@, miod@