Date: Sun, 28 Nov 1999 11:47:45 -0800 (PST) From: Doug Rabson <dfr@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libc_r/uthread pthread_private.h uthread_create.c Message-ID: <199911281947.LAA55401@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199911281947.LAA55401>
