This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository glibc.
from 533deafbdf Use O_CLOEXEC in more places (BZ #15722) new 70b9173caa hurd: Implement MAP_32BIT new 4c39333050 hurd: Only deallocate addrport when it's valid new 35b7bf2fe0 hurd: Don't attempt to deallocate MACH_PORT_DEAD new c02b26455b hurd: Implement prefer_map_32bit_exec tunable
The 4 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: sysdeps/mach/hurd/bits/mman_ext.h | 1 + sysdeps/mach/hurd/dl-sysdep.c | 15 ++++++++++---- sysdeps/mach/hurd/mmap.c | 22 ++++++++++++++------- sysdeps/mach/hurd/recv.c | 3 ++- sysdeps/mach/hurd/recvfrom.c | 3 ++- sysdeps/mach/hurd/recvmsg.c | 3 ++- sysdeps/mach/hurd/sendmsg.c | 5 +++-- sysdeps/mach/hurd/sendto.c | 2 +- sysdeps/unix/sysv/linux/x86_64/64/Makefile | 23 ---------------------- sysdeps/{unix/sysv/linux => }/x86_64/64/Makefile | 3 --- .../sysv/linux => }/x86_64/64/dl-tunables.list | 0 .../sysv/linux => }/x86_64/64/tst-map-32bit-1a.c | 0 .../sysv/linux => }/x86_64/64/tst-map-32bit-1b.c | 0 .../sysv/linux => }/x86_64/64/tst-map-32bit-mod.c | 0 14 files changed, 37 insertions(+), 43 deletions(-) copy sysdeps/{unix/sysv/linux => }/x86_64/64/Makefile (92%) rename sysdeps/{unix/sysv/linux => }/x86_64/64/dl-tunables.list (100%) rename sysdeps/{unix/sysv/linux => }/x86_64/64/tst-map-32bit-1a.c (100%) rename sysdeps/{unix/sysv/linux => }/x86_64/64/tst-map-32bit-1b.c (100%) rename sysdeps/{unix/sysv/linux => }/x86_64/64/tst-map-32bit-mod.c (100%)