aboutsummaryrefslogtreecommitdiff
path: root/lib/libthr/pthread.map
Commit message (Expand)AuthorAgeFilesLines
* Remove $FreeBSD$: one-line .h patternWarner Losh2023-08-231-1/+0
* rtld: workaround for broken ABIKonstantin Belousov2021-04-231-0/+3
* Add pthread_getname_np() and pthread_setname_np() aliases forKonstantin Belousov2020-06-101-0/+2
* Revert r361770 "Add pthread_getname_np() and pthread_setname_np() aliases" fo...Konstantin Belousov2020-06-041-2/+0
* Add pthread_getname_np() and pthread_setname_np() aliasesKonstantin Belousov2020-06-031-0/+2
* Add pthread_peekjoin_np(3).Konstantin Belousov2020-02-151-0/+4
* Fix initial exec TLS mode for dynamically loaded shared objects.Konstantin Belousov2019-03-291-0/+1
* Add pthread_get_name_np(3).Konstantin Belousov2018-08-171-0/+4
* Add implementation of robust mutexes, hopefully close enough to theKonstantin Belousov2016-05-171-0/+6
* If libthr.so is dlopened without RTLD_GLOBAL flag, the libthr symbolsKonstantin Belousov2016-02-081-2/+0
* Fix known issues which blow up the process after dlopen("libthr.so")Konstantin Belousov2015-01-031-96/+0
* Add accept4() system call.Jilles Tjoelker2013-05-011-0/+5
* Introduce a non-portable function pthread_getthreadid_np(3) to retrieveJung-uk Kim2011-02-071-0/+2
* Implement the __pthread_map_stacks_exec() for libthr.Konstantin Belousov2011-01-091-0/+2
* Revert revision 214007, I realized that MySQL wants to resolveDavid Xu2010-10-201-4/+0
* sort function name.David Xu2010-10-181-2/+2
* Add pthread_rwlockattr_setkind_np and pthread_rwlockattr_getkind_np, theDavid Xu2010-10-181-0/+4
* To support stack unwinding for cancellation points, add -fexceptions flagDavid Xu2010-09-251-0/+2
* Update symbol.David Xu2010-09-131-1/+1
* Add wrapper for setcontext() and swapcontext(), the wrappersDavid Xu2010-08-241-0/+4
* On shared object unload, in __cxa_finalize, call and clear all installedKonstantin Belousov2010-08-231-0/+1
* Remove extra new semaphore stubs, because libc already has them, andDavid Xu2010-01-051-7/+0
* Use umtx to implement process sharable semaphore, to make this work,David Xu2010-01-051-14/+7
* Make openat(2) a cancellation point.Jilles Tjoelker2009-10-111-0/+5
* Make pthread_cleanup_push() and pthread_cleanup_pop() as a pair of macros,David Xu2008-06-091-0/+2
* Add POSIX pthread API pthread_getcpuclockid() to get a thread's cpuDavid Xu2008-03-221-0/+2
* Add more cpu affinity function's symbols.David Xu2008-03-051-0/+6
* Implement functions pthread_getaffinity_np and pthread_setaffinity_np toDavid Xu2008-03-031-1/+3
* Yet another pointy hat: when I zapped FBSDprivate_1.1, I forgot to moveDag-Erling Smørgrav2008-02-061-0/+1
* Convert pthread.map to the format expected by version_gen.awk, and modifyDag-Erling Smørgrav2008-02-061-10/+1
* Remove incorrectly added FBSDprivate_1.1 namespace, and move symbols whichDag-Erling Smørgrav2008-02-061-12/+4
* Per discussion on -threads, rename _islocked_np() to _isowned_np().Dag-Erling Smørgrav2008-02-061-2/+2
* Add pthread_mutex_islocked_np(), a cheap way to verify that a mutex isDag-Erling Smørgrav2008-02-031-0/+15
* Remove vfork() overloading, it is no longer needed.David Xu2007-12-201-2/+0
* 1. Add function pthread_mutex_setspinloops_np to turn a mutex's spinDavid Xu2007-12-141-0/+8
* Add _pthread_mutex_init_calloc_cb() to libthr and libkse, so that malloc(3)Jason Evans2007-11-271-0/+1
* Enable symbol versioning by default. Use WITHOUT_SYMVER to disable it.Daniel Eischen2007-05-131-374/+0
* Use C comments since we now preprocess these files with CPP.Daniel Eischen2007-04-291-11/+14
* 1. Don't override underscore version of aio_suspend(), system(),David Xu2006-07-251-22/+22
* Add symbol versions: FBSD_1.0 and FBSDprivate.David Xu2006-05-111-3/+387
* WARNS level 4 cleanup.David Xu2006-04-041-13/+8
* Remove mqueue and timer, now they are in librt.David Xu2006-03-081-8/+0
* 1. Add SIGEV_THREAD notification for mq_notify.David Xu2006-01-041-0/+4
* Follow the mistake in libpthread, the first version name in libpthreadDavid Xu2005-12-211-1/+1
* Add code to handle timer_delete(). The timer wrapper code is completelyDavid Xu2005-11-011-0/+2
* Add timer_create wrapper.David Xu2005-10-301-0/+2
* Put pthread_condattr_init sorted order.David Xu2005-10-251-1/+1
* Export following functions:David Xu2005-10-241-0/+6
* Sort function names.David Xu2005-10-041-2/+2
* Add function pthread_timedjoin_np, the function is similar with pthread_joinDavid Xu2005-10-041-0/+2