cvs commit: src/lib/libthr/arch/i386/i386 _setcurthread.c src/lib/libthr/thread thr_create.c thr_private.h

David Xu davidxu at FreeBSD.org
Thu Aug 19 16:49:05 PDT 2004


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


More information about the cvs-src mailing list