| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove $FreeBSD$: one-line .h pattern | Warner Losh | 2023-08-23 | 1 | -1/+0 |
* | rtld: workaround for broken ABI | Konstantin Belousov | 2021-04-23 | 1 | -0/+3 |
* | Add pthread_getname_np() and pthread_setname_np() aliases for | Konstantin Belousov | 2020-06-10 | 1 | -0/+2 |
* | Revert r361770 "Add pthread_getname_np() and pthread_setname_np() aliases" fo... | Konstantin Belousov | 2020-06-04 | 1 | -2/+0 |
* | Add pthread_getname_np() and pthread_setname_np() aliases | Konstantin Belousov | 2020-06-03 | 1 | -0/+2 |
* | Add pthread_peekjoin_np(3). | Konstantin Belousov | 2020-02-15 | 1 | -0/+4 |
* | Fix initial exec TLS mode for dynamically loaded shared objects. | Konstantin Belousov | 2019-03-29 | 1 | -0/+1 |
* | Add pthread_get_name_np(3). | Konstantin Belousov | 2018-08-17 | 1 | -0/+4 |
* | Add implementation of robust mutexes, hopefully close enough to the | Konstantin Belousov | 2016-05-17 | 1 | -0/+6 |
* | If libthr.so is dlopened without RTLD_GLOBAL flag, the libthr symbols | Konstantin Belousov | 2016-02-08 | 1 | -2/+0 |
* | Fix known issues which blow up the process after dlopen("libthr.so") | Konstantin Belousov | 2015-01-03 | 1 | -96/+0 |
* | Add accept4() system call. | Jilles Tjoelker | 2013-05-01 | 1 | -0/+5 |
* | Introduce a non-portable function pthread_getthreadid_np(3) to retrieve | Jung-uk Kim | 2011-02-07 | 1 | -0/+2 |
* | Implement the __pthread_map_stacks_exec() for libthr. | Konstantin Belousov | 2011-01-09 | 1 | -0/+2 |
* | Revert revision 214007, I realized that MySQL wants to resolve | David Xu | 2010-10-20 | 1 | -4/+0 |
* | sort function name. | David Xu | 2010-10-18 | 1 | -2/+2 |
* | Add pthread_rwlockattr_setkind_np and pthread_rwlockattr_getkind_np, the | David Xu | 2010-10-18 | 1 | -0/+4 |
* | To support stack unwinding for cancellation points, add -fexceptions flag | David Xu | 2010-09-25 | 1 | -0/+2 |
* | Update symbol. | David Xu | 2010-09-13 | 1 | -1/+1 |
* | Add wrapper for setcontext() and swapcontext(), the wrappers | David Xu | 2010-08-24 | 1 | -0/+4 |
* | On shared object unload, in __cxa_finalize, call and clear all installed | Konstantin Belousov | 2010-08-23 | 1 | -0/+1 |
* | Remove extra new semaphore stubs, because libc already has them, and | David Xu | 2010-01-05 | 1 | -7/+0 |
* | Use umtx to implement process sharable semaphore, to make this work, | David Xu | 2010-01-05 | 1 | -14/+7 |
* | Make openat(2) a cancellation point. | Jilles Tjoelker | 2009-10-11 | 1 | -0/+5 |
* | Make pthread_cleanup_push() and pthread_cleanup_pop() as a pair of macros, | David Xu | 2008-06-09 | 1 | -0/+2 |
* | Add POSIX pthread API pthread_getcpuclockid() to get a thread's cpu | David Xu | 2008-03-22 | 1 | -0/+2 |
* | Add more cpu affinity function's symbols. | David Xu | 2008-03-05 | 1 | -0/+6 |
* | Implement functions pthread_getaffinity_np and pthread_setaffinity_np to | David Xu | 2008-03-03 | 1 | -1/+3 |
* | Yet another pointy hat: when I zapped FBSDprivate_1.1, I forgot to move | Dag-Erling Smørgrav | 2008-02-06 | 1 | -0/+1 |
* | Convert pthread.map to the format expected by version_gen.awk, and modify | Dag-Erling Smørgrav | 2008-02-06 | 1 | -10/+1 |
* | Remove incorrectly added FBSDprivate_1.1 namespace, and move symbols which | Dag-Erling Smørgrav | 2008-02-06 | 1 | -12/+4 |
* | Per discussion on -threads, rename _islocked_np() to _isowned_np(). | Dag-Erling Smørgrav | 2008-02-06 | 1 | -2/+2 |
* | Add pthread_mutex_islocked_np(), a cheap way to verify that a mutex is | Dag-Erling Smørgrav | 2008-02-03 | 1 | -0/+15 |
* | Remove vfork() overloading, it is no longer needed. | David Xu | 2007-12-20 | 1 | -2/+0 |
* | 1. Add function pthread_mutex_setspinloops_np to turn a mutex's spin | David Xu | 2007-12-14 | 1 | -0/+8 |
* | Add _pthread_mutex_init_calloc_cb() to libthr and libkse, so that malloc(3) | Jason Evans | 2007-11-27 | 1 | -0/+1 |
* | Enable symbol versioning by default. Use WITHOUT_SYMVER to disable it. | Daniel Eischen | 2007-05-13 | 1 | -374/+0 |
* | Use C comments since we now preprocess these files with CPP. | Daniel Eischen | 2007-04-29 | 1 | -11/+14 |
* | 1. Don't override underscore version of aio_suspend(), system(), | David Xu | 2006-07-25 | 1 | -22/+22 |
* | Add symbol versions: FBSD_1.0 and FBSDprivate. | David Xu | 2006-05-11 | 1 | -3/+387 |
* | WARNS level 4 cleanup. | David Xu | 2006-04-04 | 1 | -13/+8 |
* | Remove mqueue and timer, now they are in librt. | David Xu | 2006-03-08 | 1 | -8/+0 |
* | 1. Add SIGEV_THREAD notification for mq_notify. | David Xu | 2006-01-04 | 1 | -0/+4 |
* | Follow the mistake in libpthread, the first version name in libpthread | David Xu | 2005-12-21 | 1 | -1/+1 |
* | Add code to handle timer_delete(). The timer wrapper code is completely | David Xu | 2005-11-01 | 1 | -0/+2 |
* | Add timer_create wrapper. | David Xu | 2005-10-30 | 1 | -0/+2 |
* | Put pthread_condattr_init sorted order. | David Xu | 2005-10-25 | 1 | -1/+1 |
* | Export following functions: | David Xu | 2005-10-24 | 1 | -0/+6 |
* | Sort function names. | David Xu | 2005-10-04 | 1 | -2/+2 |
* | Add function pthread_timedjoin_np, the function is similar with pthread_join | David Xu | 2005-10-04 | 1 | -0/+2 |