Searched refs:patch (Results 1 - 25 of 140) sorted by relevance

123456

/openbsd-current/sys/arch/i386/i386/
H A Dcodepatch.c130 struct codepatch *patch; local
137 for (patch = &codepatch_begin; patch < &codepatch_end; patch++) {
138 if (patch->tag != tag)
140 rwaddr = codepatch_maprw(&rwmap, patch->addr);
141 codepatch_fill_nop(rwaddr, patch->len);
152 struct codepatch *patch; local
159 for (patch = &codepatch_begin; patch <
180 struct codepatch *patch; local
[all...]
/openbsd-current/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 || tru
[all...]
/openbsd-current/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-current/sys/arch/amd64/amd64/
H A Dcodepatch.c110 struct codepatch *patch; local
117 for (patch = &codepatch_begin; patch < &codepatch_end; patch++) {
118 if (patch->tag != tag)
120 rwaddr = codepatch_maprw(&rwmap, patch->addr);
121 codepatch_fill_nop(rwaddr, patch->len);
132 struct codepatch *patch; local
139 for (patch = &codepatch_begin; patch <
172 struct codepatch *patch; local
[all...]
/openbsd-current/gnu/llvm/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_linux_s390.cpp131 unsigned int major, minor, patch = 0; local
143 patch = internal_simple_strtoll(ptr+1, &ptr, 10);
145 if (major == 2 && minor == 6 && patch == 32 && ptr[0] == '-' &&
161 if (minor == 2 && patch >= 79)
164 if (minor == 12 && patch >= 58)
166 if (minor == 10 && patch == 0 && ptr[0] == '-' &&
182 if (minor == 1 && patch >= 21)
185 if (minor == 4 && patch >= 6)
187 if (minor == 4 && patch == 0 && ptr[0] == '-' &&
/openbsd-current/gnu/llvm/libcxxabi/src/demangle/
H A DDemangleConfig.h41 #define DEMANGLE_GNUC_PREREQ(maj, min, patch) \
43 ((maj) << 20) + ((min) << 10) + (patch))
45 #define DEMANGLE_GNUC_PREREQ(maj, min, patch) \
48 #define DEMANGLE_GNUC_PREREQ(maj, min, patch) 0
/openbsd-current/gnu/llvm/llvm/include/llvm/Demangle/
H A DDemangleConfig.h36 #define DEMANGLE_GNUC_PREREQ(maj, min, patch) \
38 ((maj) << 20) + ((min) << 10) + (patch))
40 #define DEMANGLE_GNUC_PREREQ(maj, min, patch) \
43 #define DEMANGLE_GNUC_PREREQ(maj, min, patch) 0
/openbsd-current/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:
41 patch -p1 < Cross/Makefile.SH.patch; \
42 patch -p1 < Cross/installperl.patch ; mv installperl installperl-patched; \
/openbsd-current/gnu/usr.bin/perl/dist/Devel-PPPort/devel/
H A Dbuildperl.pl67 my @patch = (
166 patch!
176 if ($opt{patch} || $opt{oneshot}) {
177 @{$opt{perl}} == 1 or die "Exactly one --perl must be given with --patch or --oneshot\n";
179 patch_source($perl) if !exists $opt{patch} || $opt{patch};
347 for my $p (@patch) {
389 patch(<<'END');
420 patch(<<'END');
436 patch(<<'EN
499 sub patch subroutine
[all...]
/openbsd-current/gnu/usr.bin/perl/plan9/
H A Dsetup.rc19 # Also patch some other things:
20 status=`{cd $builddir; ape/patch -p1 <plan9/9front.patch}
/openbsd-current/sys/dev/dt/
H A Ddt_prov_kprobe.c248 uint8_t patch = BKPT_INST; local
262 db_write_bytes(dtp->dtp_addr, BKPT_SIZE, &patch);
275 uint8_t patch; local
280 patch = SSF_INST;
284 patch = RET_INST;
287 patch = POP_RBP_INST;
297 db_write_bytes(dtp->dtp_addr, size, &patch);
409 /* Function called by ddb to patch all functions without allocating 1 pcb per probe */
413 uint8_t patch = BKPT_INST; local
426 db_write_bytes(dtp->dtp_addr, BKPT_SIZE, &patch);
437 uint8_t patch = SSF_INST; local
[all...]
/openbsd-current/gnu/usr.bin/perl/cpan/HTTP-Tiny/t/
H A D001_api.t14 new get head put post patch delete post_form request mirror www_form_urlencode can_ssl
/openbsd-current/regress/usr.bin/
H A DMakefile14 SUBDIR+= patch pkg-config
/openbsd-current/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" ;
/openbsd-current/sys/dev/pci/drm/i915/gt/uc/
H A Dintel_uc_fw.c72 * Originally, the driver required an exact match major/minor/patch furmware
192 u8 patch; local
199 .patch = patch_, \
316 uc_fw->file_wanted.ver.patch = blob->patch;
361 fw_blobs[j].blob.patch, fw_blobs[j].blob.path,
364 fw_blobs[i].blob.patch, fw_blobs[i].blob.path);
411 if (fw_blobs[i].blob.patch < fw_blobs[i - 1].blob.patch)
421 fw_blobs[i - 1].blob.patch,
[all...]
/openbsd-current/sys/arch/powerpc/powerpc/
H A Dcpu_subr.c29 struct patch { struct
33 extern struct patch rfi_start, nop32_start, nopbat_start;
41 struct patch *p;
/openbsd-current/gnu/llvm/llvm/utils/release/
H A Dbump-version.py20 self.major, self.minor, self.patch, self.suffix = (
78 ("PATCH", self.patch),
98 ("patch", self.patch),
113 f"__versioninfo__\\1({self.major}, {self.minor}, {self.patch})",
126 verstr = f"{str(self.major).zfill(2)}{str(self.minor).zfill(2)}{str(self.patch).zfill(2)}"
/openbsd-current/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
127 @echo '>> Applying ${ERRATA}.patch'; \
128 /usr/bin/patch ${PATCH_ARGS} < ${ERRATA}/${ERRATA}.patch || \
129 { echo "***> ${ERRATA}.patch did not apply cleanly"; \
/openbsd-current/gnu/llvm/llvm/include/llvm/Support/
H A DCompiler.h61 # define LLVM_GNUC_PREREQ(maj, min, patch) \
63 ((maj) << 20) + ((min) << 10) + (patch))
65 # define LLVM_GNUC_PREREQ(maj, min, patch) \
68 # define LLVM_GNUC_PREREQ(maj, min, patch) 0
/openbsd-current/regress/sys/netinet/carp/
H A Dcarp_3.sh64 ifconfig pair$IFNO2 rdomain $RD2 192.168.0.3/24 patch pair$IFNO1
H A Dcarp_1.sh64 ifconfig pair$IFNO2 rdomain $RD2 192.168.0.3/24 patch pair$IFNO1
/openbsd-current/regress/usr.bin/diff/torture/
H A Dtorture21 # Run a diff/patch/cmp regression on all available cvs revisions of a
38 PATCH=patch
/openbsd-current/gnu/usr.bin/cvs/src/
H A Dbuild_src.com34 $ CC patch.c
61 parseinfo.obj,patch.obj,rcs.obj,rcscmds.obj,recurse.obj,release.obj,-
/openbsd-current/gnu/usr.bin/gcc/contrib/
H A Dgcc_update12 # If the first parameter reads --patch, the second parameter is considered
13 # a patch file.
27 # contrib/gcc_update --patch some-patch
141 # Whenever we update the tree or install a patch, we may be modifying
149 # This functions applies a patch to an existing tree.
152 echo "Applying patch file $1"
155 gzip -d -c $1 | patch -p1 ;;
157 bzip2 -d -c $1 | patch -p1 ;;
159 cat $1 | patch
[all...]
/openbsd-current/regress/usr.bin/patch/
H A DMakefile3 PATCH?= patch
11 # .diff: patch
16 # t3: a case where patch should detect a previously applied patch.
18 # t4: a case where patch has to detect a previously applied patch.
23 # t13: a case where patch has to detect a previously applied patch.
31 # t20: reversal application of a patch to create a file with a single line.

Completed in 330 milliseconds

123456