| Commit message (Expand) | Author | Age | Files | Lines |
* | Use return value of _thr_umutex_lock instead of using zero. | davidxu | 2006-09-08 | 1 | -2/+1 |
* | Replace internal usage of struct umtx with umutex which can supports | davidxu | 2006-09-06 | 14 | -158/+94 |
* | Same as pthread_setschedparam, use sizeof(struct sched_param) instead. | davidxu | 2006-09-05 | 1 | -2/+2 |
* | Pass correct parameter size. | davidxu | 2006-09-05 | 1 | -2/+2 |
* | Stylize: avoid using a global register variable. | marcel | 2006-09-01 | 2 | -6/+8 |
* | Rename TLS_TP_OFFSET back to TP_OFFSET. The former clashes with rtld. | marcel | 2006-09-01 | 1 | -3/+3 |
* | Stylize. | marcel | 2006-09-01 | 2 | -17/+11 |
* | Stylize. | marcel | 2006-08-31 | 1 | -6/+2 |
* | TLS fixes: | marcel | 2006-08-31 | 2 | -4/+8 |
* | Fix harmless bug: sizeof(tcb) equals sizeof(void*) not sizeof(struct tcb). | marcel | 2006-08-31 | 1 | -1/+1 |
* | o Set TP using inline assembly to avoid dead code elimination. | marcel | 2006-08-30 | 1 | -5/+3 |
* | Remove unused file. | davidxu | 2006-08-29 | 1 | -59/+0 |
* | pthread_sigmask is in thr_sig.c, remove this file. | davidxu | 2006-08-28 | 1 | -52/+0 |
* | Kill unused files. | davidxu | 2006-08-28 | 2 | -187/+0 |
* | Use umutex APIs to implement pthread_mutex, member pp_mutexq is added | davidxu | 2006-08-28 | 4 | -73/+116 |
* | Add umutex APIs. | davidxu | 2006-08-28 | 2 | -0/+92 |
* | Remove alpha left-overs. | ru | 2006-08-22 | 4 | -135/+2 |
* | Axe unused member field. | davidxu | 2006-08-08 | 2 | -12/+2 |
* | Get number of CPUs and ignore spin count on single processor machine. | davidxu | 2006-08-08 | 3 | -6/+15 |
* | 1. Don't override underscore version of aio_suspend(), system(), | davidxu | 2006-07-25 | 4 | -100/+191 |
* | Unexpand two TAILQ_FOREACH_SAFE cases. | delphij | 2006-07-17 | 2 | -4/+2 |
* | Caching scheduling policy and priority in userland, a critical but baddly | davidxu | 2006-07-13 | 5 | -20/+50 |
* | Use thr_setscheduler, thr_getscheduler and thr_setschedparam to implement | davidxu | 2006-07-13 | 4 | -26/+15 |
* | Use kernel facilities to support real-time scheduling. | davidxu | 2006-07-12 | 7 | -124/+103 |
* | __error could be called too early before libthr is initialized, test | davidxu | 2006-07-12 | 1 | -5/+7 |
* | Remove unused member. | davidxu | 2006-06-03 | 1 | -1/+0 |
* | Remove unused member field m_queue. | davidxu | 2006-06-02 | 2 | -6/+1 |
* | Explicitly request pre-zeroed memory instead of memset'ing our | delphij | 2006-05-31 | 1 | -5/+1 |
* | 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 |