glibc/sysdeps/unix/sysv/linux/s390/s390-32
Siddhesh Poyarekar b5bd5bfe88 glibc.malloc.check: Wean away from malloc hooks
The malloc-check debugging feature is tightly integrated into glibc
malloc, so thanks to an idea from Florian Weimer, much of the malloc
implementation has been moved into libc_malloc_debug.so to support
malloc-check.  Due to this, glibc malloc and malloc-check can no
longer work together; they use altogether different (but identical)
structures for heap management.  This should not make a difference
though since the malloc check hook is not disabled anywhere.
malloc_set_state does, but it does so early enough that it shouldn't
cause any problems.

The malloc check tunable is now in the debug DSO and has no effect
when the DSO is not preloaded.

Reviewed-by: Carlos O'Donell <carlos@redhat.com>
Tested-by: Carlos O'Donell <carlos@redhat.com>
2021-07-22 18:38:08 +05:30
..
____longjmp_chk.c Update copyright dates with scripts/update-copyrights 2021-01-02 12:17:34 -08:00
__makecontext_ret.S Update copyright dates with scripts/update-copyrights 2021-01-02 12:17:34 -08:00
arch-syscall.h Update syscall lists for Linux 5.13 2021-07-01 17:37:36 +00:00
c++-types.data S390: Consolidate nptl/ subdirectories under linux/... 2014-06-26 09:34:34 -07:00
clone.S s390x: Align child stack while clone. [BZ #27968] 2021-06-15 16:56:39 +02:00
getcontext.S Update copyright dates with scripts/update-copyrights 2021-01-02 12:17:34 -08:00
getutent_r.c Update copyright dates with scripts/update-copyrights 2021-01-02 12:17:34 -08:00
getutent.c Update copyright dates with scripts/update-copyrights 2021-01-02 12:17:34 -08:00
getutid_r.c Update copyright dates with scripts/update-copyrights 2021-01-02 12:17:34 -08:00
getutid.c Update copyright dates with scripts/update-copyrights 2021-01-02 12:17:34 -08:00
getutline_r.c Update copyright dates with scripts/update-copyrights 2021-01-02 12:17:34 -08:00
getutline.c Update copyright dates with scripts/update-copyrights 2021-01-02 12:17:34 -08:00
getutmp.c Update copyright dates with scripts/update-copyrights 2021-01-02 12:17:34 -08:00
getutxent.c Update copyright dates with scripts/update-copyrights 2021-01-02 12:17:34 -08:00
getutxid.c Update copyright dates with scripts/update-copyrights 2021-01-02 12:17:34 -08:00
getutxline.c Update copyright dates with scripts/update-copyrights 2021-01-02 12:17:34 -08:00
glob64-lstat-compat.c posix: Add compat glob symbol to not follow dangling symbols 2017-09-25 18:04:16 -07:00
jmp_buf-macros.h Add jmp_buf-macros.h 2017-11-09 05:10:03 -08:00
kernel_stat.h linux: Set default kernel_stat.h to LFS 2021-02-11 07:58:05 -03:00
ld.abilist ld.so: Do not export free/calloc/malloc/realloc functions [BZ #25486] 2020-02-15 11:01:23 +01:00
libanl.abilist resolv: Move libanl into libc (if libpthread is in libc) 2021-07-02 11:45:00 +02:00
libBrokenLocale.abilist Ignore absolute symbols in ABI tests. 2018-05-04 15:46:32 +00:00
libc_malloc_debug.abilist glibc.malloc.check: Wean away from malloc hooks 2021-07-22 18:38:08 +05:30
libc.abilist socket: Add time64 alias for sendmsg 2021-07-21 11:58:16 +02:00
libcrypt.abilist Ignore absolute symbols in ABI tests. 2018-05-04 15:46:32 +00:00
libdl.abilist dlfcn: Move dlopen into libc 2021-06-03 08:26:04 +02:00
libm.abilist New exp10f version without SVID compat wrapper 2020-06-19 12:08:47 -03:00
libnsl.abilist Ignore absolute symbols in ABI tests. 2018-05-04 15:46:32 +00:00
libpthread.abilist nptl: Remove remaining code from libpthread 2021-05-21 22:35:01 +02:00
libresolv.abilist resolv: Move res_query functions into libc 2021-07-19 07:56:57 +02:00
librt.abilist Linux: Move timer_settime, __timer_settime64 from librt to libc 2021-06-28 09:51:01 +02:00
libthread_db.abilist Ignore absolute symbols in ABI tests. 2018-05-04 15:46:32 +00:00
libutil-compat.c login: Move libutil into libc 2021-06-30 08:43:37 +02:00
libutil.abilist login: Move libutil into libc 2021-06-30 08:43:37 +02:00
login32.c login: Move libutil into libc 2021-06-30 08:43:37 +02:00
login.c login: Move libutil into libc 2021-06-30 08:43:37 +02:00
makecontext.c Update copyright dates with scripts/update-copyrights 2021-01-02 12:17:34 -08:00
Makefile login: Move libutil into libc 2021-06-30 08:43:37 +02:00
oldglob.c posix: Fix compat glob code on s390 and alpha 2017-09-13 09:24:12 -03:00
posix_fadvise64.c Update copyright dates with scripts/update-copyrights 2021-01-02 12:17:34 -08:00
pututxline.c Update copyright dates with scripts/update-copyrights 2021-01-02 12:17:34 -08:00
register-dump.h Update copyright dates with scripts/update-copyrights 2021-01-02 12:17:34 -08:00
setcontext.S Update copyright dates with scripts/update-copyrights 2021-01-02 12:17:34 -08:00
swapcontext.S Update copyright dates with scripts/update-copyrights 2021-01-02 12:17:34 -08:00
syscall.S Update copyright dates with scripts/update-copyrights 2021-01-02 12:17:34 -08:00
syscalls.list Consolidate Linux setrlimit and getrlimit implementation 2016-11-17 15:54:22 -02:00
sysdep.h Update copyright dates with scripts/update-copyrights 2021-01-02 12:17:34 -08:00
sysdep.S Update copyright dates with scripts/update-copyrights 2021-01-02 12:17:34 -08:00
time64-compat.h y2038: Add support for 64-bit time on legacy ABIs 2021-06-15 10:42:11 -03:00
updwtmp.c Update copyright dates with scripts/update-copyrights 2021-01-02 12:17:34 -08:00
updwtmpx.c Update copyright dates with scripts/update-copyrights 2021-01-02 12:17:34 -08:00
utmp32.c Update copyright dates with scripts/update-copyrights 2021-01-02 12:17:34 -08:00
utmp32.h Update copyright dates with scripts/update-copyrights 2021-01-02 12:17:34 -08:00
utmp-compat.h Update copyright dates with scripts/update-copyrights 2021-01-02 12:17:34 -08:00
utmp-convert.h Update copyright dates with scripts/update-copyrights 2021-01-02 12:17:34 -08:00
utmpx32.c Update copyright dates with scripts/update-copyrights 2021-01-02 12:17:34 -08:00
utmpx32.h Update copyright dates with scripts/update-copyrights 2021-01-02 12:17:34 -08:00
utmpx-convert.h Update copyright dates with scripts/update-copyrights 2021-01-02 12:17:34 -08:00
Versions login: Move libutil into libc 2021-06-30 08:43:37 +02:00
vfork.S Update copyright dates with scripts/update-copyrights 2021-01-02 12:17:34 -08:00