/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/ |
H A D | SystemZFeatures.td | 53 "Assume that the distinct-operands facility is installed" 58 "Assume that the fast-serialization facility is installed" 68 "Assume that the high-word facility is installed" 73 "Assume that interlocked-access facility 1 is installed" 85 "Assume that the population-count facility is installed" 124 "Assume that the execution-hint facility is installed" 129 "Assume that the load-and-trap facility is installed" 154 "Assume that the enhanced-DAT facility 2 is installed" 195 "Assume that the vectory facility is installed" 293 "Assume that the enhanced-sort facility is installed" [all …]
|
/freebsd/tools/tools/git/ |
H A D | HOWTO | 7 arcgit is a wrapper script around the arc command line tool that simplifies the 16 code that uses the new API. 20 introduced a bug early in your development process that you fixed in a 23 bug fix into the commit that introduced it, so that the bug is never 27 Differential, so try to give each commit a meaningful commit message that 34 last commit that you want reviewed. You may add multiple reviewers by 45 automatically creates this branch for every review that it creates): 61 recommended that you change it from the default "fixup! ...." as that does 68 Any changes that are made will show up in your reviews, and that will create 77 series of commits that are ready to be pushed to git. [all …]
|
/freebsd/crypto/openssl/providers/ |
H A D | build.info | 4 # libfips.a Contains all algorithm implementations that should 8 # liblegacy.a Contains all algorithm implementations that should 12 # libdefault.a Contains all algorithm implementations that should 15 # To be noted is that the FIPS provider shares source code with libcrypto, 16 # which means that select source files from crypto/ are compiled for 23 # It is crucial that code that checks the FIPS_MODULE macro ends up in 25 # It is crucial that code that checks the STATIC_LEGACY macro ends up in 27 # It is recommended that code that is written for libcommon.a doesn't end 73 # include all the object files that are needed (we do that indirectly, 84 # Because the base provider is built in, it means that libcrypto must [all …]
|
/freebsd/crypto/openssl/crypto/engine/ |
H A D | README.md | 4 This "description" (if one chooses to call it that) needed some major updating 16 I'll mention a bit about that first. EVP_CIPHER (and most of this applies 18 identifier that, in the current API, "lingers". These cipher description + 46 pointer, that has been passed to the caller, is no longer being used. 94 reference) for any ENGINE that is registered to perform the algo/mode that the 125 ENGINE code that is independent of class, and of course the ENGINE 137 pointers to ENGINEs that implement that particular 'nid'. Each "pile" uses some 138 caching tricks such that requests on that 'nid' will be cached and all future 150 that is unset only if un/registration takes place on that pile. Ie. if 165 represents ENGINEs that implement the single "type" of RSA there is. [all …]
|
/freebsd/crypto/openssl/doc/man7/ |
H A D | passphrase-encoding.pod | 21 and stick to that throughout the lifetime of affected objects. 22 This means that for an object that was encrypted using a pass phrase encoded in 23 ISO-8859-1, that object needs to be decrypted using a pass phrase encoded in 30 The standard stipulates that the pass phrase shall be encoded as an ASN.1 47 Assumes that the pass phrase is encoded in ASCII or ISO-8859-1 and 51 Note that since there is no check of your locale, this may produce UCS-2 / 62 It should be noted that this approach isn't entirely fault free. 83 This API stipulates that pass phrases should be UTF-8 encoded, and that any 100 should be understood that you either change the input method to use the 104 Also note that the sub-sections below discuss human readable pass phrases. [all …]
|
H A D | provider-encoder.pod | 13 * the function signatures for functions that are offered as function 61 implementation to encode an object to DER (that object is assumed to 63 that encodes DER to PEM (that one would receive the DER encoding via 70 original data type, that need to be passed alongside it, and since 77 encoder to be used for data that's been exported from another 87 L<OSSL_ALGORITHM(3)> arrays that are returned by the provider's 153 An implementation with that output type outputs PEM formatted data. 198 match the original object that was encoded. 260 other objects that need protection. 275 However, it is recommended that implementations that do not handle [all …]
|
H A D | provider-decoder.pod | 13 * the function signatures for functions that are offered as function 62 that decodes DER to a provider-native object. 71 L<OSSL_ALGORITHM(3)> arrays that are returned by the provider's 109 it decodes. For example, an implementation that decodes an RSA key 130 An implementation with that input type decodes PEM formatted data. 134 An implementation with that input type decodes DER formatted data. 142 An implementation with that input type decodes PVK formatted data. 244 another decoder implementation that can decode it into something. 253 but further treatment of that object results into errors that won't be 272 A string of information that will become part of the pass phrase [all …]
|
/freebsd/contrib/nvi/cl/ |
H A D | README.signal | 11 *probably* start blocking around any imported function that we don't know 16 can they handle interrupted system calls, so the vi routines that 17 call DB block signals. This means that DB routines could be 22 switched vi into ex mode, and we continue that practice. 27 that the screen will not resize until vi runs out of keys, but 28 that doesn't seem like a problem. 63 twiddle the tty. I chose to use raw mode, on the grounds that raw 70 The second problem is that vi permits you to enter literal signal 72 can turn off signals when you get a ^V, but that means that a network 77 character in vi, but that means that there's a race between entering [all …]
|
/freebsd/contrib/bc/ |
H A D | NEWS.md | 133 This is a production release that fixes an install bug that affected locale 139 This is a production release that fixes a test bug that affected Android and 145 This is a production release that fixes a test failure that happens when 277 This is a production release that fixes an oversight in the `bc` parser (that 685 The behavior that was changed is that `bc` now exits when given `-e`, `-f`, 706 that they do. 889 work, the default number size will be all that is needed, which means that 944 to take advantage of the stack unwinding that signals used. This means that 948 It also means that functions do not need to return a status code that 1051 The issues were that the ISO files used different naming, and also that the [all …]
|
/freebsd/usr.bin/m4/tests/ |
H A D | regress.quotes.out | 8 going up to that string 15 going up to that STRING' 22 going up to that STRING' 29 going up to that STRING' 34 half quoted stringgoing up to that STRING' 42 going up to that string 49 going up to that string'
|
H A D | quotes.m4 | 9 going up to that string' 17 going up to that string' 25 going up to that string' 33 going up to that string' 41 going up to that string' 49 going up to that string' 57 going up to that string'
|
/freebsd/crypto/openssl/doc/man3/ |
H A D | EVP_KDF.pod | 68 B<EVP_KDF> is a type that holds the implementation of a KDF. 70 B<EVP_KDF_CTX> is a context type that holds the algorithm inputs. 115 Note that a parameter that is unknown in the underlying context is 122 Note that a parameter that is unknown in the underlying context is 129 Note that a parameter that is unknown in the underlying context is 136 returns parameters that can be used with EVP_KDF_get_params(). 140 parameters that can be used with EVP_KDF_CTX_get_params(). 146 constant L<OSSL_PARAM(3)> arrays that describe the settable parameters that 160 algorithm that's identifiable with I<name>, otherwise 0. 242 For those KDF implementations that support it, this parameter [all …]
|
H A D | OSSL_PARAM.pod | 22 B<OSSL_PARAM> is a type that allows passing arbitrary data for some 23 object between two parties that have no or very little shared 24 knowledge about their respective internal structures for that object. 26 A typical usage example could be an application that wants to set some 37 (the I<setter>) that has intimate knowledge about the object that can 44 calls some function (the I<responder>) that has intimate knowledge 46 copy (possibly convert) that to the memory prepared by the 120 If I<data_size> is zero, it means that an arbitrary data size is 200 long enough duration (such as the life-time of the entity that 226 long enough duration (such as the life-time of the entity that [all …]
|
/freebsd/contrib/ntp/sntp/libopts/ |
H A D | COPYING.lgplv3 | 51 that uses the facility (other than as an argument passed when the 56 ensure that, in the event an Application does not supply the 61 this License applicable to that copy. 73 Library is used in it and that the Library and its use are 81 You may convey a Combined Work under terms of your choice that, 88 the Library is used in it and that the Library and its use are 94 c) For a Combined Work that displays copyright notices during 103 suitable for, and under terms that permit, the user to 118 GNU GPL, and only to the extent that such information is 130 You may place library facilities that are a work based on the [all …]
|
H A D | COPYING.gplv3 | 27 free programs, and that you know you can do these things. 36 freedoms that you received. You must make sure that they, too, receive 107 extent that warranties are provided), that licensees may convey the 121 is widely used among developers working in that language. 200 keep intact all notices stating that this License and any 248 of sections 4 and 5, provided that you also convey the 395 of that license document, provided that the further restriction does 456 work results from an entity transaction, each party to that 481 but do not include claims that would be infringed only as a 511 country that you have reason to believe are valid. [all …]
|
/freebsd/crypto/openssl/doc/internal/man7/ |
H A D | EVP_PKEY.pod | 17 B<EVP_PKEY> is a complex type that's essentially a container for 22 The private/public key pair that an B<EVP_PKEY> contains is referred to 40 shared structure between libcrypto and any ENGINE that serves such 47 B<EVP_PKEY> is a pointer to that key data held by the provider, and 112 that every provider that implements a key pair based operation must 127 For a legacy origin, this requires that the associated 130 For a provider native origin, this requires that the associated 137 with that key are limited to the same backend as the origin key 159 L<EVP_KEYMGMT(3)> that's the same provider that an export is to be 172 For legacy origin keys, that's done with the help of the [all …]
|
/freebsd/contrib/libcbor/ |
H A D | Doxyfile | 228 # Note that setting this tag to YES also means that rational rose comments are 250 # of the file/class/namespace that contains it. 308 # sources only. Doxygen will then generate output that is more tailored for that 627 # the files that are included by a file in the documentation of that file. 815 # this implies that the warnings are on. 997 # that contain example code fragments that are included (see the \include 1017 # that contain images that are to be included in the documentation (see the 1247 # that doxygen normally uses. 1256 # sheet that doxygen normally uses. 2064 # default style sheet that doxygen normally uses. [all …]
|
/freebsd/contrib/bearssl/ |
H A D | Doxyfile | 196 # Note that setting this tag to YES also means that rational rose comments are 210 # of the file/class/namespace that contains it. 525 # the files that are included by a file in the documentation of that file. 712 # this implies that the warnings are on. 844 # that contain example code fragments that are included (see the \include 864 # that contain images that are to be included in the documentation (see the 1023 # line options that you would normally use when invoking the compiler. Note that 1105 # that doxygen normally uses. 1114 # sheet that doxygen normally uses. 1813 # default style sheet that doxygen normally uses. [all …]
|
/freebsd/contrib/dialog/ |
H A D | COPYING | 32 it in new free programs; and that you are informed that you can do 55 that what they have is not the original version, so that the original 60 any free program. We wish to make sure that a company cannot 105 users' freedom, it does ensure that the user of a program that is 107 that program using a modified version of the Library. 148 and what the program that uses the Library does. 225 the Library into a program that is not a library. 274 under terms of your choice, provided that the terms permit 338 permitted, and provided that you do these two things: 397 through that system in reliance on consistent application of that [all …]
|
/freebsd/contrib/ldns/ |
H A D | libdns.doxygen.in | 214 # Note that setting this tag to YES also means that rational rose comments are 236 # of the file/class/namespace that contains it. 293 # sources only. Doxygen will then generate output that is more tailored for that 604 # the files that are included by a file in the documentation of that file. 791 # this implies that the warnings are on. 936 # that contain example code fragments that are included (see the \include 956 # that contain images that are to be included in the documentation (see the 1121 # line options that you would normally use when invoking the compiler. Note that 1209 # that doxygen normally uses. 1218 # sheet that doxygen normally uses. [all …]
|
/freebsd/sbin/init/ |
H A D | NOTES | 9 This specific reference says that 'init' must by default provide 17 a user logging out (that is, by a controlling process 20 the impression that when the controlling process terminates, 29 that is, it's immune to job control signals from the terminal. 33 'Historically, the implementation-dependent process that 37 It goes on to note that it used to be the case that 'init' 43 process groups that become orphaned. This is like old BSD 47 In general it appears that the kernel now automatically 54 It appears that neither getty nor login call setsid(), so init must 56 way that 'init' should work; it says that setsid() should be called [all …]
|
/freebsd/usr.sbin/cron/doc/ |
H A D | CHANGES | 7 The crontab command now conforms to POSIX 1003.2. This means that when you 13 it is safe to say that they were intended for publication. Most notably, 34 V2, chances are good that V3 will fix your problems. 36 About a dozen people have reminded me that I forgot to initialize 40 Steve Simmons reminded me that once an account has been deleted from the 42 all of you that before you delete a user's account, you first delete that 64 name of a file from a shell command is a hard job (that's why we have 70 Mike Heisler noted that I use comments in the CONVERSION file which are 89 suggested that "N/step" ought to mean "N-last/step", but that's stretching things 108 in 1983 that C let you do that, and I believed him in 1986 when I wrote all [all …]
|
/freebsd/crypto/openssl/test/ssl-tests/ |
H A D | 03-custom_verify.cnf.in | 16 # Sanity-check that verification indeed succeeds without the 25 # Same test as above but with a custom callback that always fails. 40 # Same test as above but with a custom callback that always succeeds. 54 # Same test as above but with a custom callback that requests retry once. 68 # Sanity-check that verification indeed succeeds if peer verification 80 # Same test as above but with a custom callback that always fails. 97 # Same test as above but with a custom callback that always succeeds. 114 # Sanity-check that verification indeed fails without the 129 # Same test as above but with a custom callback that always succeeds. 144 # Same test as above but with a custom callback that always fails.
|
/freebsd/contrib/file/ |
H A D | README.md | 30 library, and the re-write of the file command in terms of that 62 magic numbers assigned to all sorts of data files that 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. 89 * `src/getline.c` - replacement for OS's that don't have it. 101 * `src/pread.c` - replacement for OS's that don't have it. 108 * `src/strlcat.c` - replacement for OS's that don't have it. 109 * `src/strlcpy.c` - replacement for OS's that don't have it. 110 * `src/strndup.c` - replacement for OS's that don't have it. [all …]
|
/freebsd/contrib/googletest/docs/reference/ |
H A D | assertions.md | 58 Can only be used in functions that return `void`. See 132 Verifies that *`condition`* is true. 139 Verifies that *`condition`* is false. 167 Verifies that *`val1`*`==`*`val2`*. 182 Verifies that *`val1`*`!=`*`val2`*. 197 Verifies that *`val1`*`<`*`val2`*. 204 Verifies that *`val1`*`<=`*`val2`*. 211 Verifies that *`val1`*`>`*`val2`*. 218 Verifies that *`val1`*`>=`*`val2`*. 513 Verifies that *`expression`* is a success `HRESULT`. [all …]
|