History log of /freebsd-14.2/CONTRIBUTING.md (Results 1 – 25 of 25)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
Revision tags: release/13.4.0-p5, release/13.5.0-p1, release/14.2.0-p3, release/13.5.0, release/14.2.0-p2, release/14.1.0-p8, release/13.4.0-p4, release/14.1.0-p7, release/14.2.0-p1, release/13.4.0-p3, release/14.2.0, release/13.4.0, release/14.1.0, release/13.3.0
# 0416bffd 28-Dec-2023 rilysh <[email protected]>

CONTRIBUTING.md: fix typo from commmit to commit

Signed-off-by: rilysh <[email protected]>
Pull-request: https://github.com/freebsd/freebsd-src/pull/960
(cherry picked from commit 5f71f9636efa25f

CONTRIBUTING.md: fix typo from commmit to commit

Signed-off-by: rilysh <[email protected]>
Pull-request: https://github.com/freebsd/freebsd-src/pull/960
(cherry picked from commit 5f71f9636efa25f6de1a832202bae7c78ad013aa)

show more ...


Revision tags: release/14.0.0
# 67e6b835 19-Sep-2023 Ed Maste <[email protected]>

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

(cherry picked from commit febba4622b605bfda0f44ae3c943ccdaa914cdeb)

show more ...


# 46f59593 05-Jul-2023 WuerfelDev <[email protected]>

CONTRIBUTING.md: reinsert double spaces

Reviewed by: imp
Pull Request: https://github.com/freebsd/freebsd-src/pull/788


# 29cbe944 07-Jul-2023 WuerfelDev <[email protected]>

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 <[email protected]>

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 ...


# 51a18302 10-May-2023 Joseph Mingrone <[email protected]>

Import tcpdump 4.99.4

Reviewed by: emaste
Sponsored by: The FreeBSD Foundation


# 7f6a000f 27-Apr-2023 Ed Maste <[email protected]>

CONTRIBUTING: add intro describing the ways we accept contributions

Reviewed by: imp
Sponsored by: The FreeBSD Foundation
Differential Revision: https://reviews.freebsd.org/D39854


# 058aa793 20-Apr-2023 Ed Maste <[email protected]>

Vendor import of libcbor 0.10.2


Revision tags: release/13.2.0
# f5972708 27-Mar-2023 Tom Hukins <[email protected]>

CONTRIBUTING.md: Fix checkstyle9.pl name

Pull request: https://github.com/freebsd/freebsd-src/pull/703


# 35af88c9 27-Mar-2023 Joseph Mingrone <[email protected]>

Import libpcap 1.10.3

Reviewed by: emaste
Sponsored by: The FreeBSD Foundation


# 9c43d5ca 21-Mar-2023 Warner Losh <[email protected]>

CONTRIBUTING.md: Suggest using checkstyle9.pl


# e4520c8b 01-Mar-2023 Enji Cooper <[email protected]>

openssl: Vendor import of OpenSSL-3.0.8

Summary:

Release notes can be found at
https://www.openssl.org/news/openssl-3.0-notes.html .

Obtained from: https://www.openssl.org/source/openssl-3.0.8.ta

openssl: Vendor import of OpenSSL-3.0.8

Summary:

Release notes can be found at
https://www.openssl.org/news/openssl-3.0-notes.html .

Obtained from: https://www.openssl.org/source/openssl-3.0.8.tar.gz
Differential Revision: https://reviews.freebsd.org/D38835

Test Plan:
```
$ git status
On branch vendor/openssl-3.0
nothing to commit, working tree clean
$ (cd ..; fetch http://www.openssl.org/source/openssl-${OSSLVER}.tar.gz http://www.openssl.org/source/openssl-${OSSLVER}.tar.gz.asc)
openssl-3.0.8.tar.gz 14 MB 4507 kBps 04s
openssl-3.0.8.tar.gz.asc 833 B 10 MBps 00s
$ set | egrep '(XLIST|OSSLVER)='
OSSLVER=3.0.8
XLIST=FREEBSD-Xlist
$ gpg --list-keys
/home/ngie/.gnupg/pubring.kbx
-----------------------------
pub rsa4096 2014-10-04 [SC]
7953AC1FBC3DC8B3B292393ED5E9E43F7DF9EE8C
uid [ unknown] Richard Levitte <[email protected]>
uid [ unknown] Richard Levitte <[email protected]>
uid [ unknown] Richard Levitte <[email protected]>
sub rsa4096 2014-10-04 [E]

$ gpg --verify openssl-${OSSLVER}.tar.gz.asc openssl-${OSSLVER}.tar.gz
gpg: Signature made Tue Feb 7 05:43:55 2023 PST
gpg: using RSA key 7953AC1FBC3DC8B3B292393ED5E9E43F7DF9EE8C
gpg: Good signature from "Richard Levitte <[email protected]>" [unknown]
gpg: aka "Richard Levitte <[email protected]>" [unknown]
gpg: aka "Richard Levitte <[email protected]>" [unknown]
gpg: WARNING: This key is not certified with a trusted signature!
gpg: There is no indication that the signature belongs to the owner.
Primary key fingerprint: 7953 AC1F BC3D C8B3 B292 393E D5E9 E43F 7DF9 EE8C
$ (cd vendor.checkout/; git status; find . -type f -or -type l | cut -c 3- | sort > ../old)
On branch vendor/openssl-3.0
nothing to commit, working tree clean
$ tar -x -X $XLIST -f ../openssl-${OSSLVER}.tar.gz -C ..
$ rsync --exclude FREEBSD.* --delete -avzz ../openssl-${OSSLVER}/* .
$ cat .git
gitdir: /home/ngie/git/freebsd-src/.git/worktrees/vendor.checkout
$ diff -arq ../openssl-3.0.8 .
Only in .: .git
Only in .: FREEBSD-Xlist
Only in .: FREEBSD-upgrade
$ git status FREEBSD*
On branch vendor/openssl-3.0
nothing to commit, working tree clean
$
```

Reviewers: emaste, jkim

Subscribers: imp, andrew, dab

Differential Revision: https://reviews.freebsd.org/D38835

show more ...


# 05e2e803 28-Feb-2023 Ed Maste <[email protected]>

CONTRIBUTING.md: correct developer certificate of origin link markup

Sponsored by: The FreeBSD Foundation


# 873c13f9 28-Feb-2023 Warner Losh <[email protected]>

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 <[email protected]>

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 ...


# b3392d84 25-Jan-2023 Allan Jude <[email protected]>

Import zstd 1.5.2


Revision tags: release/12.4.0, release/13.1.0, release/12.3.0, release/13.0.0
# f6ae9767 25-Dec-2020 Conrad Meyer <[email protected]>

Import zstd 1.4.8


Revision tags: release/12.2.0, release/11.4.0
# bc64b5ce 23-May-2020 Conrad Meyer <[email protected]>

Import Zstd 1.4.5


# 08334c51 17-Mar-2020 Brooks Davis <[email protected]>

Import the kyua testing framework for infrastructure software

Imported at 0.13 plus assumulated changes to git hash a685f91.

Obtained from: https://github.com/jmmv/kyua
Sponsored by: DARPA


Revision tags: release/12.1.0
# 30a580a8 06-Oct-2019 Philip Paeps <[email protected]>

Import libpcap 1.9.1


Revision tags: release/11.3.0
# e5a5dd6c 12-Mar-2019 Enji Cooper <[email protected]>

Import capsicum-test into ^/vendor/google/capsicum-test/dist

The following change imports google/capsicum-test@9333154 from GitHub, omitting
the embedded version of googletest, as well as the incomp

Import capsicum-test into ^/vendor/google/capsicum-test/dist

The following change imports google/capsicum-test@9333154 from GitHub, omitting
the embedded version of googletest, as well as the incomplete libcasper.

This test suite helps verify capsicum(3) support via functional tests
written in the GoogleTest test framework.

Kernel support for capsicum(4) is tested by side-effect of testing
capsicum(3).

NB: as discussed in a previous [closed] PR [1], the casper(3) tests are
incomplete/buggy and will not pass on FreeBSD. Thus, I have no intention of
integrating them into the build/test on FreeBSD as-is.

The import command used was:
```
curl -L https://github.com/google/capsicum-test/tarball/9333154 | tar --strip-components=1 -xvzf - -C dist/
rm -Rf dist/*/
```

1. https://github.com/google/capsicum-test/pull/26

Reviewed by: emaste (mentor)
Differential Revision: https://reviews.freebsd.org/D19261

show more ...


# 83481c8c 13-Feb-2019 Enji Cooper <[email protected]>

Import GoogleTest 1.8.1 into the vendor tree under `^/google/googletest/dist`

GoogleTest is a widely used opensource C++ test framework, licensed under a
BSD 3-clause license. It fits best in the re

Import GoogleTest 1.8.1 into the vendor tree under `^/google/googletest/dist`

GoogleTest is a widely used opensource C++ test framework, licensed under a
BSD 3-clause license. It fits best in the realm of doing functional/whitebox
testing, similar to ATF's C++ library. However, it has additional functionality
such as per-testcase setup fixtures, class level setup and teardown fixtures,
and a lot more functional/syntactic goodness.

In addition to large corporations adopting GoogleTest as their defacto C++ test
library (Facebook, Google, etc), many opensource projects have adopted
GoogleTest, e.g., the Capsicum project, Chrome, etc.

The goal for importing this is to enable testing with zfsd and integrate
googletest into kyua.

This is the final version that will support a pre-C++-11 compiler. As such, this
test framework will not be available to gcc 4.2.1, similar to ATF's C++ library.

A subsequent set of commits will:

1. Tag ^/google/googletest/dist as ^/google/googletest/1.8.1 using `svn cp ^/google/googletest/dist ^/google/googletest/1.8.1`.
2. Import this code into ^/head and integrate it into the build for all applicable
platforms and C++ compile toolchains.

The import was done via the following command pipeline on OSX:
```
curl -L https://github.com/google/googletest/archive/release-1.8.1.tar.gz | tar --strip-components=1 -xvzf - -C dist/
```

Approved by: emaste (mentor)
Discussed with: brooks, jtl
Differential Revision: https://reviews.freebsd.org/D18622

show more ...


Revision tags: release/12.0.0, release/11.2.0, release/10.4.0
# 902c8ce7 22-Aug-2017 Baptiste Daroussin <[email protected]>

Import zstd 1.3.1


Revision tags: release/11.1.0
# a19eddc3 15-Apr-2017 Baptiste Daroussin <[email protected]>

Import zstd 1.1.4


Revision tags: release/11.0.1, release/11.0.0
# 4e579f6c 11-May-2016 Martin Matuska <[email protected]>

Update vendor/libarchive/dist to git commit 61c56e5 (post 3.2.0)