summaryrefslogtreecommitdiff
path: root/lib/librthread
AgeCommit message (Expand)Author
2005-12-07malloc the right size, and memset after mallocTed Unangst
2005-12-06add pthread_once. unfortunately, the public pthread.h headerTed Unangst
2005-12-06can't build shared lib without shlib_versionTed Unangst
2005-12-04copy alpha atomic_lock implementation from libpthread.Brad Smith
2005-12-04add a powerpc implementation of rfork_thread().Brad Smith
2005-12-04copy powerpc atomic_lock implementation from libpthread.Brad Smith
2005-12-03rcs for the makefileTed Unangst
2005-12-03syscall is actually sched_yield now, as millert suggestedTed Unangst
2005-12-03add userland thread library. incomplete, but functionalTed Unangst