]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - lib/libthr
MFV of tzdata2011c, r219409
[FreeBSD/FreeBSD.git] / lib / libthr /
2011-03-08 Edwin GroothuisMFV of tzdata2011c, r219409
2011-03-01 Edwin GroothuisMFV of tzdata2011b, r219147
2011-02-27 Dimitry AndricUpdate llvm/clang to trunk r126547.
2011-02-24 Martin MatuskaUpdate xz to release 5.0.1
2011-02-20 Dimitry AndricUpgrade our copy of llvm/clang to r126079, from upstrea...
2011-02-18 Dimitry AndricMerge binutils 2.17.50 to head. This brings a number...
2011-02-12 Jung-uk KimMerge ACPICA 20110211.
2011-02-07 Jung-uk KimIntroduce a non-portable function pthread_getthreadid_n...
2011-02-06 Doug BartonUpdate to BIND 9.6.3, the latest from ISC on the 9...
2011-01-31 Edwin GroothuisMFV of tzdata2011a, r218120
2011-01-13 Jung-uk KimMerge ACPICA 20110112. Switch to BSD/GPLv2 dual licens...
2011-01-11 David XuFix a typo.
2011-01-10 Konstantin BelousovFor the process that already loaded libthr but still...
2011-01-09 Konstantin BelousovImplement the __pthread_map_stacks_exec() for libthr.
2011-01-07 Konstantin BelousovAdd section .note.GNU-stack for assembly files used...
2011-01-06 David XuReturn 0 instead of garbage value.
2011-01-04 David XuBecause sleepqueue may still being used, we should...
2010-12-24 David XuAlways clear flag PMUTEX_FLAG_DEFERED when unlocking...
2010-12-22 David XuAdd sleep queue code.
2010-12-22 David XuMFp4:
2010-12-15 Jung-uk KimMerge ACPICA 20101209.
2010-12-04 Doug BartonUpdate to version 9.6-ESV-R3, the latest from ISC,...
2010-12-03 Simon L. B. NielsenMerge OpenSSL 0.9.8q into head.
2010-11-28 Juli MallettMerge Cavium Octeon SDK 2.0 Simple Executive; this...
2010-11-22 Simon L. B. NielsenMerge OpenSSL 0.9.8p into head.
2010-11-12 Martin MatuskaUpdate xz to release 5.0.0
2010-11-11 Ed SchoutenImport libcompiler_rt into HEAD and add Makefiles.
2010-11-11 Dag-Erling SmørgravUpgrade to OpenSSH 5.6p1.
2010-11-09 David E. O'BrienUpgrade to Bzip2 version 1.0.6.
2010-11-06 Dimitry AndricSync: merge r214649 through r214894 from ^/head.
2010-11-03 Rui PauloMerge wpa_supplicant and hostapd 0.7.3.
2010-11-03 Edwin GroothuisMFV of tzdata2010o, r214716
2010-11-02 David XuUse sysctl kern.sched.cpusetsize to retrieve size of...
2010-11-01 Dimitry AndricSync: merge r214353 through r214648 from ^/head.
2010-11-01 Dimitry AndricMerge ^/vendor/binutils/dist@214571 into contrib/binuti...
2010-10-31 Doug BartonUpdate to 9.6-ESV-R2, the latest from ISC.
2010-10-29 Rui PauloMerge libpcap-1.1.1.
2010-10-29 David XuReturn previous sigaction correctly.
2010-10-29 David XuRemove local variable 'first', instead check signal...
2010-10-28 Rui PauloMerge tcpdump-4.1.1.
2010-10-27 David XuCheck small set and reject it, this is how kernel did...
2010-10-27 David Xu- Revert r214409.
2010-10-27 David XuRemove locking and unlock in pthread_mutex_destroy...
2010-10-25 Dimitry AndricSync: merge r214221 through r214352 from ^/head.
2010-10-25 David XuFix typo.
2010-10-25 David XuGet cpuset in pthread_attr_get_np() and free it in...
2010-10-22 Dimitry AndricSync: merge r214077 through r214219 from ^/head.
2010-10-21 Dimitry AndricMerge ^vendor/binutils/dist@214082 into contrib/binutils.
2010-10-20 David XuRevert revision 214007, I realized that MySQL wants...
2010-10-19 Dimitry AndricSync: merge r213992 through r214076 from ^/head.
2010-10-19 Dimitry AndricMerge ^vendor/binutils/dist@214033 into contrib/binutils.
2010-10-19 Xin LIMFV: nc(1) from OpenBSD 4.8.
2010-10-18 David XuSet default type to PTHREAD_RWLOCK_PREFER_WRITER_NONREC...
2010-10-18 Dimitry AndricMerge ^vendor/binutils/dist@213996 into contrib/binutil...
2010-10-18 David Xusort function name.
2010-10-18 David Xus/||/&&
2010-10-18 David XuAdd pthread_rwlockattr_setkind_np and pthread_rwlockatt...
2010-10-13 Jung-uk KimMerge ACPICA 20101013.
2010-10-11 Martin MatuskaUpgrade xz to git snapshot as of 20101010
2010-10-08 Ed SchoutenImport ee 1.5.2 into HEAD.
2010-10-08 David XuOops, don't remove -fexceptions flag.
2010-10-08 David Xuunwind.h was imported, gcc directory is no longer needed.
2010-10-07 Dimitry AndricUpgrade Clang and LLVM to the 2.8 release. See here...
2010-09-30 Edwin GroothuisMFV of 213310, tzdata2010m
2010-09-30 David Xuchange code to use unwind.h.
2010-09-29 David XuCheck invalid mutex in _mutex_cv_unlock.
2010-09-28 David XuIn current code, statically initialized and destroyed...
2010-09-26 David XuReport death event to debugger before moving to gc...
2010-09-25 David XuOnly access unwind_disabled when _PTHREAD_FORCED_UNWIND...
2010-09-25 David XuAdd missing field.
2010-09-25 David XuBecause old _pthread_cleanup_push/pop do not have frame...
2010-09-25 David XuSimplify code, and in while loop, fix operator to match...
2010-09-25 David XuTo support stack unwinding for cancellation points...
2010-09-24 David Xuinline testcancel() into thr_cancel_leave(), because...
2010-09-24 David XuIn most cases, cancel_point and cancel_async needn...
2010-09-21 David XuIf we are at cancellation point, always work as deferre...
2010-09-20 Dimitry AndricUpgrade our Clang in base to r114020, from upstream...
2010-09-19 David XuBecause atfork lock is held while forking, a thread...
2010-09-19 David XuFix typo.
2010-09-19 David Xu- _Unwind_Resume function is not used, remove it.
2010-09-19 David XuFix a race condition when finding stack unwinding funct...
2010-09-16 Jung-uk KimMerge ACPICA 20100915.
2010-09-15 David Xuadd code to support stack unwinding when thread exits...
2010-09-15 David XuMove back IN_GCLIST flag into field tlflags, since...
2010-09-13 David XuDon't compare thread pointers again.
2010-09-13 David XuFix copy&paste problem.
2010-09-13 David XuUpdate symbol.
2010-09-13 David XuPS_DEAD state needs not be checked because _thr_find_th...
2010-09-13 David XuConvert thread list lock from mutex to rwlock.
2010-09-13 Warner LoshMerge from tbemd, with a small amount of rework:
2010-09-10 David XuBecause POSIX does not allow EINTR to be returned from...
2010-09-08 David XuTo avoid possible race condition, SIGCANCEL is always...
2010-09-06 David XuFix off-by-one error in function _thr_sigact_unload...
2010-09-01 David XuRemove incorrect comments, also make sure signal is
2010-09-01 David XuIn function __pthread_cxa_finalize(), also make code...
2010-09-01 David Xupthread_atfork should acquire writer lock and protect...
2010-09-01 David XuChange atfork lock from mutex to rwlock, also make...
2010-09-01 David XuAdd signal handler wrapper, the reason to add it becaus...
2010-08-27 David XuUnregister thread specific data destructor when a corre...
2010-08-27 David Xuclear lock to zero state if it is destroyed.
next