From owner-cvs-all Mon May 13 0:58:19 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 6FD6837B404; Mon, 13 May 2002 00:58:15 -0700 (PDT) Received: (from alfred@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4D7wFo67279; Mon, 13 May 2002 00:58:15 -0700 (PDT) (envelope-from alfred) Message-Id: <200205130758.g4D7wFo67279@freefall.freebsd.org> From: Alfred Perlstein Date: Mon, 13 May 2002 00:58:15 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libc_r/uthread pthread_private.h uthread_attr_setguardsize.c uthread_init.c uthread_stack.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 alfred 2002/05/13 00:58:15 PDT Modified files: lib/libc_r/uthread pthread_private.h uthread_attr_setguardsize.c uthread_init.c uthread_stack.c Log: Don't use PAGE_SIZE in userland, instead use getpagesize(), this is to allow running on other arches when the instructions are supported but the page size granularity is not. Glanced at by: peter Revision Changes Path 1.69 +5 -5 src/lib/libc_r/uthread/pthread_private.h 1.2 +7 -3 src/lib/libc_r/uthread/uthread_attr_setguardsize.c 1.39 +14 -3 src/lib/libc_r/uthread/uthread_init.c 1.3 +10 -10 src/lib/libc_r/uthread/uthread_stack.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message