summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Non-portable functions are in pthread_np.h, fix compiling problem.davidxu2008-04-021-1/+1
* Add pthread_setaffinity_np and pthread_getaffinity_np to libc namespace.davidxu2008-04-023-2/+4
* Remove unused functions.davidxu2008-04-022-55/+0
* Replace function _umtx_op with _umtx_op_err, the later function directlydavidxu2008-04-029-51/+112
* Replace userland rwlock with a pure kernel based rwlock, the newdavidxu2008-04-024-223/+199
* Normally, we are often reading local time rather than setting time zone,davidxu2008-04-011-22/+63
* Restore normal pthread_cond_signal path to avoid some obscure races.davidxu2008-04-011-2/+3
* return EAGAIN early rather than running bunch of code later, micro optimizedavidxu2008-04-011-1/+3
* Remove a (bogus) remnant of debugging this on sparc64.das2008-03-311-1/+1
* Add the libc glue and headers definitions for the *at() syscalls.kib2008-03-311-0/+18
* Include an extra byte for the trailing NUL. <sigh>kientzle2008-03-311-1/+1
* Rewrite rwlock to user atomic operations to change rwlock state, thisdavidxu2008-03-313-141/+281
* Add assembly versions of remquol() and remainderl().das2008-03-306-4/+228
* Hook remquol() and remainderl() up to the build.das2008-03-304-12/+33
* Implement remainderl() as a wrapper around remquol(). The extra workdas2008-03-302-0/+44
* Implement remquol() based on remquo().das2008-03-302-0/+183
* Implement csqrtl().das2008-03-305-13/+135
* Hook hypotl() and cabsl() up to the build.das2008-03-303-6/+7
* Document hypotl().das2008-03-301-12/+17
* Alias hypotl() and cabsl() for platforms where long double is the samedas2008-03-302-2/+12
* Implement cabsl() in terms of hypotl().das2008-03-301-0/+20
* Implement hypotl(). This is bde's conversion of fdlibm hypot(), with minordas2008-03-301-0/+139
* Use fabs[f]() instead of bit fiddling for setting absolute values.bde2008-03-302-4/+4
* Use the expression fabs(x+0.0)-fabs(y+0.0) instead ofbde2008-03-302-2/+2
* Fix a missing mask in a hi+lo decomposition. Thus bug made the extrabde2008-03-301-1/+1
* Don't call xdrrec_skiprecord in the non-blocking case. Ifdfr2008-03-301-1/+2
* Don't assume that there is readable data on the stream after thedfr2008-03-301-0/+6
* Remove options MK_LIBKSE and DEFAULT_THREAD_LIB now that we no longerru2008-03-291-4/+1
* Include math.h for the fmaf() prototype.das2008-03-291-0/+2
* Fix some rather obscene code that has ambiguous if...if...else...das2008-03-296-10/+36
* Document modff() and modfl(). Technically, modff() and modfl()das2008-03-292-12/+23
* - Add a man page for cpuset_getaffinity() and cpuset_setaffinity() andjeff2008-03-292-2/+159
* - Add a man page for cpuset(), cpuset_setid(), and cpuset_getid() and hookjeff2008-03-292-1/+227
* Add support to mincore for detecting whether a page is part of aps2008-03-281-0/+2
* Removed no longer existing CTL_MACHDEP defines.ru2008-03-261-12/+1
* Add the new kernel-mode NFS Lock Manager. To use it instead of thedfr2008-03-263-3/+9
* Fix some "in in" typos in comments.brueffer2008-03-264-4/+4
* Compile libthr with warnings.ru2008-03-251-0/+3
* Compile libthr with warnings.ru2008-03-254-6/+12
* Fixed mis-implementation of pthread_mutex_get{spin,yield}loops_np().ru2008-03-251-4/+7
* - Restore kse.h in this directory so other tools don't find it by mistake.jeff2008-03-233-1/+137
* Add POSIX pthread API pthread_getcpuclockid() to get a thread's cpudavidxu2008-03-223-0/+50
* Use linker set to collection all target operations.davidxu2008-03-224-13/+22
* Add MLINK for archive_write_close.kaiw2008-03-211-0/+1
* Resolve __error()'s PLT early so that it needs not to be resolved again,davidxu2008-03-211-0/+3
* pthread_mutexattr_destroy() was accidentally broken in last revision,ru2008-03-201-0/+1
* s/wait/delta/ to avoid namespace collision.des2008-03-201-16/+16
* Preserve application code's errno in rtld locking code, it attemps to keepdavidxu2008-03-201-2/+31
* Make pthread_mutexattr_settype to return error number directly anddavidxu2008-03-201-3/+1
* don't reduce new thread's refcount if current thread can not set cpusetdavidxu2008-03-191-1/+1
OpenPOWER on IntegriCloud