CVS log for ports/devel/linuxthreads/files/libc_thread.c
Up to [FreeBSD] / ports / devel / linuxthreads / files
Request diff between arbitrary revisions
Keyword substitution: kv
Default branch: MAIN
Revision 1.8: 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_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_5_4_0, RELEASE_5_3_0, RELEASE_4_EOL, RELEASE_4_11_0, RELEASE_4_10_0, PRE_XORG_7, HEAD
Diff to: previous 1.7: preferred, colored
Changes since revision 1.7: +2 -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.7: download - view: text, markup, annotated - select for diffs
Thu Mar 27 01:29:24 2003 UTC (8 years, 10 months ago) by tegge
Branches: MAIN
CVS tags: RELEASE_5_2_1, RELEASE_5_2_0, RELEASE_5_1_0, RELEASE_4_9_0
Diff to: previous 1.6: preferred, colored
Changes since revision 1.6: +6 -0 lines
Add _spinunlock() to keep up with libc change in 5.0-CURRENT.
Revision 1.6: download - view: text, markup, annotated - select for diffs
Thu Jun 14 01:34:18 2001 UTC (10 years, 8 months ago) by tegge
Branches: MAIN
CVS tags: RELEASE_5_0_DP1, RELEASE_5_0_0, RELEASE_4_8_0, RELEASE_4_7_0, RELEASE_4_6_2, RELEASE_4_6_1, RELEASE_4_6_0, RELEASE_4_5_0, RELEASE_4_4_0
Diff to: previous 1.5: preferred, colored
Changes since revision 1.5: +0 -39 lines
Update from version 2.1.3 to 2.2.3 of LinuxThreads.
Revision 1.5: download - view: text, markup, annotated - select for diffs
Wed Jul 12 16:32:11 2000 UTC (11 years, 7 months ago) by jasone
Branches: MAIN
CVS tags: RELEASE_4_3_0, RELEASE_4_2_0, RELEASE_4_1_1, RELEASE_4_1_0
Diff to: previous 1.4: preferred, colored
Changes since revision 1.4: +0 -8 lines
Remove call to deprecated function, dllockinit().
Revision 1.4: download - view: text, markup, annotated - select for diffs
Sat Jan 29 03:15:23 2000 UTC (12 years ago) by jasone
Branches: MAIN
CVS tags: RELEASE_4_0_0, RELEASE_3_5_0
Diff to: previous 1.3: preferred, colored
Changes since revision 1.3: +72 -90 lines
Back out changes to lock functions passed to dllockinit(). Don't compile the lockfile.c that comes with LinuxThreads.
Revision 1.3: download - view: text, markup, annotated - select for diffs
Tue Jan 25 22:37:09 2000 UTC (12 years ago) by jasone
Branches: MAIN
Diff to: previous 1.2: preferred, colored
Changes since revision 1.2: +90 -72 lines
Don't use the pthreads rwlock implementation for dllockinit(), since it causes infinite recursion while trying to initialize the internal library state. Instead, use a simple spinlock-based rwlock implementation. Make minor cancellation cleanups.
Revision 1.2: download - view: text, markup, annotated - select for diffs
Tue Jan 4 00:05:22 2000 UTC (12 years, 1 month ago) by jasone
Branches: MAIN
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +59 -1 lines
Clean up the port considerably, and fix several serious bugs. There are still some problems, at least with signal handling and locking on SMP. Submitted by: dick
Revision 1.1: download - view: text, markup, annotated - select for diffs
Tue Nov 30 09:07:19 1999 UTC (12 years, 2 months ago) by julian
Branches: MAIN
CVS tags: RELEASE_3_4_0
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.
