From owner-cvs-all Fri Oct 9 00:11:24 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id AAA11551 for cvs-all-outgoing; Fri, 9 Oct 1998 00:11:24 -0700 (PDT) (envelope-from owner-cvs-all) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id AAA11546; Fri, 9 Oct 1998 00:11:20 -0700 (PDT) (envelope-from msmith@FreeBSD.org) From: Michael Smith Received: (from msmith@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id AAA24965; Fri, 9 Oct 1998 00:11:19 -0700 (PDT) Date: Fri, 9 Oct 1998 00:11:19 -0700 (PDT) Message-Id: <199810090711.AAA24965@freefall.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 Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk 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 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