Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 22 Jul 2005 22:20:21 +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 Makefile pkg-descr pkg-plist ports/devel/linuxthreads/files README.FreeBSD _pthreadtypes.h patch-aa wraputhread.c
Message-ID:  <200507222220.j6MMKLrA045404@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
tegge       2005-07-22 22:20:21 UTC

  FreeBSD ports repository

  Modified files:
    devel/linuxthreads   Makefile pkg-descr pkg-plist 
    devel/linuxthreads/files README.FreeBSD patch-aa wraputhread.c 
  Added files:
    devel/linuxthreads/files _pthreadtypes.h 
  Log:
  Check for NO_PIC and NO_PROFILE on FreeBSD >= 6.0.
  
  Add sys/_pthreadtypes.h to allow compilation on FreeBSD >= 6.0.
  
  Initialize signal trampoline variables earlier to avoid race in wrapper
  around sigaction.
  
  Fix known API wrapper bugs.
  
  Port compile time options:
  
    Add option for using an alternate restart signal instead of SIGUSR2.
  
    Add options for adjustment of maximum thread stack size and maximum
    number of threads.
  
    Make all options start with LINUXTHREADS_
  
  Note that complete FreeBSD source matching userland must be installed
  in /usr/src when compiling this port.
  
  Revision  Changes    Path
  1.41      +44 -13    ports/devel/linuxthreads/Makefile
  1.12      +21 -0     ports/devel/linuxthreads/files/README.FreeBSD
  1.1       +45 -0     ports/devel/linuxthreads/files/_pthreadtypes.h (new)
  1.26      +62 -5     ports/devel/linuxthreads/files/patch-aa
  1.4       +7 -7      ports/devel/linuxthreads/files/wraputhread.c
  1.4       +2 -2      ports/devel/linuxthreads/pkg-descr
  1.10      +2 -0      ports/devel/linuxthreads/pkg-plist



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