MFC - Fix an errno leak in libthread_xu's calls to umtx.
[dragonfly.git] / lib / libthread_xu / thread / thr_private.h
2009-04-26 Matthew DillonMFC - Fix an errno leak in libthread_xu's calls to...
2008-07-15 Matthew DillonFix an issue where libthread_xu was not accepting the...
2008-04-14 Matthew DillonFix some issues in libthread_xu's condvar implementation.
2007-06-26 Joe TalbottFix files that included the posix scheduling headers...
2007-05-03 Matthew DillonMake libthread_xu use the new lwp_rtprio() system call...
2006-04-13 David Xu1) Use int for m_flags of pthread_mutexattr.
2006-04-07 David XuUse the branch prediction macros in sys/cdefs.h.
2006-04-06 David XuUnlock recursive mutex in pthread_cond_wait, though...
2006-04-06 David XuWARNS level 4 cleanup.
2006-04-05 David XuMove some global variables into its module, remove...
2006-04-05 David XuPull in all symbols needed for static binary.
2006-03-19 David XuMake thread suspension really work.
2006-03-12 David XuClose a race for thread detach.
2005-06-21 David XuFix off-by-one error.
2005-05-07 David Xu1. Fix symbols needed by libthread_db.
2005-05-07 David XuFix comment of error member, now errno is TLS based.
2005-04-05 David XuRemove unused strong reference.
2005-03-29 Joerg SonnenbergerCleanup the TLS implementation:
2005-02-21 David XuSet initial thread's stack to 2M on 32 bits platform...
2005-02-01 David XuImport initial version of 1:1 pthread library.