From owner-cvs-all Mon Jul 5 17:25:43 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 6159614BD3; Mon, 5 Jul 1999 17:25:41 -0700 (PDT) (envelope-from jasone@FreeBSD.org) Received: (from jasone@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id RAA49753; Mon, 5 Jul 1999 17:25:41 -0700 (PDT) (envelope-from jasone@FreeBSD.org) Message-Id: <199907060025.RAA49753@freefall.freebsd.org> From: Jason Evans Date: Mon, 5 Jul 1999 17:25:41 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libc_r Makefile src/lib/libc_r/uthread pthread_private.h uthread_create.c uthread_gc.c uthread_init.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk jasone 1999/07/05 17:25:40 PDT Modified files: lib/libc_r Makefile lib/libc_r/uthread pthread_private.h uthread_create.c uthread_gc.c uthread_init.c Log: Always use growable thread stacks on the i386. The VM_STACK kernel option must be made default for the alpha before growable thread stacks are enabled for the alpha. Revision Changes Path 1.18 +1 -4 src/lib/libc_r/Makefile 1.22 +10 -14 src/lib/libc_r/uthread/pthread_private.h 1.15 +2 -4 src/lib/libc_r/uthread/uthread_create.c 1.6 +3 -5 src/lib/libc_r/uthread/uthread_gc.c 1.14 +2 -4 src/lib/libc_r/uthread/uthread_init.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message