Home
last modified time | relevance | path

Searched refs:patch (Results 1 – 25 of 270) sorted by relevance

1234567891011

/freebsd-13.1/contrib/subversion/subversion/libsvn_diff/
H A Dparse-diff.c141 hunk->patch = patch; in add_or_delete_single_line()
1412 (*hunk)->patch = patch; in parse_next_hunk()
1816 patch->old_executable_bit = patch->new_executable_bit; in git_index()
1817 patch->old_symlink_bit = patch->new_symlink_bit; in git_index()
2217 patch = apr_pcalloc(result_pool, sizeof(*patch)); in svn_diff_parse_next_patch()
2306 patch->old_filename = patch->new_filename; in svn_diff_parse_next_patch()
2329 patch->old_executable_bit = patch->new_executable_bit; in svn_diff_parse_next_patch()
2333 patch->old_symlink_bit = patch->new_symlink_bit; in svn_diff_parse_next_patch()
2337 if (patch->old_filename == NULL || patch->new_filename == NULL) in svn_diff_parse_next_patch()
2340 patch = NULL; in svn_diff_parse_next_patch()
[all …]
/freebsd-13.1/sys/dev/sound/pci/hda/
H A Dhdaa_patches.c151 const char *patch = NULL; in hdac_pin_patch() local
314 patch = "as=0"; in hdac_pin_patch()
317 patch = "as=8 seq=3"; in hdac_pin_patch()
320 patch = "as=8 seq=4"; in hdac_pin_patch()
323 patch = "as=8 seq=5"; in hdac_pin_patch()
326 patch = "as=8 seq=6"; in hdac_pin_patch()
358 patch = "as=1 seq=0"; in hdac_pin_patch()
379 patch = "as=2"; in hdac_pin_patch()
424 patch = "as=2"; in hdac_pin_patch()
455 patch = "as=1 seq=0"; in hdac_pin_patch()
[all …]
/freebsd-13.1/contrib/subversion/subversion/libsvn_subr/
H A Dversion.c60 && my_version->patch > lib_version->patch); in svn_ver_compatible()
74 && my_version->patch == lib_version->patch in svn_ver_equal()
108 lib_version->patch, lib_version->tag, in svn_ver_check_list2()
110 my_version->patch, my_version->tag); in svn_ver_check_list2()
255 err = svn_cstring_atoi(&(version->patch), piece); in svn_version__parse_version_string()
263 if (version->major < 0 || version->minor < 0 || version->patch < 0) in svn_version__parse_version_string()
277 int patch) in svn_version__at_least() argument
293 if (version->patch < patch) in svn_version__at_least()
295 if (version->patch > patch) in svn_version__at_least()
/freebsd-13.1/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_linux_s390.cpp125 unsigned int major, minor, patch = 0; in FixedCVE_2016_2143() local
137 patch = internal_simple_strtoll(ptr+1, &ptr, 10); in FixedCVE_2016_2143()
139 if (major == 2 && minor == 6 && patch == 32 && ptr[0] == '-' && in FixedCVE_2016_2143()
155 if (minor == 2 && patch >= 79) in FixedCVE_2016_2143()
158 if (minor == 12 && patch >= 58) in FixedCVE_2016_2143()
160 if (minor == 10 && patch == 0 && ptr[0] == '-' && in FixedCVE_2016_2143()
176 if (minor == 1 && patch >= 21) in FixedCVE_2016_2143()
179 if (minor == 4 && patch >= 6) in FixedCVE_2016_2143()
181 if (minor == 4 && patch == 0 && ptr[0] == '-' && in FixedCVE_2016_2143()
/freebsd-13.1/contrib/file/magic/Magdir/
H A Dxdelta6 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-13.1/sys/compat/ndis/
H A Dsubr_hal.c92 image_patch_table *patch; in hal_libinit() local
99 patch = hal_functbl; in hal_libinit()
100 while (patch->ipt_func != NULL) { in hal_libinit()
102 (funcptr *)&patch->ipt_wrap, in hal_libinit()
103 patch->ipt_argcnt, patch->ipt_ftype); in hal_libinit()
104 patch++; in hal_libinit()
113 image_patch_table *patch; in hal_libfini() local
119 patch = hal_functbl; in hal_libfini()
120 while (patch->ipt_func != NULL) { in hal_libfini()
121 windrv_unwrap(patch->ipt_wrap); in hal_libfini()
[all …]
H A Dkern_ndis.c133 image_patch_table *patch; in ndis_modevent() local
144 patch = kernndis_functbl; in ndis_modevent()
145 while (patch->ipt_func != NULL) { in ndis_modevent()
147 (funcptr *)&patch->ipt_wrap, in ndis_modevent()
148 patch->ipt_argcnt, patch->ipt_ftype); in ndis_modevent()
149 patch++; in ndis_modevent()
163 patch = kernndis_functbl; in ndis_modevent()
166 patch++; in ndis_modevent()
178 patch = kernndis_functbl; in ndis_modevent()
180 windrv_unwrap(patch->ipt_wrap); in ndis_modevent()
[all …]
/freebsd-13.1/contrib/subversion/subversion/libsvn_client/
H A Dpatch.c996 return (old < new) ? patch->old_filename : patch->new_filename; in choose_target_filename()
1025 has_text_changes = ((patch->hunks && patch->hunks->nelts > 0) in init_patch_target()
1052 && patch->hunks && patch->hunks->nelts == 1) in init_patch_target()
1321 && patch->new_symlink_bit != patch->old_symlink_bit) in init_patch_target()
1374 if (patch->hunks && patch->hunks->nelts == 1) in init_patch_target()
1412 if (patch->hunks && patch->hunks->nelts == 1) in init_patch_target()
2555 if (patch->hunks && patch->hunks->nelts) in apply_one_patch()
2796 && patch->new_executable_bit != patch->old_executable_bit in apply_one_patch()
2831 && patch->new_symlink_bit != patch->old_symlink_bit in apply_one_patch()
3659 if (patch) in apply_patches()
[all …]
/freebsd-13.1/sys/contrib/openzfs/contrib/intel_qat/
H A Dreadme.md12 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-13.1/usr.bin/patch/tests/
H A Dunified_patch_test.sh50 atf_check -o ignore patch foo_start foo_start2full.diff \
52 atf_check -o ignore patch foo_end foo_end2full.diff \
54 atf_check -o ignore patch foo_middle foo_mid2full.diff \
73 atf_check -s not-exit:0 -o ignore -e ignore patch -o _.out \
79 atf_check -s not-exit:0 -o ignore -e ignore patch -o _.out \
84 atf_check -o ignore -e ignore patch -o _.out \
/freebsd-13.1/contrib/bmake/unit-tests/
H A Ddir.mk55 all: {pre-,}{patch,configure}
57 pre-patch patch pre-configure configure:
91 .PHONY: pre-patch patch pre-configure configure
H A Ddir.exp11 Expanding "{patch,configure}"... pre-patch pre-configure patch configure
12 pre-patch pre-configure patch configure
37 : patch
/freebsd-13.1/contrib/diff/doc/
H A Ddiff.texi43 * patch: (diff)Invoking patch. Apply a patch to a file.
1869 @command{patch}, you must give @command{patch} the @option{-l} or
2509 @command{patch}.
2526 @command{patch}.
2544 @node patch Input
2777 @command{patch} asks for confirmation before applying the patch.
3234 @command{patch}.
3348 @command{patch}.
4133 Interpret the patch file as a context diff. @xref{patch Input}.
4188 Interpret the patch file as a normal diff. @xref{patch Input}.
[all …]
/freebsd-13.1/contrib/xz/src/liblzma/api/lzma/
H A Dversion.h76 #define LZMA_VERSION_STRING_C_(major, minor, patch, stability, commit) \ argument
77 #major "." #minor "." #patch stability commit
79 #define LZMA_VERSION_STRING_C(major, minor, patch, stability, commit) \ argument
80 LZMA_VERSION_STRING_C_(major, minor, patch, stability, commit)
/freebsd-13.1/contrib/processor-trace/include/
H A Dpt_version.h44 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-13.1/contrib/llvm-project/llvm/include/llvm/Demangle/
H A DDemangleConfig.h36 #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-13.1/contrib/unbound/contrib/
H A DREADME16 * 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-13.1/contrib/subversion/subversion/include/private/
H A Dsvn_dep_compat.h147 #define SERF_VERSION_AT_LEAST(major,minor,patch) \ argument
151 (patch) <= SERF_PATCH_VERSION))
193 #define SQLITE_VERSION_AT_LEAST(major,minor,patch) \ argument
194 ((major*1000000 + minor*1000 + patch) <= SVN_SQLITE_MIN_VERSION_NUMBER)
/freebsd-13.1/contrib/apr/include/
H A Dapr_version.h86 #define APR_VERSION_AT_LEAST(major,minor,patch) \ argument
89 || ((major) == APR_MAJOR_VERSION && (minor) == APR_MINOR_VERSION && (patch) <= APR_PATCH_VERSION))
143 int patch; /**< patch number */ member
/freebsd-13.1/sys/contrib/device-tree/Bindings/
H A Dsubmitting-patches.rst7 I. For patch submitters
10 0) Normal patch submission rules from Documentation/process/submitting-patches.rst
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::
40 5) The Documentation/ portion of the patch should come in the series before
80 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-13.1/contrib/ntp/
H A DREADME.patches7 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-13.1/usr.bin/patch/
H A DMakefile6 PROG= patch
8 SRCS= backupfile.c inp.c mkpath.c patch.c pch.c util.c
/freebsd-13.1/share/misc/
H A Dbsd-family-tree589 NetBSD 1.2.1 1997-05-20 [NBD] (patch release)
595 NetBSD 1.3.1 1998-03-09 [NBD] (patch release)
598 NetBSD 1.3.2 1998-05-29 [NBD] (patch release)
627 NetBSD 1.4.3 2000-11-25 [NBD] (patch release)
634 NetBSD 1.5.1 2001-07-11 [NBD] (patch release)
635 NetBSD 1.5.2 2001-09-13 [NBD] (patch release)
643 NetBSD 1.5.3 2002-07-22 [NBD] (patch release)
644 FreeBSD 4.6.2 2002-08-15 [FBD] (patch release)
653 NetBSD 1.6.1 2003-04-21 [NBD] (patch release)
662 FreeBSD 5.2.1 2004-02-22 [FBD] (patch release)
[all …]
/freebsd-13.1/contrib/sendmail/contrib/
H A Dmh.patch4 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-13.1/contrib/tzdata/
H A DCONTRIBUTING18 'diff -u old/europe new/europe >myfix.patch', and attach
19 'myfix.patch' to the email.
79 * Create patch files 0001-..., 0002-..., ...
81 git format-patch main
83 * After reviewing the patch files, send the patches to <[email protected]>

1234567891011