|
Revision tags: release/12.4.0, release/13.1.0 |
|
| #
f91319d4 |
| 17-Dec-2021 |
Ed Maste <[email protected]> |
README.md: update gnu directory description
(At this point in main we have just LGPL libdialog and dialog, and GPL diff3, left in gnu/.)
Reported by: bapt MFC after: 3 days Sponsored by: The FreeBS
README.md: update gnu directory description
(At this point in main we have just LGPL libdialog and dialog, and GPL diff3, left in gnu/.)
Reported by: bapt MFC after: 3 days Sponsored by: The FreeBSD Foundation
(cherry picked from commit 266cbbfc65263a3b8bc7c95dd3d589aab7cefe7f)
show more ...
|
|
Revision tags: release/12.3.0, release/13.0.0 |
|
| #
5f9d61d0 |
| 16-Mar-2021 |
Dries Michiels <[email protected]> |
Update FreeBSD versions
Update supported FreeBSD versions in documentation.
Reviewed-by: Brian Behlendorf <[email protected]>
Reviewed-by: Ryan Moeller <[email protected]>
Signed-off-by: Dr
Update FreeBSD versions
Update supported FreeBSD versions in documentation.
Reviewed-by: Brian Behlendorf <[email protected]>
Reviewed-by: Ryan Moeller <[email protected]>
Signed-off-by: Dries Michiels <[email protected]>
Closes #11718
show more ...
|
| #
bf77fadc |
| 05-Feb-2021 |
Stefan Eßer <[email protected]> |
Revert "bc: Vendor import of Gavin Howard's bc version 3.2.6"
This reverts commit 601ac82194693fcae9d7d2a7ec7d66ebaf3fd61e.
Seems that git cherry-pick mis-merges files for this software. It associa
Revert "bc: Vendor import of Gavin Howard's bc version 3.2.6"
This reverts commit 601ac82194693fcae9d7d2a7ec7d66ebaf3fd61e.
Seems that git cherry-pick mis-merges files for this software. It associates files in completely unrelated sub-trees with same name files from this package, e.g. README.md and .gitignore.
My attempt to fix the mis-merge was incomplete and wrong. Therefore I'm reverting the commit that as a result of my failed attempt at conflict resolution lead to README.md and .gitignore in the top source directory to be deleted.
This mistake has been carried over to releng/13.0, which now also lacks README.md and .gitignore in /usr/src.
I'll try to re-apply the failed commit over the next hours and to get the fix merged to releng/13.0 with re approval.
show more ...
|
| #
a70c2a23 |
| 02-Jan-2021 |
Toomas Soome <[email protected]> |
Initial import of vendor/pnglite
|
| #
f6ae9767 |
| 25-Dec-2020 |
Conrad Meyer <[email protected]> |
Import zstd 1.4.8
|
| #
5ef5f51d |
| 23-Dec-2020 |
Li-Wen Hsu <[email protected]> |
Mark the repository has been converted to Git
This is the first Git commit to src.
Sponsored by: The FreeBSD Foundation
|
| #
3cc0c0d6 |
| 20-Dec-2020 |
Li-Wen Hsu <[email protected]> |
Mark the repository as being converted to Git.
This is the last Subversion commit to src.
Sponsored by: The FreeBSD Foundation
|
| #
2e4772e8 |
| 26-Nov-2020 |
Stefan Eßer <[email protected]> |
Import version 3.2.0
|
| #
907a6834 |
| 26-Nov-2020 |
Stefan Eßer <[email protected]> |
Revert incomplete import of version 3.2.0
|
| #
04f26504 |
| 26-Nov-2020 |
Stefan Eßer <[email protected]> |
Update to version 3.2.0
|
| #
4cb89f2e |
| 27-Oct-2020 |
Cy Schubert <[email protected]> |
Vendor import of Unbound 1.12.0.
|
|
Revision tags: release/12.2.0 |
|
| #
0be36012 |
| 17-Oct-2020 |
Matt Macy <[email protected]> |
Update OpenZFS to 2.0.0-rc3-gbd565f
|
| #
b0c9239f |
| 08-Oct-2020 |
George Melikov <[email protected]> |
docs: update README's installation link
OpenZFS is a cross-OS project now.
Reviewed-by: Ryan Moeller <[email protected]>
Reviewed-by: Kjeld Schouten <[email protected]>
Reviewed-by: Br
docs: update README's installation link
OpenZFS is a cross-OS project now.
Reviewed-by: Ryan Moeller <[email protected]>
Reviewed-by: Kjeld Schouten <[email protected]>
Reviewed-by: Brian Behlendorf <[email protected]>
Signed-off-by: George Melikov <[email protected]>
Closes #11022
show more ...
|
| #
3b0ce0e2 |
| 24-Aug-2020 |
Matt Macy <[email protected]> |
Vendor import of openzfs master @ 184df27eef0abdc7ab2105b21257f753834b936b
Sponsored by: iX Systems, Inc.
|
| #
a68dea2f |
| 03-Aug-2020 |
Stefan Eßer <[email protected]> |
Import version 3.1.4
This version makes dc exit after processing all commands passed via -e or -f instead of waiting for more input on STDIN (add "-f -" to the command line to emulate the behavior o
Import version 3.1.4
This version makes dc exit after processing all commands passed via -e or -f instead of waiting for more input on STDIN (add "-f -" to the command line to emulate the behavior of versionm 3.1.3 and earlier, if desired).
The version and copyright message are no longer printed for interactive sessions as was the case with the prior implementation in the FreeBSD base system.
Obtained from: https://git.yzena.com/gavin/bc
show more ...
|
| #
3960d892 |
| 07-Jul-2020 |
Stefan Eßer <[email protected]> |
Update to release 3.1.1
This release fixes a regression from traditional bc behavior in FreeBSD with regard to "-e quit" being passed on the command line and add Spanish message catalogs.
|
| #
1f958cfa |
| 27-Jun-2020 |
Stefan Eßer <[email protected]> |
Import new 2-clause BSD licenced implementation of the bc and dc commands
These implementations of the bc and dc programs offer a number of advantages compared to the current implementations in the
Import new 2-clause BSD licenced implementation of the bc and dc commands
These implementations of the bc and dc programs offer a number of advantages compared to the current implementations in the FreeBSD base system:
- They do not depend on external large number functions (i.e. no dependency on OpenSSL or any other large number library)
- They implements all features found in GNU bc/dc (with the exception of the forking of sub-processes, which the author of this version considers as a security issue).
- They are significantly faster than the current code in base (more than 2 orders of magnitude in some of my tests, e.g. for 12345^100000).
- They should be fully compatible with all features and the behavior of the current implementations in FreeBSD (not formally verified).
- They support POSIX message catalogs and come with localized messages in Chinese, Dutch, English, French, German, Japanese, Polish, Portugueze, and Russian.
- They offer very detailed man-pages that provide far more information than the current ones.
Approved by: imp Obtained from: https://git.yzena.com/gavin/bc Differential Revision: https://reviews.freebsd.org/D19982
show more ...
|
| #
76468511 |
| 17-Jun-2020 |
Jung-uk Kim <[email protected]> |
Import flex 2.6.4.
|
| #
d7aa8d0a |
| 15-Jun-2020 |
Andrew Turner <[email protected]> |
Import OpenCSD v0.14.2
Sponsored by: Innovate UK
|
|
Revision tags: release/11.4.0 |
|
| #
52998c7f |
| 04-Jun-2020 |
George Melikov <[email protected]> |
Update wiki links with new address
Use direct links to new documentation resource.
Reviewed-by: Brian Behlendorf <[email protected]>
Signed-off-by: George Melikov <[email protected]>
Closes #
Update wiki links with new address
Use direct links to new documentation resource.
Reviewed-by: Brian Behlendorf <[email protected]>
Signed-off-by: George Melikov <[email protected]>
Closes #10395
show more ...
|
| #
bc64b5ce |
| 23-May-2020 |
Conrad Meyer <[email protected]> |
Import Zstd 1.4.5
|
| #
6a53c00e |
| 21-May-2020 |
Cy Schubert <[email protected]> |
Vendor import of Unbound 1.10.1.
Security: CVE-2020-12662, CVE-2020-12663
|
| #
e117869a |
| 20-May-2020 |
Martin Matuska <[email protected]> |
Update vendor/libarchive/dist to git fc6563f5130d8a7ee1fc27c0e55baef35119f26c
Libarchive 3.4.3
Relevant vendor changes: PR #1352: support negative zstd compression levels PR #1359: improve zstd
Update vendor/libarchive/dist to git fc6563f5130d8a7ee1fc27c0e55baef35119f26c
Libarchive 3.4.3
Relevant vendor changes: PR #1352: support negative zstd compression levels PR #1359: improve zstd version checking PR #1348: support RHT.security.selinux from GNU tar PR #1357: support for archives compressed with pzstd PR #1367: fix issues in acl tests PR #1372: child handling cleanup PR #1378: fix memory leak from passphrase callback
show more ...
|
| #
6d9daf7d |
| 29-Apr-2020 |
Jakub Wojciech Klama <[email protected]> |
Import lib9p 7ddb1164407da19b9b1afb83df83ae65a71a9a66.
Approved by: trasz (mentor) MFC after: 1 month Sponsored by: Conclusive Engineering
|
| #
9f0a21e6 |
| 14-Apr-2020 |
Matthew Macy <[email protected]> |
Add FreeBSD support to OpenZFS
Add the FreeBSD platform code to the OpenZFS repository. As of this
commit the source can be compiled and tested on FreeBSD 11 and 12.
Subsequent commits are now re
Add FreeBSD support to OpenZFS
Add the FreeBSD platform code to the OpenZFS repository. As of this
commit the source can be compiled and tested on FreeBSD 11 and 12.
Subsequent commits are now required to compile on FreeBSD and Linux.
Additionally, they must pass the ZFS Test Suite on FreeBSD which is
being run by the CI. As of this commit 1230 tests pass on FreeBSD
and there are no unexpected failures.
Reviewed-by: Sean Eric Fagan <[email protected]>
Reviewed-by: Jorgen Lundman <[email protected]>
Reviewed-by: Richard Laager <[email protected]>
Reviewed-by: Brian Behlendorf <[email protected]>
Co-authored-by: Ryan Moeller <[email protected]>
Signed-off-by: Matt Macy <[email protected]>
Signed-off-by: Ryan Moeller <[email protected]>
Closes #898
Closes #8987
show more ...
|