| Commit message (Expand) | Author | Age | Files | Lines |
| * | 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 |
| * | Add usleep to the map files. | Daniel Eischen | 2005-08-03 | 1 | -0/+2 |
| * | Add debugger event reporting support, current only TD_CREATE and TD_DEATH | David Xu | 2005-04-12 | 1 | -5/+10 |
| * | Export pthread_condattr_getclock, pthread_condattr_setclock. | David Xu | 2005-04-03 | 1 | -0/+2 |
| * | Import my recent 1:1 threading working. some features improved includes: | David Xu | 2005-04-02 | 1 | -0/+365 |