Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 21 Mar 2007 21:40:25 +0000 (UTC)
From:      Tor Egge <tegge@FreeBSD.org>
To:        ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: ports/devel/linuxthreads/files patch-aa wraputhread.c
Message-ID:  <200703212140.l2LLePZC027456@repoman.freebsd.org>

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



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