/freebsd/ |
H A D | CONTRIBUTING.md | 8 [developer's handbook](https://docs.freebsd.org/en/books/developers-handbook/) 12 - A GitHub [pull request](https://github.com/freebsd/freebsd-src/pulls) 13 - A code review in [Phabricator](https://reviews.freebsd.org/differential) 14 - An attachment on a [Bugzilla ticket](https://bugs.freebsd.org) 15 - Direct access to the [Git repository](https://cgit.freebsd.org/src/) 18 the change. GitHub pull requests are preferred for relatively straightforward 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 29 contribution. Pull requests that need little developer time, are generally [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-… 13 started?](#what-should-i-know-before-i-get-started) 15 * [Get ZFS](#get-zfs) 16 * [Debug ZFS](#debug-zfs) 17 * [Where can I ask for help?](#where-can-I-ask-for-help) 19 [How Can I Contribute?](#how-can-i-contribute) 21 * [Reporting Bugs](#reporting-bugs) 22 * [Suggesting Enhancements](#suggesting-enhancements) 23 * [Pull Requests](#pull-requests) 26 [Style Guides](#style-guides) [all …]
|
/freebsd/contrib/ntp/ |
H A D | README.pullrequests | 3 The NTP project's github repository is at https://github.com/ntp-project/ntp. 8 ntp-stable code (even 2nd number). 10 The master branch is for new development, also known as ntp-dev (which 15 on the stable branch, and pull your work into a master copy to allow for 16 publishing your changes in the ntp-dev or master branch. 19 current stable release (the ntp-stable code) then it's better to do your 22 Make sure that any changes you make to stable pull cleanly into master. 27 If you follow this method, then if you submit a pull request for either 32 handled sooner if the repo that contains your pull requests also includes 37 1) If you haven't, create a fork of ntp-project/ntp with your github account. [all …]
|
/freebsd/contrib/kyua/ |
H A D | CONTRIBUTING.md | 10 ----------- 14 Agreement](https://developers.google.com/open-source/cla/individual), 19 things--for instance that you will tell us if you know that your code 27 Agreement](https://developers.google.com/open-source/cla/corporate). 32 changes to Google Inc. and use the 3-clause BSD license text included 40 ------------- 44 [kyua-discuss mailing 45 list](https://groups.google.com/forum/#!forum/kyua-discuss) 50 [kyua-log mailing list](https://groups.google.com/forum/#!forum/kyua-log) to 55 ------------ [all …]
|
/freebsd/contrib/one-true-awk/ |
H A D | README.md | 5 (Addison-Wesley, 2024, ISBN-13 978-0138269722, ISBN-10 0138269726). 9 This version of Awk handles UTF-8 and comma-separated values (CSV) input. 18 UTF-8 sequences may appear in literal strings and regular expressions. 23 Regular expressions may include UTF-8 code points, including `\u`. 27 The option `--csv` turns on CSV processing of input: 29 double-quote (`"`) characters, quoted fields may contain embedded newlines. 30 Double-quotes in fields have to be doubled and enclosed in quoted fields. 34 field-splitting in `split` is determined by CSV mode. 72 ## Submitting Pull Requests 74 Pull requests are welcome. Some guidelines: [all …]
|
/freebsd/sys/contrib/zstd/ |
H A D | CONTRIBUTING.md | 13 ## Pull Requests 14 We actively welcome your pull requests. 24 In order to accept your pull request, we need you to submit a CLA. You only need 30 Zstd uses a branch-based workflow for making changes to the codebase. Typically, zstd 44 git pull https://github.com/facebook/zstd dev 51 git checkout -b <branch-name> 52 git push origin <branch-name> 57 git add -u && git commit -m <message> 58 git push origin <branch-name> 71 …* Before sharing anything to the community, create a pull request in your own fork against the dev… [all …]
|
/freebsd/crypto/openssl/ |
H A D | SUPPORT.md | 8 ------------------------------------------------- 10 In this case the [openssl-users] mailing list is the right place for you. 13 An overview over the [mailing lists](#mailing-lists) can be found below. 16 ---------------------------- 25 - Search the mailing lists and/or the GitHub issues to find out whether 27 - Download the latest version from the repository to see if the problem 29 - Configure without assembler support (`no-asm`) and check whether the 31 - Remove compiler optimization flags. 36 [openssl-users] mailing list first. 40 If you wish to report a bug, please open an [issue][github-issues] on GitHub [all …]
|
/freebsd/contrib/tzcode/ |
H A D | CONTRIBUTING | 3 Please do not create issues or pull requests on GitHub, as the 18 'diff -u old/europe new/europe >myfix.patch', and attach 21 For more-elaborate or possibly controversial changes, 24 <https://www.iana.org/time-zones/repository/theory.html>. 31 For changes that fix sensitive security-related bugs, please see the 35 <https://www.iana.org/time-zones> or the main branch of the development 50 git pull 55 git checkout -b mybranch 59 '2951fa3b (Paul Eggert 2018-0 [all...] |
/freebsd/sys/contrib/device-tree/src/arm/axis/ |
H A D | artpec6.dtsi | 2 * Device Tree Source for the Axis ARTPEC-6 SoC 4 * This file is dual-licensed: you can use it either under the terms 43 #include <dt-bindings/interrupt-controller/arm-gic.h> 44 #include <dt-bindings/dma/nbpfaxi.h> 45 #include <dt-bindings/clock/axis,artpec6-clkctrl.h> 48 #address-cells = <1>; 49 #size-cells = <1>; 51 interrupt-parent = <&intc>; 54 #address-cells = <1>; 55 #size-cells = <0>; [all …]
|
/freebsd/contrib/tzdata/ |
H A D | CONTRIBUTING | 3 Please do not create issues or pull requests on GitHub, as the 18 'diff -u old/europe new/europe >myfix.patch', and attach 21 For more-elaborate or possibly controversial changes, 24 <https://www.iana.org/time-zones/repository/theory.html>. 31 For changes that fix sensitive security-related bugs, please see the 35 <https://www.iana.org/time-zones> or the main branch of the development 50 git pull 55 git checkout -b mybranch 59 '2951fa3b (Paul Eggert 2018-01-08 09:03:13 -0800 1068) Zone 60 Africa/Sao_Tome 0:26:56 - LMT 1884', commit 2951fa3b should [all …]
|
/freebsd/contrib/googletest/ |
H A D | CONTRIBUTING.md | 13 [individual CLA](https://developers.google.com/open-source/cla/individual). 16 [corporate CLA](https://developers.google.com/open-source/cla/corporate). 20 accept your pull requests. 25 rather than a GitHub Pull Request. If you are not able to submit internally, a 40 ([see details above](#contributor-license-agreements)). 45 8. Submit a pull request. 80 [google-styleguide](https://github.com/google/styleguide) project. All patches 83 [.clang-format](https://github.com/google/googletest/blob/main/.clang-format) to 92 tests and re-generating certain source files from templates) 108 cmake -Dgtest_build_tests=ON -Dgmock_build_tests=ON ${GTEST_REPO_DIR} [all …]
|
/freebsd/sys/contrib/device-tree/src/arm/intel/pxa/ |
H A D | pxa3xx.dtsi | 1 // SPDX-License-Identifier: GPL-2.0 7 (gpio <= 26) ? (0x027c + 4 * (gpio - 3)) : \ 8 (gpio <= 98) ? (0x0400 + 4 * (gpio - 27)) : \ 9 (gpio <= 127) ? (0x0600 + 4 * (gpio - 99)) : \ 18 (gpio <= 26) ? (0x027c + 4 * (gpio - 3)) : \ 19 (gpio <= 29) ? (0x0400 + 4 * (gpio - 27)) : \ 20 (gpio <= 98) ? (0x0418 + 4 * (gpio - 30)) : \ 21 (gpio <= 127) ? (0x0600 + 4 * (gpio - 99)) : \ 23 (gpio <= 268) ? (0x052c + 4 * (gpio - 263)) : \ 33 (gpio <= 9) ? (0x028c + 4 * (gpio - 5)) : \ [all …]
|
/freebsd/.github/workflows/ |
H A D | style.yml | 3 # Runs my simple style(9) checker on pull requests. 17 runs-on: ubuntu-latest 21 - name: Get depth 24 - name: checkout 27 fetch-depth: ${{ env.DEPTH }} 29 - name: Install packages 31 sudo apt-get update --quiet || true 32 sudo apt-get -yq --no-install-suggests --no-install-recommends install perl 33 - name: Run checker 35 sha=$(git rev-parse HEAD~${{ github.event.pull_request.commits }}) [all …]
|
H A D | checklist.yml | 11 pull-requests: write 16 runs-on: ubuntu-latest 18 - uses: actions/github-script@v7 41 let comment_id = -1; 53 const sob_lines = commit.commit.message.match(/^[^\S\r\n]*signed-off-by:.*/gim); 56 addToChecklist("Missing Signed-off-by lines", commit.sha); 60 if (!line.includes("Signed-off-by: ")) 62 …addToChecklist("Expected `Signed-off-by: `, got `" + line.match(/^[^\S\r\n]*signed-off-by:./i) + "… 68 … console.log("::warning title=Missing-Author-Signature::Missing Signed-off-by from author"); 77 if (comment.user.login == "github-actions[bot]") { [all …]
|
/freebsd/contrib/libder/ |
H A D | README.md | 5 libder is a small library for encoding/decoding DER-encoded objects. It is 6 expected to be able to decode any BER-encoded buffer, and an attempt to 7 re-encode the resulting tree would apply any normalization expected by a DER 13 [GitHub](https://github.com/kevans91/libder) for user-facing interactions. 14 Pull requests and issues are open on GitHub. 18 libder is not intended to be a general-purpose library for working with DER/BER 28 re-encoding to 0xff or 0x00 depending on whether any bits are set or not.
|
/freebsd/sys/contrib/openzfs/.github/workflows/ |
H A D | labels.yml | 8 pull-requests: write 12 runs-on: ubuntu-latest 15 - env: 19 gh pr edit $ISSUE --add-label "Status: Work in Progress" 22 runs-on: ubuntu-latest 25 - env: 29 …gh pr edit $ISSUE --remove-label "Status: Accepted,Status: Inactive,Status: Revision Needed,Status… 32 runs-on: ubuntu-latest 35 - env: 39 …pr edit $ISSUE --remove-label "Status: Accepted,Status: Code Review Needed,Status: Inactive,Status… [all …]
|
/freebsd/tools/tools/git/ |
H A D | HOWTO | 12 try to make each commit as self-contained as possible. The series of commits 31 $ arcgit -r C1~..C2 -R reviewer -T testplan 35 specifying the -R option multiple times. You can CC (AKA subscribe) people 36 to a review with the -C option. Note that if you subscribe a mailing list 52 $ git commit --fixup HEAD 57 $ arc diff --update D1234 review_D1234_base 59 When you run arc, it will pull up your editor and give you a chance to 69 extra noise that your reviewers will have to ignore. If a reviewer requests 84 git merge $branch || git mergetool -y || break; done 89 $ git rebase -i -k review_D1234_base [all …]
|
/freebsd/crypto/heimdal/lib/hx509/ |
H A D | hxtool-commands.in | 2 * Copyright (c) 2005 - 2007 Kungliga Tekniska Högskolan 36 name = "cms-create-sd" 37 name = "cms-sign" 42 argument = "certificate-store" 43 help = "certificate stores to pull certificates from" 49 argument = "signer-friendly-name" 55 argument = "certificate-store" 61 argument = "certificate-pool" 62 help = "certificate store to pull certificates from" 71 long = "peer-alg" [all …]
|
/freebsd/lib/geom/multipath/ |
H A D | gmultipath.8 | 111 method uses on-disk metadata to detect device and all its paths. 121 .Bl -tag -width ".Cm destroy" 125 method without writing any on-disk metadata. 139 Label the first given provider with on-disk metadata using the specified 172 If there are other paths present, new requests will be forwarded there. 175 operational, allowing it to handle requests. 207 .Bl -tag -width indent 255 Requests are distributed between paths to equalize load. 258 but unlike in Active/Active mode only one path handles write requests at any 269 on-disk metadata label, the device is either used to create a new [all …]
|
/freebsd/lib/libpmc/ |
H A D | pmc.cmn-600.3 | 28 .Nm pmc.cmn-600 29 .Nd Library for accessing the Arm CoreLink CMN-600 Coherent Mesh Network 36 CMN-600 PMU counters may be configured to count any one of a defined set of 38 Unlike other performance counters, counters for the CMN-600 require the 52 Some BIOS versions of dual-socket machines have no NUMA domain information in 57 the CPU package containing that CMN-600 controller. 64 Arm CoreLink CMN-600 Coherent Mesh Network Controller performance counters are 67 .%B "Arm CoreLink CMN-600 Coherent Mesh Network Technical Reference Manual" 73 CMN-600 PMU counters support the following capabilities: 74 .Bl -column "PMC_CAP_INTERRUPT" "Support" [all …]
|
/freebsd/contrib/jemalloc/include/jemalloc/internal/ |
H A D | cache_bin.h | 9 * cache_bin_t to fill/flush. When the arena needs to pull stats from the 11 * cache_bin_array_descriptor_t objects and reading out per-bin stats it 20 * of -1 for a cache that has been depleted). 27 * Number of allocation requests that corresponded to the size of this 34 * Read-only information associated with each element of tcache_t's tbins array 52 * cacheline, thus less write-backs. 61 * avail[-ncached, ... -1] are available items and the lowest item will 83 descriptor->bins_small = bins_small; in cache_bin_array_descriptor_init() 84 descriptor->bins_large = bins_large; in cache_bin_array_descriptor_init() 91 bin->ncached--; in cache_bin_alloc_easy() [all …]
|
/freebsd/contrib/tcpdump/ |
H A D | CONTRIBUTING.md | 7 code execution etc) please send an e-mail to security@tcpdump.org, do not use 10 To report a non-security problem (failure to compile, incorrect output in the 15 libpcap. If it does (and it is not a security-related problem, otherwise see 17 [bug tracker](https://github.com/the-tcpdump-group/tcpdump/issues) 21 * tcpdump and libpcap version (`tcpdump --version`) 23 (`uname -a`, compiler name and version, CPU type etc.) 30 and to open a pull request instead as discussed below. 33 [subscribe to the mailing list](https://www.tcpdump.org/#mailing-lists) 39 1) Check that there isn't a pull request already opened for the changes you 42 2) [Fork](https://help.github.com/articles/fork-a-repo/) the Tcpdump [all …]
|
/freebsd/sys/dev/isci/ |
H A D | isci_domain.c | 1 /*- 2 * SPDX-License-Identifier: BSD-2-Clause 6 * Copyright(c) 2008 - 2011 Intel Corporation. All rights reserved. 75 * requests triggered by domain discovery won't work until the controller in scif_cb_domain_change_notification() 78 if (isci_controller->is_started == TRUE) in scif_cb_domain_change_notification() 134 * is ready and capable of processing IO requests for devices found 155 isci_controller->remote_device[i]; in scif_cb_domain_ready() 158 remote_device->domain == isci_domain) in scif_cb_domain_ready() 166 * requests for devices found inside it. 207 * For direct-attached devices, do not pull the device object from in scif_cb_domain_da_device_added() [all …]
|
/freebsd/sys/dev/random/fenestrasX/ |
H A D | fx_pool.c | 1 /*- 2 * SPDX-License-Identifier: BSD-2-Clause 56 * Timer-based reseed interval growth factor and limit in seconds. (§ 3.2) 74 * normal round-robin allocation after each timer reseed. (§ 3.4) 82 * sources are assumed to provide high-quality random bytes. Pull sources are 85 * In the whitepaper, low sources are pull. For us, at least in the existing 86 * design, low-quality sources push into some global ring buffer and then get 88 * design batches low entopy signals in some way (SHA512?) and only requests 126 * make more sense to pull this up into the abstraction layer instead. 168 .entc_cls = &fxrng_hi_push, /* Could be made pull. */ [all …]
|
/freebsd/sys/contrib/device-tree/src/arm64/qcom/ |
H A D | msm8994.dtsi | 1 // SPDX-License-Identifier: GPL-2.0-only 3 * Copyright (c) 2013-2016, The Linux Foundation. All rights reserved. 6 #include <dt-bindings/interrupt-controller/arm-gic.h> 7 #include <dt-bindings/clock/qcom,gcc-msm8994.h> 8 #include <dt-bindings/clock/qcom,mmcc-msm8994.h> 9 #include <dt-bindings/clock/qcom,rpmcc.h> 10 #include <dt-bindings/gpio/gpio.h> 11 #include <dt-bindings/power/qcom-rpmpd.h> 14 interrupt-parent = <&intc>; 16 #address-cells = <2>; [all …]
|