Date: Thu, 19 Aug 2004 23:49:04 +0000 (UTC) From: David Xu <davidxu@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libthr/arch/i386/i386 _setcurthread.c src/lib/libthr/thread thr_create.c thr_private.h Message-ID: <200408192349.i7JNn5iC089773@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
davidxu 2004-08-19 23:49:04 UTC FreeBSD src repository Modified files: lib/libthr/arch/i386/i386 _setcurthread.c lib/libthr/thread thr_create.c thr_private.h Log: Adjust code to support AMD64, on AMD64, thread needs to set fsbase by itself before it can execute any other code, so new thread should be created with all signals are masked until after fsbase is set. Revision Changes Path 1.15 +10 -3 src/lib/libthr/arch/i386/i386/_setcurthread.c 1.19 +20 -3 src/lib/libthr/thread/thr_create.c 1.40 +1 -1 src/lib/libthr/thread/thr_private.h
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200408192349.i7JNn5iC089773>