Searched refs:patches (Results 1 – 25 of 173) sorted by relevance
1234567
/external/libcxx/ |
D | CREDITS.TXT | 13 D: Minor patches and Linux fixes. 21 D: Visibility fixes, minor FreeBSD portability patches. 29 D: Initial Windows patches. 38 D: C++14 support, patches and bug fixes. 42 D: LFTS support, patches and bug fixes. 50 D: Minor patches and bug fixes. 61 D: Minor patches and bug fixes. 73 D: Minor patches to is_convertible. 77 D: Minor patches and Linux fixes. 81 D: Minor patches and musl port. [all …]
|
/external/v8/tools/push-to-trunk/ |
D | releases.py | 134 patches = MatchSafe(MERGE_MESSAGE_RE.search(body)) 135 if not patches: 136 patches = MatchSafe(ROLLBACK_MESSAGE_RE.search(body)) 137 if patches: 139 patches = "-%s" % patches 140 return patches 143 self, git_hash, bleeding_edge_rev, branch, version, patches, cl_body): argument 157 "patches_merged": patches, 176 patches = "" 179 patches = self.GetMergedPatches(body) [all …]
|
/external/libcxxabi/ |
D | CREDITS.TXT | 13 D: Minor patches 26 D: Minor patches and bug fixes. 30 D: Minor patches and fixes 53 D: Minor patches and fixes 58 D: Minor patches and fixes
|
/external/libvncserver/x11vnc/misc/enhanced_tightvnc_viewer/ |
D | build.unix | 23 if [ ! -d ./bin -o ! -d src/patches -o ! -f ./build.unix ]; then 202 cnt=`ls ./src/patches/*.patch | wc -c` 233 patches="../../patches/tight-vncviewer-full.patch" 234 if [ ! -f "$patches" ]; then 235 patches=`ls ../../patches/tight* | grep -v 'tight-vncviewer-full.patch'` 237 for patch in $patches 356 for patch in ../../patches/stunnel*
|
/external/scrypt/ |
D | import_scrypt.sh | 58 if [ ! -d patches ]; then 459 if [ ! "$skip_patch" = "patches/$i" ]; then 461 …1 --merge < ../patches/$i || die "Could not apply patches/$i. Fix source and run: $0 regenerate pa… 490 …echo "NOTE To make sure there are not unwanted changes from conflicting patches, be sure to review…
|
/external/openssh/ |
D | CREDITS | 21 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
|
/external/llvm/lib/Target/X86/ |
D | README-FPStack.txt | 8 http://gcc.gnu.org/ml/gcc-patches/2004-04/msg00659.html 44 http://gcc.gnu.org/ml/gcc-patches/2004-11/msg02410.html 55 http://gcc.gnu.org/ml/gcc-patches/2004-08/msg02006.html 56 http://gcc.gnu.org/ml/gcc-patches/2004-08/msg02011.html
|
/external/libvncserver/x11vnc/misc/enhanced_tightvnc_viewer/src/ |
D | README | 2 In this directory we have source zip/tgz files in zip/, the patches 3 we created in patches/, a temporary build dir (used by build.unix)
|
/external/squashfs-tools/ |
D | ACKNOWLEDGEMENTS | 26 Thanks to Chan Jeong <chan.jeong@lge.com> and LG for the patches to support LZO 39 Peter Korsgaard and others sent patches updating Squashfs to changes in the 40 VFS interface for 2.6.22/2.6.23/2.6.24-rc1. Peter also sent some small patches 54 Junjiro Okajima and Tomas Matejicek have produced some good LZMA patches 67 Squashfs, and provided patches which were the basis for some of the 80 in the Linux VFS interfaces, and provided patches. 127 Don Elwell, Murray Jensen and Cameron Rich, have all sent in patches. Thanks,
|
/external/elfutils/src/ |
D | CONTRIBUTING | 6 The developer mailinglist to send patches to is 10 Please supply patches using git format-patch or using git send-email. 15 procedure for patches based on the procedure used by the Linux kernel
|
D | THANKS | 1 At least the following have submitted valuable patches:
|
/external/libpcap/ |
D | README.hpux | 5 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
|
/external/google-breakpad/src/testing/scripts/ |
D | upload.py | 699 patches = dict() 700 [patches.setdefault(v, k) for k, v in patch_list] 701 for filename in patches.keys(): 703 file_id_str = patches.get(filename) 1151 patches = [] 1170 patches.append((filename, ''.join(diff))) 1177 patches.append((filename, ''.join(diff))) 1178 return patches 1186 patches = SplitPatch(data) 1188 for patch in patches: [all …]
|
/external/google-breakpad/src/testing/gtest/scripts/ |
D | upload.py | 699 patches = dict() 700 [patches.setdefault(v, k) for k, v in patch_list] 701 for filename in patches.keys(): 703 file_id_str = patches.get(filename) 1151 patches = [] 1170 patches.append((filename, ''.join(diff))) 1177 patches.append((filename, ''.join(diff))) 1178 return patches 1186 patches = SplitPatch(data) 1188 for patch in patches: [all …]
|
/external/libedit/ |
D | ChangeLog | 98 * all: apply Apple patches from: 99 http://opensource.apple.com/source/libedit/libedit-11/patches 161 * libedit.pc.in,Makefile.am,configure.ac,patches/extra_dist_list.sh: 228 * patches/cvs_export.sh: strlcat.c and strlcpy.c was moved to 237 * patches/*.patch, configure.ac: define SCCSID, undef LIBC_SCCS. Remove 238 fourteen cosmetic patches.
|
/external/llvm/docs/ |
D | DeveloperPolicy.rst | 31 contributing one-off patches can do so in an informal way by sending them to the 40 always welcome `one-off patches`_ from people who do not routinely contribute to 75 .. _one-off patches: 88 #. Similarly, patches should be submitted soon after they are generated. Old 89 patches may not apply correctly if the underlying code changes between the 102 patches get sent to the project's development list or component of the LLVM bug 119 When submitting patches, please do not add confidentiality or non-disclosure 120 notices to the patches themselves. These notices conflict with the `LLVM 150 larger features. Accepted ways to speed up review times for your patches are: 152 * Review other people's patches. If you help out, everybody will be more [all …]
|
D | HowToReleaseLLVM.rst | 51 merged patches will be fixed. If so a third round of testing is needed. 85 committing patches that might break the build. E.g., new features, large 86 patches for works in progress, an overhaul of the type system, an exciting 111 #. Advise developers that they may now check their patches into the Subversion 341 the time to solve additional and unrelated bugs!* If no patches are merged in, 353 #. During the first round of testing, patches that fix regressions or that are 356 approving patches for the branch. We reserve the right to reject any patch 359 #. During the remaining rounds of testing, only patches that fix critical 362 #. For dot releases all patches must mantain both API and ABI compatibility with
|
D | Phabricator.rst | 9 your patches for Clang and LLVM at `LLVM's Phabricator`_ instance. 34 Phabricator has a tool called *Arcanist* to upload patches from 44 The tool to create and review patches in Phabricator is called 47 Note that you can upload patches created through various diff tools,
|
/external/droiddriver/ |
D | contributing_aosp.md | 25 [Submitting patches to Android](https://source.android.com/source/submit-patches.html) 46 #### Updating patches on Gerrit
|
/external/v8/tools/ |
D | v8-info.sh | 62 -m Print all patches that were merged to the specified V8 branch. 66 -p Print all patches merged to a specific V8 point-release.
|
/external/selinux/libsemanage/ |
D | ChangeLog | 279 * Fix to libsemanage man patches so whatis will work better from Dan Walsh 467 * Merged join prereq and implementation patches from Ivan Gyurdiev. 514 This includes patches to: 537 for internal headers patches from Ivan Gyurdiev. 633 bug, copyright, and assert space patches from Ivan Gyurdiev. 642 move assert_noeof, and order preserving patches from Ivan Gyurdiev. 647 and seusers validation patches from Ivan Gyurdiev. 651 and record bugfix patches from Ivan Gyurdiev. 657 * Merged enable dbase and set relay patches from Ivan Gyurdiev. 660 * Merged query APIs and dbase_file_set patches from Ivan Gyurdiev. [all …]
|
/external/e2fsprogs/util/ |
D | all.exclude | 5 patches
|
D | subset.exclude | 5 patches
|
/external/iproute2/ |
D | .gitignore | 27 patches
|
/external/valgrind/ |
D | LOCAL_PATCHES.txt | 1 This table contains list of local patches to valgrind.
|
1234567