From owner-cvs-all Fri Oct 2 13:53:32 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id NAA03838 for cvs-all-outgoing; Fri, 2 Oct 1998 13:53:32 -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 NAA03826; Fri, 2 Oct 1998 13:53:23 -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 NAA19359; Fri, 2 Oct 1998 13:53:17 -0700 (PDT) Date: Fri, 2 Oct 1998 13:53:17 -0700 (PDT) Message-Id: <199810022053.NAA19359@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/sys/boot/i386/btx/lib btxv86.h src/sys/boot/i386/libi386 aout_freebsd.c bootinfo.c elf_freebsd.c libi386.h Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk msmith 1998/10/02 13:53:17 PDT Modified files: sys/boot/i386/btx/lib btxv86.h Log: Fix an egregious precedence bug. Revision Changes Path 1.4 +5 -5 src/sys/boot/i386/btx/lib/btxv86.h Modified files: sys/boot/i386/libi386 aout_freebsd.c bootinfo.c elf_freebsd.c libi386.h Log: Consolidate the bootinfo-loading code, greatly simplifying the _exec functions. Revision Changes Path 1.9 +13 -116 src/sys/boot/i386/libi386/aout_freebsd.c 1.6 +106 -2 src/sys/boot/i386/libi386/bootinfo.c 1.3 +15 -103 src/sys/boot/i386/libi386/elf_freebsd.c 1.8 +2 -10 src/sys/boot/i386/libi386/libi386.h