| Commit message (Expand) | Author | Age | Files | Lines |
* | Add accept4() system call. | jilles | 2013-05-01 | 1 | -0/+5 |
* | Introduce a non-portable function pthread_getthreadid_np(3) to retrieve | jkim | 2011-02-07 | 1 | -0/+2 |
* | Implement the __pthread_map_stacks_exec() for libthr. | kib | 2011-01-09 | 1 | -0/+2 |
* | Revert revision 214007, I realized that MySQL wants to resolve | davidxu | 2010-10-20 | 1 | -4/+0 |
* | sort function name. | davidxu | 2010-10-18 | 1 | -2/+2 |
* | Add pthread_rwlockattr_setkind_np and pthread_rwlockattr_getkind_np, the | davidxu | 2010-10-18 | 1 | -0/+4 |
* | To support stack unwinding for cancellation points, add -fexceptions flag | davidxu | 2010-09-25 | 1 | -0/+2 |
* | Update symbol. | davidxu | 2010-09-13 | 1 | -1/+1 |
* | Add wrapper for setcontext() and swapcontext(), the wrappers | davidxu | 2010-08-24 | 1 | -0/+4 |
* | On shared object unload, in __cxa_finalize, call and clear all installed | kib | 2010-08-23 | 1 | -0/+1 |
* | Remove extra new semaphore stubs, because libc already has them, and | davidxu | 2010-01-05 | 1 | -7/+0 |
* | Use umtx to implement process sharable semaphore, to make this work, | davidxu | 2010-01-05 | 1 | -14/+7 |
* | Make openat(2) a cancellation point. | jilles | 2009-10-11 | 1 | -0/+5 |
* | Make pthread_cleanup_push() and pthread_cleanup_pop() as a pair of macros, | davidxu | 2008-06-09 | 1 | -0/+2 |
* | Add POSIX pthread API pthread_getcpuclockid() to get a thread's cpu | davidxu | 2008-03-22 | 1 | -0/+2 |
* | Add more cpu affinity function's symbols. | davidxu | 2008-03-05 | 1 | -0/+6 |
* | Implement functions pthread_getaffinity_np and pthread_setaffinity_np to | davidxu | 2008-03-03 | 1 | -1/+3 |
* | Yet another pointy hat: when I zapped FBSDprivate_1.1, I forgot to move | des | 2008-02-06 | 1 | -0/+1 |
* | Convert pthread.map to the format expected by version_gen.awk, and modify | des | 2008-02-06 | 1 | -10/+1 |
* | Remove incorrectly added FBSDprivate_1.1 namespace, and move symbols which | des | 2008-02-06 | 1 | -12/+4 |
* | Per discussion on -threads, rename _islocked_np() to _isowned_np(). | des | 2008-02-06 | 1 | -2/+2 |
* | Add pthread_mutex_islocked_np(), a cheap way to verify that a mutex is | des | 2008-02-03 | 1 | -0/+15 |
* | Remove vfork() overloading, it is no longer needed. | davidxu | 2007-12-20 | 1 | -2/+0 |
* | 1. Add function pthread_mutex_setspinloops_np to turn a mutex's spin | davidxu | 2007-12-14 | 1 | -0/+8 |
* | Add _pthread_mutex_init_calloc_cb() to libthr and libkse, so that malloc(3) | jasone | 2007-11-27 | 1 | -0/+1 |
* | Enable symbol versioning by default. Use WITHOUT_SYMVER to disable it. | deischen | 2007-05-13 | 1 | -374/+0 |
* | Use C comments since we now preprocess these files with CPP. | deischen | 2007-04-29 | 1 | -11/+14 |
* | 1. Don't override underscore version of aio_suspend(), system(), | davidxu | 2006-07-25 | 1 | -22/+22 |
* | Add symbol versions: FBSD_1.0 and FBSDprivate. | davidxu | 2006-05-11 | 1 | -3/+387 |
* | WARNS level 4 cleanup. | davidxu | 2006-04-04 | 1 | -13/+8 |
* | Remove mqueue and timer, now they are in librt. | davidxu | 2006-03-08 | 1 | -8/+0 |
* | 1. Add SIGEV_THREAD notification for mq_notify. | davidxu | 2006-01-04 | 1 | -0/+4 |
* | Follow the mistake in libpthread, the first version name in libpthread | davidxu | 2005-12-21 | 1 | -1/+1 |
* | Add code to handle timer_delete(). The timer wrapper code is completely | davidxu | 2005-11-01 | 1 | -0/+2 |
* | Add timer_create wrapper. | davidxu | 2005-10-30 | 1 | -0/+2 |
* | Put pthread_condattr_init sorted order. | davidxu | 2005-10-25 | 1 | -1/+1 |
* | Export following functions: | davidxu | 2005-10-24 | 1 | -0/+6 |
* | Sort function names. | davidxu | 2005-10-04 | 1 | -2/+2 |
* | Add function pthread_timedjoin_np, the function is similar with pthread_join | davidxu | 2005-10-04 | 1 | -0/+2 |
* | Add usleep to the map files. | deischen | 2005-08-03 | 1 | -0/+2 |
* | Add debugger event reporting support, current only TD_CREATE and TD_DEATH | davidxu | 2005-04-12 | 1 | -5/+10 |
* | Export pthread_condattr_getclock, pthread_condattr_setclock. | davidxu | 2005-04-03 | 1 | -0/+2 |
* | Import my recent 1:1 threading working. some features improved includes: | davidxu | 2005-04-02 | 1 | -0/+365 |