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_cond.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix logic errors in pthread_cond_wait() and pthread_cond_timedwait() that
jasone
2001-08-19
1
-68
/
+52
*
To be consistent, use the __weak_reference macro from <sys/cdefs.h>
deischen
2001-04-10
1
-6
/
+6
*
Add weak definitions for wrapped system calls. In general:
deischen
2001-01-24
1
-31
/
+39
*
Fix a bug where a statically initialized condition variable
deischen
2000-11-16
1
-2
/
+2
*
Don't needlessly poll file descriptors when there are no
deischen
2000-11-09
1
-43
/
+102
*
Implement zero system call thread switching. Performance of
deischen
2000-10-13
1
-15
/
+51
*
Change my email address in the copyright notices for the sake of consistency
jasone
2000-07-18
1
-1
/
+1
*
Deal correctly with statically initialized condition variables in
jasone
2000-07-17
1
-18
/
+17
*
pthread_mutex_lock(), pthread_cond_trywait(), and pthread_cond_wait() are
jasone
2000-06-14
1
-6
/
+22
*
Fix pthread_suspend_np/pthread_resume_np. For the record, suspending a
deischen
2000-03-15
1
-4
/
+10
*
Simplify sytem call renaming. Instead of _foo() <-- _libc_foo <-- foo(),
jasone
2000-01-27
1
-0
/
+9
*
Implement continuations to correctly handle [sig|_]longjmp() inside of a
jasone
2000-01-19
1
-12
/
+20
*
Fix problems with cancellation while in critical regions.
deischen
1999-12-17
1
-0
/
+2
*
add pthread_cancel, obtained from OpenBSD.
alfred
1999-11-28
1
-30
/
+72
*
When checking for valid timevals in the wrapped select() and poll()
deischen
1999-08-30
1
-6
/
+8
*
$Id$ -> $FreeBSD$
peter
1999-08-28
1
-1
/
+1
*
Sanity check time structures passed in, return EINVAL like the system
alfred
1999-08-19
1
-1
/
+5
*
In the words of the author:
jb
1999-06-20
1
-20
/
+52
*
Fix a problem with static initialisation of mutexes and condition
jb
1999-05-23
1
-0
/
+19
*
[ The author's description... ]
jb
1999-03-23
1
-66
/
+234
*
Close a window between unlocking a spinlock and changing the thread state.
jb
1998-11-15
1
-10
/
+4
*
Don't call pthread_mutex_lock with _SPINLOCK held.
dt
1998-11-06
1
-21
/
+30
*
Implement compile time debug support instead of tracking file name and
jb
1998-06-09
1
-14
/
+15
*
Change signal model to match POSIX (i.e. one set of signal handlers
jb
1998-04-29
1
-65
/
+68
*
Enable static initialisation of mutexes and condition variables.
jb
1998-04-04
1
-4
/
+16
*
Modify the return values to comply with POSIX. Previously these
alex
1997-11-25
1
-26
/
+13
*
Correct the return value from pthread_cond_timedwait when a timeout
alex
1997-11-23
1
-1
/
+1
*
Set wakeup time in pthread_cond_wait() to `forever' (-1) to prevent
jb
1997-04-11
1
-24
/
+41
*
Submitted by: John Birrell
julian
1997-02-05
1
-2
/
+2
*
Remove now un-necessary FreeBSD specific code since our timespec
nate
1996-09-20
1
-5
/
+0
*
Submitted by: John Birrell <cimaxp1!jb@werple.net.au>
julian
1996-08-20
1
-146
/
+188
*
Reviewed by: julian
julian
1996-01-22
1
-0
/
+293