| /freebsd-12.1/ |
| H A D | MAINTAINERS | 33 makes a commit to the specified subtree. 43 contrib/llvm dim Pre-commit review preferred. 53 fusefs(5) asomers Pre-commit review requested. 61 libfigpar dteske Pre-commit review requested. 70 nvd(4) jimharris Pre-commit review requested. 77 pci bus imp,jhb Pre-commit review requested. 78 pmcstudy(8) rrs Pre-commit review requested. 91 stand/lua kevans Pre-commit review requested 104 top(1) eadler Pre-commit review requested. 111 iscsi(4) trasz Pre-commit review recommended. [all …]
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/Edit/ |
| H A D | RewriteObjCFoundationAPI.cpp | 394 commit.replace(MsgRange, "@[]"); in rewriteToArrayLiteral() 420 commit.replace(MsgRange, "@[]"); in rewriteToArrayLiteral() 498 commit.replace(MsgRange, "@{}"); in rewriteToDictionaryLiteral() 534 commit.replace(MsgRange, "@{}"); in rewriteToDictionaryLiteral() 583 objectifyExpr(Vals[i], commit); in rewriteToDictionaryLiteral() 584 objectifyExpr(Keys[i], commit); in rewriteToDictionaryLiteral() 870 commit.insert(LitB, "@"); in rewriteToNumberLiteral() 873 commit.insert(LitE, ".0"); in rewriteToNumberLiteral() 877 commit.insert(LitE, LitInfo.F); in rewriteToNumberLiteral() 880 commit.insert(LitE, LitInfo.U); in rewriteToNumberLiteral() [all …]
|
| /freebsd-12.1/crypto/openssh/ |
| H A D | ChangeLog | 2919 upstream commit 2930 upstream commit 2941 upstream commit 2952 upstream commit 2964 upstream commit 2976 upstream commit 2987 upstream commit 3103 upstream commit 3114 upstream commit 3126 upstream commit [all …]
|
| /freebsd-12.1/tools/tools/git/ |
| H A D | importgit | 53 unset git_repo range commit dry_run 125 $GIT log --format=%H $range | tail -r | while read -r commit 127 echo "Applying `$GIT show -s --oneline $commit`" 129 if [ -n "$($GIT show --diff-filter=CDRTUXB $commit)" ] 134 if [ "$($GIT show -s --format=%P $commit | wc -w)" -ne 1 ] 140 ${commit}~..$commit | while read -r newfile 161 $GIT show $commit | patch -p 1 -s || \ 165 ${commit}~..$commit | while read -r newfile 179 $GIT show -s --format='%B' $commit | svn commit -F - || \
|
| H A D | arcgit | 57 local commit phab_id arc_dir 59 commit=$1 63 echo "Create review for '`git show $commit -s --oneline`'" 70 git checkout $commit > /dev/null || error "Could not checkout $commit" 91 headline="$(git show $commit -s --format=%s)" 103 cat - <<EOF | git commit --allow-empty -F - 200 git log --format=%H $range | tail -r | while read -r commit 202 create_review $commit < /dev/null
|
| H A D | HOWTO | 12 1. Create a series of commits in git. Each commit will be a separate review, so 13 try to make each commit as self-contained as possible. The series of commits 15 one commit might refactor existing code to expose a new API without changing 24 bug fix into the commit that introduced it, so that the bug is never 27 The commit headline and commit message will be imported verbatim into 28 Differential, so try to give each commit a meaningful commit message that 34 C1 should be the first commit that you want reviewed, and C2 should be the 35 last commit that you want reviewed. You may add multiple reviewers by 53 $ git commit --fixup HEAD 88 main commit: [all …]
|
| /freebsd-12.1/sys/contrib/zstd/tests/ |
| H A D | test-zstd-speed.py | 117 def git_get_changes(branch, commit, last_commit): argument 120 commits = execute('git log -n 10 %s %s' % (fmt, commit)) 129 commit = None 137 commit = words[1] 145 return commit, csize, cspeed, dspeed 191 def update_config_file(branch, commit): argument 198 outfile.write(commit) 214 version = local_branch.rpartition('-')[2] + '_' + commit 343 commit = "" variable 356 last_commit = update_config_file(branch, commit) [all …]
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/ARCMigrate/ |
| H A D | ObjCMT.cpp | 885 Editor->commit(commit); in migrateProtocolConformance() 951 Editor->commit(commit); in migrateNSEnumDecl() 1229 Editor->commit(commit); in migrateProperty() 1243 Editor->commit(commit); in migrateProperty() 1263 Editor->commit(commit); in migrateNsReturnsInnerPointer() 1275 Editor->commit(commit); in migratePropertyNsReturnsInnerPointer() 1415 Editor->commit(commit); in AnnotateImplicitBridging() 1478 Editor->commit(commit); in AddCFAnnotations() 1646 Editor->commit(commit); in migrateAddMethodAnnotation() 1744 Editor->commit(commit); in InsertFoundation() [all …]
|
| /freebsd-12.1/contrib/xz/ |
| H A D | ChangeLog | 1 commit b5be61cc06088bb07f488f9baf7d447ff47b37c1 11 commit c47fa6d06745bb2e99866e76b81ac7a9c5a8bfec 20 commit 7b350fe21aa4fd6495a3b6188a40e3f1ae7c0edf 29 commit 5801591162a280aa52d156dfde42c531ec7fd8b6 38 commit c4a616f4536146f8906e1b4412eefeec07b28fae 50 commit 0b8947782ff3c5ef830a7f85412e44dcf3cdeb77 64 commit 48f3b9f73ffea7f55d5678997aba0e79d2e82168 73 commit a3ce3e902342be37c626a561ce3d9ffcf27d0f94 84 commit 4505ca483985f88c6923c05a43b4327feaab83b1 93 commit 1ef3cc226e3ce173575c218238b71a4eecabc470 [all …]
|
| /freebsd-12.1/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/speculation/ |
| H A D | err.D_COMM_COMM.DisjointCommit.d | 43 self->commit = 0; 80 commit(var1); 81 commit(var2); 82 self->commit++; 86 /self->commit/ 93 /!self->commit/
|
| H A D | tst.SpeculationCommit.d | 45 self->commit = 0; 59 commit(self->var); 60 self->commit++; 64 /(1 == self->commit)/ 71 /(0 == self->commit)/
|
| H A D | tst.CommitAfterDiscard.d | 44 self->commit = 0; 64 commit(var1); 65 self->commit++; 69 /self->commit/ 77 /!self->commit/
|
| H A D | tst.DiscardAftCommit.d | 43 self->commit = 0; 61 commit(var1); 62 self->commit++;
|
| /freebsd-12.1/contrib/jemalloc/src/ |
| H A D | pages.c | 60 *commit = true; in os_pages_map() 77 int prot = *commit ? PAGES_PROT_COMMIT : PAGES_PROT_DECOMMIT; in os_pages_map() 100 bool *commit) { in os_pages_trim() argument 106 void *new_addr = os_pages_map(ret, size, PAGE, commit); in os_pages_trim() 155 pages_map_slow(size_t size, size_t alignment, bool *commit) { in pages_map_slow() argument 170 ret = os_pages_trim(pages, alloc_size, leadsize, size, commit); in pages_map_slow() 197 void *ret = os_pages_map(addr, size, os_page, commit); in pages_map() 204 return pages_map_slow(size, alignment, commit); in pages_map() 220 pages_commit_impl(void *addr, size_t size, bool commit) { in pages_commit_impl() argument 229 return (commit ? (addr != VirtualAlloc(addr, size, MEM_COMMIT, in pages_commit_impl() [all …]
|
| H A D | extent_mmap.c | 23 bool *commit) { in extent_alloc_mmap() argument 25 PAGE), commit); in extent_alloc_mmap() 30 if (*commit) { in extent_alloc_mmap()
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/Frontend/Rewrite/ |
| H A D | FixItRewriter.cpp | 153 edit::Commit commit(Editor); in HandleDiagnostic() local 160 commit.insertFromRange(Hint.RemoveRange.getBegin(), in HandleDiagnostic() 164 commit.remove(Hint.RemoveRange); in HandleDiagnostic() 168 commit.replace(Hint.RemoveRange, Hint.CodeToInsert); in HandleDiagnostic() 170 commit.insert(Hint.RemoveRange.getBegin(), Hint.CodeToInsert, in HandleDiagnostic() 174 bool CanRewrite = Info.getNumFixItHints() > 0 && commit.isCommitable(); in HandleDiagnostic() 188 if (!Editor.commit(commit)) { in HandleDiagnostic()
|
| /freebsd-12.1/contrib/llvm/lib/DebugInfo/PDB/Native/ |
| H A D | PDBFileBuilder.cpp | 241 cantFail(InjectedSourceTable.commit(Writer)); in commitSrcHeaderBlock() 265 Error PDBFileBuilder::commit(StringRef Filename, codeview::GUID *Guid) { in commit() function in PDBFileBuilder 272 Msf->commit(Filename, Layout); in commit() 284 if (auto EC = Strings.commit(NSWriter)) in commit() 299 if (auto EC = Info->commit(Layout, Buffer)) in commit() 304 if (auto EC = Dbi->commit(Layout, Buffer)) in commit() 309 if (auto EC = Tpi->commit(Layout, Buffer)) in commit() 314 if (auto EC = Ipi->commit(Layout, Buffer)) in commit() 319 if (auto EC = Gsi->commit(Layout, Buffer)) in commit() 357 return Buffer.commit(); in commit()
|
| /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/tools/clang/include/clang/Edit/ |
| H A D | Rewriters.h | 27 const NSAPI &NS, Commit &commit); 30 const NSAPI &NS, Commit &commit, 34 const NSAPI &NS, Commit &commit);
|
| /freebsd-12.1/lib/libc/stdio/ |
| H A D | vfwscanf.c | 797 wchar_t *commit, *p; in parsefloat() local 821 commit = buf - 1; in parsefloat() 838 commit = p; in parsefloat() 872 commit = p; in parsefloat() 880 commit = p; in parsefloat() 908 commit = p; in parsefloat() 918 commit = p; in parsefloat() 931 commit = p; in parsefloat() 945 while (commit < --p) in parsefloat() 947 *++commit = '\0'; in parsefloat() [all …]
|
| H A D | vfscanf.c | 929 char *commit, *p; in parsefloat() local 948 commit = buf - 1; in parsefloat() 963 commit = p; in parsefloat() 997 commit = p; in parsefloat() 1005 commit = p; in parsefloat() 1027 commit = p; in parsefloat() 1039 commit = p; in parsefloat() 1061 commit = p; in parsefloat() 1074 commit = p; in parsefloat() 1089 while (commit < --p) in parsefloat() [all …]
|
| /freebsd-12.1/contrib/llvm/tools/llvm-objcopy/ |
| H A D | Buffer.cpp | 30 Error FileBuffer::commit() { return Buf->commit(); } in commit() function in llvm::objcopy::FileBuffer 40 Error MemBuffer::commit() { return Error::success(); } in commit() function in llvm::objcopy::MemBuffer
|
| H A D | Buffer.h | 33 virtual Error commit() = 0; 45 Error commit() override; 56 Error commit() override;
|
| /freebsd-12.1/contrib/llvm/include/llvm/Support/ |
| H A D | BinaryByteStream.h | 125 Error commit() override { return Error::success(); } in commit() function 194 Error commit() override { return Error::success(); } in commit() function 218 Error commit() override { in commit() function 219 if (FileBuffer->commit()) in commit() 260 Error commit() override { return Impl.commit(); } in commit() function
|
| /freebsd-12.1/contrib/llvm/lib/Support/ |
| H A D | BinaryStreamRef.cpp | 61 Error commit() override { return BBS.commit(); } in commit() function in __anon6be959ef0111::MutableArrayRefImpl 131 Error WritableBinaryStreamRef::commit() { return BorrowedImpl->commit(); } in commit() function in WritableBinaryStreamRef
|