| /freebsd-12.1/contrib/subversion/subversion/libsvn_diff/ |
| H A D | parse-diff.c | 136 hunk->patch = patch; in add_or_delete_single_line() 1372 (*hunk)->patch = patch; in parse_next_hunk() 1776 patch->old_executable_bit = patch->new_executable_bit; in git_index() 1777 patch->old_symlink_bit = patch->new_symlink_bit; in git_index() 2177 patch = apr_pcalloc(result_pool, sizeof(*patch)); in svn_diff_parse_next_patch() 2266 patch->old_filename = patch->new_filename; in svn_diff_parse_next_patch() 2289 patch->old_executable_bit = patch->new_executable_bit; in svn_diff_parse_next_patch() 2293 patch->old_symlink_bit = patch->new_symlink_bit; in svn_diff_parse_next_patch() 2297 if (patch->old_filename == NULL || patch->new_filename == NULL) in svn_diff_parse_next_patch() 2300 patch = NULL; in svn_diff_parse_next_patch() [all …]
|
| /freebsd-12.1/sys/dev/sound/pci/hda/ |
| H A D | hdaa_patches.c | 151 const char *patch = NULL; in hdac_pin_patch() local 314 patch = "as=0"; in hdac_pin_patch() 317 patch = "as=8 seq=3"; in hdac_pin_patch() 320 patch = "as=8 seq=4"; in hdac_pin_patch() 323 patch = "as=8 seq=5"; in hdac_pin_patch() 326 patch = "as=8 seq=6"; in hdac_pin_patch() 358 patch = "as=1 seq=0"; in hdac_pin_patch() 379 patch = "as=2"; in hdac_pin_patch() 423 patch = "as=2"; in hdac_pin_patch() 444 patch = "as=1 seq=0"; in hdac_pin_patch() [all …]
|
| /freebsd-12.1/contrib/subversion/subversion/libsvn_subr/ |
| H A D | version.c | 60 && my_version->patch > lib_version->patch); in svn_ver_compatible() 74 && my_version->patch == lib_version->patch in svn_ver_equal() 108 lib_version->patch, lib_version->tag, in svn_ver_check_list2() 110 my_version->patch, my_version->tag); in svn_ver_check_list2() 255 err = svn_cstring_atoi(&(version->patch), piece); in svn_version__parse_version_string() 263 if (version->major < 0 || version->minor < 0 || version->patch < 0) in svn_version__parse_version_string() 277 int patch) in svn_version__at_least() argument 293 if (version->patch < patch) in svn_version__at_least() 295 if (version->patch > patch) in svn_version__at_least()
|
| /freebsd-12.1/contrib/compiler-rt/lib/sanitizer_common/ |
| H A D | sanitizer_linux_s390.cc | 125 unsigned int major, minor, patch = 0; in FixedCVE_2016_2143() local 137 patch = internal_simple_strtoll(ptr+1, &ptr, 10); in FixedCVE_2016_2143() 139 if (major == 2 && minor == 6 && patch == 32 && ptr[0] == '-' && in FixedCVE_2016_2143() 155 if (minor == 2 && patch >= 79) in FixedCVE_2016_2143() 158 if (minor == 12 && patch >= 58) in FixedCVE_2016_2143() 160 if (minor == 10 && patch == 0 && ptr[0] == '-' && in FixedCVE_2016_2143() 176 if (minor == 1 && patch >= 21) in FixedCVE_2016_2143() 179 if (minor == 4 && patch >= 6) in FixedCVE_2016_2143() 181 if (minor == 4 && patch == 0 && ptr[0] == '-' && in FixedCVE_2016_2143()
|
| /freebsd-12.1/gnu/usr.bin/grep/ |
| H A D | FREEBSD-upgrade | 17 grep-2.5-i18n.patch 18 grep-2.5.1-bracket.patch 19 grep-2.5.1-color.patch 20 grep-2.5.1-dfa-optional.patch 21 grep-2.5.1-egf-speedup.patch 22 grep-2.5.1-fgrep.patch 23 grep-2.5.1-icolor.patch 24 grep-2.5.1-oi.patch 25 grep-2.5.1-w.patch
|
| /freebsd-12.1/sys/compat/ndis/ |
| H A D | subr_hal.c | 92 image_patch_table *patch; in hal_libinit() local 99 patch = hal_functbl; in hal_libinit() 100 while (patch->ipt_func != NULL) { in hal_libinit() 102 (funcptr *)&patch->ipt_wrap, in hal_libinit() 103 patch->ipt_argcnt, patch->ipt_ftype); in hal_libinit() 104 patch++; in hal_libinit() 113 image_patch_table *patch; in hal_libfini() local 119 patch = hal_functbl; in hal_libfini() 120 while (patch->ipt_func != NULL) { in hal_libfini() 121 windrv_unwrap(patch->ipt_wrap); in hal_libfini() [all …]
|
| H A D | kern_ndis.c | 134 image_patch_table *patch; in ndis_modevent() local 145 patch = kernndis_functbl; in ndis_modevent() 146 while (patch->ipt_func != NULL) { in ndis_modevent() 148 (funcptr *)&patch->ipt_wrap, in ndis_modevent() 149 patch->ipt_argcnt, patch->ipt_ftype); in ndis_modevent() 150 patch++; in ndis_modevent() 164 patch = kernndis_functbl; in ndis_modevent() 167 patch++; in ndis_modevent() 179 patch = kernndis_functbl; in ndis_modevent() 181 windrv_unwrap(patch->ipt_wrap); in ndis_modevent() [all …]
|
| /freebsd-12.1/contrib/file/magic/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
|
| /freebsd-12.1/contrib/subversion/subversion/libsvn_client/ |
| H A D | patch.c | 994 return (old < new) ? patch->old_filename : patch->new_filename; in choose_target_filename() 1022 has_text_changes = ((patch->hunks && patch->hunks->nelts > 0) in init_patch_target() 1049 && patch->hunks && patch->hunks->nelts == 1) in init_patch_target() 1316 && patch->new_symlink_bit != patch->old_symlink_bit) in init_patch_target() 1369 if (patch->hunks && patch->hunks->nelts == 1) in init_patch_target() 1407 if (patch->hunks && patch->hunks->nelts == 1) in init_patch_target() 2550 if (patch->hunks && patch->hunks->nelts) in apply_one_patch() 2791 && patch->new_executable_bit != patch->old_executable_bit in apply_one_patch() 2826 && patch->new_symlink_bit != patch->old_symlink_bit in apply_one_patch() 3654 if (patch) in apply_patches() [all …]
|
| /freebsd-12.1/contrib/diff/doc/ |
| H A D | diff.texi | 43 * patch: (diff)Invoking patch. Apply a patch to a file. 1869 @command{patch}, you must give @command{patch} the @option{-l} or 2509 @command{patch}. 2526 @command{patch}. 2544 @node patch Input 2777 @command{patch} asks for confirmation before applying the patch. 3234 @command{patch}. 3348 @command{patch}. 4133 Interpret the patch file as a context diff. @xref{patch Input}. 4188 Interpret the patch file as a normal diff. @xref{patch Input}. [all …]
|
| /freebsd-12.1/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 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-12.1/contrib/xz/src/liblzma/api/lzma/ |
| H A D | version.h | 76 #define LZMA_VERSION_STRING_C_(major, minor, patch, stability, commit) \ argument 77 #major "." #minor "." #patch stability commit 79 #define LZMA_VERSION_STRING_C(major, minor, patch, stability, commit) \ argument 80 LZMA_VERSION_STRING_C_(major, minor, patch, stability, commit)
|
| /freebsd-12.1/contrib/llvm/include/llvm/Demangle/ |
| H A D | Compiler.h | 42 #define LLVM_GNUC_PREREQ(maj, min, patch) \ argument 44 ((maj) << 20) + ((min) << 10) + (patch)) 46 #define LLVM_GNUC_PREREQ(maj, min, patch) \ argument 49 #define LLVM_GNUC_PREREQ(maj, min, patch) 0 argument
|
| /freebsd-12.1/contrib/subversion/subversion/include/private/ |
| H A D | svn_dep_compat.h | 152 #define SERF_VERSION_AT_LEAST(major,minor,patch) \ argument 156 (patch) <= SERF_PATCH_VERSION)) 198 #define SQLITE_VERSION_AT_LEAST(major,minor,patch) \ argument 199 ((major*1000000 + minor*1000 + patch) <= SVN_SQLITE_MIN_VERSION_NUMBER)
|
| H A D | svn_diff_private.h | 126 const svn_patch_t *patch, 140 const svn_patch_t *patch,
|
| /freebsd-12.1/contrib/gdb/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.
|
| /freebsd-12.1/contrib/apr/include/ |
| H A D | apr_version.h | 86 #define APR_VERSION_AT_LEAST(major,minor,patch) \ argument 89 || ((major) == APR_MAJOR_VERSION && (minor) == APR_MINOR_VERSION && (patch) <= APR_PATCH_VERSION)) 143 int patch; /**< patch number */ member
|
| /freebsd-12.1/share/misc/ |
| H A D | bsd-family-tree | 531 NetBSD 1.2.1 1997-05-20 [NBD] (patch release) 537 NetBSD 1.3.1 1998-03-09 [NBD] (patch release) 540 NetBSD 1.3.2 1998-05-29 [NBD] (patch release) 569 NetBSD 1.4.3 2000-11-25 [NBD] (patch release) 576 NetBSD 1.5.1 2001-07-11 [NBD] (patch release) 577 NetBSD 1.5.2 2001-09-13 [NBD] (patch release) 585 NetBSD 1.5.3 2002-07-22 [NBD] (patch release) 586 FreeBSD 4.6.2 2002-08-15 [FBD] (patch release) 595 NetBSD 1.6.1 2003-04-21 [NBD] (patch release) 604 FreeBSD 5.2.1 2004-02-22 [FBD] (patch release) [all …]
|
| /freebsd-12.1/contrib/ntp/ |
| H A D | README.patches | 7 If you are going to patch both ntp-stable and ntp-dev 43 > bk send -d -ubk://www.ntp.org/home/bk/REPO - > file-containing-the-patch 44 > bk receive -vv -a < file-containing-the-patch 49 # After the bug is opened, visit the bug and attach file-containing-the-patch
|
| /freebsd-12.1/contrib/tzdata/ |
| H A D | CONTRIBUTING | 17 'diff -u old/europe new/europe >myfix.patch', and attach 18 myfix.patch to the email. 71 * Create patch files 0001-*, 0002-*, ... 73 git format-patch master 75 * After reviewing the patch files, send the patches to [email protected]
|
| /freebsd-12.1/contrib/sendmail/contrib/ |
| H A D | mh.patch | 4 Subject: MH-6.8.1/Sendmail 8.X (MH patch) updated 9 This patch will fix the "X-auth..." warnings from the newer 12 I think the following patch will make everyone happy. 40 If you decide to install this, make sure that you look the patch 46 Feed it to patch. Patch will ignore the non-patch stuff. You should have
|
| /freebsd-12.1/usr.bin/patch/ |
| H A D | Makefile | 4 PROG= patch 6 SRCS= backupfile.c inp.c mkpath.c patch.c pch.c util.c
|
| /freebsd-12.1/contrib/ncurses/ |
| H A D | NEWS | 6558 patch includes 6798 + improved patch for Make_Enum_Type (patch by Juergen Pfeifer). 8679 copyright patch (patch by Juergen Pfeifer). 10323 > patch 320 (ESR): 10328 > patch 319 (ESR): 10331 > patch 318 (ESR): 10333 > patch 317 (ESR): 10340 > patch 316 (ESR): 10344 > patch 315 (ESR): 10363 > patch 314 (ESR): [all …]
|
| /freebsd-12.1/sys/dev/aic7xxx/aicasm/ |
| H A D | aicasm.c | 68 typedef struct patch { struct 69 STAILQ_ENTRY(patch) links; 76 STAILQ_HEAD(patch_list, patch) patches; argument 83 static void emit_patch(scope_t *scope, int patch); 492 emit_patch(scope_t *scope, int patch) in emit_patch() argument 497 pinfo = &scope->patches[patch]; in emit_patch() 510 if (patch == 0) { in emit_patch()
|
| /freebsd-12.1/contrib/wpa/ |
| H A D | CONTRIBUTIONS | 39 The message should contain an inlined patch against the current 42 sending the patch does not corrupt whitespace. If that cannot be fixed 44 patch file than just send a whitespace damaged version in the message 48 everything in a single patch. In other words, please keep cleanup, new 49 features, and bug fixes all in their own patches. Each patch needs a 55 In general, the best way of generating a suitable formatted patch file 57 format-patch. The patch can then be sent, e.g., with git send-email.
|