This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch main
in repository newlib.
from 6e75829e1 Cygwin: posix.xml: Mark libacl functions correctly
new 3754840d7 Cygwin: factor out find_fast_cwd_pointer to arch-specific file.
new 2a35e0ca1 Cygwin: vendor libudis86 1.7.2/libudis86
new 85f5a86ce Cygwin: patch libudis86 to build as part of Cygwin
new c23bcc8a9 Cygwin: use udis86 to find fast cwd pointer on x64
new 2c5f25035 Cygwin: add find_fast_cwd_pointer_aarch64.
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:
winsup/cygwin/Makefile.am | 14 +-
winsup/cygwin/aarch64/fastcwd.cc | 207 +
winsup/cygwin/path.cc | 145 +-
winsup/cygwin/udis86/decode.c | 1113 +++++
winsup/cygwin/udis86/decode.h | 195 +
winsup/cygwin/udis86/extern.h | 109 +
winsup/cygwin/udis86/itab.c | 8404 ++++++++++++++++++++++++++++++++++++++
winsup/cygwin/udis86/itab.h | 680 +++
winsup/cygwin/udis86/types.h | 260 ++
winsup/cygwin/udis86/udint.h | 91 +
winsup/cygwin/udis86/udis86.c | 464 +++
winsup/cygwin/x86_64/fastcwd.cc | 200 +
12 files changed, 11759 insertions(+), 123 deletions(-)
create mode 100644 winsup/cygwin/aarch64/fastcwd.cc
create mode 100644 winsup/cygwin/udis86/decode.c
create mode 100644 winsup/cygwin/udis86/decode.h
create mode 100644 winsup/cygwin/udis86/extern.h
create mode 100644 winsup/cygwin/udis86/itab.c
create mode 100644 winsup/cygwin/udis86/itab.h
create mode 100644 winsup/cygwin/udis86/types.h
create mode 100644 winsup/cygwin/udis86/udint.h
create mode 100644 winsup/cygwin/udis86/udis86.c
create mode 100644 winsup/cygwin/x86_64/fastcwd.cc
--
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 gcc.
from aa3aaf2bfb8 libstdc++: Fix -Warray-bounds warning in std::vector<bool> [...]
new ca354b174e6 MAINTAINERS: Update my name
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:
MAINTAINERS | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--
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 gcc.
from 0cb8889e51b Update gcc sv.po
new 97cbe3cd5f3 Libstdc++: Fix bootstrap failure for cross without tm.tm_zo [...]
new 1f6c19f307c libstdc++: Fix -Wstringop-overread warning in std::vector<b [...]
new aa3aaf2bfb8 libstdc++: Fix -Warray-bounds warning in std::vector<bool> [...]
The 3 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:
libstdc++-v3/acinclude.m4 | 35 +++
libstdc++-v3/config.h.in | 21 +-
libstdc++-v3/configure | 238 ++++++---------------
libstdc++-v3/configure.ac | 5 +-
libstdc++-v3/include/bits/chrono_io.h | 2 +-
libstdc++-v3/include/bits/vector.tcc | 10 +-
.../23_containers/vector/bool/capacity/110498.cc | 18 ++
.../23_containers/vector/bool/capacity/114758.cc | 12 ++
8 files changed, 146 insertions(+), 195 deletions(-)
create mode 100644 libstdc++-v3/testsuite/23_containers/vector/bool/capacity/110498.cc
create mode 100644 libstdc++-v3/testsuite/23_containers/vector/bool/capacity/114758.cc
--
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 linux.
from 609706855d90 Merge tag 'trace-latency-v6.15-3' of git://git.kernel.org/ [...]
new c73f0b696485 ring-buffer: Fix bytes_dropped calculation issue
new bcba8d4dbe68 ring-buffer: Use kaslr address instead of text delta
new 4009cc31e781 ring-buffer: Add buffer meta data for persistent ring buffer
new 4af0a9c51852 ring-buffer: Add ring_buffer_meta_scratch()
new b65334825fb1 tracing: Have persistent trace instances save KASLR offset
new 966b7d0e524d module: Add module_for_each_mod() function
new fd39e48fe8ed tracing: Have persistent trace instances save module addresses
new 1bd25a6f7173 tracing: Show module names and addresses of last boot
new 5f3719f697c3 tracing: Update modules to persistent instances when loaded
new 74e2498ccf7b mm/memblock: Add reserved memory release function
new fb6d03238e35 tracing: Freeable reserved ring buffer
new f00c9201f942 tracing: Fix a compilation error without CONFIG_MODULES
new 5dbeb56bb958 tracing: Initialize scratch_size to zero to prevent UB
new 486fbcb3806c tracing: Skip update_last_data() if cleared and remove act [...]
new de48d7fff7b4 ring-buffer: Remove the unused variable bmeta
new 35a380ddbc65 tracing: Show last module text symbols in the stacktrace
new 028a58ec1542 tracing: Use _text and the kernel offset in last_boot_info
new 46d29f23a721 Merge tag 'trace-ringbuffer-v6.15-2' of git://git.kernel.o [...]
new 1e7857b28020 x86: don't re-generate cpufeaturemasks.h so eagerly
The 19 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:
arch/x86/Makefile | 5 +-
include/linux/mm.h | 1 +
include/linux/module.h | 6 +
include/linux/ring_buffer.h | 8 +-
kernel/module/main.c | 13 ++
kernel/trace/ring_buffer.c | 247 ++++++++++++++++------------
kernel/trace/trace.c | 389 +++++++++++++++++++++++++++++++++++++++++---
kernel/trace/trace.h | 24 ++-
kernel/trace/trace_events.c | 40 +++--
kernel/trace/trace_output.c | 4 +-
mm/memblock.c | 66 ++++++--
11 files changed, 641 insertions(+), 162 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 cygwin-3_6-branch
in repository newlib.
from ac792d582 Cygwin: dll::detach: drop declaration of unimplemented method
new 20141b2fa Cygwin: posix.xml: Mark libacl functions correctly
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:
winsup/doc/posix.xml | 20 ++++++++++----------
1 file changed, 10 insertions(+), 10 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 master
in repository gcc.
from c5d96fd5279 gccrs: Fix SEGV when type path resolver fails outright
new 0cb8889e51b Update gcc sv.po
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:
gcc/po/sv.po | 701 ++++++++++++++++++++++++-----------------------------------
1 file changed, 278 insertions(+), 423 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 master
in repository binutils-gdb.
from a93f60043a2 gdbserver: Add support for MicroBlaze host microblaze*-*-linux*
new 01e4635523d testsuite: fix is_aarch32_target
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/testsuite/lib/gdb.exp | 15 +++++++++------
1 file changed, 9 insertions(+), 6 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 main
in repository newlib.
from 0bb9d599a Cygwin: dll::detach: drop declaration of unimplemented method
new 78adc10ab Cygwin: ACLs: Add some useful non-POSIX ACL functions from FreeBSD
new 6e75829e1 Cygwin: posix.xml: Mark libacl functions correctly
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:
winsup/cygwin/cygwin.din | 7 ++
winsup/cygwin/include/cygwin/version.h | 4 +-
winsup/cygwin/include/sys/acl.h | 12 +++
winsup/cygwin/sec/posixacl.cc | 179 ++++++++++++++++++++++++++++++---
winsup/doc/posix.xml | 27 +++--
5 files changed, 203 insertions(+), 26 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 release/2.41/master
in repository glibc.
from 80cd656649 x86: Use separate variable for TLSDESC XSAVE/XSAVEC state si [...]
new 200d20123c x86: Link tst-gnu2-tls2-x86-noxsave{,c,xsavec} with libpthread
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:
sysdeps/x86/Makefile | 3 +++
1 file changed, 3 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 release/2.39/master
in repository glibc.
from 87ab0c7f7f x86: Use separate variable for TLSDESC XSAVE/XSAVEC state si [...]
new 837a36c371 x86: Link tst-gnu2-tls2-x86-noxsave{,c,xsavec} with libpthread
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:
sysdeps/x86/Makefile | 3 +++
1 file changed, 3 insertions(+)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.