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
/
powerpc
Commit message (
Expand
)
Author
Age
Files
Lines
*
Additional icache paranoia: non-PLT relocations can modify the text segment.
nwhitehorn
2011-12-17
1
-0
/
+4
*
Fix RTLD on PowerPC after r228435. Changing the order of init_pltgot()
nwhitehorn
2011-12-17
1
-4
/
+11
*
Add support for STT_GNU_IFUNC and R_MACHINE_IRELATIVE GNU extensions to
kib
2011-12-12
1
-0
/
+15
*
When loading dso without PT_GNU_STACK phdr, only call
kib
2011-01-25
1
-0
/
+3
*
Mark rtld on PowerPC as not requiring executable stack.
kib
2011-01-14
1
-1
/
+1
*
Implement support for ELF filters in rtld. Both normal and auxillary
kib
2010-12-25
1
-17
/
+20
*
Fix two subtle problems in PPC32 RTLD. The first is a concurrency issue
nwhitehorn
2010-10-04
1
-2
/
+5
*
Only use the cache after the early stage of loading. This is
rdivacky
2010-05-18
1
-8
/
+4
*
Support the extended PLT format used when objects have more than 8192
nwhitehorn
2010-02-22
3
-25
/
+67
*
Now that the kernel defines CACHE_LINE_SIZE in machine/param.h, use
rwatson
2009-04-19
1
-2
/
+0
*
Include an extra header to get a function prototype.
jb
2007-11-19
1
-0
/
+1
*
Unbreak the dynamic linker by not creating a cache for rtld-elf
marcel
2007-07-15
1
-2
/
+6
*
o Fix the static TLS relocation. We were subtracting the size of
marcel
2006-09-01
1
-2
/
+2
*
Implement ELF symbol versioning using GNU semantics. This code aims
kan
2005-12-18
1
-1
/
+3
*
Remove these unused files before any other archs include the same bogus
jhb
2004-11-12
1
-169
/
+0
*
Implement TLS relocations for powerpc.
ssouhlal
2004-11-02
2
-3
/
+73
*
Add stubs for powerpc TLS.
dfr
2004-08-04
2
-0
/
+41
*
Allow threading libraries to register their own locking
kan
2003-05-29
3
-36
/
+34
*
No need to zero fill memory, mmapped anonymously. Kernel will
kan
2003-03-14
1
-5
/
+1
*
rtld support for PowerPC. Mostly obtained from NetBSD, with mods
grehan
2002-12-04
5
-0
/
+926