Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 9 Oct 2004 15:07:20 +0000 (UTC)
From:      Mike Makonnen <mtm@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   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
Message-ID:  <200410091507.i99F7KjP000875@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200410091507.i99F7KjP000875>