| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | 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 |
* | Clear return code to zero if joiner successfully waited joinee. | davidxu | 2005-12-19 | 1 | -0/+1 |
* | Update copyright. | davidxu | 2005-12-17 | 6 | -113/+84 |
* | Remove unused _get_curthread() call. | davidxu | 2005-12-12 | 1 | -2/+0 |
* | Fix name compatible problem with POSIX standard. the sigval_ptr and | davidxu | 2005-11-04 | 1 | -5/+5 |
* | Remove a redundant _get_curthread() call. | davidxu | 2005-11-02 | 1 | -1/+0 |
* | In raise(), use a shortcut to directly send signal to current thread. | davidxu | 2005-11-02 | 1 | -7/+2 |
* | Fix some comments, eliminate a memory leak. | davidxu | 2005-11-01 | 1 | -6/+13 |
* | Use TIMERS_UNLOCK. | davidxu | 2005-11-01 | 1 | -1/+1 |
* | Add code to handle timer_delete(). The timer wrapper code is completely | davidxu | 2005-11-01 | 4 | -68/+268 |
* | Add thread exit handler in timer_loop to handle broken buggy code which | davidxu | 2005-10-30 | 1 | -1/+3 |
* | Add timer_create wrapper. | davidxu | 2005-10-30 | 2 | -0/+3 |
* | Remove unused variable. | davidxu | 2005-10-29 | 2 | -9/+0 |
* | Kill unused variable declaration. | davidxu | 2005-10-29 | 1 | -2/+0 |
* | Link libthr to libpthread on Alpha and Sparc. | davidxu | 2005-10-27 | 1 | -0/+10 |
* | Add experiment code to implement POSIX timer's SIGEV_THREAD notification. | davidxu | 2005-10-26 | 1 | -0/+168 |
* | Follow the change in kernel, joiner thread just waits at thread id | davidxu | 2005-10-26 | 2 | -6/+10 |
* | Put pthread_condattr_init sorted order. | davidxu | 2005-10-25 | 1 | -1/+1 |
* | Export following functions: | davidxu | 2005-10-24 | 1 | -0/+6 |
* | Add functions pthread_mutexattr_setpshared and pthread_mutexattr_getpshared. | davidxu | 2005-10-24 | 1 | -0/+28 |
* | The pthread_attr_set_createsuspend_np was broken, fix it by | davidxu | 2005-10-10 | 1 | -1/+1 |
* | 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 | 2 | -9/+51 |
* | Include needed headers that were obtained through <pthread.h>. Sort headers | stefanf | 2005-09-01 | 3 | -1/+4 |
* | - Prefix MUTEX_TYPE_MAX with PTHREAD_ to avoid namespace pollution. | stefanf | 2005-08-19 | 2 | -3/+3 |
* | Add usleep to the map files. | deischen | 2005-08-03 | 1 | -0/+2 |
* | Add a cancellation point for usleep(). | deischen | 2005-08-03 | 1 | -0/+19 |
* | Cast to uintptr_t to avoid compiler warning, it was broken by | davidxu | 2005-07-28 | 1 | -6/+12 |
* | Bump the shared library version number of all libraries that have not | kensmith | 2005-07-22 | 1 | -1/+1 |
* | Fix off-by-one nanosecond bug in macro TIMESPEC_ADD. | davidxu | 2005-06-22 | 1 | -1/+1 |
* | Markup fixes. | ru | 2005-06-16 | 1 | -2/+5 |
* | Remove incorrect BUGS entry: libthr does support process-scope thread | rwatson | 2005-06-15 | 1 | -5/+0 |
* | Add a stub libthr(3) man page to document what it is and why, as well as | rwatson | 2005-06-11 | 2 | -0/+74 |
* | Remove COMPAT_32BIT, it is no longer needed. | davidxu | 2005-04-27 | 1 | -5/+0 |
* | Remove unused variable. | davidxu | 2005-04-23 | 1 | -1/+0 |
* | Now libthr only uses GDT based tls on i386. using LDT can only increase | davidxu | 2005-04-23 | 2 | -53/+3 |
* | Use thr_new syscall to create a new thread, obscure context operations | davidxu | 2005-04-23 | 3 | -24/+39 |
* | Add i386_get_gsbase, i386_set_gsbase since old libc doesn't have the | davidxu | 2005-04-23 | 1 | -0/+14 |
* | Adapt the libpthread patch for using i386_set_gsbase() to libthr. | peter | 2005-04-14 | 2 | -16/+41 |
* | Conditionally report initial thread event. | davidxu | 2005-04-12 | 1 | -1/+2 |
* | Add missing event reporting code. | davidxu | 2005-04-12 | 1 | -0/+65 |
* | Add debugger event reporting support, current only TD_CREATE and TD_DEATH | davidxu | 2005-04-12 | 9 | -16/+64 |