summaryrefslogtreecommitdiff
path: root/lib/libpthread/uthread/uthread_kern.c
AgeCommit message (Expand)Author
2004-04-13refresh curthread after a thread switch so it points to the realMarco S Hyman
2004-04-09When poll(2)'ing for readability or writability of a file descriptorBrad Smith
2003-05-13Add support for blocking thread switches during dlopen and otherMarco S Hyman
2003-01-31Create a siginfo_t for thread-to-thread kill.Marco S Hyman
2003-01-27pthreads signal handling improvements. With these changes allMarco S Hyman
2003-01-24save and restore fp state when switching threads. This, withMarco S Hyman
2002-11-04test locks against _SPINLOCK_UNLOCKED, not 0. _SPINLOCK_UNLOCKED isMarco S Hyman
2002-10-30signal handling changes. This corrects several signalMarco S Hyman
2002-02-21account for the process signal mask when dealing with signals; testedFederico G. Schwindt
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