freebsd-nq/libexec/rtld-elf
Konstantin Belousov 3cac4083ef rtld_malloc.c: cleanup morepages().
Use roundup2() and rounddown2() instead of inlining them.
Get rid of the fd local variable, use literal -1 for the mmap argument.
Use MAP_FAILED as mmap(2) failure indicator.
After that, apply some style.

Sponsored by:	The FreeBSD Foundation
MFC after:	1 week
2019-05-16 13:13:33 +00:00
..
aarch64
amd64
arm rtld: attempt to fix reloc_nonplt_object TLS allocation 2019-03-29 14:35:23 +00:00
i386 rtld: pacify -Wmaybe-uninitialized from gcc6 2019-02-01 23:16:59 +00:00
mips rtld: attempt to fix reloc_non_plt TLS allocation on MIPS 2019-03-29 15:07:00 +00:00
powerpc
powerpc64
riscv
sparc64
tests
debug.c
debug.h ld-elf.so: make LD_DEBUG always functional. 2019-04-14 18:04:53 +00:00
libmap.c
libmap.conf
libmap.h
Makefile ld-elf.so: make LD_DEBUG always functional. 2019-04-14 18:04:53 +00:00
Makefile.depend
map_object.c
paths.h
rtld_lock.c
rtld_lock.h
rtld_malloc.c rtld_malloc.c: cleanup morepages(). 2019-05-16 13:13:33 +00:00
rtld_malloc.h
rtld_printf.c
rtld_printf.h
rtld_tls.h
rtld_utrace.h
rtld.1
rtld.c Switch to use shared vnode locks for text files during image activation. 2019-05-05 11:20:43 +00:00
rtld.h Fix initial exec TLS mode for dynamically loaded shared objects. 2019-03-29 17:52:57 +00:00
Symbol.map
xmalloc.c