| Commit message (Expand) | Author | Age | Files | Lines |
* | Replace the WEAK_ALIAS() alias with the WEAK_REFERENCE() alias. Use it and | Andreas Tobler | 2013-11-21 | 1 | -4/+2 |
* | Fix typo in ".PATH" | Sergey Kandaurov | 2012-04-18 | 1 | -1/+1 |
* | Merge from tbemd: | Warner Losh | 2010-06-13 | 8 | -17/+7 |
* | Though these libraries are disconnected from the build and don't | Ruslan Ermilov | 2010-02-15 | 1 | -20/+0 |
* | Bump the version of all non-symbol-versioned shared libraries in | Ken Smith | 2009-07-19 | 1 | -1/+1 |
* | Honor WITHOUT_INSTALLLIB in some places. | Jung-uk Kim | 2009-02-13 | 1 | -0/+2 |
* | Call the fcntl compatiblity wrapper from the thread library fcntl wrappers | Doug Rabson | 2008-05-30 | 1 | -1/+2 |
* | Fix some "in in" typos in comments. | Christian Brueffer | 2008-03-26 | 1 | -1/+1 |
* | Add missing #include | Dag-Erling Smørgrav | 2008-02-06 | 1 | -0/+1 |
* | Add pthread_mutex_isowned_np() here as well; libthr and libkse are supposed | Dag-Erling Smørgrav | 2008-02-06 | 2 | -0/+15 |
* | Previous commit had a typo that resulted in symbol versioning being | Dag-Erling Smørgrav | 2008-02-06 | 1 | -1/+1 |
* | Give libkse the same treatment as libthr re. symbol versioning. | Dag-Erling Smørgrav | 2008-02-06 | 2 | -8/+2 |
* | When reinitializing a lockuser, don't assume that the lock is in | Daniel Eischen | 2008-01-31 | 1 | -7/+15 |
* | Remove hacks to allow libkse to export its symbols in the LIBTHREAD_1_0 | Daniel Eischen | 2007-12-16 | 102 | -481/+0 |
* | Set the tcb (thread control block) in the child process after a fork. | Daniel Eischen | 2007-12-06 | 1 | -0/+13 |
* | For un-prototyped static inline functions declared in pthread_md.h on | Robert Watson | 2007-12-01 | 2 | -3/+3 |
* | WARNS=3'ify. | Daniel Eischen | 2007-11-30 | 120 | -159/+532 |
* | Initialize the current thread and signal locks so that sigaction() | Daniel Eischen | 2007-11-30 | 1 | -5/+16 |
* | To reduce the impact of possible removal of the syscalls required by | Brooks Davis | 2007-11-29 | 1 | -3/+6 |
* | Fix pointer dereferencing problems in _pthread_mutex_init_calloc_cb() that | Jason Evans | 2007-11-28 | 1 | -1/+2 |
* | Add _pthread_mutex_init_calloc_cb() to libthr and libkse, so that malloc(3) | Jason Evans | 2007-11-27 | 8 | -22/+46 |
* | Move the added code in revision 1.26 into function pthread_key_create, | David Xu | 2007-11-26 | 1 | -6/+6 |
* | These are the things that the tinderbox has problems with because it | John Birrell | 2007-11-20 | 1 | -0/+1 |
* | MFlibthr: | David Xu | 2007-11-19 | 1 | -1/+5 |
* | Add a new "non-portable" mutex type, PTHREAD_MUTEX_ADAPTIVE_NP. This | Kris Kennaway | 2007-10-29 | 1 | -0/+3 |
* | For 7.0 make the shared lib "version" '3'. | David E. O'Brien | 2007-10-10 | 1 | -1/+1 |
* | Repo copy libpthreads to libkse. | David E. O'Brien | 2007-10-09 | 9 | -5/+380 |
* | Always install libpthread.* symlinks if at least one of | Ruslan Ermilov | 2007-10-01 | 1 | -2/+3 |
* | Bump library versions in preparation for 7.0. | Daniel Eischen | 2007-05-21 | 1 | -1/+1 |
* | Fix a logic bug I re-introduced in my patch I sent to Daniel | Ruslan Ermilov | 2007-05-18 | 1 | -1/+1 |
* | Allow DEFAULT_THREAD_LIB to be set from /etc/src.conf. | Daniel Eischen | 2007-05-17 | 1 | -4/+4 |
* | Enable symbol versioning by default. Use WITHOUT_SYMVER to disable it. | Daniel Eischen | 2007-05-13 | 2 | -12/+17 |
* | Catch up with the renaming of the private version namespace. | Daniel Eischen | 2007-04-29 | 1 | -1/+1 |
* | Add a reference and lock the target thread when setting its name. | Daniel Eischen | 2007-04-23 | 1 | -5/+24 |
* | Oops, fix a typo in the last commit :-/ | Brian Somers | 2007-03-05 | 1 | -1/+1 |
* | In the NOTYET code path when a process forks, the remaining | Brian Somers | 2007-03-05 | 1 | -7/+4 |
* | Remove 3rd clause, renumber, ok per email | Warner Losh | 2007-01-12 | 57 | -228/+57 |
* | Clean bound and non-bound pthread structures consistently before | Peter Edwards | 2006-12-18 | 1 | -4/+5 |
* | If a thread was detached, return EINVAL instead, the error code | David Xu | 2006-11-28 | 1 | -1/+1 |
* | Stylize: | Marcel Moolenaar | 2006-09-01 | 2 | -35/+51 |
* | The ucontext is 16-byte aligned, which means that struct tcb is | Marcel Moolenaar | 2006-09-01 | 1 | -0/+1 |
* | Stylize. Introduce ppc_{get|set}_tp() and ppc_{get|set}_tcb() to | Marcel Moolenaar | 2006-09-01 | 2 | -29/+59 |
* | Implement TLS. | Marcel Moolenaar | 2006-09-01 | 4 | -50/+61 |
* | Remove alpha left-overs. | Ruslan Ermilov | 2006-08-22 | 1 | -1/+1 |
* | o Remove a cruft prevented libpthread sigaction(2) wrapper to | Maxim Konovalov | 2006-06-09 | 3 | -7/+18 |
* | Export offsets of thread signal pending set and signal mask for debugger. | David Xu | 2006-05-17 | 1 | -0/+2 |
* | In order to let new binutils can compile it, replace movl with | David Xu | 2006-05-07 | 1 | -9/+9 |
* | Unexpand TAILQ_FIRST(foo) == NULL to TAILQ_EMPTY. | Xin LI | 2006-04-13 | 2 | -5/+5 |
* | Install shared libpthread library into /lib; needed by some | Ruslan Ermilov | 2006-04-12 | 1 | -0/+1 |
* | Bring libpthread up to WARNS level 2. | Dag-Erling Smørgrav | 2006-03-29 | 3 | -8/+16 |