cvs commit: src/lib/libpthread/arch/i386/i386 pthread_md.c src/lib/libpthread/arch/i386/include pthread_md.h

Peter Wemm peter at FreeBSD.org
Wed Apr 13 17:13:21 PDT 2005


peter       2005-04-14 00:13:20 UTC

  FreeBSD src repository

  Modified files:
    lib/libpthread/arch/i386/i386 pthread_md.c 
    lib/libpthread/arch/i386/include pthread_md.h 
  Log:
  Use the i386_set_gsbase() syscall if it is implemented in the kernel.
  
  This is a little hairy here because the allocation and usage of this
  functionality is split into two places in libpthread.
  
  Revision  Changes    Path
  1.5       +33 -14    src/lib/libpthread/arch/i386/i386/pthread_md.c
  1.14      +8 -2      src/lib/libpthread/arch/i386/include/pthread_md.h


More information about the cvs-all mailing list