Home
last modified time | relevance | path

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

12345678910>>...21

/openbsd/sys/arch/i386/i386/
H A Dcodepatch.c130 struct codepatch *patch; in codepatch_nop() local
137 for (patch = &codepatch_begin; patch < &codepatch_end; patch++) { in codepatch_nop()
138 if (patch->tag != tag) in codepatch_nop()
152 struct codepatch *patch; in codepatch_replace() local
159 for (patch = &codepatch_begin; patch < &codepatch_end; patch++) { in codepatch_replace()
160 if (patch->tag != tag) in codepatch_replace()
165 __func__, patch->len, len, patch->addr); in codepatch_replace()
188 for (patch = &codepatch_begin; patch < &codepatch_end; patch++) { in codepatch_call()
189 if (patch->tag != tag) in codepatch_call()
191 if (patch->len < 5) in codepatch_call()
[all …]
/openbsd/sys/arch/amd64/amd64/
H A Dcodepatch.c110 struct codepatch *patch; in codepatch_nop() local
117 for (patch = &codepatch_begin; patch < &codepatch_end; patch++) { in codepatch_nop()
118 if (patch->tag != tag) in codepatch_nop()
132 struct codepatch *patch; in codepatch_replace() local
139 for (patch = &codepatch_begin; patch < &codepatch_end; patch++) { in codepatch_replace()
140 if (patch->tag != tag) in codepatch_replace()
145 __func__, patch->len, len, patch->addr); in codepatch_replace()
183 for (patch = &codepatch_begin; patch < &codepatch_end; patch++) { in codepatch_control_flow()
184 if (patch->tag != tag) in codepatch_control_flow()
186 if (patch->len < 5) in codepatch_control_flow()
[all …]
/openbsd/regress/usr.bin/diff/
H A DMakefile4 PATCH?= patch
6 CLEANFILES= *.copy *.patch *.orig
41 @${DIFF} ${.CURDIR}/${*}.1 ${.CURDIR}/${*}.2 > ${*}.patch || true
42 @${DIFF} -c ${.CURDIR}/${*}.1 ${.CURDIR}/${*}.2 > ${*}.c.patch || true
43 @${DIFF} -u ${.CURDIR}/${*}.1 ${.CURDIR}/${*}.2 > ${*}.u.patch || true
44 @${DIFF} -e ${.CURDIR}/${*}.1 ${.CURDIR}/${*}.2 > ${*}.e.patch || true
45 @${PATCH} ${PATCHFLAGS} ${*}.copy ${*}.patch || true
46 @${PATCH} ${PATCHFLAGS} ${*}.c.copy ${*}.c.patch || true
47 @${PATCH} ${PATCHFLAGS} ${*}.u.copy ${*}.u.patch || true
48 @${PATCH} ${PATCHFLAGS} ${*}.e.copy ${*}.e.patch || true
[all …]
/openbsd/gnu/llvm/libcxx/docs/Status/
H A DRangesAlgorithms.csv3 C++23,`find_last <https://wg21.link/P1223R5>`_,Unassigned,No patch yet,Not started
4 C++23,`find_last_if <https://wg21.link/P1223R5>`_,Unassigned,No patch yet,Not started
5 C++23,`find_last_if_not <https://wg21.link/P1223R5>`_,Unassigned,No patch yet,Not started
6 C++23,`starts_with <https://wg21.link/P1659R3>`_,Unassigned,No patch yet,Not started
7 C++23,`ends_with <https://wg21.link/P1659R3>`_,Unassigned,No patch yet,Not started
8 C++23,`shift_left <https://wg21.link/p2440r1>`_,Unassigned,No patch yet,Not started
9 C++23,`shift_right <https://wg21.link/p2440r1>`_,Unassigned,No patch yet,Not started
10 C++23,`iota (algorithm) <https://wg21.link/p2440r1>`_,Unassigned,No patch yet,Not started
11 C++23,`fold <https://wg21.link/p2322r5>`_,Unassigned,No patch yet,Not started
12 C++23,`contains <https://wg21.link/p2302r2>`_,Unassigned,No patch yet,Not started
H A DRangesViews.csv25 C++23,`repeat <https://wg21.link/P2474R2>`_,Unassigned,No patch yet,Not started
26 C++23,`cartesian_product <https://wg21.link/P2374R4>`_,Unassigned,No patch yet,Not started
28 C++23,`zip_transform <https://wg21.link/P2321R2>`_,Hui Xie,No patch yet,Not started
29 C++23,`adjacent <https://wg21.link/P2321R2>`_,Hui Xie,No patch yet,Not started
30 C++23,`adjacent_transform <https://wg21.link/P2321R2>`_,Hui Xie,No patch yet,Not started
31 C++23,`join_with <https://wg21.link/P2441R2>`_,Unassigned,No patch yet,Not started
32 C++23,`slide <https://wg21.link/P2442R1>`_,Unassigned,No patch yet,Not started
33 C++23,`chunk <https://wg21.link/P2442R1>`_,Unassigned,No patch yet,Not started
34 C++23,`chunk_by <https://wg21.link/P2443R1>`_,Unassigned,No patch yet,Not started
35 C++23,`as_const <https://wg21.link/P2278R4>`_,Unassigned,No patch yet,Not started
[all …]
H A DRangesMajorFeatures.csv2 C++23,`ranges::to <https://wg21.link/P1206R7>`_,Unassigned,No patch yet,Not started
3 …t for user-defined range adaptors <https://wg21.link/P2387R3>`_,Unassigned,No patch yet,Not started
/openbsd/gnu/usr.bin/perl/dist/Devel-PPPort/devel/
H A Dbuildperl.pl67 my @patch = (
179 patch_source($perl) if !exists $opt{patch} || $opt{patch};
347 for my $p (@patch) {
389 patch(<<'END');
420 patch(<<'END');
436 patch(<<'END');
455 patch(<<'END');
482 patch(<<'END');
499 sub patch subroutine
501 my($patch) = @_;
[all …]
/openbsd/gnu/llvm/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_linux_s390.cpp131 unsigned int major, minor, patch = 0; in FixedCVE_2016_2143() local
143 patch = internal_simple_strtoll(ptr+1, &ptr, 10); in FixedCVE_2016_2143()
145 if (major == 2 && minor == 6 && patch == 32 && ptr[0] == '-' && in FixedCVE_2016_2143()
161 if (minor == 2 && patch >= 79) in FixedCVE_2016_2143()
164 if (minor == 12 && patch >= 58) in FixedCVE_2016_2143()
166 if (minor == 10 && patch == 0 && ptr[0] == '-' && in FixedCVE_2016_2143()
182 if (minor == 1 && patch >= 21) in FixedCVE_2016_2143()
185 if (minor == 4 && patch >= 6) in FixedCVE_2016_2143()
187 if (minor == 4 && patch == 0 && ptr[0] == '-' && in FixedCVE_2016_2143()
/openbsd/gnu/llvm/llvm/docs/
H A DCodeReview.rst33 uncertainty, a patch should be reviewed prior to being committed.
35 Please note that the developer responsible for a patch is also
47 the patch to be :ref:`reverted <revert_policy>`.
55 code in the tree. This does not indicate any fault from the patch author,
104 approval, or solicit objections to a patch with a deadline.
153 other reviewers that the patch has been accepted and reviewed in their
158 the patch (which literally means submitting a comment on the patch with the
185 patches for independent review. Reviewers may also accept a patch
186 conditioned on the author providing a follow-up patch addressing some
232 for an expert to review the patch or review it yourself.
[all …]
H A DPhabricator.rst61 will also run on every patch update:
96 to upload your patch):
98 * ``git show HEAD -U999999 > mypatch.patch``
105 To upload a new patch:
121 To submit an updated patch:
138 .. _creating-a-patch-series:
140 Creating a patch series
157 * This will open a dialog where you will enter the patch number of the parent patch
170 .. _using-patch-summaries:
172 Using patch summaries
[all …]
H A DContributing.rst55 Once you have a patch ready, it is time to submit it. The patch should:
65 Before sending a patch for review, please also try to ensure it is
96 To make sure the right people see your patch, please select suitable reviewers
97 and add them to your patch when requesting a review. Suitable reviewers are the
99 patch touches. If you are using Phabricator, add them to the `Reviewers` field
106 updated version of your patch. This cycle continues until all requests and comments
107 have been addressed and a reviewer accepts the patch with a `Looks good to me` or `LGTM`.
112 If you have received no comments on your patch for a week, you can request a
113 review by 'ping'ing a patch by responding to the email thread containing the
114 patch, or the Phabricator review with "Ping." The common courtesy 'ping' rate
[all …]
/openbsd/usr.bin/file/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
/openbsd/gnu/usr.bin/perl/Cross/
H A DMakefile36 diff -Bbur ../Makefile.SH Makefile.SH > Makefile.SH.patch
37 diff -Bbur ../installperl installperl > installperl.patch
39 patch: target
41 patch -p1 < Cross/Makefile.SH.patch; \
42 patch -p1 < Cross/installperl.patch ; mv installperl installperl-patched; \
/openbsd/sys/dev/dt/
H A Ddt_prov_kprobe.c248 uint8_t patch = BKPT_INST; in dt_prov_kprobe_alloc() local
262 db_write_bytes(dtp->dtp_addr, BKPT_SIZE, &patch); in dt_prov_kprobe_alloc()
275 uint8_t patch; in dt_prov_kprobe_dealloc() local
280 patch = SSF_INST; in dt_prov_kprobe_dealloc()
284 patch = RET_INST; in dt_prov_kprobe_dealloc()
287 patch = POP_RBP_INST; in dt_prov_kprobe_dealloc()
297 db_write_bytes(dtp->dtp_addr, size, &patch); in dt_prov_kprobe_dealloc()
413 uint8_t patch = BKPT_INST; in dt_prov_kprobe_patch_all_entry() local
426 db_write_bytes(dtp->dtp_addr, BKPT_SIZE, &patch); in dt_prov_kprobe_patch_all_entry()
437 uint8_t patch = SSF_INST; in dt_prov_kprobe_depatch_all_entry() local
[all …]
/openbsd/distrib/syspatch/
H A Dbsd.syspatch.mk108 ${ERRATA}/${ERRATA}.patch.sig ${SYSPATCH_DIR}
116 ${ERRATA}/${ERRATA}.patch.sig:
122 ${ERRATA}/${ERRATA}.patch: ${ERRATA}/${ERRATA}.patch.sig
126 ${_PATCH_COOKIE}: ${ERRATA}/${ERRATA}.patch
128 /usr/bin/patch ${PATCH_ARGS} < ${ERRATA}/${ERRATA}.patch || \
/openbsd/gnu/llvm/libcxxabi/src/demangle/
H A DDemangleConfig.h41 #define DEMANGLE_GNUC_PREREQ(maj, min, patch) \ argument
43 ((maj) << 20) + ((min) << 10) + (patch))
45 #define DEMANGLE_GNUC_PREREQ(maj, min, patch) \ argument
48 #define DEMANGLE_GNUC_PREREQ(maj, min, patch) 0 argument
/openbsd/gnu/llvm/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
/openbsd/sys/dev/pci/drm/i915/gt/uc/
H A Dintel_uc_fw.c192 u8 patch; member
199 .patch = patch_, \
316 uc_fw->file_wanted.ver.patch = blob->patch; in __uc_fw_auto_select()
411 if (fw_blobs[i].blob.patch < fw_blobs[i - 1].blob.patch) in validate_fw_table_type()
421 fw_blobs[i - 1].blob.patch, in validate_fw_table_type()
426 fw_blobs[i].blob.patch); in validate_fw_table_type()
734 uc_fw->file_selected.ver.patch); in guc_check_version_range()
743 guc->submission_version.patch); in guc_check_version_range()
858 (selected->ver.patch < wanted->ver.patch)) in intel_uc_check_file_version()
945 uc_fw->file_wanted.ver.patch, in intel_uc_fw_fetch()
[all …]
/openbsd/gnu/usr.bin/binutils/gdb/
H A DCONTRIBUTE59 Every patch must have several pieces of information before we
62 A description of the bug and how your patch fixes this
67 A ChangeLog entry as plaintext (separate from the patch); see
72 The patch itself. If you are accessing the CVS repository use
93 committing a patch
101 demonstrating that the patch actually fixes something.
111 o Please read your patch before submitting it.
113 A patch containing several unrelated changes or
133 o When submitting a patch that fixes a bug
143 patch to automatically be archived with the PR.
/openbsd/gnu/usr.bin/perl/Porting/
H A Dbisect-runner.pl1478 my $patch = shift;
1500 return $use_context ? ud2cd($patch) : $patch;
1505 my ($patch, $what, $files) = @_;
1513 my $patch_to_use = placate_patch_prog($patch);
1519 if $patch_to_use ne $patch;
1525 my $patch = `git show $commit @files`;
1526 if (!defined $patch) {
1535 my $patch = `git show -R $commit @files`;
1536 if (!defined $patch) {
3913 $patch =~ s/defined\(__sun__\)/$token/g;
[all …]
/openbsd/gnu/usr.bin/cvs/
H A DHACKING46 In a submitted patch it is acceptable to refrain from changing the
47 indentation of large blocks of code to minimize the size of the patch;
48 the person checking in such a patch should reindent it.
130 a rough patch, or even just an idea. But before the end of the
138 - Somewhere, a description of what the patch fixes (often in
147 consider the desirability of the changes if there is a separate patch
150 Include words like "I grant permission to distribute this patch under
151 the terms of the GNU Public License" with your patch. By sending a
152 patch to bug-cvs@gnu.org, you implicitly grant this permission.
154 Submitting a patch to bug-cvs is the way to reach the people who have
[all …]
/openbsd/gnu/usr.bin/perl/pod/
H A Dperlhacktut.pod9 perlhacktut - Walk through the creation of a simple C code patch
13 This document takes you through a simple patch example.
22 Let's take a simple patch from start to finish.
30 proper patch much simpler. See the L<perlgit> for details on how to do
33 =head2 Writing the patch
110 this patch is ready to go: we've changed the behaviour of Perl, and so
112 tests to make sure our patch works and doesn't create a bug somewhere
115 =head2 Testing the patch
164 =head2 Documenting the patch
183 See L<perlhack> for details on how to submit this patch.
/openbsd/usr.bin/patch/
H A DMakefile3 PROG= patch
4 SRCS= patch.c pch.c inp.c util.c backupfile.c mkpath.c ed.c
/openbsd/gnu/usr.bin/perl/dist/Devel-PPPort/
H A DChanges280 (Thanks to Dave M. for patch)
302 (Thanks to Ben Morrow for patch)
334 (Thanks to Tony C for the patch)
373 (thanks to Goro Fuji for providing a patch to
411 (thanks to Goro Fuji for providing a patch to
418 providing a patch)
426 reporting and providing a patch)
559 providing a patch)
606 (thanks to Steve Peters for providing a patch)
690 (thanks to Steve Peters for providing a patch)
[all …]
/openbsd/gnu/usr.bin/perl/lib/
H A DAnyDBM_File.t130 ($major, $minor, $patch) = ($DB_File::db_ver =~ /^(\d+)\.(\d\d\d)(\d\d\d)/) ;
133 $patch =~ s/^0+// ;
134 $compact = "$major.$minor.$patch" ;

12345678910>>...21