cvs commit: ports/devel/linuxthreads/files patch-aa wraputhread.c

Tor Egge tegge at FreeBSD.org
Wed Mar 21 21:40:25 UTC 2007


tegge       2007-03-21 21:40:25 UTC

  FreeBSD ports repository

  Modified files:
    devel/linuxthreads/files patch-aa wraputhread.c 
  Log:
  Correct retrieval of stack address and size when getting the current
  thread attributes for the main thread.
  
  Add emulation of native threads (libc_r) method of getting the current
  thread attributes (pthread_attr_get_np()) and adjust emulation of native
  threads pthread_attr_getstackaddr() to return bottom of stack instead of
  top of stack.
  
  Correct emulation of native threads pthread_mutexattr_settype() when
  selecting recursive mutexes.  Previously, the argument conversion before
  calling the linuxthreads version of pthread_mutexattr_setattr() ended up
  selecting errorcheck mutexes instead of recursive mutexes.
  
  Revision  Changes    Path
  1.27      +20 -0     ports/devel/linuxthreads/files/patch-aa
  1.5       +19 -3     ports/devel/linuxthreads/files/wraputhread.c


More information about the cvs-ports mailing list