summaryrefslogtreecommitdiffstats
path: root/lib/libc_r/uthread/uthread_kern.c
Commit message (Expand)AuthorAgeFilesLines
* Remove libc_r threading library. It has been disconnected from the buildemaste2010-11-131-1135/+0
* Remove 3rd clause, renumber, ok per emailimp2007-01-121-4/+1
* Once again, remove the i386-specific hacks to save and restoredeischen2002-10-051-9/+0
* Add back the i386-specific hack to save and restore the FP statedeischen2002-09-301-2/+2
* Part of a bandaid to get libc_r on air again.julian2002-09-191-0/+4
* When poll(2)'ing for readability or writability of a file descriptorarchie2002-08-291-2/+6
* Replace various spelling with FALLTHROUGH which is lint()ablecharnier2002-08-251-1/+1
* This has been sitting in my local tree long enough. Remove the usedeischen2002-02-091-83/+55
* Limit maximum poll interval to 60 seconds. This prevents an overflowdeischen2001-10-071-0/+3
* Move the check for a pending signals to after the thread has beendeischen2001-05-041-6/+15
* Add weak definitions for wrapped system calls. In general:deischen2001-01-241-101/+133
* Enable check for pending signals after calling a signal handler.deischen2000-12-201-0/+3
* Delete 4 lines of misleading/incorrect comments.deischen2000-11-161-4/+0
* When entering the scheduler from the signal handler, telldeischen2000-11-141-11/+24
* Correct the logic for checking the emptiness of the waiting queue.deischen2000-11-111-1/+1
* Don't needlessly poll file descriptors when there are nodeischen2000-11-091-42/+45
* Implement zero system call thread switching. Performance ofdeischen2000-10-131-327/+261
* Add wrapper for kevent() syscalljlemon2000-08-071-1/+1
* Fix pthread_suspend_np/pthread_resume_np. For the record, suspending adeischen2000-03-151-2/+3
* Do signal deferral for pthread_kill() as it was done in the old days.jasone2000-01-201-5/+3
* Implement continuations to correctly handle [sig|_]longjmp() inside of ajasone2000-01-191-4/+44
* Fix problems with cancellation while in critical regions.deischen1999-12-171-1/+1
* Fixes for signal handling:deischen1999-12-171-1/+6
* add pthread_cancel, obtained from OpenBSD.alfred1999-11-281-7/+20
* sigset_t change (part 5 of 5)marcel1999-09-291-1/+1
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
* handle under/overflow of time values in a more robust manner,alfred1999-08-191-3/+3
* Add check for runnable threads before polling file descriptors.deischen1999-08-121-14/+16
* In the words of the author:jb1999-06-201-831/+650
* Back out patch for cond_timedwait() bug from -current, since other changesjasone1999-05-081-10/+1
* Apply patch included in bin/8872. This fixes a bug that occurs whenjasone1999-05-071-2/+11
* [ The author's description... ]jb1999-03-231-323/+296
* Close a window between unlocking a spinlock and changing the thread state.jb1998-11-151-1/+17
* Fix some bugs in pthread scheduler:dt1998-10-091-6/+9
* Move the cleanup code that frees memory allocated for a dead thread fromjb1998-09-301-80/+2
* Removed unused variables.alex1998-09-071-2/+1
* Fix the incremental priority increment.jb1998-04-301-2/+2
* Change signal model to match POSIX (i.e. one set of signal handlersjb1998-04-291-435/+35
* When in PS_SIGWAIT state, still call signal handlers and set errnojb1998-04-171-13/+2
* Change the FILE locking to be by FILE, not by the underlying fd asjb1998-04-111-1/+4
* Add FreeBSD/Alpha code to initialise a jmpbuf for a created thread.jb1998-03-091-4/+4
* Fixes from Jeremy Allison and Terry Lambert for pthreads:julian1998-02-131-1/+53
* Fix indentations. Sigh.jb1997-04-011-15/+17
* Submitted by: John Birrelljulian1997-02-051-16/+55
* Remove now un-necessary FreeBSD specific code since our timespecnate1996-09-201-112/+0
* Submitted by: John Birrell <cimaxp1!jb@werple.net.au>julian1996-08-201-1/+230
* Reviewed by: julianjulian1996-01-221-0/+1581
OpenPOWER on IntegriCloud