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_create.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
$Id$ -> $FreeBSD$
peter
1999-08-28
1
-1
/
+1
*
Add RCS IDs to those files without them.
deischen
1999-08-05
1
-2
/
+2
*
Fix a couple more coding style nits.
jasone
1999-07-11
1
-2
/
+2
*
Modify previous changes to conform better to libc_r's coding style.
jasone
1999-07-11
1
-35
/
+56
*
Always use growable thread stacks on the i386. The VM_STACK kernel option
jasone
1999-07-06
1
-4
/
+2
*
Use growable stacks for thread stacks that are the default stack size.
jasone
1999-07-05
1
-1
/
+57
*
In the words of the author:
jb
1999-06-20
1
-22
/
+16
*
[ The author's description... ]
jb
1999-03-23
1
-10
/
+30
*
Fix some bugs in pthread scheduler:
dt
1998-10-09
1
-0
/
+3
*
Move the cleanup code that frees memory allocated for a dead thread from
jb
1998-09-30
1
-0
/
+16
*
Change signal model to match POSIX (i.e. one set of signal handlers
jb
1998-04-29
1
-122
/
+27
*
Change the FILE locking to be by FILE, not by the underlying fd as
jb
1998-04-11
1
-0
/
+7
*
Move the magic field initialisation to a place when it is more magic.
jb
1998-04-04
1
-6
/
+7
*
Add a magic field to the pthread structure to help recognize valid
jb
1998-04-03
1
-0
/
+6
*
Add FreeBSD/Alpha code to initialise a jmpbuf for a created thread.
jb
1998-03-09
1
-3
/
+19
*
Fixes from Jeremy Allison and Terry Lambert for pthreads:
julian
1998-02-13
1
-1
/
+2
*
Submitted by: John Birrell
julian
1997-02-05
1
-3
/
+3
*
Submitted by: John Birrell <cimaxp1!jb@werple.net.au>
julian
1996-08-20
1
-9
/
+12
*
Reviewed by: julian
julian
1996-01-22
1
-0
/
+277