| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | eliminate unused code. | davidxu | 2010-08-26 | 2 | -17/+0 |
* | Decrease rdlock count only when thread unlocked a reader lock. | davidxu | 2010-08-26 | 1 | -1/+1 |
* | Allow ABIs to provide their own LIBC_ARCH in a more generic way. As a side | nwhitehorn | 2010-08-25 | 1 | -4/+5 |
* | Fix an accidental sed... | imp | 2010-08-24 | 1 | -2/+2 |
* | Powerpc is special here. powerpc and powerpc64 use different ABIs, so | imp | 2010-08-24 | 9 | -32/+35 |
* | Unify 32-bit and 64-bit PowerPC libthr support. This reduces code | nwhitehorn | 2010-08-24 | 6 | -147/+16 |
* | Change the logic here to match Makefile.inc1. Having it in two places | imp | 2010-08-24 | 1 | -1/+3 |
* | Remove extra FreeBSD tag. | kib | 2010-08-24 | 1 | -1/+0 |
* | Move the __stack_chk_fail_local@FBSD_1.0 compat symbol definition into | kib | 2010-08-24 | 3 | -4/+22 |
* | Remove unused source. | kib | 2010-08-24 | 1 | -57/+0 |
* | The __hidden definition is provided by sys/cdefs.h. | kib | 2010-08-24 | 1 | -4/+0 |