From owner-cvs-all Tue Sep 5 23: 8:57 2000 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 C259D37B423; Tue, 5 Sep 2000 23:08:54 -0700 (PDT) Received: (from marcel@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id XAA45665; Tue, 5 Sep 2000 23:08:54 -0700 (PDT) (envelope-from marcel@FreeBSD.org) Message-Id: <200009060608.XAA45665@freefall.freebsd.org> From: Marcel Moolenaar Date: Tue, 5 Sep 2000 23:08:54 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/i386/linux linux.h linux_machdep.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG marcel 2000/09/05 23:08:54 PDT Modified files: sys/i386/linux linux.h linux_machdep.c Log: When sigaltstack is called with a stack size that's not smaller than LINUX_MINSIGSTKSZ but smaller than MINSIGSTKSZ, cheat and pass MINSIGSTKSZ to the kernel. This is a workaround. Submitted through: nate Revision Changes Path 1.43 +4 -1 src/sys/i386/linux/linux.h 1.3 +3 -2 src/sys/i386/linux/linux_machdep.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message