Home
last modified time | relevance | path

Searched refs:patches (Results 1 – 25 of 140) sorted by relevance

123456

/freebsd/contrib/llvm-project/libcxx/
H A DCREDITS.TXT13 D: Minor patches and Linux fixes.
28 D: Visibility fixes, minor FreeBSD portability patches.
44 D: C++14 support, patches and bug fixes.
52 D: Minor patches and bug fixes.
65 D: LFTS support, patches and bug fixes.
84 D: Minor patches and bug fixes.
109 D: Minor patches to is_convertible.
113 D: Minor patches and Linux fixes.
121 D: Minor patches and musl port.
140 D: Minor patches, mostly related to constexpr
[all …]
/freebsd/contrib/llvm-project/lld/ELF/
H A DAArch64ErrataFix.cpp483 InputSectionDescription &isd, std::vector<Patch843419Section *> &patches) { in insertPatches() argument
492 auto patchIt = patches.begin(); in insertPatches()
493 auto patchEnd = patches.end(); in insertPatches()
516 tmp.reserve(isd.sections.size() + patches.size()); in insertPatches()
522 std::merge(isd.sections.begin(), isd.sections.end(), patches.begin(), in insertPatches()
523 patches.end(), std::back_inserter(tmp), mergeCmp); in insertPatches()
533 std::vector<Patch843419Section *> &patches) { in implementPatch() argument
559 patches.push_back(ps); in implementPatch()
578 std::vector<Patch843419Section *> patches; in patchInputSectionDescription() local
601 implementPatch(startAddr, patcheeOffset, isec, patches); in patchInputSectionDescription()
[all …]
H A DARMErrataFix.cpp364 InputSectionDescription &isd, std::vector<Patch657417Section *> &patches) { in insertPatches() argument
375 auto patchIt = patches.begin(); in insertPatches()
376 auto patchEnd = patches.end(); in insertPatches()
397 tmp.reserve(isd.sections.size() + patches.size()); in insertPatches()
403 std::merge(isd.sections.begin(), isd.sections.end(), patches.begin(), in insertPatches()
404 patches.end(), std::back_inserter(tmp), mergeCmp); in insertPatches()
414 std::vector<Patch657417Section *> &patches) { in implementPatch() argument
475 patches.push_back(psec); in implementPatch()
484 std::vector<Patch657417Section *> patches; in patchInputSectionDescription() local
506 implementPatch(sr, isec, patches); in patchInputSectionDescription()
[all …]
H A DAArch64ErrataFix.h33 std::vector<Patch843419Section *> &patches);
H A DARMErrataFix.h33 std::vector<Patch657417Section *> &patches);
/freebsd/contrib/ntp/
H A DREADME.patches23 it will be trivial to apply your patches.
25 Otherwise, it will be much more difficult to apply your patches.
29 If these patches are for a bugzilla issue, mark the issue as Resolved/READY
30 with a comment of "Please pick up the patches in pogo:/wherever"
35 patches for both ntp-stable and ntp-dev.
37 If you cannot easily get your patches to pogo, you may submit patches
H A Dreadme.y2kfixes30 AT&T's intent is to ensure these Y2K patches are freely
35 possible patches will be returned to the current owner(s) of the code.
37 Owners and publishers are free to incorporate appropriate patches,
101 patch -p < *.patches
110 1) Extract the patches into perl-4.036 directory which is top level directory
119 5) run TEST, see the results & apply patches.
H A DREADME.hackers3 See README.patches for information about submitting patches.
H A DREADME.bk7 If you want to submit patches, please see the README.hackers file.
H A DREADME2 Submit patches, bug reports, and enhancement requests via
131 patches Directory containing patches already applied to this
/freebsd/sys/dev/aic7xxx/aicasm/
H A Daicasm.c74 STAILQ_HEAD(patch_list, patch) patches;
124 STAILQ_INIT(&patches); in main()
425 for (cur_patch = STAILQ_FIRST(&patches); in output_code()
429 cur_patch == STAILQ_FIRST(&patches) ? "" : ",\n", in output_code()
493 pinfo = &scope->patches[patch]; in emit_patch()
515 STAILQ_INSERT_TAIL(&patches, new_patch, links); in emit_patch()
595 cur_patch = STAILQ_FIRST(&patches); in output_listing()
804 cur_scope->patches[1].skip_patch = in process_scope()
806 cur_scope->patches[1].skip_instr = in process_scope()
816 cur_scope->patches[0].skip_patch = patch0_patch_skip; in process_scope()
[all …]
/freebsd/contrib/sendmail/contrib/
H A DREADME5 Some of these are patches to sendmail itself. You may need to take
6 care -- some of the patches may be out of date with the latest release
7 of sendmail. Also, the previous comment applies -- patches belong to
/freebsd/sys/contrib/openzfs/contrib/intel_qat/
H A Dreadme.md3 This contrib contains community compatibility patches to get Intel QAT working on the following ker…
8 These patches are based on the following Intel QAT version:
11 When using QAT with above kernels versions, the following patches needs to be applied using:
/freebsd/crypto/openssh/
H A DCREDITS21 Chip Salzenberg <chip@valinux.com> - Assorted patches
30 Darren Hall <dhall@virage.org> - AIX patches
50 Jim Knoble <jmknoble@pobox.com> - Many patches
62 Marc G. Fournier <marc.fournier@acadiau.ca> - Solaris patches
67 Matt Richards <v2matt@btv.ibm.com> - AIX patches
73 Niels Kristian Bech Jensen <nkbj@image.dk> - Assorted patches
79 Phil Hands <phil@hands.com> - Debian scripts, assorted patches
88 Solar Designer <solar@openwall.com> - many patches and technical assistance
/freebsd/contrib/libpcap/doc/
H A DREADME.hpux5 HP-UX patches to fix packet capture problems
64 patches, and then the latest driver patch for the interface(s) in use.
87 > patches, and then the latest driver patch for the interface(s) in
97 (although those patches may not be the ones to install - there may be
98 later patches).
110 up-to-date patches for DLPI and the lan driver(s) used on your system (I
117 is there in the base OS, no patches required.
153 Rick Jones reports that HP-UX 11i needs no patches for outbound
/freebsd/contrib/tzcode/
H A DCONTRIBUTING4 proper procedure for proposing and distributing patches is via
27 for examples of patches that tend to work well.
87 * After reviewing the patch files, send the patches to <tz@iana.org>
/freebsd/sys/contrib/device-tree/Bindings/
H A Dsubmitting-patches.rst4 Submitting Devicetree (DT) binding patches
11 Documentation/process/submitting-patches.rst applies.
14 be a separate patch. The preferred subject prefix for binding patches is::
H A Dindex.rst10 submitting-patches
/freebsd/contrib/tzdata/
H A DCONTRIBUTING4 proper procedure for proposing and distributing patches is via
27 for examples of patches that tend to work well.
87 * After reviewing the patch files, send the patches to <tz@iana.org>
/freebsd/libexec/bootpd/
H A DToDo54 There is a set of patches from Jeanette Pauline Middelink
57 Those patches will be integrated into the BOOTP release stream
/freebsd/sys/contrib/openzfs/
H A DRELEASES.md18 fixes, minor performance improvements, and kernel compatibility patches.
30 not supported. LTS releases will receive patches for at least 2 years.
/freebsd/
H A DCONTRIBUTING.md58 wide-ranging cleanup patches: they are too large and lack the focus needed for a
59 good review. Misdirected patches may be redirected to a more appropriate forum
67 other commit, please go ahead and prepare those patches. However, please avoid just
135 integrate these patches and submit them upstream.
156 `git log --merges` in any subdirectory of these you are submitting patches for
158 upstream is "active" and you should submit your patches there and let the last
/freebsd/contrib/libxo/
H A D.gitignore19 patches*
/freebsd/crypto/
H A DREADME3 from various third party vendors, with FreeBSD patches applied. No
/freebsd/tools/regression/p1003_1b/
H A DREADME11 of patches I'm waiting for approval to commit.

123456