From owner-cvs-sys Fri Apr 26 06:47:49 1996 Return-Path: owner-cvs-sys Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id GAA07983 for cvs-sys-outgoing; Fri, 26 Apr 1996 06:47:49 -0700 (PDT) Received: (from phk@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id GAA07964 Fri, 26 Apr 1996 06:47:40 -0700 (PDT) Date: Fri, 26 Apr 1996 06:47:40 -0700 (PDT) From: Poul-Henning Kamp Message-Id: <199604261347.GAA07964@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-sys Subject: cvs commit: src/sys/i386/i386 locore.s machdep.c Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk phk 96/04/26 06:47:40 Modified: sys/i386/i386 locore.s machdep.c Log: A significant debogofication of locore.s. I havn't found any actualy bugs, but it is a lot easier to navigate this twisted code now. Revision Changes Path 1.65 +302 -352 src/sys/i386/i386/locore.s 1.184 +2 -1 src/sys/i386/i386/machdep.c