This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch sthibaul/hurd-builds in repository glibc.
from 8e448310d7 Fix integer overflows in internal memalign and malloc functi [...] new 902d7abaf9 t/fcntl-internal.h new 216d758170 t/verify.h new 9b4b153b5b t/pagesize new 7d59b281cc t/_dl_random new 1d53efdf4a t/gscope new b3e58a16a7 t/grantpt new c6c9691d42 t/extern_inline new c1d1e66302 t/timer_routines new f38fb56ed1 t/libpthread_depends new e9707e448f t/posix_thread new eadfb402d8 t/no-hp-timing new 787fc35a7e t/allocalim new b80d1fdbcd t/gai_misc new 1dc344b396 t/tlsdesc.sym new 3209623066 t/tls new d0dfa61758 t2.25/tls
The 16 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: csu/libc-start.c | 2 + elf/dl-support.c | 3 +- elf/rtld.c | 2 +- hurd/Versions | 6 ++ hurd/fcntl-internal.h | 60 +++++++++++ hurd/hurdfault.c | 2 + hurd/hurdsig.c | 2 + include/errno.h | 14 +-- include/verify.h | 140 +++++++++++++++++++++++++ mach/mach.h | 3 + mach/setup-thread.c | 30 +++++- nscd/Depend | 1 + resolv/Depend | 1 + rt/Depend | 1 + sysdeps/generic/ldsodefs.h | 1 + sysdeps/generic/thread_state.h | 1 + sysdeps/mach/hurd/Makefile | 4 + sysdeps/mach/hurd/bits/local_lim.h | 9 ++ sysdeps/mach/hurd/bits/posix_opt.h | 42 +++++--- sysdeps/mach/hurd/dl-sysdep.c | 2 + sysdeps/mach/hurd/fork.c | 7 +- sysdeps/mach/hurd/gai_misc.h | 44 ++++++++ sysdeps/{generic => mach/hurd}/hp-timing.h | 14 +-- sysdeps/mach/hurd/i386/init-first.c | 59 +++++++---- sysdeps/mach/hurd/i386/tls.h | 58 ++++++++-- sysdeps/{ => mach/hurd}/i386/tlsdesc.sym | 4 +- sysdeps/mach/hurd/i386/trampoline.c | 2 +- sysdeps/mach/hurd/libc-lock.h | 3 + sysdeps/mach/hurd/profil.c | 2 + sysdeps/mach/hurd/ptsname.c | 18 +++- sysdeps/mach/hurd/setitimer.c | 3 +- sysdeps/{generic => mach/hurd}/sysdep-cancel.h | 7 +- sysdeps/mach/hurd/tls.h | 13 +++ sysdeps/mach/i386/thread_state.h | 11 +- sysdeps/mach/thread_state.h | 3 + sysdeps/pthread/allocalim.h | 7 +- sysdeps/pthread/timer_routines.c | 10 +- 37 files changed, 516 insertions(+), 75 deletions(-) create mode 100644 hurd/fcntl-internal.h create mode 100644 include/verify.h create mode 100644 sysdeps/mach/hurd/gai_misc.h copy sysdeps/{generic => mach/hurd}/hp-timing.h (76%) copy sysdeps/{ => mach/hurd}/i386/tlsdesc.sym (79%) copy sysdeps/{generic => mach/hurd}/sysdep-cancel.h (56%)