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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove 80386 bandaids from code repocopied from i386. rtld_start.S still
peter
2003-04-30
1
-78
/
+4
*
Remove redundant strlen checks, do not check the same
kan
2003-04-30
1
-23
/
+24
*
Code cleanups and sanity checking for config file parser.
mdodd
2003-04-10
1
-19
/
+52
*
Dynamic object dependency mapping: libmap.
mdodd
2003-04-07
5
-5
/
+238
*
Fix for ia64/48024 - ensure function pointer equality across elf
arun
2003-03-19
1
-52
/
+77
*
Free obj->priv field in obj_free functions. This field is NULL
kan
2003-03-14
1
-0
/
+1
*
No need to zero fill memory, mmapped anonymously. Kernel will
kan
2003-03-14
6
-15
/
+1
*
Do not remove object from the lists at the unref_dag() stage.
kan
2003-02-17
1
-8
/
+26
*
Advertize rtld(1) as ld.so(1) in manual pages world
phantom
2003-02-13
2
-1
/
+3
*
Fix a typo in rtld_dirname.
kan
2003-02-13
1
-1
/
+1
*
Implement dlinfo() function.
kan
2003-02-13
2
-32
/
+262
*
Add missing include files I forgot about in previous commit.
kan
2003-02-13
1
-0
/
+2
*
Remove /usr/lib/elf from a default search path.
kan
2003-02-13
3
-19
/
+17
*
When unloading dependencies make sure they are removed from all the
kan
2003-02-10
1
-9
/
+10
*
Change the way ELF coredumps are handled. Instead of unconditionally
dillon
2002-12-16
1
-6
/
+23
*
Uniformly refer to a file system as "file system".
ru
2002-12-12
1
-1
/
+1
*
Fix rtld to handle SPARC_R_UA{16,64} relocations correctly.
kan
2002-12-05
1
-2
/
+2
*
rtld support for PowerPC. Mostly obtained from NetBSD, with mods
grehan
2002-12-04
5
-0
/
+926
*
Put back a test for binaries with no PT_LOAD entries I over-jealosly
kan
2002-11-29
1
-0
/
+4
*
Fix the handling of high PLT entries (> 32764) on sparc64. This requires
tmm
2002-11-18
12
-213
/
+242
*
Add support for binaries with arbitrary number of PT_LOAD sections.
kan
2002-10-23
2
-45
/
+55
*
Change the symbol lookup order to search RTLD_GLOBAL objects
kan
2002-10-19
1
-12
/
+12
*
Fix a problem with RTLD_TRACE flag to dlopen(3), which sometimes can return
sobomax
2002-10-19
1
-6
/
+8
*
Use the new freebsd output format from Binutils 2.13.1.
obrien
2002-10-12
1
-2
/
+2
*
<machine/atomic.h> requires <sys/types.h>.
ru
2002-10-09
2
-2
/
+1
*
Return an error if a symbol is not found in reloc_jmpslots() instead of
tmm
2002-09-14
1
-0
/
+2
*
Fix a nasty memory corruption bug caused by having a bogus pointer
marcel
2002-08-22
1
-0
/
+8
*
Include stddef.h for NULL definition, rather than rolling our own here.
imp
2002-08-21
1
-2
/
+1
*
Add support for the R_IA64_IPLTLSB relocation in non-PLT context.
marcel
2002-08-20
1
-0
/
+30
*
Don't acquire the writer lock in rtld_exit when clearing the shared
jdp
2002-08-08
1
-2
/
+0
*
Add END markers to asm functions so that debuggers can find their size.
jake
2002-07-17
1
-1
/
+3
*
Remove the nanosleep calls from the spin loops in the locking code.
jdp
2002-07-06
5
-42
/
+7
*
The .Nm utility
charnier
2002-07-06
1
-2
/
+6
*
Update the asm statements to use the "+" modifier instead of
jdp
2002-06-24
4
-16
/
+16
*
Add needed include of mman.h to fix sparc64 buildworld.
jake
2002-06-24
1
-1
/
+3
*
The last bits of the alloca -> mmap fix. IA64 and SPARC64 (current only).
dillon
2002-06-22
2
-21
/
+58
*
This is the same alloca() fix as was committed for i386. David O'Brien
dillon
2002-06-18
1
-5
/
+17
*
Dillon's recent commits to the dynamic linker without running them
jdp
2002-06-10
1
-1
/
+0
*
Correct a bug in the last commit. The whole point of creating a 'done:'
dillon
2002-06-10
2
-6
/
+6
*
In tracking down an installation seg fault with then openoffice port
dillon
2002-06-10
2
-18
/
+42
*
Include machine/ia64_cpu.h because we use ia64_mf().
marcel
2002-05-21
1
-0
/
+1
*
Fix handling of weak references to undefined symbols on ia64:
marcel
2002-04-27
2
-29
/
+21
*
Now that local symbols aren't looked up with the symbol hash table,
marcel
2002-04-27
1
-10
/
+3
*
Don't do symbol lookups for local symbols. The symbol index in the
marcel
2002-04-27
1
-7
/
+14
*
Fix a relocation bug in the ia64 ld.so. Weak function pointers in shared
peter
2002-04-07
1
-3
/
+16
*
Minor changes to make this work on sparc64.
jake
2002-04-02
1
-33
/
+46
*
rtld support for sparc64.
jake
2002-03-13
5
-0
/
+1073
*
When searching an object that was opened with RTLD_GLOBAL, search its DAG too.
des
2002-02-27
1
-3
/
+6
*
ld-elf.so.1 assumed a few too many things about the ordering of sections
peter
2002-02-18
5
-72
/
+265
*
Add support such that if LD_TRACE_LOADED_OBJECTS_ALL is defined to a
obrien
2002-02-17
2
-2
/
+11
[next]