Home
last modified time | relevance | path

Searched full:minimal (Results 1 – 25 of 965) sorted by relevance

12345678910>>...39

/freebsd/share/man/man7/
H A Dfreebsd-base.799 .Bl -tag -width "minimal-jail"
100 .It minimal
101 The minimal set of packages required to bring up a multi-user
109 .It minimal-jail
111 .Sy minimal
159 .Sy minimal-jail
162 pkg -r /jails/myjail install FreeBSD-set-minimal-jail
/freebsd/usr.sbin/bsdinstall/scripts/
H A Dpkgbase.in136 -- "minimal(-jail)" is always installed if present.
137 if component == "minimal" or component == "minimal-jail" then
176 "A minimal set of packages suitable for a multi-user system "..
190 -- Always install the minimal set, since it's required for the system
191 -- to work. The base set depends on minimal, but it's fine to install
193 -- autoremove then trying to remove minimal.
196 table.insert(selected, "minimal-jail")
198 table.insert(selected, "minimal")
256 -- Assert that both a kernel and the "minimal" set are available, since
261 assert(#components["minimal"] == 1)
/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Scalar/
H A DLowerMatrixIntrinsics.h21 bool Minimal; variable
24 LowerMatrixIntrinsicsPass(bool Minimal = false) : Minimal(Minimal) {} in Minimal() function
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/mmap/
H A Dmmap_mixed.ksh64 --ioengine=sync --fallocate=none --group_reporting --minimal \
70 --ioengine=sync --fallocate=none --group_reporting --minimal \
76 --ioengine=mmap --fallocate=none --group_reporting --minimal \
82 --ioengine=mmap --fallocate=none --group_reporting --minimal \
/freebsd/release/packages/ucl/
H A Dpkg-bootstrap-all.ucl22 /usr/sbin/pkg is a minimal bootstrap tool used to install the full pkg(8)
28 set = "minimal,minimal-jail"
H A Dbzip2-all.ucl11 set = "minimal,minimal-jail"
H A Dncurses-all.ucl22 set = "minimal,minimal-jail"
H A Dutilities-all.ucl27 set = "minimal,minimal-jail"
H A Dkernel-man.ucl27 set = "minimal,minimal-jail"
H A Druntime-all.ucl27 set = "minimal,minimal-jail"
H A Dzoneinfo-all.ucl29 set = "minimal,minimal-jail"
H A Dmandoc-all.ucl28 set = "minimal,minimal-jail"
H A Dperiodic-all.ucl28 set = "minimal,minimal-jail"
H A Drc-all.ucl28 set = "minimal,minimal-jail"
H A Dlocales-all.ucl28 set = "minimal,minimal-jail"
H A Dclibs-all.ucl27 set = "minimal,minimal-jail"
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/direct/
H A Ddio_mmap.ksh70 --ioengine=sync --fallocate=none --group_reporting --minimal \
76 --ioengine=sync --fallocate=none --group_reporting --minimal \
82 --ioengine=mmap --fallocate=none --group_reporting --minimal \
88 --ioengine=mmap --fallocate=none --group_reporting --minimal \
/freebsd/contrib/bsnmp/tests/
H A Dasn1.cc376 SECTION("non minimal encoding") {
378 "non-minimal unsigned at 00 00\n");
380 "non-minimal unsigned at 00 7f\n");
382 "non-minimal unsigned at 00 00 80\n");
384 "non-minimal unsigned at 00 00 80 00\n");
386 "non-minimal unsigned at 00 00 00 00 00 00 00 00 00 00\n");
388 "non-minimal unsigned at 00 01 00 00 00 00 00 00 00 00\n");
551 SECTION("non minimal encoding") {
553 "non-minimal unsigned at 00 00\n");
555 "non-minimal unsigned at 00 7f\n");
[all …]
/freebsd/sys/amd64/conf/
H A DMINIMAL2 # MINIMAL -- Mostly Minimal kernel configuration file for FreeBSD/amd64
4 # Many definitions of minimal are possible. The one this file follows is
31 ident MINIMAL
/freebsd/crypto/openssl/doc/designs/ddd/
H A DREPORT.md5 requirement to develop a QUIC API that required only minimal changes to existing
15 applications could be kept very small in many circumstances, with only minimal
319 API which can be used with only minimal API changes. The additional changes on
324 are both minimal and limited in scope.
326Minimal” and “limited” are distinct criteria. If inexorable technical
328 considered “minimal”. The changes required to representative applications, as
329 demonstrated by the DDD demos, are not merely minimal but also limited.
/freebsd/sys/i386/conf/
H A DMINIMAL2 # MINIMAL -- Mostly Minimal kernel configuration file for FreeBSD/i386
4 # Many definitions of minimal are possible. The one this file follows is
39 ident MINIMAL
/freebsd/share/examples/ipfilter/
H A Dmkfilters.14 mkfilters \- generate a minimal firewall ruleset for ipfilter
11 \fBmkfilters\fP is a perl script that generates a minimal filter rule set for
/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Instrumentation/
H A DBlockCoverageInference.h1 //===-- BlockCoverageInference.h - Minimal Execution Coverage ---*- C++ -*-===//
62 /// Maps blocks to a minimal list of predecessors that can be used to infer
66 /// Maps blocks to a minimal list of successors that can be used to infer
/freebsd/contrib/bearssl/inc/
H A Dbearssl_x509.h59 * **The "minimal" engine** implements minimal X.509 decoding and chain
111 * - The "minimal" engine does not check revocation status. The relevant
115 * - The "minimal" engine does not currently support Name Constraints
527 * The minimal X.509 engine has some state buffers which must be large
546 * cost of public key operations. The X.509 "minimal" engine will tolerate
675 * \brief The "minimal" X.509 engine structure.
680 * The "minimal" engine performs a rudimentary but serviceable X.509 path
789 * \brief Class instance for the "minimal" X.509 engine.
794 * \brief Initialise a "minimal" X.509 engine.
814 * \brief Set a supported hash function in an X.509 "minimal" engine.
[all …]
/freebsd/release/packages/sets/
H A Doptional-dbg.ucl23 which is not part of the minimal set.
27 "set-minimal-dbg" {

12345678910>>...39