CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2018/12/31 04:44:57
Modified files:
sys/arch/sparc64/stand: Makefile.inc
sys/arch/sparc64/stand/ofwboot: Locore.c Makefile boot.c disk.h
diskprobe.c elf64_exec.c net.c
ofdev.c ofdev.h
softraid_sparc64.c vers.c
Log message:
Cleanup bootloader code. Compile with -ffreestanding and add ffs.S as a
build dependency which is required because of that. Add various include
files and some prototypes and change some code so that clang does not issue
warnings anymore.
OK kettenis@ deraadt@