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_private.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fixes for signal handling:
deischen
1999-12-17
1
-1
/
+3
*
Change signal handling to conform to POSIX specified semantics.
deischen
1999-12-04
1
-2
/
+6
*
* Fix the stack allocation code so that it works for alpha. Change it
dfr
1999-11-28
1
-1
/
+3
*
add pthread_cancel, obtained from OpenBSD.
alfred
1999-11-28
1
-6
/
+27
*
sigset_t change (part 5 of 5)
marcel
1999-09-29
1
-5
/
+5
*
$Id$ -> $FreeBSD$
peter
1999-08-28
1
-1
/
+1
*
Fix thread initialization to allow for the case where stdio file
deischen
1999-08-05
1
-3
/
+3
*
Use USRSTACK (defined in <machine/vmparam.h>) to get top of the initial stack.
dt
1999-07-12
1
-13
/
+2
*
Modify previous changes to conform better to libc_r's coding style.
jasone
1999-07-11
1
-5
/
+9
*
Always use growable thread stacks on the i386. The VM_STACK kernel option
jasone
1999-07-06
1
-14
/
+10
*
Use growable stacks for thread stacks that are the default stack size.
jasone
1999-07-05
1
-2
/
+44
*
In the words of the author:
jb
1999-06-20
1
-88
/
+169
*
Added a missing comma to the static condition variable initialisation
jb
1999-05-24
1
-1
/
+1
*
Fix a problem with static initialisation of mutexes and condition
jb
1999-05-23
1
-2
/
+3
*
[ The author's description... ]
jb
1999-03-23
1
-21
/
+214
*
Increase the size of private thread flags so that the test for a
jb
1999-01-15
1
-1
/
+1
*
Close a window between unlocking a spinlock and changing the thread state.
jb
1998-11-15
1
-0
/
+2
*
- Fix the debug macros.
jb
1998-09-30
1
-4
/
+21
*
Implement pthread read/write locks as defined by Version 2 of the Single
alex
1998-09-07
1
-0
/
+12
*
Add compile time thread lock debug support.
jb
1998-06-09
1
-6
/
+21
*
Re-design the thread specific key structure.
jb
1998-06-06
1
-3
/
+2
*
Change signal model to match POSIX (i.e. one set of signal handlers
jb
1998-04-29
1
-32
/
+51
*
Change the FILE locking to be by FILE, not by the underlying fd as
jb
1998-04-11
1
-2
/
+9
*
Rename static initializer defines for opaque structures so that the
jb
1998-04-04
1
-2
/
+2
*
Add a magic field to the pthread structure to help recognize valid
jb
1998-04-03
1
-1
/
+8
*
Add sched_yield() witch is the draft 10 equivalent of pthread_yield()
jb
1998-03-08
1
-22
/
+8
*
remove prototype for nanosleep(), it's visible in unistd.h now.
peter
1997-05-12
1
-1
/
+0
*
Submitted by: John Birrell
julian
1997-02-05
1
-19
/
+40
*
Moved enum pthread_mutextype to pthread.h.
hsu
1996-11-11
1
-6
/
+8
*
Submitted by: John Birrell <cimaxp1!jb@werple.net.au>
julian
1996-08-20
1
-8
/
+140
*
Reviewed by: julian
julian
1996-01-22
1
-0
/
+629