From owner-cvs-all Sun Nov 28 11:47:47 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 927DB150DB; Sun, 28 Nov 1999 11:47:45 -0800 (PST) (envelope-from dfr@FreeBSD.org) Received: (from dfr@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id LAA55401; Sun, 28 Nov 1999 11:47:45 -0800 (PST) (envelope-from dfr@FreeBSD.org) Message-Id: <199911281947.LAA55401@freefall.freebsd.org> From: Doug Rabson Date: Sun, 28 Nov 1999 11:47:45 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libc_r/uthread pthread_private.h uthread_create.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk dfr 1999/11/28 11:47:45 PST Modified files: lib/libc_r/uthread pthread_private.h uthread_create.c Log: * Fix the stack allocation code so that it works for alpha. Change it to use mmap(..., MAP_STACK, ...) on alpha too since that should work now. * Add hooks to allow GDB to access the internals of pthreads without having to know the exact layout of struct pthread. Reviewed by: deischen Revision Changes Path 1.29 +4 -2 src/lib/libc_r/uthread/pthread_private.h 1.21 +24 -6 src/lib/libc_r/uthread/uthread_create.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message