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
/
libpthread
/
thread
/
thr_sigmask.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add compatibility symbol maps. libpthread (.so.1 and .so.2)
deischen
2006-03-13
1
-0
/
+3
*
pthread api should return error code in return value, not in errno.
davidxu
2003-09-18
1
-2
/
+1
*
Fix a bogus comment, sigmask must be maintained correctly,
davidxu
2003-09-15
1
-1
/
+1
*
Treat initial thread as scope system thread when KSE mode is not activated
davidxu
2003-08-18
1
-3
/
+0
*
o Eliminate upcall for PTHREAD_SYSTEM_SCOPE thread, now it
davidxu
2003-07-17
1
-0
/
+9
*
Avoid accessing user provided parameters in critical region.
davidxu
2003-07-07
1
-4
/
+12
*
o Use a daemon thread to monitor signal events in kernel, if pending
davidxu
2003-06-28
1
-14
/
+11
*
Revamp libpthread so that it has a chance of working in an SMP
deischen
2003-04-18
1
-24
/
+52
*
Make pthread_sigmask(3) operate on the thread signal mask, not the process
mini
2002-10-30
1
-1
/
+27
*
Make libpthread KSE aware.
mini
2002-09-16
1
-58
/
+1
*
Make the changes needed for libpthread to compile in its new home.
mini
2002-09-16
1
-1
/
+1
*
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
-10
/
+11
*
Don't needlessly poll file descriptors when there are no
deischen
2000-11-09
1
-0
/
+3
*
Implement zero system call thread switching. Performance of
deischen
2000-10-13
1
-4
/
+13
*
sigset_t change (part 5 of 5)
marcel
1999-09-29
1
-2
/
+5
*
$Id$ -> $FreeBSD$
peter
1999-08-28
1
-1
/
+1
*
Add RCS IDs to those files without them.
deischen
1999-08-05
1
-1
/
+2
*
Change signal model to match POSIX (i.e. one set of signal handlers
jb
1998-04-29
1
-8
/
+5
*
Submitted by: John Birrell
julian
1997-02-05
1
-0
/
+92