Searched +full:qemu +full:- +full:consistency (Results 1 – 23 of 23) sorted by relevance
| /external/zstd/.github/workflows/ |
| D | dev-short-tests.yml | 1 name: dev-short-tests 6 group: fast-${{ github.ref }} 7 cancel-in-progress: true 13 permissions: read-all 16 linux-kernel: 17 runs-on: ubuntu-latest 19 - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # tag=v4.1.1 20 - name: linux kernel, library + build + test 21 …run: make -C contrib/linux-kernel test CFLAGS="-Werror -Wunused-const-variable -Wunused-but-set-va… 24 runs-on: ubuntu-latest [all …]
|
| /external/AFLplusplus/ |
| D | Changelog.md | 7 - afl-fuzz: 8 - default power schedule is now EXPLORE, due a fix in fast schedules 10 - fixed minor issues in the mutation engine, thanks to @futhewo for 12 - better deterministic fuzzing is now available, benchmarks have shown 13 to improve fuzzing. Enable with -D. Thanks to @kdsjZh for the PR! 14 - afl-cc: 15 - large rewrite by @SonicStark which fixes a few corner cases, thanks! 16 - LTO mode now requires llvm 12+ 17 - workaround for ASAN with gcc_plugin mode 18 - instrumentation: [all …]
|
| /external/AFLplusplus/docs/ |
| D | Changelog.md | 7 - afl-fuzz: 8 - default power schedule is now EXPLORE, due a fix in fast schedules 10 - fixed minor issues in the mutation engine, thanks to @futhewo for 12 - better deterministic fuzzing is now available, benchmarks have shown 13 to improve fuzzing. Enable with -D. Thanks to @kdsjZh for the PR! 14 - afl-cc: 15 - large rewrite by @SonicStark which fixes a few corner cases, thanks! 16 - LTO mode now requires llvm 12+ 17 - workaround for ASAN with gcc_plugin mode 18 - instrumentation: [all …]
|
| D | afl-fuzz_approach.md | 1 # The afl-fuzz approach 3 AFL++ is a brute-force fuzzer coupled with an exceedingly simple but rock-solid 4 instrumentation-guided genetic algorithm. It uses a modified form of edge 5 coverage to effortlessly pick up subtle, local-scale changes to program control 8 Note: If you are interested in a more current up-to-date deep dive how AFL++ 10 [https://blog.ritsec.club/posts/afl-under-hood/](https://blog.ritsec.club/posts/afl-under-hood/) 14 1) Load user-supplied initial test cases into the queue. 21 4) Repeatedly mutate the file using a balanced and well-researched variety of 30 have been obsoleted by newer, higher-coverage finds; and undergo several other 31 instrumentation-driven effort minimization steps. [all …]
|
| /external/AFLplusplus/src/ |
| D | afl-showmap.c | 2 american fuzzy lop++ - map display utility 3 ------------------------------------------ 9 Now maintained by Marc Heuse <mh@mh-sec.de>, 15 Copyright 2019-2024 AFLplusplus Project. All rights reserved. 21 https://www.apache.org/licenses/LICENSE-2.0 24 the contents of the trace bitmap in a human-readable form. Useful in 36 #include "afl-fuzz.h" 39 #include "alloc-inl.h" 88 static bool quiet_mode, /* Hide non-essential messages? */ 91 cmin_mode, /* Generate output in afl-cmin mode? */ [all …]
|
| D | afl-tmin.c | 2 american fuzzy lop++ - test case minimizer 3 ------------------------------------------ 9 Now maintained by Marc Heuse <mh@mh-sec.de>, 15 Copyright 2019-2024 AFLplusplus Project. All rights reserved. 21 https://www.apache.org/licenses/LICENSE-2.0 25 *or* producing consistent instrumentation output (the mode is auto-selected 35 #include "alloc-inl.h" 61 static u8 *mask_bitmap; /* Mask for trace bits (-B) */ 76 static u8 crash_mode, /* Crash-centric mode? */ 78 exit_crash, /* Treat non-zero exit as crash? */ [all …]
|
| /external/arm-trusted-firmware/docs/ |
| D | change-log.md | 4 issues in each release of Trusted Firmware-A. 6 ## 2.6 (2021-11-22) 10 - **Architecture** 12 - **Activity Monitors Extension (FEAT_AMU)** 14 - The public AMU API has been reduced to enablement only 17 …s ([b4b726e](https://review.trustedfirmware.org/plugins/gitiles/TF-A/trusted-firmware-a/+/b4b726ea… 19 - The `PLAT_AMU_GROUP1_COUNTERS_MASK` platform definition 20 has been removed. Platforms should specify per-core AMU counter masks 21 via FCONF or a platform-specific mechanism going forward. 23 …` ([6c8dda1](https://review.trustedfirmware.org/plugins/gitiles/TF-A/trusted-firmware-a/+/6c8dda19… [all …]
|
| /external/musl/ |
| D | WHATSNEW | 1 0.5.0 - initial release 5 0.5.9 - signal ABI bugfix, various cleanup and fixes: 25 many internal improvements have been made to the syscall-related code 30 0.6.0 - x86_64 port, various important bugs fixed 48 0.7.0 - major improvements to posix conformance and completeness 61 malloc(0) now returns a non-null pointer. 64 hanging), and non-default-type mutex behavior. 67 libgcc with dwarf2 unwind support, and possibly other low-level tools. 69 improved musl-gcc compiler wrapper. 76 0.7.1 - improvements to completeness, bug fixes [all …]
|
| /external/toybox/www/ |
| D | news.html | 2 <!--#include file="header.html" --> 5 into a single BSD-licensed executable that's simple, small, fast, 6 reasonably standards-compliant, and powerful enough to turn Android into 11 <!-- new entry template 12 <a name="DD-MM-YYYY" /><a href="#01-01-2001"><hr><h2><b>Jan 1, 2001</b></h2></a> 16 </p> - The Hitchhiker's Guide to the Galaxy</p> 19 <p><a href=downloads/toybox-0.0.1.tar.gz>Toybox 0.0.1</a> 23 bootable under QEMU (built using a <a href=https://github.com/landley/linux/tree/mkroot-0.1>lightly… 38 --> 40 <a name="08-04-2024" /><a href="#08-04-2024"><hr><h2><b>April 8, 2024</b></h2></a> [all …]
|
| D | roadmap.html | 2 <!--#include file="header.html" --> 9 <li><a href=#susv4>POSIX-2008/SUSv4</a></li> 35 <p>The most interesting publicly available standards are A) POSIX-2008 (also 37 <a href=https://www.kernel.org/doc/man-pages/>Linux man pages</a>. 45 to <a href=https://github.com/landley/control-images>build Linux From Scratch</a>. 48 plus <a href=faq.html#cross>musl-cross-make</a> to hermetically build 68 <h3><a name=susv4 /><a href="#susv4">POSIX-2008/SUSv4</a></h3> 72 …and ISO both approving <a href=https://landley.net/c99-draft.html>C99</a>. That's why IEEE 1003.1-… 88 but isn't officially a new standard. It's still posix-2008/SUSv4/Issue 7. 100 incorporated into <a href=https://nvlpubs.nist.gov/nistpubs/Legacy/FIPS/fipspub151-2-1993.pdf>US fe… [all …]
|
| /external/trusty/musl/ |
| D | WHATSNEW | 1 0.5.0 - initial release 5 0.5.9 - signal ABI bugfix, various cleanup and fixes: 25 many internal improvements have been made to the syscall-related code 30 0.6.0 - x86_64 port, various important bugs fixed 48 0.7.0 - major improvements to posix conformance and completeness 61 malloc(0) now returns a non-null pointer. 64 hanging), and non-default-type mutex behavior. 67 libgcc with dwarf2 unwind support, and possibly other low-level tools. 69 improved musl-gcc compiler wrapper. 76 0.7.1 - improvements to completeness, bug fixes [all …]
|
| /external/trusty/arm-trusted-firmware/docs/ |
| D | change-log.md | 4 issues in each release of Trusted Firmware-A. 6 …ew.trustedfirmware.org/plugins/gitiles/TF-A/trusted-firmware-a/+/refs/tags/v2.9.0..refs/tags/v2.10… 10 - **Architecture** 12 - **Performance Monitors Extension (FEAT_PMUv3)** 14 - This patch explicitly breaks the EL2 entry path. It is 17 …t ([83a4dae](https://review.trustedfirmware.org/plugins/gitiles/TF-A/trusted-firmware-a/+/83a4dae1… 19 - **Libraries** 21 - **EL3 Runtime** 23 - **Context Management** 25 - Initialisation code for handoff from EL3 to NS-EL1 [all …]
|
| /external/libjpeg-turbo/ |
| D | ChangeLog.md | 6 1. The SIMD dispatchers in libjpeg-turbo 2.1.4 and prior stored the list of 10 libjpeg-turbo 2.1.5 included an undocumented attempt to fix this race condition 11 by making the SIMD support variable thread-local. However, that caused another 27 1. Fixed issues in the build system whereby, when using the Ninja Multi-Config 28 CMake generator, a static build of libjpeg-turbo (a build in which 34 specially-crafted malformed 12-bit-per-component JPEG image into a progressive 35 12-bit-per-component JPEG image using a 12-bit-per-component build of 36 libjpeg-turbo (`-DWITH_12BIT=1`.) Given that the buffer overrun was fully 38 segfault or other user-visible errant behavior, given that the lossless 40 data exploits, and given that 12-bit-per-component builds of libjpeg-turbo are [all …]
|
| /external/kernel-headers/original/uapi/linux/ |
| D | vfio.h | 1 /* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */ 37 /* Two-stage IOMMU */ 43 * The No-IOMMU IOMMU offers no translation or isolation for devices and 44 * supports no ioctls outside of VFIO_CHECK_EXTENSION. Use of VFIO's No-IOMMU 100 /* -------- IOCTLs for VFIO file descriptor (/dev/vfio/vfio) -------- */ 103 * VFIO_GET_API_VERSION - _IO(VFIO_TYPE, VFIO_BASE + 0) 114 * VFIO_CHECK_EXTENSION - _IOW(VFIO_TYPE, VFIO_BASE + 1, __u32) 123 * VFIO_SET_IOMMU - _IOW(VFIO_TYPE, VFIO_BASE + 2, __s32) 130 * Return: 0 on success, -errno on failure 135 /* -------- IOCTLs for GROUP file descriptors (/dev/vfio/$GROUP) -------- */ [all …]
|
| /external/python/cpython3/Doc/library/ |
| D | subprocess.rst | 1 :mod:`subprocess` --- Subprocess management 12 -------------- 26 :pep:`324` -- PEP proposing the subprocess module 28 .. include:: ../includes/wasm-notavail.rst 31 ---------------------------------- 47 in :ref:`frequently-used-arguments` (hence the use of keyword-only notation 49 same as that of the :class:`Popen` constructor - most of the arguments to 62 :exc:`TimeoutExpired` exception will be re-raised after the child process 71 If *check* is true, and the process exits with a non-zero exit code, a 91 >>> subprocess.run(["ls", "-l"]) # doesn't capture output [all …]
|
| /external/openthread/third_party/mbedtls/repo/ |
| D | ChangeLog | 3 = Mbed TLS 2.28.7 branch released 2024-01-26 14 could result in an integer overflow, causing a zero-length buffer to be 18 = Mbed TLS 2.28.6 branch released 2023-11-06 21 * Mbed TLS is now released under a dual Apache-2.0 OR GPL-2.0-or-later 24 = Mbed TLS 2.28.5 branch released 2023-10-05 39 (notably recent versions of Clang and IAR) could produce non-constant 43 ARC4 or null-cipher cipher suites. Credit to OSS-Fuzz. 53 mbedtls_x509_san_other_name struct. The type-id of the otherName was not 73 = Mbed TLS 2.28.4 branch released 2023-08-04 88 M-class CPUs (Cortex-M0, Cortex-M0+, Cortex-M1, Cortex-M23, [all …]
|
| /external/mbedtls/ |
| D | ChangeLog | 3 = Mbed TLS 3.5.2 branch released 2024-01-26 14 could result in an integer overflow, causing a zero-length buffer to be 18 = Mbed TLS 3.5.1 branch released 2023-11-06 21 * Mbed TLS is now released under a dual Apache-2.0 OR GPL-2.0-or-later 28 = Mbed TLS 3.5.0 branch released 2023-10-05 31 * Mbed TLS 3.4 introduced support for omitting the built-in implementation 32 of ECDSA and/or EC J-PAKE when those are provided by a driver. However, 33 there was a flaw in the logic checking if the built-in implementation, in 36 accelerated and still have the built-in implementation compiled out. 39 considered not accelerated, and the built-in implementation of the curves [all …]
|
| /external/pigweed/docs/ |
| D | changelog.rst | 3 .. _docs-changelog: 9 -------------------------------- 11 -------------------------------- 12 .. pigweed-live:: 14 .. _docs-changelog-latest: 16 ------------ 18 ------------ 23 * **Clock management**: The new :ref:`module-pw_clock_tree` module manages 26 * **GitHub Actions**: The new :ref:`docs-github` guide shows you 27 how to set up GitHub Actions to build and test a Bazel-based Pigweed [all …]
|
| /external/mesa3d/docs/relnotes/ |
| D | 23.2.1.rst | 1 Mesa 23.2.1 Release Notes / 2023-09-28 23 --------------- 27 64de0616fc2d801f929ab1ac2a4f16b3e2783c4309a724c8a259b20df8bbc1cc mesa-23.2.1.tar.xz 32 ------------ 34 - VK_EXT_attachment_feedback_loop_dynamic_state on RADV 36 - extendedDynamicState3SampleLocationsEnable on RADV 38 - VK_EXT_dynamic_rendering_unused_attachments on RADV 40 - VK_EXT_mesh_shader on lavapipe 42 - OpenGL 3.1 on Asahi 44 - OpenGL ES 3.0 on Asahi [all …]
|
| D | 21.1.0.rst | 1 Mesa 21.1.0 Release Notes / 2021-05-05 20 --------------- 24 0128f10e22970d3aed3d1034003731f94623015cd9797c07151417649c1b1ff8 mesa-21.1.0.tar.xz 28 ------------ 30 - VK_KHR_workgroup_memory_explicit_layout on Intel, RADV 32 - DRM format modifiers for AMD. 34 - VK_KHR_zero_initialize_workgroup_memory on Intel, RADV 36 - Zink exposes GL 4.6 and ES 3.1 38 - GL_EXT_depth_bounds_test on softpipe, zink 40 - GL_EXT_texture_filter_minmax on nvc0 (gm200+) [all …]
|
| /external/strace/ |
| D | ChangeLog | 1 2018-10-30 Dmitry V. Levin <ldv@altlinux.org> 10 2018-10-25 Dmitry V. Levin <ldv@altlinux.org> 14 2018-10-25 Elvira Khabirova <lineprinter@altlinux.org> 28 Co-Authored-by: Dmitry V. Levin <ldv@altlinux.org> 30 2018-10-25 Dmitry V. Levin <ldv@altlinux.org> 33 Linux commit v4.19-rc2-5-g2ecefa0a15fd0ef88b9cd5d15ceb813008136431 40 2018-10-24 Dmitry V. Levin <ldv@altlinux.org> 44 introduced by Linux commit v4.19-rc7~24^2~1. 51 2018-10-24 Gleb Fotengauer-Malinovskiy <glebfm@altlinux.org> 54 * linux/32/ioctls_inc_align16.h: Update from linux v4.19-rc8 [all …]
|
| /external/rust/crates/tikv-jemalloc-sys/patches/ |
| D | delete_c_library.patch | 1 diff --git a/build.rs b/build.rs 4 --- a/build.rs 6 @@ -1,408 +0,0 @@ 7 -// Copyright 2015 The Rust Project Developers. See the COPYRIGHT 8 -// file at the top-level directory of this distribution and at 9 -// http://rust-lang.org/COPYRIGHT. 10 -// 11 -// Licensed under the Apache License, Version 2.0 <LICENSE-APACHE or 12 -// http://www.apache.org/licenses/LICENSE-2.0> or the MIT license 13 -// <LICENSE-MIT or http://opensource.org/licenses/MIT>, at your [all …]
|
| /external/bazelbuild-rules_go/third_party/ |
| D | org_golang_x_tools-deletegopls.patch | 1 diff -urN a/gopls/api-diff/api_diff.go b/gopls/api-diff/api_diff.go 2 --- a/gopls/api-diff/api_diff.go 2000-01-01 00:00:00.000000000 -0000 3 +++ b/gopls/api-diff/api_diff.go 1970-01-01 00:00:00.000000000 +0000 4 @@ -1,89 +0,0 @@ 5 -// Copyright 2021 The Go Authors. All rights reserved. 6 -// Use of this source code is governed by a BSD-style 7 -// license that can be found in the LICENSE file. 8 - 9 -//go:build go1.18 10 -// +build go1.18 [all …]
|