]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - lib/libthr/thread
Improve the Xen para-virtualized device infrastructure of FreeBSD:
[FreeBSD/FreeBSD.git] / lib / libthr / thread /
2010-10-18 davidxuSet default type to PTHREAD_RWLOCK_PREFER_WRITER_NONREC...
2010-10-18 davidxus/||/&&
2010-10-18 davidxuAdd pthread_rwlockattr_setkind_np and pthread_rwlockatt...
2010-10-13 jkimMerge ACPICA 20101013.
2010-10-11 mmUpgrade xz to git snapshot as of 20101010
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 davidxuPS_DEAD state needs not be checked because _thr_find_th...
2010-09-13 davidxuConvert thread list lock from mutex to rwlock.
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 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-06 jkimMerge ACPICA 20100702.
2010-07-06 rpauloMerge from vendor-sys/opensolaris:
2010-06-14 rpauloMFV hostapd & wpa_supplicant 0.6.10.
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-24 mariusAdd a TestFloat based test suite for floating-point...
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-02-28 rajMerge DTC-d75b33af.
2010-01-06 impMerge from head at r201628.
2010-01-05 davidxuremove file thr_sem_new.c.
2010-01-05 davidxuRemove extra new semaphore stubs, because libc already...
2010-01-05 davidxuUse umtx to implement process sharable semaphore, to...
2009-12-15 robertoMerge 4.2.4p8 into contrib (r200452 & r200454).
2009-12-14 marcelWork-around a race condition on ia64 while unlocking...
2009-12-04 netchildImport the unchanged v4l videodev.h from the vendor...
2009-11-16 jkimMerge ACPICA 20091112.
2009-11-12 gonzoMFC @199204
2009-10-27 kibCurrent pselect(3) is implemented in usermode and thus...
2009-10-19 jkimMerge ACPICA 20091013.
2009-10-11 jillesMake openat(2) a cancellation point.
2009-10-02 gonzo- MFC
2009-10-01 desUpgrade to OpenSSH 5.3p1.
2009-09-25 desSync with head
2009-09-25 davidxudon't report error if key was deleted.
2009-09-23 attiliorwlock implemented from libthr need to fall through...
2009-09-17 desMerge from head
2009-09-17 desMerge from head up to r188941 (last revision before...
2009-09-11 jkimMFV: r196804
2009-09-09 delphijImport x86emu from OpenBSD as of OPENBSD_4_6.
2009-08-04 gonzo- MFC @196061
2009-07-29 delphijUpdate less to v436. This is considered as a bugfix...
2009-07-11 mpUpdate to tcsh 6.17.00.
2009-07-06 attilioIn the current code, rdlock_count is not correctly...
2009-06-25 dougbUpdate to the final release version of BIND 9.6.1....
next