Searched refs:git (Results 1 - 21 of 21) sorted by relevance

/freebsd-10.0-release/contrib/ofed/libsdp/
H A Dchangelog_from_git.sh3 git log --pretty=format:"%ai %an <%ae>%n * %h %s%n"
/freebsd-10.0-release/contrib/dtc/scripts/
H A Dsetlocalversion11 # Check for git and a git repo.
12 if head=`git rev-parse --verify HEAD 2>/dev/null`; then
14 if git name-rev --tags HEAD | grep -E '^HEAD[[:space:]]+(.*~[0-9]*|undefined)$' > /dev/null; then
19 if git diff-index HEAD | read dummy; then
/freebsd-10.0-release/contrib/ofed/management/
H A Dgen_chlog.sh19 GIT_DIR=`git rev-parse --git-dir 2>/dev/null`
36 for tag in `git tag -l ${target}-'*'` ; do
37 obj=`git cat-file tag $tag | awk '/^object /{print $2}'`
38 base=`git merge-base $obj HEAD`
53 log_out=`git log $ver -- $target`
61 git log --no-merges "${format}" $ver -- $target
H A Dgen_ver.sh5 # git revision abbreviation in the case if sub-project HEAD is different
25 git diff --quiet $package-$version..HEAD -- $package > /dev/null 2>&1
27 abbr=`git rev-parse --short --verify HEAD 2>/dev/null`
33 git diff-index --quiet HEAD -- $package > /dev/null 2>&1
H A Dmake.dist11 echo "be named <component>-git.tar.gz and will overwrite existing tarballs."
14 echo "the script will add a new set of symbolic tags to the git repo"
26 echo "checking out the git tag and know with certainty that it is the same"
37 echo "it will however show you the git branch output so you can confirm it"
40 echo " In addition to just tagging the git repo, whenever creating a release"
43 echo "simple git annotated tag. If you pass signed as the argument, the"
44 echo "git tag operation will use your default signing key to sign the tag."
45 echo "Or you can pass an actual gpg key id in hex format and git will sign"
59 git diff-index --quiet HEAD -- $package > /dev/null 2>&1
66 git branc
[all...]
/freebsd-10.0-release/contrib/jemalloc/
H A DFREEBSD-upgrade9 # - devel/git
55 workname="jemalloc.git"
63 git clone git://canonware.com/jemalloc.git ${work}
69 git checkout ${rev}
83 (cd ${work}; git add -A; git diff --cached) > FREEBSD-diffs
/freebsd-10.0-release/sys/contrib/ngatm/netnatm/msg/
H A Dmsg.def52 git UNI_NUM_IE_GIT
105 git UNI_NUM_IE_GIT
147 git UNI_NUM_IE_GIT
165 git UNI_NUM_IE_GIT !pnni
207 git UNI_NUM_IE_GIT
324 git UNI_NUM_IE_GIT
352 git UNI_NUM_IE_GIT
372 git UNI_NUM_IE_GIT
391 git UNI_NUM_IE_GIT
412 git UNI_NUM_IE_GI
[all...]
H A Duni_msg.h14 struct uni_ie_git git[UNI_NUM_IE_GIT]; member in struct:uni_alerting
38 struct uni_ie_git git[UNI_NUM_IE_GIT]; member in struct:uni_connect
60 struct uni_ie_git git[UNI_NUM_IE_GIT]; member in struct:uni_release
70 struct uni_ie_git git[UNI_NUM_IE_GIT]; member in struct:uni_release_compl
98 struct uni_ie_git git[UNI_NUM_IE_GIT]; member in struct:uni_setup
166 struct uni_ie_git git[UNI_NUM_IE_GIT]; member in struct:uni_add_party
185 struct uni_ie_git git[UNI_NUM_IE_GIT]; member in struct:uni_add_party_ack
195 struct uni_ie_git git[UNI_NUM_IE_GIT]; member in struct:uni_party_alerting
204 struct uni_ie_git git[UNI_NUM_IE_GIT]; member in struct:uni_add_party_rej
215 struct uni_ie_git git[UNI_NUM_IE_GI member in struct:uni_drop_party
224 struct uni_ie_git git[UNI_NUM_IE_GIT]; member in struct:uni_drop_party_ack
276 struct uni_ie_git git[UNI_NUM_IE_GIT]; member in struct:uni_modify_req
285 struct uni_ie_git git[UNI_NUM_IE_GIT]; member in struct:uni_modify_ack
293 struct uni_ie_git git[UNI_NUM_IE_GIT]; member in struct:uni_modify_rej
300 struct uni_ie_git git[UNI_NUM_IE_GIT]; member in struct:uni_conn_avail
[all...]
H A Duni_msg.c32 if(msg->git[i].h.present & UNI_IE_PRESENT)
33 uni_print_ie_internal(UNI_IE_GIT, (union uni_ieall *)&msg->git[i], cx);
55 ret |= uni_check_ie(UNI_IE_GIT, (union uni_ieall *)&m->git[i], cx);
89 if((p->git[i].h.present & UNI_IE_PRESENT) &&
90 uni_encode_ie(UNI_IE_GIT, msg, (union uni_ieall *)&p->git[i], cx))
145 if (!IE_ISPRESENT(out->git[i])) {
146 out->git[i].h = *hdr;
149 if(uni_decode_ie_body(UNI_IE_GIT, (union uni_ieall *)&out->git[i], msg, ielen, cx))
332 if(msg->git[i].h.present & UNI_IE_PRESENT)
333 uni_print_ie_internal(UNI_IE_GIT, (union uni_ieall *)&msg->git[
[all...]
H A Duni_ie.h38 struct uni_ie_git git; member in union:uni_ieall
H A Die.def66 element git 0x7f net 33
H A Duni_ie.c5589 DEF_IE_PRINT(net, git)
5604 if(uni_print_iehdr("git", &ie->h, cx))
5627 DEF_IE_CHECK(net, git)
5659 DEF_IE_ENCODE(net, git)
5663 START_IE(git, UNI_IE_GIT, 1 + ie->numsub * (1 + UNI_GIT_MAXVAL));
5676 DEF_IE_DECODE(net, git)
/freebsd-10.0-release/sys/conf/
H A Dnewvers.sh124 if [ -d "${SYSDIR}/../.git" ] ; then
126 if [ -x "${dir}/git" ] ; then
127 git_cmd="${dir}/git --git-dir=${SYSDIR}/../.git"
142 git=`$git_cmd rev-parse --verify --short HEAD 2>/dev/null`
143 svn=`$git_cmd svn find-rev $git 2>/dev/null`
146 git="=${git}"
148 svn=`$git_cmd log | fgrep 'git
[all...]
/freebsd-10.0-release/sys/contrib/ngatm/netnatm/sig/
H A Dsig_unimsgcpy.c21 if(IE_ISGOOD(src->git[s]))
22 dst->git[d++] = src->git[s];
66 if(IE_ISGOOD(src->git[s]))
67 dst->git[d++] = src->git[s];
108 if(IE_ISGOOD(src->git[s]))
109 dst->git[d++] = src->git[s];
129 if(IE_ISGOOD(src->git[
[all...]
H A Dunimkmsg.h120 if(IE_ISGOOD((U)->u.release_compl.git[_i])) \
121 (DEST)->git[_j++] = \
122 (U)->u.release_compl.git[_i]; \
140 if(IE_ISGOOD((U)->u.drop_party_ack.git[_i])) \
141 (DEST)->git[_j++] = \
142 (U)->u.drop_party_ack.git[_i]; \
156 if(IE_ISGOOD((U)->u.add_party_rej.git[_i])) \
157 (DEST)->git[_j++] = \
158 (U)->u.add_party_rej.git[_i]; \
H A Dsig_call.c1356 if (IE_ISGOOD(u->u.release_compl.git[i]))
1357 conf->release.git[j++] = u->u.release_compl.git[i];
/freebsd-10.0-release/contrib/atf/atf-version/
H A Dgenerate-revision.sh133 if [ -n "${GIT}" -a -d ${ROOT}/.git ]; then
/freebsd-10.0-release/sys/contrib/dev/ath/ath_hal/ar9300/
H A Deeprom.diff16 diff --git a/hal/ar9300/ar9300_eeprom.c b/hal/ar9300/ar9300_eeprom.c
/freebsd-10.0-release/etc/
H A Dservices2446 git 9418/tcp #git pack transfer service
2447 git 9418/udp #git pack transfer service
/freebsd-10.0-release/contrib/dtc/Documentation/
H A Ddtc-paper.tex206 included as part of the \dtc (see \S\ref{sec:dtc}) git tree,
/freebsd-10.0-release/contrib/atf/
H A Dconfigure16048 if test -d ${srcdir}/.git; then
17238 # Extract the first word of "git", so it can be a program name with args.
17239 set dummy git; ac_word=$2

Completed in 313 milliseconds