de-errno
[dragonfly.git] / lib / libthread_xu /
2005-04-28 Joerg SonnenbergerSlight correction for the last commit, thread TCB ...
2005-04-28 Joerg SonnenbergerFor the initial thread, rtld has already created the...
2005-04-21 Jeroen Ruigrok/asmodaiMerge from vendor branch GPERF:
2005-04-21 Joerg SonnenbergerBump major numbers in preparation for libc work.
2005-04-21 Jeroen Ruigrok/asmodaiMerge from vendor branch CVS:
2005-04-19 Joerg SonnenbergerMerge from vendor branch NTPD:
2005-04-19 Joerg SonnenbergerMerge from vendor branch NTPD:
2005-04-18 Joerg SonnenbergerMerge from vendor branch NTPD:
2005-04-14 Joerg SonnenbergerMerge from vendor branch NTPD:
2005-04-12 David XuFix brokeness by using _pthread_xxx functions instead.
2005-04-05 David XuRemove unused strong reference.
2005-03-29 Joerg SonnenbergerRemove tcb_size and flag argument for _rtld_allocate_tls,
2005-03-29 Joerg SonnenbergerCleanup the TLS implementation:
2005-03-29 David RhodusMerge from vendor branch HEIMDAL:
2005-03-28 David RhodusMerge from vendor branch HEIMDAL:
2005-03-28 Matthew DillonCleanup and retool portions of the TLS support and...
2005-03-24 David Xutcb is now managed by rtld, caching it is not correct,
2005-03-23 David XuPass exact number of threads to thr_umtx_wake.
2005-03-22 David XuUse rtld's TLS interface to allocate tcb.
2005-03-15 David XuFix incorrect comment.
2005-03-15 David Xuunconstify a modifiable parameter.
2005-03-15 David XuFix comments.
2005-03-15 David XuAdd clockid to _thr_umtx_wait, so that clockid attribut...
2005-03-12 Eirik NygaardMerge from vendor branch NCURSES:
2005-03-08 Simon SchubertMerge from vendor branch CVS:
2005-03-02 Eirik NygaardMerge from vendor branch NCURSES:
2005-03-02 Joerg SonnenbergerMerge from vendor branch GCC:
2005-02-26 David XuEnable barrier support.
2005-02-26 David XuStyle fixes.
2005-02-25 Joerg SonnenbergerMerge from vendor branch NTPD:
2005-02-22 David XuRemove alpha support.
2005-02-22 David XuCode cleanup, remove unneeded includes.
2005-02-22 David XuWith new tls interface, sysarch.h is no longer needed.
2005-02-22 David XuUse new kernel tls interface.
2005-02-21 David XuSet initial thread's stack to 2M on 32 bits platform...
2005-02-21 David XuRemove unused macro.
2005-02-21 David XuRemove debug code.
2005-02-20 David XuImplement cancellation points for sigwait, sigtimedwait...
2005-02-01 David XuImport initial version of 1:1 pthread library.