| /freebsd-12.1/release/picobsd/floppy.tree/etc/ |
| H A D | rc.firewall | 43 # Allow any traffic to or from my own net. 47 # Allow TCP through if setup succeeded 50 # Allow setup of incoming email 59 # Allow DNS queries out in the world 63 # Allow NTP queries out in the world 100 # Allow TCP through if setup succeeded 103 # Allow setup of incoming email 106 # Allow access to our DNS 109 # Allow access to our WWW 118 # Allow DNS queries out in the world [all …]
|
| /freebsd-12.1/contrib/llvm/lib/ExecutionEngine/Orc/ |
| H A D | ExecutionUtils.cpp | 182 sys::DynamicLibrary Dylib, const DataLayout &DL, SymbolPredicate Allow) in DynamicLibrarySearchGenerator() argument 183 : Dylib(std::move(Dylib)), Allow(std::move(Allow)), in DynamicLibrarySearchGenerator() 188 SymbolPredicate Allow) { in Load() argument 193 return DynamicLibrarySearchGenerator(std::move(Lib), DL, std::move(Allow)); in Load() 207 if (Allow && !Allow(Name)) in operator ()()
|
| /freebsd-12.1/contrib/llvm/include/llvm/ExecutionEngine/Orc/ |
| H A D | ExecutionUtils.h | 225 SymbolPredicate Allow = SymbolPredicate()); 232 SymbolPredicate Allow = SymbolPredicate()); 238 SymbolPredicate Allow = SymbolPredicate()) { 239 return Load(nullptr, DL, std::move(Allow)); 246 SymbolPredicate Allow; variable
|
| /freebsd-12.1/contrib/libucl/ |
| H A D | ChangeLog.md | 13 - Allow userdata objects to be emitted and destructed 43 - Allow to save comments and macros when parsing UCL documents 51 - Allow searching an array of paths for includes (by Allan Jude)
|
| /freebsd-12.1/share/examples/jails/ |
| H A D | rc.conf.jails | 15 #jail_sysvipc_allow="YES" # Allow SysV Interprocess Comm. 16 #jail_set_hostname_allow="YES" # Allow hostname to change
|
| /freebsd-12.1/sys/contrib/dev/acpica/components/debugger/ |
| H A D | dbexec.c | 700 UINT8 Allow; in AcpiDbMethodThread() local 770 Allow = 0; in AcpiDbMethodThread() 778 Allow = 1; in AcpiDbMethodThread() 783 if (Allow) in AcpiDbMethodThread()
|
| /freebsd-12.1/gnu/usr.bin/cc/cc_tools/ |
| H A D | freebsd.opt | 5 Allow FreeBSD kernel-specific printf format specifiers.
|
| /freebsd-12.1/bin/sh/tests/builtins/ |
| H A D | return5.0 | 7 # Allow return to return from the function or the dot script.
|
| /freebsd-12.1/libexec/bootpd/ |
| H A D | Changes | 27 Allow bootptab syntax: ha="0:0:c0:80:e8:a7" 132 Allow underscore in host names - readfile.c:goodname() 142 Allow ieee802 hardware address in bit-reversed oreder 224 Allow host name anywhere IP address is expected. 239 Allow extended-length BOOTP packets (more vendor options)
|
| /freebsd-12.1/bin/csh/ |
| H A D | csh.login | 14 # Allow terminal messages
|
| /freebsd-12.1/crypto/heimdal/lib/hdb/ |
| H A D | hdb.asn1 | 47 allow-kerberos4(15), -- Allow Kerberos 4 requests 48 allow-digest(16), -- Allow digest requests
|
| /freebsd-12.1/bin/sh/ |
| H A D | profile | 17 # Allow terminal messages
|
| /freebsd-12.1/contrib/less/ |
| H A D | NEWS | 61 * Allow some debugging environment variables to be set in lesskey file. 105 * Allow "extra" string in lesskey file to append to a multi-char command 123 * Allow %% escape sequence in LESSOPEN variable. 129 * Allow backslash escaping of metacharacters in LESS environment variable 217 * Allow a fraction as the argument to the -# (--shift) option. 257 * Allow CSI character (0x9B) to work in UTF-8 mode. 309 * Allow decimal point in number for % (percent) command. 311 * Allow decimal point in number for -j option (fraction of screen height). 324 * Allow "/dev/null" as synomym for "-" in LESSHISTFILE to indicate 336 * Allow a few binary characters in the input file before warning [all …]
|
| /freebsd-12.1/contrib/llvm/tools/clang/include/clang/Basic/ |
| H A D | CodeGenOptions.def | 138 CODEGENOPT(NoSignedZeros , 1, 0) ///< Allow ignoring the signedness of FP zero 140 CODEGENOPT(Reassociate , 1, 0) ///< Allow reassociation of FP math ops 141 CODEGENOPT(ReciprocalMath , 1, 0) ///< Allow FP divisions to be reassociated. 144 CODEGENOPT(FlushDenorm , 1, 0) ///< Allow FP denorm numbers to be flushed to zero 231 CODEGENOPT(UnsafeFPMath , 1, 0) ///< Allow unsafe floating point optzns.
|
| /freebsd-12.1/contrib/llvm/tools/lld/COFF/ |
| H A D | Options.td | 110 HelpText<"Allow undefined and multiply defined symbols when creating executables">; 112 HelpText<"Allow undefined symbols when creating executables">; 114 HelpText<"Allow multiply defined symbols when creating executables">;
|
| /freebsd-12.1/contrib/openbsm/ |
| H A D | TODO | 18 - Allow the path /etc/security to be configured at configure-time so that
|
| /freebsd-12.1/contrib/binutils/ |
| H A D | ltgcc.m4 | 32 # Allow CC to be a program name with arguments.
|
| /freebsd-12.1/contrib/gcc/config/s390/ |
| H A D | predicates.md | 62 ;; Allow SYMBOL_REFs and @PLT stubs. 110 /* Allow labels and local symbols. */ 123 /* Allow adding *even* in-range constants. */
|
| /freebsd-12.1/contrib/llvm/lib/Target/Lanai/ |
| H A D | LanaiSchedule.td | 35 // Allow scheduler to assign default model to any unrecognized opcodes.
|
| /freebsd-12.1/contrib/libstdc++/include/bits/ |
| H A D | c++config | 164 // Allow use of "export template." This is currently not a feature 168 // Allow use of the GNU syntax extension, "extern template." This
|
| /freebsd-12.1/contrib/gcc/config/mips/ |
| H A D | mips.opt | 56 Allow hardware floating-point instructions to cover both 32-bit and 64-bit operations 138 Allow the use of hardware floating-point instructions
|
| /freebsd-12.1/usr.sbin/bsdconfig/usermgmt/share/ |
| H A D | user_input.subr | 439 # Allow the user to enter new GECOS information for a given user. This 458 # Allow the user to enter a new UID for a given user. If the user does not 476 # Allow the user to enter a new primary GID for a given user. If the user does 494 # Allow the user to enter a new login class for a given user. If the user does 512 # Allow the user to enter a date/time (in number-of-seconds since the `epoch') 655 # Allow the user to enter a date/time (in number-of-seconds since the `epoch') 798 # Allow the user to enter a new home directory for a given login. If the user 925 # Allow the user to select a new shell for a given login. If the user does not
|
| /freebsd-12.1/contrib/apr-util/ |
| H A D | CHANGES | 94 *) configure: Allow to specify library specific custom linker flags 114 *) APR dbd: Allow to use apr_dbd_get_row() with a different pool than
|
| /freebsd-12.1/contrib/binutils/include/opcode/ |
| H A D | ChangeLog | 338 * hppa.h (pa_opcodes): Allow 0 immediates in PA 2.0 variants of pdtlb 382 mov. Allow 64bit addressing for mov and movq. 472 between memory and segment register. Allow movq for moving between 615 * i386.h (i386_optab): Allow cs/ds in 64bit for branch hints. 653 Allow disassembly of ColdFire V4e object files.
|
| /freebsd-12.1/crypto/heimdal/lib/hx509/ |
| H A D | ChangeLog | 322 * req.c: Allow export some of the request parameters. 787 * file.c: Allow mapping using heim_octet_string. 914 * ca.c (hx509_ca_tbs_add_san_jid): Allow adding 989 * hxtool.c: Allow setting serialNumber (needed for reissuing 992 * hxtool-commands.in (issue-certificate): Allow setting 1027 * hxtool.c: Allow setting path length 1046 * ca.c: Allow generation of proxy certificates, always include 1049 * hxtool.c: Allow generation of proxy certificates. 1271 * peer.c: Allow selection of digest/sig-alg 1892 * hxtool-commands.in: Allow passing in pool and anchor to [all …]
|