| Commit message (Expand) | Author | Age | Files | Lines |
... | |
| | * | 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 |
* | | | libedit: Try to map <Delete> to ed-delete-next-char. | jilles | 2010-09-05 | 2 | -2/+10 |
* | | | Fix invalid class removal when IAF is not the last class. | fabient | 2010-09-05 | 1 | -4/+4 |
* | | | libedit: Do not move the cursor for ed-delete-next-char in emacs mode. | jilles | 2010-09-03 | 1 | -7/+4 |
* | | | Modify lib/libstand/nfs.c to use NFSv3 instead of NFSv2. | rmacklem | 2010-09-02 | 1 | -2/+742 |
* | | | Remove incorrect comments, also make sure signal is | davidxu | 2010-09-01 | 1 | -5/+4 |
* | | | In function __pthread_cxa_finalize(), also make code for removing | davidxu | 2010-09-01 | 1 | -1/+8 |
* | | | pthread_atfork should acquire writer lock and protect the code | davidxu | 2010-09-01 | 1 | -1/+3 |
* | | | Change atfork lock from mutex to rwlock, also make mutexes used by malloc() | davidxu | 2010-09-01 | 6 | -28/+60 |
* | | | Add signal handler wrapper, the reason to add it becauses there are | davidxu | 2010-09-01 | 14 | -273/+591 |
* | | | Whitespace and comment fixes. | jamie | 2010-08-31 | 1 | -4/+2 |
* | | | Don't over-allocate array values in jailparam_export. | jamie | 2010-08-31 | 1 | -6/+9 |
* | | | Make it clear in the example that jailparam_export's return value | jamie | 2010-08-31 | 1 | -1/+3 |
* | | | Use NULL instead of 0 for pointer in example. | kib | 2010-08-29 | 1 | -1/+1 |
* | | | Add the MAP_PREFAULT_READ option to mmap(2). | alc | 2010-08-28 | 1 | -1/+14 |
* | | | Fix incorrect usage of 'assure' and 'insure'. | brucec | 2010-08-28 | 8 | -11/+11 |
* | | | Repair some build breakage introduced in r211725 and garbage collect some | nwhitehorn | 2010-08-28 | 4 | -88/+16 |
* | | | Do not call __pthread_cxa_finalize with invalid struct dl_phdr_info. | kib | 2010-08-27 | 1 | -1/+1 |
* | | | Unregister thread specific data destructor when a corresponding dso | davidxu | 2010-08-27 | 3 | -0/+23 |
* | | | clear lock to zero state if it is destroyed. | davidxu | 2010-08-27 | 1 | -0/+3 |