/freebsd/sys/contrib/openzfs/cmd/ |
H A D | zilstat.in | 14 # or https://opensource.org/licenses/CDDL-1.0. 40 "time": [8, -1, "time"], 41 "pool": [12, -1, "pool"], 42 "ds": [12, -1, "dataset_name"], 43 "obj": [12, -1, "objset"], 86 cmd = ("Usage: zilstat [-hgdv] [-i interval] [-p pool_name]") 89 diff = {} 101 index = 0 104 if scale == -1: 111 while num > scale and index < 5: [all …]
|
/freebsd/usr.bin/patch/ |
H A D | patch.1 | 1 .\"- 28 .Nd apply a diff file to an original 31 .Bk -words 33 .Op Fl B Ar backup-prefix 36 .Op Fl F Ar max-fuzz 38 .Op Fl o Ar out-file 39 .Op Fl p Ar strip-count 40 .Op Fl r Ar rej-name 43 .Op Fl z Ar backup-ext 53 .Xr diff 1 [all …]
|
H A D | pch.c | 1 /*- 21 * patch - a program to apply diffs to original files 23 * -C option added in 1998, original code by Marc Espie, based on FreeBSD 46 /* Patch (diff listing) abstract type. */ 53 static LINENUM p_end = -1; /* last line in hunk */ 59 static char *p_char = NULL; /* +, -, and ! */ 67 static LINENUM p_efake = -1; /* end of faked up lines--don't free */ 68 static LINENUM p_bfake = - [all...] |
/freebsd/contrib/llvm-project/llvm/tools/llvm-diff/lib/ |
H A D | DifferenceEngine.cpp | 1 //===-- DifferenceEngine.cpp - Structural function/module comparison ------===// 5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 7 //===----------------------------------------------------------------------===// 12 //===----------------------------------------------------------------------===// 49 unsigned Index = Storage.size(); in insert() local 51 if (Index == 0) return; in insert() 55 unsigned Target = (Index + 1) / 2 - 1; in insert() 56 if (!Precedes(data[Index], data[Target])) return; in insert() 57 std::swap(data[Index], data[Target]); in insert() 59 Index = Target; in insert() [all …]
|
/freebsd/sys/arm64/freescale/imx/clk/ |
H A D | imx_clk_composite.c | 1 /*- 2 * SPDX-License-Identifier: BSD-2-Clause 42 #define TARGET_ROOT_PRE_PODF(n) ((((n) - 1) & 0x7) << 16) 46 #define TARGET_ROOT_POST_PODF(n) ((((n) - 1) & 0x3f) << 0) 83 READ4(clk, sc->offset, &val); in imx_clk_composite_init() 102 READ4(clk, sc->offset, &val); in imx_clk_composite_set_gate() 107 WRITE4(clk, sc->offset, val); in imx_clk_composite_set_gate() 114 imx_clk_composite_set_mux(struct clknode *clk, int index) in imx_clk_composite_set_mux() argument 121 dprintf("Set mux to %d\n", index); in imx_clk_composite_set_mux() 123 READ4(clk, sc->offset, &val); in imx_clk_composite_set_mux() [all …]
|
/freebsd/contrib/jemalloc/ |
H A D | FREEBSD-diffs | 1 diff --git a/doc/jemalloc.xml.in b/doc/jemalloc.xml.in 2 index 7fecda7c..d5ca5e86 100644 3 --- a/doc/jemalloc.xml.in 5 @@ -53,11 +53,22 @@ 10 + <para>The following configuration options are enabled in libc's built-in 11 + jemalloc: <option>--enable-fill</option>, 12 + <option>--enable-lazy-lock</option>, <option>--enable-stats</option>, 13 + <option>--enable-utrace</option>, <option>--enable-xmalloc</option>, and 14 + <option>--with-malloc-conf=abort_conf:false</option>. 15 + Additionally, <option>--enable-debug</option> is enabled in development [all …]
|
/freebsd/contrib/one-true-awk/testdir/ |
H A D | T.builtin | 3 awk=${awk-../a.out} 5 $awk 'BEGIN { print index(123, substr(123, 2)) }' >foo1 7 diff foo1 foo2 || echo 'BAD: T.builtin (index/substr)' 15 diff foo1 foo2 || echo 'BAD: T.builtin (sin/cos)' 25 diff foo1 foo2 || echo 'BAD: T.builtin (rand)' 30 diff foo1 foo2 || echo 'BAD: T.builtin (toupper/tolower)' 33 if locale -a | grep -qsi de_DE.UTF-8; then 34 (export LANG=de_DE.UTF-8 && echo 'Dürst' | 37 diff foo1 foo2 || echo 'BAD: T.builtin (toupper/tolower) for utf-8' 38 (export LC_NUMERIC=de_DE.UTF-8 && $awk 'BEGIN { print 0.01 }' /dev/null) >foo1 [all …]
|
/freebsd/contrib/unbound/contrib/ |
H A D | drop-tld.diff | 1 diff --git a/daemon/worker.c b/daemon/worker.c 2 index 263fcdd..f787b70 100644 3 --- a/daemon/worker.c 5 @@ -1213,6 +1213,15 @@ worker_handle_request(struct comm_point* c, void* arg, int error, 6 addr_to_str(&repinfo->addr, repinfo->addrlen, ip, sizeof(ip)); 10 + if(worker->env.cfg->drop_tld) { 21 diff --git a/util/config_file.h b/util/config_file.h 22 index b3ef930..2791541 100644 23 --- a/util/config_file.h 25 @@ -274,6 +274,8 @@ struct config_file { [all …]
|
H A D | aaaa-filter-iterator.patch | 1 diff --git a/doc/unbound.conf.5.in b/doc/unbound.conf.5.in 2 index 5a75e319..c6c6dbe2 100644 3 --- a/doc/unbound.conf.5.in 5 @@ -970,6 +970,13 @@ potentially broken nameservers. A lot of domains will not be resolvable when 7 This option only has effect when qname-minimisation is enabled. Default is no. 9 +.B aaaa\-filter: \fI<yes or no> 10 +Activate behavior similar to BIND's AAAA-filter. 16 .B aggressive\-nsec: \fI<yes or no> 19 diff --git a/iterator/iter_scrub.c b/iterator/iter_scrub.c 20 index f093c1bf..e55a2246 100644 [all …]
|
/freebsd/contrib/llvm-project/compiler-rt/lib/gwp_asan/ |
H A D | stack_trace_compressor.cpp | 1 //===-- stack_trace_compressor.cpp ------------------------------*- C++ -*-===// 5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 7 //===----------------------------------------------------------------------===// 14 // Encodes `Value` as a variable-length integer to `Out`. Returns zero if there 30 // Decodes a variable-length integer to `Out`. Returns zero if the integer was 71 size_t Index = 0; in pack() local 73 uintptr_t Diff = Unpacked[CurrentDepth]; in pack() local 75 Diff -= Unpacked[CurrentDepth - 1]; in pack() 77 varIntEncode(zigzagEncode(Diff), Packed + Index, PackedMaxSize - Index); in pack() 81 Index += EncodedLength; in pack() [all …]
|
/freebsd/contrib/blocklist/diff/ |
H A D | named.diff | 1 --- /dev/null 2015-01-22 01:48:00.000000000 -0500 2 +++ dist/bin/named/pfilter.c 2015-01-22 01:35:16.000000000 -0500 3 @@ -0,0 +1,42 @@ 24 +#define TCP_CLIENT(c) (((c)->attributes & NS_CLIENTATTR_TCP) != 0) 34 + socket = client->tcpsocket; 36 + socket = client->udpsocket; 37 + if (!client->peeraddr_valid) 44 + &client->peeraddr.type.sa, client->peeraddr.length, msg); 46 --- /dev/null 2015-01-22 01:48:00.000000000 -0500 47 +++ dist/bin/named/pfilter.h 2015-01-22 01:16:56.000000000 -0500 [all …]
|
H A D | ftpd.diff | 1 --- /dev/null 2015-01-23 17:30:40.000000000 -0500 2 +++ pfilter.c 2015-01-23 17:12:02.000000000 -0500 3 @@ -0,0 +1,24 @@ 28 --- /dev/null 2015-01-23 17:30:40.000000000 -0500 29 +++ pfilter.h 2015-01-23 17:07:25.000000000 -0500 30 @@ -0,0 +1,2 @@ 33 Index: Makefile 37 diff -u -p -u -r1.63 Makefile 38 --- Makefile 14 Aug 2011 11:46:28 -0000 1.63 39 +++ Makefile 23 Jan 2015 22:32:20 -0000 [all …]
|
/freebsd/contrib/libdiff/include/ |
H A D | diff_main.h | 1 /* Generic infrastructure to implement various diff algorithms. */ 23 /* List of all possible return codes of a diff invocation. */ 24 #define DIFF_RC_USE_DIFF_ALGO_FALLBACK -1 29 struct diff_data *root; /* back pointer to root diff data */ 31 off_t pos; /* set whether memory-mapped or not */ 32 const uint8_t *at; /* only set if memory-mapped */ 48 * Set cmp to -1, 0, or 1, just like strcmp(). */ 55 /* The atom's index in the entire file. For atoms divided by lines of text, this 60 ((ATOM) && ((ATOM) >= (DIFF_DATA)->root->atoms.head) \ 61 ? (unsigned int)((ATOM) - ((DIFF_DATA)->root->atoms.head)) \ [all …]
|
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zfs_diff/ |
H A D | zfs_diff_timestamp.ksh | 1 #!/bin/ksh -p 21 # 'zfs diff -t' should display inode change time correctly. 26 # 3. Verify 'zfs diff -t' correctly display timestamps 36 find "$MNTPOINT" -type f -delete 37 rm -f "$FILEDIFF" 46 typeset -i count="$2" 47 typeset -i i=0 56 log_assert "'zfs diff -t' should display inode change time correctly." 63 FILEDIFF="$TESTDIR/zfs-diff.txt" 73 # 3. Verify 'zfs diff -t' correctly display timestamps [all …]
|
/freebsd/sys/contrib/dev/iwlwifi/mvm/ |
H A D | ptp.c | 1 // SPDX-License-Identifier: GPL-2.0 OR BSD-3-Clause 3 * Copyright (C) 2021 - 2023 Intel Corporation 7 #include "iwl-debug.h" 14 /* The scaled_ppm parameter is ppm (parts per million) with a 16-bit fractional 16 * 2^-16 ppm, and 2^16=65536 is 1 ppm. 28 if (gp2 < mvm->ptp_data.last_gp2 && in iwl_mvm_ptp_update_new_read() 29 mvm->ptp_data.last_gp2 - gp2 < IWL_PTP_WRAP_THRESHOLD_USEC) { in iwl_mvm_ptp_update_new_read() 32 gp2, mvm->ptp_data.last_gp2); in iwl_mvm_ptp_update_new_read() 36 if (gp2 < mvm->ptp_data.last_gp2) { in iwl_mvm_ptp_update_new_read() 37 mvm->ptp_data.wrap_counter++; in iwl_mvm_ptp_update_new_read() [all …]
|
/freebsd/tools/tools/git/ |
H A D | arcgit | 31 # review_D2185 branch, commit your change with "git commit --fixup HEAD". To\ 33 # $ arc diff --update D2185 review_D2185_base 36 # together, and then do a git rebase -ik to meld the code review fixes into the 42 echo "Usage: arcgit <-c commit | -r commit1~..commit2> [-R reviewer] " >&2 43 echo " [-C subscriber] [-T testplan] [-n]" >&2 50 rm -f $phab_before $phab_after $arc_msg 60 phab_before=`mktemp -t arcoutput` 61 phab_after=`mktemp -t arcoutput` 62 echo "Create review for '`git show $commit -s --oneline`'" 64 if [ -n "$dry_run" ] [all …]
|
/freebsd/contrib/file/magic/Magdir/ |
H A D | diff | 2 #------------------------------------------------------------------------------ 3 # $File: diff,v 1.21 2024/07/13 14:47:09 christos Exp $ 4 # diff: file(1) magic for diff(1) output 7 # URL: https://en.wikipedia.org/wiki/Diff 8 # Reference: http://mark0.net/download/triddefs_xml.7z/defs/d/diff.trid.xml 9 # Note: called "diff output text" by TrID and 10 # "Differences between files" by shared MIME-info database from freedesktop.org 11 # According to shared MIME-info database also tabulator character instead of space character and 13 0 search/1 diff\040 diff output text 14 # diff output text (strength=40=40+0) after unified diff output (strength=131=38+93) [all …]
|
/freebsd/sys/contrib/openzfs/contrib/intel_qat/patch/ |
H A D | 0001-timespec.diff | 8 Code received from users@dpdk.org, issue tracked under QATE-59888. 10 --- 11 diff --git a/quickassist/lookaside/access_layer/src/sample_code/performance/framework/linux/kernel_… 12 index 4639834..523e376 100644 13 --- a/quickassist/lookaside/access_layer/src/sample_code/performance/framework/linux/kernel_space/c… 15 @@ -107,6 +107,8 @@ atomic_t arrived; 24 diff --git a/quickassist/qat/compat/qat_compat.h b/quickassist/qat/compat/qat_compat.h 25 index 2a02eaf..3515092 100644 26 --- a/quickassist/qat/compat/qat_compat.h 28 @@ -466,4 +466,7 @@ static inline void pci_ignore_hotplug(struct pci_dev *dev)
|
/freebsd/contrib/diff/ |
H A D | ChangeLog | 1 2004-04-13 Paul Eggert <eggert@twinsun.com> 5 (XGETTEXT): Restore from pre-2004-04-12 version. This fixes 9 of "make distcheck" which operates with read-only directories. 13 2004-04-12 Paul Eggert <eggert@twinsun.com> 20 --help" for special "configure" options. Suggest latest libiconv. 47 * doc/diff.texi (dircategory): Change to "Text creation and 51 (Binary): -q doesn't exactly cause diff to assume files are binary. 54 Detailed if-then-else, diff3 Hunks, Detailed diff3 Normal): 59 (Line Group Formats, Reject Names): Fix duplicate-word typos. 61 ignored in the -X file. [all …]
|
H A D | NEWS | 1 Version 2.8.7 contains no user-visible changes. 3 User-visible changes in version 2.8.6: 5 * New diff3 option --strip-trailing-cr. 7 * With -N and -P, inaccessible empty regular files (the kind of files 11 * If multiple SKIP values are given to cmp, e.g., `cmp -i 10 -i 20', 14 * diff now omits the ".000000000" on hosts that do not support 19 User-visible changes in version 2.8.4: 21 * Diff now simply prints "Files A and B differ" instead of "Binary 27 User-visible changes in version 2.8.3: 31 User-visible changes in version 2.8.2: [all …]
|
/freebsd/usr.sbin/freebsd-update/ |
H A D | freebsd-update.sh | 3 #- 4 # SPDX-License-Identifier: BSD-2-Clause 6 # Copyright 2004-2007 Colin Percival 30 #### Usage function -- called from command-line handling code. 33 # --debug -- don't filter output from utilities 34 # --no-stats -- don't show progress statistics while fetching files 40 -b basedir -- Operate on a system mounted at basedir 42 -d workdir -- Store working files in workdir 43 (default: /var/db/freebsd-update/) 44 -f conffile -- Read configuration options from conffile [all …]
|
/freebsd/sys/contrib/device-tree/Bindings/iio/adc/ |
H A D | adc.yaml | 1 # SPDX-License-Identifier: GPL-2.0 3 --- 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 10 - Jonathan Cameron <jic23@kernel.org> 17 pattern: "^channel(@[0-9a-f]+)?$" 19 A channel index should match reg. 31 diff-channels: 32 $ref: /schemas/types.yaml#/definitions/uint32-array 41 single-channel: 44 When devices combine single-ended and differential channels, allow the [all …]
|
/freebsd/tools/test/stress2/misc/ |
H A D | uma_zalloc_arg.sh | 32 # "panic: backing_object 0xfffff8016dd74420 was somehow re-referenced during 39 [ `id -u ` -ne 0 ] && echo "Must be root!" && exit 1 45 s1=`sysctl -n debug.mnowait_failure.zalloc_whitelist` 46 s2=`sysctl -n debug.fail_point.uma_zalloc_arg` 56 while [ $((`date '+%s'` - start)) -lt 300 ]; do 57 sh -c "echo | cat | cat > /dev/null" 62 https://github.com/freebsd/freebsd/compare/master...rlibby:mnowait-dbg 64 diff --git a/sys/kern/kern_malloc.c b/sys/kern/kern_malloc.c 65 index 01aff78..9d557a1 100644 66 --- a/sys/kern/kern_malloc.c [all …]
|
/freebsd/sys/contrib/ncsw/Peripherals/QM/ |
H A D | qman_low.h | 3 � 1995-2003, 2004, 2005-2011 Freescale Semiconductor, Inc. 39 @Description QM Low-level implementation 53 /* Cache-inhibited register offsets */ 74 /* Cache-enabled register offsets */ 94 /* The h/w design requires mappings to be size-aligned so that "add"s can be 96 /* Bitwise-OR two pointers */ 102 /* Cache-inhibited register access */ 105 uint32_t *tmp = (uint32_t *)ptr_ADD(qm->addr_ci, offset); in __qm_in() 110 uint32_t *tmp = (uint32_t *)ptr_ADD(qm->addr_ci, offset); in __qm_out() 113 #define qm_in(reg) __qm_in(&portal->addr, REG_##reg) [all …]
|
/freebsd/sys/contrib/ncsw/Peripherals/BM/ |
H A D | bman_low.c | 3 � 1995-2003, 2004, 2005-2011 Freescale Semiconductor, Inc. 39 @Description BM low-level implementation 57 /* Cache-inhibited register offsets */ 68 /* Cache-enabled register offsets */ 76 /* The h/w design requires mappings to be size-aligned so that "add"s can be 84 /* Bitwise-OR two pointers */ 90 /* Cache-inhibited register access */ 93 uint32_t *tmp = (uint32_t *)ptr_ADD(bm->addr_ci, offset); in __bm_in() 98 uint32_t *tmp = (uint32_t *)ptr_ADD(bm->addr_ci, offset); in __bm_out() 101 #define bm_in(reg) __bm_in(&portal->addr, REG_##reg) [all …]
|