| /third_party/rust/crates/libc/ci/ |
| D | linux-s390x.sh | 3 set -ex 5 mkdir -m 777 /qemu 8 curl --retry 5 -LO https://github.com/qemu/qemu/raw/master/pc-bios/s390-ccw.img 9 curl --retry 5 -LO http://ftp.debian.org/debian/dists/testing/main/installer-s390x/20220914/images/… 10 curl --retry 5 -LO http://ftp.debian.org/debian/dists/testing/main/installer-s390x/20220914/images/… 12 mv kernel.debian kernel 13 mv initrd.debian initrd.gz 17 gunzip -c ../initrd.gz | cpio -id 19 cp /usr/s390x-linux-gnu/lib/libgcc_s.so.1 usr/lib/
|
| /third_party/libbpf/ |
| D | .travis.yml | 5 - docker 9 - PROJECT_NAME='libbpf' 10 - AUTHOR_EMAIL="$(git log -1 --pretty=\"%aE\")" 11 - REPO_ROOT="$TRAVIS_BUILD_DIR" 12 - CI_ROOT="$REPO_ROOT/travis-ci" 13 - VMTEST_ROOT="$CI_ROOT/vmtest" 18 - qemu-kvm 19 - zstd 20 - binutils-dev 21 - elfutils [all …]
|
| /third_party/mesa3d/.gitlab-ci/build/ |
| D | gitlab-ci.yml | 2 .build-common: 3 extends: .build-rules 10 - _build/meson-logs/*.txt 11 - _build/meson-logs/strace 12 - shader-db 15 .build-linux: 16 extends: .build-common 23 - !reference [default, before_script] 24 - export PATH="/usr/lib/ccache:$PATH" 25 - export CCACHE_BASEDIR="$PWD" [all …]
|
| /third_party/mesa3d/.gitlab-ci/container/ |
| D | gitlab-ci.yml | 3 .incorporate-templates-commit: 5 FDO_DISTRIBUTION_TAG: "${MESA_IMAGE_TAG}--${MESA_TEMPLATES_COMMIT}" 7 .incorporate-base-tag+templates-commit: 9 …FDO_BASE_IMAGE: "${CI_REGISTRY_IMAGE}/${MESA_BASE_IMAGE}:${MESA_BASE_TAG}--${MESA_TEMPLATES_COMMIT… 10 FDO_DISTRIBUTION_TAG: "${MESA_IMAGE_TAG}--${MESA_BASE_TAG}--${MESA_TEMPLATES_COMMIT}" 12 .set-image: 14 - .incorporate-templates-commit 19 .set-image-base-tag: 21 - .set-image 22 - .incorporate-base-tag+templates-commit [all …]
|
| /third_party/mesa3d/docs/relnotes/ |
| D | 20.1.3.rst | 1 Mesa 20.1.3 Release Notes / 2020-07-08 20 --------------- 24 9872b8d46bee822177ffbe4292addff7bdb84cefc1fe776b8e6b2881a8362bf1 mesa-20.1.3.tar.xz 27 ------------ 29 - None 32 --------- 34 - vkGetSemaphoreCounterValue doesn't update without vkWaitSemaphores 36 - [v3d] corruption when GS omits some vertices 37 - [RADV] Non-precise occlusion queries return non-zero when all 39 - [DXVK] Project Cars rendering problems [all …]
|
| D | 22.0.0.rst | 1 Mesa 22.0.0 Release Notes / 2022-03-09 20 --------------- 24 e6c41928b5b9917485bd67cec22d15e62cad7a358bf4c711a647979987601250 mesa-22.0.0.tar.xz 28 ------------ 30 - lavapipe,radv,anv KHR_dynamic_rendering 31 - radv EXT_image_view_min_lod 32 - VK_KHR_synchronization2 on RADV. 33 - OpenSWR has been moved to the Amber branch 34 - radeonsi, zink ARB_sparse_texture 35 - d3d12 GLES3.1 (shader storage buffers, images, compute, indirect draw, draw params, ARB_framebuff… [all …]
|
| /third_party/rust/crates/minimal-lexical/ |
| D | README.md | 1 minimal-lexical 4 …al version of [rust-lexical](https://github.com/Alexhuszagh/rust-lexical), meant to allow efficien… 6 …-lexical, it is also well-adapted to private forks. If you do privately fork minimal-lexical, I re… 8 …-lexical is designed for fast compile times and small binaries sizes, at the expense of a minor am… 12 For a high-level, all-in-one number conversion routines, see [rust-lexical](https://github.com/Alex… 16 - [Getting Started](#getting-started) 17 - [Recipes](#recipes) 18 - [Algorithms](#algorithms) 19 - [Platform Support](platform-support) 20 - [Minimum Version Support](minimum-version-support) [all …]
|
| /third_party/ltp/doc/ |
| D | Supported-kernel,-libc,-toolchain-versions.asciidoc | 5 ------------------------------------ 7 We test master branch in https://github.com/linux-test-project/ltp/actions[GitHub Actions] 9 We test both gcc and clang toolchains, various architectures with cross-compilation. 11 https://github.com/linux-test-project/ltp/blob/master/.github/workflows/ci.yml[.github/workflows/ci… 24 | CentOS 7 | 3.10 | 2.17 | 4.8.5 | - 25 | Ubuntu 18.04 LTS bionic | 4.15 | 2.27 | 7.3.0 | - 26 | Debian 10 oldstable (buster) | 4.19.37 | 2.28 | 8.3.0 | 7.0 51 | s390x | cross compilation 66 | https://uclibc-ng.org/[uClibc-ng] | Although not being tested it should work as well as it attemp… 69 … https://github.com/linux-test-project/ltp/blob/master/ci/alpine.sh[CI script] [all …]
|
| /third_party/node/ |
| D | BUILDING.md | 13 * [Supported platforms](#supported-platforms) 16 * [Platform list](#platform-list) 17 * [Supported toolchains](#supported-toolchains) 18 * [Official binary platforms and toolchains](#official-binary-platforms-and-toolchains) 19 * [OpenSSL asm support](#openssl-asm-support) 20 * [Previous versions of this document](#previous-versions-of-this-document) 21 * [Building Node.js on supported platforms](#building-nodejs-on-supported-platforms) 22 * [Note about Python](#note-about-python) 23 * [Unix and macOS](#unix-and-macos) 24 * [Unix prerequisites](#unix-prerequisites) [all …]
|
| /third_party/elfutils/tests/ |
| D | Makefile.am | 3 ## Copyright (C) 1996-2019 Red Hat, Inc. 22 AM_CPPFLAGS += -I$(top_srcdir)/libasm -I$(top_srcdir)/libdw \ 23 -I$(top_srcdir)/libdwfl -I$(top_srcdir)/libdwelf \ 24 -I$(top_srcdir)/libebl -I$(top_srcdir)/libelf \ 25 -I$(top_srcdir)/lib -I.. 26 AM_LDFLAGS = -Wl,-rpath-link,../libasm:../libdw:../libelf 29 AM_LDFLAGS += -Wl,-rpath,$(BUILD_RPATH) 36 showptable update1 update2 update3 update4 test-nlist \ 37 show-die-info get-files next-files get-lines next-lines \ 38 get-pubnames \ [all …]
|
| D | ChangeLog | 1 2022-11-01 Aaron Merey <amerey@redhat.com> 3 * run-debuginfod-section.sh (RPM_BUILDID): Use buildid from non-zstd 6 2022-10-31 Aaron Merey <amerey@redhat.com> 8 * Makefile.am (TESTS): Add run-debuginfod-section.sh. 9 * run-debuginfod-section.sh: New test. 11 2022-09-20 Yonggang Luo <luoyonggang@gmail.com> 13 * Makefile.am (EXTRA_DIST): Remove debuginfod-rpms/hello2.spec. 14 Add debuginfod-rpms/hello{2,3}.specfile. 15 * tests/debuginfod-rpms/hello2.spec.: Renamed to... 16 * tests/debuginfod-rpms/hello2.specfile: ...this. [all …]
|
| /third_party/lame/ |
| D | config.guess | 3 # Copyright 1992-2018 Free Software Foundation, Inc. 5 timestamp='2018-08-29' 32 # Please send patches to <config-patches@gnu.org>. 35 me=`echo "$0" | sed -e 's,.*/,,'` 43 -h, --help print this help, then exit 44 -t, --time-stamp print date of last modification, then exit 45 -v, --version print version number, then exit 47 Report bugs and patches to <config-patches@gnu.org>." 53 Copyright 1992-2018 Free Software Foundation, Inc. 59 Try \`$me --help' for more information." [all …]
|
| /third_party/skia/third_party/externals/libpng/ |
| D | config.guess | 3 # Copyright 1992-2018 Free Software Foundation, Inc. 5 timestamp='2018-03-08' 32 # Please send patches to <config-patches@gnu.org>. 35 me=`echo "$0" | sed -e 's,.*/,,'` 43 -h, --help print this help, then exit 44 -t, --time-stamp print date of last modification, then exit 45 -v, --version print version number, then exit 47 Report bugs and patches to <config-patches@gnu.org>." 53 Copyright 1992-2018 Free Software Foundation, Inc. 59 Try \`$me --help' for more information." [all …]
|
| /third_party/skia/third_party/externals/icu/source/ |
| D | config.guess | 3 # Copyright 1992-2017 Free Software Foundation, Inc. 5 timestamp='2017-11-07' 32 # Please send patches to <config-patches@gnu.org>. 35 me=`echo "$0" | sed -e 's,.*/,,'` 43 -h, --help print this help, then exit 44 -t, --time-stamp print date of last modification, then exit 45 -v, --version print version number, then exit 47 Report bugs and patches to <config-patches@gnu.org>." 53 Copyright 1992-2017 Free Software Foundation, Inc. 59 Try \`$me --help' for more information." [all …]
|
| /third_party/skia/third_party/externals/microhttpd/ |
| D | config.guess | 3 # Copyright 1992-2014 Free Software Foundation, Inc. 5 timestamp='2014-03-23' 32 # Please send patches with a ChangeLog entry to config-patches@gnu.org. 35 me=`echo "$0" | sed -e 's,.*/,,'` 43 -h, --help print this help, then exit 44 -t, --time-stamp print date of last modification, then exit 45 -v, --version print version number, then exit 47 Report bugs and patches to <config-patches@gnu.org>." 53 Copyright 1992-2014 Free Software Foundation, Inc. 59 Try \`$me --help' for more information." [all …]
|
| /third_party/libevdev/build-aux/ |
| D | config.guess | 3 # Copyright 1992-2022 Free Software Foundation, Inc. 7 timestamp='2022-05-25' 34 # Please send patches to <config-patches@gnu.org>. 40 # variety of pre-POSIX systems that do not have POSIX shells at all, and 41 # even some reasonably current systems (Solaris 10 as case-in-point) still 42 # have a pre-POSIX /bin/sh. 45 me=`echo "$0" | sed -e 's,.*/,,'` 53 -h, --help print this help, then exit 54 -t, --time-stamp print date of last modification, then exit 55 -v, --version print version number, then exit [all …]
|
| /third_party/node/deps/cares/config/ |
| D | config.guess | 3 # Copyright 1992-2022 Free Software Foundation, Inc. 7 timestamp='2022-01-09' 34 # Please send patches to <config-patches@gnu.org>. 40 # variety of pre-POSIX systems that do not have POSIX shells at all, and 41 # even some reasonably current systems (Solaris 10 as case-in-point) still 42 # have a pre-POSIX /bin/sh. 45 me=`echo "$0" | sed -e 's,.*/,,'` 53 -h, --help print this help, then exit 54 -t, --time-stamp print date of last modification, then exit 55 -v, --version print version number, then exit [all …]
|
| /third_party/icu/icu4c/source/ |
| D | config.guess | 3 # Copyright 1992-2022 Free Software Foundation, Inc. 7 timestamp='2022-01-09' 34 # Please send patches to <config-patches@gnu.org>. 40 # variety of pre-POSIX systems that do not have POSIX shells at all, and 41 # even some reasonably current systems (Solaris 10 as case-in-point) still 42 # have a pre-POSIX /bin/sh. 45 me=`echo "$0" | sed -e 's,.*/,,'` 53 -h, --help print this help, then exit 54 -t, --time-stamp print date of last modification, then exit 55 -v, --version print version number, then exit [all …]
|
| /third_party/node/deps/cares/ |
| D | config.guess | 3 # Copyright 1992-2022 Free Software Foundation, Inc. 7 timestamp='2022-01-09' 34 # Please send patches to <config-patches@gnu.org>. 40 # variety of pre-POSIX systems that do not have POSIX shells at all, and 41 # even some reasonably current systems (Solaris 10 as case-in-point) still 42 # have a pre-POSIX /bin/sh. 45 me=`echo "$0" | sed -e 's,.*/,,'` 53 -h, --help print this help, then exit 54 -t, --time-stamp print date of last modification, then exit 55 -v, --version print version number, then exit [all …]
|
| /third_party/curl/ |
| D | config.guess | 3 # Copyright 1992-2022 Free Software Foundation, Inc. 7 timestamp='2022-01-09' 34 # Please send patches to <config-patches@gnu.org>. 40 # variety of pre-POSIX systems that do not have POSIX shells at all, and 41 # even some reasonably current systems (Solaris 10 as case-in-point) still 42 # have a pre-POSIX /bin/sh. 45 me=`echo "$0" | sed -e 's,.*/,,'` 53 -h, --help print this help, then exit 54 -t, --time-stamp print date of last modification, then exit 55 -v, --version print version number, then exit [all …]
|
| /third_party/python/ |
| D | config.guess | 3 # Copyright 1992-2021 Free Software Foundation, Inc. 7 timestamp='2021-06-03' 34 # Please send patches to <config-patches@gnu.org>. 40 # variety of pre-POSIX systems that do not have POSIX shells at all, and 41 # even some reasonably current systems (Solaris 10 as case-in-point) still 42 # have a pre-POSIX /bin/sh. 45 me=`echo "$0" | sed -e 's,.*/,,'` 53 -h, --help print this help, then exit 54 -t, --time-stamp print date of last modification, then exit 55 -v, --version print version number, then exit [all …]
|
| /third_party/node/test/common/ |
| D | index.js | 22 /* eslint-disable node-core/crypto-check */ 29 // Do not require 'os' until needed so that test-os-checked-function can 36 const bits = ['arm64', 'loong64', 'mips', 'mipsel', 'ppc64', 'riscv64', 's390x', 'x64'] 75 const flagStart = source.search(/\/\/ Flags:\s+--/) + 10; 82 if (source[flagEnd - 1] === '\r') { 83 flagEnd--; 93 // If the binary was built without-ssl then the crypto flags are 106 (process.features.inspector || !flag.startsWith('--inspect'))) { 208 // Debian/Ubuntu 209 'ip6-localhost', [all …]
|
| /third_party/rust/crates/libc/libc-test/ |
| D | build.rs | 64 t if t.contains("nto-qnx") => return test_neutrino(t), in do_ctest() 69 fn ctest_cfg() -> ctest::TestGenerator { in ctest_cfg() 97 // `libc-test/semver` dir. in do_semver() 111 let os_arch = format!("{}-{}", os, arch); in do_semver() 114 let os_env = format!("{}-{}", os, target_env); in do_semver() 117 let os_env_arch = format!("{}-{}-{}", os, target_env, arch); in do_semver() 127 println!("cargo:rerun-if-changed={}", path.display()); in process_semver_file() 188 cfg.flag("-Wno-deprecated-declarations"); in test_apple() 213 "mach-o/dyld.h", in test_apple() 320 // FIXME: the value has been changed since Catalina (0xffff0000 -> 0x3fff0000). in test_apple() [all …]
|
| /third_party/elfutils/libebl/ |
| D | ChangeLog | 1 2022-10-21 Yonggang Luo <luoyonggang@gmail.com> 6 2022-08-08 Andreas Schwab <schwab@suse.de> 11 2022-06-01 Ulrich Drepper <drepper@redhat.com> 15 * ebl-hooks.h (machine_flag_name): Ditto. 21 2021-12-21 Luca Boccassi <bluca@debian.org> 26 2021-09-06 Dmitry V. Levin <ldv@altlinux.org> 30 2021-04-19 Martin Liska <mliska@suse.cz> 35 2020-12-16 Dmitry V. Levin <ldv@altlinux.org> 39 2020-12-15 Dmitry V. Levin <ldv@altlinux.org> 53 2020-10-19 Mark Wielaard <mark@klomp.org> [all …]
|
| /third_party/toybox/www/ |
| D | faq.html | 2 <!--#include file="header.html" --> 26 <!-- get binaries --> 37 and <a href=http://landley.net/notes-2006.html#28-09-2006>started over from 39 <a href=http://lists.busybox.net/pipermail/busybox/2006-September/058617.html>protracted licensing … 42 <a href=http://landley.net/notes-2011.html#13-11-2011>relaunched</a> 44 <a href=http://landley.net/aboriginal/about.html#selfhost>self-hosting</a>. 48 after a lot of thinking <a href=http://landley.net/talks/ohio-2013.txt>about 49 licenses</a> and <a href=http://landley.net/notes-2011.html#21-03-2011>the 53 <a href=http://landley.net/talks/celf-2013.txt>strategy</a> 54 to make Android self-hosting using toybox. This helped [all …]
|