| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Use the new atomic_cmpset_32(). | cognet | 2005-04-07 | 2 | -20/+0 |
* | Adjust hash function for smaller pthread structure size. | davidxu | 2005-04-07 | 1 | -1/+1 |
* | Remove unique id field which is no longer used by debugger. | davidxu | 2005-04-06 | 3 | -15/+2 |
* | Remove debug symbol from installed library, one can always | davidxu | 2005-04-06 | 1 | -1/+1 |
* | Pass exact number of threads. | davidxu | 2005-04-04 | 1 | -1/+1 |
* | 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 | 77 | -4641/+7200 |
* | Increase the default stacksizes: | marcus | 2005-03-06 | 3 | -15/+31 |
* | Fix inverted #ifdef that I added. Who had the pointy hat last? | peter | 2004-12-06 | 1 | -1/+1 |
* | Don't include sys/user.h merely for its side-effect of recursively | das | 2004-11-27 | 3 | -2/+5 |
* | Use the recently exposed fs/gs set functions when compiling libthr to | peter | 2004-11-06 | 1 | -0/+12 |
* | For variables that are only checked with defined(), don't provide | ru | 2004-10-24 | 1 | -1/+1 |