summaryrefslogtreecommitdiff
path: root/devel/linuxthreads
AgeCommit message (Expand)Author
2004-11-22Align stack address for new threads.Tor Egge
2004-03-21Stop wrapping gethost* functions on 5.2-CURRENT.Tor Egge
2004-03-20Add size data, approved by maintainers.Trevor Johnson
2004-02-27Add option to ignore posix priority scheduling.Tor Egge
2003-07-14Fix typos in previous commit causing the previous change to effectivelyTor Egge
2003-07-14Restore gethostbyaddr_r wrapper and remove getpw{nam,uid}_r wrappers forTor Egge
2003-06-09Add new experimental option, LINUXTHREADS_WRAP_API, that adds wrapperTor Egge
2003-06-09Adjust to changed compilation environment (Makefiles setup) in 5.1-CURRENT.Tor Egge
2003-03-27Add _spinunlock() to keep up with libc change in 5.0-CURRENT.Tor Egge
2003-03-07Clear moonlight beckons.Ade Lovett
2003-02-25Make detection of unsafe calls to exit() optional and not default.Tor Egge
2003-02-22Make this buildable again on CURRENT.Martin Blapp
2002-11-19Fix build failure on 5.0-CURRENT by including necessary headers.Tor Egge
2002-09-06Bump port revision to reflect memory leak fix.Tor Egge
2002-09-06Don't assume that pthread_key_t is signed, thus plugging a memory leak.Tor Egge
2002-09-06Let main thread do an exit(1) instead of an exit(0) on unclean programTor Egge
2002-06-18Register PIC archives when INSTALL_PIC_ARCHIVE has been defined.Tor Egge
2002-06-08Reduce number of portlint errors/warnings.Tor Egge
2002-06-08Build linuxthreads version of libstdc++ and libsupc++ under 5.0-CURRENT.Tor Egge
2002-06-08Remove #pragma weak usage.Tor Egge
2002-06-08Track changes in -current (remove register keyword, ansify).Tor Egge
2002-06-08Fix malformed preprocessor directive.Tor Egge
2002-04-22Fix hang caused by a thread calling exit():Tor Egge
2002-03-10Document that FreeBSD source code is needed to build linuxthreads port.Tor Egge
2001-09-13Handle internal race that caused pthread_cond_timedwait() to blockTor Egge
2001-09-09Add an optional experimental patch that reduce the number of contextTor Egge
2001-09-09Set frame pointer to 0 before calling function in child process to indicateTor Egge
2001-09-09Use libc version of _flockfile() and _funlockfile() on 5.0-CURRENT.Tor Egge
2001-07-01Backout library major number bump. It wasn't needed. Additionally,Tor Egge
2001-06-14Update from version 2.1.3 to 2.2.3 of LinuxThreads.Tor Egge
2001-02-26Calling the libc .cerror from outside libc doesn't work when libcTor Egge
2001-02-26Use __error() from liblthread instead of the libc version.Tor Egge
2001-02-25Reference _flockfile to ensure that the linuxthreads version is used.Tor Egge
2001-02-20Initialize attributes for new threads with default values when a NULLTor Egge
2001-02-18Take over linuxthreads port maintainership.Tor Egge
2001-01-16Massive style enforcement - use ^I instead of spaces for variables identation.Maxim Sobolev
2000-11-06Use the correct pthread.h when compiling liblgcc_r. Allow thread stacksJason Evans
2000-10-08Change PKGDIR from pkg/ to . Also fix places where ${PKGDIR} isSatoshi Asami
2000-09-25Eliminate WRKSRC=${WRKDIR}/${PKGNAME} lines, as these will break whenSatoshi Asami
2000-07-12Remove call to deprecated function, dllockinit().Jason Evans
2000-07-12Fix a mistake in the directions for creating symlinks. Add instructions forJason Evans
2000-07-12Rather than copying the entirety of src/gnu/lib/libgcc/Makefile, .include itJason Evans
2000-06-07Add lib/liblgcc_r_p.a.Satoshi Asami
2000-05-24Update from version 2.1.2 to 2.1.3 of LinuxThreads.Jason Evans
2000-04-16portlint - mostly moving around variables.Michael Haro
2000-04-11PORTNAME/PORTVERSION updateMichael Haro
2000-02-01Require a more recent OSVERSION, since linuxthreads uses dllockinit(),Jason Evans
2000-01-29Mark linuxthreads as requiring at least FreeBSD 4.0 and only working onJason Evans
2000-01-29Back out changes to lock functions passed to dllockinit().Jason Evans
2000-01-25Don't use the pthreads rwlock implementation for dllockinit(), since itJason Evans