| /openbsd/src/sys/arch/i386/i386/ |
| 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/ |
| 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/ |
| 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/usr.bin/perl/dist/Devel-PPPort/devel/ |
| 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/ |
| 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/ |
| 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 …]
|
| 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 …]
|
| 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/ |
| 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/ |
| 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/ |
| 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() 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/src/distrib/syspatch/ |
| 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/ |
| 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/ |
| 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/ |
| D | intel_uc_fw.c | 207 u8 patch; member 214 .patch = patch_, \ 332 uc_fw->file_wanted.ver.patch = blob->patch; in __uc_fw_auto_select() 377 fw_blobs[j].blob.patch, fw_blobs[j].blob.path, in validate_fw_table_type() 380 fw_blobs[i].blob.patch, fw_blobs[i].blob.path); in validate_fw_table_type() 427 if (fw_blobs[i].blob.patch < fw_blobs[i - 1].blob.patch) in validate_fw_table_type() 437 fw_blobs[i - 1].blob.patch, in validate_fw_table_type() 442 fw_blobs[i].blob.patch); in validate_fw_table_type() 497 ver->patch = manifest->fw_version.hotfix; in intel_uc_fw_version_from_gsc_manifest() 587 ver->patch = FIELD_GET(CSS_SW_VERSION_UC_PATCH, css_value); in uc_unpack_css_version() [all …]
|
| D | intel_gsc_fw.c | 232 gsc->release.patch, gsc->release.build); in intel_gsc_fw_get_binary_info() 242 if (gsc->release.patch < min_ver.patch) { in intel_gsc_fw_get_binary_info() 244 } else if (gsc->release.patch == min_ver.patch) { in intel_gsc_fw_get_binary_info() 253 gsc->release.patch, gsc->release.build, in intel_gsc_fw_get_binary_info() 255 min_ver.patch, min_ver.build); in intel_gsc_fw_get_binary_info() 517 gsc->release.patch, gsc->release.build, in intel_gsc_uc_fw_upload()
|
| /openbsd/src/gnu/usr.bin/binutils/gdb/ |
| 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/perl/Porting/ |
| D | bisect-runner.pl | 1564 my $patch = shift; 1586 return $use_context ? ud2cd($patch) : $patch; 1591 my ($patch, $what, $files) = @_; 1596 $patch =~ m!^[-*]{3} [ab]/(\S+)[^\n]*\n[-+]{3} [ba]/\1!sm; 1599 my $patch_to_use = placate_patch_prog($patch); 1603 print STDERR "Patch is <<'EOPATCH'\n${patch}EOPATCH\n"; 1605 if $patch_to_use ne $patch; 1612 my $patch = `git show --src-prefix=a/ --dst-prefix=b/ $flags$commit @files`; 1613 if (!defined $patch) { 1618 return $patch; [all …]
|
| /openbsd/src/gnu/usr.bin/cvs/ |
| 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/ |
| 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.
|
| 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. Sometimes your patch may get lost in the shuffle. It's [all …]
|
| /openbsd/src/usr.bin/patch/ |
| 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/parts/inc/ |
| D | version | 137 /* N.B. These don't work if the patch number is 42 or 92, as those are what '*' 162 # error PERL_VERSION_EQ(major, minor, patch) is false; expected true 168 # error PERL_VERSION_NE(major, minor, patch) is true; expected false 174 # error PERL_VERSION_LT(major, minor, patch) is true; expected false 180 # error PERL_VERSION_LE(major, minor, patch) is false; expected true 186 # error PERL_VERSION_GT(major, minor, patch) is true; expected false 192 # error PERL_VERSION_GE(major, minor, patch) is false; expected true
|
| /openbsd/src/gnu/usr.bin/perl/dist/Devel-PPPort/ |
| 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/ |
| 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" ;
|