cvs commit: src/lib Makefile src/lib/libthr/arch/amd64
Makefile.inc src/lib/libthr/arch/amd64/amd64 _setcurthread.c
src/lib/libthr/arch/i386/i386 _setcurthread.c
Mike Makonnen
mtm at FreeBSD.org
Sat Oct 9 08:07:20 PDT 2004
mtm 2004-10-09 15:07:20 UTC
FreeBSD src repository
Modified files: (Branch: RELENG_5)
lib Makefile
lib/libthr/arch/i386/i386 _setcurthread.c
Added files: (Branch: RELENG_5)
lib/libthr/arch/amd64 Makefile.inc
lib/libthr/arch/amd64/amd64 _setcurthread.c
Log:
MFC:
lib/Makefile:
----------------------------
revision 1.1
date: 2004/08/19 23:41:12; author: davidxu; state: Exp;
Add AMD64 support code.
=============================================================================
RCS file: /home/ncvs/src/lib/libthr/arch/i386/i386/_setcurthread.c,v
----------------------------
revision 1.15
date: 2004/08/19 23:49:04; author: davidxu; state: Exp; lines: +10 -3
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.
=============================================================================
RCS file: /home/ncvs/src/lib/Makefile,v
----------------------------
revision 1.190
date: 2004/08/19 23:51:42; author: davidxu; state: Exp; lines: +1 -2
build libthr on amd64.
=============================================================================
Approved by: re/scottl
Revision Changes Path
1.189.2.2 +1 -2 src/lib/Makefile
1.1.2.1 +5 -0 src/lib/libthr/arch/amd64/Makefile.inc (new)
1.1.2.1 +101 -0 src/lib/libthr/arch/amd64/amd64/_setcurthread.c (new)
1.14.2.1 +10 -3 src/lib/libthr/arch/i386/i386/_setcurthread.c
More information about the cvs-src
mailing list