This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_gnu_native_build/master-aarch64
in repository toolchain/ci/base-artifacts.
discards 884344cf 0: update: glibc-5f07d47e4b3d137edfbe3ea6c4eeba1ea6cfa54d: 6
new f6d44fd6 0: update: linux-d0ee23f9d78be5531c4b055ea424ed0b489dfe9b: 6
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 (884344cf)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_gnu_native_build/master- [...]
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:
01-reset_artifacts/console.log.xz | Bin 1672 -> 1528 bytes
02-prepare_abe/console.log.xz | Bin 2740 -> 2752 bytes
04-build_abe-binutils/console.log.xz | Bin 51252 -> 51180 bytes
05-build_abe-gcc/console.log.xz | Bin 201060 -> 199572 bytes
07-build_abe-linux/console.log.xz | Bin 10448 -> 9052 bytes
08-build_abe-glibc/console.log.xz | Bin 233660 -> 232692 bytes
09-build_abe-gdb/console.log.xz | Bin 41264 -> 40716 bytes
10-check_regression/console.log.xz | Bin 388 -> 388 bytes
11-update_baseline/console.log | 2 +-
jenkins/manifest.sh | 8 ++++----
10 files changed, 5 insertions(+), 5 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 newlib.
from 8c8d3b7a9 Regenerate Makefile.in after configure.in -> configure.ac change
adds 72e083c4a Cygwin: fhandler_pipe: derive from fhandler_base
adds 4b25687ea Cygwin: fhandler_pipe: add raw_read and raw_write
adds d0ad52aa6 Cygwin: fhandler_pipe: control blocking mode of the Windows pipe
adds f56206cd8 Cygwin: fhandler_pipe: fix permission problem
adds f002d02b1 Cygwin: remove the fhandler_base_overlapped class
adds 8a10f6302 Cygwin: add fhandler_base::npfs_handle
adds b75d855fb Cygwin: select: Improve select/poll response.
adds cf3a7a913 Cygwin: pipe: Revert to create() rather than nt_create().
adds 24b7a74b9 Revert "Cygwin: pipe: Revert to create() rather than nt_create()."
adds 9d4e58be7 Cygwin: fhandler_pipe.cc:nt_select: fix flags
adds 6b52d9790 Cygwin: fhandler_pipe.cc:nt_select: fix flags again
adds 71f02bcc3 Revert "Cygwin: fhandler_pipe.cc:nt_select: fix flags again"
adds 28eac9272 Revert "Cygwin: fhandler_pipe.cc:nt_select: fix flags"
adds 9cfbb5aa8 Cygwin: _pipe: add a comment
adds e9d4cb765 Cygwin: move get_obj_handle_count() to miscfuncs.cc
adds 464f7145f Cygwin: pipes: fix a bug in raw_write
adds b12cf6b3c Cygwin: pipes: always close read side pipe handle in error case
adds 8efcee250 Cygwin: pipes: use NtClose when file has been opened with an [...]
adds fcccc4b74 Cygwin: pipes: create pipes with synchronization enabled
adds a5b2c735e Cygwin: pipes: fix POSIX requirement for non-blocking pipe writes
adds 8653eb1df Cygwin: pipes: workaround unrelibale system info
adds ea9c0bbed Cygwin: pipes: call nt_create with handle references
adds 82643bd18 Cygwin: pipes: nt_create: set read handle to NULL in error case
adds 44693e80b Cygwin: pipes: minor code cleanup
adds eb50f8267 Cygwin: FIFO: open pipes with FILE_READ_ATTRIBUTES access
adds 085fc1294 Cygwin: new class fhandler_pipe_fifo
adds fadbedd9c Cygwin: pipe: Stop counting reader and read all available data.
adds 477a59369 Cygwin: pipes: cancel async IO if thread cancellation is in progress
adds 4003e3dfa Cygwin: pipes: always terminate async IO in blocking mode
adds 9d7fd8d41 Cygwin: pipes: handle signals and thread cancellation in bloc [...]
adds 27b24069d Cygwin: pipes: drop "tiny pipe" handling
adds 99be23834 Cygwin: set buffer size for pipes created by non-Cygwin processes
adds b07660ac1 Revert "Cygwin: select: Improve select/poll response."
adds 597f87294 Cygwin: select: Introduce select_sem semaphore for pipe.
adds 08b8534d0 Cygwin: pipe: Fix notification timing of select_sem.
adds ba4c58299 Cygwin: pipes: always signal select_sem if any bytes are read [...]
adds 0b538118b Cygwin: fifo: Utilize select_sem for fifo as well as pipe.
adds 0063ffeb7 Cygwin: pipe: Fix deadlock if pipe is created by non-cygwin app.
adds c48361ad9 Cygwin: fix inheritence of select_sem on write side of pipe
adds 8985f1c7c Cygwin: pipes: do not duplicate sec_none{_nih} locally when c [...]
adds 3e80b12fd Cygwin: fhandler_base::dup Reflect O_CLOEXEC to inheritance flag.
adds 0d1201567 Cygwin: pipe, fifo: Call set_no_inheritance() for adjunct handles.
adds f79a46112 Cygwin: pipe: Use read pipe handle for select() on write pipe.
adds e4e453797 Cygwin: pipe, fifo: Release select_sem semaphore as much as needed.
adds a217fa98f Cygwin: pipe: Fix handling of EPIPE and SIGPIPE in raw_write().
No new revisions were added by this update.
Summary of changes:
winsup/cygwin/dtable.cc | 5 +
winsup/cygwin/fhandler.cc | 400 ++-------------------
winsup/cygwin/fhandler.h | 113 +++---
winsup/cygwin/fhandler_fifo.cc | 190 +++-------
winsup/cygwin/fhandler_pipe.cc | 655 +++++++++++++++++++++++++++++++++-
winsup/cygwin/fhandler_socket_unix.cc | 30 --
winsup/cygwin/flock.cc | 16 -
winsup/cygwin/miscfuncs.cc | 16 +
winsup/cygwin/miscfuncs.h | 3 +
winsup/cygwin/select.cc | 83 +++--
winsup/cygwin/spawn.cc | 11 +
winsup/cygwin/syscalls.cc | 2 +-
12 files changed, 856 insertions(+), 668 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.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_gnu_native_build/master-aarch64
in repository toolchain/ci/glibc.
from 526c3cf11e nptl: Fix race between pthread_kill and thread exit (bug 12889)
adds 43cea6d565 iconvconfig: Fix behaviour with --prefix [BZ #28199]
adds 5f07d47e4b configure: Fix check for INSERT in linker script
No new revisions were added by this update.
Summary of changes:
configure | 2 +-
configure.ac | 2 +-
iconv/gconv_conf.c | 2 +-
iconv/gconv_parseconfdir.h | 22 +++++++++++++++-------
iconv/iconvconfig.c | 16 ++++++++++++----
5 files changed, 30 insertions(+), 14 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.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_gnu_native_build/master-aarch64
in repository toolchain/ci/base-artifacts.
discards 9c870c7a 0: update: gdb-2762d288534f48dc8653524b878883472037a57c: 6
new 884344cf 0: update: glibc-5f07d47e4b3d137edfbe3ea6c4eeba1ea6cfa54d: 6
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 (9c870c7a)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_gnu_native_build/master- [...]
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:
01-reset_artifacts/console.log.xz | Bin 1592 -> 1672 bytes
02-prepare_abe/console.log.xz | Bin 2752 -> 2740 bytes
04-build_abe-binutils/console.log.xz | Bin 51488 -> 51252 bytes
05-build_abe-gcc/console.log.xz | Bin 198900 -> 201060 bytes
06-clean_sysroot/console.log.xz | Bin 312 -> 312 bytes
07-build_abe-linux/console.log.xz | Bin 10416 -> 10448 bytes
08-build_abe-glibc/console.log.xz | Bin 231992 -> 233660 bytes
09-build_abe-gdb/console.log.xz | Bin 44088 -> 41264 bytes
10-check_regression/console.log.xz | Bin 388 -> 388 bytes
11-update_baseline/console.log | 36 +++++++++++++++++++++++++++++++++++
jenkins/manifest.sh | 10 +++++-----
11 files changed, 41 insertions(+), 5 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.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_gcc_bootstrap/master-arm-bootstrap
in repository toolchain/ci/base-artifacts.
discards 1de2aa8a 0: update: binutils-gcc: 1
new 1dc6c91e 0: update: binutils-gcc: 1
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 (1de2aa8a)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_gcc_bootstrap/master-arm [...]
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:
01-reset_artifacts/console.log.xz | Bin 1540 -> 1568 bytes
02-prepare_abe/console.log.xz | Bin 2744 -> 2752 bytes
04-build_abe-binutils/console.log.xz | Bin 64188 -> 64224 bytes
05-build_abe-bootstrap/console.log.xz | Bin 135480 -> 135260 bytes
06-check_regression/console.log.xz | Bin 388 -> 384 bytes
07-update_baseline/console.log | 16 ++++++++--------
jenkins/manifest.sh | 14 +++++++-------
7 files changed, 15 insertions(+), 15 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.