aboutsummaryrefslogtreecommitdiff
path: root/devel/linuxthreads/files/patch-aa
Commit message (Expand)AuthorAgeFilesLines
* Stop wrapping gethost* functions on 5.2-CURRENT.Tor Egge2004-03-211-1/+11
* Add option to ignore posix priority scheduling.Tor Egge2004-02-271-2/+6
* Restore gethostbyaddr_r wrapper and remove getpw{nam,uid}_r wrappers forTor Egge2003-07-141-4/+52
* Add new experimental option, LINUXTHREADS_WRAP_API, that adds wrapperTor Egge2003-06-091-2/+27
* Make detection of unsafe calls to exit() optional and not default.Tor Egge2003-02-251-6/+23
* Fix build failure on 5.0-CURRENT by including necessary headers.Tor Egge2002-11-191-1/+18
* Let main thread do an exit(1) instead of an exit(0) on unclean programTor Egge2002-09-061-4/+8
* Register PIC archives when INSTALL_PIC_ARCHIVE has been defined.Tor Egge2002-06-181-1/+5
* Build linuxthreads version of libstdc++ and libsupc++ under 5.0-CURRENT.Tor Egge2002-06-081-4/+17
* Fix hang caused by a thread calling exit():Tor Egge2002-04-221-20/+74
* Handle internal race that caused pthread_cond_timedwait() to blockTor Egge2001-09-131-0/+9
* Backout library major number bump. It wasn't needed. Additionally,Tor Egge2001-07-011-2/+2
* Update from version 2.1.3 to 2.2.3 of LinuxThreads.Tor Egge2001-06-141-383/+554
* Use __error() from liblthread instead of the libc version.Tor Egge2001-02-261-20/+48
* Reference _flockfile to ensure that the linuxthreads version is used.Tor Egge2001-02-251-18/+21
* Initialize attributes for new threads with default values when a NULLTor Egge2001-02-201-53/+65
* Use the correct pthread.h when compiling liblgcc_r. Allow thread stacksJason Evans2000-11-061-31/+87
* Update from version 2.1.2 to 2.1.3 of LinuxThreads.Jason Evans2000-05-241-278/+302
* Back out changes to lock functions passed to dllockinit().Jason Evans2000-01-291-58/+26
* Don't use the pthreads rwlock implementation for dllockinit(), since itJason Evans2000-01-251-51/+43
* Clean up the port considerably, and fix several serious bugs. There areJason Evans2000-01-041-823/+272
* Make __pthread_attr_init() pthread_attr_init().Jason Evans1999-12-281-80/+86
* Update to the most recent release of LinuxThreads, glibc-linuxthreads-2.1.2,Jason Evans1999-12-241-1031/+1248
* Submitted by: "Russell L. Carter" <rcarter@consys.com>Julian Elischer1999-12-021-2/+2
* Reviewed by: Russell CarterJulian Elischer1999-11-301-0/+1245