This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository newlib.
from 14a1e7ce4 Fix return type of __locale_ctype_ptr_l()
new aa106b29a malloc/nano-malloc: correctly check for out-of-bounds allocat [...]
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:
newlib/libc/stdlib/mallocr.c | 7 ++++++-
newlib/libc/stdlib/nano-mallocr.c | 22 +++++++++++++++++++++-
winsup/cygwin/malloc.cc | 4 ++++
3 files changed, 31 insertions(+), 2 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 topic/af_unix
in repository newlib.
from 3d37fd9ce Cygwin: AF_UNIX: improve control message handling
new e7ecf188f Revert "Cygwin: gendef generates sigfe.s and cygwin.def"
new abe34adfa Cygwin: Remove intro2man.stamp on clean
new e1c696f31 Cygwin: Drop AC_SUBST(build_exeext)
new 4898c4741 Cygwin: Remove autoconf variable DLL_NAME
new 3aa3626e2 Cygwin: Drop autoconf variable all_host
new 7209c26c9 Cygwin: Remove Makefile contents conditional on PREPROCESS, w [...]
new b96d9a4a5 Cygwin: Remove rules for building libcygwin_s.a
new 903cf7af1 Cygwin: Drop passing '-c' compiler flag into gentls_offsets
new 0fa86823a Fix 32-bit integer overflow when calculating TZ rules
new 410810968 Cygwin: FIFO: update_my_handlers: fix handle leak
new bcbf19b04 Cygwin: Add testsuite directory to autogen.sh
new 4ec848904 Cygwin: Always configure in testsuite subdirectory
new 39575cb8f Cygwin: Add rule to testsuite Makefile to regenerate it when needed
new bc15d0677 Cygwin: Avoid 'Makefile.in seems to ignore the --datarootdir [...]
new 89c5b2144 Cygwin: Move adding libltp to VPATH after Makefile.common
new 75b2397b6 Cygwin: Define target_builddir autoconf and Makefile variables
new 70a8dca5b Cygiwn: Detect and use MinGW compilers for testsuite wrappers
new fbff9f73b Cygwin: Use absolute path to libltp includes
new cfb3e51ea Cygwin: Check exit code of a test, rather than stdout
new 09a7bf22c Cygwin: Set PATH for tests to pick up cygwin0.dll
new 83d3e454c Cygwin: Ensure temporary directory used by tests exists
new 7deff41e8 Cygwin: fhandler_fifo: reduce size
new 8de6b180c Cygwin: Fix testsuite tmpdir creation with non-default cygdri [...]
new 84836642f Cygwin: path_conv::eq_worker: add NULL pointer checks
new 862bdb388 libc/include/newlib.h: Fix C++ compilation issue
new b300092e4 Cygwin: testsuite: fix insecure usage of printf in libltp
new 32016ebf6 Fix return type of __locale_ctype_ptr_l()
new 426976b01 Update tests
new cf1034bd3 Cygwin: fhandler_base::get_size(): new method
new 91ce3d3fd Cygwin: fhandler_*::dup: add a 'src_pid' argument
new b9feec71f Cygwin: fhandler_base::set_name_from _handle: new method
new 5465d2dc7 Cygwin: device::free_strings(): new method
new 0c98e9f6a Cygwin: path_conv::set_conv_handle(): new method
new e8b866676 Cygwin: AF_UNIX: add serialization/deserialization for fhandlers
new 05d40cdef Cygwin: AF_UNIX: implement sending/receiving SCM_RIGHTS ancil [...]
The 35 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:
newlib/libc/include/ctype.h | 2 +-
newlib/libc/include/devctl.h | 4 +-
newlib/libc/time/tzcalc_limits.c | 2 +-
winsup/Makefile.in | 16 +-
winsup/autogen.sh | 2 +-
winsup/configure | 4 +-
winsup/configure.ac | 2 +-
winsup/cygserver/configure | 12 -
winsup/cygserver/configure.ac | 11 -
winsup/cygwin/Makefile.in | 43 +-
winsup/cygwin/configure | 16 -
winsup/cygwin/configure.ac | 14 -
winsup/cygwin/devices.h | 13 +-
winsup/cygwin/dtable.cc | 6 +-
winsup/cygwin/dtable.h | 2 +
winsup/cygwin/fhandler.cc | 37 +-
winsup/cygwin/fhandler.h | 122 +++-
winsup/cygwin/fhandler_clipboard.cc | 2 +-
winsup/cygwin/fhandler_console.cc | 2 +-
winsup/cygwin/fhandler_disk_file.cc | 22 +-
winsup/cygwin/fhandler_fifo.cc | 14 +-
winsup/cygwin/fhandler_floppy.cc | 2 +-
winsup/cygwin/fhandler_pipe.cc | 2 +-
winsup/cygwin/fhandler_raw.cc | 2 +-
winsup/cygwin/fhandler_registry.cc | 2 +-
winsup/cygwin/fhandler_socket_inet.cc | 2 +-
winsup/cygwin/fhandler_socket_local.cc | 2 +-
winsup/cygwin/fhandler_socket_unix.cc | 219 ++++++-
winsup/cygwin/fhandler_tape.cc | 2 +-
winsup/cygwin/fhandler_timerfd.cc | 2 +-
winsup/cygwin/fhandler_tty.cc | 4 +-
winsup/cygwin/fhandler_virtual.cc | 2 +-
winsup/cygwin/include/cygwin/socket.h | 4 +
winsup/cygwin/mkstatic | 63 --
winsup/cygwin/path.h | 7 +-
winsup/cygwin/socket_tests/scm_multi_recv.c | 42 +-
winsup/cygwin/socket_tests/scm_rights_recv.c | 20 +-
winsup/cygwin/socket_tests/scm_rights_send.c | 4 +
winsup/doc/Makefile.in | 5 +-
winsup/doc/configure.ac | 2 -
winsup/testsuite/Makefile.in | 33 +-
winsup/testsuite/aclocal.m4 | 831 ---------------------------
winsup/{cygserver => testsuite}/autogen.sh | 0
winsup/testsuite/configure | 249 ++++++++
winsup/testsuite/configure.ac | 9 +
winsup/testsuite/cygrun.c | 5 +-
winsup/testsuite/libltp/lib/parse_opts.c | 2 +-
winsup/testsuite/winsup.api/cygload.exp | 2 +-
winsup/testsuite/winsup.api/winsup.exp | 24 +-
49 files changed, 753 insertions(+), 1138 deletions(-)
delete mode 100755 winsup/cygwin/mkstatic
delete mode 100644 winsup/testsuite/aclocal.m4
copy winsup/{cygserver => testsuite}/autogen.sh (100%)
--
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_kernel/gnu-master-aarch64-stable-allyesconfig
in repository toolchain/ci/base-artifacts.
discards 8862265e4 0: update: binutils-gcc-linux: all
new e36582374 0: update: binutils-gcc-linux: all
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 (8862265e4)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_kernel/gnu-master-aarch6 [...]
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 | 128 +-
02-prepare_abe/console.log | 406 +-
03-build_abe-binutils/console.log | 10264 +++++++-------
04-build_abe-stage1/console.log | 10356 +++++++-------
05-build_linux/console.log | 6298 ++++-----
06-boot_linux/console.log | 6 +-
07-check_regression/console.log | 10 +-
08-update_baseline/console.log | 16 +-
console.log | 27480 ++++++++++++++++++------------------
jenkins/manifest.sh | 12 +-
10 files changed, 27408 insertions(+), 27568 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_kernel/llvm-release-arm-next-defconfig
in repository toolchain/ci/base-artifacts.
discards 9bf63f18f 0: update: llvm-linux: boot
new f0ff4289a 0: update: llvm-linux: boot
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 (9bf63f18f)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_kernel/llvm-release-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 | 119 +-
02-build_llvm/console.log | 12712 +++++++++++++++++-----------------
03-build_linux/console.log | 690 +-
04-boot_linux/console.log | 494 +-
05-check_regression/console.log | 2 +-
06-update_baseline/console.log | 38 -
console.log | 14017 +++++++++++++++++++-------------------
jenkins/manifest.sh | 8 +-
results | 2 +-
9 files changed, 14013 insertions(+), 14069 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_kernel/gnu-master-aarch64-stable-defconfig
in repository toolchain/ci/base-artifacts.
discards 5d8ae8d44 0: update: binutils-gcc-linux: boot
new 56ecebcfc 0: update: binutils-gcc-linux: boot
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 (5d8ae8d44)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_kernel/gnu-master-aarch6 [...]
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 | 166 +-
02-prepare_abe/console.log | 440 +-
03-build_abe-binutils/console.log | 12139 ++++++------
04-build_abe-stage1/console.log | 16174 ++++++++--------
05-build_linux/console.log | 860 +-
06-boot_linux/console.log | 356 +-
07-check_regression/console.log | 2 +-
07-check_regression/results.regressions | 2 +-
08-update_baseline/console.log | 2 +-
08-update_baseline/results.regressions | 2 +-
console.log | 30083 +++++++++++++++---------------
jenkins/manifest.sh | 12 +-
12 files changed, 30034 insertions(+), 30204 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.