Home
last modified time | relevance | path

Searched full:github (Results 1 – 25 of 999) sorted by relevance

12345678910>>...40

/freebsd/sys/contrib/openzfs/
H A D.mailmap31 Benedikt Neuffer <github@itfriend.de>
34 Chris Lindee <chris.lindee+github@gmail.com>
47 Ilkka Sovanto <github@ilkka.kapsi.fi>
56 Kash Pande <github@tripleback.net>
74 Stoiko Ivanov <github@nomore.at>
97 # Mappings from Github no-reply addresses
98 ajs124 <git@ajs124.de> <ajs124@users.noreply.github.com>
99 Alek Pinchuk <apinchuk@axcient.com> <alek-p@users.noreply.github.com>
100 Alexander Lobakin <alobakin@pm.me> <solbjorn@users.noreply.github.com>
101 Alexey Smirnoff <fling@member.fsf.org> <fling-@users.noreply.github.com>
[all …]
H A DAUTHORS73 Andy Bakun <github@thwartedefforts.org>
93 Benedikt Neuffer <github@itfriend.de>
101 Bill McGonigle <bill-github.com-public1@bfccomputing.com>
105 Brad Forschinger <github@bnjf.id.au>
116 cable2999 <cable2999@users.noreply.github.com>
134 Chris Lindee <chris.lindee+github@gmail.com>
138 Chris Siebenmann <cks.github@cs.toronto.edu>
147 Chris Zubrzycki <github@mid-earth.net>
159 Craig Sanders <github@taz.net.au>
206 Dr. András Korn <korn-github.com@elan.rulez.org>
[all …]
/freebsd/contrib/libcbor/
H A DCHANGELOG.md2 - [Fix issue X in feature Y](https://github.com/PJK/libcbor/pull/XXX) (by [YYY](https://github.com/YYY))
9 - [Updated documentation to refer to RFC 8949](https://github.com/PJK/libcbor/issues/269)
11 - [Bytestring data will now be printed as well](https://github.com/PJK/libcbor/pull/281) by [akallabeth](https://github.com/akallabeth)
12 - [Formatting consistency and clarity improvements](https://github.com/PJK/libcbor/pull/285)
13 - [Fix `cbor_string_set_handle` not setting the codepoint count](https://github.com/PJK/libcbor/pull/286)
14 - BREAKING: [`cbor_load` will no longer fail on input strings that are well-formed but not valid UTF-8](https://github.com/PJK/libcbor/pull/286)
16 - BREAKING: [All decoders like `cbor_load` and `cbor_stream_decode` will accept all well-formed tag values](https://github.com/PJK/libcbor/pull/308) (bug discovered by [dskern-github](http
[all...]
/freebsd/sys/contrib/openzfs/.github/workflows/
H A Dzfs-qemu.yml20 group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
41 if ${{ github.event_name == 'pull_request' }}; then
42 head=${{ github.event.pull_request.head.sha }}
43 base=${{ github.event.pull_request.base.sha }}
44 ci_type=$(python3 .github/workflows/scripts/generate-ci-type.py $head $base)
54 if [ "${{ github.event.inputs.include_stream9 }}" == 'true' ]; then
57 if [ "${{ github.event.inputs.include_stream10 }}" == 'true' ]; then
86 ref: ${{ github.event.pull_request.head.sha }}
90 run: .github/workflows/scripts/qemu-1-setup.sh
94 run: .github/workflows/scripts/qemu-2-start.sh ${{ matrix.os }}
[all …]
H A Dlabels.yml13 if: ${{ github.event.action == 'opened' && github.event.pull_request.draft }}
17 ISSUE: ${{ github.event.pull_request.html_url }}
23 if: ${{ github.event.action == 'synchronize' || github.event.action == 'reopened' }}
27 ISSUE: ${{ github.event.pull_request.html_url }}
33 if: ${{ github.event.action == 'converted_to_draft' }}
37 ISSUE: ${{ github.event.pull_request.html_url }}
43 if: ${{ github.event.action == 'ready_for_review' }}
47 ISSUE: ${{ github.event.pull_request.html_url }}
H A Dcodeql.yml8 group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
34 uses: github/codeql-action/init@v3
36 config-file: .github/codeql-${{ matrix.language }}.yml
40 uses: github/codeql-action/autobuild@v3
43 uses: github/codeql-action/analyze@v3
/freebsd/contrib/libfido2/
H A DREADME.adoc3 image:https://github.com/yubico/libfido2/workflows/linux/badge.svg["Linux Build Status (github actions)", link="https://github.com/Yubico/libfido2/actions"]
4 image:https://github.com/yubico/libfido2/workflows/macos/badge.svg["macOS Build Status (github actions)", link="https://github.com/Yubico/libfido2/actions"]
5 image:https://github.com/yubico/libfido2/workflows/windows/badge.svg["Windows Build Status (github actions)", link="https://github.com/Yubico/libfido2/actions"]
6 image:https://github
[all...]
/freebsd/crypto/openssh/.github/
H A Dci-status.md2 [![C/C++ CI](https://github.com/openssh/openssh-portable/actions/workflows/c-cpp.yml/badge.svg)](ht…
3 …I self-hosted](https://github.com/openssh/openssh-portable-selfhosted/actions/workflows/selfhosted…
4 …am self-hosted](https://github.com/openssh/openssh-portable-selfhosted/actions/workflows/upstream.…
5 [![CIFuzz](https://github.com/openssh/openssh-portable/actions/workflows/cifuzz.yml/badge.svg)](htt…
10 [![C/C++ CI](https://github.com/openssh/openssh-portable/actions/workflows/c-cpp.yml/badge.svg?bran…
11 …-hosted](https://github.com/openssh/openssh-portable-selfhosted/actions/workflows/selfhosted.yml/b…
14 [![C/C++ CI](https://github.com/openssh/openssh-portable/actions/workflows/c-cpp.yml/badge.svg?bran…
15 …-hosted](https://github.com/openssh/openssh-portable-selfhosted/actions/workflows/selfhosted.yml/b…
/freebsd/contrib/llvm-project/lld/docs/
H A DReleaseNotes.rst34 (`#98115 <https://github.com/llvm/llvm-project/pull/98115>`_)
36 (`#97144 <https://github.com/llvm/llvm-project/pull/97144>`_)
39 (`#84855 <https://github.com/llvm/llvm-project/pull/84855>`_)
40 (`#90567 <https://github.com/llvm/llvm-project/pull/90567>`_)
46 (`#72714 <https://github.com/llvm/llvm-project/pull/72714>`_)
49 (`#86777 <https://github.com/llvm/llvm-project/issues/86777>`_)
52 (`#86508 <https://github.com/llvm/llvm-project/pull/86508>`_)
58 files. (`#90007 <https://github.com/llvm/llvm-project/pull/90007>`_)
61 (`#89327 <https://github.com/llvm/llvm-project/pull/89327>`_)
65 (`#94704 <https://github.com/llvm/llvm-project/pull/94704>`_)
[all …]
/freebsd/contrib/ntp/
H A DREADME.pullrequests3 The NTP project's github repository is at https://github.com/ntp-project/ntp.
37 1) If you haven't, create a fork of ntp-project/ntp with your github account.
38 i) Log on to github.com with your github account.
39 …on't have one, create one first. (read: https://help.github.com/articles/signing-up-for-a-new-gith…
40 - Make sure you also have a SSH key associated with your github account.
41 (read: https://help.github.com/articles/generating-ssh-keys/)
42 ii) Go to https://github.com/ntp-project/ntp
48 - git clone git@github.com:<your_username>/ntp
65 iv) Once you are satisfied, you can push to your github account's
71 create a pull request on your branch on github. (Read up on
[all …]
/freebsd/crypto/openssl/
H A DREADME.md6 [![github actions ci badge]][github actions ci]
79 There is a GitHub mirror of the repository at [github.com/openssl/openssl],
87 or from the GitHub mirror using
89 git clone https://github.com/openssl/openssl.git
93 GitHub and clone your public fork instead.
95 git clone https://github.com/yourname/openssl.git
98 GitHub pull requests. For more details, see [Contributing](#contributing).
189 [github.com/openssl/openssl]:
190 <https://github.com/openssl/openssl>
191 "OpenSSL GitHub Mirror"
[all …]
H A DCONTRIBUTING.md8 Development is done on GitHub in the [openssl/openssl] repository.
10 [openssl/openssl]: <https://github.com/openssl/openssl>
13 please open an [issue on GitHub](https://github.com/openssl/openssl/issues).
16 [pull request on GitHub](https://github.com/openssl/openssl/pulls).
40 It is not sufficient to only place the text "`CLA: trivial`" in the GitHub
77 Clean builds via GitHub Actions are required. They are started automatically
/freebsd/contrib/googletest/
H A DREADME.md10 [updating to the latest commit in the `main` branch as often as possible](https://github.com/abseil…
16 Our documentation is now live on GitHub Pages at
17 https://google.github.io/googletest/. We recommend browsing the documentation on
18 GitHub Pages rather than directly in the repository.
22 [Release 1.15.0](https://github.com/google/googletest/releases/tag/v1.15.0) is
34 [Abseil](https://github.com/abseil/abseil-cpp).
44 See the [GoogleTest User's Guide](https://google.github.io/googletest/) for
46 [GoogleTest Primer](https://google.github.io/googletest/primer.html).
90 [this table](https://github.com/google/oss-policies-info/blob/main/foundational-cxx-support-matrix.…
102 * [Protocol Buffers](https://github.com/google/protobuf), Google's data
[all …]
H A DWORKSPACE12 …urls = ["https://github.com/bazelbuild/rules_python/releases/download/0.29.0/rules_python-0.29.0.t…
15 # https://github.com/bazelbuild/rules_python/releases/tag/0.29.0
22 …urls = ["https://github.com/bazelbuild/bazel-skylib/releases/download/1.5.0/bazel-skylib-1.5.0.tar…
28 …"https://mirror.bazel.build/github.com/bazelbuild/platforms/releases/download/0.0.10/platforms-0.0…
29 "https://github.com/bazelbuild/platforms/releases/download/0.0.10/platforms-0.0.10.tar.gz",
/freebsd/sys/contrib/openzfs/.github/
H A DCONTRIBUTING.md4 …src="https://openzfs.github.io/openzfs-docs/_static/img/logo/480px-Open-ZFS-Secondary-Logo-Colour-…
37 * [OpenZFS Documentation](https://openzfs.github.io/openzfs-docs/)
39 …* [Git and GitHub for beginners](https://openzfs.github.io/openzfs-docs/Developer%20Resources/Git%…
45 instructions](https://openzfs.github.io/openzfs-docs/Developer%20Resources/Building%20ZFS.html),
47 repository](https://openzfs.github.io/openzfs-docs/Getting%20Started/index.html).
58 page](https://openzfs.github.io/openzfs-docs/Basic%20Concepts/Troubleshooting.html).
62 list](https://openzfs.github.io/openzfs-docs/Project%20and%20Community/Mailing%20Lists.html)
64 support requests on the GitHub issue tracker.
70 list](https://openzfs.github.io/openzfs-docs/Project%20and%20Community/Mailing%20Lists.html)
74 tracker](https://github.com/openzfs/zfs/issues) *first* to ensure the
[all …]
H A DPULL_REQUEST_TEMPLATE.md7 https://openzfs.github.io/openzfs-docs/Developer%20Resources/Buildbot%20Options.html
37 … follows the OpenZFS [code style requirements](https://github.com/openzfs/zfs/blob/master/.github/…
39 … ] I have read the [**contributing** document](https://github.com/openzfs/zfs/blob/master/.github/…
40 - [ ] I have added [tests](https://github.com/openzfs/zfs/tree/master/tests) to cover my changes.
42 …operly formatted and contain [`Signed-off-by`](https://github.com/openzfs/zfs/blob/master/.github/…
/freebsd/.github/workflows/
H A Dchecklist.yml18 - uses: actions/github-script@v7
23 * Github's API returns the results in pages of 30, so
27 const comments = await github.paginate(github.rest.issues.listComments, {
33 const commits = await github.paginate(github.rest.pulls.listCommits, {
77 if (comment.user.login == "github-actions[bot]") {
87 …let comment_func = comment_id == -1 ? github.rest.issues.createComment : github.rest.issues.update…
100 github.rest.issues.updateComment({
H A Dstyle.yml23 echo "DEPTH=$(( ${{ github.event.pull_request.commits }} + 1 ))" >> $GITHUB_ENV
28 ref: ${{ github.event.pull_request.head.sha }}
35 sha=$(git rev-parse HEAD~${{ github.event.pull_request.commits }})
36 tools/build/checkstyle9.pl --github ${sha}..${{ github.event.pull_request.head.sha }}
/freebsd/
H A DCONTRIBUTING.md1 # Contribution Guidelines for GitHub
12 - A GitHub [pull request](https://github.com/freebsd/freebsd-src/pulls)
18 the change. GitHub pull requests are preferred for relatively straightforward
19 changes where the contributor already has a GitHub account.
22 open a GitHub pull request and create a Phabricator review for the same change
25 ## GitHub Pull Requests
27 Presently, GitHub 'freebsd-src' repository is one of the publish-only services
37 * It passes all the GitHub CI jobs.
41 …il address as you would like to see them in the FreeBSD repository. Fake github.com addresses cann…
75 The current theory for pull requests on GitHub is to facilitate inclusion in the
[all …]
H A D.mailmap11 Michal Meloun <mmel@FreeBSD.org> <strejda@users.noreply.github.com>
12 Dmitriy Alexandrov <d06alexandrov@gmail.com> <d06alexandrov@users.noreply.github.com>
13 Alfonso Gregory <gfunni234@gmail.com> <83477269+AtariDreams@users.noreply.github.com>
14 Alfonso Gregory <gfunni234@gmail.com> <83477269+gAlfonso-bit@users.noreply.github.com>
15 Jose Luis Duran <jlduran@gmail.com> <jlduran@users.noreply.github.com>
/freebsd/contrib/less/
H A DNEWS10 https://github.com/gwsw/less/issues.
17 (github #539, github #546, github #562).
19 * Fix build using --with-secure (github #544).
21 * Fix crash when using --header on command line (github #545).
23 * Fix possible crash when scrolling left/right or toggling -S (github #547).
25 * Fix bug when using #stop in a lesskey file (github #551).
28 a parameter starting with '.' (github #554).
30 * Fix bug in R command when file size changes (github #55
[all...]
/freebsd/contrib/libxo/doc/
H A Dgetting.rst10 libxo source code lives on github:
12 https://github.com/Juniper/libxo
16 https://github.com/Juniper/libxo/releases
25 git clone https://github.com/Juniper/libxo.git -b develop
32 our github site.
39 A. Use a "distfile" for a specific release. We use github to maintain
45 .. _release page: https://github.com/Juniper/libxo/releases
58 B. Use the current build from github. This gives you the most recent
62 git clone https://github.com/Juniper/libxo.git
67 The github repository does **not** contain the files generated by
/freebsd/contrib/libxo/libxo/
H A Dadd.man.in6 Complete documentation can be found on github:
8 https://juniper.github.io/libxo/@LIBXO_VERSION@/html/index.html
12 lives on github as:
14 https://github.com/Juniper/libxo
21 https://github.com/Juniper/libxo/releases
/freebsd/lib/libxo/
H A Dadd.man6 Complete documentation can be found on github:
8 https://juniper.github.io/libxo/1.6.0/html/index.html
12 lives on github as:
14 https://github.com/Juniper/libxo
21 https://github.com/Juniper/libxo/releases
/freebsd/contrib/unbound/
H A DREADME.md3 [![Github Build Status](https://github.com/NLnetLabs/unbound/actions/workflows/ci.yml/badge.svg?bra…
12 [create an issue on Github](https://github.com/NLnetLabs/unbound/issues/new)
42 [doc/example.conf](https://github.com/NLnetLabs/unbound/blob/master/doc/example.conf.in).

12345678910>>...40