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_sigsuspend.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Don't panic when sigsuspend is interrupted by a cancellation.
deischen
2004-12-19
1
-2
/
+7
*
Use a generic way to back threads out of wait queues when handling
deischen
2004-12-18
1
-0
/
+1
*
Check pending signals, if there is signal will be unblocked by
davidxu
2004-06-12
1
-21
/
+18
*
Rename _thr_enter_cancellation_point to _thr_cancel_enter, rename
davidxu
2003-12-09
1
-2
/
+2
*
Treat initial thread as scope system thread when KSE mode is not activated
davidxu
2003-08-18
1
-2
/
+1
*
o Eliminate upcall for PTHREAD_SYSTEM_SCOPE thread, now it
davidxu
2003-07-17
1
-2
/
+5
*
Avoid accessing user provided parameters in critical region.
davidxu
2003-07-07
1
-4
/
+7
*
o Use a daemon thread to monitor signal events in kernel, if pending
davidxu
2003-06-28
1
-4
/
+15
*
Don't lock scheduler lock twice.
davidxu
2003-06-18
1
-2
/
+1
*
Add a method of yielding the current thread with the scheduler
deischen
2003-05-16
1
-3
/
+1
*
o Don't add a scope system thread's KSE to the list of available
deischen
2003-04-28
1
-2
/
+3
*
Revamp libpthread so that it has a chance of working in an SMP
deischen
2003-04-18
1
-7
/
+43
*
Make libpthread KSE aware.
mini
2002-09-16
1
-49
/
+1
*
Make the changes needed for libpthread to compile in its new home.
mini
2002-09-16
1
-1
/
+1
*
Make sigpending and sigsuspend account for signals that are pending on
deischen
2002-06-28
1
-3
/
+21
*
To be consistent, use the __weak_reference macro from <sys/cdefs.h>
deischen
2001-04-10
1
-1
/
+1
*
Add weak definitions for wrapped system calls. In general:
deischen
2001-01-24
1
-6
/
+7
*
Simplify sytem call renaming. Instead of _foo() <-- _libc_foo <-- foo(),
jasone
2000-01-27
1
-2
/
+12
*
Track libc's three-tier symbol naming. libc_r must currently implement
jasone
2000-01-12
1
-1
/
+3
*
$Id$ -> $FreeBSD$
peter
1999-08-28
1
-1
/
+1
*
Add RCS IDs to those files without them.
deischen
1999-08-05
1
-1
/
+2
*
Implementation of an additional state called SIGWAIT (with the previous
jb
1998-09-30
1
-4
/
+4
*
Change signal model to match POSIX (i.e. one set of signal handlers
jb
1998-04-29
1
-0
/
+3
*
Submitted by: John Birrell
julian
1997-02-05
1
-1
/
+1
*
Submitted by: John Birrell <cimaxp1!jb@werple.net.au>
julian
1996-08-20
1
-0
/
+3
*
Reviewed by: julian
julian
1996-01-22
1
-0
/
+63