Searched +full:freebsd13 +full:- +full:4 +full:r (Results 1 – 4 of 4) sorted by relevance
/freebsd/sys/contrib/openzfs/.github/workflows/scripts/ |
H A D | qemu-2-start.sh | 4 # 2) start qemu with some operating system, init via cloud-init 7 set -eu 9 # short name used in zfs-qemu.yml 12 # OS variant (virt-install --os-variant list) 16 FREEBSD_REL="https://download.freebsd.org/releases/CI-IMAGES" 17 FREEBSD_SNAP="https://download.freebsd.org/snapshots/CI-IMAGES" 21 UBMIRROR="https://cloud-images.ubuntu.com" 22 #UBMIRROR="https://mirrors.cloud.tencent.com/ubuntu-cloud-images" 23 #UBMIRROR="https://mirror.citrahost.com/ubuntu-cloud-images" 31 …URL="https://repo.almalinux.org/almalinux/8/cloud/x86_64/images/AlmaLinux-8-GenericCloud-latest.x8… [all …]
|
/freebsd/sys/contrib/openzfs/.github/workflows/ |
H A D | zfs-qemu.yml | 1 name: zfs-qemu 22 …tion: "(optional) Experimental kernel version to install on Fedora (like '6.14' or '6.13.3-0.rc3')" 25 group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }} 26 cancel-in-progress: true 29 test-config: 31 runs-on: ubuntu-24.04 36 - uses: actions/checkout@v4 38 fetch-depth: 0 39 - name: Generate OS config and CI type 42 …x10", "debian11", "debian12", "fedora41", "fedora42", "freebsd13-4r", "freebsd14-3s", "freebsd15-0… [all …]
|
/freebsd/contrib/llvm-project/llvm/tools/llvm-objdump/ |
H A D | llvm-objdump.cpp | 1 //===-- llvm-objdump.cpp - Object file dumping utility for llvm -----------===// 5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 7 //===----------------------------------------------------------------------===// 16 //===----------------------------------------------------------------------===// 18 #include "llvm-objdump.h" 127 std::size(NAME##_init) - 1); 158 std::size(NAME##_init) - 1); 173 "Mach-O object file displaying tool") {} in OtoolOptTable() 265 [[maybe_unused]] auto R = FunctionAddrToMap.try_emplace( in AddFunctionEntry() local 267 assert(R.second && "duplicate function address"); in AddFunctionEntry() [all …]
|
/freebsd/sys/conf/ |
H A D | NOTES | 2 # NOTES -- Lines that can be cut/pasted into kernel and hints configs. 11 # Please use ``make LINT'' to create an old-style LINT file if you want to 12 # do kernel test-builds. 48 # auto-size based on physical memory. 66 # after most other flags. Here we use it to inhibit use of non-optimal 67 # gcc built-in functions (e.g., memcmp). 70 # The following is equivalent to 'config -g KERNELNAME' and creates 71 # 'kernel.debug' compiled with -g debugging as well as a normal 81 makeoptions CONF_CFLAGS=-fno-builtin #Don't allow use of memcmp, etc. 82 #makeoptions DEBUG=-g #Build kernel with gdb(1) debug symbols [all …]
|