Home
last modified time | relevance | path

Searched +full:patches +full:- +full:root (Results 1 – 25 of 193) sorted by relevance

12345678

/third_party/toybox/
DREADME1 Toybox: all-in-one Linux command line.
3 --- Getting started
13 wget http://landley.net/toybox/bin/toybox-x86_64
14 chmod +x toybox-x86_64
15 ./toybox-x86_64 echo hello world
17 --- Building toybox
30 LDFLAGS="--static" CROSS_COMPILE=armv5l- make defconfig toybox
31 PREFIX=/path/to/root/filesystem/bin make install_flat
40 the file "scripts/mcm-buildall.sh" in the toybox source) are available at:
44 For the "CROSS_COMPILE=armv5l-" example above, download
[all …]
/third_party/node/deps/zlib/patches/
DREADME1 == Patches applied on top of zlib ==
3 - 0000-build.patch: changes from the upstream version, mostly related to the
5 - 0001-simd.patch: integrate Intel SIMD optimizations from
7 - 0002-uninitializedcheck.patch: prevent uninitialized use of state->check
12 - git format-patch master --stdout > foo.patch # where naming follows a growing
14 - git add foo.patch
15 - git commit -a -m "Local patch."
16 - git rebase -i HEAD~2 # Squashing the second commit
18 As patches created in this way will feature a ChangeLog, there is no longer
20 should help to solve frequent conflicts in pending new patches on
[all …]
/third_party/node/deps/v8/third_party/zlib/patches/
DREADME1 == Patches applied on top of zlib ==
3 - 0000-build.patch: changes from the upstream version, mostly related to the
5 - 0001-simd.patch: integrate Intel SIMD optimizations from
7 - 0002-uninitializedcheck.patch: prevent uninitialized use of state->check
12 - git format-patch master --stdout > foo.patch # where naming follows a growing
14 - git add foo.patch
15 - git commit -a -m "Local patch."
16 - git rebase -i HEAD~2 # Squashing the second commit
18 As patches created in this way will feature a ChangeLog, there is no longer
20 should help to solve frequent conflicts in pending new patches on
[all …]
/third_party/skia/third_party/externals/zlib/patches/
DREADME1 == Patches applied on top of zlib ==
3 - 0000-build.patch: changes from the upstream version, mostly related to the
5 - 0001-simd.patch: integrate Intel SIMD optimizations from
7 - 0002-uninitializedcheck.patch: prevent uninitialized use of state->check
12 - git format-patch master --stdout > foo.patch # where naming follows a growing
14 - git add foo.patch
15 - git commit -a -m "Local patch."
16 - git rebase -i HEAD~2 # Squashing the second commit
18 As patches created in this way will feature a ChangeLog, there is no longer
20 should help to solve frequent conflicts in pending new patches on
[all …]
/third_party/cJSON/
DcJSON_Utils.c2 Copyright (c) 2009-2017 Dave Gamble and cJSON contributors
108 return tolower(*string1) - tolower(*string2); in compare_strings()
111 /* securely comparison of floating-point variables */
115 return (fabs(a - b) <= maxVal * DBL_EPSILON); in compare_double()
215 …for (current_child = object->child; current_child != NULL; (void)(current_child = current_child->n… in cJSONUtils_FindPointerFromObjectTo()
242 …strlen((char*)target_pointer) + pointer_encoded_length((unsigned char*)current_child->string) + 2); in cJSONUtils_FindPointerFromObjectTo()
244 encode_string_as_pointer(full_pointer + 1, (unsigned char*)current_child->string); in cJSONUtils_FindPointerFromObjectTo()
264 cJSON *child = array ? array->child : NULL; in get_array_item()
267 item--; in get_array_item()
268 child = child->next; in get_array_item()
[all …]
DcJSON_Utils.h2 Copyright (c) 2009-2017 Dave Gamble and cJSON contributors
44 CJSON_PUBLIC(int) cJSONUtils_ApplyPatches(cJSON * const object, const cJSON * const patches);
45 …UBLIC(int) cJSONUtils_ApplyPatchesCaseSensitive(cJSON * const object, const cJSON * const patches);
49 //int cJSONUtils_AtomicApplyPatches(cJSON **object, cJSON *patches)
52 // int error = cJSONUtils_ApplyPatches(modme, patches);
72 /* generates a patch to move from -> to */
77 /* Given a root object and a target object, construct a pointer from one to the other. */
/third_party/libxml2/
Dlibxml2.spec7 Source: https://download.gnome.org/sources/%{name}/2.9/%{name}-%{version}.tar.xz
9 Patch0: libxml2-multilib.patch
10 Patch1: Fix-memleaks-in-xmlXIncludeProcessFlags.patch
11 Patch2: Fix-memory-leaks-for-xmlACatalogAdd.patch
12 Patch3: Fix-memory-leaks-in-xmlACatalogAdd-when-xmlHashAddEntry-failed.patch
13 Patch4: backport-CVE-2022-40303-Fix-integer-overflows-with-XML_PARSE_.patch
14 Patch5: backport-CVE-2022-40304-Fix-dict-corruption-caused-by-entity-.patch
15 Patch6: backport-schemas-Fix-null-pointer-deref-in-xmlSchemaCheckCOSS.patch
16 Patch7: backport-parser-Fix-potential-memory-leak-in-xmlParseAttValue.patch
18 BuildRoot: %{_tmppath}/%{name}-%{version}-root
[all …]
/third_party/cef/tools/
Dpatcher.py2 # reserved. Use of this source code is governed by a BSD-style license that
18 # The CEF root directory is the parent directory of _this_ script.
25 separator = '-' * 79 + '\n'
33 patch_path = os.path.join(cef_patch_dir, 'patches', patch_file + '.patch')
59 patches = scope["patches"]
63 for patch in patches:
83 sys.stdout.write('\n%d patches total (%d applied, %d skipped, %d failed)\n' % \
84 (len(patches), results['apply'], results['skip'], results['fail']))
89 '%d patches failed to apply. Your build will not be correct.' %
94 # Parse command-line options.
[all …]
/third_party/skia/site/docs/dev/contrib/
Dpatch.md1 ---
2 title: 'Applying patches'
3 linkTitle: 'Applying patches'
4 ---
7 externally-submitted patch, this is how to do it. (This technique is useful in
13 - For the examples below, we will assume that this is the change you want to
15 - These instructions should work on Mac or Linux; Windows is trickier, because
19 …//dev.chromium.org/developers/contributing-code#TOC-Instructions-for-Reviewer:-Checking-in-the-pat…
31 - cd into the root directory (usually `trunk/`) of the workspace where you
33 - Make sure that the workspace is up-to-date and clean (or "updated and clean
[all …]
/third_party/node/deps/npm/man/man1/
Dnpm-diff.11 .TH "NPM-DIFF" "1" "July 2023" "" ""
3 \fBnpm-diff\fR - The registry diff command
13 Similar to its \fBgit diff\fR counterpart, this command will print diff patches of files for packag…
16 \fBnpm diff --diff=<spec-a> --diff=<spec-b>\fR
18 …diff --diff=pkg@1.0.0 --diff=pkg@^2.0.0\fR. It's also possible to compare across forks of any pack…
20 …ible to compare directories or git repositories, e.g: \fBnpm diff --diff=pkg@latest --diff=./packa…
26 npm diff --diff=abbrev@1.1.0 --diff=abbrev@1.1.1
34 diff --git a/package.json b/package.json
36 --- a/package.json
38 @@ -1,6 +1,6 @@
[all …]
/third_party/ltp/testcases/kernel/mce-test/kvm/
DREADME12 ----------------
22 ----------------
29 * mce-inject
32 * page-types:
34 source (2.6.32 or newer, $KERNEL_SRC/Documentation/vm/page-types.c).
48 * (optionally) ssh-keygen
52 ---------------
53 - Start a process in the guest OS, get a virtual address from guest OS
55 - Translate this address untill we get the physical address on the host OS
57 - Software injects an SRAO MCE at that physical address from host OS
[all …]
/third_party/node/deps/v8/third_party/zlib/
DREADME.chromium14 zlib is a free, general-purpose, legally unencumbered lossless data-compression
16 1951, which combines the LZ77 (Lempel-Ziv) algorithm with Huffman coding. zlib
20 - Only source code from the zlib distribution used to build the zlib and
22 and *.h files from the upstream root directory and contrib/minizip were
24 - The contents of the google directory are original Chromium-specific
26 - Added chromeconf.h
27 - Plus the changes in 'patches' folder.
28 - Code in contrib/ other than contrib/minizip was added to match zlib's
30 - Backported patches from 1.2.12 release (Work In Progress).
/third_party/node/deps/npm/docs/content/commands/
Dnpm-diff.md1 ---
2 title: npm-diff
5 ---
15 Similar to its `git diff` counterpart, this command will print diff patches
18 * `npm diff --diff=<spec-a> --diff=<spec-b>`
21 `npm diff --diff=pkg@1.0.0 --diff=pkg@^2.0.0`. It's also possible to
23 e.g: `npm diff --diff=pkg@1.0.0 --diff=pkg-fork@1.0.0`.
27 e.g: `npm diff --diff=pkg@latest --diff=./packages/pkg`
33 npm diff --diff=abbrev@1.1.0 --diff=abbrev@1.1.1
39 diff --git a/package.json b/package.json
[all …]
/third_party/skia/third_party/externals/abseil-cpp/
DREADME.chromium3 URL: https://github.com/abseil/abseil-cpp
12 Chromium, subject to the guidance at https://chromium-cpp.appspot.com/; it can
21 2. Copy the content of the Abseil git repo to //third_party/abseil-cpp.
23 3. From your source root run third_party/abseil-cpp/generate_def_files.py to
28 * absl/copts.bzl has been translated to //third_party/absl-cpp/BUILD.gn. Both
33 * Patches from //third_party/abseil-cpp/patches have been applied.
/third_party/skia/third_party/externals/icu/
DREADME.chromium2 URL: https://github.com/unicode-org/icu
3 Version: 69-1
4 CPEPrefix: cpe:/a:icu-project:international_components_for_unicode:69.1
13 1. Run "scripts/update.sh <version>" (e.g. 69-1).
15 It does preserve Chrome-specific build files and
20 2. Review and apply patches/changes in "D. Local Modifications" if
21 necessary/applicable. Update patch files in patches/.
28 Pre-built data files are generated and checked in with the following steps
41 ${CHROME_ICU_TREE_TOP}/source/runConfigureICU Linux --disable-layout --disable-tests
53 This copies the ICU data files for non-Android platforms
[all …]
/third_party/jerryscript/
DCONTRIBUTING.md8patches in public by opening a pull request. Patches sent privately to Maintainers and Committers …
12patches are generally easier to understand and test, so please submit changes in the smallest incr…
25 * http://www.apache.org/licenses/LICENSE-2.0
35-wide notice ("Copyright JS Foundation and other contributors, http://js.foundation") is not permi…
39-off is a simple line at the end of the commit message of the patch, which certifies that you wrot…
41 We have the same requirements for using the signed-off-by process as the Linux kernel.
42 In short, you need to include a signed-off-by tag in every patch.
46 > JerryScript-DCO-1.0-Signed-off-by: Random J Developer random@developer.example.org
48 "JerryScript-DCO-1.0-Signed-off-by:" this is a developer's certification that he or she has the rig…
50 ### 4. Open a GitHub [pull request](https://github.com/jerryscript-project/jerryscript/pulls)
[all …]
/third_party/mesa3d/.gitlab-ci/container/
Dbuild-crosvm.sh3 set -ex
8 git clone --single-branch -b main --no-checkout https://chromium.googlesource.com/chromiumos/platfo…
11 git submodule update --init
12 # Apply all crosvm patches for Mesa CI
13 cat "$SCRIPT_DIR"/.gitlab-ci/container/build-crosvm_*.patch |
14 patch -p1
17 rm -rf third_party/virglrenderer
18 git clone --single-branch -b master --no-checkout https://gitlab.freedesktop.org/virgl/virglrendere…
22 ninja -C build install
25 RUSTFLAGS='-L native=/usr/local/lib' cargo install \
[all …]
/third_party/rust/crates/minimal-lexical/scripts/
Dtimings.py6 Plot the timings from building minimal-lexical.
15 from matplotlib import patches
26 parser = argparse.ArgumentParser(description='Time building minimal-lexical.')
28 '--features',
33 '--no-default-features',
53 command = 'cargo +nightly build -Z timings=json'
55 command = f'{command} --no-default-features'
57 command = f'{command} --features={args.features}'
69 line = line.decode('utf-8')
107 ax.add_patch(patches.Rectangle(
[all …]
/third_party/skia/third_party/externals/microhttpd/doc/
Dmdate-sh2 # Get modification time of a file or directory and pretty-print it.
4 scriptversion=2010-08-21.06; # UTC
6 # Copyright (C) 1995-2013 Free Software Foundation, Inc.
28 # bugs to <bug-automake@gnu.org> or send patches to
29 # <automake-patches@gnu.org>.
31 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
34 # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
36 alias -g '${1+"$@"}'='"$@"'
42 echo "$0: No file. Try '$0 --help' for more information." 1>&2
45 -h | --h*)
[all …]
/third_party/libffi/doc/
Dmdate-sh2 # Get modification time of a file or directory and pretty-print it.
4 scriptversion=2018-03-07.03; # UTC
6 # Copyright (C) 1995-2018 Free Software Foundation, Inc.
28 # bugs to <bug-automake@gnu.org> or send patches to
29 # <automake-patches@gnu.org>.
31 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
34 # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
36 alias -g '${1+"$@"}'='"$@"'
42 echo "$0: No file. Try '$0 --help' for more information." 1>&2
45 -h | --h*)
[all …]
/third_party/sqlite/
DOAT.xml1 <?xml version="1.0" encoding="UTF-8"?>
2 <!-- Copyright (c) 2021 Huawei Device Co., Ltd.
8 http://www.apache.org/licenses/LICENSE-2.0
18 -->
19 <!-- OAT(OSS Audit Tool) configuration guide:
20 basedir: Root dir, the basedir + project path is the real source file location.
22 1.If the project don't have "LICENSE" in root dir, please define all the license files in this proj…
29 5. task project: Projects to be checked, the path field define the source root dir of the project.
56 -->
68 # Copyright (c) Huawei Technologies Co., Ltd. 2019-2019. All rights reserved.
[all …]
/third_party/libbpf/.github/actions/vmtest/
Daction.yml20 - name: Setup environment
21 uses: libbpf/ci/setup-build-env@master
25 - name: Get checkpoint commit
28 cat CHECKPOINT-COMMIT
29 echo "CHECKPOINT=$(cat CHECKPOINT-COMMIT)" >> $GITHUB_ENV
30 - name: Get kernel source at checkpoint
31 uses: libbpf/ci/get-linux-source@master
33 repo: 'https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next.git'
36 - name: Patch kernel source
37 uses: libbpf/ci/patch-kernel@master
[all …]
/third_party/ffmpeg/doc/
Dgit-howto.texi1 \input texinfo @c -*- texinfo -*-
2 @documentencoding UTF-8
21 git --help
28 git <command> --help
29 man git-<command>
38 @url{http://git-scm.com/, Git website}.
42 What follows now is a basic introduction to Git and some FFmpeg-specific
49 You can get Git from @url{http://git-scm.com/}
69 git clone gil@@ffmpeg.org:ffmpeg-web <target>
76 If you don't have write-access to the ffmpeg-web repository, you can
[all …]
/third_party/skia/third_party/externals/zlib/
DREADME.chromium14 zlib is a free, general-purpose, legally unencumbered lossless data-compression
16 1951, which combines the LZ77 (Lempel-Ziv) algorithm with Huffman coding. zlib
20 - Only source code from the zlib distribution used to build the zlib and
22 and *.h files from the upstream root directory and contrib/minizip were
24 - The contents of the google directory are original Chromium-specific
26 - Added chromeconf.h
27 - Plus the changes in 'patches' folder.
28 - Code in contrib/ other than contrib/minizip was added to match zlib's
/third_party/libbpf/scripts/
Dsync-kernel.sh4 echo "USAGE: ./sync-kernel.sh <libbpf-repo> <kernel-repo> <bpf-branch>"
6 …echo "Set BPF_NEXT_BASELINE to override bpf-next tree commit, otherwise read from <libbpf-repo>/CH…
7 …BPF_BASELINE to override bpf tree commit, otherwise read from <libbpf-repo>/BPF-CHECKPOINT-COMMIT."
8 echo "Set MANUAL_MODE to 1 to manually control every cherry-picked commits."
12 set -eu
14 LIBBPF_REPO=${1-""}
15 LINUX_REPO=${2-""}
16 BPF_BRANCH=${3-""}
17 BASELINE_COMMIT=${BPF_NEXT_BASELINE:-$(cat ${LIBBPF_REPO}/CHECKPOINT-COMMIT)}
18 BPF_BASELINE_COMMIT=${BPF_BASELINE:-$(cat ${LIBBPF_REPO}/BPF-CHECKPOINT-COMMIT)}
[all …]

12345678