summaryrefslogtreecommitdiff
path: root/lib/libpthread/uthread/uthread_kern.c
AgeCommit message (Expand)Author
2002-01-04comment out the pending signals check by now; it was not suppose to beFederico G. Schwindt
2001-12-31More changes from FreeBSD, including:Federico G. Schwindt
2001-12-18Allow the scheduler to return to the signal handler and the signalMarco S Hyman
2001-12-08Partially sync with FreeBSD; mostly pthread_cancel(3) related changes.Federico G. Schwindt
2001-09-04put changes back, this time ALL the files.Federico G. Schwindt
2001-08-30Back out fgsch@'s tree breaking commits.Todd T. Fries
2001-08-30fix some const warnings.Federico G. Schwindt
2001-08-21Start syncing with FreeBSD:Federico G. Schwindt
2001-08-15ops, _thread_kern_set_timeout() to const.Federico G. Schwindt
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