/freebsd/contrib/libcbor/.github/workflows/ |
H A D | fuzz.yml | 4 - cron: '0 4 * * *' 7 runs-on: ubuntu-latest 9 - name: Build Fuzzers 10 uses: google/oss-fuzz/infra/cifuzz/actions/build_fuzzers@master 12 oss-fuzz-project-name: 'libcbor' 13 dry-run: false 14 - name: Run Fuzzers 15 uses: google/oss-fuzz/infra/cifuzz/actions/run_fuzzers@master 17 oss-fuzz-project-name: 'libcbor' 18 fuzz-seconds: 14400 # 4 hours [all …]
|
H A D | fuzz-pr.yml | 2 # on PRs; fuzz.yml schedules a daily long-running fuzzing job. 7 runs-on: ubuntu-latest 9 - name: Build Fuzzers 10 uses: google/oss-fuzz/infra/cifuzz/actions/build_fuzzers@master 12 oss-fuzz-project-name: 'libcbor' 13 dry-run: false 14 - name: Smoke Test Fuzzers 15 uses: google/oss-fuzz/infra/cifuzz/actions/run_fuzzers@master 17 oss-fuzz-project-name: 'libcbor' 18 fuzz-seconds: 10 [all …]
|
/freebsd/contrib/libarchive/.github/workflows/ |
H A D | cifuzz.yml |
|
/freebsd/crypto/libecc/.github/workflows/ |
H A D | libecc_cifuzz.yml | 5 runs-on: ubuntu-latest 7 - name: Build Fuzzers 9 uses: google/oss-fuzz/infra/cifuzz/actions/build_fuzzers@master 11 oss-fuzz-project-name: 'libecc' 12 dry-run: false 14 - name: Run Fuzzers 15 uses: google/oss-fuzz/infra/cifuzz/actions/run_fuzzers@master 17 oss-fuzz-project-name: 'libecc' 18 fuzz-seconds: 300 19 dry-run: false [all …]
|
/freebsd/crypto/krb5/src/tests/ |
H A D | t_mkey.py | 8 aes256 = 'aes256-cts-hmac-sha1-96' 9 aes128 = 'aes128-cts-hmac-sha1-96' 10 des3 = 'des3-cbc-sha1' 18 nprincs = len(realm.run([kadminl, 'listprincs']).splitlines()) 29 outlines = realm.run([kdb5_util, 'list_mkeys']).splitlines()[1:] 53 outlines = realm.run([kadminl, 'getprinc', 'K/M']).splitlines() 76 # Split the output of klist -e -k into lines and ignore the first three. 77 outlines = realm.run([klist, '-e', '-k', stash_file]).splitlines()[3:] 95 realm.run([kadminl, 'getprinc', princ], expected_msg=msg) 102 cmd = ['cpw', '-pw', password, princ] [all …]
|
/freebsd/crypto/openssh/.github/workflows/ |
H A D | cifuzz.yml | 10 if: github.repository != 'openssh/openssh-portable-selfhosted' 11 runs-on: ubuntu-latest 13 - name: Build Fuzzers 15 uses: google/oss-fuzz/infra/cifuzz/actions/build_fuzzers@master 17 oss-fuzz-project-name: 'openssh' 18 dry-run: false 20 - name: Run Fuzzers 21 uses: google/oss-fuzz/infra/cifuzz/actions/run_fuzzers@master 23 oss-fuzz-project-name: 'openssh' 24 fuzz-seconds: 600 [all …]
|
/freebsd/contrib/llvm-project/clang/tools/clang-format/ |
H A D | ClangFormat.cpp | 1 //===-- clang-format/ClangFormat.cpp - Clang format tool ------------------===// 5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 7 //===----------------------------------------------------------------------===// 10 /// This file implements a clang-format tool that automatically formats 13 //===----------------------------------------------------------------------===// 33 static cl::opt<bool> Help("h", cl::desc("Alias for -help"), cl::Hidden); 35 // Mark all our options with this category, everything else (except for -version 36 // and -help) will be hidden. 37 static cl::OptionCategory ClangFormatCategory("Clang-format options"); 43 "several -offset and -length pairs.\n" [all …]
|
/freebsd/contrib/llvm-project/compiler-rt/lib/msan/ |
H A D | msan_linux.cpp | 1 //===-- msan_linux.cpp ----------------------------------------------------===// 5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 7 //===----------------------------------------------------------------------===// 11 // Linux-, NetBSD- and FreeBSD-specific code. 12 //===----------------------------------------------------------------------===// 44 uptr end = beg + size - 1; in ReportMapRange() 45 VPrintf(1, "%s : %p-%p\n", descr, (void *)beg, (void *)end); in ReportMapRange() 51 uptr end = beg + size - 1; in CheckMemoryRangeAvailability() 54 Printf("FATAL: MemorySanitizer: Shadow range %p-%p is not available.\n", in CheckMemoryRangeAvailability() 70 size -= gap; in ProtectMemoryRange() [all …]
|
/freebsd/sys/contrib/device-tree/scripts/ |
H A D | cronjob | 3 set -e 9 BRANCHES="master filter-state-split upstream/master upstream/dts" 11 if [ ! -f scripts/filter.sh ] ; then 12 echo "`pwd`: does not appear to be a device-tree.git" 1>&2 16 if [ -z "$LATEST_VERSION" ] ; then 18 LATEST_VERSION=$(wget --quiet -O - "$FINGER_BANNER" |\ 19 sed -n -e '0,/^The latest mainline version of the Linux kernel is:\s*\(.*\)$/s//\1/p') 22 if [ -z "$LATEST_VERSION" ] ; then 28 if ! git show-ref --quiet --verify refs/tags/v${LATEST_VERSION} ; then 31 if ! git show-ref --quiet --verify refs/tags/v${LATEST_VERSION}-dts ; then [all …]
|
/freebsd/crypto/openssh/ |
H A D | FREEBSD-upgrade | 1 FreeBSD maintainer's guide to OpenSSH-portable 12 02) Download the latest OpenSSH-portable tarball and signature from 17 $ gpg --verify openssh-X.YpZ.tar.gz.asc 21 $ tar xf openssh-X.YpZ.tar.gz 28 $ rsync --archive --delete --exclude=.git /path/to/openssh-X.YpZ/ ./ 32 $ git add -A 36 $ git commit -m "Vendor import of OpenSSH X.YpZ" 40 $ git tag -a -m "Tag OpenSSH X.YpZ" vendor/openssh/X.YpZ 51 --dry-run first to ensure that no undesired tags will be pushed: 53 $ git push --dry-run --follow-tags freebsd vendor/openssh [all …]
|
/freebsd/crypto/openssl/ |
H A D | FREEBSD-upgrade | 12 $ git worktree add -b vendor/openssl-X.Y ../vendor/openssl-X.Y freebsd/vendor/openssl-X.Y 13 $ cd ../vendor/openssl-X.Y 18 …$ (cd .. && fetch https://github.com/openssl/openssl/releases/download/openssl-X.Y.Z/openssl-X.Y.Z… 19 …$ (cd .. && fetch https://github.com/openssl/openssl/releases/download/openssl-X.Y.Z/openssl-X.Y.Z… 23 $ gpg --verify ../openssl-X.Y.Z.tar.gz.asc ../openssl-X.Y.Z.tar.gz 27 $ tar xf ../openssl-X.Y.Z.tar.gz -C .. 31 $ rsync --exclude .git --delete -av ../openssl-X.Y.Z/ . 35 $ git add -A 39 $ git commit -m "openssl: Vendor import of OpenSSL X.Y.Z" 43 $ git tag -a -m "Tag OpenSSL X.Y.Z" vendor/openssl/X.Y.Z [all …]
|
/freebsd/sys/contrib/openzfs/man/man8/ |
H A D | zfs-destroy.8 | 1 .\" SPDX-License-Identifier: CDDL-1.0 10 .\" or https://opensource.org/licenses/CDDL-1.0. 38 .Nm zfs-destroy 55 .Bl -tag -width "" 67 .Bl -tag -width "-R" 73 This option has no effect on non-file systems or unmounted file systems. 75 Do a dry-run 76 .Pq Qq No-op 85 Print machine-parsable verbose information about the deleted data. 117 The read-only snapshot properties [all …]
|
H A D | zfs-create.8 | 1 .\" SPDX-License-Identifier: CDDL-1.0 10 .\" or https://opensource.org/licenses/CDDL-1.0. 38 .Nm zfs-create 54 .Bl -tag -width "" 68 .Bl -tag -width "-o" 81 Creates all the non-existing parent datasets. 90 Do a dry-run 91 .Pq Qq No-op 104 Print machine-parsable verbose information about the created dataset. 154 .Bl -tag -width "-b" [all …]
|
H A D | zfs-send.8 | 1 .\" SPDX-License-Identifier: CDDL-1.0 10 .\" or https://opensource.org/licenses/CDDL-1.0. 39 .Nm zfs-send 55 .Fl -redact Ar redaction_bookmark 74 .Bl -tag -width "" 91 .Bl -tag -width "-D" 92 .It Fl D , -dedup 95 non-deduplicated stream will be generated. 106 .It Fl L , -large-block 120 .Xr zpool-features 7 [all …]
|
H A D | zfs-redact.8 | 1 .\" SPDX-License-Identifier: CDDL-1.0 10 .\" or https://opensource.org/licenses/CDDL-1.0. 35 .Dt ZFS-SEND 8 39 .Nm zfs-send 55 .Fl -redact Ar redaction_bookmark 74 .Bl -tag -width "" 91 .Bl -ta [all...] |
H A D | zpool-split.8 | 1 .\" SPDX-License-Identifier: CDDL-1.0 10 .\" or https://opensource.org/licenses/CDDL-1.0. 28 .\" Copyright (c) 2017 Open-E, Inc. All Rights Reserved. 35 .Nm zpool-split 69 .Bl -tag -width Ds 88 Do a dry-run 89 .Pq Qq No-op 116 .Xr zpool-import 8 , 117 .Xr zpool-list 8 , 118 .Xr zpool-remove 8
|
/freebsd/release/tools/ |
H A D | mkami.sh | 1 #!/bin/sh -e 5 # SPDX-License-Identifier: BSD-2-Clause 13 if [ -z "$NAME" ]; then 18 if ! [ -z "$DESC" ]; then 19 DESCOPT="--description '$DESC'" 23 # https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/instancedata-data-retrieval.html 25 fetch -qo $TMPFILE http://169.254.169.254/latest/dynamic/instance-identity/document 26 INST=`awk -F \" '/"instanceId"/ { print $4 }' $TMPFILE` 27 REGION=`awk -F \" '/"region"/ { print $4 }' $TMPFILE` 29 CMD="aws --region $REGION ec2 create-image --instance-id $INST --output text --no-reboot --name '$N… [all …]
|
/freebsd/sys/dev/qcom_clk/ |
H A D | qcom_clk_rcg2.c | 1 /*- 52 ((sc)->cmd_rcgr + (sc)->cfg_offset + QCOM_CLK_RCG2_CFG_REG) 54 ((sc)->cmd_rcgr + QCOM_CLK_RCG2_CMD_REG) 56 ((sc)->cmd_rcgr + (sc)->cfg_offset + QCOM_CLK_RCG2_M_REG) 58 ((sc)->cmd_rcgr + (sc)->cfg_offset + QCOM_CLK_RCG2_N_REG) 60 ((sc)->cmd_rcgr + (sc)->cfg_offset + QCOM_CLK_RCG2_D_REG) 88 CLKDEV_READ_4(clknode_get_device(sc->clknode), in qcom_clk_rcg2_update_config_locked() 91 CLKDEV_WRITE_4(clknode_get_device(sc->clknode), in qcom_clk_rcg2_update_config_locked() 99 CLKDEV_READ_4(clknode_get_device(sc->clknode), in qcom_clk_rcg2_update_config_locked() 108 CLKDEV_READ_4(clknode_get_device(sc->clknode), in qcom_clk_rcg2_update_config_locked() [all …]
|
/freebsd/crypto/krb5/src/man/ |
H A D | kdb5_util.man | 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/sys/contrib/openzfs/tests/zfs-tests/tests/functional/cli_user/misc/ |
H A D | zpool_add_001_neg.ksh | 1 #!/bin/ksh -p 2 # SPDX-License-Identifier: CDDL-1.0 11 # or https://opensource.org/licenses/CDDL-1.0. 38 # Verify that 'zpool add' fails as non-root. 51 [[ -z $ADD_DISK ]] && \ 54 # Under Linux dry-run commands have no legitimate reason to fail. 56 set -A args "add" "add -f" "add -n" \ 57 "add $TESTPOOL" "add -f $TESTPOOL" "add -n $TESTPOOL" \ 58 "add -fn $TESTPOOL" "add -nf $TESTPOOL" \ 59 "add $TESTPOOL $ADD_DISK" "add -f $TESTPOOL $ADD_DISK" [all …]
|
H A D | zpool_create_001_neg.ksh | 1 #!/bin/ksh -p 2 # SPDX-License-Identifier: CDDL-1.0 11 # or https://opensource.org/licenses/CDDL-1.0. 38 # Verify that 'zpool create' fails as a non-root user. 51 [[ -z $ADD_DISK ]] && \ 54 # Under Linux dry-run commands have no legitimate reason to fail. 56 set -A args "create" "create -f" "create -n" \ 57 "create $TESTPOOL" "create -f $TESTPOOL" "create -n $TESTPOOL" \ 58 "create -fn $TESTPOOL" "create -nf $TESTPOOL" \ 59 "create $TESTPOOL $ADD_DISK" "create -f $TESTPOOL $ADD_DISK" [all …]
|
/freebsd/sys/contrib/openzfs/scripts/ |
H A D | zfs-helpers.sh | 4 # This script is designed to facilitate in-tree development and testing 5 # by installing symlinks on your system which refer to in-tree helper 8 # the scripts in-tree during development they can be easily modified 15 # --with-mounthelperdir=DIR install mount.zfs in dir [/sbin] 16 # --with-udevdir=DIR install udev helpers [default=check] 17 # --with-udevruledir=DIR install udev rules [default=UDEVDIR/rules.d] 18 # --sysconfdir=DIR install zfs configuration files [PREFIX/etc] 23 if [ -f "${BASE_DIR}/${SCRIPT_COMMON}" ]; then 29 PROG=zfs-helpers.sh 49 $0 [-dhirv] [all …]
|
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/channel_program/synctask_core/ |
H A D | tst.terminate_by_signal.ksh | 1 #!/bin/ksh -p 2 # SPDX-License-Identifier: CDDL-1.0 20 # DESCRIPTION: Execute a long-running zfs channel program and attempt to 32 datasetexists $rootfs && destroy_dataset $rootfs -R 46 # time consuming efforts. We use loops of zfs.check.* (dry run operations) 54 zfs program -t $limit $TESTPOOL - $rootfs $snapname <<-EOF 72 log_note "Executing a long-running zfs program in the background" 83 log_pos pkill -P $CHILD 90 snap_count=$(zfs list -t snapshot | grep -c $TESTPOOL) 93 log_mustnot [ "$snap_count" -eq 0 ] [all …]
|
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/zvol/zvol_misc/ |
H A D | zvol_misc_trim.ksh | 1 #!/bin/ksh -p 2 # SPDX-License-Identifier: CDDL-1.0 11 # or https://opensource.org/licenses/CDDL-1.0. 48 # We need '--force' here since the prior tests may leave a filesystem 52 # Only blkdiscard >= v2.36 supports --force, so we need to 54 if blkdiscard --help | grep -q '\-\-force' ; then 55 trimcmd='blkdiscard --force' 60 # By default, FreeBSD 'trim' always does a dry-run. '-f' makes 62 trimcmd='trim -f' 66 log_unsupported "This directory cannot be run on raw files." [all …]
|
/freebsd/usr.sbin/iovctl/ |
H A D | iovctl.8 | 31 .Nd "PCI SR-IOV configuration utility" 35 .Fl f Ar config-file 39 .Op Fl f Ar config-file | Fl d Ar device 43 .Op Fl f Ar config-file | Fl d Ar device 47 utility creates or destroys PCI Single-Root I/O Virtualization 48 .Pq SR-IOV 67 .Bl -tag -width indent 69 Enable SR-IOV on the specified PF device and create VF children. 84 This operation will fail if SR-IOV is not currently enabled on the specified 86 .It Fl f Ar config-file [all …]
|