/freebsd/sys/contrib/device-tree/Bindings/powerpc/ |
H A D | ibm,powerpc-cpu-features.txt | 24 Description: Container of CPU feature nodes. 51 compatibility, less the individual feature nodes. For example, an ISA v3.0 66 /cpus/ibm,powerpc-cpu-features/example-feature node bindings 69 Each child node of cpu-features represents a CPU feature / capability. 71 Node: A string describing an architected CPU feature, e.g., "floating-point". 73 Description: A feature or capability supported by the CPUs. 79 Presence of the node indicates the feature is available. 88 First level of the Power ISA that the feature appears in. 105 that can use the feature. 119 feature to lesser privilege levels. If the property does not exist then no [all …]
|
/freebsd/contrib/ldns/m4/ |
H A D | ax_config_feature.m4 | 12 # feature FEATURE-NAME and AC_DEFINEs the passed DEFINE, depending on the 14 # and ACTION-IF-NOT-ENABLED are the actions that will be run. A feature is 38 # If you have lot of features and you want a verbose dumping of each user 44 # enable or disable a specific feature. 75 # You should have received a copy of the GNU General Public License along 105 AC_MSG_ERROR([bad value ${enableval} for feature --$1])
|
/freebsd/crypto/openssl/doc/man3/ |
H A D | SSL_get_value_uint.pod | 85 provide control over the feature negotiation process during establishment of a 96 Values in this class do not participate in the feature negotiation process. They 107 requesting during feature negotiation. Such a request will not necessarily be 114 specified feature. 122 peer during feature negotiation. Such a request has not necessarily been 131 actually negotiated based on both local and peer input during feature 134 Attempting to read a value in this class will generally fail if the feature 136 unknown, unless the nature of the feature in question causes a provisional value 137 to be used prior to completion of feature negotiation, in which case that value 138 may be returned. If an online (post-handshake) renegotiation of a feature is [all …]
|
/freebsd/contrib/llvm-project/clang/include/clang/Basic/ |
H A D | DiagnosticFrontendKinds.td | 56 "feature flag '%0' must start with either '+' to enable the feature or '-'" 59 "feature flag '%0' is ignored since the feature is read only">, 283 def err_builtin_needs_feature : Error<"%0 needs target feature %1">; 285 "always_inline function %1 requires target feature '%2', but would " 290 "always_inline function %1 and its caller %0 have mismatching %2 attributes">; 292 "always_inline function %1 and its caller %0 have mismatching %2 attributes, " 344 "__sync builtin operation must have natural alignment (consider using __atomic)">, 354 "profile data may be out of date: of %0 function%s0, %1 %plural{1:has|:have}1" 358 "profile data may be incomplete: of %0 function%s0, %1 %plural{1:has|:have}1"
|
H A D | DiagnosticCommonKinds.td | 108 "only functions can have deleted definitions">; 115 "module '%0' %select{is incompatible with|requires}1 feature '%2'">; 233 "'size_t' suffix for literals is a C++23 feature">; 256 "%select{have type 'long long'|be ill-formed}0 in C99 onwards">, 261 "%select{have type 'long long'|be ill-formed}0 in C++11 onwards">, 266 "this literal will %select{have type 'long long'|be ill-formed}0 " 310 "an inline asm block cannot have an operand which is a bit-field">; 361 "invalid feature combination: %0">; 363 "invalid feature combination: %0">, InGroup<DiagGroup<"invalid-feature-combination">>; 459 …"%0 is a core feature in %select{OpenCL C|C++ for OpenCL}1 version %2 but not supported on this ta… [all …]
|
/freebsd/contrib/file/ |
H A D | README.md | 29 The major feature of 4.x is the refactoring of the code into a 44 UCB to include the code...), his HP-like "indirection" (a feature 72 * `src/asctime_r.c` - replacement for OS's that don't have it. 73 * `src/asprintf.c` - replacement for OS's that don't have it. 78 * `src/ctime_r.c` - replacement for OS's that don't have it. 80 * `src/dprintf.c` - replacement for OS's that don't have it. 86 * `src/fmtcheck.c` - replacement for OS's that don't have it. 89 * `src/getline.c` - replacement for OS's that don't have it. 90 * `src/getopt_long.c` - replacement for OS's that don't have it. 91 * `src/gmtime_r.c` - replacement for OS's that don't have it. [all …]
|
/freebsd/sys/contrib/device-tree/Bindings/timer/ |
H A D | arm,armv7m-systick.txt | 4 implements the clocksource feature. 10 Required clocking property, have to be one of:
|
/freebsd/contrib/tcsh/ |
H A D | WishList | 57 Currently I can't get ssh to have the right environment unless it is a 60 would be to not have the different environment for login compared to 78 %40devron.myhome.or.jp None of these patches seems to have been 109 this is really more a feature for the terminal (be it hardware 172 which is frustrating when writing/maintaining csh scripts which have 194 It already does this, if you have a file named like that... --Kim 196 Directory commands don't handle blanks in filenames. If I have an 215 Wish tcsh would feature fc (fix command) as in bash !Wish tcsh would 225 have a file called README in a directory in the PATH, and I type R TAB 226 tcsh will complete README as a command. But README does not have the x [all …]
|
/freebsd/contrib/sendmail/cf/ |
H A D | README | 148 influence a FEATURE() should be done before that feature. For example, 153 *** BE SURE YOU CUSTOMIZE THESE FILES! They have some *** 195 ``A'' to have value ``B''. Macros are expanded as they are read, so 201 to be comments. For example, if you have 227 Unfortunately, the M4 on BSDI 1.0 doesn't work -- you'll have to use a 564 belong on this machine. This allows you to have a 577 a variant on SMTP) is used. WARNING: if you have a wildcard MX 579 have a trailing dot so that you won't get the mail diverted back 587 You do not have to define a domain -- in particular, if you are a 651 domain to a single person?". If you have this mailer [all …]
|
/freebsd/contrib/llvm-project/lld/docs/ |
H A D | Partitions.rst | 6 This feature is currently experimental, and its interface is subject 9 LLD's partitioning feature allows a program (which may be an executable 23 A program that uses the partitioning feature must decide which symbols are 35 Once the entry points have been decided, the translation unit(s) 67 # Compile a feature to be placed in a loadable partition. 69 clang -ffunction-sections -fdata-sections -fsymbol-partition=libfeature.so -c feature.c 72 …clang main.o feature.o -fuse-ld=lld -shared -o libcombined.so -Wl,-soname,libmain.so -Wl,--gc-sect… 103 This feature is currently only supported in the ELF linker. 105 The partitioning feature may not currently be used together with the 111 The partitioning feature may not currently be used on the MIPS architecture
|
/freebsd/crypto/openssl/ |
H A D | CONTRIBUTING.md | 12 To request a new feature, ask a question, or report a bug, 15 To submit a patch or implement a new feature, please open a 20 or there may be special reasons why a feature is not implemented. 66 3. Patches should be as current as possible; expect to have to rebase 67 often. We do not accept merge commits, you will have to remove them
|
/freebsd/sys/contrib/device-tree/Bindings/i2c/ |
H A D | i2c-mt65xx.txt | 29 one bus has more than two i2c controllers, if enable have-pmic need include 35 - mediatek,have-pmic: platform can control i2c form special pmic side. 36 Only mt6589 and mt8135 support this feature. 48 mediatek,have-pmic;
|
H A D | i2c-demux-pinctrl.txt | 6 runtime which may have a better feature set for a given task than another I2C 134 - the i2c masters must have their status "disabled". This driver will
|
/freebsd/contrib/llvm-project/compiler-rt/lib/builtins/cpu_model/aarch64/fmv/ |
H A D | android.inc | 6 // ifunc resolvers don't have hwcaps in arguments on Android API lower 7 // than 30. If so, set feature detection done and keep all CPU features
|
/freebsd/crypto/openssh/ |
H A D | README.dns | 6 instructions on how to use this feature. Configuring DNS is out of the 18 file containing the public host key file. If you have multiple keys, 32 To enable the ssh client to verify host keys using DNS, you have to
|
/freebsd/contrib/arm-optimized-routines/ |
H A D | README.contributors | 4 1. Sub-projects are maintained independently and thus have independent 21 of a new feature should be possible to disable.) 30 - New symbols are expected to have new associated test code and ideally
|
/freebsd/crypto/krb5/src/windows/installer/wix/ |
H A D | msi-deployment-guide.txt | 99 Transforms have an extension of .mst. 'msitran' is a tool 109 changes you have made above to kfw-modified.msi is present in 137 defined to have a non null value. If the associated property is 335 3) Add a new feature to hold the new component. 351 It is important to create the new feature under the 352 'feaKfwClient' feature, which will ensure that the 356 Setting 'Display' to 0 will hide this feature from the 357 feature selection dialog during an interactive 359 feature to be installed by default (on a 'Typical' 367 4) Join the component and the feature. [all …]
|
/freebsd/crypto/openssl/test/ |
H A D | README-dev.md | 53 `{name}` is the unique name you have chosen for your test. 85 # test feature 1 90 # test feature 2 102 * create a three line description of how to build the test, you will have
|
/freebsd/sys/contrib/openzfs/.github/ |
H A D | CONTRIBUTING.md | 118 If you have an idea for a feature first check this list. If your idea already 120 in that feature. 122 Otherwise, open a new issue and describe your proposed feature. Why is this 123 feature needed? What problem does it solve? 143 * If you have an idea you'd like to discuss or which requires additional testing, consider opening … 144 Once everything is in good shape and the details have been worked out you can remove its draft stat… 157 * Test cases should be provided when appropriate. This includes making sure new features have adeq… 259 that they have the right to submit the patch for inclusion into 276 If said user does not have their email address public, please use the following instead:
|
/freebsd/contrib/sendmail/contrib/ |
H A D | domainmap.m4 | 6 The existing virtusertable feature distributed with sendmail is a good 10 1. Ability to have a different map for each domain. 45 To use this macro, simply copy this file into the cf/feature directory
|
/freebsd/contrib/sendmail/cf/mailer/ |
H A D | mail11.m4 | 15 # This mailer is only useful if you have DECNET and the 19 # DECNET node, you will need feature(use_cw_file) and put
|
/freebsd/sys/contrib/device-tree/Bindings/input/ |
H A D | cap11xx.txt | 22 feature on the input device. 38 defaults. The array must have exactly six
|
/freebsd/sys/contrib/device-tree/Bindings/serial/ |
H A D | fsl-mxs-auart.txt | 27 function pin for the USART feature. 42 Note: Each auart port should have an alias correctly numbered in "aliases"
|
/freebsd/contrib/ncurses/ |
H A D | INSTALL | 46 If you are converting from BSD curses and do not have root access, be sure 142 recent implementation of libiconv. We have built this configuration on 170 If you have libtool installed, you can type 194 NOTE: You must have installed the terminfo database, or set the 227 # terminfo database. If you have any custom or unusual entries SAVE them # 243 If you have another curses installed in your system and you accidentally 259 panels. You must have c++ (and its libraries) installed before you can 265 If you do not have C++, you must use the --without-cxx option to tell 299 return deceptive results, so you may have to override the configure 309 and termcap data from disk. You can configure ncurses to have a [all …]
|
/freebsd/usr.sbin/cron/doc/ |
H A D | CONVERSION | 6 but I'll get to that below. The biggest feature of this cron is that you 10 user name appears on each command -- but I'd still rather have separate 17 Most commands in most crontabs are run by root, have to run by root, and 18 should continue to be run by root. They still have to be in their own file; 30 files---they have to be copied to SPOOLDIR using `crontab' before they'll be 33 On 4.2, your crontab might have a few lines like this:
|