summaryrefslogtreecommitdiff
path: root/lib/libpthread/uthread/uthread_kern.c
AgeCommit message (Expand)Author
2001-01-16switch stacks even when restoring a preempted thread. (credit to pefo@)David Leonard
2000-10-04switch to _machdep_switch() instead of setjmp/longjmp. For some reason this f...David Leonard
1999-11-25sync with FreeBSDDavid Leonard
1999-05-26sync with FreeBSDDavid Leonard
1999-02-01don't compute resource usage. this speeds things up a lotDavid Leonard
1999-01-17mi+md jmp_buf; save i386s fs and gs for WINE (csapuntz@stanford.edu)David Leonard
1999-01-10clean up timer calculations; dont use PTHREAD_NOFLOAT; keep freebsd identDavid Leonard
1998-12-21resource accounting; initial timeslice bug fixDavid Leonard
1998-11-20sync with freebsdDavid Leonard
1998-11-09sync with FreeBSD (rwlock, gc thread, man pages)David Leonard
1998-08-27experimental threaded libc - kernel onlyDavid Leonard