/netbsd-src/share/man/man5/ |
H A D | rc.conf.5 | 22 .\" AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, 29 .\" Copyright (c) 1998-2010 The NetBSD Foundation, Inc. 53 .\" AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, 94 to obtain default values for various variables, and the end-user 103 also support sourcing an optional end-user provided per-script override 113 This may contain variable overrides, including allowing the end-user 128 .Ql ON 150 .Bl -tag -widt [all...] |
H A D | daily.5 | 22 .\" AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, 37 script is run, by default, every night on a 62 .Bl -tag -width fetch_pkg_vulnerabilities 64 This runs 68 This runs 74 This runs the 81 This runs 95 In check_disks, show remote file systems, which are not reported on by 98 This runs 101 This runs [all …]
|
/netbsd-src/external/apache2/llvm/dist/clang/cmake/caches/ |
H A D | README.txt | 4 This directory contains CMake cache scripts that pre-populate the CMakeCache in 9 cmake -G <build system> 10 -C <path to cache file> 11 [additional CMake options (i.e. -DCMAKE_INSTALL_PREFIX=<install path>)] 14 Options specified on the command line will override options in the cache files. 18 Apple-stage1 19 ------------ 25 The Apple-stage2 cache can be used directly to match the build settings Apple 29 --- 31 The PGO CMake cache can be used to generate a multi-stage instrumented compiler. [all …]
|
/netbsd-src/external/lgpl3/gmp/dist/mpn/sparc64/ |
H A D | README | 1 Copyright 1997, 1999-2002 Free Software Foundation, Inc. 33 This directory contains mpn functions for 64-bit V9 SPARC 66 The 64-bit integer multiply instruction mulx takes from 5 cycles to 35 cycles, 67 depending on the position of the most significant bit of the first source 68 operand. When used for 32x32->64 multiplication, it needs 20 cycles. 70 instruction, and instead use floating-point operations. 72 Floating-point add and multiply units are fully pipelined. The latency for 73 UltraSPARC-1/2 is 3 cycles and for UltraSPARC-3 it is 4 cycles. 75 Integer conditional move instructions cannot dual-issue with other integer 76 instructions. No conditional move can issue 1-5 cycles after a load. (This [all …]
|
/netbsd-src/external/apache2/llvm/dist/llvm/docs/ |
H A D | AdvancedBuilds.rst | 11 `CMake <http://www.cmake.org/>`_ is a cross-platform build-generator tool. CMake 25 The Clang CMake build system supports bootstrap (aka multi-stage) builds. At a 26 high level a multi-stage build is a chain of builds that pass data from one 30 In a simple two-stage bootstrap build, we build clang using the system compiler, 31 then use that just-built clang to build clang again. In CMake this simplest form 35 .. code-block:: console 37 $ cmake -G Ninja -DCLANG_ENABLE_BOOTSTRAP=On <path to source> 46 To force the passing of the variables between stages, use the -DCLANG_BOOTSTRAP_PASSTHROUGH 49 .. code-block:: console 51 …$ cmake -G Ninja -DCLANG_ENABLE_BOOTSTRAP=On -DCLANG_BOOTSTRAP_PASSTHROUGH="CMAKE_INSTALL_PREFIX;C… [all …]
|
H A D | Bugpoint.rst | 30 compiler-debugging process; consequently, it may take a long period of 36 ---------------------------- 38 ``bugpoint`` reads each ``.bc`` or ``.ll`` file specified on the command line 40 LLVM passes are specified on the command line, it runs these passes on the test 44 Otherwise, if the ``-output`` option was not specified, ``bugpoint`` runs the 48 selected code generator crashes, ``bugpoint`` starts the `crash debugger`_ on 54 output, ``bugpoint`` runs the test program after all of the LLVM passes have 63 -------------- 69 ``opt``, for example, because it runs over 38 passes. 78 bitcode file, and give you instructions on how to reproduce the failure with [all …]
|
/netbsd-src/external/lgpl3/gmp/dist/mpn/ia64/ |
H A D | README | 1 Copyright 2000-2005 Free Software Foundation, Inc. 31 IA-64 MPN SUBROUTINES 34 This directory contains mpn functions for the IA-64 architecture. 39 mpn/ia64 itanium-2, and generic ia64 43 we concentrate on. 49 The IA-64 ISA keeps instructions three and three in 128 bit bundles. 61 time on Itanium 1. 64 latencies, 9 cycles on the Itanium 1 and 6 cycles on the Itanium 2. 84 incorrectly byte-swaps its nop bundle in big endian mode (eg. hpux), making 86 mpn/ia64/ia64-defs.m4 when it might be executed across. That macro [all …]
|
/netbsd-src/external/lgpl3/gmp/dist/mpn/sparc32/ |
H A D | README | 34 runs only on version 8 SPARC implementations, is in the v8 subdirectory. 40 On most early SPARC implementations, the ST instructions takes multiple 51 non-memory operations to issue in parallel with all memory operations, using 54 UltraSPARC-1/2 has very slow integer multiplication. In the v9 subdirectory, 55 we therefore use floating-point multiplication. 59 1. On a SuperSPARC, mpn_lshift and mpn_rshift run at 3 cycles/limb, or 2.5 63 2. On a SuperSPARC, mpn_add_n and mpn_sub_n runs at 2.5 cycles/limb, or 2 66 3. mpn_mul_1 runs at what is believed to be optimal speed. 68 4. On SuperSPARC, mpn_addmul_1 and mpn_submul_1 could both be improved by a
|
/netbsd-src/external/mit/libuv/dist/.github/workflows/ |
H A D | CI-unix.yml | 1 name: CI-unix 3 on: 6 - '**' 7 - '!docs/**' 8 - '!src/win/**' 9 - '!.**' 10 - '.github/workflows/CI-unix.yml' 13 - v[0-9].* 14 - master 17 build-android: [all …]
|
/netbsd-src/usr.sbin/faithd/ |
H A D | README | 1 Configuring FAITH IPv6-to-IPv4 TCP relay 3 Kazu Yamamoto and Jun-ichiro itojun Hagino 10 FAITH is a IPv6-to-IPv4 TCP relay. It performs tcp relay just as some of 11 firewall-oriented gateway does, but between IPv6 and IPv4 with address 15 To perform relays, FAITH daemon needs to be executed on a router between 23 node that runs FAITH-daemon (usually a router) 33 "src", toward IPv4 node "dest", by specifying FAITH-mapped address 36 The address mapping can be performed by hand:-), by special nameserver on 37 the network, or by special resolver on the source node. 44 - You have assigned 3ffe:0501:ffff:0000:: as FAITH adderss prefix. [all …]
|
/netbsd-src/external/bsd/unbound/dist/doc/ |
H A D | README.tests | 3 For a quick test that runs unit tests and state machine tests, use 11 * dig - from the bind-tools package. Used to send DNS queries. 12 * splint (optional) - for lint test 13 * doxygen (optional) - for doc completeness test 14 * ldns-testns - from ldns examples. Used as DNS auth server. 15 * xxd and nc (optional) - for (malformed) packet transmission. 18 You can also use prepared Dockerfile to run tests inside docker based on latest gcc image: 19 * build container: docker build -t unbound-tester -f contrib/Dockerfile.tests . 20 * run container: docker run -it --mount type=bind,source="$(pwd)",target=/usr/src/unbound --rm unbo… 29 do-tests.sh : runs all the tests in the testdata directory. [all …]
|
/netbsd-src/tests/usr.bin/indent/ |
H A D | t_options.sh | 23 # INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN 28 # Tests for indent that focus on comparing the effects of the various command 38 # Runs indent on the input, using the given options. 41 # //indent run-equals-input [options] 42 # Runs indent on the input, expecting unmodified output. 43 # //indent run-equals-prev-output [options] 44 # Runs indent on the input, expecting the same output as from 54 atf_check -o "file:expected.out" \
|
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/fuzzer/ |
H A D | FuzzerFlags.def | 1 //===- FuzzerFlags.def - Run-time flags -------------------------*- C++ -* ===// 8 //===----------------------------------------------------------------------===// 12 //===----------------------------------------------------------------------===// 15 FUZZER_FLAG_INT(runs, -1, 16 "Number of individual test runs (-1 for infinite runs).") 18 "If 0, libFuzzer tries to guess a good value based on the corpus " 35 "If one unit runs more than this number of seconds the process will abort.") 43 FUZZER_FLAG_INT(merge, 0, "If 1, the 2-nd, 3-rd, etc corpora will be " 44 "merged into the 1-st corpus. Only interesting units will be taken. " 54 " Used with -merge=1") [all …]
|
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/LTO/ |
H A D | LTOBackend.h | 1 //===-LTOBackend.h - LLVM Link Time Optimizer Backend ---------------------===// 5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 7 //===----------------------------------------------------------------------===// 10 // optimization and code generation on a loaded module. It is generally used 14 //===----------------------------------------------------------------------===// 36 /// Runs middle-end LTO optimizations on \p Mod. 42 /// Runs a regular LTO backend. The regular LTO backend can also act as the 48 /// Runs a ThinLTO backend. 52 /// be mapped to memory on demand and at any given time during importing, only 70 /// Distributed ThinLTO: collect the referenced modules based on
|
/netbsd-src/external/gpl3/gcc.old/dist/contrib/ |
H A D | dg-extract-results.py | 18 # this on by default later. 44 # The variations run for this tool, mapped by --target_board name. 56 # A segment of text before the harness runs start, describing which 74 # Segments of text that make up the harness run, mapped by a test-based 107 # The variations specified on the command line. 111 # The tools specified on the command line. 116 self.test_run_re = re.compile (r'^Test Run By (\S+) on (.*)$') 148 self.runs = dict() 153 + ''' [-t tool] [-l variant-list] [-L] log-or-sum-file ... 158 variant-list One or more test variant names. If the list is [all …]
|
/netbsd-src/external/gpl3/gdb.old/dist/contrib/ |
H A D | dg-extract-results.py | 18 # this on by default later. 44 # The variations run for this tool, mapped by --target_board name. 56 # A segment of text before the harness runs start, describing which 74 # Segments of text that make up the harness run, mapped by a test-based 107 # The variations specified on the command line. 111 # The tools specified on the command line. 116 self.test_run_re = re.compile (r'^Test Run By (\S+) on (.*)$') 150 self.runs = dict() 155 + ''' [-t tool] [-l variant-list] [-L] log-or-sum-file ... 160 variant-list One or more test variant names. If the list is [all …]
|
/netbsd-src/external/gpl3/gcc/dist/contrib/ |
H A D | dg-extract-results.py | 18 # this on by default later. 44 # The variations run for this tool, mapped by --target_board name. 56 # A segment of text before the harness runs start, describing which 74 # Segments of text that make up the harness run, mapped by a test-based 107 # The variations specified on the command line. 111 # The tools specified on the command line. 116 self.test_run_re = re.compile (r'^Test Run By (\S+) on (.*)$') 150 self.runs = dict() 155 + ''' [-t tool] [-l variant-list] [-L] log-or-sum-file ... 160 variant-list One or more test variant names. If the list is [all …]
|
/netbsd-src/external/lgpl3/gmp/dist/tests/rand/ |
H A D | stat.c | 1 /* stat.c -- statistical tests of random number sequences. */ 26 $ gen 30000 | stat -2 1000 30 $ gen -f mpz_urandomb 1000 | stat -i 0xffffffff 31 Test 1000 integers 0 <= X <= 2^32-1. 33 $ gen -f mpz_urandomb -z 34 1000 | stat -i 0x3ffffffff 34 Test 1000 integers 0 <= X <= 2^34-1. 76 fprintf (fp, "Chi-square table for v=%u\n", v); in print_x2_table() 86 /* Pks () -- Distribution function for KS results with a big n (like 1000 87 or so): F(x) = 1 - pow(e, -2*x^2) [Knuth, vol 2, p.51]. */ 88 /* gnuplot: plot [0:1] Pks(x), Pks(x) = 1-exp(-2*x**2) */ [all …]
|
/netbsd-src/usr.sbin/lpr/pac/ |
H A D | pac.c | 27 * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT 47 * pac [-Pprinter] [-pprice] [-s] [-r] [-c] [-m] [user ...] 64 static int allflag = 1; /* Get stats on everybody */ 68 static int pflag = 0; /* 1 if -p on cmd line */ 70 static long price100; /* per-page cost in 100th of a cent */ 88 int h_count; /* Number of runs */ 109 while ((opt = getopt(argc, argv, "P:p:scmr")) != -1) { in main() 159 argc -= optind; in main() 167 for( ; argc > 0; argc--, argv++) { in main() 197 * is set, then just gather the facts on everyone. [all …]
|
/netbsd-src/external/gpl2/xcvs/dist/man/ |
H A D | cvs.5 | 8 cvs \- Concurrent Versions System support files 46 copies of the revision-controlled files, by copying particular 64 These programs are used for ``pre-commit'' checking to verify that the 119 Long lines can be continued on the next line by specifying a backslash 120 (``\e'') as the last character on the line. 126 \fImname\fP \fB\-a\fP \fIaliases\fP\|.\|.\|. 129 The `\|\fB\-a\fP\|' flags the definition as a simple alias: \fBcvs\fP 145 repositories. In this case, on \fBcheckout\fP, a single directory 179 \&`\|\fB\-d\fP \fIname\fP\|', to name the working directory something 187 \&`\|\fB\-i\fP \fIprog\fP\|' allows you to specify a program \fIprog\fP [all …]
|
/netbsd-src/games/fortune/datfiles/ |
H A D | limerick | 12 -- Gigo 31 -- Edward Gorey 55 An unprintable three-letter word. 80 -- C. M. and G. A. Maxson 83 The mouse on the m"obius strip; 101 See how it runs! See how it runs! 103 It runs all its programs in RPG! 108 Who lived on distilled kerosene 116 Was his -- (line is refused, 132 Who smiled as she rode on a tiger; [all …]
|
/netbsd-src/external/cddl/dtracetoolkit/dist/Man/man1m/ |
H A D | cpuwalk.d.1m | 3 cpuwalk.d \- Measure which CPUs a process runs on. Uses DTrace. 7 This program is for multi-CPU servers, and can help identify if a process 8 is running on multiple CPUs concurrently or not. 20 this runs until Ctrl\-C is hit, 49 cpuwalk.d will run until Ctrl\-C is hit, or the duration specified
|
/netbsd-src/sys/lib/libkern/ |
H A D | rngtest.c | 3 /*- 26 * INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN 34 This software is free for commercial and non-commercial use 67 HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, 78 /* Run FIPS 140 statistical tests on a file */ 83 * Modified for in-kernel use (API adjustments, conversion from 84 * floating to fixed-point chi-sq computation) by Thor Lancelot 87 * A comment on appropriate use of this test and the infamous FIPS 140 97 * and is feeding you 01010101 on every register read. 110 * _input_ to that final cryptographic primitive -- the bits that are hashed [all …]
|
/netbsd-src/crypto/external/bsd/openssl.old/dist/test/ |
H A D | README | 5 test/recipes/, named {nn}-test_{name}.t, where {nn} is a two digit number and 9 do some additions in test/Makefile. More on this later. 17 A test recipe is named test/recipes/{nn}-test_{name}.t, where {nn} is a two 22 00-04 sanity, internal and essential API tests 23 05-09 individual symmetric cipher algorithms 24 10-14 math (bignum) 25 15-19 individual asymmetric cipher algorithms 26 20-24 openssl commands (some otherwise not tested) 27 25-29 certificate forms, generation and verification 28 30-35 engine and evp [all …]
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/avr/ |
H A D | avr-passes.def | 2 Copyright (C) 2016-2020 Free Software Foundation, Inc. */ 20 /* An analysis pass that runs prior to prologue / epilogue generation. 21 Computes cfun->machine->gasisr.maybe which is used in prologue and 22 epilogue generation provided -mgas-isr-prologues is on. */ 26 /* This avr-specific pass (re)computes insn notes, in particular REG_DEAD 37 work on HImode or QImode. The following pass runs right after .expand and 38 tries to fix such situations by operating on the original mode. This 42 a sign-extend or zero-extend from QImode or HImode precedes the casesi
|