]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - lib/libkse
This commit was generated by cvs2svn to compensate for changes in r121326,
[FreeBSD/FreeBSD.git] / lib / libkse /
2003-10-22 hartiThis commit was generated by cvs2svn to compensate...
2003-10-20 deischenThis test relies on the concurrency level being 1;...
2003-10-17 peterUpdate context code for my last ABI breakage of mcontex...
2003-10-12 deischenDon't forget to initialize the fake tcb when the kcb...
2003-10-09 deischenReverse the order of the first two arguments to _sparc6...
2003-10-09 nectarThis commit was generated by cvs2svn to compensate...
2003-10-09 nectarThis commit was generated by cvs2svn to compensate...
2003-10-09 deischenConvert a couple of hardcoded values to constants....
2003-10-09 marcelThis commit was generated by cvs2svn to compensate...
2003-10-09 deischenAdd preliminary sparc64 support to libpthread. This...
2003-10-08 davidxuFix some comments for last commit.
2003-10-08 davidxuComplete cancellation support for M:N threads, check...
2003-10-08 davidxuUse thread lock instead of scheduler lock to eliminate...
2003-10-02 davidxuOnly generate code for _LCK_ASSERT if _LCK_DEBUG is...
2003-10-01 nectarThis commit was generated by cvs2svn to compensate...
2003-09-29 davidxuWhen concurrency level is reduced and a kse is exiting...
2003-09-28 davidxuRemove unused variable.
2003-09-27 marcelRelink libc_r.a, libc_r.so and libc_r_p.so from libthr...
2003-09-26 joeThis commit was generated by cvs2svn to compensate...
2003-09-25 davidxupthread API should return error code in return value...
2003-09-25 davidxuIf syscall failed, restore old sigaction and return...
2003-09-24 davidxuAs comments in _mutex_lock_backout state, only current...
2003-09-23 davidxuFree thread name memory if there is.
2003-09-22 davidxuSave and restore timeout field for signal frame just...
2003-09-22 davidxuFix FPU state restoring bug by jumping to right position.
2003-09-22 davidxuPrint waitset correctly.
2003-09-20 ruThis commit was generated by cvs2svn to compensate...
2003-09-19 marcelMake KSE_STACKSIZE machine dependent by moving it from...
2003-09-19 gshapiroThis commit was generated by cvs2svn to compensate...
2003-09-19 marcel_ia64_break_setcontext() now takes a mcontext_t. While...
2003-09-19 marcelStop using the setcontext() syscall to restore an async...
2003-09-19 njlThis commit was generated by cvs2svn to compensate...
2003-09-18 davidxupthread api should return error code in return value...
2003-09-17 nectarThis commit was generated by cvs2svn to compensate...
2003-09-17 nectarThis commit was generated by cvs2svn to compensate...
2003-09-16 nectarThis commit was generated by cvs2svn to compensate...
2003-09-16 davidxuFix a typo. Also turn on PTHREAD_SCOPE_SYSTEM after...
2003-09-16 deischenRemove a comment that questioned why the size of the FPU
2003-09-15 davidxuFix bogus comment and assign sigmask in critical region...
2003-09-15 davidxuFix a bogus comment, sigmask must be maintained correctly,
2003-09-14 davidxu1. Allocating and freeing lock related resource in...
2003-09-14 davidxuWhen invoking an old style signal handler, use true...
2003-09-14 davidxuRespect POSIX specification, a value return from pthrea...
2003-09-14 davidxuAvoid garbage bits in c_flags by direct assigning value.
2003-09-14 davidxuIf user is seting scope process flag, clear PTHREAD_SCO...
2003-09-14 davidxuCheck invalid parameter and return EINVAL.
2003-09-09 davidxuOriginal pthread_once code has memory leak if pthread_o...
2003-09-09 davidxuAdd code to support pthread spin lock.
2003-09-06 davidxuAdd small piece of code to support pthread_rwlock_timed...
2003-09-05 kanThe caller is expected to set up PIC register corectly...
2003-09-04 joeThis commit was generated by cvs2svn to compensate...
2003-09-04 davidxuAdd code to support barrier synchronous object and...
2003-09-04 davidxuRemove repeated macro THR_IN_CONDQ.
2003-09-04 davidxuAllow hooks registered by atexit() to run with current...
2003-09-03 deischenDon't assume sizeof(long) = sizeof(int) on x86; use int
2003-09-03 davidxuMove kse_wakeup_multi call to just before KSE_SCHED_UNLOCK.
2003-09-02 kanRethink the way thr_libc.So is generated. Relying on...
2003-09-02 mbrThis commit was generated by cvs2svn to compensate...
2003-09-02 mbrThis commit was generated by cvs2svn to compensate...
2003-08-31 acheThis commit was generated by cvs2svn to compensate...
2003-08-30 acheThis commit was generated by cvs2svn to compensate...
2003-08-30 deischenAllow the concurrency level to be reduced.
2003-08-22 kanThis commit was generated by cvs2svn to compensate...
2003-08-22 kanThis commit was generated by cvs2svn to compensate...
2003-08-22 kanThis commit was generated by cvs2svn to compensate...
2003-08-22 kanThis commit was generated by cvs2svn to compensate...
2003-08-21 davidxuRepost masked signal to kernel for scope system thread...
2003-08-20 davidxu_thr_sig_check_pending is also called by scope system...
2003-08-20 deischenAdd back a loop for up to PTHREAD_DESTRUCTOR_ITERATIONS to
2003-08-19 davidxuSupport printing 64 bits pointer and long integer.
2003-08-19 davidxuSave and restore errno around sigprocmask.
2003-08-18 davidxuDirect call exit if thread was never created. This...
2003-08-18 davidxuTreat initial thread as scope system thread when KSE...
2003-08-16 davidxuIf threaded mode is not turned on yet, direct call...
2003-08-16 davidxuKeep initial kse and kse group just like we keep initia...
2003-08-16 davidxuAccess user provided pointer out of lock, and also...
2003-08-13 marcelDon't run verify directly as that would require the...
2003-08-13 davidxuAlways set tcb for bound thread, and switch tcb for...
2003-08-12 davidxuDon't forget to set kcb_self.
2003-08-12 davidxuCorrectly set current tcb. This fixes some IA64/KSE...
2003-08-12 njlThis commit was generated by cvs2svn to compensate...
2003-08-11 njlThis commit was generated by cvs2svn to compensate...
2003-08-10 davidxuAdd some quick pathes to exit process when signal actio...
2003-08-10 davidxuInitialize rtld lock just before turning on thread...
2003-08-10 davidxuIf thread mode is not activated yet, just call __sys_fo...
2003-08-10 davidxuTweak rtld lock to allow recursive on reader lock and...
2003-08-10 davidxuIf thread mode is not activated yet, don't do extra...
2003-08-08 davidxuo Add code to GC freed KSEs and KSE groups
2003-08-08 kanAllow gcc driver to process -r option iself, do not...
2003-08-07 njlThis commit was generated by cvs2svn to compensate...
2003-08-07 njlThis commit was generated by cvs2svn to compensate...
2003-08-07 njlThis commit was generated by cvs2svn to compensate...
2003-08-07 njlThis commit was generated by cvs2svn to compensate...
2003-08-07 marcelGrok async contexts. When a thread is interrupted and...
2003-08-06 deischenFix a typo. s/Line/Like/
2003-08-06 marcelAvoid a level of indirection to get from the thread...
2003-08-06 deischenDon't call kse_set_curthread() when scheduling a new...
2003-08-06 marcelFix an off by one error in the number of arguments...
2003-08-06 marcelDefine the static TLS as an array of long double. This...
2003-08-05 deischenUse auto LDT allocation for i386.
next