| /freebsd-13.1/ |
| H A D | MAINTAINERS | 33 makes a commit to the specified subtree. 57 fusefs(5) asomers Pre-commit review requested. 59 isci(4) jimharris Pre-commit review requested. 65 libfigpar dteske Pre-commit review requested. 74 nvd(4) jimharris Pre-commit review requested. 81 pci bus imp,jhb Pre-commit review requested. 82 pmcstudy(8) rrs Pre-commit review requested. 98 stand/lua kevans Pre-commit review requested 119 top(1) eadler Pre-commit review requested. 131 iscsi(4) trasz Pre-commit review recommended. [all …]
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/Edit/ |
| H A D | RewriteObjCFoundationAPI.cpp | 393 commit.replace(MsgRange, "@[]"); in rewriteToArrayLiteral() 419 commit.replace(MsgRange, "@[]"); in rewriteToArrayLiteral() 497 commit.replace(MsgRange, "@{}"); in rewriteToDictionaryLiteral() 533 commit.replace(MsgRange, "@{}"); in rewriteToDictionaryLiteral() 582 objectifyExpr(Vals[i], commit); in rewriteToDictionaryLiteral() 583 objectifyExpr(Keys[i], commit); in rewriteToDictionaryLiteral() 869 commit.insert(LitB, "@"); in rewriteToNumberLiteral() 872 commit.insert(LitE, ".0"); in rewriteToNumberLiteral() 876 commit.insert(LitE, LitInfo.F); in rewriteToNumberLiteral() 879 commit.insert(LitE, LitInfo.U); in rewriteToNumberLiteral() [all …]
|
| /freebsd-13.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-13.1/crypto/openssh/ |
| H A D | ChangeLog | 1 commit bf944e3794eff5413f2df1ef37cddf96918c6bde 7 commit 8c5b5655149bd76ea21026d7fe73ab387dbc3bc7 12302 upstream commit 12313 upstream commit 12325 upstream commit 12337 upstream commit 12348 upstream commit 12360 upstream commit 12370 upstream commit 12390 upstream commit [all …]
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/ARCMigrate/ |
| H A D | ObjCMT.cpp | 886 Editor->commit(commit); in migrateProtocolConformance() 952 Editor->commit(commit); in migrateNSEnumDecl() 1230 Editor->commit(commit); in migrateProperty() 1244 Editor->commit(commit); in migrateProperty() 1264 Editor->commit(commit); in migrateNsReturnsInnerPointer() 1276 Editor->commit(commit); in migratePropertyNsReturnsInnerPointer() 1416 Editor->commit(commit); in AnnotateImplicitBridging() 1479 Editor->commit(commit); in AddCFAnnotations() 1646 Editor->commit(commit); in migrateAddMethodAnnotation() 1742 Editor->commit(commit); in InsertFoundation() [all …]
|
| /freebsd-13.1/contrib/xz/ |
| H A D | ChangeLog | 1 commit 2327a461e1afce862c22269b80d3517801103c1b 11 commit 3be82d2f7dc882258caf0f0a69214e5916b2bdda 20 commit ab3e57539c7337f0653b13b75dbc5d03ade9700e 32 commit 3a6f38309dc5d44d8a63ebb337b6b2028561c93e 41 commit 9cc0901798217e258e91c13cf6fda7ad42ba108c 50 commit cc163574249f6a4a66f3dc09d6fe5a71bee24fab 59 commit ca261994edc3f2d03d5589c037171c63471ee9dc 72 commit 51cd5d051fc730d61411dee292e863582784e189 81 commit 69d694e5f1beae2bbfa3b6c348ec0ec5f14b5cd0 90 commit 2c3b1bb80a3ca7e09728fe4d7a1d8648a5cb9bca [all …]
|
| /freebsd-13.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-13.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 190 *commit = true; in pages_map() 193 int prot = *commit ? PAGES_PROT_COMMIT : PAGES_PROT_DECOMMIT; in pages_map() 226 void *ret = os_pages_map(addr, size, os_page, commit); in pages_map() 233 return pages_map_slow(size, alignment, commit); in pages_map() 249 pages_commit_impl(void *addr, size_t size, bool commit) { in pages_commit_impl() argument [all …]
|
| H A D | extent_mmap.c | 23 bool *commit) { in extent_alloc_mmap() argument 25 void *ret = pages_map(new_addr, size, alignment, commit); in extent_alloc_mmap() 30 if (*commit) { in extent_alloc_mmap()
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/Frontend/Rewrite/ |
| H A D | FixItRewriter.cpp | 154 edit::Commit commit(Editor); in HandleDiagnostic() local 161 commit.insertFromRange(Hint.RemoveRange.getBegin(), in HandleDiagnostic() 165 commit.remove(Hint.RemoveRange); in HandleDiagnostic() 169 commit.replace(Hint.RemoveRange, Hint.CodeToInsert); in HandleDiagnostic() 171 commit.insert(Hint.RemoveRange.getBegin(), Hint.CodeToInsert, in HandleDiagnostic() 175 bool CanRewrite = Info.getNumFixItHints() > 0 && commit.isCommitable(); in HandleDiagnostic() 189 if (!Editor.commit(commit)) { in HandleDiagnostic()
|
| /freebsd-13.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-13.1/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/ |
| H A D | PDBFileBuilder.cpp | 238 cantFail(InjectedSourceTable.commit(Writer)); in commitSrcHeaderBlock() 262 Error PDBFileBuilder::commit(StringRef Filename, codeview::GUID *Guid) { in commit() function in PDBFileBuilder 269 Msf->commit(Filename, Layout); in commit() 281 if (auto EC = Strings.commit(NSWriter)) in commit() 296 if (auto EC = Info->commit(Layout, Buffer)) in commit() 301 if (auto EC = Dbi->commit(Layout, Buffer)) in commit() 306 if (auto EC = Tpi->commit(Layout, Buffer)) in commit() 311 if (auto EC = Ipi->commit(Layout, Buffer)) in commit() 316 if (auto EC = Gsi->commit(Layout, Buffer)) in commit() 354 return Buffer.commit(); in commit()
|
| /freebsd-13.1/contrib/kyua/store/ |
| H A D | write_transaction_test.cpp | 84 tx.commit(); in do_put_result_ok_test() 117 tx.commit(); in ATF_TEST_CASE_BODY() 141 ATF_REQUIRE_THROW(store::error, tx.commit()); in ATF_TEST_CASE_BODY() 148 tx.commit(); in ATF_TEST_CASE_BODY() 192 tx.commit(); in ATF_TEST_CASE_BODY() 228 tx.commit(); in ATF_TEST_CASE_BODY() 248 tx.commit(); in ATF_TEST_CASE_BODY() 275 tx.commit(); in ATF_TEST_CASE_BODY() 305 tx.commit(); in ATF_TEST_CASE_BODY() 394 tx.commit(); in ATF_TEST_CASE_BODY()
|
| /freebsd-13.1/contrib/llvm-project/clang/include/clang/Edit/ |
| H A D | Rewriters.h | 26 const NSAPI &NS, Commit &commit); 29 const NSAPI &NS, Commit &commit, 33 const NSAPI &NS, Commit &commit);
|
| /freebsd-13.1/contrib/kyua/ |
| H A D | CONTRIBUTING.md | 61 every commit does one (and only one) thing. In particular, commits of the 71 branches. This is required if you need to go through the commit/test cycle 103 * Follow standard Git commit message guidelines. The first line has a maximum 105 the whole commit. Then a blank line comes, and then multiple plain-text 106 paragraphs provide details on the commit if necessary with a maximum length of 107 72-75 characters per line. Vim has syntax highlighting for Git commit 124 * If the fix to the issue can be done *in a single commit*, terminate the commit 126 include a note in `NEWS` about the issue in the same commit. Such fixes can 130 * If the fix to the issue requires *more than one commit*, do **not** include 133 belong in the merge commit onto `master`, which is done by `git merge --no-ff [all …]
|
| /freebsd-13.1/contrib/kyua/utils/sqlite/ |
| H A D | transaction.cpp | 86 commit(void) in commit() function 129 sqlite::transaction::commit(void) in commit() function in sqlite::transaction 131 _pimpl->commit(); in commit()
|
| /freebsd-13.1/lib/libc/stdio/ |
| H A D | vfwscanf.c | 795 wchar_t *commit, *p; in parsefloat() local 819 commit = buf - 1; in parsefloat() 836 commit = p; in parsefloat() 870 commit = p; in parsefloat() 878 commit = p; in parsefloat() 906 commit = p; in parsefloat() 916 commit = p; in parsefloat() 929 commit = p; in parsefloat() 943 while (commit < --p) in parsefloat() 945 *++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-13.1/contrib/llvm-project/llvm/include/llvm/Support/ |
| H A D | BinaryByteStream.h | 124 Error commit() override { return Error::success(); } in commit() function 193 Error commit() override { return Error::success(); } in commit() function 217 Error commit() override { in commit() function 218 if (FileBuffer->commit()) in commit() 259 Error commit() override { return Impl.commit(); } in commit() function
|
| /freebsd-13.1/tools/tools/git/hooks/ |
| H A D | prepare-commit-msg | 12 commit|message) 26 outfile=$(mktemp /tmp/freebsd-git-commit.XXXXXXXX)
|