This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository glibc.
from 2ee7711bdd x86: Remove the default REP MOVSB threshold tunable value [B [...] new d2e929a907 nsswitch: handle missing actions properly
The 1 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: grp/Makefile | 4 ++ grp/initgroups.c | 6 ++- string/test-sig_np.c => grp/tst-initgroups1.c | 45 ++++++++++++---------- grp/tst-initgroups1.root/etc/group | 7 ++++ grp/tst-initgroups1.root/etc/nsswitch.conf | 1 + grp/tst-initgroups1.root/etc/passwd | 1 + .../tls-internal.c => grp/tst-initgroups2.c | 6 +-- grp/tst-initgroups2.root/etc/group | 7 ++++ grp/tst-initgroups2.root/etc/nsswitch.conf | 2 + grp/tst-initgroups2.root/etc/passwd | 1 + nss/nss_database.c | 3 +- nss/nsswitch.c | 5 ++- 12 files changed, 61 insertions(+), 27 deletions(-) copy string/test-sig_np.c => grp/tst-initgroups1.c (60%) create mode 100644 grp/tst-initgroups1.root/etc/group create mode 100644 grp/tst-initgroups1.root/etc/nsswitch.conf create mode 100644 grp/tst-initgroups1.root/etc/passwd copy sysdeps/generic/tls-internal.c => grp/tst-initgroups2.c (85%) create mode 100644 grp/tst-initgroups2.root/etc/group create mode 100644 grp/tst-initgroups2.root/etc/nsswitch.conf create mode 100644 grp/tst-initgroups2.root/etc/passwd