From owner-cvs-all Sat Apr 13 12:17:52 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 2BEE037B404; Sat, 13 Apr 2002 12:17:50 -0700 (PDT) Received: (from alc@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g3DJHoi66285; Sat, 13 Apr 2002 12:17:50 -0700 (PDT) (envelope-from alc) Message-Id: <200204131917.g3DJHoi66285@freefall.freebsd.org> From: Alan Cox Date: Sat, 13 Apr 2002 12:17:50 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/sparc64/sparc64 machdep.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG alc 2002/04/13 12:17:50 PDT Modified files: sys/sparc64/sparc64 machdep.c Log: o Remove vm_map_growstack() and useracc() from sendsig(). Copyout() and suword() will automatically grow the stack if needed. o Add a comment that osigreturn() and sigreturn() are MPSAFE. Revision Changes Path 1.49 +5 -20 src/sys/sparc64/sparc64/machdep.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message