Home
last modified time | relevance | path

Searched refs:branch (Results 1 – 25 of 293) sorted by relevance

12345678910>>...12

/freebsd/contrib/bmake/unit-tests/
H A Ddirective-elif.mk19 . info This branch is not taken.
26 . info This branch is not taken.
34 . info This branch is not taken.
54 . info This branch is taken.
66 . info This branch is taken.
73 . info This branch is taken.
75 . info This branch is not taken.
84 . info This branch is not taken.
104 . info This branch is not taken.
106 . info This branch is not taken.
[all …]
H A Ddirective-elif.exp2 make: "directive-elif.mk" line 54: This branch is taken.
4 make: "directive-elif.mk" line 66: This branch is taken.
5 make: "directive-elif.mk" line 73: This branch is taken.
8 make: "directive-elif.mk" line 98: This branch is taken because of the .else.
H A Dvar-op-expand.exp2 make: "var-op-expand.mk" line 278: warning: XXX Neither branch should be taken.
4 make: "var-op-expand.mk" line 285: warning: XXX Neither branch should be taken.
/freebsd/lib/libpathconv/
H A Dabs2rel.c43 const char *pp, *bp, *branch; in abs2rel() local
63 branch = path; in abs2rel()
66 branch = pp; in abs2rel()
79 branch = pp; in abs2rel()
84 for (bp = base + (branch - path); *bp; bp++) in abs2rel()
98 if (*branch) { in abs2rel()
99 if (rp + strlen(branch + 1) > endp) in abs2rel()
101 strcpy(rp, branch + 1); in abs2rel()
/freebsd/crypto/openssh/.github/
H A Dci-status.md2 ….svg)](https://github.com/openssh/openssh-portable/actions/workflows/c-cpp.yml?query=branch:master)
3 …ithub.com/openssh/openssh-portable-selfhosted/actions/workflows/selfhosted.yml?query=branch:master)
4 …/github.com/openssh/openssh-portable-selfhosted/actions/workflows/upstream.yml?query=branch:master)
10 …kflows/c-cpp.yml/badge.svg?branch=V_9_4)](https://github.com/openssh/openssh-portable/actions/work…
11 …sted.yml/badge.svg?branch=V_9_4)](https://github.com/openssh/openssh-portable-selfhosted/actions/w…
14 …kflows/c-cpp.yml/badge.svg?branch=V_9_3)](https://github.com/openssh/openssh-portable/actions/work…
15 …sted.yml/badge.svg?branch=V_9_3)](https://github.com/openssh/openssh-portable-selfhosted/actions/w…
/freebsd/sys/contrib/device-tree/scripts/
H A Dcronjob37 for branch in $BRANCHES ; do
38 REF=$(git show-ref --verify refs/heads/${branch})
40 echo "Tree is missing required branch ${branch}, aborting" 1>&2
115 git branch -D "${TESTBRANCH}"
118 for branch in ${BRANCHES} ; do
119 REF=$(git show-ref --verify refs/heads/${branch})
H A Dfilter.sh30 git branch -f $UPSTREAM_REWRITTEN FETCH_HEAD
32 git filter-branch --force \
37 --prune-empty --state-branch refs/heads/filter-state \
40 git branch -f $UPSTREAM_MASTER FETCH_HEAD
/freebsd/sys/arm/arm/
H A Ddisassem.c293 int branch; in disasm() local
399 branch = ((insn << 2) & 0x03ffffff); in disasm()
400 if (branch & 0x02000000) in disasm()
401 branch |= 0xfc000000; in disasm()
402 di->di_printaddr(loc + 8 + branch); in disasm()
406 branch = ((insn << 2) & 0x03ffffff) | in disasm()
408 if (branch & 0x02000000) in disasm()
409 branch |= 0xfc000000; in disasm()
410 di->di_printaddr(loc + 8 + branch); in disasm()
/freebsd/contrib/one-true-awk/
H A DFREEBSD-upgrade8 We also track the bsd-features branch. This is a branch that takes the
14 (1) Create a work tree for the vendor/one-true-awk branch
20 % git branch --show-current
24 (3) Copy that to the vendor branch and push upstream
33 # Sanity check to make sure it looks good. The vendor branch should
36 # vendor branch given the long lag with the old upstream, but no more)
/freebsd/contrib/ntp/
H A DREADME.pullrequests7 The stable branch is the current supported production code branch, the
10 The master branch is for new development, also known as ntp-dev (which
15 on the stable branch, and pull your work into a master copy to allow for
16 publishing your changes in the ntp-dev or master branch.
20 work on a copy of the master branch.
54 i) Create a branch off your own master branch of your local fork.
71 create a pull request on your branch on github. (Read up on
/freebsd/contrib/tzdata/
H A DCONTRIBUTING35 <https://www.iana.org/time-zones> or the main branch of the development
47 * Get current with the main branch.
52 * Switch to a new branch for the changes. Choose a different
53 branch name for each change set.
72 * For each separable change, commit it in the new branch, e.g.:
92 * Start anew by getting current with the main branch again
/freebsd/contrib/tzcode/
H A DCONTRIBUTING35 <https://www.iana.org/time-zones> or the main branch of the development
47 * Get current with the main branch.
52 * Switch to a new branch for the changes. Choose a different
53 branch name for each change set.
72 * For each separable change, commit it in the new branch, e.g.:
92 * Start anew by getting current with the main branch again
/freebsd/contrib/libarchive/
H A DFREEBSD-upgrade7 The git branch for imports is named vendor/libarchive.
22 branch. Never make local changes on the vendor branch.
/freebsd/contrib/xz/
H A DFREEBSD-upgrade5 git clone --branch=v5.0 http://git.tukaani.org/xz.git xz
26 branch (aka HEAD). Never make local changes on the vendor branch.
/freebsd/sys/contrib/zstd/
H A DTESTING.md9 Short tests run on CircleCI for new commits on every branch and pull request.
18 Medium tests run on every commit and pull request to `dev` branch, on TravisCI.
30 Long tests run on all commits to `release` branch,
31 and once a day on the current version of `dev` branch,
/freebsd/contrib/atf/
H A DFREEBSD-upgrade12 and is imported into the atf vendor branch (see base/vendor/atf/).
14 To merge the vendor branch into head do something like this:
25 vendor branch (which is a good justification for importing the verbatim
38 the vendor branch as you easily risk committing build products into the
/freebsd/crypto/openssl/
H A DFREEBSD-upgrade5 main branch in src/freebsd/main, and will store vendor trees under
9 01) Switch to the vendor branch:
29 05) Copy to the vendor branch:
45 At this point the vendor branch can be pushed to the FreeBSD repo via:
53 It is also possible to push the branch and tag together, but use
62 09) Merge from the vendor branch:
74 11) Diff against the vendor branch:
/freebsd/sys/contrib/device-tree/Bindings/clock/
H A Dlpc1850-ccu.txt5 branch clocks are distributed between CCU1 and CCU2.
20 are the branch clock names defined in table below.
35 Which branch clocks that are available on the CCU depends on the
71 /* A user of CCU branch clocks */
/freebsd/tools/build/options/
H A DWITH_BRANCH_PROTECTION1 Build with branch protection enabled.
3 branch target identification instructions on arm64.
/freebsd/contrib/kyua/
H A DCONTRIBUTING.md57 * Always work on a non-master branch.
59 * Make sure the history of your branch is clean. (Ab)use `git rebase -i master`
66 branch is important). Push your branch to GitHub so that Travis CI picks it
72 more than once for any given branch after you have "fixed-up" commits to
77 to achieve if you use one branch per change as requested in this workflow.
97 diff by typing `git diff <your-branch> master`.
121 * Unless you have a good reason to do otherwise, name your branch `issue-N`
131 `Fixes #N.` in any of the individual commit messages of the branch nor include
134 --no-commit your-branch`, followed by an edit of `NEWS`, and terminated with a
/freebsd/tools/tools/git/
H A Dgit-arc.sh55 stage [-b branch] [<commit>|<commit range>]
73 repository. The commits are cherry-picked to a branch (main by
141 List the status of reviews for all the commits in the branch "feature":
634 local author branch commit commits diff reviewers title tmp
636 branch=main
640 branch="$OPTARG"
651 if [ "$branch" = "main" ]; then
654 git checkout -q -b "${branch}" main
H A DHOWTO44 process. First, check out the branch corresponding to the review (arcgit
45 automatically creates this branch for every review that it creates):
55 repository while (ensure that you are still on the review_D1234 branch):
80 branch. For example:
83 $ for branch in review_D1234 review_D1235 review_D1236; do \
84 git merge $branch || git mergetool -y || break; done
109 rebase that changes the commit that you branch from, it becomes much more
/freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DCoreEngine.h462 ExplodedNode *generateNode(ProgramStateRef State, bool branch,
465 const CFGBlock *getTargetBlock(bool branch) const { in getTargetBlock() argument
466 return branch ? DstT : DstF; in getTargetBlock()
469 void markInfeasible(bool branch) { in markInfeasible() argument
470 if (branch) in markInfeasible()
476 bool isFeasible(bool branch) { in isFeasible() argument
477 return branch ? !InFeasibleTrue : !InFeasibleFalse; in isFeasible()
/freebsd/crypto/openssh/
H A DFREEBSD-upgrade5 main branch in src/freebsd/main, and will store vendor trees under
23 05) Copy to a vendor branch:
42 At this point the vendor branch can be pushed to the FreeBSD repo via:
50 It is also possible to push the branch and tag together, but use
59 09) Merge from the vendor branch:
72 11) Diff against the vendor branch:
/freebsd/contrib/pjdfstest/
H A DFREEBSD-upgrade12 and is imported into the pjdfstest vendor branch (see base/vendor/pjdfstest/).
14 To merge the vendor branch into head do something like this:

12345678910>>...12