summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
...
* Add missing field.davidxu2010-09-251-0/+1
* Because old _pthread_cleanup_push/pop do not have frame address,davidxu2010-09-252-13/+17
* Simplify code, and in while loop, fix operator to match the unwindingdavidxu2010-09-251-7/+4
* To support stack unwinding for cancellation points, add -fexceptions flagdavidxu2010-09-2514-72/+75
* inline testcancel() into thr_cancel_leave(), because cancel_pending isdavidxu2010-09-241-2/+3
* In most cases, cancel_point and cancel_async needn't be checked again,davidxu2010-09-243-5/+3
* Add the following Linux BlueZ compatibility macros: htobs(), htobl(),emax2010-09-221-0/+4
* Workaround LLVM bug #4434:rpaulo2010-09-211-3/+7
* Fix exec_imgact_shell()'s handling of two error cases: (1) Previously, ifalc2010-09-211-4/+6
* If we are at cancellation point, always work as deferred mode despitedavidxu2010-09-211-34/+32
* First step at adopting FreeBSD to support PSARC/2010/029. This makestrasz2010-09-201-6/+26
*-. Upgrade our Clang in base to r114020, from upstream's release_28 branch.dim2010-09-2043-86/+260
|\ \
| | * Vendor import of clang r114020 (from the release_28 branch):dim2010-09-17302-29014/+39303
| | * Make vendor/clang/dist exactly the same as upstream's r108428. Somedim2010-09-162-878/+0
| * | Vendor import of llvm r114020 (from the release_28 branch):dim2010-09-17566-18511/+32107
* | | In all Makefiles under lib/clang, consistently use tabs instead ofdim2010-09-198-8/+8
* | | Because atfork lock is held while forking, a thread cancellation triggereddavidxu2010-09-194-12/+13
* | | Fix typo.davidxu2010-09-191-1/+1
* | | - _Unwind_Resume function is not used, remove it.davidxu2010-09-191-14/+8
* | | Fix a race condition when finding stack unwinding functions.davidxu2010-09-191-7/+20
* | | Ignore EINTR when calling waitpid.rpaulo2010-09-181-1/+2
* | | add code to support stack unwinding when thread exits. note that onlydavidxu2010-09-156-1/+184
* | | Move back IN_GCLIST flag into field tlflags, since thread list and gc listdavidxu2010-09-151-6/+6
* | | Don't compare thread pointers again.davidxu2010-09-131-3/+3
* | | Fix copy&paste problem.davidxu2010-09-131-2/+2
* | | Update symbol.davidxu2010-09-131-1/+1
* | | PS_DEAD state needs not be checked because _thr_find_thread() has alreadydavidxu2010-09-131-4/+0
* | | Convert thread list lock from mutex to rwlock.davidxu2010-09-1315-129/+153
* | | This is exactly the same as the .else, so remove it.imp2010-09-131-2/+0
* | | MFtbemd: Move to using MACHINE_CPUARCH, now that it is safe.imp2010-09-131-2/+2
* | | Include FreeBSD svn tagimp2010-09-131-0/+2
* | | Merge from tbemd, with a small amount of rework:imp2010-09-139-16/+11
* | | Bump dates in dbopen(3) and cpuset_getaffinity(2) from r212441 andgjb2010-09-122-2/+2
* | | Revert changes of 'assure' to 'ensure' made in r211936.brucec2010-09-114-7/+7
* | | Note O_SYNC and O_NOFOLLOW flags in dbopen(3) since r190497.gjb2010-09-101-2/+2
* | | Add EINVAL to list of possible return values for cpuset_getaffinity(2).gjb2010-09-101-0/+6
* | | Because POSIX does not allow EINTR to be returned from sigwait(),davidxu2010-09-105-7/+59
* | | Arrgh, tested wrong source tree _again_. Fix previous commit. Also,trasz2010-09-091-1/+1
* | | Add minor optimization. It's less strict than its kernel counterparttrasz2010-09-091-0/+9
* | | libelf is overly strict about the type and alignment of Elf_Datakaiw2010-09-091-11/+6
* | | To avoid possible race condition, SIGCANCEL is always sent except thedavidxu2010-09-081-1/+1
* | | Add ECONNRESET to list of possible errors in connect(2).gjb2010-09-061-1/+3
* | | Fix off-by-one error in function _thr_sigact_unload, also disable thedavidxu2010-09-061-3/+5
* | | libedit: Try to map <Delete> to ed-delete-next-char.jilles2010-09-052-2/+10
* | | Fix invalid class removal when IAF is not the last class.fabient2010-09-051-4/+4
* | | libedit: Do not move the cursor for ed-delete-next-char in emacs mode.jilles2010-09-031-7/+4
* | | Modify lib/libstand/nfs.c to use NFSv3 instead of NFSv2.rmacklem2010-09-021-2/+742
* | | Remove incorrect comments, also make sure signal isdavidxu2010-09-011-5/+4
* | | In function __pthread_cxa_finalize(), also make code for removingdavidxu2010-09-011-1/+8
* | | pthread_atfork should acquire writer lock and protect the codedavidxu2010-09-011-1/+3
OpenPOWER on IntegriCloud