Home
last modified time | relevance | path

Searched +refs:feature +refs:checked (Results 1 – 25 of 74) sorted by relevance

123

/freebsd/contrib/llvm-project/libunwind/src/
H A Dlibunwind.cpp22 #define __has_feature(feature) 0 argument
441 static bool checked = false; in logAPIs() local
443 if (!checked) { in logAPIs()
445 checked = true; in logAPIs()
453 static bool checked = false; in logUnwinding() local
455 if (!checked) { in logUnwinding()
457 checked = true; in logUnwinding()
465 static bool checked = false; in logDWARF() local
467 if (!checked) { in logDWARF()
469 checked = true; in logDWARF()
/freebsd/contrib/libyaml/
H A DReadMe.md15 If you checked the source code from the Git repository, run
36 Submit bug reports and feature requests to the [LibYAML bug
/freebsd/crypto/openssl/doc/man7/
H A Dopenssl-env.pod56 By default the OpenSSL trace feature is disabled statically.
153 This environment variable is only checked on Microsoft Windows platforms.
174 processor capabilities and run time feature enquiry. These environment
196 build time with the enable-sslkeylog feature. The file format standard can be
201 Use of this feature should be restricted to test and debug environments only.
/freebsd/contrib/sqlite3/autosetup/
H A DREADME.md131 - **`sqlite-add-feature-flag ?-shell? FLAG...`**\
132 Adds the given feature flag to the CFLAGS which are specific to
140 The shell-specific counterpart of `sqlite-add-feature-flag` which
289 feature tests performed by the configure script may amend global flags
307 implicitly modified global state which broke the zlib feature
308 test. Because the feature tests no longer (intentionally) modify
311 In this build, cases where feature tests modify global state in such a
312 way that it may impact later feature tests are either (A) very
318 results of any given feature test into its own well-defined
336 set library-level feature toggles, e.g. `-DSQLITE_OMIT_FOO`, in which
[all …]
/freebsd/contrib/ldns/drill/
H A DChangeLog.22-nov-200549 * packet wire data is now checked for dangerous elements (like
70 * Lots of features added. Drill is almost feature complete
/freebsd/contrib/unbound/doc/
H A Drequirements.txt89 o The harden-glue feature, when yes all out of zone glue is deleted, when
119 In summary, the harden glue feature presents a security risk if
120 disabled. Disabling the feature leads to possible better performance
121 as more glue is present for the recursive service to use. The feature
155 For referrals, delegations that add a single label can be checked to be
262 and queried for again, so that its proof can be checked again.
H A DChangelog296 The feature needs to be enabled by compiling with libngtcp2,
722 - Add checklock feature verbose_locking to trace locks and unlocks.
1978 checked with DNS queries directed at the RPZ zone.
2555 ZONEMD records are checked for zones loaded as auth-zone,
2607 - Merge PR #275 from Roland van Rijswijk-Deij: Add feature to return the
4117 no check for already checked delegation pointer in iterator,
5657 - Merge EDNS Client subnet implementation from feature branch into main
6229 - Fix libubound for edns optlist feature.
6702 - Fix #677 Fix CNAME corresponding to a DNAME was checked incorrectly
6764 - ratelimit feature, ratelimi
[all...]
H A Dexample.conf.in60 # enable this feature to copy the source address of queries to reply.
590 # This feature is an experimental implementation of draft dns-0x20.
699 # and expiration. "" or "0" turns the feature off. -1 ignores date.
764 # than the decrementing TTL as stored in the cache. Enabling this feature
766 # responses to queries. Note that enabling this feature implicitly disables
1036 # feature is experimental.
1041 # feature is experimental.
1310 # # if the cachedb should be checked before a serve-expired response is
/freebsd/contrib/pam_modules/pam_passwdqc/
H A DREADME49 the minimum length they've been checked against.
92 feature. Passwords that contain the offered randomly-generated string
/freebsd/sys/contrib/libsodium/m4/
H A Dax_pthread.m497 # It gets checked for in the link test anyway.
145 # -D_REENTRANT too), HP C (must be checked before -lpthread, which
173 # IBM z/OS requires a feature-test macro to be defined in order to
206 # The presence of a feature test macro requesting re-entrant function
/freebsd/tools/tools/git/
H A Dgit-arc.sh79 currently checked out tree.
151 $ git arc list main..feature
/freebsd/contrib/unbound/
H A Dax_pthread.m4102 # It gets checked for in the link test anyway.
153 # -D_REENTRANT too), HP C (must be checked before -lpthread, which
181 # IBM z/OS requires a feature-test macro to be defined in order to
247 # The presence of a feature test macro requesting re-entrant function
/freebsd/crypto/krb5/src/config/ac-archive/
H A Dax_pthread.m4102 # It gets checked for in the link test anyway.
153 # -D_REENTRANT too), HP C (must be checked before -lpthread, which
181 # IBM z/OS requires a feature-test macro to be defined in order to
247 # The presence of a feature test macro requesting re-entrant function
/freebsd/contrib/sendmail/cf/
H A DREADME148 influence a FEATURE() should be done before that feature. For example,
732 feature that uses a map.
760 nouucp Don't route UUCP addresses. This feature takes one
770 nopercenthack Don't treat % as routing character. This feature takes one
816 stickyhost This feature is sometimes used with LOCAL_RELAY,
888 uucpdomain Similar feature for UUCP hosts. The default map definition
905 feature will cause recipient addresses to also masquerade
913 feature ONLY if you can guarantee that the ENTIRE
919 this feature is given, only the hosts listed in class {M} (see
926 MASQUERADE_DOMAIN (see below) is set, this feature will
[all …]
/freebsd/contrib/ncurses/
H A DANNOUNCE91 * The ncurses library supports a compile-time feature (enabled with
99 feature.
192 + modify reset feature to avoid 1-second sleep if running in a
348 Compile-in feature to detect screensize for terminals which do
402 corresponding SIGWINCH feature is disabled
500 system directory. This feature makes it easier for users to have
505 generalizes the feature provided by TERMINFO under stock System
524 may be linked (and its calls will be checked against the
H A DINSTALL341 option to disable the feature altogether.
358 use this feature, e.g., via the ExitProgram() macro.
374 The default uses the -version-number feature of libtool, which makes
378 Use --disable-libtool-version to use the libtool -version-info feature.
461 linking to ncurses when it was configured to use the rpath feature.
497 building packages, this feature may be redundant. Use this option
498 to suppress the feature.
557 Compile-in feature to detect screensize for terminals which do not
649 this a standard feature except for the concern that the terminfo entry
679 libraries. Use their corresponding options to disable the feature
[all …]
/freebsd/sys/contrib/zlib/doc/
H A Drfc1950.txt350 preset dictionary feature, the compressor must not set the FDICT
366 dictionary feature, a compliant decompressor must reject any
475 application specific. Standard data formats using this feature of
496 checked separately. (Any sequence of zeroes has a Fletcher
/freebsd/contrib/bc/
H A DNEWS.md148 feature for `dc`: there is now a command to query whether extended registers are
198 This is a production release with a new feature and a few bug fixes.
211 The new feature is that stack traces are now given for runtime errors. In debug
243 The first feature was the addition of the `is_number()` built-in function (`u`
246 The second feature was the addition of the `is_string()` built-in function (`t`
253 The last added feature is the ability of the `asciify()` built-in function in
300 sometimes caused the wrong error message) and adds a feature for compatibility
392 This is a production release that adds a new feature, fixes some bugs, and adds
395 The new feature is the ability to turn off exiting on expressions. It is also
780 This is a production release that adds one new feature: specific manpages.
[all …]
/freebsd/contrib/mandoc/
H A DNEWS68 * configure: provide feature tests for __attribute__(()) and mkstemps(3)
150 portability feature, checking patches, and extensive release testing
151 * Abel Romero Perez for a patch, a bug report, and suggesting a new feature
152 * nabijaczleweli for a patch and for suggesting feature improvements
156 * Jason McIntyre (OpenBSD) for manual page patches, suggesting a new feature,
161 * G. Branden Robinson (GNU troff) for several bug reports, feature
163 * Michael Stapelberg (Debian) for several bug reports and feature
166 and feature suggestions
172 * Soeren Tempel (Alpine Linux) for a bug report, suggesting a feature
175 and for suggesting a feature impovement
[all …]
/freebsd/contrib/tcp_wrappers/
H A DCHANGES149 are going to use this feature. John C. Wingenbach did some pioneering
184 this obscure language feature.
246 the gethostbyname() argument. This feature is still experimental and it
415 - The result of % expansion (in shell commands) is now checked for
/freebsd/contrib/sendmail/
H A DKNOWNBUGS183 not checked. Essentially, the RunProgramInUnsafeDirPath and
223 relay_based_on_MX feature.
H A DRELEASE_NOTES69 clt_features was not checked for connections via Unix domain
93 cf/feature/fips3.m4
279 cf/feature/check_other.m4
280 cf/feature/sts.m4
312 Note: this feature has so far only been tested with the
408 cf/feature/blocklist_recipients.m4
409 cf/feature/check_cert_altnames.m4
410 cf/feature/tls_failures.m4
1202 a RCPT has been rejected can be checked by comparing the
1217 cf/feature/badmx.m4
[all …]
/freebsd/tools/tools/sysdoc/
H A Dtunables.mdoc74 Debugging feature causing
78 feature is disabled.
218 An experimental feature for IDE hard drives which
513 space should be checked.
1381 Historically speaking, this feature was designed to allow the
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86CallingConv.td14 /// CCIfSubtarget - Match if the current subtarget has a feature F.
20 /// CCIfNotSubtarget - Match if the current subtarget doesn't has a feature F.
279 // supported while using the AVX target feature.
285 // supported while using the AVX-512 target feature.
1085 // MCU calling convention. Thus, this should be checked before isTargetMCU().
/freebsd/contrib/llvm-project/llvm/include/llvm/Target/
H A DTarget.td27 // Any other features are not checked.
489 // FieldName - Field in XXXSubtarget to be set by feature.
493 // Value - Value the XXXSubtarget field to be set to by feature.
508 // Implies - Features that this feature implies are present. If one of those
514 /// Specifies a Subtarget feature that this instruction is deprecated on.
820 /// AssemblerMatcherPredicate - If this feature can be used by the assembler
822 /// feature from the AssemblerPredicate class in addition to Predicate.
829 /// a feature can be tested using a (not) node including the feature.
842 /// in diagnostics such as missing feature errors in the asm matcher.

123