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
/
libthr
/
thread
/
thr_sig.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Import my recent 1:1 threading working. some features improved includes:
davidxu
2005-04-02
1
-48
/
+198
*
Make libthr async-signal-safe without costly signal masking. The guidlines I
mtm
2004-05-20
1
-77
/
+0
*
Make the minimum implementation of pthread_kill conform to the
mtm
2004-03-29
1
-0
/
+13
*
o Since we're not using signals for thread synchronization anymore,
mtm
2004-03-27
1
-30
/
+0
*
Implement PThreads barriers and barrier attributes.
mtm
2004-02-19
1
-0
/
+7
*
Don't wake up the thread after the signal handler
mtm
2004-02-19
1
-1
/
+1
*
Fix the wrapper function around signals so that a signal handling
mtm
2003-12-09
1
-24
/
+44
*
Make WARNS2 clean. The fixes mostly included:
mtm
2003-05-23
1
-2
/
+2
*
msg2
mtm
2003-05-12
1
-7
/
+7
*
o Correct a debug message that refered to the wrong function
mtm
2003-05-06
1
-22
/
+19
*
- Define curthread as _get_curthread() and remove all direct calls to
jeff
2003-04-02
1
-1
/
+0
*
- Add libthr but don't hook it up to the regular build yet. This is an
jeff
2003-04-01
1
-0
/
+166