This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository glibc.
from 09b3821222 time: Fix strftime(3) API regarding nullability new d8ee5d614b hurd: Make exception subcode a long new 71232da3b3 hurd: Remove __hurd_threadvar_stack_{offset,mask} new 226f1f8a94 hurd: Swap around two function calls new 6a73ea505b hurd: Fix file name in #error new 543f0cfc9a hurd: Disable O_TRUNC and FS_RETRY_MAGICAL in rtld new 05024b52a4 hurd: Fix _hurd_setup_sighandler () signature new 589bcfdeef stdio-common: Fix building when !IS_IN (libc) new af2942cc62 mach, hurd: Drop __libc_lock_self0 new 0001a23f7a hurd: More 64-bit integer casting fixes new b43cb67457 hurd: Move rtld-strncpy-c.c out of mach/hurd/ new a1fbae7527 hurd: Use uintptr_t for register values in trampoline.c new d8b69e89d8 hurd: Move a couple of signal-related files to x86 new fb9e7f6732 htl: Add tcb-offsets.sym for x86_64 new 8d873a4904 x86_64: Add rtld-stpncpy & rtld-strncpy new e0bbae0062 htl: Implement thread_set_pcsptp for x86_64 new 20427b8f23 hurd: Implement _hurd_longjmp_thread_state for x86_64 new 17841fa7d4 hurd: Add vm_param.h for x86_64 new 7b3d8558d9 hurd: Microoptimize _hurd_self_sigstate ()
The 18 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: hurd/Versions | 5 -- hurd/catch-exc.c | 2 +- hurd/hurd/signal.h | 13 +++-- hurd/hurd/threadvar.h | 15 ------ hurd/hurdfault.c | 10 ++-- hurd/longjmp-ts.c | 2 +- hurd/lookup-retry.c | 7 ++- hurd/trampoline.c | 10 ++-- stdio-common/_itoa.c | 2 + .../hurd => }/i386/i686/multiarch/rtld-strncpy-c.c | 0 sysdeps/mach/hurd/Versions | 7 +-- sysdeps/mach/hurd/_Fork.c | 20 +------ sysdeps/mach/hurd/cthreads.c | 4 -- sysdeps/mach/hurd/i386/libc.abilist | 2 - sysdeps/mach/hurd/i386/trampoline.c | 13 +++-- sysdeps/mach/hurd/ioctl.c | 4 +- sysdeps/mach/hurd/{i386 => x86}/exc2signal.c | 0 sysdeps/mach/hurd/x86/init-first.c | 7 +-- sysdeps/mach/hurd/{i386 => x86}/signal-defines.sym | 0 .../mach/hurd/{i386 => x86_64}/htl/pt-machdep.c | 61 +++++++++------------- sysdeps/mach/hurd/{i386 => x86_64}/longjmp-ts.c | 18 ++++--- sysdeps/mach/hurd/{i386 => x86_64}/vm_param.h | 8 +-- sysdeps/mach/libc-lock.h | 3 +- sysdeps/{i386 => x86_64}/htl/Makefile | 0 sysdeps/{i386 => x86_64}/htl/tcb-offsets.sym | 0 .../multiarch/{rtld-memset.S => rtld-stpncpy.S} | 2 +- .../multiarch/{rtld-memset.S => rtld-strncpy.S} | 2 +- 27 files changed, 84 insertions(+), 133 deletions(-) rename sysdeps/{mach/hurd => }/i386/i686/multiarch/rtld-strncpy-c.c (100%) rename sysdeps/mach/hurd/{i386 => x86}/exc2signal.c (100%) rename sysdeps/mach/hurd/{i386 => x86}/signal-defines.sym (100%) copy sysdeps/mach/hurd/{i386 => x86_64}/htl/pt-machdep.c (53%) copy sysdeps/mach/hurd/{i386 => x86_64}/longjmp-ts.c (73%) copy sysdeps/mach/hurd/{i386 => x86_64}/vm_param.h (88%) copy sysdeps/{i386 => x86_64}/htl/Makefile (100%) copy sysdeps/{i386 => x86_64}/htl/tcb-offsets.sym (100%) copy sysdeps/x86_64/multiarch/{rtld-memset.S => rtld-stpncpy.S} (97%) copy sysdeps/x86_64/multiarch/{rtld-memset.S => rtld-strncpy.S} (97%)