Edit

IABSD.fr/src/sys/stand

Branch :

  • Show log

    Commit

  • Author : deraadt
    Date : 2021-10-26 16:29:49
    Hash : 27b5a9d5
    Message : Improve unhibernate performance (30% on some machines, another upcoming diff shows gains up to 50%) by skipping attach of irrelevant devices, which are tagged CD_SKIPHIBERNATE in the per-driver cfdriver. In particular, usb devices are not attached, so they don't need to detach during the suspend-unpack-resume. New bootblocks are required (which tell the kernel it's job is unhibernate before configure runs) tested by various