| /src/libexec/bootpd/ |
| H A D | dovend.c | 43 #define NEED(LEN, MSG) do \ in dovend_rfc1497() macro 64 NEED(6, "to"); in dovend_rfc1497() 74 NEED(6, "sw"); in dovend_rfc1497() 87 NEED((len + 2), "rp"); in dovend_rfc1497() 100 NEED((len + 2), "df"); in dovend_rfc1497() 114 NEED(8, "ds"); in dovend_rfc1497() 122 NEED((len + 2), "dn"); in dovend_rfc1497() 136 NEED(8, "ys"); in dovend_rfc1497() 144 NEED((len + 2), "yn"); in dovend_rfc1497() 156 NEED(8, "ns"); in dovend_rfc1497() [all …]
|
| /src/sys/dev/mpr/ |
| H A D | mpr_config.c | 102 * If the request returns an error then we need to do a diag in mpr_config_get_ioc_pg8() 115 * If the request returns an error then we need to do a diag in mpr_config_get_ioc_pg8() 124 * counters to match - Need to review the reply FIFO handling. in mpr_config_get_ioc_pg8() 161 * If the request returns an error then we need to do a diag in mpr_config_get_ioc_pg8() 174 * If the request returns an error then we need to do a diag in mpr_config_get_ioc_pg8() 234 * If the request returns an error then we need to do a diag in mpr_config_get_iounit_pg8() 247 * If the request returns an error then we need to do a diag in mpr_config_get_iounit_pg8() 256 * counters to match - Need to review the reply FIFO handling. in mpr_config_get_iounit_pg8() 293 * If the request returns an error then we need to do a diag in mpr_config_get_iounit_pg8() 306 * If the request returns an error then we need to do a diag in mpr_config_get_iounit_pg8() [all …]
|
| /src/crypto/openssh/ |
| H A D | kexsntrup761x25519.c | 51 size_t need; in kex_kem_sntrup761x25519_keypair() local 56 need = crypto_kem_sntrup761_PUBLICKEYBYTES + CURVE25519_SIZE; in kex_kem_sntrup761x25519_keypair() 57 if ((r = sshbuf_reserve(buf, need, &cp)) != 0) in kex_kem_sntrup761x25519_keypair() 87 size_t need; in kex_kem_sntrup761x25519_enc() local 94 need = crypto_kem_sntrup761_PUBLICKEYBYTES + CURVE25519_SIZE; in kex_kem_sntrup761x25519_enc() 95 if (sshbuf_len(client_blob) != need) { in kex_kem_sntrup761x25519_enc() 121 need = crypto_kem_sntrup761_CIPHERTEXTBYTES + CURVE25519_SIZE; in kex_kem_sntrup761x25519_enc() 122 if ((r = sshbuf_reserve(server_blob, need, &ciphertext)) != 0) in kex_kem_sntrup761x25519_enc() 171 size_t need; in kex_kem_sntrup761x25519_dec() local 176 need = crypto_kem_sntrup761_CIPHERTEXTBYTES + CURVE25519_SIZE; in kex_kem_sntrup761x25519_dec() [all …]
|
| H A D | INSTALL | 11 To support Privilege Separation (which is now required) you will need 31 libcrypto, then you may need to configure OpenSSH --without-pie. 70 If you wish to build the GNOME passphrase requester, you will need the GNOME 83 If you wish to use the TCP wrappers functionality you will need at least 108 the main git branch) then you will need autoconf-2.69 and automake-1.16.1 125 If you are making significant changes to the code you may need to rebuild 166 If you are using PAM, you may need to manually install a PAM control 171 executable, your PAM configuration may need to be modified. 174 you may need to edit it before using it on your system. If you are 217 $DISPLAY environment variable. Some broken systems need this. [all …]
|
| /src/sys/dev/mps/ |
| H A D | mps_config.c | 102 * If the request returns an error then we need to do a diag in mps_config_get_ioc_pg8() 115 * If the request returns an error then we need to do a diag in mps_config_get_ioc_pg8() 124 * counters to match - Need to review the reply FIFO handling. in mps_config_get_ioc_pg8() 161 * If the request returns an error then we need to do a diag in mps_config_get_ioc_pg8() 174 * If the request returns an error then we need to do a diag in mps_config_get_ioc_pg8() 193 * accordingly. Currently, this page does not need to return to caller. 239 /* If the poll returns error then we need to do diag reset */ in mps_config_get_man_pg10() 249 /* If the poll returns error then we need to do diag reset */ in mps_config_get_man_pg10() 256 * counters to match - Need to review the reply FIFO handling. in mps_config_get_man_pg10() 296 /* If the poll returns error then we need to do diag reset */ in mps_config_get_man_pg10() [all …]
|
| /src/crypto/openssh/openbsd-compat/ |
| H A D | getrrsetbyname.c | 64 /* We don't need multithread support here */ 114 * we need then use local replacements, avoiding name collisions. 463 #define NEED(need) \ in parse_dns_qsection() macro 465 if (*cp + need > answer + size) \ in parse_dns_qsection() 496 NEED(length); in parse_dns_qsection() 500 NEED(INT16SZ); in parse_dns_qsection() 505 NEED(INT16SZ); in parse_dns_qsection() 509 #undef NEED in parse_dns_qsection() 522 #define NEED(need) \ in parse_dns_rrsection() macro 524 if (*cp + need > answer + size) \ in parse_dns_rrsection() [all …]
|
| /src/contrib/openpam/ |
| H A D | missing | 152 echo "You should only need it if you modified $aclocal_deps or" 156 echo "You should only need it if you modified $configure_deps." 159 echo "You should only need it if you modified a '.def' or '.tpl' file." 164 echo "You should only need it if you modified $autoheader_deps or" 168 echo "You should only need it if you modified $automake_deps or" 176 echo "You should only need it if you modified $aclocal_deps or" 181 echo "You should only need it if you modified a '.y' file." 186 echo "You should only need it if you modified a dependency" \ 192 echo "You should only need it if you modified a '.l' file." 197 echo "You should only need it if you modified a '.texi' file, or" [all …]
|
| /src/tools/boot/ |
| H A D | full-test.readme | 1 First, you will need a few things. 3 (1) a small cache of binaries. You'll need to put these into 13 tools/boot/full-test.sh if need be, but you'll need at least amd64, arm64 and 22 since we need to fix arm64... 24 (5) You'll need to build the images. If you've done 1-5 correctly (and I've not
|
| /src/crypto/openssl/ |
| H A D | NOTES-ANDROID.md | 7 Beside basic tools like perl and make, you'll need to download the Android 25 you still need to know the prefix to extend your PATH, in order to 29 Apart from `PATH` adjustment, you need to set `ANDROID_NDK_ROOT` environment 35 `android-21`, etc. By default, latest API level is chosen. If you need to target 64 Also, PATH would need even further adjustment to cover unprefixed, yet 65 target-specific, ar and ranlib. It's possible that you don't need to 82 remove occurrences of -ldl and -pie flags. You would also need to pick 88 If you need to pass additional flag to qemu, quotes are your friend, e.g.
|
| /src/sys/contrib/device-tree/Bindings/sound/ |
| H A D | sirf-audio.txt | 9 - hp-pa-gpios: Need to be present if the board need control external 11 - spk-pa-gpios: Need to be present if the board need control external 13 - hp-switch-gpios: Need to be present if the board capable to detect jack
|
| /src/crypto/openssl/doc/designs/quic-design/ |
| H A D | dgram-api.md | 4 We need to evolve the API surface of BIO which is relevant to BIO_dgram (and the 31 - It avoids the need to include OS headers in our own public headers, 37 using `sendto` to the extent feasible. This avoids the need for code consuming 58 need to be synchronised with a lock, undermining performance on what (for 82 would need to be allocated on the stack. 208 - We would need to include the OS headers which provide these 212 (see discussion below), We would need to define our own structures in this 217 - We would need to translate these structures during every call. 219 But we would need to have storage inside the BIO_dgram for *m* `struct 221 these allocations probably will need to be on the stack, and therefore [all …]
|
| /src/ |
| H A D | UPDATING | 67 Users of pkgbase will need to replace any existing definition of the 79 need to authenticate users, otherwise you won't be able to log in. 88 the NFS modules. As such, they all need to be rebuilt 131 otherwise you should install it manually if you need these utilities. 141 The deprecated ftpd(8) has been removed. Users who still need ftpd 171 manually install them if you need these tools. 197 which override these will need to adjust their configuration to match 205 and install any new packages you need. 248 compatibility with existing programs, you need COMPAT_FREEBSD14 in 261 modules. As such, all of them need to be rebuilt from sources. [all …]
|
| /src/sys/contrib/zstd/lib/common/ |
| H A D | zstd_deps.h | 16 /* Need: 43 /* Need: 63 * Need: 75 /* Need: 87 /* Need: 101 * Need:
|
| /src/crypto/heimdal/lib/roken/ |
| H A D | missing | 63 WARNING: \`$1' is missing on your system. You should only need it if 72 WARNING: \`$1' is missing on your system. You should only need it if 81 WARNING: \`$1' is missing on your system. You should only need it if 100 WARNING: \`$1' is missing on your system. You should only need it if 111 WARNING: \`$1' is missing on your system. You should only need it if 112 you modified a \`.y' file. You may need the \`Bison' package 141 WARNING: \`$1' is missing on your system. You should only need it if 142 you modified a \`.l' file. You may need the \`Flex' package 164 WARNING: \`$1' is missing on your system. You should only need it if
|
| /src/contrib/lutok/ |
| H A D | INSTALL | 7 package, you do not need to read this document. 31 To build and use Lutok successfully you need: 38 need: 44 need the following tools: 59 system. You will also need to do this if you modify configure.ac, 66 need to tell autoreconf where the ATF M4 macros are located. Otherwise, 90 3. Install the library by running 'make install'. You may need to 97 installcheck'. You do not need to be root to do this.
|
| /src/contrib/llvm-project/clang/lib/Headers/ |
| H A D | __clang_cuda_runtime_wrapper.h | 75 // No need for device_launch_parameters.h as __clang_cuda_builtin_vars.h above 80 // functions. We don't need them as we're going to pull in their 105 // functional equivalent of what we need. 149 // CUDA 9.1 no longer provides declarations for libdevice functions, so we need 162 // counterpart does not do it, so we need to make it empty here to keep 202 // slow divides), so we need to scope our define carefully here. 229 // Considering that we only need these overloads for a few functions, 258 // Some atomic functions became compiler builtins in CUDA-9 , so we need their 274 // Predicate functions used in `__builtin_assume` need to have no side effect. 337 // guard temporarily to get the definitions we need. [all …]
|
| /src/contrib/bc/scripts/ |
| H A D | sqrt_random.bc | 67 # Okay, I lied. If we need a perfect square, square now. 70 # If we need extra digits, we need to multiply by an even power of 10. 80 # If we need a number less than 1, just take the inverse, which will still 100 # If we need extra digits. 107 # If we need a value less than 1...
|
| /src/sys/contrib/openzfs/module/zstd/lib/common/ |
| H A D | zstd_deps.h | 17 /* Need: 56 /* Need: 76 * Need: 88 /* Need: 100 /* Need: 114 * Need:
|
| /src/sbin/swapon/tests/ |
| H A D | swapon_test.sh | 34 # but need a swapfile bigger than one page kernel page size 55 # but need a swapfile bigger than one page kernel page size 76 # but need a swapfile bigger than one page kernel page size 97 # but need a swapfile bigger than one page kernel page size 118 # but need a swapfile bigger than one page kernel page size 139 # but need a swapfile bigger than one page kernel page size 160 # but need a swapfile bigger than one page kernel page size 181 # but need a swapfile bigger than one page kernel page size 202 # Need to use smaller than kernel page size
|
| /src/sbin/ipf/libipf/ |
| H A D | interror.c | 122 { 94, "need write permissions to disable/enable ipfilter" }, 124 { 96, "need write permissions to set ipf tunable" }, 125 { 97, "need write permissions to set ipf flags" }, 128 { 100, "need write permissions to add another rule" }, 129 { 101, "need write permissions to insert another rule" }, 130 { 102, "need write permissions to swap active rule set" }, 132 { 104, "need write permissions to zero ipf stats" }, 133 { 105, "need write permissions to flush ipf v4 rules" }, 136 { 108, "need write permissions to flush ipf v6 rules" }, 140 { 112, "need write permissions to flush ipf logs" }, [all …]
|
| /src/contrib/ntp/sntp/libevent/build-aux/ |
| H A D | missing | 142 echo "You should only need it if you modified 'configure.ac'," 147 echo "You should only need it if you modified 'acconfig.h' or" 152 echo "You should only need it if you modified 'Makefile.am' or" 157 echo "You should only need it if you modified 'acinclude.m4' or" 167 echo "You should only need it if you modified a '.y' file." 172 echo "You should only need it if you modified a '.l' file." 177 echo "You should only need it if you modified a dependency" \ 183 echo "You should only need it if you modified a '.texi' file, or"
|
| /src/contrib/ntp/sntp/libevent/ |
| H A D | missing | 142 echo "You should only need it if you modified 'configure.ac'," 147 echo "You should only need it if you modified 'acconfig.h' or" 152 echo "You should only need it if you modified 'Makefile.am' or" 157 echo "You should only need it if you modified 'acinclude.m4' or" 167 echo "You should only need it if you modified a '.y' file." 172 echo "You should only need it if you modified a '.l' file." 177 echo "You should only need it if you modified a dependency" \ 183 echo "You should only need it if you modified a '.texi' file, or"
|
| /src/contrib/file/ |
| H A D | missing | 142 echo "You should only need it if you modified 'configure.ac'," 147 echo "You should only need it if you modified 'acconfig.h' or" 152 echo "You should only need it if you modified 'Makefile.am' or" 157 echo "You should only need it if you modified 'acinclude.m4' or" 167 echo "You should only need it if you modified a '.y' file." 172 echo "You should only need it if you modified a '.l' file." 177 echo "You should only need it if you modified a dependency" \ 183 echo "You should only need it if you modified a '.texi' file, or"
|
| /src/contrib/libevent/build-aux/ |
| H A D | missing | 142 echo "You should only need it if you modified 'configure.ac'," 147 echo "You should only need it if you modified 'acconfig.h' or" 152 echo "You should only need it if you modified 'Makefile.am' or" 157 echo "You should only need it if you modified 'acinclude.m4' or" 167 echo "You should only need it if you modified a '.y' file." 172 echo "You should only need it if you modified a '.l' file." 177 echo "You should only need it if you modified a dependency" \ 183 echo "You should only need it if you modified a '.texi' file, or"
|
| /src/sys/contrib/libsodium/src/libsodium/crypto_pwhash/scryptsalsa208sha256/ |
| H A D | crypto_scrypt-common.c | 147 size_t need; in escrypt_r() local 167 need = prefixlen + saltlen + 1 + in escrypt_r() 169 if (need > buflen || need < saltlen) { in escrypt_r() 205 size_t need; in escrypt_gensalt_r() local 207 need = prefixlen + saltlen + 1; in escrypt_gensalt_r() 208 if (need > buflen || need < saltlen || saltlen < srclen) { in escrypt_gensalt_r()
|