Date: Fri, 9 Oct 1998 00:11:19 -0700 (PDT) From: Michael Smith <msmith@FreeBSD.ORG> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/sys/boot/common bootstrap.h commands.c interp.c ls.c src/sys/boot/i386/libi386 aout_freebsd.c biosdisk.c bootinfo.c i386_copy.c Message-ID: <199810090711.AAA24965@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
msmith 1998/10/09 00:11:19 PDT
Modified files:
sys/boot/common bootstrap.h commands.c interp.c ls.c
Log:
Sync the MODINFO constants with <sys/linker.h>
Remove debugging in command_read().
Correctly strip leading controls on script commands.
Make 'ls' more DWIM in regard to pathnames. We can still do better.
Revision Changes Path
1.12 +6 -5 src/sys/boot/common/bootstrap.h
1.5 +1 -3 src/sys/boot/common/commands.c
1.6 +4 -4 src/sys/boot/common/interp.c
1.5 +79 -29 src/sys/boot/common/ls.c
Modified files:
sys/boot/i386/libi386 aout_freebsd.c biosdisk.c bootinfo.c
i386_copy.c
Log:
Remove some debugging code.
Do a much better job of DWIM with partial device specifications.
Fix the module metadata build process, which was completely broken.
Use a larger read buffer when copying large objects in; this
improves performance marginally and will avoid flushning any small caches
we might choose to implement.
Revision Changes Path
1.10 +1 -5 src/sys/boot/i386/libi386/aout_freebsd.c
1.12 +122 -35 src/sys/boot/i386/libi386/biosdisk.c
1.11 +21 -21 src/sys/boot/i386/libi386/bootinfo.c
1.6 +1 -1 src/sys/boot/i386/libi386/i386_copy.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199810090711.AAA24965>
