aboutsummaryrefslogtreecommitdiff
path: root/lib/libkse
Commit message (Expand)AuthorAgeFilesLines
* Fix some "in in" typos in comments.Christian Brueffer2008-03-261-1/+1
* Add missing #includeDag-Erling Smørgrav2008-02-061-0/+1
* Add pthread_mutex_isowned_np() here as well; libthr and libkse are supposedDag-Erling Smørgrav2008-02-062-0/+15
* Previous commit had a typo that resulted in symbol versioning beingDag-Erling Smørgrav2008-02-061-1/+1
* Give libkse the same treatment as libthr re. symbol versioning.Dag-Erling Smørgrav2008-02-062-8/+2
* When reinitializing a lockuser, don't assume that the lock is inDaniel Eischen2008-01-311-7/+15
* Remove hacks to allow libkse to export its symbols in the LIBTHREAD_1_0Daniel Eischen2007-12-16102-481/+0
* Set the tcb (thread control block) in the child process after a fork.Daniel Eischen2007-12-061-0/+13
* For un-prototyped static inline functions declared in pthread_md.h onRobert Watson2007-12-012-3/+3
* WARNS=3'ify.Daniel Eischen2007-11-30120-159/+532
* Initialize the current thread and signal locks so that sigaction()Daniel Eischen2007-11-301-5/+16
* To reduce the impact of possible removal of the syscalls required byBrooks Davis2007-11-291-3/+6
* Fix pointer dereferencing problems in _pthread_mutex_init_calloc_cb() thatJason Evans2007-11-281-1/+2
* Add _pthread_mutex_init_calloc_cb() to libthr and libkse, so that malloc(3)Jason Evans2007-11-278-22/+46
* Move the added code in revision 1.26 into function pthread_key_create,David Xu2007-11-261-6/+6
* These are the things that the tinderbox has problems with because itJohn Birrell2007-11-201-0/+1
* MFlibthr:David Xu2007-11-191-1/+5
* Add a new "non-portable" mutex type, PTHREAD_MUTEX_ADAPTIVE_NP. ThisKris Kennaway2007-10-291-0/+3
* For 7.0 make the shared lib "version" '3'.David E. O'Brien2007-10-101-1/+1
* Repo copy libpthreads to libkse.David E. O'Brien2007-10-099-5/+380
* Always install libpthread.* symlinks if at least one ofRuslan Ermilov2007-10-011-2/+3
* Bump library versions in preparation for 7.0.Daniel Eischen2007-05-211-1/+1
* Fix a logic bug I re-introduced in my patch I sent to DanielRuslan Ermilov2007-05-181-1/+1
* Allow DEFAULT_THREAD_LIB to be set from /etc/src.conf.Daniel Eischen2007-05-171-4/+4
* Enable symbol versioning by default. Use WITHOUT_SYMVER to disable it.Daniel Eischen2007-05-132-12/+17
* Catch up with the renaming of the private version namespace.Daniel Eischen2007-04-291-1/+1
* Add a reference and lock the target thread when setting its name.Daniel Eischen2007-04-231-5/+24
* Oops, fix a typo in the last commit :-/Brian Somers2007-03-051-1/+1
* In the NOTYET code path when a process forks, the remainingBrian Somers2007-03-051-7/+4
* Remove 3rd clause, renumber, ok per emailWarner Losh2007-01-1257-228/+57
* Clean bound and non-bound pthread structures consistently beforePeter Edwards2006-12-181-4/+5
* If a thread was detached, return EINVAL instead, the error codeDavid Xu2006-11-281-1/+1
* Stylize:Marcel Moolenaar2006-09-012-35/+51
* The ucontext is 16-byte aligned, which means that struct tcb isMarcel Moolenaar2006-09-011-0/+1
* Stylize. Introduce ppc_{get|set}_tp() and ppc_{get|set}_tcb() toMarcel Moolenaar2006-09-012-29/+59
* Implement TLS.Marcel Moolenaar2006-09-014-50/+61
* Remove alpha left-overs.Ruslan Ermilov2006-08-221-1/+1
* o Remove a cruft prevented libpthread sigaction(2) wrapper toMaxim Konovalov2006-06-093-7/+18
* Export offsets of thread signal pending set and signal mask for debugger.David Xu2006-05-171-0/+2
* In order to let new binutils can compile it, replace movl withDavid Xu2006-05-071-9/+9
* Unexpand TAILQ_FIRST(foo) == NULL to TAILQ_EMPTY.Xin LI2006-04-132-5/+5
* Install shared libpthread library into /lib; needed by someRuslan Ermilov2006-04-121-0/+1
* Bring libpthread up to WARNS level 2.Dag-Erling Smørgrav2006-03-293-8/+16
* Fix prototype mismatch and use of un-namespaced pthread functions.Dag-Erling Smørgrav2006-03-281-11/+7
* Use the correct type for and argument. Recent changes to namespace.hDaniel Eischen2006-03-281-1/+1
* Suuply the name of the version map and let bsd.lib.mk supplyDaniel Eischen2006-03-161-3/+7
* Add compatibility symbol maps. libpthread (.so.1 and .so.2)Daniel Eischen2006-03-13103-2/+491
* Only catch SIGINFO (for dumping thread states) when LIBPTHREAD_DEBUGDaniel Eischen2006-03-063-16/+28
* Add some more pthread stubs so that librt can use them.Daniel Eischen2006-03-051-4/+35
* Fix a race condition introduced when redzones were added. Use anDaniel Eischen2006-02-241-5/+4