Home
last modified time | relevance | path

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

12345678910>>...14

/freebsd/
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.
64 libfigpar dteske Pre-commit review requested.
73 nvd(4) imp Pre-commit review requested.
74 nvme(4) imp Pre-commit review requested.
78 openssl benl Pre-commit review requested.
80 pci bus imp,jhb Pre-commit review requested.
81 pmcstudy(8) rrs Pre-commit review requested.
[all …]
/freebsd/tools/tools/git/
H A Dgit-arc.sh53 list <commit>|<commit range>
55 stage [-b branch] [<commit>|<commit range>]
56 update [-l] [-m message] [<commit>|<commit range>]
244 commit=$1
272 commit=$1
292 --allow-untracked $BROWSE --head "$commit" "${commit}~"
361 local commit
363 commit=$1
608 commit=false
671 if ! git cherry-pick --no-commit "${commit}"; then
[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/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/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/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/contrib/xz/
H A DChangeLog1 commit 3ec664d3f652133136587a51d4505b1abe1acdd7
11 commit 3cc0aa702e50b786c52c6f3d3f831a635c4df197
20 commit 526d3f7f2c2d5e134157d08b37fb5fd0b125799e
29 commit 660b09279e8f544acf120d29194d5c3051b484eb
38 commit 7d76282dac766c0ced8ae24e0f7ce0005f3e377d
55 commit 4470c3f7d8954bb47b280ec07ad0bd4be2223083
93 commit 33b8a85face5392b5ac843bdbe3a72f024cad6ef
137 commit 09daebd66b55799bbc495b84310a86c91bbfc1c8
160 commit 51ad72dae4e516e9292f6f399bd1e4970b77f7c1
709 It was so here as well before the commit
[all …]
/freebsd/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/sys/contrib/device-tree/Bindings/riscv/
H A Dextensions.yaml369 in commit 2e5236 ("Ztso is now ratified.") of the
375 instructions, as ratified in commit 56ed795 ("Update
381 instructions, as ratified in commit 56ed795 ("Update
399 instructions, as ratified in commit 56ed795 ("Update
423 instructions, as ratified in commit 56ed795 ("Update
429 instructions, as ratified in commit 56ed795 ("Update
447 instructions, as ratified in commit 56ed795 ("Update
459 instructions, as ratified in commit 56ed795 ("Update
465 instructions, as ratified in commit 56ed795 ("Update
471 instructions, as ratified in commit 56ed795 ("Update
[all …]
/freebsd/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/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/contrib/xz/src/liblzma/api/lzma/
H A Dversion.h86 #define LZMA_VERSION_STRING_C_(major, minor, patch, stability, commit) \ argument
87 #major "." #minor "." #patch stability commit
89 #define LZMA_VERSION_STRING_C(major, minor, patch, stability, commit) \ argument
90 LZMA_VERSION_STRING_C_(major, minor, patch, stability, commit)
/freebsd/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/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/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/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/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/lib/libc/stdio/
H A Dvfscanf.c992 char *commit, *p; in parsefloat() local
1011 commit = buf - 1; in parsefloat()
1026 commit = p; in parsefloat()
1060 commit = p; in parsefloat()
1068 commit = p; in parsefloat()
1090 commit = p; in parsefloat()
1102 commit = p; in parsefloat()
1124 commit = p; in parsefloat()
1137 commit = p; in parsefloat()
1152 while (commit < --p) in parsefloat()
[all …]
H A Dvfwscanf.c858 wchar_t *commit, *p; in parsefloat() local
882 commit = buf - 1; in parsefloat()
899 commit = p; in parsefloat()
933 commit = p; in parsefloat()
941 commit = p; in parsefloat()
969 commit = p; in parsefloat()
979 commit = p; in parsefloat()
992 commit = p; in parsefloat()
1006 while (commit < --p) in parsefloat()
1008 *++commit = '\0'; in parsefloat()
[all …]
/freebsd/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

12345678910>>...14