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