/freebsd-src/crypto/openssl/test/testutil/ |
H A D | provider.c | 69 int major, minor, patch; member 89 || sscanf(vs, "%d.%d.%d", &vers->major, &vers->minor, &vers->patch) != 3) in fips_provider_version() 99 int fips_provider_version_eq(OSSL_LIB_CTX *libctx, int major, int minor, int patch) in fips_provider_version_eq() argument 106 return major == prov.major && minor == prov.minor && patch == prov.patch; in fips_provider_version_eq() 109 int fips_provider_version_ne(OSSL_LIB_CTX *libctx, int major, int minor, int patch) in fips_provider_version_ne() argument 116 return major != prov.major || minor != prov.minor || patch != prov.patch; in fips_provider_version_ne() 119 int fips_provider_version_le(OSSL_LIB_CTX *libctx, int major, int minor, int patch) in fips_provider_version_le() argument 129 || (prov.minor == minor && prov.patch <= patch))); in fips_provider_version_le() 132 int fips_provider_version_lt(OSSL_LIB_CTX *libctx, int major, int minor, int patch) in fips_provider_version_lt() argument 142 || (prov.minor == minor && prov.patch < patch))); in fips_provider_version_lt() [all …]
|
/freebsd-src/contrib/llvm-project/compiler-rt/lib/sanitizer_common/ |
H A D | sanitizer_linux_s390.cpp | 124 unsigned int major, minor, patch = 0; in FixedCVE_2016_2143() local 136 patch = internal_simple_strtoll(ptr + 1, &ptr, 10); in FixedCVE_2016_2143() 138 if (major == 2 && minor == 6 && patch == 32 && ptr[0] == '-' && in FixedCVE_2016_2143() 154 if (minor == 2 && patch >= 79) in FixedCVE_2016_2143() 157 if (minor == 12 && patch >= 58) in FixedCVE_2016_2143() 159 if (minor == 10 && patch == 0 && ptr[0] == '-' && in FixedCVE_2016_2143() 175 if (minor == 1 && patch >= 21) in FixedCVE_2016_2143() 178 if (minor == 4 && patch >= 6) in FixedCVE_2016_2143() 180 if (minor == 4 && patch == 0 && ptr[0] == '-' && in FixedCVE_2016_2143()
|
/freebsd-src/contrib/file/magic/Magdir/ |
H A D | xdelta | 6 0 string %XDELTA% XDelta binary patch file 0.14 7 0 string %XDZ000% XDelta binary patch file 0.18 8 0 string %XDZ001% XDelta binary patch file 0.20 9 0 string %XDZ002% XDelta binary patch file 1.0 10 0 string %XDZ003% XDelta binary patch file 1.0.4 11 0 string %XDZ004% XDelta binary patch file 1.1
|
/freebsd-src/usr.bin/patch/tests/ |
H A D | unified_patch_test.sh | 49 atf_check -o ignore patch foo_start foo_start2full.diff \ 51 atf_check -o ignore patch foo_end foo_end2full.diff \ 53 atf_check -o ignore patch foo_middle foo_mid2full.diff \ 72 atf_check -s not-exit:0 -o ignore -e ignore patch -o _.out \ 78 atf_check -s not-exit:0 -o ignore -e ignore patch -o _.out \ 83 atf_check -o ignore -e ignore patch -o _.out \ 158 patch <foo.diff
|
/freebsd-src/sys/contrib/openzfs/contrib/intel_qat/ |
H A D | readme.md | 12 patch -p1 < _$PATCH_ 13 _Where $PATCH refers to the path of the patch in question_ 16 /patch/0001-timespec.diff 19 /patch/0001-pci_aer.diff 22 /patch/0001-cryptohash.diff
|
/freebsd-src/sys/dev/sound/pci/hda/ |
H A D | pin_patch_realtek.h | 42 .patch.mask = { HDA_CONFIG_DEFAULTCONF_DEVICE_MASK, 47 .patch.mask = { HDA_CONFIG_DEFAULTCONF_DEVICE_MASK, 56 .patch.mask = { HDA_CONFIG_DEFAULTCONF_DEVICE_MASK, 61 .patch.mask = { HDA_CONFIG_DEFAULTCONF_DEVICE_MASK, 66 .patch.mask = { HDA_CONFIG_DEFAULTCONF_DEVICE_MASK, 71 .patch.mask = { HDA_CONFIG_DEFAULTCONF_DEVICE_MASK, 76 .patch.mask = { HDA_CONFIG_DEFAULTCONF_DEVICE_MASK, 85 .patch.mask = { 93 .patch.mask = { 105 .patch.mask = { [all …]
|
H A D | hdaa_patches.c | 383 for (struct pin_patch_t *patch = pin_patches; patch->type; patch++) { in hdac_pin_patch() 384 if (nid == patch->nid) { in hdac_pin_patch() 385 switch (patch->type) { in hdac_pin_patch() 387 patch_str = patch->patch.string; in hdac_pin_patch() 390 config &= ~patch->patch.mask[0]; in hdac_pin_patch() 391 config |= patch in hdac_pin_patch() 382 for (struct pin_patch_t *patch = pin_patches; patch->type; patch++) { hdac_pin_patch() local [all...] |
H A D | pin_patch.h | 39 .patch.string = patchstr \ 44 .patch.override = newvalue \ 101 } patch; member
|
/freebsd-src/contrib/bmake/unit-tests/ |
H A D | dir.mk | 57 all: {pre-,}{patch,configure} 59 pre-patch patch pre-configure configure: 93 .PHONY: pre-patch patch pre-configure configure
|
H A D | dir.exp | 11 Expanding "{patch,configure}"... pre-patch pre-configure patch configure 12 pre-patch pre-configure patch configure 37 : patch
|
/freebsd-src/contrib/diff/doc/ |
H A D | diff.texi | 15 differences between files and the @acronym{GNU} @command{patch} command for 43 * patch: (diff)Invoking patch. Apply a patch to a file. 54 @subtitle for Diffutils @value{VERSION} and @code{patch} 2.5.4 87 * Merging with patch:: Using @command{patch} to change old files into new ones. 88 * Making Patches:: Tips for making and using patch distributions. 93 * Invoking patch:: Apply a diff file to an original. 106 @cindex overview of @command{diff} and @command{patch} 116 often called a @dfn{diff} or @dfn{patch}. For files that are identical, 139 @command{patch} program to update, or @dfn{patch}, a copy of the file. If you 141 their difference, you can think of @command{patch} as adding the difference [all …]
|
/freebsd-src/contrib/xz/src/liblzma/api/lzma/ |
H A D | version.h | 86 #define LZMA_VERSION_STRING_C_(major, minor, patch, stability, commit) \ argument 87 #major "." #minor "." #patch stability commit 89 #define LZMA_VERSION_STRING_C(major, minor, patch, stability, commit) \ argument 90 LZMA_VERSION_STRING_C_(major, minor, patch, stability, commit)
|
/freebsd-src/contrib/processor-trace/include/ |
H A D | pt_version.h | 44 version.minor, version.patch, in pt_fprint_version() 49 version.minor, version.patch, in pt_fprint_version() 55 version.patch, version.ext); in pt_fprint_version() 59 version.patch); in pt_fprint_version()
|
/freebsd-src/contrib/unbound/contrib/ |
H A D | README | 16 * unbound-host.nagios.patch: makes unbound-host return status that fits right 18 * patch_rsamd5_enable.diff: this patch enables RSAMD5 validation (otherwise 26 * aaaa-filter-iterator.patch: adds config option aaaa-filter: yes that 36 * redirect-bogus.patch: Return configured address for bogus A and AAAA answers, 38 * fastrpz.patch: fastrpz support from Farsight Security. 43 * unbound-fuzzme.patch: adds unbound-fuzzme program that parses a packet from 44 stdin. Used with fuzzers, patch from Jacob Hoffman-Andrews. 47 the contrib/unbound-fuzzme.patch. They are contributed by 50 to stop random floods. Apply with patch -p1 < contrib/drop-tld.diff and
|
/freebsd-src/contrib/llvm-project/llvm/include/llvm/Demangle/ |
H A D | DemangleConfig.h | 36 #define DEMANGLE_GNUC_PREREQ(maj, min, patch) \ argument 38 ((maj) << 20) + ((min) << 10) + (patch)) 40 #define DEMANGLE_GNUC_PREREQ(maj, min, patch) \ argument 43 #define DEMANGLE_GNUC_PREREQ(maj, min, patch) 0 argument
|
/freebsd-src/sys/contrib/device-tree/Bindings/ |
H A D | submitting-patches.rst | 7 I. For patch submitters 10 0) Normal patch submission rules from 13 1) The Documentation/ and include/dt-bindings/ portion of the patch should 14 be a separate patch. The preferred subject prefix for binding patches is:: 46 5) The Documentation/ portion of the patch should come in the series before 79 3) For a series going though multiple trees, the binding patch should be 90 devicetree maintainers overrules this document. In that situation, a patch
|
/freebsd-src/contrib/ntp/ |
H A D | README.patches | 7 If you are going to patch both ntp-stable and ntp-dev 43 > bk send -d -ubk://www.ntp.org/home/bk/REPO - > file-containing-the-patch 44 > bk receive -vv -a < file-containing-the-patch 49 # After the bug is opened, visit the bug and attach file-containing-the-patch
|
/freebsd-src/usr.bin/patch/ |
H A D | Makefile | 5 PROG= patch 7 SRCS= backupfile.c inp.c mkpath.c patch.c pch.c util.c
|
/freebsd-src/tools/tools/git/ |
H A D | git-arc.sh | 62 patch [-c] <diff1> [<diff2> ...] 78 patch -- Try to apply a patch from a Differential revision to the 128 Pairs of consecutive commits are linked into a patch stack. Note that the 139 Apply the patch in review D12345 to the currently checked-out tree, and stage 142 $ git arc patch D12345 144 Apply the patch in review D12345 to the currently checked-out tree, and 147 $ git arc patch -c D12345 433 git --no-pager show --oneline --no-patch "$commit" 563 # Get the author phid for this patch [all...] |
/freebsd-src/contrib/sendmail/contrib/ |
H A D | mh.patch | 4 Subject: MH-6.8.1/Sendmail 8.X (MH patch) updated 9 This patch will fix the "X-auth..." warnings from the newer 12 I think the following patch will make everyone happy. 40 If you decide to install this, make sure that you look the patch 46 Feed it to patch. Patch will ignore the non-patch stuff. You should have
|
/freebsd-src/contrib/tzdata/ |
H A D | CONTRIBUTING | 18 'diff -u old/europe new/europe >myfix.patch', and attach 19 'myfix.patch' to the email. 83 * Create patch files 0001-..., 0002-..., ... 85 git format-patch main 87 * After reviewing the patch files, send the patches to <tz@iana.org>
|
/freebsd-src/contrib/tzcode/ |
H A D | CONTRIBUTING | 18 'diff -u old/europe new/europe >myfix.patch', and attach 19 'myfix.patch' to the email. 83 * Create patch files 0001-..., 0002-..., ... 85 git format-patch main 87 * After reviewing the patch files, send the patches to <tz@iana.org>
|
/freebsd-src/share/misc/ |
H A D | bsd-family-tree | 630 NetBSD 1.2.1 1997-05-20 [NBD] (patch release) 636 NetBSD 1.3.1 1998-03-09 [NBD] (patch release) 639 NetBSD 1.3.2 1998-05-29 [NBD] (patch release) 649 NetBSD 1.3.3 1998-12-23 [NBD] (patch release) 655 NetBSD 1.4.1 1999-08-26 [NBD] (patch release) 661 NetBSD 1.4.2 2000-03-19 [NBD] (patch release) 666 FreeBSD 4.1.1 2000-09-25 [FBD] (a network-only patch release) 668 NetBSD 1.4.3 2000-11-25 [NBD] (patch release) 675 NetBSD 1.5.1 2001-07-11 [NBD] (patch release) 676 NetBSD 1.5.2 2001-09-13 [NBD] (patch releas [all...] |
/freebsd-src/contrib/unbound/contrib/ios/ |
H A D | install_openssl.sh | 28 if ! patch -u -p0 < ../contrib/ios/openssl.patch; then
|
/freebsd-src/sys/dev/aic7xxx/aicasm/ |
H A D | aicasm.c | 66 typedef struct patch { struct 67 STAILQ_ENTRY(patch) links; 74 STAILQ_HEAD(patch_list, patch) patches; argument 81 static void emit_patch(scope_t *scope, int patch); 488 emit_patch(scope_t *scope, int patch) in emit_patch() argument 493 pinfo = &scope->patches[patch]; in emit_patch() 506 if (patch == 0) { in emit_patch()
|