/freebsd/usr.bin/patch/ |
H A D | patch.1 | 22 .\" $OpenBSD: patch.1,v 1.27 2014/04/15 06:26:54 jmc Exp $ 27 .Nm patch 51 will take a patch file containing any of the four forms of difference 58 is omitted, or is a hyphen, the patch will be read from the standard input. 77 contains more than one patch, 79 will try to apply each of them as if they came from separate patch files. 81 to patch must be determined for each diff listing, and that the garbage before 110 Checks that the patch would apply cleanly, but does not modify anything. 114 to interpret the patch file as a context diff. 144 to interpret the patch file as an [all …]
|
H A D | patch.c | 21 * patch - a program to apply diffs to original files 26 * $OpenBSD: patch.c,v 1.54 2014/12/13 10:31:07 tobias Exp $ 56 bool nonempty_patchf_seen = false; /* seen nonempty patch file? */ 116 /* buffer holding the name of the rejected patch file. */ 134 /* patch using ifdef, ifndef, etc. */ 223 /* for each patch in patch file */ in main() 241 * between the patch and the file already existing. We defer in main() 272 /* apply each hunk of patch */ in main() 306 /* dwim for reversed patch? */ in main() 326 say("Ignoring previously applied (or reversed) patch.\n"); in main() [all …]
|
H A D | pch.c | 21 * patch - a program to apply diffs to original files 46 /* Patch (diff listing) abstract type. */ 48 static off_t p_filesize; /* size of the patch file */ 56 static LINENUM p_input_line = 0; /* current line # from patch file */ 61 static int p_indent; /* indent to patch */ 64 static off_t p_start; /* where intuit found a patch */ 69 static FILE *pfp = NULL; /* patch file pointer */ 85 * Prepare to look for the next patch in the patch file. 100 * Open the patch fil [all...] |
/freebsd/contrib/diff/doc/ |
H A D | diff.7 | 23 .Em patch . 60 .Xr patch 62 .Em patch , 67 .Xr patch 108 .Xr patch 612 .Xr patch 616 .Xr patch 620 .Xr patch 640 .Xr patch 806 .Xr patch [all …]
|
H A D | diff.texi | 15 differences between files and the @acronym{GNU} @command{patch} command for 43 * patch: (diff)Invoking patch. Apply a patch to a file. 54 @subtitle for Diffutils @value{VERSION} and @code{patch} 2.5.4 87 * Merging with patch:: Using @command{patch} to change old files into new ones. 88 * Making Patches:: Tips for making and using patch distributions. 93 * Invoking patch:: Apply a diff file to an original. 106 @cindex overview of @command{diff} and @command{patch} 116 often called a @dfn{diff} or @dfn{patch}. For files that are identical, 139 @command{patch} program to update, or @dfn{patch}, a copy of the file. If you 141 their difference, you can think of @command{patch} as adding the difference [all …]
|
/freebsd/crypto/openssl/test/testutil/ |
H A D | provider.c | 69 int major, minor, patch; member 89 || sscanf(vs, "%d.%d.%d", &vers->major, &vers->minor, &vers->patch) != 3) in fips_provider_version() 99 int fips_provider_version_eq(OSSL_LIB_CTX *libctx, int major, int minor, int patch) in fips_provider_version_eq() argument 106 return major == prov.major && minor == prov.minor && patch == prov.patch; in fips_provider_version_eq() 109 int fips_provider_version_ne(OSSL_LIB_CTX *libctx, int major, int minor, int patch) in fips_provider_version_ne() argument 116 return major != prov.major || minor != prov.minor || patch != prov.patch; in fips_provider_version_ne() 119 int fips_provider_version_le(OSSL_LIB_CTX *libctx, int major, int minor, int patch) in fips_provider_version_le() argument 129 || (prov.minor == minor && prov.patch <= patch))); in fips_provider_version_le() 132 int fips_provider_version_lt(OSSL_LIB_CTX *libctx, int major, int minor, int patch) in fips_provider_version_lt() argument 142 || (prov.minor == minor && prov.patch < patch))); in fips_provider_version_lt() [all …]
|
/freebsd/usr.bin/patch/tests/ |
H A D | unified_patch_test.sh | 48 # Apply the patch! Should succeed 49 atf_check -o ignore patch foo_start foo_start2full.diff \ 51 atf_check -o ignore patch foo_end foo_end2full.diff \ 53 atf_check -o ignore patch foo_middle foo_mid2full.diff \ 72 atf_check -s not-exit:0 -o ignore -e ignore patch -o _.out \ 78 atf_check -s not-exit:0 -o ignore -e ignore patch -o _.out \ 83 atf_check -o ignore -e ignore patch -o _.out \ 96 atf_check -x "patch -s < foo.diff" 101 # commits. If a file is created by a diff, patch(1) will happily duplicate the 105 # the file is removed if it's empty once the patch is reversed. The size checks [all …]
|
/freebsd/contrib/file/magic/Magdir/ |
H A D | diff | 17 #!:mime text/x-patch 18 !:ext diff/patch 20 #!:ext diff/patch/dif/pch 31 #!:mime text/x-patch 32 !:ext diff/patch 34 #!:ext diff/patch/dif/pch 39 #!:mime text/x-patch 52 #!:mime text/x-patch 53 !:ext diff/patch 60 # Note: called "bsdiff patch" by TrID and and "BSDIFF" version 4.0 by DROID via PUID fmt/439 and [all …]
|
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
|
/freebsd/contrib/bmake/unit-tests/ |
H A D | dir.exp | 10 Expanding "{pre-,}{patch,configure}"... Expanding "pre-{patch,configure}"... pre-patch pre-configure 11 Expanding "{patch,configure}"... pre-patch pre-configure patch configure 12 pre-patch pre-configure patch configure 35 : pre-patch 37 : patch
|
/freebsd/crypto/openssl/doc/internal/man7/ |
H A D | VERSION.pod | 11 PATCH=0 25 =item B<MAJOR>, B<MINOR>, B<PATCH> 27 The three parts of OpenSSL's 3 numbered version number, MAJOR.MINOR.PATCH. 54 It is a configuration error if B<MAJOR>, B<MINOR>, B<PATCH> and B<SHLIB_VERSION> 63 =item $config{major}, $config{minor}, $config{patch}, $config{shlib_version} 65 These items get their values from B<MAJOR>, B<MINOR>, B<PATCH>, and 86 B<PATCH>, separated by periods. For C<MAJOR=3>, C<MINOR=0> and C<PATCH=0>, 105 PATCH=0 116 PATCH=0 127 PATCH=0
|
/freebsd/contrib/unbound/contrib/ |
H A D | README | 16 * 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 29 Patch from Stephane Lapie for ASAHI Net. 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/contrib/llvm-project/lld/ELF/ |
H A D | ARMErrataFix.cpp | 57 // erratum conditions to a patch section containing a branch to the target. 59 // As adding patch sections may move branches onto region boundaries the patch 83 return d->kind() == InputSectionBase::Synthetic && d->name ==".text.patch"; in classof() 90 // A label for the start of the Patch that we can use as a relocation target. 94 // True If the patch is to be written in ARM state, otherwise the patch will 139 ".text.patch"), in Patch657417Section() 178 // The base instruction of the patch is always a 32-bit unconditional branch. in writeTo() 195 // A BLX changes the state of the branch in the patch to Arm state, which in writeTo() 227 // Return true if a branch can reach a patch section placed after isec. 232 // We need the branch at source to reach a patch section placed immediately in patchInRange() [all …]
|
/freebsd/sys/contrib/openzfs/contrib/intel_qat/ |
H A D | readme.md | 12 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/bin/freebsd-version/ |
H A D | freebsd-version.1 | 31 .Nd print the version and patch level of the installed system 39 utility makes a best effort to determine the version and patch level 45 Print the version and patch level of the installed kernel. 51 will print the version and patch level of the new kernel. 53 Print the version and patch level of the running kernel. 58 Print the version and patch level of the installed userland. 63 Print the version and patch level of the installed userland in the 84 affected by the latest patch.
|
/freebsd/usr.bin/bsdiff/bspatch/ |
H A D | bspatch.c | 70 errx(1, "Corrupt patch"); in add_off_t() 122 /* Open patch file */ in main() 125 /* Open patch file for control block */ in main() 128 /* open patch file for diff block */ in main() 131 /* open patch file for extra block */ in main() 187 errx(1, "Corrupt patch"); in main() 193 errx(1, "Corrupt patch"); in main() 202 errx(1, "Corrupt patch"); in main() 204 /* Close patch file and re-open it via libbzip2 at the right places */ in main() 242 errx(1, "Corrupt patch"); in main() [all...] |
/freebsd/sys/contrib/device-tree/Bindings/ |
H A D | submitting-patches.rst | 7 I. For patch submitters 10 0) Normal patch submission rules from 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:: 46 5) The Documentation/ portion of the patch should come in the series before 79 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/contrib/ncurses/ |
H A D | NEWS | 127 + NetBSD-related fixes for x68k and wsvt25 (patch by Thomas Klausner) 151 + add attr_get.3x to man_db.renames.in (patch by Sven Joachim). 191 (patch by Branden Robinson). 262 + improve error messages in tic (patch by Branden Robinson). 266 copying the va_list variable (patch by Ian Abbott). 324 shells, assuming ConPTY support (patch by Pavel Fedin). 326 ncurses, terminfo and tic manpages (patch by Sven Joachim). 341 VK_BACK virtual key is entered (prompted by patch by Pavel Fedin, 371 + add xterm+focus to foot+base (patch by Daniel Ekloef). 379 + fix typo in INSTALL (report/patch by Aapo Rantalainen). [all …]
|
/freebsd/sys/dev/aic7xxx/aicasm/ |
H A D | aicasm.c | 66 typedef struct patch { struct 67 STAILQ_ENTRY(patch) links; 74 STAILQ_HEAD(patch_list, patch) patches; argument 81 static void emit_patch(scope_t *scope, int patch); 292 /* Patch up forward jump addresses */ in main() 388 stop("Patch argument list not defined", in output_code() 392 * Output patch information. Patch functions first. in output_code() 418 "static struct patch {\n" in output_code() 466 * Emit the first patch for this scope in dump_scope() 482 * Emit the second, closing, patch for this scope in dump_scope() [all …]
|
/freebsd/contrib/ntp/sntp/libevent/ |
H A D | ChangeLog-1.4 | 37 o Build kqueue.c correctly on GNU/kFreeBSD platforms. Patch pulled upstream from Debian. 39 o When running set[ug]id, don't check the environment. Based on a patch from OpenBSD. 47 o Fix another pair of fencepost bugs in epoll.c. [Patch from Adam Langley.] 53 o Fix a bug when removing a timeout from the heap. [Patch from Marko Kreen] 55 …o Fix a nasty dangling pointer bug in epoll.c that could occur after epoll_recalc(). [Patch from K… 91 o Support multi-line HTTP headers; based on a patch from Moshe Litvin 136 o Patch from Tani Hosokawa: make some functions in http.c threadsafe. 148 …o Send CRLF after each chunk in HTTP output, for compliance with RFC2626. Patch from "propanbutan… 150 o Use a 64-bit field to hold HTTP content-lengths. Patch from Scott Lamb. 170 …ke event_loopexit, it keeps subsequent pending events from getting executed. Patch from Scott Lamb [all …]
|
/freebsd/contrib/libevent/ |
H A D | ChangeLog-1.4 | 37 o Build kqueue.c correctly on GNU/kFreeBSD platforms. Patch pulled upstream from Debian. 39 o When running set[ug]id, don't check the environment. Based on a patch from OpenBSD. 47 o Fix another pair of fencepost bugs in epoll.c. [Patch from Adam Langley.] 53 o Fix a bug when removing a timeout from the heap. [Patch from Marko Kreen] 55 …o Fix a nasty dangling pointer bug in epoll.c that could occur after epoll_recalc(). [Patch from K… 91 o Support multi-line HTTP headers; based on a patch from Moshe Litvin 136 o Patch from Tani Hosokawa: make some functions in http.c threadsafe. 148 …o Send CRLF after each chunk in HTTP output, for compliance with RFC2626. Patch from "propanbutan… 150 o Use a 64-bit field to hold HTTP content-lengths. Patch from Scott Lamb. 170 …ke event_loopexit, it keeps subsequent pending events from getting executed. Patch from Scott Lamb [all …]
|
/freebsd/contrib/sendmail/ |
H A D | RELEASE_NOTES | 132 Patch from Dilyan Palauzo. 173 using a loopback address. Patch from Mike Karels of 177 Patch from Werner Wiethege. 181 Patch from John Beck. 235 (the standard is 14). Based on patch by Toomas Soome. 317 Based on patch from Al Smith. 332 handshake to begin. Based on patch from Simon Hradecky. 349 patch from Packet Hack, Jim Hranicky, Kevin A. McGrail, 360 are specified on the command line. Based on patch from 385 LIBMILTER: Fix typo in a macro. Patch from Ignacio Goyret [all …]
|
/freebsd/crypto/openssh/contrib/redhat/ |
H A D | openssh.spec | 462 (patch from bet@rahul.net) 487 - add Markus's patch to compile with OpenSSL 0.9.5a (from 496 - drop debug patch, fixed upstream 544 - pull cvs patch to fix support for /etc/nologin for non-PAM logins (#47298) 548 - pull cvs patch to add -t flag to sshd (#28611) 555 - pull cvs patch to fix remote port forwarding with protocol 2 558 - pull cvs patch to add session initialization to no-pty sessions 559 - pull cvs patch to not cut off challengeresponse auth needlessly 576 - disable the gssapi patch 580 - refresh to a new version of the gssapi patch [all …]
|
/freebsd/tools/tools/git/ |
H A D | git-arc.1 | 44 .Cm patch 96 .It Cm patch 97 Try to apply a patch from a Differential Revision to the currently 205 Pairs of consecutive commits are linked into a patch stack. 222 Apply the patch in review D12345 to the currently checked-out tree, 225 $ git arc patch D12345 228 Apply the patch in review D23456 to the currently checked-out tree, 234 $ git arc patch -c D23456
|
/freebsd/crypto/openssh/openbsd-compat/regress/ |
H A D | opensslvertest.c | 31 { 0x1000101fL, 0x1000102fL, 1}, /* newer library patch version: ok */ 32 { 0x1000101fL, 0x1000100fL, 1}, /* older library patch version: ok */ 41 { 0x1010101fL, 0x1010102fL, 1}, /* newer library patch version: ok */ 42 { 0x1010101fL, 0x1010100fL, 1}, /* older library patch version: ok */ 51 { 0x3010101fL, 0x3010102fL, 1}, /* newer library patch version: ok */ 52 { 0x3010101fL, 0x3010100fL, 1}, /* older library patch version: ok */
|