/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/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/ |
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. 68 If you wish to build the GNOME passphrase requester, you will need the GNOME 81 If you wish to use the TCP wrappers functionality you will need at least 106 the code out of git yourself) then you will need autoconf-2.69 and 123 If you are making significant changes to the code you may need to rebuild 164 If you are using PAM, you may need to manually install a PAM control 169 executable, your PAM configuration may need to be modified. 172 you may need to edit it before using it on your system. If you are 215 $DISPLAY environment variable. Some broken systems need this. [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/crypto/krb5/doc/html/_sources/admin/ |
H A D | appl_servers.rst.txt | 4 If you need to install the Kerberos V5 programs on an application 6 have installed the software, you need to add that host to the Kerberos 8 that contains the host's key. You also need to make sure the host's 146 If you need off-site users to be able to get Kerberos tickets in your 152 file.) Similarly, if you need off-site users to be able to change 155 you need off-site users to be able to administer your Kerberos realm, 159 If your on-site users inside your firewall will need to get to KDCs in 160 other realms, you will also need to configure your firewall to allow 163 need to get to Kerberos admin servers in other realms, you will also 164 need to allow outgoing TCP and UDP requests to port 749. [all …]
|
/freebsd/crypto/krb5/doc/admin/ |
H A D | appl_servers.rst | 4 If you need to install the Kerberos V5 programs on an application 6 have installed the software, you need to add that host to the Kerberos 8 that contains the host's key. You also need to make sure the host's 146 If you need off-site users to be able to get Kerberos tickets in your 152 file.) Similarly, if you need off-site users to be able to change 155 you need off-site users to be able to administer your Kerberos realm, 159 If your on-site users inside your firewall will need to get to KDCs in 160 other realms, you will also need to configure your firewall to allow 163 need to get to Kerberos admin servers in other realms, you will also 164 need to allow outgoing TCP and UDP requests to port 749. [all …]
|
/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/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/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/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/sys/contrib/zstd/lib/common/ |
H A D | zstd_deps.h | 16 /* Need: 43 /* Need: 63 * Need: 75 /* Need: 87 /* Need: 101 * Need:
|
/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 | 68 need the CAM Target Layer, you should install the new package. 73 need to compile software, you should install the new package and 82 interface if 3rd party modules need it. 86 and nfscl modules. Both need to be built from updated sources. 102 and nfscl modules. Both need to be built from updated sources. 131 need to be rebuilt from sources. 137 NFS need to upgrade both kernel and world (binaries and libc) at once. 154 targetting Rockchip SoC you need to add it so shared and mandatory drivers for 161 systems will need its clients to unmount and remount the exports. 165 shipped as raw files. For pkgbase users if you use iwm(4) you will need [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/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/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/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()
|
/freebsd/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"
|