| /freebsd/contrib/libyaml/ |
| H A D | Changes | 3 https://github.com/yaml/libyaml/pull/105 6 https://github.com/yaml/libyaml/pull/186 9 https://github.com/yaml/libyaml/pull/185 12 https://github.com/yaml/libyaml/pull/187 15 https://github.com/yaml/libyaml/pull/182 18 https://github.com/yaml/libyaml/pull/177 21 https://github.com/yaml/libyaml/pull/181 24 https://github.com/yaml/libyaml/pull/191 29 - https://github.com/yaml/libyaml/pull/143 32 - https://github.com/yaml/libyaml/pull/174 [all …]
|
| H A D | announcement.msg | 10 https://github.com/yaml/libyaml/tree/0.2.5 20 https://github.com/yaml/libyaml/pull/187 23 https://github.com/yaml/libyaml/pull/182 26 https://github.com/yaml/libyaml/pull/177 29 https://github.com/yaml/libyaml/pull/181 32 https://github.com/yaml/libyaml/pull/105 35 https://github.com/yaml/libyaml/pull/186 38 https://github.com/yaml/libyaml/pull/185 41 https://github.com/yaml/libyaml/pull/191 49 LibYAML homepage: https://github.com/yaml/libyaml [all …]
|
| /freebsd/sys/contrib/openzfs/ |
| H A D | .mailmap | 32 Benedikt Neuffer <github@itfriend.de> 35 Chris Lindee <chris.lindee+github@gmail.com> 49 Ilkka Sovanto <github@ilkka.kapsi.fi> 59 Kash Pande <github@tripleback.net> 79 Stoiko Ivanov <github@nomore.at> 92 Phil Sutter <phil@nwl.cc> <p.github@nwl.cc> 110 # Mappings from Github no-reply addresses 111 ajs124 <git@ajs124.de> <ajs124@users.noreply.github.com> 112 Alek Pinchuk <apinchuk@axcient.com> <alek-p@users.noreply.github.com> 113 Aleksandr Liber <aleksandr.liber@perforce.com> <61714074+AleksandrLiber@users.noreply.github.com> [all …]
|
| H A D | AUTHORS | 63 Andres <a-d-j-i@users.noreply.github.com> 78 Andy Bakun <github@thwartedefforts.org> 99 Benedikt Neuffer <github@itfriend.de> 107 Bill McGonigle <bill-github.com-public1@bfccomputing.com> 111 Brad Forschinger <github@bnjf.id.au> 122 cable2999 <cable2999@users.noreply.github.com> 141 Chris Lindee <chris.lindee+github@gmail.com> 145 Chris Siebenmann <cks.github@cs.toronto.edu> 154 Chris Zubrzycki <github@mid-earth.net> 165 Cong Zhang <congzhangzh@users.noreply.github.com> [all …]
|
| /freebsd/contrib/libcbor/ |
| H A D | CHANGELOG.md | 2 - [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 D | zfs-qemu.yml | 15 group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }} 35 if ${{ github.event_name == 'pull_request' }}; then 36 head=${{ github.event.pull_request.head.sha }} 37 base=${{ github.event.pull_request.base.sha }} 38 ci_type=$(python3 .github/workflows/scripts/generate-ci-type.py $head $base) 57 if ${{ github.event.inputs.fedora_kernel_ver != '' }}; then 87 ref: ${{ github.event.pull_request.head.sha }} 95 done < <(.github/workflows/scripts/qemu-1-setup.sh) 99 run: .github/workflows/scripts/qemu-2-start.sh ${{ matrix.os }} 103 …run: .github/workflows/scripts/qemu-3-deps.sh ${{ matrix.os }} ${{ github.event.inputs.fedora_kern… [all …]
|
| H A D | zfs-qemu-packages.yml | 46 group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }} 60 ref: ${{ github.event.pull_request.head.sha }} 64 run: .github/workflows/scripts/qemu-1-setup.sh 68 run: .github/workflows/scripts/qemu-2-start.sh ${{ matrix.os }} 73 .github/workflows/scripts/qemu-3-deps.sh ${{ matrix.os }} 79 if [ "${{ github.event.inputs.test_type }}" == "Test repo" ] ; then 81 .github/workflows/scripts/qemu-prepare-for-build.sh 84 …ssh zfs@vm0 '$HOME/zfs/.github/workflows/scripts/qemu-test-repo-vm.sh' ${{ github.event.inputs.rep… 87 if [ -n "${{ github.event.inputs.patch_level }}" ] ; then 88 EXTRA="--patch-level ${{ github.event.inputs.patch_level }}" [all …]
|
| H A D | labels.yml | 13 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 D | codeql.yml | 8 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 D | README.adoc | 3 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/contrib/less/ |
| H A D | NEWS | 10 https://github.com/gwsw/less/issues. 16 * Add --cmd option (github #624). 18 * Add LESS_TERMCAP_SUSPEND and LESS_TERMCAP_RESUME (github #654). 22 not the current position (github #640). 25 command line unless POSIXLY_CORRECT is set (github #653). 28 modifier characters (github #637). 30 * Fix hang if a search using ^S modifier matches empty string (github #634). 32 * Fix bug using -g and -J (github #636). 35 (github #635). 37 * Fix bug in Windows build when autorepeating a search pattern (github #639). [all …]
|
| /freebsd/crypto/openssh/.github/ |
| H A D | ci-status.md | 2 [](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 [](htt… 10 [ 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/crypto/openssl/ |
| H A D | README.md | 6 [![github actions ci badge]][github actions ci] 7  10  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/contrib/googletest/ |
| H A D | README.md | 10 [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 …]
|
| /freebsd/sys/contrib/openzfs/.github/ |
| H A D | CONTRIBUTING.md | 4 …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 D | PULL_REQUEST_TEMPLATE.md | 33 … follows the OpenZFS [code style requirements](https://github.com/openzfs/zfs/blob/master/.github/… 35 … ] I have read the [**contributing** document](https://github.com/openzfs/zfs/blob/master/.github/… 36 - [ ] I have added [tests](https://github.com/openzfs/zfs/tree/master/tests) to cover my changes. 38 …operly formatted and contain [`Signed-off-by`](https://github.com/openzfs/zfs/blob/master/.github/…
|
| /freebsd/.github/workflows/ |
| H A D | checklist.yml | 18 - 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… 92 …msg += "\nPlease review [CONTRIBUTING.md](https://github.com/freebsd/freebsd-src/blob/main/CONTRIB… 101 github.rest.issues.updateComment({
|
| /freebsd/ |
| H A D | CONTRIBUTING.md | 1 # 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 38 * It passes all the GitHub CI jobs. 42 …il address as you would like to see them in the FreeBSD repository. Fake github.com addresses cann… 50 …. However, where possible, please do not open both a differential review and a GitHub pull request. [all …]
|
| /freebsd/contrib/bc/project/ |
| H A D | github_issues.json | 33 "url": "https://github.com/gavinhoward/bc/issues/87#issuecomment-2683017820", 48 "url": "https://github.com/gavinhoward/bc/issues/87#issuecomment-2683611929", 65 "url": "https://github.com/gavinhoward/bc/issues/87" 91 "url": "https://github.com/gavinhoward/bc/issues/85#issuecomment-2466757035", 106 "url": "https://github.com/gavinhoward/bc/issues/85#issuecomment-2466996037", 121 "url": "https://github.com/gavinhoward/bc/issues/85#issuecomment-2485801843", 138 "url": "https://github.com/gavinhoward/bc/issues/85" 164 "url": "https://github.com/gavinhoward/bc/issues/83#issuecomment-2336818282", 179 "url": "https://github.com/gavinhoward/bc/issues/83#issuecomment-2336821445", 194 "url": "https://github.com/gavinhoward/bc/issues/83#issuecomment-2336823471", [all …]
|
| /freebsd/contrib/libxo/doc/ |
| H A D | getting.rst | 10 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/expat/ |
| H A D | README.md | 1 [](https://github.com/libexpat/libexpat/actions/workflows/linux.yml) 4 [](https://github.com/libexpat/libexpat/releases) 10 > There is a [call for help with details](https://github.com/libexpat/libexpat/blob/master/expat/Changes) 30 (the oldest version supported by the [official GitHub Actions Windows images](https://github.com/actions/runner-images)) 33 [`expat-win32bin-*.*.*.{exe,zip}` download](https://github [all...] |
| /freebsd/contrib/libxo/libxo/ |
| H A D | add.man.in | 6 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
|