| Commit message (Expand) | Author | Age | Files | Lines |
* | Add symbol versions: FBSD_1.0 and FBSDprivate. | davidxu | 2006-05-11 | 1 | -3/+387 |
* | s/long/int. | davidxu | 2006-04-27 | 1 | -2/+2 |
* | - Use same priority range returned by kernel's sched_get_priority_min() | davidxu | 2006-04-27 | 6 | -55/+57 |
* | Remove multiple _get_curthread() calls. | davidxu | 2006-04-23 | 1 | -4/+1 |
* | Install shared libpthread library into /lib; needed by some | ru | 2006-04-12 | 1 | -1/+5 |
* | Do not check validity of timeout if a mutex can be acquired immediately. | davidxu | 2006-04-08 | 3 | -80/+103 |
* | Remove declaration of _thr_initial from MD header file, it is no longer | davidxu | 2006-04-04 | 2 | -4/+0 |
* | Simplify _get_curthread() and _tcb_ctor because libc and rtld now | davidxu | 2006-04-04 | 4 | -15/+6 |
* | WARNS level 4 cleanup. | davidxu | 2006-04-04 | 45 | -199/+252 |
* | Fix prototype mismatch. | des | 2006-03-28 | 1 | -1/+2 |
* | Remove priority mutex code because it does not work correctly, | davidxu | 2006-03-27 | 7 | -1199/+200 |
* | Comment out -g compiler option, found by 'FreeBSD Build Options Survey'. | davidxu | 2006-03-27 | 1 | -1/+1 |
* | Check cancellation state carefully to see we really need to call | davidxu | 2006-03-26 | 1 | -2/+5 |
* | Don't cancel thread if it is in critical region. | davidxu | 2006-03-25 | 1 | -1/+1 |
* | Only wake up writer if the lock is free. | davidxu | 2006-03-25 | 1 | -2/+2 |
* | Compile thr_rtld.c | davidxu | 2006-03-25 | 1 | -0/+1 |
* | Add locking support for rtld. | davidxu | 2006-03-25 | 4 | -4/+229 |
* | set an upper limit for thread structures which can be allocated. | davidxu | 2006-03-24 | 1 | -1/+12 |
* | Set default contention scope to system. | davidxu | 2006-03-20 | 1 | -1/+1 |
* | Convert NO_PROFILE and NO_LIB32 to new style. | ru | 2006-03-18 | 1 | -1/+4 |
* | Remove mqueue and timer, now they are in librt. | davidxu | 2006-03-08 | 2 | -525/+0 |
* | Add some more pthread stubs so that librt can use them. | deischen | 2006-03-05 | 1 | -4/+35 |
* | Reimplement mutex_init to get rid of compile warning. | davidxu | 2006-02-28 | 1 | -88/+39 |
* | Disable POSIX SIGEV_THREAD notification support, soon we will have a common | davidxu | 2006-02-22 | 1 | -1/+0 |
* | Read cycle count before sending signal, this fixes a userland thread | davidxu | 2006-02-20 | 1 | -1/+1 |
* | Rework last change of pthread_once, create a function _thr_once_init to | davidxu | 2006-02-15 | 3 | -6/+10 |
* | After fork(), reinitialize internal locks for pthread_once(). | davidxu | 2006-02-15 | 3 | -11/+15 |
* | Now, thread name is stored in kernel, userland no longer has to keep it. | davidxu | 2006-02-05 | 3 | -7/+2 |
* | use syscall thr_set_name to implement pthread_set_name_np. | davidxu | 2006-02-05 | 1 | -9/+18 |
* | Add missing symbol pthread_set_name_np. | davidxu | 2006-01-23 | 1 | -0/+2 |
* | Eliminate unused code. | davidxu | 2006-01-16 | 1 | -7/+1 |
* | Enable mutex inheritance code in mutex_fork, I forgot to turn on it. | davidxu | 2006-01-14 | 1 | -1/+11 |
* | Increase the number of spinlocks, since libc's malloc implementation is | jasone | 2006-01-13 | 1 | -1/+1 |
* | In preparation for a new malloc implementation: | jasone | 2006-01-12 | 1 | -10/+4 |
* | The thr_new sysscall was already in libc, don't generate it. | davidxu | 2006-01-11 | 1 | -1/+0 |
* | Use macro STATIC_LIB_REQUIRE to declare a symbol should be linked into | davidxu | 2006-01-10 | 2 | -95/+74 |
* | Rescue pthread_set_name_np for compatible reason, remove unused code. | davidxu | 2006-01-09 | 2 | -151/+10 |
* | Tweak macro THR_LOCK_RELEASE a bit for non-PTHREAD_INVARIANTS case. | davidxu | 2006-01-09 | 1 | -7/+14 |
* | Return real detached state. | davidxu | 2006-01-09 | 1 | -0/+2 |
* | Fix a bug recently introduced, the _thread_active_count should be | davidxu | 2006-01-08 | 1 | -0/+1 |
* | Allow background threads to be suspended. | davidxu | 2006-01-08 | 1 | -1/+4 |
* | Try to reduce total time needed for suspending all threads, | davidxu | 2006-01-08 | 1 | -4/+17 |
* | Remove functions i386_get_gsbase and i386_set_gsbase, they were already | davidxu | 2006-01-07 | 1 | -14/+0 |
* | Refine thread suspension code, now thread suspension is a blockable | davidxu | 2006-01-05 | 7 | -68/+177 |
* | 1. Add SIGEV_THREAD notification for mq_notify. | davidxu | 2006-01-04 | 2 | -198/+343 |
* | Remove in-progress wait code to sync with libpthread's behavior. | davidxu | 2006-01-03 | 1 | -30/+8 |
* | Let _mutex_cv_lock call internal functiona mutex_lock_common. | davidxu | 2005-12-21 | 1 | -1/+2 |
* | Hide umtx API symbols as well. | davidxu | 2005-12-21 | 2 | -6/+9 |
* | 1. Retire macro SCLASS, instead simply use language keyword and | davidxu | 2005-12-21 | 2 | -109/+124 |
* | Follow the mistake in libpthread, the first version name in libpthread | davidxu | 2005-12-21 | 1 | -1/+1 |