Home
last modified time | relevance | path

Searched refs:patch (Results 1 – 25 of 386) sorted by relevance

12345678910>>...16

/freebsd-10-stable/contrib/ofed/libibverbs/fixes/
Dseries1 verbs_man_page.patch
2 XRC_man_pages.patch
3 XRC_base_implementation.patch
4 XRC_RCV_QP.patch
5 pthread_cond_t_fields.patch
6 rocee_link_layer.patch
7 rocee_kernel_accept_link_layer.patch
8 rocee_get_mac.patch
9 rocee_examples.patch
10 qpt_raw_eth.patch
[all …]
/freebsd-10-stable/contrib/subversion/subversion/libsvn_diff/
Dparse-diff.c62 svn_patch_t *patch; member
94 if (hunk->patch->reverse) in svn_diff_hunk_reset_original_text()
103 if (hunk->patch->reverse) in svn_diff_hunk_reset_modified_text()
112 return hunk->patch->reverse ? hunk->modified_start : hunk->original_start; in svn_diff_hunk_get_original_start()
118 return hunk->patch->reverse ? hunk->modified_length : hunk->original_length; in svn_diff_hunk_get_original_length()
124 return hunk->patch->reverse ? hunk->original_start : hunk->modified_start; in svn_diff_hunk_get_modified_start()
130 return hunk->patch->reverse ? hunk->original_length : hunk->modified_length; in svn_diff_hunk_get_modified_length()
357 hunk->patch->reverse ? in svn_diff_hunk_readline_original_text()
361 hunk->patch->reverse ? '-' : '+', in svn_diff_hunk_readline_original_text()
375 hunk->patch->reverse ? in svn_diff_hunk_readline_modified_text()
[all …]
/freebsd-10-stable/contrib/ofed/libmlx4/fixes/
Dseries1 userspace_dev_lims.patch
2 lim_qp_resources.patch
3 xrc_consolidated_v2.patch
4 xrc_rcv_qp_v2.patch
5 xrc_fix_close_domain.patch
6 xrc_kernel_user_mismatch.patch
7 rocee_add_support.patch
8 add_supported_devices.patch
9 post_rcv_end_of_sg.patch
10 fix_inline_size.patch
/freebsd-10-stable/contrib/subversion/subversion/libsvn_subr/
Dversion.c58 && my_version->patch > lib_version->patch); in svn_ver_compatible()
72 && my_version->patch == lib_version->patch in svn_ver_equal()
101 lib_version->patch, lib_version->tag, in svn_ver_check_list2()
103 my_version->patch, my_version->tag); in svn_ver_check_list2()
248 err = svn_cstring_atoi(&(version->patch), piece); in svn_version__parse_version_string()
256 if (version->major < 0 || version->minor < 0 || version->patch < 0) in svn_version__parse_version_string()
270 int patch) in svn_version__at_least() argument
286 if (version->patch < patch) in svn_version__at_least()
288 if (version->patch > patch) in svn_version__at_least()
/freebsd-10-stable/gnu/usr.bin/grep/
DFREEBSD-upgrade17 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-10-stable/sys/dev/sound/pci/hda/
Dhdaa_patches.c150 const char *patch = NULL; in hdac_pin_patch() local
292 patch = "as=1 seq=15"; in hdac_pin_patch()
295 patch = "as=2 seq=15"; in hdac_pin_patch()
304 patch = "as=1 seq=15"; in hdac_pin_patch()
307 patch = "device=Line-in as=8 seq=1"; in hdac_pin_patch()
313 patch = "as=0"; in hdac_pin_patch()
316 patch = "as=8 seq=3"; in hdac_pin_patch()
319 patch = "as=8 seq=4"; in hdac_pin_patch()
322 patch = "as=8 seq=5"; in hdac_pin_patch()
325 patch = "as=8 seq=6"; in hdac_pin_patch()
[all …]
/freebsd-10-stable/sys/compat/ndis/
Dsubr_hal.c90 image_patch_table *patch; in hal_libinit() local
97 patch = hal_functbl; in hal_libinit()
98 while (patch->ipt_func != NULL) { in hal_libinit()
99 windrv_wrap((funcptr)patch->ipt_func, in hal_libinit()
100 (funcptr *)&patch->ipt_wrap, in hal_libinit()
101 patch->ipt_argcnt, patch->ipt_ftype); in hal_libinit()
102 patch++; in hal_libinit()
111 image_patch_table *patch; in hal_libfini() local
117 patch = hal_functbl; in hal_libfini()
118 while (patch->ipt_func != NULL) { in hal_libfini()
[all …]
Dkern_ndis.c131 image_patch_table *patch; in ndis_modevent() local
142 patch = kernndis_functbl; in ndis_modevent()
143 while (patch->ipt_func != NULL) { in ndis_modevent()
144 windrv_wrap((funcptr)patch->ipt_func, in ndis_modevent()
145 (funcptr *)&patch->ipt_wrap, in ndis_modevent()
146 patch->ipt_argcnt, patch->ipt_ftype); in ndis_modevent()
147 patch++; in ndis_modevent()
161 patch = kernndis_functbl; in ndis_modevent()
162 while (patch->ipt_func != NULL) { in ndis_modevent()
163 windrv_unwrap(patch->ipt_wrap); in ndis_modevent()
[all …]
/freebsd-10-stable/contrib/file/magic/Magdir/
Dxdelta6 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-10-stable/contrib/diff/doc/
Ddiff.texi15 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-10-stable/crypto/openssl/
DCONTRIBUTING14 The best way to submit a patch is to make a pull request on GitHub.
16 If you think the patch could use feedback from the community, please
20 Please include the word "PATCH" and an explanation of what the patch
22 format-patch" output. For example to provide a patch file containing the
25 % git format-patch --stdout HEAD^ >mydiffs.patch
27 Another method of creating an acceptable patch file without using git is as
34 % diff -ur openssl-orig openssl-work >mydiffs.patch
40 No matter how a patch is submitted, the following items will help make
60 commits. You will be asked to remove them before a patch is considered
/freebsd-10-stable/contrib/xz/src/liblzma/api/lzma/
Dversion.h76 #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-10-stable/contrib/subversion/subversion/include/private/
Dsvn_dep_compat.h109 #define SERF_VERSION_AT_LEAST(major,minor,patch) \ argument
113 (patch) <= SERF_PATCH_VERSION))
155 #define SQLITE_VERSION_AT_LEAST(major,minor,patch) \ argument
156 ((major*1000000 + minor*1000 + patch) <= SVN_SQLITE_MIN_VERSION_NUMBER)
/freebsd-10-stable/contrib/libyaml/tests/
Dtest-version.c16 int patch = -1; in main() local
19 yaml_get_version(&major, &minor, &patch); in main()
20 sprintf(buf, "%d.%d.%d", major, minor, patch); in main()
/freebsd-10-stable/contrib/gdb/gdb/
DCONTRIBUTE59 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-10-stable/contrib/apr/include/
Dapr_version.h86 #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-10-stable/cddl/contrib/dtracetoolkit/Perl/
DReadme4 of Perl to be built with the DTrace probes patch applied.
8 with Richard's patch to perl, which can be found in the comments on
16 2. Download Richard's patch
17 3. Apply Richard's patch (gpatch -p1 -i patchfile)
/freebsd-10-stable/contrib/subversion/subversion/libsvn_client/
Dpatch.c942 choose_target_filename(const svn_patch_t *patch) in choose_target_filename() argument
947 if (strcmp(patch->old_filename, "/dev/null") == 0) in choose_target_filename()
948 return patch->new_filename; in choose_target_filename()
949 if (strcmp(patch->new_filename, "/dev/null") == 0) in choose_target_filename()
950 return patch->old_filename; in choose_target_filename()
955 if (patch->operation == svn_diff_op_moved) in choose_target_filename()
956 return patch->old_filename; in choose_target_filename()
958 old = svn_path_component_count(patch->old_filename); in choose_target_filename()
959 new = svn_path_component_count(patch->new_filename); in choose_target_filename()
963 old = strlen(svn_dirent_basename(patch->old_filename, NULL)); in choose_target_filename()
[all …]
/freebsd-10-stable/share/misc/
Dbsd-family-tree504 NetBSD 1.2.1 1997-05-20 [NBD] (patch release)
510 NetBSD 1.3.1 1998-03-09 [NBD] (patch release)
513 NetBSD 1.3.2 1998-05-29 [NBD] (patch release)
523 NetBSD 1.3.3 1998-12-23 [NBD] (patch release)
529 NetBSD 1.4.1 1999-08-26 [NBD] (patch release)
535 NetBSD 1.4.2 2000-03-19 [NBD] (patch release)
540 FreeBSD 4.1.1 2000-09-25 [FBD] (a network-only patch release)
542 NetBSD 1.4.3 2000-11-25 [NBD] (patch release)
549 NetBSD 1.5.1 2001-07-11 [NBD] (patch release)
550 NetBSD 1.5.2 2001-09-13 [NBD] (patch release)
[all …]
/freebsd-10-stable/contrib/ntp/
DREADME.patches7 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-10-stable/contrib/tzdata/
DCONTRIBUTING17 '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 tz@iana.org
/freebsd-10-stable/usr.bin/patch/
DMakefile4 PROG= patch
6 SRCS= backupfile.c inp.c mkpath.c patch.c pch.c util.c
/freebsd-10-stable/contrib/sendmail/contrib/
Dmh.patch4 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-10-stable/crypto/openssl/util/
Dpod2man.pl292 ($version,$patch) = `$perl -e 'print $]'` =~ /^(\d\.\d{3})(\d{2})?/ if $perl;
295 ($version,$patch) = $] =~ /^(.{5})(\d{2})?/ unless $version;
297 $DEF_RELEASE .= ", patch $patch" if $patch;
/freebsd-10-stable/contrib/libreadline/
DFREEBSD-upgrade3 # Official patch 001 imported as v5_2_p1
4 # Official patch 002 imported as v5_2_p2

12345678910>>...16