/openbsd-src/sys/arch/i386/i386/ |
H A D | codepatch.c | 130 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() 140 rwaddr = codepatch_maprw(&rwmap, patch->addr); in codepatch_nop() 141 codepatch_fill_nop(rwaddr, patch->len); 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() 163 if (len > patch->len) { in codepatch_replace() 165 __func__, patch->len, len, patch->addr); in codepatch_replace() [all …]
|
/openbsd-src/sys/arch/amd64/amd64/ |
H A D | codepatch.c | 110 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() 120 rwaddr = codepatch_maprw(&rwmap, patch->addr); in codepatch_nop() 121 codepatch_fill_nop(rwaddr, patch->len); 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() 143 if (len > patch->len) { in codepatch_replace() 145 __func__, patch->len, len, patch->addr); in codepatch_replace() [all …]
|
/openbsd-src/regress/usr.bin/diff/ |
H A D | Makefile | 4 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-src/gnu/llvm/libcxx/docs/Status/ |
H A D | RangesAlgorithms.csv | 3 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 D | RangesViews.csv | 25 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 D | RangesMajorFeatures.csv | 2 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-src/gnu/usr.bin/perl/dist/Devel-PPPort/devel/ |
H A D | buildperl.pl | 67 my @patch = ( 176 if ($opt{patch} || $opt{oneshot}) { 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 [all …]
|
/openbsd-src/gnu/llvm/compiler-rt/lib/sanitizer_common/ |
H A D | sanitizer_linux_s390.cpp | 131 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-src/gnu/llvm/llvm/docs/ |
H A D | CodeReview.rst | 31 likely-community-consensus requirements (as apply to all patch approvals) can 33 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>`. 53 the patch promptly. Developers often disagree, and erring on the side of the 55 code in the tree. This does not indicate any fault from the patch author, 57 Reverting a patch ensures that design discussions can happen without blocking 58 other development; it's entirely possible the patch will end up being reapplied 61 Before being recommitted, the patch generally should undergo further review. 74 original change was committed, it may be better to create a new patch to [all …]
|
H A D | Phabricator.rst | 40 You may need to apply a fix to your arcanist repo in order to submit a patch: 45 % git am <path/to/llvm-project>/llvm/utils/phabricator/*.patch 60 llvm-commit mailing list, patch reviewers, and all other subscribers, buildbot 61 will also run on every patch update: 96 to upload your patch): 98 * ``git show HEAD -U999999 > mypatch.patch`` 99 * ``git diff -U999999 @{u} > mypatch.patch`` 100 * ``git diff HEAD~1 -U999999 > mypatch.patch`` 102 Before uploading your patch, please make sure it is formatted properly, as 105 To upload a new patch: [all …]
|
H A D | Contributing.rst | 55 Once you have a patch ready, it is time to submit it. The patch should: 58 …e `clang-format-diff.py`_ or `git-clang-format`_ tools to automatically format your patch properly. 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 [all …]
|
/openbsd-src/usr.bin/file/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
|
/openbsd-src/gnu/usr.bin/perl/Cross/ |
H A D | Makefile | 36 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-src/sys/dev/dt/ |
H A D | dt_prov_kprobe.c | 248 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() 409 /* Function called by ddb to patch all functions without allocating 1 pcb per probe */ 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; dt_prov_kprobe_depatch_all_entry() local [all...] |
/openbsd-src/distrib/syspatch/ |
H A D | bsd.syspatch.mk | 108 ${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-src/gnu/llvm/libcxxabi/src/demangle/ |
H A D | DemangleConfig.h | 41 #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-src/gnu/llvm/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
|
/openbsd-src/sys/dev/pci/drm/i915/gt/uc/ |
H A D | intel_uc_fw.c | 192 u8 patch; member 199 .patch = patch_, \ 316 uc_fw->file_wanted.ver.patch = blob->patch; in __uc_fw_auto_select() 361 fw_blobs[j].blob.patch, fw_blobs[j].blob.path, in validate_fw_table_type() 364 fw_blobs[i].blob.patch, fw_blobs[i].blob.path); in validate_fw_table_type() 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() 481 ver->patch = manifest->fw_version.hotfix; in intel_uc_fw_version_from_gsc_manifest() 571 ver->patch = FIELD_GET(CSS_SW_VERSION_UC_PATCH, css_value); in uc_unpack_css_version() [all …]
|
/openbsd-src/gnu/usr.bin/binutils/gdb/ |
H A D | CONTRIBUTE | 59 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-src/gnu/usr.bin/cvs/ |
H A D | HACKING | 46 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. 129 When you first distribute a patch it may be suitable to just put forth 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. [all …]
|
/openbsd-src/gnu/usr.bin/perl/pod/ |
H A D | perlhacktut.pod | 9 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.
|
H A D | perlhack.pod | 15 bug tracker, patch guidelines, and commentary on Perl development 20 If you just want to submit a single small patch like a pod fix, a test 73 The next step is to submit your patch to the Perl core ticket system. 108 know. Otherwise we will take your submission of a patch as permission 113 The next time you wish to make a patch, you need to start from the 152 The perl5-changes mailing list receives a copy of each patch that gets 209 If you have a small patch to submit, please submit it via the GitHub 214 When the patch is applied, the ticket will be updated and you will 217 In other cases, the patch will need more work or discussion. 219 your patch 592 Does the concept match the general goals of Perl?PATCHING PERL""What makes for a good patch? global() argument 620 Where is the implementation?PATCHING PERL""What makes for a good patch? global() argument 628 Backwards compatibilityPATCHING PERL""What makes for a good patch? global() argument 640 Could it be a module instead?PATCHING PERL""What makes for a good patch? global() argument 652 Is the feature generic enough?PATCHING PERL""What makes for a good patch? global() argument 659 Does it potentially introduce new bugs?PATCHING PERL""What makes for a good patch? global() argument 664 How big is it?PATCHING PERL""What makes for a good patch? global() argument 669 Does it preclude other desirable features?PATCHING PERL""What makes for a good patch? global() argument 676 Is the implementation robust?PATCHING PERL""What makes for a good patch? global() argument 683 Is the implementation generic enough to be portable?PATCHING PERL""What makes for a good patch? global() argument 689 Is the implementation tested?PATCHING PERL""What makes for a good patch? global() argument 701 Is there enough documentation?PATCHING PERL""What makes for a good patch? global() argument 708 Is there another way to do it?PATCHING PERL""What makes for a good patch? global() argument 715 Does it create too much work?PATCHING PERL""What makes for a good patch? global() argument 720 Patches speak louder than wordsPATCHING PERL""What makes for a good patch? global() argument [all...] |
/openbsd-src/usr.bin/patch/ |
H A D | Makefile | 3 PROG= patch 4 SRCS= patch.c pch.c inp.c util.c backupfile.c mkpath.c ed.c
|
/openbsd-src/gnu/usr.bin/perl/dist/Devel-PPPort/ |
H A D | Changes | 280 (Thanks to Dave M. for patch) 302 (Thanks to Ben Morrow for patch) 334 (Thanks to Tony C for the patch) 339 (Thanks to Father Chrysostomos for the original patch and 342 (Thanks to Karl Williamson for providing a patch.) 344 (Thanks to Nicholas Clark for providing a patch) 346 (Thanks to Karl Williamson for providing a patch) 349 (Thanks to Robert Sedlacek for providing a patch) 358 (thanks to Karl Williamson for providing a patch and patiently 373 (thanks to Goro Fuji for providing a patch to [all …]
|
/openbsd-src/gnu/usr.bin/perl/lib/ |
H A D | AnyDBM_File.t | 130 ($major, $minor, $patch) = ($DB_File::db_ver =~ /^(\d+)\.(\d\d\d)(\d\d\d)/) ; 133 $patch =~ s/^0+// ; 134 $compact = "$major.$minor.$patch" ;
|