aboutsummaryrefslogtreecommitdiff
path: root/lib/libkse
Commit message (Expand)AuthorAgeFilesLines
* 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
* Eliminate a race condition in timed waits (cv, mutex, and sleeps).Daniel Eischen2006-02-233-30/+30
* Don't forget to initialize a tailq before using it.Daniel Eischen2006-02-161-0/+1
* Increase the number of spinlocks, since libc's malloc implementation isJason Evans2006-01-131-1/+1
* In preparation for a new malloc implementation:Jason Evans2006-01-121-3/+3
* For the ``#ifdef NOTYET'' code that allows calling non-async-safeBrian Somers2006-01-031-1/+1
* o Include <sys/time.h>Marcel Moolenaar2005-11-191-13/+14
* o Include <string.h>Marcel Moolenaar2005-11-191-3/+5
* Fix typo: s/_LIBC_R/_LIBC_R_/Marcel Moolenaar2005-11-191-1/+1
* Include files thr_condattr_pshared.c and thr_mattr_pshare.c.David Xu2005-10-241-0/+2
* Add functions pthread_mutexattr_setpshared and pthread_mutexattr_getpshared.David Xu2005-10-241-0/+56
* Add function pthread_condattr_setpshared and pthread_condattr_getpshared.David Xu2005-10-241-0/+56
* Modify the code path of the ifdef NOTYET part of _kse_single_thread():Brian Somers2005-09-242-8/+11
* Include needed headers that were obtained through <pthread.h>. Sort headersStefan Farfeleder2005-09-014-4/+12
* Allocate a thread's tcb last so it is easier to handle failures toDaniel Eischen2005-08-301-20/+21
* Handle failure to malloc() part of the thread structure.Daniel Eischen2005-08-291-3/+4
* Don't attempt to initialize the rtld lock if it can't be malloc()'d.Daniel Eischen2005-08-291-5/+7
* - Prefix MUTEX_TYPE_MAX with PTHREAD_ to avoid namespace pollution.Stefan Farfeleder2005-08-192-3/+3
* Add a cancellation point for usleep().Daniel Eischen2005-08-031-1/+16