From owner-cvs-all Sat Jul 10 22:56:41 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 A992214E3D; Sat, 10 Jul 1999 22:56:39 -0700 (PDT) (envelope-from jasone@FreeBSD.org) Received: (from jasone@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id WAA98530; Sat, 10 Jul 1999 22:56:39 -0700 (PDT) (envelope-from jasone@FreeBSD.org) Message-Id: <199907110556.WAA98530@freefall.freebsd.org> From: Jason Evans Date: Sat, 10 Jul 1999 22:56:39 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: 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/10 22:56:38 PDT Modified files: lib/libc_r/uthread pthread_private.h uthread_create.c uthread_gc.c uthread_init.c Log: Modify previous changes to conform better to libc_r's coding style. Always use mmap() for default-size stack allocation. Use MAP_ANON instead of MAP_STACK on the alpha architecture. Reduce the amount of code executed while owning _gc_mutex during stack allocation. Revision Changes Path 1.23 +9 -5 src/lib/libc_r/uthread/pthread_private.h 1.16 +56 -35 src/lib/libc_r/uthread/uthread_create.c 1.7 +42 -32 src/lib/libc_r/uthread/uthread_gc.c 1.15 +6 -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