From owner-cvs-all Thu Oct 15 02:52:22 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id CAA28894 for cvs-all-outgoing; Thu, 15 Oct 1998 02:52:22 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) 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 CAA28889; Thu, 15 Oct 1998 02:52:21 -0700 (PDT) (envelope-from dfr@FreeBSD.org) From: Doug Rabson Received: (from dfr@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id CAA17515; Thu, 15 Oct 1998 02:52:19 -0700 (PDT) Date: Thu, 15 Oct 1998 02:52:19 -0700 (PDT) Message-Id: <199810150952.CAA17515@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/sys/kern imgact_elf.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk dfr 1998/10/15 02:52:19 PDT Modified files: sys/kern imgact_elf.c Log: Don't frob the user stack directly, use suword instead. This fixes the elf_freebsd_fixup() panic which many people have noticed on the alpha. Revision Changes Path 1.39 +2 -2 src/sys/kern/imgact_elf.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message