This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository compiler-rt.
from be283f57d [scudo] Overhaul hardware CRC32 feature detection
new c4f374ed3 Plug dlerror() leak for swift_demangle
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:
lib/sanitizer_common/sanitizer_symbolizer_posix_libcdep.cc | 1 +
1 file changed, 1 insertion(+)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch hjl/cet/setjmp
in repository glibc.
discards 67fec50189 Revert sysdeps/unix/sysv/linux/s390/longjmp_chk.c
discards f97a11aa4b Remove generic __jmpbuf_arch_t.h and __saved_mask.h
discards b41a64e6ed x86: Add paddings in jmpbuf for Intel CET
new 71ac6d741e x86: Add paddings in jmpbuf for shadow stack pointer
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 (67fec50189)
\
N -- N -- N refs/heads/hjl/cet/setjmp (71ac6d741e)
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 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:
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository binutils-gdb.
from 685de8c299 Fix PR gdb/22491: Regression when setting SystemTap probe se [...]
new 0e5457dca1 Adding ChangeLog entry for the last commit.
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:
gdb/ChangeLog | 9 +++++++++
1 file changed, 9 insertions(+)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository clang.
from 44d2f95d42 clang-format: [JS] do not collapse short classes.
new 486042e6fe [analyzer] Teach RetainCountChecker about CoreMedia APIs
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:
lib/Analysis/CocoaConventions.cpp | 13 +++++--
lib/StaticAnalyzer/Checkers/RetainCountChecker.cpp | 8 ++--
test/Analysis/retain-release.m | 45 ++++++++++++++++++++++
3 files changed, 59 insertions(+), 7 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch hjl/cet/setjmp
in repository glibc.
discards f516888787 jmpbuf: Add paddings for architecture specific usage
adds 0fa87c01ab az_IR locale: Add standard copyright header
adds 58c9f659ee ka_GE locale: Add “X” back to yesexpr.
adds cad7ca3908 linux: Include <sysdep-cancel.h> for epoll_wait
adds 2180fee114 Check length of ifname before copying it into to ifreq structure.
adds d0212d429d Use Linux 4.14 in build-many-glibcs.py.
adds ad4f43a234 Cleanup sigpause implementation
adds 1ba1d8a44d Optimize sigrelse implementation
adds fa680dc614 Add MADV_WIPEONFORK, MADV_KEEPONFORK from Linux 4.14.
adds 78cde19f62 Add MSG_ZEROCOPY from Linux 4.14 to bits/socket.h.
adds 495a56fdeb manual: Update to mention ENODEV for ttyname and ttyname_r
adds 9b5a87502d linux ttyname: Update a reference to kernel docs for kernel 4.10
adds d10d6cab16 linux ttyname: Change return type of is_pty from int to bool
adds 2fbce9c203 linux ttyname{_r}: Make tty checks consistent
adds a09dfc19ed linux ttyname{_r}: Don't bail prematurely [BZ #22145]
adds d9611e3085 linux ttyname{_r}: Add tests
adds 7532837d7b The -Wstringop-truncation option new in GCC 8 detects common [...]
adds a306c790a8 Prefer https for Sourceware links
adds 7b0fb8706c Fix botched up regeneration in the last commit
new a098946ec1 jmpbuf: Add paddings for architecture specific usage
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 (f516888787)
\
N -- N -- N refs/heads/hjl/cet/setjmp (a098946ec1)
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 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:
ChangeLog | 97 +++++
INSTALL | 7 +-
NEWS | 2 +-
configure | 14 +-
configure.ac | 6 +-
crypt/md5test-giant.c | 2 +-
dlfcn/bug-atexit1.c | 2 +-
dlfcn/bug-atexit2.c | 2 +-
localedata/README | 2 +-
localedata/locales/az_IR | 23 +-
localedata/locales/ka_GE | 2 +-
malloc/tst-mallocfork.c | 2 +-
manual/install.texi | 4 +-
manual/terminal.texi | 5 +
misc/sys/cdefs.h | 9 +
nptl/tst-pthread-getattr.c | 4 +-
scripts/build-many-glibcs.py | 2 +-
signal/sigrelse.c | 12 +-
stdio-common/tst-fgets.c | 2 +-
stdio-common/tst-fwrite.c | 2 +-
sunrpc/Makefile | 2 +-
sysdeps/arm/armv7/multiarch/memcpy_impl.S | 2 +-
sysdeps/gnu/bits/utmp.h | 9 +-
sysdeps/posix/sigpause.c | 26 +-
sysdeps/unix/sysv/linux/Makefile | 3 +-
sysdeps/unix/sysv/linux/bits/mman-linux.h | 2 +
sysdeps/unix/sysv/linux/bits/socket.h | 2 +
sysdeps/unix/sysv/linux/epoll_wait.c | 2 +
sysdeps/unix/sysv/linux/hppa/bits/mman.h | 2 +
sysdeps/unix/sysv/linux/if_index.c | 6 +
sysdeps/unix/sysv/linux/s390/bits/utmp.h | 9 +-
sysdeps/unix/sysv/linux/tst-ttyname.c | 625 ++++++++++++++++++++++++++++++
sysdeps/unix/sysv/linux/ttyname.c | 59 +--
sysdeps/unix/sysv/linux/ttyname.h | 18 +-
sysdeps/unix/sysv/linux/ttyname_r.c | 61 +--
wcsmbs/tst-mbrtowc2.c | 3 +-
36 files changed, 872 insertions(+), 160 deletions(-)
create mode 100644 sysdeps/unix/sysv/linux/tst-ttyname.c
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch users/hjl/pr22492
in repository binutils-gdb.
at 5876dfdf1b as: Align note section to 4 bytes
This branch includes the following new commits:
new 5876dfdf1b as: Align note section to 4 bytes
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.
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository openmp.
from 9da031d Fix for OMP doacross implementation on Power
new 9c6a06a doxygen: disable the html timestamp: this is breaking the rep [...]
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:
offload/doc/doxygen/config | 2 +-
runtime/doc/doxygen/config | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.