This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository glibc.
from 36231bee7a hurd TIOCFLUSH: Cope BSD 4.1 semantic new 6c57d32048 sysconf: Add _SC_MINSIGSTKSZ/_SC_SIGSTKSZ [BZ #20305] new fd4405747c hurd TIOCFLUSH: fix fixing argument
The 2 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: NEWS | 5 ++ bits/confname.h | 8 ++- bits/sigstksz.h | 21 ++++++ elf/dl-support.c | 5 ++ elf/dl-sysdep.c | 9 +++ include/bits/sigstack.h | 5 ++ include/bits/sigstksz.h | 7 ++ include/features.h | 11 +++ manual/conf.texi | 21 ++++++ manual/creature.texi | 6 ++ posix/sysconf.c | 3 + signal/Makefile | 5 +- signal/signal.h | 1 + signal/tst-minsigstksz-5.c | 84 ++++++++++++++++++++++ sysdeps/generic/ldsodefs.h | 3 + sysdeps/mach/hurd/ioctl.c | 4 +- sysdeps/unix/sysv/linux/bits/sigstksz.h | 33 +++++++++ sysdeps/unix/sysv/linux/ia64/sysconf-sigstksz.h | 27 +++++++ sysdeps/unix/sysv/linux/sysconf-sigstksz.h | 38 ++++++++++ sysdeps/unix/sysv/linux/sysconf.c | 9 +++ sysdeps/unix/sysv/linux/x86/dl-minsigstacksize.h | 83 +++++++++++++++++++++ .../unix/sysv/linux/x86/include/bits/sigstack.h | 5 ++ sysdeps/x86/cpu-features.c | 3 + sysdeps/x86/dl-minsigstacksize.h | 27 +++++++ 24 files changed, 418 insertions(+), 5 deletions(-) create mode 100644 bits/sigstksz.h create mode 100644 include/bits/sigstack.h create mode 100644 include/bits/sigstksz.h create mode 100644 signal/tst-minsigstksz-5.c create mode 100644 sysdeps/unix/sysv/linux/bits/sigstksz.h create mode 100644 sysdeps/unix/sysv/linux/ia64/sysconf-sigstksz.h create mode 100644 sysdeps/unix/sysv/linux/sysconf-sigstksz.h create mode 100644 sysdeps/unix/sysv/linux/x86/dl-minsigstacksize.h create mode 100644 sysdeps/unix/sysv/linux/x86/include/bits/sigstack.h create mode 100644 sysdeps/x86/dl-minsigstacksize.h