summaryrefslogtreecommitdiffstats
path: root/lib/libkse
Commit message (Expand)AuthorAgeFilesLines
* Fix typo in ".PATH"pluknet2012-04-181-1/+1
* Merge from tbemd:imp2010-06-138-17/+7
* Though these libraries are disconnected from the build and don'tru2010-02-151-20/+0
* Bump the version of all non-symbol-versioned shared libraries inkensmith2009-07-191-1/+1
* Honor WITHOUT_INSTALLLIB in some places.jkim2009-02-131-0/+2
* Call the fcntl compatiblity wrapper from the thread library fcntl wrappersdfr2008-05-301-1/+2
* Fix some "in in" typos in comments.brueffer2008-03-261-1/+1
* Add missing #includedes2008-02-061-0/+1
* Add pthread_mutex_isowned_np() here as well; libthr and libkse are supposeddes2008-02-062-0/+15
* Previous commit had a typo that resulted in symbol versioning beingdes2008-02-061-1/+1
* Give libkse the same treatment as libthr re. symbol versioning.des2008-02-062-8/+2
* When reinitializing a lockuser, don't assume that the lock is indeischen2008-01-311-7/+15
* Remove hacks to allow libkse to export its symbols in the LIBTHREAD_1_0deischen2007-12-16102-481/+0
* Set the tcb (thread control block) in the child process after a fork.deischen2007-12-061-0/+13
* For un-prototyped static inline functions declared in pthread_md.h onrwatson2007-12-012-3/+3
* WARNS=3'ify.deischen2007-11-30120-159/+532
* Initialize the current thread and signal locks so that sigaction()deischen2007-11-301-5/+16
* To reduce the impact of possible removal of the syscalls required bybrooks2007-11-291-3/+6
* Fix pointer dereferencing problems in _pthread_mutex_init_calloc_cb() thatjasone2007-11-281-1/+2
* Add _pthread_mutex_init_calloc_cb() to libthr and libkse, so that malloc(3)jasone2007-11-278-22/+46
* Move the added code in revision 1.26 into function pthread_key_create,davidxu2007-11-261-6/+6
* These are the things that the tinderbox has problems with because itjb2007-11-201-0/+1
* MFlibthr:davidxu2007-11-191-1/+5
* Add a new "non-portable" mutex type, PTHREAD_MUTEX_ADAPTIVE_NP. Thiskris2007-10-291-0/+3
* For 7.0 make the shared lib "version" '3'.obrien2007-10-101-1/+1
* Repo copy libpthreads to libkse.obrien2007-10-099-5/+380
* Always install libpthread.* symlinks if at least one ofru2007-10-011-2/+3
* Bump library versions in preparation for 7.0.deischen2007-05-211-1/+1
* Fix a logic bug I re-introduced in my patch I sent to Danielru2007-05-181-1/+1
* Allow DEFAULT_THREAD_LIB to be set from /etc/src.conf.deischen2007-05-171-4/+4
* Enable symbol versioning by default. Use WITHOUT_SYMVER to disable it.deischen2007-05-132-12/+17
* Catch up with the renaming of the private version namespace.deischen2007-04-291-1/+1
* Add a reference and lock the target thread when setting its name.deischen2007-04-231-5/+24
* Oops, fix a typo in the last commit :-/brian2007-03-051-1/+1
* In the NOTYET code path when a process forks, the remainingbrian2007-03-051-7/+4
* Remove 3rd clause, renumber, ok per emailimp2007-01-1257-228/+57
* Clean bound and non-bound pthread structures consistently beforepeadar2006-12-181-4/+5
* If a thread was detached, return EINVAL instead, the error codedavidxu2006-11-281-1/+1
* Stylize:marcel2006-09-012-35/+51
* The ucontext is 16-byte aligned, which means that struct tcb ismarcel2006-09-011-0/+1
* Stylize. Introduce ppc_{get|set}_tp() and ppc_{get|set}_tcb() tomarcel2006-09-012-29/+59
* Implement TLS.marcel2006-09-014-50/+61
* Remove alpha left-overs.ru2006-08-221-1/+1
* o Remove a cruft prevented libpthread sigaction(2) wrapper tomaxim2006-06-093-7/+18
* Export offsets of thread signal pending set and signal mask for debugger.davidxu2006-05-171-0/+2
* In order to let new binutils can compile it, replace movl withdavidxu2006-05-071-9/+9
* Unexpand TAILQ_FIRST(foo) == NULL to TAILQ_EMPTY.delphij2006-04-132-5/+5
* Install shared libpthread library into /lib; needed by someru2006-04-121-0/+1
* Bring libpthread up to WARNS level 2.des2006-03-293-8/+16
* Fix prototype mismatch and use of un-namespaced pthread functions.des2006-03-281-11/+7
OpenPOWER on IntegriCloud