| Commit message (Expand) | Author | Age | Files | Lines |
* | Bump the version of all non-symbol-versioned shared libraries in | kensmith | 2009-07-19 | 1 | -1/+1 |
* | Honor WITHOUT_INSTALLLIB in some places. | jkim | 2009-02-13 | 1 | -0/+2 |
* | Call the fcntl compatiblity wrapper from the thread library fcntl wrappers | dfr | 2008-05-30 | 1 | -1/+2 |
* | Fix some "in in" typos in comments. | brueffer | 2008-03-26 | 1 | -1/+1 |
* | Add missing #include | des | 2008-02-06 | 1 | -0/+1 |
* | Add pthread_mutex_isowned_np() here as well; libthr and libkse are supposed | des | 2008-02-06 | 2 | -0/+15 |
* | Previous commit had a typo that resulted in symbol versioning being | des | 2008-02-06 | 1 | -1/+1 |
* | Give libkse the same treatment as libthr re. symbol versioning. | des | 2008-02-06 | 2 | -8/+2 |
* | When reinitializing a lockuser, don't assume that the lock is in | deischen | 2008-01-31 | 1 | -7/+15 |
* | Remove hacks to allow libkse to export its symbols in the LIBTHREAD_1_0 | deischen | 2007-12-16 | 102 | -481/+0 |
* | Set the tcb (thread control block) in the child process after a fork. | deischen | 2007-12-06 | 1 | -0/+13 |
* | For un-prototyped static inline functions declared in pthread_md.h on | rwatson | 2007-12-01 | 2 | -3/+3 |
* | WARNS=3'ify. | deischen | 2007-11-30 | 120 | -159/+532 |
* | Initialize the current thread and signal locks so that sigaction() | deischen | 2007-11-30 | 1 | -5/+16 |
* | To reduce the impact of possible removal of the syscalls required by | brooks | 2007-11-29 | 1 | -3/+6 |
* | Fix pointer dereferencing problems in _pthread_mutex_init_calloc_cb() that | jasone | 2007-11-28 | 1 | -1/+2 |
* | Add _pthread_mutex_init_calloc_cb() to libthr and libkse, so that malloc(3) | jasone | 2007-11-27 | 8 | -22/+46 |
* | Move the added code in revision 1.26 into function pthread_key_create, | davidxu | 2007-11-26 | 1 | -6/+6 |
* | These are the things that the tinderbox has problems with because it | jb | 2007-11-20 | 1 | -0/+1 |
* | MFlibthr: | davidxu | 2007-11-19 | 1 | -1/+5 |
* | Add a new "non-portable" mutex type, PTHREAD_MUTEX_ADAPTIVE_NP. This | kris | 2007-10-29 | 1 | -0/+3 |
* | For 7.0 make the shared lib "version" '3'. | obrien | 2007-10-10 | 1 | -1/+1 |
* | Repo copy libpthreads to libkse. | obrien | 2007-10-09 | 9 | -5/+380 |
* | Always install libpthread.* symlinks if at least one of | ru | 2007-10-01 | 1 | -2/+3 |
* | Bump library versions in preparation for 7.0. | deischen | 2007-05-21 | 1 | -1/+1 |
* | Fix a logic bug I re-introduced in my patch I sent to Daniel | ru | 2007-05-18 | 1 | -1/+1 |
* | Allow DEFAULT_THREAD_LIB to be set from /etc/src.conf. | deischen | 2007-05-17 | 1 | -4/+4 |
* | Enable symbol versioning by default. Use WITHOUT_SYMVER to disable it. | deischen | 2007-05-13 | 2 | -12/+17 |
* | Catch up with the renaming of the private version namespace. | deischen | 2007-04-29 | 1 | -1/+1 |
* | Add a reference and lock the target thread when setting its name. | deischen | 2007-04-23 | 1 | -5/+24 |
* | Oops, fix a typo in the last commit :-/ | brian | 2007-03-05 | 1 | -1/+1 |
* | In the NOTYET code path when a process forks, the remaining | brian | 2007-03-05 | 1 | -7/+4 |
* | Remove 3rd clause, renumber, ok per email | imp | 2007-01-12 | 57 | -228/+57 |
* | Clean bound and non-bound pthread structures consistently before | peadar | 2006-12-18 | 1 | -4/+5 |
* | If a thread was detached, return EINVAL instead, the error code | davidxu | 2006-11-28 | 1 | -1/+1 |
* | Stylize: | marcel | 2006-09-01 | 2 | -35/+51 |
* | The ucontext is 16-byte aligned, which means that struct tcb is | marcel | 2006-09-01 | 1 | -0/+1 |
* | Stylize. Introduce ppc_{get|set}_tp() and ppc_{get|set}_tcb() to | marcel | 2006-09-01 | 2 | -29/+59 |
* | Implement TLS. | marcel | 2006-09-01 | 4 | -50/+61 |
* | Remove alpha left-overs. | ru | 2006-08-22 | 1 | -1/+1 |
* | o Remove a cruft prevented libpthread sigaction(2) wrapper to | maxim | 2006-06-09 | 3 | -7/+18 |
* | Export offsets of thread signal pending set and signal mask for debugger. | davidxu | 2006-05-17 | 1 | -0/+2 |
* | In order to let new binutils can compile it, replace movl with | davidxu | 2006-05-07 | 1 | -9/+9 |
* | Unexpand TAILQ_FIRST(foo) == NULL to TAILQ_EMPTY. | delphij | 2006-04-13 | 2 | -5/+5 |
* | Install shared libpthread library into /lib; needed by some | ru | 2006-04-12 | 1 | -0/+1 |
* | Bring libpthread up to WARNS level 2. | des | 2006-03-29 | 3 | -8/+16 |
* | Fix prototype mismatch and use of un-namespaced pthread functions. | des | 2006-03-28 | 1 | -11/+7 |
* | Use the correct type for and argument. Recent changes to namespace.h | deischen | 2006-03-28 | 1 | -1/+1 |
* | Suuply the name of the version map and let bsd.lib.mk supply | deischen | 2006-03-16 | 1 | -3/+7 |
* | Add compatibility symbol maps. libpthread (.so.1 and .so.2) | deischen | 2006-03-13 | 103 | -2/+491 |