summaryrefslogtreecommitdiff
path: root/lib/libthr/pthread.map
AgeCommit message (Expand)Author
17 hourslibthr: add pthread_tryjoin_np()Konstantin Belousov
2025-07-10libc,libthr: Remove __pthread_distribute_static_tlsJessica Clarke
2025-05-19libthr: add stable user interface for sigfastblock(2)Konstantin Belousov
2024-04-23libthr: add pthread_sigqueue(3)Konstantin Belousov
2024-02-07libthr: filter rather than link with libsysBrooks Davis
2023-08-16Remove $FreeBSD$: one-line .h patternWarner Losh
2021-04-10rtld: workaround for broken ABIKonstantin Belousov
2020-06-10Add pthread_getname_np() and pthread_setname_np() aliases forKonstantin Belousov
2020-06-04Revert r361770 "Add pthread_getname_np() and pthread_setname_np() aliases" fo...Konstantin Belousov
2020-06-03Add pthread_getname_np() and pthread_setname_np() aliasesKonstantin Belousov
2020-02-15Add pthread_peekjoin_np(3).Konstantin Belousov
2019-03-29Fix initial exec TLS mode for dynamically loaded shared objects.Konstantin Belousov
2018-08-17Add pthread_get_name_np(3).Konstantin Belousov
2016-05-17Add implementation of robust mutexes, hopefully close enough to theKonstantin Belousov
2016-02-08If libthr.so is dlopened without RTLD_GLOBAL flag, the libthr symbolsKonstantin Belousov
2015-01-03Fix known issues which blow up the process after dlopen("libthr.so")Konstantin Belousov
2013-05-01Add accept4() system call.Jilles Tjoelker
2011-02-07Introduce a non-portable function pthread_getthreadid_np(3) to retrieveJung-uk Kim
2011-01-09Implement the __pthread_map_stacks_exec() for libthr.Konstantin Belousov
2010-10-20Revert revision 214007, I realized that MySQL wants to resolveDavid Xu
2010-10-18sort function name.David Xu
2010-10-18Add pthread_rwlockattr_setkind_np and pthread_rwlockattr_getkind_np, theDavid Xu
2010-09-25To support stack unwinding for cancellation points, add -fexceptions flagDavid Xu
2010-09-13Update symbol.David Xu
2010-08-24Add wrapper for setcontext() and swapcontext(), the wrappersDavid Xu
2010-08-23On shared object unload, in __cxa_finalize, call and clear all installedKonstantin Belousov
2010-01-05Remove extra new semaphore stubs, because libc already has them, andDavid Xu
2010-01-05Use umtx to implement process sharable semaphore, to make this work,David Xu
2009-10-11Make openat(2) a cancellation point.Jilles Tjoelker
2008-06-09Make pthread_cleanup_push() and pthread_cleanup_pop() as a pair of macros,David Xu
2008-03-22Add POSIX pthread API pthread_getcpuclockid() to get a thread's cpuDavid Xu
2008-03-05Add more cpu affinity function's symbols.David Xu
2008-03-03Implement functions pthread_getaffinity_np and pthread_setaffinity_np toDavid Xu
2008-02-06Yet another pointy hat: when I zapped FBSDprivate_1.1, I forgot to moveDag-Erling Smørgrav
2008-02-06Convert pthread.map to the format expected by version_gen.awk, and modifyDag-Erling Smørgrav
2008-02-06Remove incorrectly added FBSDprivate_1.1 namespace, and move symbols whichDag-Erling Smørgrav
2008-02-06Per discussion on -threads, rename _islocked_np() to _isowned_np().Dag-Erling Smørgrav
2008-02-03Add pthread_mutex_islocked_np(), a cheap way to verify that a mutex isDag-Erling Smørgrav
2007-12-20Remove vfork() overloading, it is no longer needed.David Xu
2007-12-141. Add function pthread_mutex_setspinloops_np to turn a mutex's spinDavid Xu
2007-11-27Add _pthread_mutex_init_calloc_cb() to libthr and libkse, so that malloc(3)Jason Evans
2007-05-13Enable symbol versioning by default. Use WITHOUT_SYMVER to disable it.Daniel Eischen
2007-04-29Use C comments since we now preprocess these files with CPP.Daniel Eischen
2006-07-251. Don't override underscore version of aio_suspend(), system(),David Xu
2006-05-11Add symbol versions: FBSD_1.0 and FBSDprivate.David Xu
2006-04-04WARNS level 4 cleanup.David Xu
2006-03-08Remove mqueue and timer, now they are in librt.David Xu
2006-01-041. Add SIGEV_THREAD notification for mq_notify.David Xu
2005-12-21Follow the mistake in libpthread, the first version name in libpthreadDavid Xu
2005-11-01Add code to handle timer_delete(). The timer wrapper code is completelyDavid Xu