cvs commit: ports/devel/linuxthreads Makefile pkg-descr pkg-plist ports/devel/linuxthreads/files README.FreeBSD _pthreadtypes.h patch-aa wraputhread.c

Tor Egge tegge at FreeBSD.org
Fri Jul 22 22:20:22 GMT 2005


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


More information about the cvs-ports mailing list