Home
last modified time | relevance | path

Searched refs:Suggested (Results 1 – 22 of 22) sorted by relevance

/freebsd/contrib/jemalloc/
H A DTUNING.md23 Suggested: `background_thread:true` when jemalloc managed threads can be
34 Suggested for allocation intensive programs: `metadata_thp:auto` or
47 Suggested: tune the values based on the desired trade-offs.
57 Suggested: if low parallelism is expected, try lower arena count while
66 Suggested: try `percpu_arena:percpu` or `percpu_arena:phycpu` if
/freebsd/contrib/sendmail/
H A DRELEASE_NOTES445 FEATURE(`block_bad_helo'). Suggested by Andrey Chernov
626 in FEATURE(`block_bad_helo'). Suggested by Andrey Chernov.
711 the reason for the failure in a single log line. Suggested
1776 trying to canonify hostnames. Suggested by Neil Rickert
1943 Suggested by James Carlson of Sun Microsystems.
2448 the argument to HELO/EHLO contains white space. Suggested
2481 CONFIG: Fix wording in default dnsbl rejection message. Suggested
2654 Suggested by Bryan Costales.
2848 used. Suggested by Michal Zalewski.
2922 SECURITY: Drop privileges when using address test mode. Suggested
[all …]
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaType.cpp9184 bool Sema::hasStructuralCompatLayout(Decl *D, Decl *Suggested) { in hasStructuralCompatLayout() argument
9186 if (!Suggested) in hasStructuralCompatLayout()
9192 getLangOpts(), D->getASTContext(), Suggested->getASTContext(), in hasStructuralCompatLayout()
9196 return Ctx.IsEquivalent(D, Suggested); in hasStructuralCompatLayout()
9199 bool Sema::hasAcceptableDefinition(NamedDecl *D, NamedDecl **Suggested, in hasAcceptableDefinition() argument
9224 *Suggested = nullptr; in hasAcceptableDefinition()
9229 (Redecl->isCanonicalDecl() && !*Suggested)) in hasAcceptableDefinition()
9230 *Suggested = Redecl; in hasAcceptableDefinition()
9248 *Suggested = D; in hasAcceptableDefinition()
9292 bool Sema::hasVisibleDefinition(NamedDecl *D, NamedDecl **Suggested, in hasVisibleDefinition() argument
[all …]
/freebsd/contrib/unbound/doc/
H A Dunbound-anchor.rst58 Suggested usage:
H A Dexample.conf.in146 # Suggested values are 512 to 4096. Default is 1232. 65536 disables it.
H A Dunbound.conf.rst380 Suggested values are 512 to 4096.
H A DChangelog8010 Paul Wouters. Suggested use: include: "/etc/unbound.d/conf.d/*"
/freebsd/contrib/file/magic/Magdir/
H A Dsql264 # Suggested cache size like: 0 2000
/freebsd/contrib/tcp_wrappers/
H A DCHANGES213 potential problem. Suggested by Peter Wemm.
/freebsd/contrib/mandoc/
H A DTODO279 Found in the discussion at CDBUG 2015. Suggested by Avi Weinstock.
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h15300 bool hasStructuralCompatLayout(Decl *D, Decl *Suggested);
15304 bool hasVisibleDefinition(NamedDecl *D, NamedDecl **Suggested,
15313 bool hasReachableDefinition(NamedDecl *D, NamedDecl **Suggested,
15320 bool hasAcceptableDefinition(NamedDecl *D, NamedDecl **Suggested,
/freebsd/sys/contrib/zstd/
H A DCHANGELOG720 New : `--` separator, stating that all following arguments are file names. Suggested by Chip Turner.
/freebsd/contrib/tnftp/
H A DChangeLog622 debugging is enabled. Suggested by Todd Vierling.
/freebsd/contrib/byacc/
H A DCHANGES773 Suggested-by: Jacob Bachmeyer <jcb@gnu.org>
789 Suggested-by: Jacob Bachmeyer <jcb@gnu.org>
1066 Suggested-by: Jacob Bachmeyer <jcb@gnu.org>
/freebsd/contrib/tcpdump/
H A DCHANGES1431 names. Suggested by Rob van Nieuwkerk (robn@verdi.et.tudelft.nl)
/freebsd/contrib/tzdata/
H A DNEWS2527 (Suggested by Tom Lane.)
2894 numbers and development-repository commit tags. (Suggested by
/freebsd/contrib/tzcode/
H A DNEWS2527 (Suggested by Tom Lane.)
2894 numbers and development-repository commit tags. (Suggested by
/freebsd/contrib/ntp/
H A DCommitLog-4.1.04806 Suggested by: Chaim Frenkel <chaimf@pobox.com>
H A DCommitLog[all...]
/freebsd/contrib/libedit/
H A DChangeLog3473 be invaded in the user namespace. Suggested by mrg@
/freebsd/contrib/xz/
H A DChangeLog3832 Suggested by xx on #tukaani on 2024-04-12.
5125 Suggested-by: Lasse Collin <lasse.collin@tukaani.org>
/freebsd/crypto/openssh/
H A DChangeLog4097 Suggested by David Leadbeater, ok deraadt@