Date: Mon, 31 Aug 1998 14:10:44 -0700 (PDT) From: Michael Smith <msmith@FreeBSD.ORG> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/sys/boot/alpha/boot2 conf.c boot2.list setdefs.h vers.c src/sys/boot/alpha/common main.c src/sys/boot/alpha/libalpha alpha_copy.c Makefile alpha_module.c elf_freebsd.c libalpha.h src/sys/boot/alpha/netboot conf.c ... Message-ID: <199808312110.OAA24052@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
msmith 1998/08/31 14:10:43 PDT Modified files: sys/boot/alpha/boot2 conf.c sys/boot/alpha/common main.c sys/boot/alpha/libalpha Makefile alpha_module.c elf_freebsd.c libalpha.h sys/boot/alpha/netboot conf.c sys/boot/common Makefile.inc boot.c bootstrap.h module.c sys/boot/i386/libi386 Makefile aout_freebsd.c i386_module.c libi386.h sys/boot/i386/loader main.c Added files: sys/boot/alpha/libalpha alpha_copy.c sys/boot/common load_aout.c sys/boot/i386/libi386 i386_copy.c Removed files: sys/boot/alpha/boot2 boot2.list setdefs.h vers.c sys/boot/alpha/netboot netboot.list setdefs.h vers.c Log: Bootloader update. - Implement a new copyin/readin interface for loading modules. This allows the module loaders to become MI, reducing code duplication. - Simplify the search for an image activator for the loaded kernel. - Use the common module management code for all module metadata. - Add an 'unload' command that throws everything away. - Move the a.out module loader to MI code, add support for a.out kld modules. Submitted by: Alpha changes fixed by Doug Rabson <dfr@freebsd.org> Revision Changes Path 1.2 +3 -1 src/sys/boot/alpha/boot2/conf.c 1.3 +3 -2 src/sys/boot/alpha/common/main.c 1.3 +2 -2 src/sys/boot/alpha/libalpha/Makefile 1.2 +1 -17 src/sys/boot/alpha/libalpha/alpha_module.c 1.2 +25 -25 src/sys/boot/alpha/libalpha/elf_freebsd.c 1.2 +5 -31 src/sys/boot/alpha/libalpha/libalpha.h 1.2 +3 -1 src/sys/boot/alpha/netboot/conf.c 1.2 +3 -3 src/sys/boot/common/Makefile.inc 1.2 +4 -2 src/sys/boot/common/boot.c 1.2 +27 -15 src/sys/boot/common/bootstrap.h 1.2 +56 -3 src/sys/boot/common/module.c 1.2 +3 -6 src/sys/boot/i386/libi386/Makefile 1.2 +34 -167 src/sys/boot/i386/libi386/aout_freebsd.c 1.2 +1 -17 src/sys/boot/i386/libi386/i386_module.c 1.2 +6 -2 src/sys/boot/i386/libi386/libi386.h 1.2 +3 -2 src/sys/boot/i386/loader/main.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199808312110.OAA24052>