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
/
libc_r
/
uthread
/
uthread_mutex.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Really set the flags for a private mutex (used by libc/libc_r).
deischen
2001-02-26
1
-2
/
+5
*
Add weak definitions for wrapped system calls. In general:
deischen
2001-01-24
1
-173
/
+266
*
Change a "while {}" loop to a "do {} while" to allow it to be
deischen
2000-11-20
1
-3
/
+3
*
Don't needlessly poll file descriptors when there are no
deischen
2000-11-09
1
-11
/
+24
*
At the beginning of pthread_mutex_lock(), call _thread_init() if
jdp
2000-11-01
1
-0
/
+3
*
Implement zero system call thread switching. Performance of
deischen
2000-10-13
1
-16
/
+48
*
Fix an off-by-one error in the recursive mutex handling that made it
alfred
2000-08-13
1
-3
/
+3
*
pthread_mutex_lock(), pthread_cond_trywait(), and pthread_cond_wait() are
jasone
2000-06-14
1
-13
/
+39
*
Fix pthread_suspend_np/pthread_resume_np. For the record, suspending a
deischen
2000-03-15
1
-1
/
+3
*
Implement continuations to correctly handle [sig|_]longjmp() inside of a
jasone
2000-01-19
1
-5
/
+3
*
Track libc's three-tier symbol naming. libc_r must currently implement
jasone
2000-01-12
1
-2
/
+2
*
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
-3
/
+44
*
$Id$ -> $FreeBSD$
peter
1999-08-28
1
-1
/
+1
*
In the words of the author:
jb
1999-06-20
1
-72
/
+120
*
Fix a problem with static initialisation of mutexes and condition
jb
1999-05-23
1
-0
/
+18
*
[ The author's description... ]
jb
1999-03-23
1
-187
/
+1071
*
Add support for pthread_mutexattr_settype(). As a side effect of
eivind
1998-11-28
1
-20
/
+47
*
Close a window between unlocking a spinlock and changing the thread state.
jb
1998-11-15
1
-10
/
+8
*
Removed unused variables.
alex
1998-09-07
1
-1
/
+0
*
A style fix for my previous commit.
alex
1998-08-02
1
-1
/
+1
*
Fixed a race condition during the first lock/trylock of a statically
alex
1998-08-02
1
-4
/
+21
*
Implement compile time debug support instead of tracking file name and
jb
1998-06-09
1
-12
/
+14
*
Change signal model to match POSIX (i.e. one set of signal handlers
jb
1998-04-29
1
-65
/
+47
*
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
-32
/
+16
*
Submitted by: John Birrell
julian
1997-02-05
1
-8
/
+8
*
Submitted by: John Birrell <cimaxp1!jb@werple.net.au>
julian
1996-08-20
1
-216
/
+249
*
Reviewed by: julian
julian
1996-01-22
1
-0
/
+360