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
/
libexec
/
rtld-elf
/
rtld_lock.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
MFC r311886:
kib
2017-01-24
1
-24
/
+29
*
MFC r311879:
kib
2017-01-17
1
-4
/
+4
*
Change compiler setting to make default visibility of the symbols for
kib
2015-03-29
1
-0
/
+4
*
Right now, the rtld prefork hook locks the rtld bind lock in the read
kib
2014-05-24
1
-1
/
+15
*
Rtld links with the specially built pic static libc library to get some
kib
2011-08-24
1
-2
/
+0
*
Use sigsetjmp/siglongjmp with disabled signal mask access for
kib
2011-02-09
1
-1
/
+1
*
Implement support for ELF filters in rtld. Both normal and auxillary
kib
2010-12-25
1
-25
/
+77
*
Prefer <sys/param.h> to <machine/param.h> for the definition of
rwatson
2009-04-20
1
-1
/
+1
*
Explicitly include machine/param.h for CACHE_LINE_SIZE.
rwatson
2009-04-19
1
-0
/
+2
*
Add two rtld exported symbols, _rtld_atfork_pre and _rtld_atfork_post.
kib
2008-11-27
1
-0
/
+16
*
Allow multiple locks to be acquired by detecting corresponding
davidxu
2008-09-16
1
-2
/
+2
*
Fix the problem with the C++ exception handling for the multithreaded
kib
2008-05-06
1
-1
/
+2
*
Use u_int for variable manipulated by atomic ops to match atomic
kan
2007-04-03
1
-1
/
+1
*
Remove 80386 support from the ELF run time linker.
jhb
2004-11-16
1
-19
/
+0
*
Consistently use __inline instead of __inline__ as the former is an empty macro
stefanf
2004-07-04
1
-2
/
+2
*
Allow threading libraries to register their own locking
kan
2003-05-29
1
-0
/
+336