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_syscalls.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove a redundant _get_curthread() call.
davidxu
2005-11-02
1
-1
/
+0
*
In raise(), use a shortcut to directly send signal to current thread.
davidxu
2005-11-02
1
-7
/
+2
*
Add a cancellation point for usleep().
deischen
2005-08-03
1
-0
/
+19
*
Import my recent 1:1 threading working. some features improved includes:
davidxu
2005-04-02
1
-403
/
+216
*
Implement cancellation points in libc interfaces, as specified by POSIX.
mtm
2004-09-16
1
-0
/
+293
*
Implement pthread_atfork in libthr. This is mostly from deichen's
mtm
2004-06-27
1
-0
/
+58
*
Make libthr async-signal-safe without costly signal masking. The guidlines I
mtm
2004-05-20
1
-55
/
+0
*
o Since we're not using signals for thread synchronization anymore,
mtm
2004-03-27
1
-4
/
+17
*
o Add a wrapper around sigaction(2), so we can insert our own wrapper
mtm
2003-12-09
1
-0
/
+58
*
Enable cancellation points around some syscalls.
mtm
2003-12-09
1
-28
/
+28
*
Make WARNS2 clean. The fixes mostly included:
mtm
2003-05-23
1
-0
/
+10
*
- Add libthr but don't hook it up to the regular build yet. This is an
jeff
2003-04-01
1
-0
/
+418