freebsd-nq/libexec/rtld-elf
Konstantin Belousov 5b7a7b02b8 Fix ia64 build after r233655.
MFC after:	1 week
2012-03-29 17:50:01 +00:00
..
amd64 Fix several problems with our ELF filters implementation. 2012-03-20 13:20:49 +00:00
arm Fix several problems with our ELF filters implementation. 2012-03-20 13:20:49 +00:00
i386 Fix several problems with our ELF filters implementation. 2012-03-20 13:20:49 +00:00
ia64 Use xmalloc() instead of malloc() in the places where malloc() calls 2012-03-22 14:20:51 +00:00
mips Before jumping to application's entry point set ra == pc in order 2012-03-23 17:54:06 +00:00
powerpc Fix several problems with our ELF filters implementation. 2012-03-20 13:20:49 +00:00
powerpc64 Use xmalloc() instead of malloc() in the places where malloc() calls 2012-03-22 14:20:51 +00:00
sparc64 Fix several problems with our ELF filters implementation. 2012-03-20 13:20:49 +00:00
debug.c
debug.h
libmap.c Rtld on diet 3. 2012-03-14 15:39:59 +00:00
libmap.h
Makefile Remove libssp_nonshared from the rtld linking set. The only use for the 2012-03-24 19:14:44 +00:00
malloc.c Remove the fragments which are not needed on FreeBSD. The caltech 2012-03-22 14:11:10 +00:00
map_object.c Remove write-only variable. 2012-03-16 19:09:34 +00:00
rtld_lock.c
rtld_lock.h
rtld_printf.c Remove the use of toupper() from rtld_printf.c. Use of the libc function 2012-03-09 16:21:40 +00:00
rtld_printf.h
rtld_tls.h
rtld.1
rtld.c Fix ia64 build after r233655. 2012-03-29 17:50:01 +00:00
rtld.h Prevent rtld_verify_object_versions() from being called several times 2012-03-27 14:10:15 +00:00
Symbol.map
xmalloc.c Implement xstrdup() using strlen()/xmalloc()/memcpy() already 2012-03-23 12:04:44 +00:00