| Commit message (Expand) | Author | Age | Files | Lines |
* | change code to use unwind.h. | davidxu | 2010-09-30 | 2 | -5/+6 |
* | Apply the same workaround for clang to amd64's version of ldexp.c (as in | dim | 2010-09-29 | 1 | -3/+9 |
* | Check invalid mutex in _mutex_cv_unlock. | davidxu | 2010-09-29 | 1 | -0/+6 |
* | In current code, statically initialized and destroyed object have | davidxu | 2010-09-28 | 5 | -195/+160 |
* | Increase maximum network timeout from 20s to 120s. Given that an ETIMEDOUT | emaste | 2010-09-28 | 1 | -1/+1 |
* | Report death event to debugger before moving to gc list, otherwise | davidxu | 2010-09-26 | 1 | -3/+2 |
* | Only access unwind_disabled when _PTHREAD_FORCED_UNWIND is defined. | davidxu | 2010-09-25 | 1 | -1/+2 |
* | Add missing field. | davidxu | 2010-09-25 | 1 | -0/+1 |
* | Because old _pthread_cleanup_push/pop do not have frame address, | davidxu | 2010-09-25 | 2 | -13/+17 |
* | Simplify code, and in while loop, fix operator to match the unwinding | davidxu | 2010-09-25 | 1 | -7/+4 |
* | To support stack unwinding for cancellation points, add -fexceptions flag | davidxu | 2010-09-25 | 14 | -72/+75 |
* | inline testcancel() into thr_cancel_leave(), because cancel_pending is | davidxu | 2010-09-24 | 1 | -2/+3 |
* | In most cases, cancel_point and cancel_async needn't be checked again, | davidxu | 2010-09-24 | 3 | -5/+3 |
* | Add the following Linux BlueZ compatibility macros: htobs(), htobl(), | emax | 2010-09-22 | 1 | -0/+4 |
* | Workaround LLVM bug #4434: | rpaulo | 2010-09-21 | 1 | -3/+7 |
* | Fix exec_imgact_shell()'s handling of two error cases: (1) Previously, if | alc | 2010-09-21 | 1 | -4/+6 |
* | If we are at cancellation point, always work as deferred mode despite | davidxu | 2010-09-21 | 1 | -34/+32 |
* | First step at adopting FreeBSD to support PSARC/2010/029. This makes | trasz | 2010-09-20 | 1 | -6/+26 |
*-. | Upgrade our Clang in base to r114020, from upstream's release_28 branch. | dim | 2010-09-20 | 43 | -86/+260 |
|\ \ |
|
| | * | Vendor import of clang r114020 (from the release_28 branch): | dim | 2010-09-17 | 302 | -29014/+39303 |
| | * | Make vendor/clang/dist exactly the same as upstream's r108428. Some | dim | 2010-09-16 | 2 | -878/+0 |
| * | | Vendor import of llvm r114020 (from the release_28 branch): | dim | 2010-09-17 | 566 | -18511/+32107 |
* | | | In all Makefiles under lib/clang, consistently use tabs instead of | dim | 2010-09-19 | 8 | -8/+8 |
* | | | Because atfork lock is held while forking, a thread cancellation triggered | davidxu | 2010-09-19 | 4 | -12/+13 |
* | | | Fix typo. | davidxu | 2010-09-19 | 1 | -1/+1 |
* | | | - _Unwind_Resume function is not used, remove it. | davidxu | 2010-09-19 | 1 | -14/+8 |
* | | | Fix a race condition when finding stack unwinding functions. | davidxu | 2010-09-19 | 1 | -7/+20 |
* | | | Ignore EINTR when calling waitpid. | rpaulo | 2010-09-18 | 1 | -1/+2 |
* | | | add code to support stack unwinding when thread exits. note that only | davidxu | 2010-09-15 | 6 | -1/+184 |
* | | | Move back IN_GCLIST flag into field tlflags, since thread list and gc list | davidxu | 2010-09-15 | 1 | -6/+6 |
* | | | Don't compare thread pointers again. | davidxu | 2010-09-13 | 1 | -3/+3 |
* | | | Fix copy&paste problem. | davidxu | 2010-09-13 | 1 | -2/+2 |
* | | | Update symbol. | davidxu | 2010-09-13 | 1 | -1/+1 |
* | | | PS_DEAD state needs not be checked because _thr_find_thread() has already | davidxu | 2010-09-13 | 1 | -4/+0 |
* | | | Convert thread list lock from mutex to rwlock. | davidxu | 2010-09-13 | 15 | -129/+153 |
* | | | This is exactly the same as the .else, so remove it. | imp | 2010-09-13 | 1 | -2/+0 |
* | | | MFtbemd: Move to using MACHINE_CPUARCH, now that it is safe. | imp | 2010-09-13 | 1 | -2/+2 |
* | | | Include FreeBSD svn tag | imp | 2010-09-13 | 1 | -0/+2 |
* | | | Merge from tbemd, with a small amount of rework: | imp | 2010-09-13 | 9 | -16/+11 |
* | | | Bump dates in dbopen(3) and cpuset_getaffinity(2) from r212441 and | gjb | 2010-09-12 | 2 | -2/+2 |
* | | | Revert changes of 'assure' to 'ensure' made in r211936. | brucec | 2010-09-11 | 4 | -7/+7 |
* | | | Note O_SYNC and O_NOFOLLOW flags in dbopen(3) since r190497. | gjb | 2010-09-10 | 1 | -2/+2 |
* | | | Add EINVAL to list of possible return values for cpuset_getaffinity(2). | gjb | 2010-09-10 | 1 | -0/+6 |
* | | | Because POSIX does not allow EINTR to be returned from sigwait(), | davidxu | 2010-09-10 | 5 | -7/+59 |
* | | | Arrgh, tested wrong source tree _again_. Fix previous commit. Also, | trasz | 2010-09-09 | 1 | -1/+1 |
* | | | Add minor optimization. It's less strict than its kernel counterpart | trasz | 2010-09-09 | 1 | -0/+9 |
* | | | libelf is overly strict about the type and alignment of Elf_Data | kaiw | 2010-09-09 | 1 | -11/+6 |
* | | | To avoid possible race condition, SIGCANCEL is always sent except the | davidxu | 2010-09-08 | 1 | -1/+1 |
* | | | Add ECONNRESET to list of possible errors in connect(2). | gjb | 2010-09-06 | 1 | -1/+3 |
* | | | Fix off-by-one error in function _thr_sigact_unload, also disable the | davidxu | 2010-09-06 | 1 | -3/+5 |