| /src/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 …]
|
| /src/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> 60 Kash Pande <github@tripleback.net> 82 Stoiko Ivanov <github@nomore.at> 90 Alexander Moch <mail@alexmoch.com> <github@alexanderjulian.de> 99 Phil Sutter <phil@nwl.cc> <p.github@nwl.cc> 117 # Mappings from Github no-reply addresses 118 Adi Gollamudi <adigollamudi@gmail.com> <68113680+Adi-Goll@users.noreply.github.com> 119 ajs124 <git@ajs124.de> <ajs124@users.noreply.github.com> [all …]
|
| H A D | AUTHORS | 67 Andres <a-d-j-i@users.noreply.github.com> 82 Andy Bakun <github@thwartedefforts.org> 104 Benedikt Neuffer <github@itfriend.de> 112 Bill McGonigle <bill-github.com-public1@bfccomputing.com> 116 Brad Forschinger <github@bnjf.id.au> 118 Brad Spengler <bspengler-oss@users.noreply.github.com> 128 cable2999 <cable2999@users.noreply.github.com> 147 Chris Lindee <chris.lindee+github@gmail.com> 151 Chris Siebenmann <cks.github@cs.toronto.edu> 160 Chris Zubrzycki <github@mid-earth.net> [all …]
|
| /src/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/… 9 - [Updated documentation to refer to RFC 8949](https://github.com/PJK/libcbor/issues/269) 11 …g data will now be printed as well](https://github.com/PJK/libcbor/pull/281) by [akallabeth](http… 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/pul… 14 … fail on input strings that are well-formed but not valid UTF-8](https://github.com/PJK/libcbor/pu… 16 …ormed tag values](https://github.com/PJK/libcbor/pull/308) (bug discovered by [dskern-github](http… 22 … causing failures for x86 Linux](https://github.com/PJK/libcbor/pull/266) (discovered by [trofi](h… 24 - [Made tests platform-independent](https://github.com/PJK/libcbor/pull/272) 28 …h zero-length chunks to fail](https://github.com/PJK/libcbor/pull/260) (discovered by [martelletto… [all …]
|
| /src/sys/contrib/openzfs/.github/workflows/ |
| H A D | zfs-qemu.yml | 20 group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }} 40 if ${{ github.event_name == 'pull_request' }}; then 41 head=${{ github.event.pull_request.head.sha }} 42 base=${{ github.event.pull_request.base.sha }} 43 ci_type=$(python3 .github/workflows/scripts/generate-ci-type.py $head $base) 62 if ${{ github.event.inputs.fedora_kernel_ver != '' }}; then 66 elif ${{ github.event.inputs.specific_os != '' }}; then 68 os_json=$(jq -cn --arg os "${{ github.event.inputs.specific_os }}" '[ $os ]') 95 ref: ${{ github.event.pull_request.head.sha }} 99 run: .github/workflows/scripts/qemu-1-setup.sh [all …]
|
| H A D | zfs-qemu-packages.yml | 52 group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }} 66 ref: ${{ github.event.pull_request.head.sha }} 69 run: .github/workflows/scripts/qemu-1-setup.sh 72 run: .github/workflows/scripts/qemu-2-start.sh ${{ matrix.os }} 76 .github/workflows/scripts/qemu-3-deps.sh ${{ matrix.os }} 81 if [ "${{ github.event.inputs.test_type }}" == "Test repo" ] ; then 83 .github/workflows/scripts/qemu-prepare-for-build.sh 87 if [ "${{ github.event.inputs.lookup }}" == 'true' ] ; then 91 …ssh zfs@vm0 '$HOME/zfs/.github/workflows/scripts/qemu-test-repo-vm.sh' $EXTRA ${{ github.event.inp… 94 if [ -n "${{ github.event.inputs.patch_level }}" ] ; then [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
|
| /src/contrib/less/ |
| H A D | NEWS | 10 https://github.com/gwsw/less/issues. 17 to scroll to end of file (github #658). 19 * Configure tty to leave CR and NL unmodified (github #703). 25 * Fix bug using negative value with -z option (github #709). 27 * Fix bug handling empty terminfo capabilties (github #710). 29 * Fix memory leak in setupterm (github #707). 31 * Make lesstest ignore system locale (nl_langinfo) (github #708). 37 * Add --autosave option (github #678). 39 * Add ESC-f command (github #680). 43 * Add prompt prototype sequences %C, %W, %Q and ?Q (github #685). [all …]
|
| /src/contrib/libfido2/ |
| H A D | README.adoc | 3 image:https://github.com/yubico/libfido2/workflows/linux/badge.svg["Linux Build Status (github acti… 4 image:https://github.com/yubico/libfido2/workflows/macos/badge.svg["macOS Build Status (github acti… 5 image:https://github.com/yubico/libfido2/workflows/windows/badge.svg["Windows Build Status (github … 6 image:https://github.com/yubico/libfido2/workflows/fuzzer/badge.svg["Fuzz Status (github actions)",… 34 * .NET: https://github.com/borrrden/Fido2Net[Fido2Net] 35 * Go: https://github.com/keys-pub/go-libfido2[go-libfido2] 36 * Perl: https://github.com/jacquesg/p5-FIDO-Raw[p5-FIDO-Raw] 37 * Rust: https://github.com/PvdBerg1998/libfido2[libfido2] 47 *libfido2* depends on https://github.com/pjk/libcbor[libcbor], 128 The USE_HIDAPI option requires https://github.com/libusb/hidapi[hidapi]. The [all …]
|
| /src/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 …]
|
| /src/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 …]
|
| /src/contrib/googletest/ |
| H A D | README.md | 7 Our documentation is now live on GitHub Pages at 8 https://google.github.io/googletest/. We recommend browsing the documentation on 9 GitHub Pages rather than directly in the repository. 13 [Release 1.17.0](https://github.com/google/googletest/releases/tag/v1.17.0) is 25 [Abseil](https://github.com/abseil/abseil-cpp). 35 See the [GoogleTest User's Guide](https://google.github.io/googletest/) for 37 [GoogleTest Primer](https://google.github.io/googletest/primer.html). 81 [this table](https://github.com/google/oss-policies-info/blob/main/foundational-cxx-support-matrix.… 93 * [Protocol Buffers](https://github.com/google/protobuf), Google's data 99 [GTest Runner](https://github.com/nholthaus/gtest-runner) is a Qt5 based [all …]
|
| /src/.github/workflows/ |
| H A D | checklist.yml | 16 if: github.repository == 'freebsd/freebsd-src' 19 - uses: actions/github-script@v7 24 * Github's API returns the results in pages of 30, so 28 const comments = await github.paginate(github.rest.issues.listComments, { 34 const commits = await github.paginate(github.rest.pulls.listCommits, { 43 const { data: ownerData } = await github.rest.repos.getContent({ 46 path: '.github/CODEOWNERS', 62 const { data: rulesData } = await github.rest.repos.getContent({ 65 path: '.github/path-rules.txt', 115 const { data: files } = await github.rest.pulls.listFiles({ [all …]
|
| /src/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/…
|
| /src/ |
| 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 24 from Github to Phabricator, please close the Github pull request adding the URL 27 ## GitHub Pull Requests 29 The _freebsd-src_ GitHub repository is a **publish-only mirror** of the FreeBSD 41 * Passes all GitHub CI jobs. 90 (Avoid opening both Phabricator/Differential reviews and GitHub Pull Requests [all …]
|
| /src/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 …]
|
| /src/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
|
| /src/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
|
| /src/lib/libxo/ |
| H A D | add.man | 6 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
|