CVS log for ports/devel/linuxthreads/files/README.FreeBSD
Up to [FreeBSD] / ports / devel / linuxthreads / files
Request diff between arbitrary revisions
Keyword substitution: kv
Default branch: MAIN
Revision 1.12: download - view: text, markup, annotated - select for diffs
Fri Jul 22 22:20:21 2005 UTC (6 years, 6 months ago) by tegge
Branches: MAIN
CVS tags: RELEASE_9_0_0, RELEASE_8_2_0, RELEASE_8_1_0, RELEASE_8_0_0, RELEASE_7_4_0, RELEASE_7_3_0, RELEASE_7_2_0, RELEASE_7_1_0, RELEASE_7_0_0, RELEASE_6_EOL, RELEASE_6_4_0, RELEASE_6_3_0, RELEASE_6_2_0, RELEASE_6_1_0, RELEASE_6_0_0, RELEASE_5_EOL, RELEASE_5_5_0, RELEASE_4_EOL, PRE_XORG_7, HEAD
Diff to: previous 1.11: preferred, colored
Changes since revision 1.11: +21 -0 lines
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 1.11: download - view: text, markup, annotated - select for diffs
Fri Feb 27 23:32:54 2004 UTC (7 years, 11 months ago) by tegge
Branches: MAIN
CVS tags: RELEASE_5_4_0, RELEASE_5_3_0, RELEASE_4_11_0, RELEASE_4_10_0
Diff to: previous 1.10: preferred, colored
Changes since revision 1.10: +8 -0 lines
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.
Revision 1.10: download - view: text, markup, annotated - select for diffs
Mon Jun 9 03:48:31 2003 UTC (8 years, 8 months ago) by tegge
Branches: MAIN
CVS tags: RELEASE_5_2_1, RELEASE_5_2_0, RELEASE_4_9_0
Diff to: previous 1.9: preferred, colored
Changes since revision 1.9: +19 -1 lines
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.
Revision 1.9: download - view: text, markup, annotated - select for diffs
Tue Feb 25 00:27:37 2003 UTC (8 years, 11 months ago) by tegge
Branches: MAIN
CVS tags: RELEASE_5_1_0, RELEASE_4_8_0
Diff to: previous 1.8: preferred, colored
Changes since revision 1.8: +22 -0 lines
Make detection of unsafe calls to exit() optional and not default. Reviewed by: mbr
Revision 1.8: download - view: text, markup, annotated - select for diffs
Sat Jun 8 18:27:19 2002 UTC (9 years, 8 months ago) by tegge
Branches: MAIN
CVS tags: RELEASE_5_0_0, RELEASE_4_7_0
Diff to: previous 1.7: preferred, colored
Changes since revision 1.7: +12 -0 lines
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
Revision 1.7: download - view: text, markup, annotated - select for diffs
Tue Feb 20 00:34:56 2001 UTC (10 years, 11 months ago) by tegge
Branches: MAIN
CVS tags: RELEASE_5_0_DP1, RELEASE_4_6_2, RELEASE_4_6_1, RELEASE_4_6_0, RELEASE_4_5_0, RELEASE_4_4_0, RELEASE_4_3_0
Diff to: previous 1.6: preferred, colored
Changes since revision 1.6: +13 -0 lines
Initialize attributes for new threads with default values when a NULL pthread_attr_t is provided as argument to pthread_create. liblgcc_r_pic.a no longer exists. Put the liblgcc_r.a version of __get_eh_info() and __register_frame_info() into the shared linuxthreads library to avoid using the incompatible libgcc.a version. Shared libraries that use exceptions still represent a problem if linked before the linuxthreads library. Compile liblgcc_r.a before the main linuxthreads library to provide the object files that contains __get_eh_info() and __register_frame_info(). Add minimal wrappers for native thread library functions used by 5.0-CURRENT libc. The wrappers try to call corresponding functions in the linuxthreads library after performing argument conversion.
Revision 1.6: download - view: text, markup, annotated - select for diffs
Wed Jul 12 02:08:45 2000 UTC (11 years, 7 months ago) by jasone
Branches: MAIN
CVS tags: RELEASE_4_2_0, RELEASE_4_1_1, RELEASE_4_1_0
Diff to: previous 1.5: preferred, colored
Changes since revision 1.5: +23 -35 lines
Fix a mistake in the directions for creating symlinks. Add instructions for creating a gcc specs file (prompted by Dima Ruben). Remove obsolete information and update various tidbits.
Revision 1.5: download - view: text, markup, annotated - select for diffs
Wed May 24 04:14:41 2000 UTC (11 years, 8 months ago) by jasone
Branches: MAIN
CVS tags: RELEASE_3_5_0
Diff to: previous 1.4: preferred, colored
Changes since revision 1.4: +9 -47 lines
Update from version 2.1.2 to 2.1.3 of LinuxThreads.
Revision 1.4: download - view: text, markup, annotated - select for diffs
Fri Dec 24 01:11:46 1999 UTC (12 years, 1 month ago) by jasone
Branches: MAIN
CVS tags: RELEASE_4_0_0
Diff to: previous 1.3: preferred, colored
Changes since revision 1.3: +91 -119 lines
Update to the most recent release of LinuxThreads, glibc-linuxthreads-2.1.2, which is rather tightly coupled with GNU libc, unlike the older version of this port. LinuxThreads has added many features since it was integrated with GNU libc, which means that a number of interfaces that were borrowed from libc_r are no longer needed. This updated port required a lot of reworking of the port, so there are likely to be new bugs.
Revision 1.3: download - view: text, markup, annotated - select for diffs
Sat Dec 4 18:44:59 1999 UTC (12 years, 2 months ago) by julian
Branches: MAIN
CVS tags: RELEASE_3_4_0
Diff to: previous 1.2: preferred, colored
Changes since revision 1.2: +66 -14 lines
New documentation from Richard and Russell. Change Maintainer to Jason Evans Submitted by: "Richard Seaman, Jr." <dick@tar.com>
Revision 1.2: download - view: text, markup, annotated - select for diffs
Tue Nov 30 20:21:56 1999 UTC (12 years, 2 months ago) by julian
Branches: MAIN
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +39 -47 lines
Update some of the Documentation files. Submitted by: "Richard Seaman, Jr." <dick@tar.com>, rcarter@pinyon.org
Revision 1.1: download - view: text, markup, annotated - select for diffs
Tue Nov 30 09:07:16 1999 UTC (12 years, 2 months ago) by julian
Branches: MAIN
Reviewed by: Russell Carter Submitted by: "Richard Seaman, Jr." <dick@tar.com> Native FreeBSD port of the linuxthreads library Includes added files and stuff you need to add to the rest of your system. This is for -current I'm sure Richard's older version might be a good place to start for a 3.x version.
