FreshPorts -- The Place For Ports Fri, 9 Jan 2009 5:49 AM GMT
non port: devel/linuxthreads/files/patch-aa
CVSWeb

Number of commits found: 20

Tue, 3 Jul 2007
[ 09:38 pav ] Original commit 
1.49 devel/linuxthreads/Makefile
1.6 devel/linuxthreads/files/Makefile.libgcc_r
1.28 devel/linuxthreads/files/patch-aa
1.13 devel/linuxthreads/pkg-plist
- Fix build on CURRENT with GCC 4.2

Submitted by:   tegge (maintainer)
Wed, 21 Mar 2007
[ 21:40 tegge ] Original commit 
1.27 devel/linuxthreads/files/patch-aa
1.5 devel/linuxthreads/files/wraputhread.c
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.
Fri, 22 Jul 2005
[ 23:20 tegge ] Original commit 
1.41 devel/linuxthreads/Makefile
1.12 devel/linuxthreads/files/README.FreeBSD
1.1 devel/linuxthreads/files/_pthreadtypes.h
1.26 devel/linuxthreads/files/patch-aa
1.4 devel/linuxthreads/pkg-descr
1.10 devel/linuxthreads/pkg-plist
1.4 devel/linuxthreads/files/wraputhread.c
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.
Sun, 21 Mar 2004
[ 20:22 tegge ] Original commit 
1.38 devel/linuxthreads/Makefile
1.5 devel/linuxthreads/files/gethostby_r.c
1.25 devel/linuxthreads/files/patch-aa
Stop wrapping gethost* functions on 5.2-CURRENT.
Fri, 27 Feb 2004
[ 23:32 tegge ] Original commit 
1.37 devel/linuxthreads/Makefile
1.11 devel/linuxthreads/files/README.FreeBSD
1.1 devel/linuxthreads/files/getlogin.c
1.8 devel/linuxthreads/files/libc_thread.c
1.24 devel/linuxthreads/files/patch-aa
1.9 devel/linuxthreads/pkg-plist
1.1 devel/linuxthreads/files/strptime.sed
1.1 devel/linuxthreads/files/telldir.c
1.1 devel/linuxthreads/files/ttyname.c
Add option to ignore posix priority scheduling.
Add threadsafe versions of some libc functions on FreeBSD 4.x.
Register liblgcc_r_pic.a as installed for FreeBSD 5.x.
Mon, 14 Jul 2003
[ 13:15 tegge ] Original commit 
1.36 devel/linuxthreads/Makefile
1.3 devel/linuxthreads/files/gethostby_r.c
1.2 devel/linuxthreads/files/getpw_r.c
1.23 devel/linuxthreads/files/patch-aa
Restore gethostbyaddr_r wrapper and remove getpw{nam,uid}_r wrappers for
newer versions of FreeBSD 5.X.

Drop use of deprecated AINC variable.

Reenable use of ld(1) to restore the LINUXTHREADS_WRAP_API option.

Rename __thread to __xthread in prototypes to avoid conflict with
new gcc keyword.

Bump port revision.
Mon, 9 Jun 2003
[ 04:48 tegge ] Original commit 
1.35 devel/linuxthreads/Makefile
1.10 devel/linuxthreads/files/README.FreeBSD
1.1 devel/linuxthreads/files/ldwrap
1.22 devel/linuxthreads/files/patch-aa
1.3 devel/linuxthreads/files/wraputhread.c
Add new experimental option, LINUXTHREADS_WRAP_API, that adds wrapper
functions providing most of the native threads API while avoiding name
clashes by transparently prefixing all function names that directly
provide the linuxthreads API.
Tue, 25 Feb 2003
[ 00:27 tegge ] Original commit 
1.32 devel/linuxthreads/Makefile
1.9 devel/linuxthreads/files/README.FreeBSD
1.21 devel/linuxthreads/files/patch-aa
Make detection of unsafe calls to exit() optional and not default.

Reviewed by:    mbr
Tue, 19 Nov 2002
[ 16:07 tegge ] Original commit 
1.31 devel/linuxthreads/Makefile
1.20 devel/linuxthreads/files/patch-aa
Fix build failure on 5.0-CURRENT by including necessary headers.
Fri, 6 Sep 2002
[ 15:57 tegge ] Original commit 
1.19 devel/linuxthreads/files/patch-aa
Let main thread do an exit(1) instead of an exit(0) on unclean program
termination (multiple active threads).
Tue, 18 Jun 2002
[ 21:32 tegge ] Original commit 
1.29 devel/linuxthreads/Makefile
1.18 devel/linuxthreads/files/patch-aa
1.8 devel/linuxthreads/pkg-plist
Register PIC archives when INSTALL_PIC_ARCHIVE has been defined.
Defining INSTALL_LIBLTHREAD_PIC_ARCHIVE causes installation and
registration of PIC archive for liblthread, which can be used to
generate a shared liblthread library for a different gcc installation.
Bump port revision.
Sat, 8 Jun 2002
[ 19:27 tegge ] Original commit 
1.27 devel/linuxthreads/Makefile
1.4 devel/linuxthreads/files/Makefile.libgcc_r
1.1 devel/linuxthreads/files/Makefile.libstdc++
1.1 devel/linuxthreads/files/Makefile.libsupc++
1.8 devel/linuxthreads/files/README.FreeBSD
1.17 devel/linuxthreads/files/patch-aa
1.7 devel/linuxthreads/pkg-plist
Build linuxthreads version of libstdc++ and libsupc++ under 5.0-CURRENT.
Don't misuse DESTDIR when building linuxthreads version of libgcc.
Fix varargs warning under 5.0-CURRENT.
Don't try to register profiled libraries when NOPROFILE has been specified.
Don't try to register shared libraries when NOPIC has been specified.
Bump port revision.

PR:             38876
Mon, 22 Apr 2002
[ 17:50 tegge ] Original commit 
1.26 devel/linuxthreads/Makefile
1.16 devel/linuxthreads/files/patch-aa
Fix hang caused by a thread calling exit():

  - Block cancel signal while creating new thread to avoid losing
    the signal.

  - Terminate the process with _exit(1) if it's unsafe to continue
    calling atexit functions and destructors.
Thu, 13 Sep 2001
[ 18:01 tegge ]  
unknown devel/linuxthreads/Makefile
unknown devel/linuxthreads/files/patch-aa
Handle internal race that caused pthread_cond_timedwait() to block   waiting for
a signal that wasn't sent.    
Sun, 1 Jul 2001
[ 19:36 tegge ]  
unknown devel/linuxthreads/Makefile
unknown devel/linuxthreads/files/patch-aa
Backout library major number bump.  It wasn't needed.  Additionally,   ldconfig
-r didn't list the library, making it impossible for other   ports to depend on
the linuxthreads port.    
Thu, 14 Jun 2001
[ 03:34 tegge ]  
unknown devel/linuxthreads/Makefile
unknown devel/linuxthreads/distinfo
unknown devel/linuxthreads/files/freebsd-compat.h
unknown devel/linuxthreads/files/gethostby_r.c
unknown devel/linuxthreads/files/libc_thread.c
unknown devel/linuxthreads/files/localtime.c
unknown devel/linuxthreads/files/patch-aa
unknown devel/linuxthreads/pkg-plist
unknown devel/linuxthreads/files/wraputhread.c
Update from version 2.1.3 to 2.2.3 of LinuxThreads.    
Mon, 26 Feb 2001
[ 14:09 tegge ]  
unknown devel/linuxthreads/files/freebsd-compat.h
unknown devel/linuxthreads/files/patch-aa
Use __error() from liblthread instead of the libc version.    
Sun, 25 Feb 2001
[ 09:15 tegge ]  
unknown devel/linuxthreads/files/patch-aa
Reference _flockfile to ensure that the linuxthreads version is used.    
Tue, 20 Feb 2001
[ 00:34 tegge ]  
unknown devel/linuxthreads/Makefile
unknown devel/linuxthreads/files/README.FreeBSD
unknown devel/linuxthreads/files/patch-aa
unknown devel/linuxthreads/pkg-plist
unknown devel/linuxthreads/files/wraputhread.c
Initialize attributes for new threads with default values when a NULL  
pthread_attr_t is provided as argument to pthread_create.    
Mon, 6 Nov 2000
[ 19:43 jasone ]  
unknown devel/linuxthreads/Makefile
unknown devel/linuxthreads/files/Makefile.libgcc_r
unknown devel/linuxthreads/files/patch-aa
Use the correct pthread.h when compiling liblgcc_r.  Allow thread stacks  
larger than 16kB.  Make sure to call global destructors during shutdown.    

Number of commits found: 20

Login
User Login
Create account

Servers and bandwidth provided by
New York Internet
SuperNews

Search
Enter Keywords:
 
more...

Latest Vulnerabilities
xterm*Jan 06
php5-gdJan 05
awstatsJan 04
awstats-develJan 04
p5-File-PathJan 03
vimJan 02
vinagreDec 31
mplayerDec 30
mysql41-serverDec 30
mysql50-serverDec 30
mysql51-serverDec 30
mysql60-serverDec 30
roundcubeDec 30
twikiDec 30
ampacheDec 26

12 vulnerabilities affecting 16 ports have been reported in the past 14 days

* - modified, not new

All vulnerabilities


Ports
Home
Categories
Deleted ports
Sanity Test Failures
Newsfeeds


Statistics
Graphs
NEW Graphs (Javascript)
Traffic

Calculated hourly:
Port count 19569
Broken 148
Deprecated 94
Ignore 570
Forbidden 10
Restricted 227
No CDROM 131
Vulnerable 54
Expired 15
Set to expire 76
Interactive 77
new 24 hours 6
new 48 hours11
new 7 days20
new fortnight59
new month117

This site
What is FreshPorts?
About the Authors
FAQ
How big is it?
The latest upgrade!
Privacy
Forums
Blog
Contact

Add tab to Netscape 6

Servers and bandwidth provided by
New York Internet
SuperNews
Valid HTML, CSS, and RSS.
Copyright © 2000-2008 DVL Software Limited. All rights reserved.
This page created in 0.392 seconds.