Age | Commit message (Expand) | Author |
---|---|---|
2005-12-07 | malloc the right size, and memset after malloc | Ted Unangst |
2005-12-06 | add pthread_once. unfortunately, the public pthread.h header | Ted Unangst |
2005-12-06 | can't build shared lib without shlib_version | Ted Unangst |
2005-12-04 | copy alpha atomic_lock implementation from libpthread. | Brad Smith |
2005-12-04 | add a powerpc implementation of rfork_thread(). | Brad Smith |
2005-12-04 | copy powerpc atomic_lock implementation from libpthread. | Brad Smith |
2005-12-03 | rcs for the makefile | Ted Unangst |
2005-12-03 | syscall is actually sched_yield now, as millert suggested | Ted Unangst |
2005-12-03 | add userland thread library. incomplete, but functional | Ted Unangst |