notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
This referral link gives you 10% off a Fastmail.com account and gives me a discount on my Fastmail account.

Get notified when packages are built

A new feature has been added. FreshPorts already tracks package built by the FreeBSD project. This information is displayed on each port page. You can now get an email when FreshPorts notices a new package is available for something on one of your watch lists. However, you must opt into that. Click on Report Subscriptions on the right, and New Package Notification box, and click on Update.

Finally, under Watch Lists, click on ABI Package Subscriptions to select your ABI (e.g. FreeBSD:14:amd64) & package set (latest/quarterly) combination for a given watch list. This is what FreshPorts will look for.

non port: devel/linuxthreads/files/patch-aa

Number of commits found: 20

Tuesday, 3 Jul 2007
08:38 pav search for other commits by this committer
- Fix build on CURRENT with GCC 4.2

Submitted by:   tegge (maintainer)
Original commit
Wednesday, 21 Mar 2007
21:40 tegge search for other commits by this committer
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.
Original commit
Friday, 22 Jul 2005
22:20 tegge search for other commits by this committer
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.
Original commit
Sunday, 21 Mar 2004
20:22 tegge search for other commits by this committer
Stop wrapping gethost* functions on 5.2-CURRENT.
Original commit
Friday, 27 Feb 2004
23:32 tegge search for other commits by this committer
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.
Original commit
Monday, 14 Jul 2003
12:15 tegge search for other commits by this committer
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.
Original commit
Monday, 9 Jun 2003
03:48 tegge search for other commits by this committer
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.
Original commit
Tuesday, 25 Feb 2003
00:27 tegge search for other commits by this committer
Make detection of unsafe calls to exit() optional and not default.

Reviewed by:    mbr
Original commit
Tuesday, 19 Nov 2002
16:07 tegge search for other commits by this committer
Fix build failure on 5.0-CURRENT by including necessary headers.
Original commit
Friday, 6 Sep 2002
14:57 tegge search for other commits by this committer
Let main thread do an exit(1) instead of an exit(0) on unclean program
termination (multiple active threads).
Original commit
Tuesday, 18 Jun 2002
20:32 tegge search for other commits by this committer
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.
Original commit
Saturday, 8 Jun 2002
18:27 tegge search for other commits by this committer
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
Original commit
Monday, 22 Apr 2002
16:50 tegge search for other commits by this committer
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.
Original commit
Thursday, 13 Sep 2001
17:01 tegge search for other commits by this committer
Handle internal race that caused pthread_cond_timedwait() to block   waiting for
a signal that wasn't sent.    
Original commit
Sunday, 1 Jul 2001
18:36 tegge search for other commits by this committer
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.    
Original commit
Thursday, 14 Jun 2001
02:34 tegge search for other commits by this committer
Update from version 2.1.3 to 2.2.3 of LinuxThreads.    
Original commit
Monday, 26 Feb 2001
14:09 tegge search for other commits by this committer
Use __error() from liblthread instead of the libc version.    
Original commit
Sunday, 25 Feb 2001
09:15 tegge search for other commits by this committer
Reference _flockfile to ensure that the linuxthreads version is used.    
Original commit
Tuesday, 20 Feb 2001
00:34 tegge search for other commits by this committer
Initialize attributes for new threads with default values when a NULL  
pthread_attr_t is provided as argument to pthread_create.    
Original commit
Monday, 6 Nov 2000
19:43 jasone search for other commits by this committer
Use the correct pthread.h when compiling liblgcc_r.  Allow thread stacks  
larger than 16kB.  Make sure to call global destructors during shutdown.    
Original commit

Number of commits found: 20