Home
last modified time | relevance | path

Searched refs:commit (Results 1 – 25 of 320) sorted by relevance

12345678910>>...13

/freebsd-14.2/
H A DMAINTAINERS32 makes a commit to the specified subtree.
37 aio(4) asomers Pre-commit review requested.
42 sbin/ipf cy Pre-commit review requested.
57 fusefs(5) asomers Pre-commit review requested.
65 libfigpar dteske Pre-commit review requested.
74 nvd(4) jimharris Pre-commit review requested.
79 openssl benl 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
[all …]
/freebsd-14.2/contrib/llvm-project/clang/lib/Edit/
H A DRewriteObjCFoundationAPI.cpp394 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-14.2/crypto/openssh/
H A DChangeLog1 commit 86bdd3853f4d32c85e295e6216a2fe0953ad93f0
7 commit 282721418e6465bc39ccfd39bb0133e670ee4423
13 commit 3876a3bbd2ca84d23ba20f8b69ba83270c04ce3a
21 commit 8fc109cc614954a8eb2738c48c0db36a62af9a06
30 commit 26b09b45fec7b88ba09042c09be4157e58e231e2
38 commit a6a740a4948d10a622b505135bb485c10f21db5e
48 commit cd82f7526e0481720567ae41db7849ab1c27e27b
58 commit 2f9d2af5cb19905d87f37d1e11c9f035ac5daf3b
69 commit 9b3f0beb4007a7e01dfedabb429097fb593deae6
332 in last commit
[all …]
/freebsd-14.2/tools/tools/git/
H A Dgit-arc.sh52 create [-l] [-r <reviewer1>[,<reviewer2>...]] [-s subscriber[,...]] [<commit>|<commit range>]
53 list <commit>|<commit range>
55 stage [-b branch] [<commit>|<commit range>]
56 update [-m message] [<commit>|<commit range>]
62 corresponding commit. In particular, commit summaries must be unique across
74 default), review tags are added to the commit log message, and
84 $ git commit -m "kern: Rewrite in Rust"
87 $ git commit --amend
341 if ! git cat-file -e "${chash}"'^{commit}' >/dev/null 2>&1; then
532 --update "$diff" --head "$commit" "${commit}~"
[all …]
H A Darcgit56 local commit phab_id arc_dir
58 commit=$1
62 echo "Create review for '`git show $commit -s --oneline`'"
69 git checkout $commit > /dev/null || error "Could not checkout $commit"
90 headline="$(git show $commit -s --format=%s)"
102 cat - <<EOF | git commit --allow-empty -F -
199 git log --format=%H $range | tail -r | while read -r commit
201 create_review $commit < /dev/null
H A DHOWTO11 1. Create a series of commits in git. Each commit will be a separate review, so
12 try to make each commit as self-contained as possible. The series of commits
14 one commit might refactor existing code to expose a new API without changing
15 any current functionality. A subsequent commit could then introduce your new
23 bug fix into the commit that introduced it, so that the bug is never
26 The commit headline and commit message will be imported verbatim into
27 Differential, so try to give each commit a meaningful commit message that
33 C1 should be the first commit that you want reviewed, and C2 should be the
34 last commit that you want reviewed. You may add multiple reviewers by
52 $ git commit --fixup HEAD
[all …]
/freebsd-14.2/contrib/llvm-project/clang/lib/ARCMigrate/
H A DObjCMT.cpp882 Editor->commit(commit); in migrateProtocolConformance()
948 Editor->commit(commit); in migrateNSEnumDecl()
1226 Editor->commit(commit); in migrateProperty()
1240 Editor->commit(commit); in migrateProperty()
1260 Editor->commit(commit); in migrateNsReturnsInnerPointer()
1272 Editor->commit(commit); in migratePropertyNsReturnsInnerPointer()
1409 Editor->commit(commit); in AnnotateImplicitBridging()
1472 Editor->commit(commit); in AddCFAnnotations()
1639 Editor->commit(commit); in migrateAddMethodAnnotation()
1735 Editor->commit(commit); in InsertFoundation()
[all …]
/freebsd-14.2/contrib/xz/
H A DChangeLog1 commit 49053c0a649f4c8bd2b8d97ce915f401fbc0f3d9
11 commit 84c0cfc556287628df871703672879e530d0391f
20 commit d90ed84db9770712e2421e170076b43bda9b64a7
40 commit 9b1268538b0b2c6c0a121f95165de65fc71ad23c
49 commit 068ee436f4a8a706125ef43e8228b30001b1554e
58 commit 6cdf0a7b7974baf58c1fd20ec3278f3b84ae56e5
67 commit 33daad3961a4f07f3902b40f13e823e6e43e85da
82 commit 6961a5ac7df178bfc2b7a181c40575847bc3035f
4981 described in this commit.
8083 To workaround this, this commit adds
[all …]
/freebsd-14.2/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/speculation/
H A Derr.D_COMM_COMM.DisjointCommit.d43 self->commit = 0;
80 commit(var1);
81 commit(var2);
82 self->commit++;
86 /self->commit/
93 /!self->commit/
H A Dtst.SpeculationCommit.d45 self->commit = 0;
59 commit(self->var);
60 self->commit++;
64 /(1 == self->commit)/
71 /(0 == self->commit)/
H A Dtst.CommitAfterDiscard.d44 self->commit = 0;
64 commit(var1);
65 self->commit++;
69 /self->commit/
77 /!self->commit/
H A Dtst.DiscardAftCommit.d43 self->commit = 0;
61 commit(var1);
62 self->commit++;
/freebsd-14.2/contrib/jemalloc/src/
H A Dpages.c62 *commit = true; in os_pages_map()
79 int prot = *commit ? PAGES_PROT_COMMIT : PAGES_PROT_DECOMMIT; in os_pages_map()
102 bool *commit) { in os_pages_trim() argument
108 void *new_addr = os_pages_map(ret, size, PAGE, commit); in os_pages_trim()
157 pages_map_slow(size_t size, size_t alignment, bool *commit) { in pages_map_slow() argument
192 *commit = true; in pages_map()
195 int prot = *commit ? PAGES_PROT_COMMIT : PAGES_PROT_DECOMMIT; in pages_map()
228 void *ret = os_pages_map(addr, size, os_page, commit); in pages_map()
235 return pages_map_slow(size, alignment, commit); in pages_map()
251 pages_commit_impl(void *addr, size_t size, bool commit) { in pages_commit_impl() argument
[all …]
H A Dextent_mmap.c23 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-14.2/contrib/llvm-project/clang/lib/Frontend/Rewrite/
H A DFixItRewriter.cpp155 edit::Commit commit(Editor); in HandleDiagnostic() local
162 commit.insertFromRange(Hint.RemoveRange.getBegin(), in HandleDiagnostic()
166 commit.remove(Hint.RemoveRange); in HandleDiagnostic()
170 commit.replace(Hint.RemoveRange, Hint.CodeToInsert); in HandleDiagnostic()
172 commit.insert(Hint.RemoveRange.getBegin(), Hint.CodeToInsert, in HandleDiagnostic()
176 bool CanRewrite = Info.getNumFixItHints() > 0 && commit.isCommitable(); in HandleDiagnostic()
190 if (!Editor.commit(commit)) { in HandleDiagnostic()
/freebsd-14.2/contrib/xz/src/liblzma/api/lzma/
H A Dversion.h87 #define LZMA_VERSION_STRING_C_(major, minor, patch, stability, commit) \ argument
88 #major "." #minor "." #patch stability commit
90 #define LZMA_VERSION_STRING_C(major, minor, patch, stability, commit) \ argument
91 LZMA_VERSION_STRING_C_(major, minor, patch, stability, commit)
/freebsd-14.2/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/
H A DPDBFileBuilder.cpp249 cantFail(InjectedSourceTable.commit(Writer)); in commitSrcHeaderBlock()
274 Error PDBFileBuilder::commit(StringRef Filename, codeview::GUID *Guid) { in commit() function in PDBFileBuilder
281 Msf->commit(Filename, Layout); in commit()
293 if (auto EC = Strings.commit(NSWriter)) in commit()
311 if (auto EC = Info->commit(Layout, Buffer)) in commit()
316 if (auto EC = Dbi->commit(Layout, Buffer)) in commit()
321 if (auto EC = Tpi->commit(Layout, Buffer)) in commit()
326 if (auto EC = Ipi->commit(Layout, Buffer)) in commit()
331 if (auto EC = Gsi->commit(Layout, Buffer)) in commit()
371 return Buffer.commit(); in commit()
/freebsd-14.2/contrib/kyua/store/
H A Dwrite_transaction_test.cpp84 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-14.2/contrib/llvm-project/clang/include/clang/Edit/
H A DRewriters.h26 const NSAPI &NS, Commit &commit);
29 const NSAPI &NS, Commit &commit,
33 const NSAPI &NS, Commit &commit);
/freebsd-14.2/contrib/kyua/
H A DCONTRIBUTING.md61 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-14.2/contrib/kyua/utils/sqlite/
H A Dtransaction.cpp86 commit(void) in commit() function
129 sqlite::transaction::commit(void) in commit() function in sqlite::transaction
131 _pimpl->commit(); in commit()
/freebsd-14.2/lib/libc/stdio/
H A Dvfscanf.c995 char *commit, *p; in parsefloat() local
1014 commit = buf - 1; in parsefloat()
1029 commit = p; in parsefloat()
1063 commit = p; in parsefloat()
1071 commit = p; in parsefloat()
1093 commit = p; in parsefloat()
1105 commit = p; in parsefloat()
1127 commit = p; in parsefloat()
1140 commit = p; in parsefloat()
1155 while (commit < --p) in parsefloat()
[all …]
H A Dvfwscanf.c863 wchar_t *commit, *p; in parsefloat() local
887 commit = buf - 1; in parsefloat()
904 commit = p; in parsefloat()
938 commit = p; in parsefloat()
946 commit = p; in parsefloat()
974 commit = p; in parsefloat()
984 commit = p; in parsefloat()
997 commit = p; in parsefloat()
1011 while (commit < --p) in parsefloat()
1013 *++commit = '\0'; in parsefloat()
[all …]
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Support/
H A DBinaryByteStream.h123 Error commit() override { return Error::success(); } in commit() function
191 Error commit() override { return Error::success(); } in commit() function
213 Error commit() override { in commit() function
214 if (FileBuffer->commit()) in commit()
253 Error commit() override { return Impl.commit(); } in commit() function
/freebsd-14.2/.github/PULL_REQUEST_TEMPLATE/
H A Dpull_request_template.md1 Please include this information, either here or in your commit messages for the
8 Approved by: <If you needed approval for this commit.>
10 Fixes: <Short hash and title line of commit fixed by this change>

12345678910>>...13