Searched +full:freebsd13 +full:- +full:4 +full:s (Results 1 – 11 of 11) sorted by relevance
| /freebsd/sys/contrib/openzfs/.github/workflows/ |
| H A D | zfs-qemu.yml | 1 name: zfs-qemu 12 …tion: "(optional) Experimental kernel version to install on Fedora (like '6.14' or '6.13.3-0.rc3')" 15 group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }} 16 cancel-in-progress: true 19 test-config: 21 runs-on: ubuntu-24.04 26 - uses: actions/checkout@v4 28 fetch-depth: 0 29 - name: Generate OS config and CI type 38 ci_type=$(python3 .github/workflows/scripts/generate-ci-type.py $head $base) [all …]
|
| /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) 15 # FreeBSD urls's 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" [all …]
|
| /freebsd/sys/powerpc/conf/ |
| H A D | GENERIC64 | 2 # GENERIC64 -- Generic kernel configuration file for FreeBSD/powerpc64 7 # https://docs.freebsd.org/en/books/handbook/kernelconfig/#kernelconfig-config 25 makeoptions DEBUG=-g # Build kernel with gdb(1) debug symbols 33 options PSERIES # PAPR-compliant systems (e.g. IBM p) 34 options POWERNV # Non-virtualized OpenPOWER systems 38 options NUMA # Non-Uniform Memory Architecture support 55 options UFS_GJOURNAL # Enable gjournal-based UFS journaling 66 options PSEUDOFS # Pseudo-filesystem framework 78 options COMPAT_FREEBSD13 # Compatible with FreeBSD13 83 options SYSVSHM # SYSV-style shared memory [all …]
|
| H A D | GENERIC64LE | 2 # GENERIC64LE -- Generic kernel configuration file for FreeBSD/powerpc64le 7 # https://docs.freebsd.org/en/books/handbook/kernelconfig/#kernelconfig-config 25 makeoptions DEBUG=-g # Build kernel with gdb(1) debug symbols 31 options PSERIES # PAPR-compliant systems (e.g. IBM p) 32 options POWERNV # Non-virtualized OpenPOWER systems 37 options NUMA # Non-Uniform Memory Architecture support 53 options UFS_GJOURNAL # Enable gjournal-based UFS journaling 64 options PSEUDOFS # Pseudo-filesystem framework 73 options COMPAT_FREEBSD13 # Compatible with FreeBSD13 79 options SYSVSHM # SYSV-style shared memory [all …]
|
| H A D | GENERIC | 2 # GENERIC -- Generic kernel configuration file for FreeBSD/powerpc 7 # https://docs.freebsd.org/en/books/handbook/kernelconfig/#kernelconfig-config 25 makeoptions DEBUG=-g # Build kernel with gdb(1) debug symbols 32 options PSERIES # PAPR-compliant systems 48 options UFS_GJOURNAL # Enable gjournal-based UFS journaling 58 options PSEUDOFS # Pseudo-filesystem framework 69 options COMPAT_FREEBSD13 # Compatible with FreeBSD13 74 options SYSVSHM # SYSV-style shared memory 75 options SYSVMSG # SYSV-styl [all...] |
| /freebsd/sys/i386/conf/ |
| H A D | GENERIC | 2 # GENERIC -- Generic kernel configuration file for FreeBSD/i386 7 # https://docs.freebsd.org/en/books/handbook/kernelconfig/#kernelconfig-config 27 makeoptions DEBUG=-g # Build kernel with gdb(1) debug symbols 44 options UFS_GJOURNAL # Enable gjournal-based UFS journaling 54 options PSEUDOFS # Pseudo-filesystem framework 66 options COMPAT_FREEBSD13 # Compatible with FreeBSD13 71 options SYSVSHM # SYSV-style shared memory 72 options SYSVMSG # SYSV-style message queues 73 options SYSVSEM # SYSV-style semaphores 74 options _KPOSIX_PRIORITY_SCHEDULING # POSIX P1003_1B real-time extensions [all …]
|
| /freebsd/sys/amd64/conf/ |
| H A D | GENERIC | 2 # GENERIC -- Generic kernel configuration file for FreeBSD/amd64 7 # https://docs.freebsd.org/en/books/handbook/kernelconfig/#kernelconfig-config 23 makeoptions DEBUG=-g # Build kernel with gdb(1) debug symbols 27 options NUMA # Non-Uniform Memory Architecture support 47 options UFS_GJOURNAL # Enable gjournal-based UFS journaling 57 options PSEUDOFS # Pseudo-filesystem framework 71 options COMPAT_FREEBSD13 # Compatible with FreeBSD13 76 options SYSVSHM # SYSV-style shared memory 77 options SYSVMSG # SYSV-style message queues 78 options SYSVSEM # SYSV-style semaphores [all …]
|
| /freebsd/sys/dev/aq/ |
| H A D | aq_main.c | 82 printf("atlantic: unimplemented function: %s@%s:%d\n", __func__, \ 284 .isc_nrxd_default = {PAGE_SIZE / sizeof(aq_txc_desc_t) * 4}, 285 .isc_ntxd_default = {PAGE_SIZE / sizeof(aq_txc_desc_t) * 4}, 293 /* UDP Receive-Side Scaling */ 296 "Enable Receive-Side Scaling (RSS) for UDP"); 318 softc->ctx = ctx; in aq_if_attach_pre() 319 softc->dev = iflib_get_dev(ctx); in aq_if_attach_pre() 320 softc->media = iflib_get_media(ctx); in aq_if_attach_pre() 321 softc->scctx = iflib_get_softc_ctx(ctx); in aq_if_attach_pre() 322 softc->sctx = iflib_get_sctx(ctx); in aq_if_attach_pre() [all …]
|
| /freebsd/sys/dev/iscsi/ |
| H A D | iscsi.c | 1 /*- 2 * SPDX-License-Identifier: BSD-2-Clause 89 int idr_spare[4]; 109 0, "Timeout for ping (NOP-Out) requests, in seconds"); 129 #define CONN_SESSION(X) ((struct iscsi_session *)X->ic_prv0) 130 #define PDU_SESSION(X) (CONN_SESSION(X->ip_conn)) 135 printf("%s: " X "\n", __func__, ## __VA_ARGS__);\ 141 printf("WARNING: %s: " X "\n", \ 146 #define ISCSI_SESSION_DEBUG(S, X, ...) \ argument 149 printf("%s: %s (%s): " X "\n", \ [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 …]
|
| /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() 276 auto S = RangeBaseAddrToFunctionAddr.find(BaseAddress); in getEntryForAddress() local 277 if (S != RangeBaseAddrToFunctionAddr.end()) in getEntryForAddress() [all …]
|