| /freebsd-10-stable/sys/contrib/ngatm/netnatm/sig/ |
| D | sig_unimsgcpy.c | 21 if(IE_ISGOOD(src->git[s])) in copy_msg_alerting() 22 dst->git[d++] = src->git[s]; in copy_msg_alerting() 66 if(IE_ISGOOD(src->git[s])) in copy_msg_connect() 67 dst->git[d++] = src->git[s]; in copy_msg_connect() 108 if(IE_ISGOOD(src->git[s])) in copy_msg_release() 109 dst->git[d++] = src->git[s]; in copy_msg_release() 129 if(IE_ISGOOD(src->git[s])) in copy_msg_release_compl() 130 dst->git[d++] = src->git[s]; in copy_msg_release_compl() 189 if(IE_ISGOOD(src->git[s])) in copy_msg_setup() 190 dst->git[d++] = src->git[s]; in copy_msg_setup() [all …]
|
| D | unimkmsg.h | 120 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]; \
|
| /freebsd-10-stable/sys/conf/ |
| D | newvers.sh | 165 git=`$git_cmd rev-parse --verify --short HEAD 2>/dev/null` 166 svn=`$git_cmd svn find-rev $git 2>/dev/null` 169 git="=${git}" 180 git="+${git}" 182 git=" ${git}" 187 git="${git}(${git_b})" 191 git="${git}-dirty"
|
| /freebsd-10-stable/contrib/ofed/management/ |
| D | gen_chlog.sh | 19 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
|
| D | make.dist | 59 git diff-index --quiet HEAD -- $package > /dev/null 2>&1 66 git branch 98 git tag -s -m "Auto tag by make.dist on release tarball creation" $target-$VERSION 100 git tag -u "$2" -m "Auto tag by make.dist on release tarball creation" $target-$VERSION 103 git tag -a -m "Auto tag by make.dist on release tarball creation" $target-$VERSION 143 git checkout $target/configure.in
|
| D | gen_ver.sh | 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
|
| D | README | 5 git://git.openfabrics.org/~sashak/management.git and can be cloned by: 7 git clone git://git.openfabrics.org/~sashak/management.git
|
| /freebsd-10-stable/sys/contrib/ngatm/netnatm/msg/ |
| D | uni_msg.h | 14 struct uni_ie_git git[UNI_NUM_IE_GIT]; member 38 struct uni_ie_git git[UNI_NUM_IE_GIT]; member 60 struct uni_ie_git git[UNI_NUM_IE_GIT]; member 70 struct uni_ie_git git[UNI_NUM_IE_GIT]; member 98 struct uni_ie_git git[UNI_NUM_IE_GIT]; member 166 struct uni_ie_git git[UNI_NUM_IE_GIT]; member 185 struct uni_ie_git git[UNI_NUM_IE_GIT]; member 195 struct uni_ie_git git[UNI_NUM_IE_GIT]; member 204 struct uni_ie_git git[UNI_NUM_IE_GIT]; member 215 struct uni_ie_git git[UNI_NUM_IE_GIT]; member [all …]
|
| D | msg.def | 52 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_GIT [all …]
|
| D | uni_msg.c | 32 if(msg->git[i].h.present & UNI_IE_PRESENT) in print_alerting() 33 uni_print_ie_internal(UNI_IE_GIT, (union uni_ieall *)&msg->git[i], cx); in print_alerting() 55 ret |= uni_check_ie(UNI_IE_GIT, (union uni_ieall *)&m->git[i], cx); in check_alerting() 89 if((p->git[i].h.present & UNI_IE_PRESENT) && in encode_alerting() 90 uni_encode_ie(UNI_IE_GIT, msg, (union uni_ieall *)&p->git[i], cx)) in encode_alerting() 145 if (!IE_ISPRESENT(out->git[i])) { in decode_alerting() 146 out->git[i].h = *hdr; in decode_alerting() 149 if(uni_decode_ie_body(UNI_IE_GIT, (union uni_ieall *)&out->git[i], msg, ielen, cx)) in decode_alerting() 332 if(msg->git[i].h.present & UNI_IE_PRESENT) in print_connect() 333 uni_print_ie_internal(UNI_IE_GIT, (union uni_ieall *)&msg->git[i], cx); in print_connect() [all …]
|
| /freebsd-10-stable/contrib/tzdata/ |
| D | CONTRIBUTING | 36 git clone https://github.com/eggert/tz.git 41 git checkout master 42 git pull 47 git checkout -b mybranch 49 * Sleuth by using 'git blame'. For example, when fixing data for 50 Africa/Sao_Tome, if the command 'git blame africa' outputs a line 66 git add northamerica 67 git commit 69 See recent 'git log' output for the commit-message style. 73 git format-patch master [all …]
|
| /freebsd-10-stable/contrib/jemalloc/ |
| D | FREEBSD-upgrade | 63 git clone git://canonware.com/jemalloc.git ${work} 69 git checkout ${rev} 83 (cd ${work}; git add -A; git diff --cached) > FREEBSD-diffs
|
| D | FREEBSD-diffs | 1 diff --git a/doc/jemalloc.xml.in b/doc/jemalloc.xml.in 47 diff --git a/include/jemalloc/internal/jemalloc_internal.h.in b/include/jemalloc/internal/jemalloc_… 85 diff --git a/include/jemalloc/internal/mutex.h b/include/jemalloc/internal/mutex.h 99 diff --git a/include/jemalloc/internal/private_namespace.h b/include/jemalloc/internal/private_name… 111 diff --git a/include/jemalloc/jemalloc.h.in b/include/jemalloc/jemalloc.h.in 123 diff --git a/include/jemalloc/jemalloc_FreeBSD.h b/include/jemalloc/jemalloc_FreeBSD.h 246 diff --git a/src/jemalloc.c b/src/jemalloc.c 271 diff --git a/src/mutex.c b/src/mutex.c 293 diff --git a/src/util.c b/src/util.c
|
| /freebsd-10-stable/sys/contrib/dev/drm2/radeonkmsfw/ |
| D | README | 4 git://git.kernel.org/pub/scm/linux/kernel/git/firmware/linux-firmware.git
|
| /freebsd-10-stable/tools/tools/drm/radeon/firmwares/ |
| D | README | 6 git://git.kernel.org/pub/scm/linux/kernel/git/firmware/linux-firmware.git
|
| /freebsd-10-stable/contrib/xz/ |
| D | FREEBSD-upgrade | 5 The source code is pulled with git: 7 git clone --branch=v5.0 http://git.tukaani.org/xz.git xz 11 git log > ChangeLog
|
| /freebsd-10-stable/contrib/libarchive/ |
| D | FREEBSD-upgrade | 5 The source code is pulled with git: 7 git clone git://github.com/libarchive/libarchive.git
|
| /freebsd-10-stable/contrib/dtc/scripts/ |
| D | setlocalversion | 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-stable/sys/gnu/dts/ |
| D | FreeBSD-upgrade | 4 # These files are imported from Ian Campbell's git tree mirroring the linux 7 # git clone git://xenbits.xen.org/people/ianc/device-tree-rebasing.git
|
| /freebsd-10-stable/contrib/file/magic/Magdir/ |
| D | guile | 6 # http://git.savannah.gnu.org/gitweb/?p=guile.git;f=libguile/_scm.h;hb=HEAD#l250
|
| /freebsd-10-stable/contrib/ntp/ |
| D | README.pullrequests | 48 - git clone git@github.com:<your_username>/ntp 57 - git checkout -b <branchname> 64 - git commit -a -m "description of change" 67 - git push origin <branchname>
|
| /freebsd-10-stable/contrib/ofed/libmlx4/fixes/ |
| D | xrc_rcv_qp_v2.patch | 8 diff --git a/src/mlx4.c b/src/mlx4.c 24 diff --git a/src/mlx4.h b/src/mlx4.h 50 diff --git a/src/verbs.c b/src/verbs.c
|
| /freebsd-10-stable/contrib/ldns/ |
| D | README.git | 1 # The ldns git repository can found at: 2 # git.nlnetlabs.nl/ldns/
|
| /freebsd-10-stable/crypto/openssl/ |
| D | CONTRIBUTING | 21 does in the subject line. If you do this, our preferred format is "git 23 last commit in your local git repository use the following command: 25 % git format-patch --stdout HEAD^ >mydiffs.patch 27 Another method of creating an acceptable patch file without using git is as
|
| /freebsd-10-stable/contrib/dtc/Documentation/ |
| D | dtc-paper.bib | 41 howpublished = "git tree", 42 note = "\url{http://ozlabs.org/~dgibson/dtc/dtc.git}",
|