index
:
FreeBSD-src
RELENG_2_2
RELENG_2_3
RELENG_2_3_0
RELENG_2_3_1
RELENG_2_3_2
RELENG_2_3_3
RELENG_2_3_4
RELENG_2_4
RELENG_2_4_4
RELENG_2_4_OLD
devel
devel-11
releng/10.1
releng/10.3
releng/11.0
releng/11.1
stable/10
stable/11
Raptor Engineering's fork of pfsense FreeBSD src with pfSense changes
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
/
libkse
/
thread
/
thr_kern.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Enable check for pending signals after calling a signal handler.
deischen
2000-12-20
1
-0
/
+3
*
Delete 4 lines of misleading/incorrect comments.
deischen
2000-11-16
1
-4
/
+0
*
When entering the scheduler from the signal handler, tell
deischen
2000-11-14
1
-11
/
+24
*
Correct the logic for checking the emptiness of the waiting queue.
deischen
2000-11-11
1
-1
/
+1
*
Don't needlessly poll file descriptors when there are no
deischen
2000-11-09
1
-42
/
+45
*
Implement zero system call thread switching. Performance of
deischen
2000-10-13
1
-327
/
+261
*
Add wrapper for kevent() syscall
jlemon
2000-08-07
1
-1
/
+1
*
Fix pthread_suspend_np/pthread_resume_np. For the record, suspending a
deischen
2000-03-15
1
-2
/
+3
*
Do signal deferral for pthread_kill() as it was done in the old days.
jasone
2000-01-20
1
-5
/
+3
*
Implement continuations to correctly handle [sig|_]longjmp() inside of a
jasone
2000-01-19
1
-4
/
+44
*
Fix problems with cancellation while in critical regions.
deischen
1999-12-17
1
-1
/
+1
*
Fixes for signal handling:
deischen
1999-12-17
1
-1
/
+6
*
add pthread_cancel, obtained from OpenBSD.
alfred
1999-11-28
1
-7
/
+20
*
sigset_t change (part 5 of 5)
marcel
1999-09-29
1
-1
/
+1
*
$Id$ -> $FreeBSD$
peter
1999-08-28
1
-1
/
+1
*
handle under/overflow of time values in a more robust manner,
alfred
1999-08-19
1
-3
/
+3
*
Add check for runnable threads before polling file descriptors.
deischen
1999-08-12
1
-14
/
+16
*
In the words of the author:
jb
1999-06-20
1
-831
/
+650
*
Back out patch for cond_timedwait() bug from -current, since other changes
jasone
1999-05-08
1
-10
/
+1
*
Apply patch included in bin/8872. This fixes a bug that occurs when
jasone
1999-05-07
1
-2
/
+11
*
[ The author's description... ]
jb
1999-03-23
1
-323
/
+296
*
Close a window between unlocking a spinlock and changing the thread state.
jb
1998-11-15
1
-1
/
+17
*
Fix some bugs in pthread scheduler:
dt
1998-10-09
1
-6
/
+9
*
Move the cleanup code that frees memory allocated for a dead thread from
jb
1998-09-30
1
-80
/
+2
*
Removed unused variables.
alex
1998-09-07
1
-2
/
+1
*
Fix the incremental priority increment.
jb
1998-04-30
1
-2
/
+2
*
Change signal model to match POSIX (i.e. one set of signal handlers
jb
1998-04-29
1
-435
/
+35
*
When in PS_SIGWAIT state, still call signal handlers and set errno
jb
1998-04-17
1
-13
/
+2
*
Change the FILE locking to be by FILE, not by the underlying fd as
jb
1998-04-11
1
-1
/
+4
*
Add FreeBSD/Alpha code to initialise a jmpbuf for a created thread.
jb
1998-03-09
1
-4
/
+4
*
Fixes from Jeremy Allison and Terry Lambert for pthreads:
julian
1998-02-13
1
-1
/
+53
*
Fix indentations. Sigh.
jb
1997-04-01
1
-15
/
+17
*
Submitted by: John Birrell
julian
1997-02-05
1
-16
/
+55
*
Remove now un-necessary FreeBSD specific code since our timespec
nate
1996-09-20
1
-112
/
+0
*
Submitted by: John Birrell <cimaxp1!jb@werple.net.au>
julian
1996-08-20
1
-1
/
+230
*
Reviewed by: julian
julian
1996-01-22
1
-0
/
+1581