summaryrefslogtreecommitdiff
path: root/lib/libpthread/thread/thr_kern.c
Commit message (Expand)AuthorAgeFilesLines
* Fix pthread_suspend_np/pthread_resume_np. For the record, suspending aDaniel Eischen2000-03-151-2/+3
* Do signal deferral for pthread_kill() as it was done in the old days.Jason Evans2000-01-201-5/+3
* Implement continuations to correctly handle [sig|_]longjmp() inside of aJason Evans2000-01-191-4/+44
* Fix problems with cancellation while in critical regions.Daniel Eischen1999-12-171-1/+1
* Fixes for signal handling:Daniel Eischen1999-12-171-1/+6
* add pthread_cancel, obtained from OpenBSD.Alfred Perlstein1999-11-281-7/+20
* sigset_t change (part 5 of 5)Marcel Moolenaar1999-09-291-1/+1
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
* handle under/overflow of time values in a more robust manner,Alfred Perlstein1999-08-191-3/+3
* Add check for runnable threads before polling file descriptors.Daniel Eischen1999-08-121-14/+16
* In the words of the author:John Birrell1999-06-201-831/+650
* Back out patch for cond_timedwait() bug from -current, since other changesJason Evans1999-05-081-10/+1
* Apply patch included in bin/8872. This fixes a bug that occurs whenJason Evans1999-05-071-2/+11
* [ The author's description... ]John Birrell1999-03-231-323/+296
* Close a window between unlocking a spinlock and changing the thread state.John Birrell1998-11-151-1/+17
* Fix some bugs in pthread scheduler:Dmitrij Tejblum1998-10-091-6/+9
* Move the cleanup code that frees memory allocated for a dead thread fromJohn Birrell1998-09-301-80/+2
* Removed unused variables.Alexander Langer1998-09-071-2/+1
* Fix the incremental priority increment.John Birrell1998-04-301-2/+2
* Change signal model to match POSIX (i.e. one set of signal handlersJohn Birrell1998-04-291-435/+35
* When in PS_SIGWAIT state, still call signal handlers and set errnoJohn Birrell1998-04-171-13/+2
* Change the FILE locking to be by FILE, not by the underlying fd asJohn Birrell1998-04-111-1/+4
* Add FreeBSD/Alpha code to initialise a jmpbuf for a created thread.John Birrell1998-03-091-4/+4
* Fixes from Jeremy Allison and Terry Lambert for pthreads:Julian Elischer1998-02-131-1/+53
* Fix indentations. Sigh.John Birrell1997-04-011-15/+17
* Submitted by: John BirrellJulian Elischer1997-02-051-16/+55
* Remove now un-necessary FreeBSD specific code since our timespecNate Williams1996-09-201-112/+0
* Submitted by: John Birrell <cimaxp1!jb@werple.net.au>Julian Elischer1996-08-201-1/+230
* Reviewed by: julianJulian Elischer1996-01-221-0/+1581