This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch azanella/posix_spawn-optimizations in repository glibc.
discards 1ebd45910c posix: Use posix_spawn for wordexp discards d91b617938 linux: posix_spawn signal handling optimization discards 2ad25603b3 posix: Optimize Linux posix_spawn discards 432ce57dab posix: Add posix_spawn_file_actions_closefrom discards 339200e22e mips: Do not malloc on getdents64 fallback discards 0841f12653 Linux: Add internal direntries interface new 345abd1933 mips: Do not malloc on getdents64 fallback new ceb7f08c32 posix: Add posix_spawn_file_actions_closefrom new 75e785f673 posix: Optimize stack Linux posix_spawn new 6e16e91ee4 linux: Optimize posix_spawn spurious sigaction calls new ac7834d8b0 posix: Use posix_spawn for wordexp
This update added new revisions after undoing existing revisions. That is to say, some revisions that were in the old version of the branch are not in the new version. This situation occurs when a user --force pushes a change and generates a repository containing something like this:
* -- * -- B -- O -- O -- O (1ebd45910c) \ N -- N -- N refs/heads/azanella/posix_spawn-optimizations (ac7834d8b0)
You should already have received notification emails for all of the O revisions, and so the following emails describe only the N revisions from the common base, B.
Any revisions marked "omits" are not gone; other references still refer to them. Any revisions marked "discards" are gone forever.
The 5 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: posix/spawn_faction_addclosefrom.c | 2 +- sysdeps/unix/sysv/linux/Makefile | 3 +- sysdeps/unix/sysv/linux/direntries.c | 71 ----------------------- sysdeps/unix/sysv/linux/direntries.h | 74 ------------------------ sysdeps/unix/sysv/linux/mips/mips64/getdents64.c | 43 ++++++++------ sysdeps/unix/sysv/linux/sigaction.c | 14 ++--- sysdeps/unix/sysv/linux/spawni.c | 22 +++---- 7 files changed, 46 insertions(+), 183 deletions(-) delete mode 100644 sysdeps/unix/sysv/linux/direntries.c delete mode 100644 sysdeps/unix/sysv/linux/direntries.h