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
/
libkse
/
thread
/
thr_spec.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
To be consistent, use the __weak_reference macro from <sys/cdefs.h>
deischen
2001-04-10
1
-4
/
+4
*
Add weak definitions for wrapped system calls. In general:
deischen
2001-01-24
1
-23
/
+28
*
-Wall and minor style(9) cleanups.
deischen
1999-12-28
1
-1
/
+1
*
$Id$ -> $FreeBSD$
peter
1999-08-28
1
-1
/
+1
*
Add RCS IDs to those files without them.
deischen
1999-08-05
1
-1
/
+2
*
- Fixed bug where we NULL'd before we freed the data causing a memory leak.
nate
1999-05-14
1
-1
/
+1
*
NULL a pointer after it is freed to avoid trying to free it again.
jb
1998-09-30
1
-0
/
+2
*
Implement compile time debug support instead of tracking file name and
jb
1998-06-09
1
-22
/
+17
*
Simplify the handling of thread specific data. Only track if a key
jb
1998-06-06
1
-45
/
+33
*
Remove some stale code.
jb
1998-05-31
1
-1
/
+1
*
Change signal model to match POSIX (i.e. one set of signal handlers
jb
1998-04-29
1
-66
/
+44
*
Modify the return values to comply with POSIX. Previously these
alex
1997-11-25
1
-1
/
+0
*
Submitted by: John Birrell
julian
1997-02-05
1
-1
/
+1
*
Make pthread_getspecific() compliant with the final IEEE pthreads
hsu
1996-11-11
1
-9
/
+9
*
Submitted by: John Birrell <cimaxp1!jb@werple.net.au>
julian
1996-08-20
1
-10
/
+10
*
Reviewed by: julian
julian
1996-01-22
1
-0
/
+237