Date: Mon, 5 Jul 1999 17:25:41 -0700 (PDT) From: Jason Evans <jasone@FreeBSD.org> 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 Message-ID: <199907060025.RAA49753@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199907060025.RAA49753>