Fully synchronize sys/boot from FreeBSD-5.x, but add / to the module path
authorMatthew Dillon <dillon@dragonflybsd.org>
Mon, 10 Nov 2003 06:14:44 +0000 (06:14 +0000)
committerMatthew Dillon <dillon@dragonflybsd.org>
Mon, 10 Nov 2003 06:14:44 +0000 (06:14 +0000)
commit6af3b87d3843c9771bde7c19d7255dee22060bc5
treed0f5757def435815790ec79f84f5341e0305a2f8
parentdc62b251da95640322845b6c3170ccc7249e96d7
Fully synchronize sys/boot from FreeBSD-5.x, but add / to the module path
so /kernel will be found and loaded instead of /boot/kernel.  This will
give us all the capabilities of the FreeBSD-5 boot code including AMD64 and
ELF64 support.

This commit brings userland up to date with the kernel and boot code changes,
primarily due to sys/diskmbr.h separation from sys/disklabel.h, and
linker_set changes.
13 files changed:
contrib/libpam/libpam/pam_static.c
lib/libdisk/create_chunk.c
lib/libdisk/disk.c
lib/libdisk/rules.c
lib/libdisk/write_disk.c
lib/libpam/libpam/Makefile
lib/libstand/Makefile
lib/libstand/gzipfs.c [new file with mode: 0644]
lib/libstand/stand.h
sbin/disklabel/disklabel.c
sbin/i386/fdisk/fdisk.c
sbin/i386/nextboot/nextboot.c
usr.sbin/boot0cfg/boot0cfg.c