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_join.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
*
Rename _thr_enter_cancellation_point to _thr_cancel_enter, rename
davidxu
2003-12-09
1
-5
/
+5
*
Avoid accessing user provided parameters in critical region.
davidxu
2003-07-07
1
-3
/
+5
*
Change low-level locking a bit so that we can tell if
deischen
2003-05-24
1
-0
/
+11
*
Add a method of yielding the current thread with the scheduler
deischen
2003-05-16
1
-2
/
+4
*
o Don't add a scope system thread's KSE to the list of available
deischen
2003-04-28
1
-8
/
+6
*
Sorry folks; I accidentally committed a patch from what I was working
deischen
2003-04-18
1
-3
/
+20
*
Revamp libpthread so that it has a chance of working in an SMP
deischen
2003-04-18
1
-95
/
+65
*
Make the changes needed for libpthread to compile in its new home.
mini
2002-09-16
1
-1
/
+1
*
Fix pthread_join so that it works if the target thread exits while
deischen
2001-11-17
1
-5
/
+7
*
Fix a bug in canceling joining threads.
jasone
2001-08-16
1
-0
/
+3
*
Fix a race condition in pthread_join(). All of the following must occur
jasone
2001-06-27
1
-15
/
+53
*
Instead of using a join queue for each thread, use a single pointer to
jasone
2001-05-20
1
-82
/
+32
*
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
-19
/
+22
*
Don't needlessly poll file descriptors when there are no
deischen
2000-11-09
1
-38
/
+66
*
Implement zero system call thread switching. Performance of
deischen
2000-10-13
1
-9
/
+22
*
Implement continuations to correctly handle [sig|_]longjmp() inside of a
jasone
2000-01-19
1
-5
/
+3
*
Fix problems with cancellation while in critical regions.
deischen
1999-12-17
1
-0
/
+1
*
add pthread_cancel, obtained from OpenBSD.
alfred
1999-11-28
1
-2
/
+29
*
$Id$ -> $FreeBSD$
peter
1999-08-28
1
-1
/
+1
*
Add RCS IDs to those files without them.
deischen
1999-08-05
1
-2
/
+2
*
In the words of the author:
jb
1999-06-20
1
-1
/
+2
*
Add the missing {} that caused the function to return ESRCH if it
jb
1998-06-25
1
-1
/
+2
*
Change signal model to match POSIX (i.e. one set of signal handlers
jb
1998-04-29
1
-49
/
+23
*
Add a magic field to the pthread structure to help recognize valid
jb
1998-04-03
1
-0
/
+10
*
Modify the return values to comply with POSIX. Previously these
alex
1997-11-25
1
-6
/
+3
*
Submitted by: John Birrell
julian
1997-02-05
1
-3
/
+29
*
Reviewed by: julian
julian
1996-01-22
1
-0
/
+90