CVSROOT: /cvs Module name: src Changes by: s...@cvs.openbsd.org 2014/11/26 13:06:53
Modified files: sys/arch/sparc64/conf: ld.script sys/arch/sparc64/include: boot_flag.h sys/arch/sparc64/sparc64: autoconf.c sys/sys : exec_elf.h Log message: Add a new ELF segment .openbsd.bootdata to the sparc64 kernel. This can be used to pass boot parameters to the kernel which can't be passed safely via the Open Firmware interface, such as softraid volume IDs and keys. The kernel already reads the arguments if available but ofwboot won't provide them until further changes are committed there. With support from deraadt, kettenis and matthew. ok deraadt@