CVSROOT:        /cvs
Module name:    src
Changes by:     [email protected]    2025/09/15 08:15:54

Modified files:
        sys/dev        : softraid.c softraid_crypto.c 
        sys/kern       : subr_disk.c subr_hibernate.c 

Log message:
Move kernal local struct disklabel variables off of stack and into malloc'd
memory.

Note that sr_hibernate_io() will be a special case handled separately.

Required for future increases in the number of disk partitions and thus the size
of a disklabel.

Most work by & ok deraadt@

Reply via email to