| Commit message (Expand) | Author | Age | Files | Lines |
| * | Fix name compatible problem with POSIX standard. the sigval_ptr and | David Xu | 2005-11-04 | 1 | -5/+5 |
| * | Remove a redundant _get_curthread() call. | David Xu | 2005-11-02 | 1 | -1/+0 |
| * | In raise(), use a shortcut to directly send signal to current thread. | David Xu | 2005-11-02 | 1 | -7/+2 |
| * | Fix some comments, eliminate a memory leak. | David Xu | 2005-11-01 | 1 | -6/+13 |
| * | Use TIMERS_UNLOCK. | David Xu | 2005-11-01 | 1 | -1/+1 |
| * | Add code to handle timer_delete(). The timer wrapper code is completely | David Xu | 2005-11-01 | 4 | -68/+268 |
| * | Add thread exit handler in timer_loop to handle broken buggy code which | David Xu | 2005-10-30 | 1 | -1/+3 |
| * | Add timer_create wrapper. | David Xu | 2005-10-30 | 2 | -0/+3 |
| * | Remove unused variable. | David Xu | 2005-10-29 | 2 | -9/+0 |
| * | Kill unused variable declaration. | David Xu | 2005-10-29 | 1 | -2/+0 |
| * | Link libthr to libpthread on Alpha and Sparc. | David Xu | 2005-10-27 | 1 | -0/+10 |
| * | Add experiment code to implement POSIX timer's SIGEV_THREAD notification. | David Xu | 2005-10-26 | 1 | -0/+168 |
| * | Follow the change in kernel, joiner thread just waits at thread id | David Xu | 2005-10-26 | 2 | -6/+10 |
| * | 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 |
| * | Add functions pthread_mutexattr_setpshared and pthread_mutexattr_getpshared. | David Xu | 2005-10-24 | 1 | -0/+28 |
| * | The pthread_attr_set_createsuspend_np was broken, fix it by | David Xu | 2005-10-10 | 1 | -1/+1 |
| * | 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 | 2 | -9/+51 |
| * | Include needed headers that were obtained through <pthread.h>. Sort headers | Stefan Farfeleder | 2005-09-01 | 3 | -1/+4 |
| * | - Prefix MUTEX_TYPE_MAX with PTHREAD_ to avoid namespace pollution. | Stefan Farfeleder | 2005-08-19 | 2 | -3/+3 |
| * | Add usleep to the map files. | Daniel Eischen | 2005-08-03 | 1 | -0/+2 |
| * | Add a cancellation point for usleep(). | Daniel Eischen | 2005-08-03 | 1 | -0/+19 |
| * | Cast to uintptr_t to avoid compiler warning, it was broken by | David Xu | 2005-07-28 | 1 | -6/+12 |
| * | Bump the shared library version number of all libraries that have not | Ken Smith | 2005-07-22 | 1 | -1/+1 |
| * | Fix off-by-one nanosecond bug in macro TIMESPEC_ADD. | David Xu | 2005-06-22 | 1 | -1/+1 |
| * | Markup fixes. | Ruslan Ermilov | 2005-06-16 | 1 | -2/+5 |
| * | Remove incorrect BUGS entry: libthr does support process-scope thread | Robert Watson | 2005-06-15 | 1 | -5/+0 |
| * | Add a stub libthr(3) man page to document what it is and why, as well as | Robert Watson | 2005-06-11 | 2 | -0/+74 |
| * | Remove COMPAT_32BIT, it is no longer needed. | David Xu | 2005-04-27 | 1 | -5/+0 |
| * | Remove unused variable. | David Xu | 2005-04-23 | 1 | -1/+0 |
| * | Now libthr only uses GDT based tls on i386. using LDT can only increase | David Xu | 2005-04-23 | 2 | -53/+3 |
| * | Use thr_new syscall to create a new thread, obscure context operations | David Xu | 2005-04-23 | 3 | -24/+39 |
| * | Add i386_get_gsbase, i386_set_gsbase since old libc doesn't have the | David Xu | 2005-04-23 | 1 | -0/+14 |
| * | Adapt the libpthread patch for using i386_set_gsbase() to libthr. | Peter Wemm | 2005-04-14 | 2 | -16/+41 |
| * | Conditionally report initial thread event. | David Xu | 2005-04-12 | 1 | -1/+2 |
| * | Add missing event reporting code. | David Xu | 2005-04-12 | 1 | -0/+65 |
| * | Add debugger event reporting support, current only TD_CREATE and TD_DEATH | David Xu | 2005-04-12 | 9 | -16/+64 |
| * | Use the new atomic_cmpset_32(). | Olivier Houchard | 2005-04-07 | 2 | -20/+0 |
| * | Adjust hash function for smaller pthread structure size. | David Xu | 2005-04-07 | 1 | -1/+1 |
| * | Remove unique id field which is no longer used by debugger. | David Xu | 2005-04-06 | 3 | -15/+2 |
| * | Remove debug symbol from installed library, one can always | David Xu | 2005-04-06 | 1 | -1/+1 |
| * | Pass exact number of threads. | David Xu | 2005-04-04 | 1 | -1/+1 |
| * | 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 | 77 | -4601/+7160 |
| * | Increase the default stacksizes: | Joe Marcus Clarke | 2005-03-06 | 3 | -15/+31 |
| * | Fix inverted #ifdef that I added. Who had the pointy hat last? | Peter Wemm | 2004-12-06 | 1 | -1/+1 |
| * | Don't include sys/user.h merely for its side-effect of recursively | David Schultz | 2004-11-27 | 3 | -2/+5 |
| * | Use the recently exposed fs/gs set functions when compiling libthr to | Peter Wemm | 2004-11-06 | 1 | -0/+12 |
| * | For variables that are only checked with defined(), don't provide | Ruslan Ermilov | 2004-10-24 | 1 | -1/+1 |