index
:
glibc
master
[no description]
Dyson
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
elf
/
dl-load.c
Age
Commit message (
Expand
)
Author
Files
Lines
2012-10-20
Retry read in ld.so if the entire ELF header is not read in
Siddhesh Poyarekar
1
-2
/
+12
2012-10-03
Clean up conditionalize of ld.so.cache support.
Roland McGrath
1
-5
/
+7
2012-10-02
Use ElfW(Off) rather than off_t for offsets within ELF files.
Roland McGrath
1
-2
/
+2
2012-08-15
Fix dl-load.c for [!_LIBC_REENTRANT] case.
Roland McGrath
1
-0
/
+2
2012-07-27
Add SystemTap static probes to the runtime linker. [BZ #14298]
Gary Benson
1
-3
/
+6
2012-04-11
New ld.so argument --inhibit-ldcache to disable ld.so.cache lookup
Siddhesh Poyarekar
1
-2
/
+3
2012-02-09
Replace FSF snail mail address with URLs.
Paul Eggert
1
-3
/
+2
2011-10-07
elf/dl-load.c: Avoid warning
Marek Polacek
1
-1
/
+1
2011-09-08
Fix crash during error handling
Andreas Schwab
1
-1
/
+1
2011-09-08
Use O_CLOEXEC when loading objects in ld.so
Ulrich Drepper
1
-1
/
+1
2011-09-07
Fix memory leak in case of failed dlopen
Ulrich Drepper
1
-0
/
+2
2011-08-12
Better check for last patch
Ulrich Drepper
1
-1
/
+1
2011-08-12
Better debug information from ld.so
Ulrich Drepper
1
-3
/
+5
2011-05-11
Fix up testing for valid $ORIGIN use
Ulrich Drepper
1
-16
/
+32
2011-05-07
Allow $ORIGIN to reference trusted directoreis in SUID binaries.
Ulrich Drepper
1
-31
/
+93
2011-04-09
Don't leave empty element in rpath when skipping an element
Andreas Schwab
1
-6
/
+18
2011-03-06
Fix loading first object along a path when tracing.
Ulrich Drepper
1
-1
/
+3
2011-02-25
Fix memory leak in dlopen with RTLD_NOLOAD.
Andreas Schwab
1
-0
/
+2
2010-12-19
Make PowerPC64 default to nonexecutable stack
Ryan S. Arnold
1
-2
/
+4
2010-10-26
Fix concurrency problem between dl_open and dl_iterate_phdr
Andreas Krebbel
1
-17
/
+11
2010-10-24
Require suid bit on audit objects in privileged programs
Andreas Schwab
1
-9
/
+11
2010-09-15
Don't try to free rpath strings allocated during startup
Andreas Schwab
1
-3
/
+0
2010-05-03
Don't deadlock in __dl_iterate_phdr while (un)loading objects.
Andreas Schwab
1
-0
/
+3
2010-03-18
Future safety in checking ELF header.
Ulrich Drepper
1
-2
/
+8
2010-03-16
Extended ELF ABI version handling only for Linux.
Ulrich Drepper
1
-3
/
+5
2010-03-15
Implement handling of libc ABI in ELF header.
Ulrich Drepper
1
-2
/
+4
2010-02-24
Fix comment.
Ulrich Drepper
1
-7
/
+7
2009-10-07
Fix descriptor leak when calling dlopen with RTLD_NOLOAD
Andreas Schwab
1
-3
/
+6
2009-04-26
* sysdeps/unix/sysv/linux/dl-osinfo.h (dl_fatal): Remove inline
Ulrich Drepper
1
-1
/
+2
2009-04-01
* elf/dl-open.c: Keep track of used name spaces and only iterate over
Ulrich Drepper
1
-1
/
+1
2009-03-31
* elf/dl-load.c: Remove support for systems without MAP_ANON.
Ulrich Drepper
1
-9
/
+1
2009-03-16
[BZ #9733]
Ulrich Drepper
1
-1
/
+2
2009-02-10
* elf/dl-load.c (open_verify): In case VALID_ELF_HEADER is
Ulrich Drepper
1
-1
/
+3
2008-07-26
* sunrpc/clnt_udp.c (__libc_clntudp_bufcreate): Namespace cleanup.
Ulrich Drepper
1
-10
/
+1
2007-10-28
[BZ #5222]
Ulrich Drepper
1
-1
/
+1
2007-08-03
* intl/dcigettext.c (_nl_find_msg): Free encoding if __gconv_open
Ulrich Drepper
1
-0
/
+1
2007-07-12
[BZ #4775, BZ #4776]
Ulrich Drepper
1
-3
/
+6
2007-06-30
(open_verify): Find .note.ABI-tag notes even in PT_NOTE segments with multipl...
Ulrich Drepper
1
-6
/
+23
2007-06-19
* sysdeps/generic/ldsodefs.h (rtld_global): Reorder some elements
Ulrich Drepper
1
-1
/
+4
2007-01-11
[BZ #2510, BZ #2830, BZ #3137, BZ #3313, BZ #3426, BZ #3465, BZ #3480, BZ #34...
Ulrich Drepper
1
-13
/
+5
2007-07-31
.
Jakub Jelinek
1
-5
/
+13
2006-11-09
* elf/dl-debug.c (_dl_debug_initialize): Check r->r_map for 0
Ulrich Drepper
1
-19
/
+12
2006-10-28
* configure.in: Require assembler support for visibility, compiler
Ulrich Drepper
1
-3
/
+2
2006-10-27
USE_TLS support is now default.
Ulrich Drepper
1
-6
/
+2
2006-10-27
* elf/dl-lookup.c (_dl_debug_bindings): Remove unised symbol_scope
Ulrich Drepper
1
-4
/
+4
2006-10-10
Jakub Jelinek <jakub@redhat.com>
Ulrich Drepper
1
-4
/
+4
2006-08-29
* elf/dl-load.c (_dl_init_paths): Expand DSTs.
Ulrich Drepper
1
-1
/
+19
2006-06-27
* elf/dl-load.c (open_path): Fix test to determine whether DSO is
Ulrich Drepper
1
-1
/
+1
2006-06-27
* elf/dl-load.c (_dl_map_object): Try harder to avoid looking at
Ulrich Drepper
1
-13
/
+22
2006-05-10
* posix/wordexp.c (w_addword): Free word if realloc fails and it
Ulrich Drepper
1
-1
/
+8
[next]