summaryrefslogtreecommitdiff
path: root/devel/linuxthreads/files/patch-aa (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Use the correct pthread.h when compiling liblgcc_r. Allow thread stacksJason Evans2000-11-061-31/+87
| | | | | | | | | | larger than 16kB. Make sure to call global destructors during shutdown. PR: ports/22429 Submitted by: tegge Notes: svn path=/head/; revision=34854
* Update from version 2.1.2 to 2.1.3 of LinuxThreads.Jason Evans2000-05-241-278/+302
| | | | Notes: svn path=/head/; revision=28720
* Back out changes to lock functions passed to dllockinit().Jason Evans2000-01-291-58/+26
| | | | | | | Don't compile the lockfile.c that comes with LinuxThreads. Notes: svn path=/head/; revision=25194
* Don't use the pthreads rwlock implementation for dllockinit(), since itJason Evans2000-01-251-51/+43
| | | | | | | | | | causes infinite recursion while trying to initialize the internal library state. Instead, use a simple spinlock-based rwlock implementation. Make minor cancellation cleanups. Notes: svn path=/head/; revision=25076
* Clean up the port considerably, and fix several serious bugs. There areJason Evans2000-01-041-823/+272
| | | | | | | | | still some problems, at least with signal handling and locking on SMP. Submitted by: dick Notes: svn path=/head/; revision=24399
* Make __pthread_attr_init() pthread_attr_init().Jason Evans1999-12-281-80/+86
| | | | | | | Submitted by: "Russell L. Carter" <rcarter@pinyon.org> Notes: svn path=/head/; revision=24208
* Update to the most recent release of LinuxThreads, glibc-linuxthreads-2.1.2,Jason Evans1999-12-241-1031/+1248
| | | | | | | | | | | | | | | 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. Notes: svn path=/head/; revision=23948
* Submitted by: "Russell L. Carter" <rcarter@consys.com>Julian Elischer1999-12-021-2/+2
| | | | | | | more tuning Notes: svn path=/head/; revision=23545
* Reviewed by: Russell CarterJulian Elischer1999-11-301-0/+1245
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. Notes: svn path=/head/; revision=23511