| #
80950a07
|
| 21-Feb-2026 |
Warner Losh <imp@FreeBSD.org> |
CONTRIBUTING.md: Github to Phabricator move adivce
When moving from Github to Phabricator, request that the original github pull request be closed with the URL of the Phab. This cuts down on clutter
CONTRIBUTING.md: Github to Phabricator move adivce
When moving from Github to Phabricator, request that the original github pull request be closed with the URL of the Phab. This cuts down on clutter and helps us track things better.
Sponsored by: Netflix
show more ...
|
| #
97beb0c9
|
| 09-Feb-2026 |
Ed Maste <emaste@FreeBSD.org> |
CONTRIBUTING.md: Clarify GitHub pull requests
Make the guidelines more prescriptive (while remaining clear that Pull Requests are merely one, not-preferred method for submitting changes).
Reviewed
CONTRIBUTING.md: Clarify GitHub pull requests
Make the guidelines more prescriptive (while remaining clear that Pull Requests are merely one, not-preferred method for submitting changes).
Reviewed by: imp Sponsored by: The FreeBSD Foundation Differential Revision: https://reviews.freebsd.org/D55089
show more ...
|
| #
dac3b99e
|
| 09-Feb-2026 |
Minsoo Choo <minsoochoo0122@proton.me> |
CONTRIBUTING.md: Fix links to section
Signed-off-by: Minsoo Choo <minsoochoo0122@proton.me>
Sponsored by: The FreeBSD Foundation Pull Request: https://github.com/freebsd/freebsd-src/pull/2010
|
| #
808413da
|
| 29-Jan-2026 |
Enji Cooper <ngie@FreeBSD.org> |
openssl: import 3.5.5
This change adds OpenSSL 3.5.5 from upstream [1].
The 3.5.5 artifact was been verified via PGP key [2] and by SHA256 checksum [3].
This is a security release, but also contai
openssl: import 3.5.5
This change adds OpenSSL 3.5.5 from upstream [1].
The 3.5.5 artifact was been verified via PGP key [2] and by SHA256 checksum [3].
This is a security release, but also contains several bugfixes.
More information about the release (from a high level) can be found in the release notes [4].
1. https://github.com/openssl/openssl/releases/download/openssl-3.5.5/openssl-3.5.5.tar.gz 2. https://github.com/openssl/openssl/releases/download/openssl-3.5.5/openssl-3.5.5.tar.gz.asc 3. https://github.com/openssl/openssl/releases/download/openssl-3.5.5/openssl-3.5.5.tar.gz.sha256 4. https://github.com/openssl/openssl/blob/openssl-3.5.5/NEWS.md
show more ...
|
| #
6b9cbeed
|
| 23-Jan-2026 |
Warner Losh <imp@FreeBSD.org> |
CONTRIBUTING.md: Tweaks for clarity
Add a few tweaks to clarify the author and signed-off-by lines. Add clarifying note about the style checker. Refine the AI statements for clarity, but these will
CONTRIBUTING.md: Tweaks for clarity
Add a few tweaks to clarify the author and signed-off-by lines. Add clarifying note about the style checker. Refine the AI statements for clarity, but these will need to be revised once the AI policy has been completed.
Sponsored by: Netflix
show more ...
|
| #
b2df9c07
|
| 08-Aug-2025 |
Warner Losh <imp@FreeBSD.org> |
CONTRIBUTING: Tweak the language
Tweak the language around several items, as well as making things less overly verbose. In addition, tweak the language about names, idenity and project requirements
CONTRIBUTING: Tweak the language
Tweak the language around several items, as well as making things less overly verbose. In addition, tweak the language about names, idenity and project requirements around it to match the policy and intentions more closely. Much of this language was taken from a recent proposal in the git mailing list and matches well how the project has accepted contributions in the past. It's also been tweaked a bit since 'legal name' seems like it should be well defined, but actually isn't as well defined universally as on might think.
Sponsored by: Netflix Differential Revision: https://reviews.freebsd.org/D51638
show more ...
|
| #
015ae668
|
| 25-Jul-2025 |
Warner Losh <imp@FreeBSD.org> |
github: Update with better guidance on what's acceptable for src
Tighten and clarify the submission requirements: * No AI submissions * No trivial submissions: pull requests have to solve a real pro
github: Update with better guidance on what's acceptable for src
Tighten and clarify the submission requirements: * No AI submissions * No trivial submissions: pull requests have to solve a real problem * We may timeout requests after a month * FreeBSD committers (all repos) are responible for merging their commits to the appropriate repo. github can be used to seek approval for such commits (eg a ports committer wants to make a src change). * Wordsmith a few things to make them clearer to people new to our jargon. * Not all psuedonyms are created equal, and we may disallow a PR based on that.
Sponsored by: Netflix Feedback from: emaste Differential Revision: https://reviews.freebsd.org/D51538
show more ...
|
| #
467e3e2f
|
| 10-May-2024 |
Alexander Ziaee <concussious@runbox.com> |
CONTRIBUTING.md/style: spring cleaning
+ move Lua to alphabetize subsections + word manpages like other subsections + man PR's shouldn't bump document date
MFC after: (maybe MFC to BETA3 along w/ e
CONTRIBUTING.md/style: spring cleaning
+ move Lua to alphabetize subsections + word manpages like other subsections + man PR's shouldn't bump document date
MFC after: (maybe MFC to BETA3 along w/ e7ff917057ea ?)
show more ...
|
| #
67783db6
|
| 18-Apr-2024 |
Ed Maste <emaste@FreeBSD.org> |
CONTRIBUTING: request only one submission type per change
We have some instances of contributors opening a GitHub pull request and a Phabricator review for the same change, which divides or duplicat
CONTRIBUTING: request only one submission type per change
We have some instances of contributors opening a GitHub pull request and a Phabricator review for the same change, which divides or duplicates review effort.
Reviewed by: markj Sponsored by: The FreeBSD Foundation Differential Revision: https://reviews.freebsd.org/D44856
show more ...
|
| #
ede45635
|
| 18-Apr-2024 |
Ed Maste <emaste@FreeBSD.org> |
CONTRIBUTING: mention sys/crypto as another "contrib" directory
Reviewed by: imp Sponsored by: The FreeBSD Foundation Differential Revision: https://reviews.freebsd.org/D44857
|
| #
5f71f963
|
| 28-Dec-2023 |
rilysh <nightquick@proton.me> |
CONTRIBUTING.md: fix typo from commmit to commit
Signed-off-by: rilysh <nightquick@proton.me> Pull-request: https://github.com/freebsd/freebsd-src/pull/960
|
| #
4b817fc1
|
| 28-Dec-2023 |
Warner Losh <imp@FreeBSD.org> |
CONTRIBUTING.md: Fix typos
Fix my own typoes.
Noticed by: kevans, cperciva
Sponsored by: Netflix
|
| #
05e5852d
|
| 28-Dec-2023 |
Warner Losh <imp@FreeBSD.org> |
CONTRIBUTING.md: add note about upstreams.
Sponsored by: Netflix
|
| #
fb03f7f8
|
| 28-Dec-2023 |
Warner Losh <imp@FreeBSD.org> |
CONTRIBUTING: class work
Add note about contacting me for professors including this as part of their class work.
|
| #
9c1335ce
|
| 28-Dec-2023 |
Warner Losh <imp@FreeBSD.org> |
contributing: Add note about static analyzers
Please don't submit the raw results of some static analysis. Please do submit the thoughtful results, though. Please test with kyua and create test case
contributing: Add note about static analyzers
Please don't submit the raw results of some static analysis. Please do submit the thoughtful results, though. Please test with kyua and create test cases for any actual bugs that might be fixed.
show more ...
|
| #
febba462
|
| 19-Sep-2023 |
Ed Maste <emaste@FreeBSD.org> |
CONTRIBUTING.md: add author identity info
We do not want @users.noreply.github.com addresses.
Reviewed by: imp Sponsored by: The FreeBSD Foundation Differential Revision: https://reviews.freebsd.or
CONTRIBUTING.md: add author identity info
We do not want @users.noreply.github.com addresses.
Reviewed by: imp Sponsored by: The FreeBSD Foundation Differential Revision: https://reviews.freebsd.org/D41918
show more ...
|
| #
46f59593
|
| 05-Jul-2023 |
WuerfelDev <dev@wuerfeldev.de> |
CONTRIBUTING.md: reinsert double spaces
Reviewed by: imp Pull Request: https://github.com/freebsd/freebsd-src/pull/788
|
| #
29cbe944
|
| 07-Jul-2023 |
WuerfelDev <dev@wuerfeldev.de> |
CONTRIBUTING.md: minor changes
- Misspelled GitHub - angle bracket not escaped correctly - Double white spaces - White spaces at EOL
Reviewed by: imp Pull Request: https://github.com/freebsd/freebs
CONTRIBUTING.md: minor changes
- Misspelled GitHub - angle bracket not escaped correctly - Double white spaces - White spaces at EOL
Reviewed by: imp Pull Request: https://github.com/freebsd/freebsd-src/pull/788
show more ...
|
| #
3aa0cc47
|
| 14-May-2023 |
Graham Perrin <grahamperrin@gmail.com> |
CONTRIBUTING.md: minor changes
Fix a singular/plural mistake, spelling error, a markup error, and a handful of other minor changes.
Reviewed by: imp Pull Request: https://github.com/freebsd/freebsd
CONTRIBUTING.md: minor changes
Fix a singular/plural mistake, spelling error, a markup error, and a handful of other minor changes.
Reviewed by: imp Pull Request: https://github.com/freebsd/freebsd-src/pull/742
show more ...
|
| #
7f6a000f
|
| 27-Apr-2023 |
Ed Maste <emaste@FreeBSD.org> |
CONTRIBUTING: add intro describing the ways we accept contributions
Reviewed by: imp Sponsored by: The FreeBSD Foundation Differential Revision: https://reviews.freebsd.org/D39854
|
| #
f5972708
|
| 27-Mar-2023 |
Tom Hukins <tom@FreeBSD.org> |
CONTRIBUTING.md: Fix checkstyle9.pl name
Pull request: https://github.com/freebsd/freebsd-src/pull/703
|
| #
9c43d5ca
|
| 21-Mar-2023 |
Warner Losh <imp@FreeBSD.org> |
CONTRIBUTING.md: Suggest using checkstyle9.pl
|
| #
05e2e803
|
| 28-Feb-2023 |
Ed Maste <emaste@FreeBSD.org> |
CONTRIBUTING.md: correct developer certificate of origin link markup
Sponsored by: The FreeBSD Foundation
|
| #
873c13f9
|
| 28-Feb-2023 |
Warner Losh <imp@FreeBSD.org> |
CONTRIBUTING.md: Suggest PR and Differential Revision lines
When there's an open PR and/or a Differential Revision, people evaluating the pull request will want to look at them. Suggest that the sub
CONTRIBUTING.md: Suggest PR and Differential Revision lines
When there's an open PR and/or a Differential Revision, people evaluating the pull request will want to look at them. Suggest that the submitter include this information to make it easier to process.
Sponsored by: Netflix
show more ...
|
| #
81ef45ed
|
| 25-Feb-2023 |
Warner Losh <imp@FreeBSD.org> |
CONTRIBUTING.md: Add in for github pull requests
Create a slightly longer version of the inforamtion available in the handbook in the file that Github displays for more information about contributin
CONTRIBUTING.md: Add in for github pull requests
Create a slightly longer version of the inforamtion available in the handbook in the file that Github displays for more information about contributing.
Sponsored by: Netflix
show more ...
|