This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository glibc.
from ce79740bdb Reduce value of LD_HWCAP_MASK for tst-env-setuid test case new a7fbedff76 Correct comments in x86_64/multiarch/memcmp.S new 88499a87ce posix: Consolidate Linux pause syscall new ebfdb12bf0 posix: Consolidate Linux waitpid syscall new 3d0ad5a8df posix: Consolidate Linux nanosleep syscall new 2de15b61e9 linux: Consolidate Linux tee implementation new b3b00aa8b0 posix: Consolidate Linux sigsuspend implementation new 3c9399f507 posix: Consolidate Linux msync syscall new 51209cbf51 posix: Consolidate Linux fdatasync syscall new fdbb0d98ba posix: Consolidate Linux fsync syscall new ecade1cb0b linux: Consolidate Linux vmsplice syscall new afbbc18f9e linux: Consolidate Linux splice syscall new a5a34d2eaf linux: Consolidate Linux open_by_handle_at syscall new a5fdd30597 posix: Consolidate Linux mq_timedreceive syscall new 332e01c627 posix: Consolidate Linux mq_timedsend syscall
The 14 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: ChangeLog | 94 ++++++++++++++++++++++ misc/Makefile | 6 ++ nptl/Makefile | 5 ++ posix/Makefile | 2 +- rt/Makefile | 2 + sysdeps/unix/syscalls.list | 2 - sysdeps/unix/sysv/linux/Makefile | 4 +- sysdeps/unix/sysv/linux/arm/localplt.data | 1 - .../unix/sysv/linux/{sigsuspend.c => fdatasync.c} | 19 ++--- sysdeps/unix/sysv/linux/{sigsuspend.c => fsync.c} | 18 ++--- sysdeps/unix/sysv/linux/i386/syscalls.list | 1 - sysdeps/unix/sysv/linux/m68k/syscalls.list | 1 - .../sysv/linux/{sigsuspend.c => mq_timedreceive.c} | 28 +++---- .../sysv/linux/{sigsuspend.c => mq_timedsend.c} | 25 +++--- sysdeps/unix/sysv/linux/{sigsuspend.c => msync.c} | 18 ++--- .../unix/sysv/linux/{sigsuspend.c => nanosleep.c} | 22 +++-- .../{alpha/sigsuspend.S => open_by_handle_at.c} | 33 ++++---- sysdeps/unix/sysv/linux/{generic => }/pause.c | 18 ++--- sysdeps/unix/sysv/linux/powerpc/syscalls.list | 3 - sysdeps/unix/sysv/linux/sh/syscalls.list | 2 - sysdeps/unix/sysv/linux/sigsuspend.c | 4 - sysdeps/unix/sysv/linux/sparc/kernel-features.h | 4 + sysdeps/unix/sysv/linux/sparc/sparc64/Makefile | 5 -- sysdeps/unix/sysv/linux/sparc/sparc64/pause.c | 9 --- sysdeps/unix/sysv/linux/sparc/syscalls.list | 3 - sysdeps/unix/sysv/linux/{sigsuspend.c => splice.c} | 21 ++--- sysdeps/unix/sysv/linux/syscalls.list | 9 --- sysdeps/unix/sysv/linux/{sigsuspend.c => tee.c} | 20 ++--- sysdeps/unix/sysv/linux/tile/waitpid.S | 18 ----- .../unix/sysv/linux/{sigsuspend.c => vmsplice.c} | 21 ++--- sysdeps/x86_64/multiarch/memcmp.S | 6 +- 31 files changed, 217 insertions(+), 207 deletions(-) copy sysdeps/unix/sysv/linux/{sigsuspend.c => fdatasync.c} (63%) copy sysdeps/unix/sysv/linux/{sigsuspend.c => fsync.c} (63%) copy sysdeps/unix/sysv/linux/{sigsuspend.c => mq_timedreceive.c} (54%) copy sysdeps/unix/sysv/linux/{sigsuspend.c => mq_timedsend.c} (56%) copy sysdeps/unix/sysv/linux/{sigsuspend.c => msync.c} (61%) copy sysdeps/unix/sysv/linux/{sigsuspend.c => nanosleep.c} (61%) rename sysdeps/unix/sysv/linux/{alpha/sigsuspend.S => open_by_handle_at.c} (55%) rename sysdeps/unix/sysv/linux/{generic => }/pause.c (75%) delete mode 100644 sysdeps/unix/sysv/linux/powerpc/syscalls.list delete mode 100644 sysdeps/unix/sysv/linux/sparc/sparc64/pause.c delete mode 100644 sysdeps/unix/sysv/linux/sparc/syscalls.list copy sysdeps/unix/sysv/linux/{sigsuspend.c => splice.c} (61%) copy sysdeps/unix/sysv/linux/{sigsuspend.c => tee.c} (61%) delete mode 100644 sysdeps/unix/sysv/linux/tile/waitpid.S copy sysdeps/unix/sysv/linux/{sigsuspend.c => vmsplice.c} (61%)