]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - lib/libthr
Clear errno for each method dispatch.
[FreeBSD/FreeBSD.git] / lib / libthr /
2010-09-30 davidxuchange code to use unwind.h.
2010-09-29 davidxuCheck invalid mutex in _mutex_cv_unlock.
2010-09-28 davidxuIn current code, statically initialized and destroyed...
2010-09-26 davidxuReport death event to debugger before moving to gc...
2010-09-25 davidxuOnly access unwind_disabled when _PTHREAD_FORCED_UNWIND...
2010-09-25 davidxuAdd missing field.
2010-09-25 davidxuBecause old _pthread_cleanup_push/pop do not have frame...
2010-09-25 davidxuSimplify code, and in while loop, fix operator to match...
2010-09-25 davidxuTo support stack unwinding for cancellation points...
2010-09-24 davidxuinline testcancel() into thr_cancel_leave(), because...
2010-09-24 davidxuIn most cases, cancel_point and cancel_async needn...
2010-09-21 davidxuIf we are at cancellation point, always work as deferre...
2010-09-20 dimUpgrade our Clang in base to r114020, from upstream...
2010-09-19 davidxuBecause atfork lock is held while forking, a thread...
2010-09-19 davidxuFix typo.
2010-09-19 davidxu- _Unwind_Resume function is not used, remove it.
2010-09-19 davidxuFix a race condition when finding stack unwinding funct...
2010-09-16 jkimMerge ACPICA 20100915.
2010-09-15 davidxuadd code to support stack unwinding when thread exits...
2010-09-15 davidxuMove back IN_GCLIST flag into field tlflags, since...
2010-09-13 davidxuDon't compare thread pointers again.
2010-09-13 davidxuFix copy&paste problem.
2010-09-13 davidxuUpdate symbol.
2010-09-13 davidxuPS_DEAD state needs not be checked because _thr_find_th...
2010-09-13 davidxuConvert thread list lock from mutex to rwlock.
2010-09-13 impMerge from tbemd, with a small amount of rework:
2010-09-10 davidxuBecause POSIX does not allow EINTR to be returned from...
2010-09-08 davidxuTo avoid possible race condition, SIGCANCEL is always...
2010-09-06 davidxuFix off-by-one error in function _thr_sigact_unload...
2010-09-01 davidxuRemove incorrect comments, also make sure signal is
2010-09-01 davidxuIn function __pthread_cxa_finalize(), also make code...
2010-09-01 davidxupthread_atfork should acquire writer lock and protect...
2010-09-01 davidxuChange atfork lock from mutex to rwlock, also make...
2010-09-01 davidxuAdd signal handler wrapper, the reason to add it becaus...
2010-08-27 davidxuUnregister thread specific data destructor when a corre...
2010-08-27 davidxuclear lock to zero state if it is destroyed.
2010-08-26 davidxueliminate unused code.
2010-08-26 davidxuDecrease rdlock count only when thread unlocked a reade...
2010-08-24 rpauloMerge dtracetoolkit/dtruss from the vendor.
2010-08-24 nwhitehornUnify 32-bit and 64-bit PowerPC libthr support. This...
2010-08-24 kibRemove unused source.
2010-08-24 kibThe __hidden definition is provided by sys/cdefs.h.
2010-08-24 davidxuAdd wrapper for setcontext() and swapcontext(), the...
2010-08-23 kibOn shared object unload, in __cxa_finalize, call and...
2010-08-20 davidxuReduce redundant code.
2010-08-20 davidxu In current implementation, thread cancellation is...
2010-08-20 davidxuAccording to specification, function fcntl() is a cance...
2010-08-17 davidxuTweak code a bit to be POSIX compatible, when a cancell...
2010-08-06 jkimMerge ACPICA 20100806.
2010-08-02 rpauloMFV OpenSolaris DTrace userland bits.
2010-07-20 edUpgrade our Clang in base to r108428.
2010-07-20 jmallettImport the Cavium Simple Executive from the Cavium...
2010-07-19 rpauloMFV:
2010-07-17 rpauloMerge from vendor: libdtrace MD parts needed by fasttrap.
2010-07-12 kibUse _SIG_VALID instead of expanded form of the macro.
2010-07-11 nwhitehornFix SVN mismerge. We somehow ended up with the 32-bit...
2010-07-10 nwhitehornPowerpc64 thread libraries support.
2010-07-06 jkimMerge ACPICA 20100702.
2010-07-06 rpauloMerge from vendor-sys/opensolaris:
2010-06-14 rpauloMFV hostapd & wpa_supplicant 0.6.10.
2010-06-11 impMerge from tbemd
2010-06-10 impsvn merge svn+ssh://svn.freebsd.org/base/head@208996
2010-06-09 rdivackyImport LLVM/clang from vendor stripped of docs/ test...
2010-05-24 deischenCoalesce one more broken line.
2010-05-24 deischenCoalesce a couple of broken lines since they can fit...
2010-05-10 mmImport of liblzma, xz, xzdec, lzmainfo from vendor...
2010-04-28 jkimMerge ACPICA 20100428.
2010-04-28 mckusickUpdate to current version of head.
2010-04-24 mariusAdd a TestFloat based test suite for floating-point...
2010-04-15 impsvn merge svn+ssh://svn.freebsd.org/base/head@206684
2010-04-14 impsvn merge svn+ssh://svn.freebsd.org/base/head@206627
2010-04-14 impsvn merge svn+ssh://svn.freebsd.org/base/head/@206624
2010-04-14 uqsmdoc: order prologue macros consistently by Dd/Dt/Os
2010-04-12 impmerge from head, part 13 of many
2010-04-12 impmerge from head, part 12 of many
2010-04-12 impmerge from head, part 11 of many
2010-04-12 impmerge from head, part 9 of many
2010-04-12 impmerge from head, part 8 of many
2010-04-12 impmerge from head, part 7 of many.
2010-04-12 impmerge from head, part 7 of many.
2010-04-12 impmerge from head, part 6 of many
2010-04-12 impMerge from head, part 5 of many.
2010-04-12 impmerge from head: part 4 of many
2010-04-12 impmerge from head: 3 of many
2010-04-12 impmerge from head: part 2 of many.
2010-03-22 delphijUpdate to zlib 1.2.4 and add versioned symbols to the
2010-03-19 delphijCreate a custom branch where I will be able to do the...
2010-03-13 simonMerge OpenSSL 0.9.8m into head.
2010-03-09 desUpgrade to OpenSSH 5.4p1.
2010-03-05 jkimMerge ACPICA 20100304.
2010-03-04 desIFH@204581
2010-03-04 impMerge from head
2010-03-02 impMerge with latest head.
2010-02-28 rajMerge DTC-d75b33af.
2010-02-18 impMerge to head 204047
2010-02-18 impMerge from head.
2010-02-17 impMerge through r204011 from head.
2010-02-16 impMerge from current.
2010-02-15 impSync to head at about 203911.
2010-02-14 impmerge from head.
next