Age | Commit message (Expand) | Author |
2012-02-18 | Missing cerror bits. | Miod Vallat |
2012-02-18 | Work around compiler confusion while building rthread.o on vax. | Miod Vallat |
2012-02-18 | Initialize the scope, policy, and inherit members in pthread_attr_init() | Philip Guenthe |
2012-02-17 | Allow librthread to build on mips64. | Miod Vallat |
2012-02-16 | Set __isthreaded in pthread_create() instead of _rthread_init() such that it | Mark Kettenis |
2012-02-15 | Nothing important, just switching from pthreads to rthreads | Philip Guenthe |
2012-02-15 | Bump major to be current libpthread major +1, so we can switch over cleanly. | Philip Guenthe |
2012-02-15 | Add pthread_rwlockattr_{get,set}pshared() and | Philip Guenthe |
2012-01-25 | @($*& Merging patches resulted in a line being duplicated instead of | Philip Guenthe |
2012-01-17 | Reimplement mutexes, condvars, and rwlocks to eliminate bugs, | Philip Guenthe |
2012-01-04 | Fix $OpenBSD tag | Philip Guenthe |
2012-01-04 | Add some sanity checks, set errno accordingly to POSIX and add the named | Martin Pieuchot |
2012-01-04 | Split out the semaphore functions. | Martin Pieuchot |
2012-01-04 | Delete some parameter names and extra semicolons that slipped through | Philip Guenthe |
2011-12-28 | pthread_self() may be much cheaper and never more expensive than getthrid() | Philip Guenthe |
2011-12-27 | Don't let applications block, wait for, or handle SIGTHR, as the | Philip Guenthe |
2011-12-27 | On failure, pthread_kill() should return the errno, not -1 | Philip Guenthe |
2011-12-24 | formatting errors, found using freebsd's "igor"; | Jason McIntyre |
2011-12-22 | Add pthread_mutex_{get,set}prioceiling() | Philip Guenthe |
2011-12-21 | Split out the pthread_rwlock* and pthread_once() functions from rthread_sync.c | Philip Guenthe |
2011-12-21 | Split out the pthread_mutexattr_* functions from rthread_sync.c to | Philip Guenthe |
2011-12-05 | Mark sigthr()'s sig argument as __unused | Philip Guenthe |
2011-12-05 | Implement cancelation for the basic syscall cancelation points, | Philip Guenthe |
2011-11-27 | Set the initfirst and nodelete flags on the shared library, in anticipation | Philip Guenthe |
2011-11-09 | Add the __cerror asm bits for per-thread errno support for powerpc. | Mark Kettenis |
2011-11-09 | Oh yeah, with TLS-lite we can get the thread handle without walking the | Philip Guenthe |
2011-11-08 | Add the __cerror asm bits for per-thread errno support for hppa. | Mark Kettenis |
2011-11-08 | Include <stddef.h> to make sure offsetof() is defined. | Mark Kettenis |
2011-11-06 | Copy support for sched_get_priority_{min,max} from libpthread. | Philip Guenthe |
2011-11-06 | Move <machine/spinlock.h> into rthread.h; strip out unnecessary #includes | Philip Guenthe |
2011-10-19 | Remove some blatant lies. Provide a variant 1 archs with a default | Philip Guenthe |
2011-10-17 | Use __tfork, __get_tcb, and __set_tcb to have a real TCB and per-thread | Philip Guenthe |
2011-10-13 | Deal with the horror that is gcc asm constraints by copying the | Philip Guenthe |
2011-10-13 | Increase the stack offset for the new rthread from (BIAS+128) to | Philip Guenthe |
2011-10-13 | Convert rfork_thread() from int$80 to syscall. | Philip Guenthe |
2011-09-22 | Return the correct errno (EBUSY) when pthread_mutex_trylock() is | Philip Guenthe |
2011-07-05 | fix a few bugs in the thread specific data functions | Ted Unangst |
2010-12-03 | Sync with amd64, to allow this to compile without warnings with gcc4: | Miod Vallat |
2010-05-26 | If the stack size attribute isn't larger than the guard-page size | Philip Guenthe |
2010-04-12 | New functions: bump the minor | Philip Guenthe |
2010-04-12 | Add pthread_rwlock_timed{rd,wr}lock(). | Philip Guenthe |
2010-02-03 | Use MACHINE_CPU instead of MACHINE_ARCH to pick the correct machine dependent | Miod Vallat |
2009-11-28 | This might not be necessary, but Just In Case: since the underlying | Philip Guenthe |
2009-11-27 | Convert thrsleep() to an absolute timeout with clockid to eliminate a | Philip Guenthe |
2009-11-27 | Convert thrsigdivert to (almost) be sigtimedwait by adding siginfo_t | Philip Guenthe |
2009-11-27 | Change threxit() to take a pointer to a pid_t to zero out from the | Philip Guenthe |
2009-11-19 | pthread_rwlock_wrlock() should increment the count of writers just | Philip Guenthe |
2009-10-27 | - bump the majors of libpthread and librthread, as they used to return an | Jasper Lievisse Adriaanse |
2009-10-21 | Add f*lockfile() routines to librthread | Philip Guenthe |
2009-10-21 | After forking, the child is single threaded, so tell libc that. This | Philip Guenthe |