/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" 63 "Assume that the floating-point extension facility is installed" 68 "Assume that the high-word facility is installed" 73 "Assume that interlocked-access facility 1 is installed" 79 "Assume that the load/store-on-condition facility is installed" 85 "Assume that the population-count facility is installed" 90 "Assume that the message-security-assist extension facility 3 is installed" 95 "Assume that the message-security-assist extension facility 4 is installed" 100 "Assume that the reset-reference-bits-multiple 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 33 C1 should be the first commit that you want reviewed, and C2 should be the 34 last commit that you want reviewed. You may add multiple reviewers by 36 to a review with the -C option. Note that if you subscribe a mailing list 45 automatically creates this branch for every review that it creates): 55 repository while (ensure that you are still on the review_D1234 branch): [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 30 # Code in providers/implementations/ should be written in such a way that 61 # Strong dependencies. This ensures that any time an implementation library [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 + 20 or can be loaded "en masse" into EVP storage so that they can be catalogued and 39 The important point about this is that EVP_CIPHER definitions and structures are 41 rewrites of many applications, to assume that EVP_CIPHERs can be reference 44 such ciphers is via entirely distinct API calls that didn't exist before. 46 pointer, that has been passed to the caller, is no longer being used. 52 hooking in ENGINEs is that multiple ENGINEs may implement the same ciphers. The 53 solution is necessarily that ENGINE-provided ciphers simply are not registered, [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 42 to U+FFFF, but becomes an expansion for any other character), or failing that, 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 / 52 UTF-16 characters that do not correspond to the original pass phrase characters 59 OpenSSL versions older than 1.1.0 do variant 2 only, and that is the reason why 62 It should be noted that this approach isn't entirely fault free. [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 106 L<OSSL_DISPATCH(3)> arrays are indexed by numbers that are provided as 127 For example, an implementation that encodes an RSA key should be named "RSA". 128 Likewise, an implementation that further encodes DER should be named "DER". 147 An implementation with that output type outputs human readable text, making [all …]
|
/freebsd/contrib/bc/ |
H A D | NEWS.md | 5 This is a production release that fixes `Ctrl+d` on FreeBSD and Linux when using 8 This bug was caused by the macOS fix in `7.0.0`. Unfortunately, this means that 13 This is a production release that fixes a warning using GCC on FreeBSD. 21 The first bug is that `bc`/`dc` will exit on macOS when the terminal is resized. 23 The second bug is that an array, which should only be a function parameter, was 26 The third bug is that value stack for `dc` was cleared on any error. However, 35 The bug was that `bc` attempted to jump out when flushing `stdout` on exit, but 36 there is no jump buf at that point. 42 The bug is that sometimes numbers are printed to incorrect line lengths. The 61 This is a production release to remove some debugging code that I accidentally [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. 40 The up side is that there's no asynchronous behavior to worry about, 41 and obviously no reentrancy problems. The down side is that it's easy 50 the place -- I hate to litter the source code with that. For example, 59 the exception that flow control and signals are turned on, and curses [all …]
|
/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. 108 occur unless the I<keylen> parameter is equal to that output size, 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 134 EVP_KDF_gettable_params() returns an L<OSSL_PARAM(3)> array that describe [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 93 The I<data_type> is a value that describes the type and organization of 120 If I<data_size> is zero, it means that an arbitrary data size is 140 The key names and associated types are defined by the entity that [all …]
|
/freebsd/contrib/libcbor/ |
H A D | Doxyfile | 14 # Values that contain spaces should be placed between quotes (\" \"). 31 # file that follow. The default is UTF-8 which is also the encoding used for all 40 # double-quotes, unless you are using Doxywizard) that should identify the 54 # for a project that appears at the top of each page and should give viewer a 59 # With the PROJECT_LOGO tag one can specify a logo or an icon that is included 84 # Controls the number of sub-directories that will be created when 91 # This tag requires that the tag CREATE_SUBDIRS is set to YES. 119 # descriptions after the members that are listed in the file and class 134 # This tag implements a quasi-intelligent brief description abbreviator that is 153 # inherited members of a class in the documentation of that clas [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/contrib/bearssl/ |
H A D | Doxyfile | 14 # Values that contain spaces should be placed between quotes (\" \"). 21 # that follow. The default is UTF-8 which is also the encoding used for all text 30 # double-quotes, unless you are using Doxywizard) that should identify the 44 # for a project that appears at the top of each page and should give viewer a 49 # With the PROJECT_LOGO tag one can specify a logo or an icon that is included 97 # descriptions after the members that are listed in the file and class 112 # This tag implements a quasi-intelligent brief description abbreviator that is 131 # inherited members of a class in the documentation of that class as if those 140 # shortest path that makes the file name unique will be used 151 # Note that you can specify absolute paths here, but also relative paths, which [all …]
|
/freebsd/contrib/ntp/sntp/libopts/ |
H A D | COPYING.lgplv3 | 22 An "Application" is any work that makes use of an interface provided 34 for portions of the Combined Work that, considered in isolation, are 51 that uses the facility (other than as an argument passed when the 55 a) under this License, provided that you make a good faith effort to 56 ensure that, in the event an Application does not supply the 61 this License applicable to that copy. 66 a header file that is part of the Library. You may convey such object 67 code under terms of your choice, provided that, if the incorporated 72 a) Give prominent notice with each copy of the object code that the 73 Library is used in it and that the Library and its use are [all …]
|
H A D | COPYING.gplv3 | 23 price. Our General Public Licenses are designed to make sure that you 25 them if you wish), that you receive source code or can get it if you 26 want it, that you can change the software or use pieces of it in new 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 40 Developers that use the GNU GPL protect your rights with two steps: 45 that there is no warranty for this free software. For both users' and 46 authors' sake, the GPL requires that modified versions be marked as 47 changed, so that their problems will not be attributed erroneously to 63 software on general-purpose computers, but in those that do, we wish to [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 31 This is the form that an B<EVP_PKEY> in OpenSSL prior to 3.0 had. The 39 modify whatever they want. This also means that an B<EVP_PKEY> is a 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 52 Similarly, the key data that the B<EVP_PKEY> points at is only known 58 reason being that having both at the same time will create problems 68 modified at will with functions like L<RSA_set0_key(3)>. Note that if the 111 provider that i [all...] |
/freebsd/contrib/dialog/ |
H A D | COPYING | 28 not price. Our General Public Licenses are designed to make sure that 30 for this service if you wish); that you receive source code or can get 31 it if you want it; that you can change the software and use pieces of 32 it in new free programs; and that you are informed that you can do 35 To protect your rights, we need to make restrictions that forbid 41 or for a fee, you must give the recipients all the rights that we gave 42 you. You must make sure that they, too, receive or can get the source 44 complete object files to the recipients, so that they can relink them 52 To protect each distributor, we want to make it very clear that 55 that what they have is not the original version, so that the original [all …]
|
/freebsd/contrib/ldns/ |
H A D | libdns.doxygen.in | 14 # Values that contain spaces should be placed between quotes (\" \"). 21 # file that follow. The default is UTF-8 which is also the encoding used for all 30 # double-quotes, unless you are using Doxywizard) that should identify the 44 # for a project that appears at the top of each page and should give viewer a 49 # With the PROJECT_LOGO tag one can specify a logo or an icon that is included 105 # descriptions after the members that are listed in the file and class 120 # This tag implements a quasi-intelligent brief description abbreviator that is 139 # inherited members of a class in the documentation of that class as if those 148 # shortest path that makes the file name unique will be used 159 # Note that you can specify absolute paths here, but also relative paths, which [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 55 do this -- seems reasonable. B.4.3.2 p 248 implies that this is the [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 46 reasons that I consider reasonable. It is trivial for a root user to delete 49 Dan O'Neil reminded me that I forgot to reset "log_fd" in misc.c. A lot of 51 there, since the real bug was that it should have been open in the parent. 53 Peter Kabal reminded me that I forgot to "#ifdef DEBUGGING" some code in [all …]
|
/freebsd/contrib/file/ |
H A D | README.md | 30 library, and the re-write of the file command in terms of that 32 programs that wish to identify file types without having to fork() 45 of the HP file command, I think), and his mods that finally got 54 the ritual information that is the source of this program's power. 62 magic numbers assigned to all sorts of data files that 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. [all …]
|
/freebsd/contrib/unbound/doc/ |
H A D | unbound.doxygen | 14 # Values that contain spaces should be placed between quotes (\" \"). 31 # file that follow. The default is UTF-8 which is also the encoding used for all 40 # double-quotes, unless you are using Doxywizard) that should identify the 54 # for a project that appears at the top of each page and should give viewer a 59 # With the PROJECT_LOGO tag one can specify a logo or an icon that is included 84 # Controls the number of sub-directories that will be created when 91 # This tag requires that the tag CREATE_SUBDIRS is set to YES. 119 # descriptions after the members that are listed in the file and class 134 # This tag implements a quasi-intelligent brief description abbreviator that is 153 # inherited members of a class in the documentation of that class as if those [all …]
|
/freebsd/sys/dev/isp/ |
H A D | DriverManual.txt | 6 This is a short text document that will describe the background, goals 17 and to be familiar with the range of platforms that Solaris, Linux and 43 from the premise that the driver would drive both SBus and PCI card 51 the way it was designed I concluded that it was so darned close to being 52 just like the SCSI HBAs that it would be insane to *not* leverage off of 53 the existing driver. So, we ended up with a driver for NetBSD that drove 72 and meet it. This driver has had a design goal that changes from almost 75 a bit of "reconstruction after the fact" in that the design goals are 78 The primary design goal now is to have a driver that can run both the 99 driver that is specifically designed for a single platform and a single [all …]
|
/freebsd/contrib/googletest/docs/reference/ |
H A D | assertions.md | 18 Anything that can be streamed to an `ostream` can be streamed to an assertion 58 Can only be used in functions that return `void`. See 84 Verifies that *`value`* matches the [matcher](matchers.md) *`matcher`*. 86 For example, the following code verifies that the string `value1` starts with 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`*. [all …]
|