/freebsd/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 …]
|
/freebsd/sys/contrib/dev/iwlwifi/cfg/ |
H A D | 22000.c | 157 * If the device doesn't support HE, no need to have that many buffers. 188 * so we need to restrict the size of transmitted aggregation to the 224 * so we need to restrict the size of transmitted aggregation to the 237 * so we need to restrict the size of transmitted aggregation to the 250 * so we need to restrict the size of transmitted aggregation to the 262 * so we need to restrict the size of transmitted aggregation to the 275 * so we need to restrict the size of transmitted aggregation to the 288 * so we need to restrict the size of transmitted aggregation to the 300 * so we need to restrict the size of transmitted aggregation to the 314 * so we need t [all...] |
/freebsd/sys/dev/mpr/ |
H A D | mpr_config.c | 103 * If the request returns an error then we need to do a diag in mpr_config_get_ioc_pg8() 116 * If the request returns an error then we need to do a diag in mpr_config_get_ioc_pg8() 125 * counters to match - Need to review the reply FIFO handling. in mpr_config_get_ioc_pg8() 162 * If the request returns an error then we need to do a diag in mpr_config_get_ioc_pg8() 175 * If the request returns an error then we need to do a diag in mpr_config_get_ioc_pg8() 235 * If the request returns an error then we need to do a diag in mpr_config_get_iounit_pg8() 248 * If the request returns an error then we need to do a diag in mpr_config_get_iounit_pg8() 257 * counters to match - Need to review the reply FIFO handling. in mpr_config_get_iounit_pg8() 294 * If the request returns an error then we need to do a diag in mpr_config_get_iounit_pg8() 307 * If the request returns an error then we need to do a diag in mpr_config_get_iounit_pg8() [all …]
|
/freebsd/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 …]
|
/freebsd/sys/dev/mps/ |
H A D | mps_config.c | 103 * If the request returns an error then we need to do a diag in mps_config_get_ioc_pg8() 116 * If the request returns an error then we need to do a diag in mps_config_get_ioc_pg8() 125 * counters to match - Need to review the reply FIFO handling. in mps_config_get_ioc_pg8() 162 * If the request returns an error then we need to do a diag in mps_config_get_ioc_pg8() 175 * If the request returns an error then we need to do a diag in mps_config_get_ioc_pg8() 194 * accordingly. Currently, this page does not need to return to caller. 240 /* If the poll returns error then we need to do diag reset */ in mps_config_get_man_pg10() 250 /* If the poll returns error then we need to do diag reset */ in mps_config_get_man_pg10() 257 * counters to match - Need to review the reply FIFO handling. in mps_config_get_man_pg10() 297 /* If the poll returns error then we need to do diag reset */ in mps_config_get_man_pg10() [all …]
|
/freebsd/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 …]
|
/freebsd/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 …]
|
/freebsd/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
|
/freebsd/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.
|
/freebsd/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
|
/freebsd/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 …]
|
/freebsd/sys/contrib/zstd/lib/common/ |
H A D | zstd_deps.h | 16 /* Need: 43 /* Need: 63 * Need: 75 /* Need: 87 /* Need: 101 * Need:
|
/freebsd/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
|
/freebsd/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.
|
/freebsd/ |
H A D | UPDATING | 34 otherwise you should install it manually if you need these utilities. 44 The deprecated ftpd(8) has been removed. Users who still need ftpd 74 manually install them if you need these tools. 100 which override these will need to adjust their configuration to match 108 and install any new packages you need. 151 compatibility with existing programs, you need COMPAT_FREEBSD14 in 164 modules. As such, all of them need to be rebuilt from sources. 212 package, FreeBSD-bmake. If you use pkgbase and you need make, you 220 pkgbase and you need gssd, you should install this package. 241 these modules need to be rebuilt from sources. [all …]
|
/freebsd/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...
|
/freebsd/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
|
/freebsd/stand/libsa/zfs/ |
H A D | Makefile.inc | 27 # standalone environment that's neither userland nor kernel, we sometimes need 29 # something just-so before we include the include/XXX file, or if we need to 57 # zfs.c is special: we need to define HAS_ZSTD_ZFS to get zfssubr.c to initialize zstd 58 # properly. We need to have the cddl boot compat directory in the include path for zfssubr.c 59 # to be found, and we need a couple of other include paths for skein and lz4. Finally we 60 # temporarily need LDRSRC to pick up part.h until libsa has a way to look into partitions
|
/freebsd/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 …]
|
/freebsd/contrib/capsicum-test/ |
H A D | CONTRIBUTING.md | 9 own the intellectual property, then you'll need to sign an [individual 13 then you'll need to sign a [corporate CLA][]. 15 You generally only need to submit a CLA once, so if you've already submitted 16 one (even if it was for a different project), you probably don't need to do it
|
/freebsd/contrib/openbsm/config/ |
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"
|
/freebsd/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"
|
/freebsd/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"
|
/freebsd/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()
|