| /freebsd/contrib/sendmail/libsm/ |
| H A D | debug.html | 11 <br> $Id: debug.html,v 1.9 2002-02-02 16:50:56 ca Exp $ 16 The debug and trace package provides abstractions for writing trace 17 messages, and abstractions for enabling and disabling debug and 21 Sendmail 8.11 and earlier has a <tt>-d</tt> option which 22 lets you turn on debug and trace code. 23 Debug categories are integers from 0 to 99, with the sole exception 24 of "ANSI", which is a named debug category. 27 The libsm debug package supports named debug categories. 28 Debug category names have the form of C identifiers. 35 In sendmail 8.12, the <tt>-d</tt> flag is generalized [all …]
|
| /freebsd/sys/arm/conf/ |
| H A D | std.armv6 | |
| H A D | std.armv7 | 5 options PREEMPTION # Enable kernel thread preemption 16 options SOFTUPDATES # Enable FFS soft updates support 19 options UFS_GJOURNAL # Enable gjournal-based UFS journaling 20 options QUOTA # Enable disk quotas for UFS 27 options PSEUDOFS # Pseudo-filesystem framework 37 options SYSVSHM # SYSV-style shared memory 38 options SYSVMSG # SYSV-style message queues 39 options SYSVSEM # SYSV-style semaphores 40 options _KPOSIX_PRIORITY_SCHEDULING # POSIX P1003_1B real-tim [all...] |
| /freebsd/contrib/llvm-project/llvm/lib/Support/ |
| H A D | Debug.cpp | 1 //===-- Debug.cpp - An easy way to add debug output to your code ----------===// 5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 7 //===----------------------------------------------------------------------===// 11 // command line options to enable it. 14 // be enabled automatically if you specify '-debug' on the command-line. 16 // that your debug code belongs to class "foo". Then, on the command line, you 17 // can specify '-debug-only=foo' to enable JUST the debug information for the 20 // When compiling without assertions, the -debug-* options and all code in 24 //===----------------------------------------------------------------------===// 26 #include "llvm/Support/Debug.h" [all …]
|
| /freebsd/sys/contrib/openzfs/config/ |
| H A D | kernel-kmem.m4 | 8 AC_ARG_ENABLE([debug-kmem], 9 [AS_HELP_STRING([--enable-debug-kmem], 10 [Enable basic kmem accounting @<:@default=no@:>@])], 16 KERNELCPPFLAGS="${KERNELCPPFLAGS} -DDEBUG_KMEM" 19 [Define to 1 to enable basic kmem accounting]) 31 dnl # feature also requires --enable-debug-kmem to be set. When enabled 39 AC_ARG_ENABLE([debug-kmem-tracking], 40 [AS_HELP_STRING([--enable-debug-kmem-tracking], 41 [Enable detailed kmem tracking @<:@default=no@:>@])], 47 KERNELCPPFLAGS="${KERNELCPPFLAGS} -DDEBUG_KMEM_TRACKING" [all …]
|
| /freebsd/sys/contrib/dev/rtw89/ |
| H A D | Kconfig | 1 # SPDX-License-Identifier: GPL-2.0 OR BSD-3-Clause 6 This module adds support for mac80211-based wireless drivers that 45 tristate "Realtek 8851BE PCI wireless network (Wi-Fi 6) adapter" 51 Select this option will enable support for 8851BE chipset 53 802.11ax PCIe wireless network (Wi-Fi 6) adapter 56 tristate "Realtek 8851BU USB wireless network (Wi-Fi 6) adapter" 62 Select this option will enable support for 8851BU chipset 64 802.11ax USB wireless network (Wi-Fi 6) adapter 67 tristate "Realtek 8852AE PCI wireless network (Wi-Fi 6) adapter" 73 Select this option will enable support for 8852AE chipset [all …]
|
| /freebsd/sys/contrib/openzfs/.github/workflows/scripts/ |
| H A D | qemu-4-build-vm.sh | 8 # qemu-4-build-vm.sh OS [--enable-debug][--dkms][--patch-level NUM] 9 # [--poweroff][--release][--repo][--tarball] 12 # --enable-debug: Build RPMs with '--enable-debug' (for testing) 13 # --dkms: Build DKMS RPMs as well 14 # --patch-level NUM: Use a custom patch level number for packages. 15 # --poweroff: Power-off the VM after building 16 # --release Build zfs-release*.rpm as well 17 # --repo After building everything, copy RPMs into /tmp/repo 20 # --tarball: Also build a tarball of ZFS source 30 while [[ $# -gt 0 ]]; do [all …]
|
| /freebsd/share/man/man4/ |
| H A D | ice.4 | 2 .\" SPDX-License-Identifier: BSD-3-Clause 4 .\" Copyright (c) 2019-2020, Intel Corporation 51 .Cd hw.ice.debug.enable_tx_fc_filter 52 .Cd hw.ice.debug.enable_tx_lldp_filter 53 .Cd hw.ice.debug.ice_tx_balance_en 73 .Bl -bullet -compact 91 .Sx Link-Level Flow Control 101 .Sx Debug Dump 113 .Sx Optics and auto-negotiation 115 .Sx PCI-Express Slot Bandwidth [all …]
|
| H A D | acpi.4 | 65 .Bl -tag -width indent 66 .It Va debug.acpi.enable_debug_objects 67 Enable dumping Debug objects without 69 Default is 0, ignore Debug objects. 81 To enable ACPI CPU idling control, 140 (power-off nicely). 161 (suspend-to-RAM). 170 .Bl -tag -width indent 196 Enable verbose printing from the various ACPI subsystems. 206 .Bl -tag -width indent [all …]
|
| /freebsd/sys/contrib/device-tree/include/dt-bindings/pinctrl/ |
| H A D | k210-fpioa.h | 1 /* SPDX-License-Identifier: GPL-2.0+ */ 11 * kendryte-standalone-sdk/lib/drivers/include/fpioa.h 169 #define K210_PCF_UART1_OUT2 155 /* UART1 User-designated Output 2 */ 170 #define K210_PCF_UART1_OUT1 156 /* UART1 User-designated Output 1 */ 173 #define K210_PCF_UART1_RE 159 /* UART1 Receiver Output Enable */ 174 #define K210_PCF_UART1_DE 160 /* UART1 Driver Output Enable */ 175 #define K210_PCF_UART1_RS485_EN 161 /* UART1 RS485 Enable */ 183 #define K210_PCF_UART2_OUT2 169 /* UART2 User-designated Output 2 */ 184 #define K210_PCF_UART2_OUT1 170 /* UART2 User-designated Output 1 */ 187 #define K210_PCF_UART2_RE 173 /* UART2 Receiver Output Enable */ [all …]
|
| /freebsd/contrib/jemalloc/scripts/ |
| H A D | gen_travis.py | 25 # https://docs.travis-ci.com/user/languages/minimal-and-generic/ 34 - |- 35 if test -f "./scripts/$TRAVIS_OS_NAME/before_install.sh"; then 40 - |- 41 if test -f "./scripts/$TRAVIS_OS_NAME/before_script.sh"; then 49 make -j3 50 make -j3 tests 54 - |- 55 if test -f "./scripts/$TRAVIS_OS_NAME/script.sh"; then 101 # flags. We also test with clang, -m32, --enable-debug, --enable-prof, [all …]
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Target/ |
| H A D | TargetOptions.h | 1 //===-- llvm/Target/TargetOptions.h - Target Options ------------*- C++ -*-===// 5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 7 //===----------------------------------------------------------------------===// 12 //===----------------------------------------------------------------------===// 29 Default, // Target-specific (either soft or hard depending on triple, etc). 37 Fast, // Enable fusion of FP ops wherever it's profitable. 39 Strict // Never fuse FP-ops. 48 // into 4 types: pointer to non-function, struct, 79 EABI4, // Target-specific (either 4, 5 or gnu depending on triple). 84 /// Identify a debugger for "tuning" the debug info. [all …]
|
| /freebsd/sys/powerpc/include/ |
| H A D | spr.h | 1 /*- 2 * SPDX-License-Identifier: BSD-2-Clause 43 /* The following routines allow manipulation of the full 64-bit width 88 * architectures the SPR is valid on - 4 for 4xx series, 95 #define SPR_RTCU_R 0x004 /* .6. 601 RTC Upper - Read */ 96 #define SPR_RTCL_R 0x005 /* .6. 601 RTC Lower - Read */ 101 #define DSISR_DIRECT 0x80000000 /* Direct-stor [all...] |
| /freebsd/sys/contrib/openzfs/module/os/linux/zfs/ |
| H A D | zfs_debug.c | 1 // SPDX-License-Identifier: CDDL-1.0 10 * or https://opensource.org/licenses/CDDL-1.0. 42 * Internal ZFS debug messages are enabled by default. 44 * # Print debug messages 47 * # Disable the kernel debug message log. 50 * # Clear the kernel debug message log. 58 seq_printf(f, "%-12s %-8s\n", "timestamp", "message"); in zfs_dbgmsg_show_header() 66 seq_printf(f, "%-12llu %-s\n", in zfs_dbgmsg_show() 67 (u_longlong_t)zdm->zdm_timestamp, zdm->zdm_msg); in zfs_dbgmsg_show() 79 uint_t size = zdm->zdm_size; in zfs_dbgmsg_purge() [all …]
|
| /freebsd/sys/powerpc/conf/ |
| H A D | QORIQ64 | 14 makeoptions DEBUG=-g #Build kernel with gdb(1) debug symbols 16 #makeoptions WERROR="-Werror -Wno-format" 37 options SOFTUPDATES #Enable FFS soft updates support 40 options UFS_GJOURNAL #Enable gjournal-based UFS journaling 41 options QUOTA #Enable disk quotas for UFS 111 options USB_DEBUG # enable debug msgs 134 options HID_DEBUG # enable debug msgs
|
| 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 39 options PREEMPTION # Enable kernel thread preemption 52 options SOFTUPDATES # Enable FFS soft updates support 55 options UFS_GJOURNAL # Enable gjournal-based UFS journaling 56 options QUOTA # Enable disk quotas for UFS [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 38 options PREEMPTION # Enable kernel thread preemption 50 options SOFTUPDATES # Enable FFS soft updates support 53 options UFS_GJOURNAL # Enable gjournal-based UFS journaling 54 options QUOTA # Enable disk quotas for UFS [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 36 options PREEMPTION # Enable kernel thread preemption 45 options SOFTUPDATES # Enable FFS soft updates support 48 options UFS_GJOURNAL # Enable gjourna [all...] |
| /freebsd/sys/riscv/conf/ |
| H A D | GENERIC | 2 # GENERIC -- Generic kernel configuration file for FreeBSD/RISC-V 7 # https://docs.freebsd.org/en/books/handbook/kernelconfig/#kernelconfig-config 23 makeoptions DEBUG=-g # Build kernel with gdb(1) debug symbols 27 options PREEMPTION # Enable kernel thread preemption 39 options SOFTUPDATES # Enable FFS soft updates support 42 options UFS_GJOURNAL # Enable gjournal-based UFS journaling 43 options QUOTA # Enable disk quotas for UFS 51 options PSEUDOFS # Pseudo-filesystem framework 61 options SYSVSHM # SYSV-style shared memory 62 options SYSVMSG # SYSV-style message queues [all …]
|
| /freebsd/sys/contrib/dev/athk/ath12k/ |
| H A D | Kconfig | 1 # SPDX-License-Identifier: BSD-3-Clause-Clear 3 tristate "Qualcomm Technologies Wi-Fi 7 support (ath12k)" 11 Enable support for Qualcomm Technologies Wi-Fi 7 (IEEE 21 Enable debug support, for example debug messages which must 24 If unsure, say Y to make it easier to debug problems. But if 31 Enable ath12k tracing infrastructure. 33 If unsure, say Y to make it easier to debug problems. But if
|
| /freebsd/crypto/openssl/fuzz/ |
| H A D | README.md | 7 --------- 13 ----------------------------------- 15 Install `clang`, which [ships with `libfuzzer`](http://llvm.org/docs/LibFuzzer.html#fuzzer-usage) 18 sudo apt-get install clang 23 `/usr/lib/llvm-7/lib/clang/7.0.1/lib/linux/libclang_rt.fuzzer-x86_64.a`. 25 CC=clang ./config enable-fuzz-libfuzzer \ 26 --with-fuzzer-lib=$PATH_TO_LIBFUZZER \ 27 -DPEDANTIC enable-asan enable-ubsan no-shared \ 28 -DFUZZING_BUILD_MODE_UNSAFE_FOR_PRODUCTION \ 29 -fsanitize=fuzzer-no-link \ [all …]
|
| /freebsd/sys/conf/ |
| H A D | std.debug | 2 # std.debug -- Enable debug options for -CURRENT. 9 options DEADLKRES # Enable the deadlock resolver 10 options INVARIANTS # Enable calls of extra sanity checking 13 options WITNESS # Enable checks to detect deadlocks and cycles 16 options VERBOSE_SYSINIT=0 # Support debug.verbose_sysinit, off by default
|
| /freebsd/sys/contrib/openzfs/.github/workflows/ |
| H A D | zloop.yml | 8 group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }} 9 cancel-in-progress: true 13 runs-on: ubuntu-24.04 18 - uses: actions/checkout@v4 21 - name: Install dependencies 23 sudo apt-get purge -y snapd google-chrome-stable firefox 24 ONLY_DEPS=1 .github/workflows/scripts/qemu-3-deps-vm.sh ubuntu24 25 - name: Autogen.sh 27 sed -i '/DEBUG_CFLAGS="-Werror"/s/^/#/' config/zfs-build.m4 29 - name: Configure [all …]
|
| /freebsd/usr.bin/clang/opt/ |
| H A D | opt.1 | 4 .nr rst2man-indent-level 0 7 \\$1 \\n[an-margin] 8 level \\n[rst2man-indent-level] 9 level margin: \\n[rst2man-indent\\n[rst2man-indent-level]] 10 - 11 \\n[rst2man-indent0] 12 \\n[rst2man-indent1] 13 \\n[rst2man-indent2] 18 . nr rst2man-indent\\n[rst2man-indent-level] \\n[an-margin] 19 . nr rst2man-indent-level +1 [all …]
|
| /freebsd/contrib/bc/ |
| H A D | build.gaml | 4 * SPDX-License-Identifier: BSD-2-Clause 6 * Copyright (c) 2018-2025 Gavin D. Howard and contributors. 53 debug: { 54 debug: true 120 // This is the preferred debug build of the author, Gavin D. Howard. 123 debug: true 141 default_development: @debug 159 desc: "Enable the extra math extensions." 230 …ther to exit bc by default if an expression or expression file is given with the -e or -f options." 235 …ther to exit dc by default if an expression or expression file is given with the -e or -f options." [all …]
|