|
Revision tags: release/12.4.0, release/13.1.0 |
|
| #
884938e7 |
| 26-Dec-2021 |
Andriy Gapon <[email protected]> |
add exuberant ctags tags file to gitignore
(cherry picked from commit ace3370392f8cf874dafece4a9f558840b688e01)
|
|
Revision tags: release/12.3.0, release/13.0.0 |
|
| #
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 ...
|
| #
a67522b2 |
| 11-Jan-2021 |
Roger Pau Monné <[email protected]> |
gitignore: expand list of ignored files
Add the *.swp and *~ pattern for vim temporary files. Expand the cscope ones to include all files possibly generated by cscope and also add some known object
gitignore: expand list of ignored files
Add the *.swp and *~ pattern for vim temporary files. Expand the cscope ones to include all files possibly generated by cscope and also add some known object formats.
Also remove the leading '?' from cscope.out, or else it doesn't match the cscope.out file generated by default (as it expects an extra character in front).
Reviewed by: gjb, uqs, lwhsu Sponsored by: Citrix Systems R&D Differential Revision: https://reviews.freebsd.org/D28095
show more ...
|
| #
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 |
|
| #
a21d9b36 |
| 09-Oct-2020 |
Warner Losh <[email protected]> |
Stop ignoring makeLINT generated files
We're going to check these files in shortly since we don't need to generate them anymore. Generated files cause issues for different work flows anyway.
Review
Stop ignoring makeLINT generated files
We're going to check these files in shortly since we don't need to generate them anymore. Generated files cause issues for different work flows anyway.
Reviewed by: kevans Differential Revision: https://reviews.freebsd.org/D26540
show more ...
|
| #
2a1ac9cd |
| 09-Sep-2020 |
Baptiste Daroussin <[email protected]> |
Import nvi 2.2.0
|
| #
7973006f |
| 21-Aug-2020 |
Cy Schubert <[email protected]> |
Vendor import of Unbound 1.11.0.
|
| #
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 ...
|
|
Revision tags: release/11.4.0 |
|
| #
6a53c00e |
| 21-May-2020 |
Cy Schubert <[email protected]> |
Vendor import of Unbound 1.10.1.
Security: CVE-2020-12662, CVE-2020-12663
|
| #
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 ...
|
| #
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
|
| #
4b2c3eb9 |
| 17-Mar-2020 |
Brooks Davis <[email protected]> |
Import lutok, a Lightweight C++ API for Lua.
This a snapshot of the latest version with git hash: 8f8eaef.
Obtained from: https://github.com/jmmv/lutok Sponsored by: DARPA
|
| #
cbda686f |
| 05-Jan-2020 |
Martin Matuska <[email protected]> |
Update vendor/libarchive/dist to git 5e270715b51d199467195b56f77e21cb8bb1d642
Relevant vendor changes: Issue #1302: Plug memory leak on failure of archive_write_client_open()
|
| #
e2fe7268 |
| 28-Dec-2019 |
Cy Schubert <[email protected]> |
Vendor import of Unbound 1.9.6.
|
| #
e69bb31b |
| 02-Dec-2019 |
Michael Niewöhner <[email protected]> |
Adapt gitignore for modules
Remove the specific gitignore rules for module left-overs and add a
generic one in modules/.
Reviewed-by: Ryan Moeller <[email protected]>
Reviewed-by: Brian Behlen
Adapt gitignore for modules
Remove the specific gitignore rules for module left-overs and add a
generic one in modules/.
Reviewed-by: Ryan Moeller <[email protected]>
Reviewed-by: Brian Behlendorf <[email protected]>
Reviewed-by: Kjeld Schouten <[email protected]>
Signed-off-by: Michael Niewöhner <[email protected]>
Closes #9656
show more ...
|
|
Revision tags: release/12.1.0 |
|
| #
608f8749 |
| 01-Oct-2019 |
Brian Behlendorf <[email protected]> |
Perform KABI checks in parallel
Reduce the time required for ./configure to perform the needed
KABI checks by allowing kbuild to compile multiple test cases in
parallel. This was accomplished by
Perform KABI checks in parallel
Reduce the time required for ./configure to perform the needed
KABI checks by allowing kbuild to compile multiple test cases in
parallel. This was accomplished by splitting each test's source
code from the logic handling whether that code could be compiled
or not.
By introducing this split it's possible to minimize the number of
times kbuild needs to be invoked. As importantly, it means all of
the tests can be built in parallel. This does require a little extra
care since we expect some tests to fail, so the --keep-going (-k)
option must be provided otherwise some tests may not get compiled.
Furthermore, since a failure during the kbuild modpost phase will
result in an early exit; the final linking phase is limited to tests
which passed the initial compilation and produced an object file.
Once everything has been built the configure script proceeds as
previously. The only significant difference is that it now merely
needs to test for the existence of a .ko file to determine the
result of a given test. This vastly speeds up the entire process.
New test cases should use ZFS_LINUX_TEST_SRC to declare their test
source code and ZFS_LINUX_TEST_RESULT to check the result. All of
the existing kernel-*.m4 files have been updated accordingly, see
config/kernel-current-time.m4 for a basic example. The legacy
ZFS_LINUX_TRY_COMPILE macro has been kept to handle special cases
but it's use is not encouraged.
master (secs) patched (secs)
------------- ----------------
autogen.sh 61 68
configure 137 24 (~17% of current run time)
make -j $(nproc) 44 44
make rpms 287 150
Reviewed-by: Tony Hutter <[email protected]>
Signed-off-by: Brian Behlendorf <[email protected]>
Closes #8547
Closes #9132
Closes #9341
show more ...
|
| #
ddee9fd0 |
| 28-Sep-2019 |
Emmanuel Vadot <[email protected]> |
Import DTS from Linux 5.2
|
| #
ff4b68ee |
| 19-Aug-2019 |
Dominic Pearson <[email protected]> |
Linux 5.3 compat: Makefile subdir-m no longer supported
Uses obj-m instead, due to kernel changes.
See LKML: Masahiro Yamada, Tue, 6 Aug 2019 19:03:23 +0900
Reviewed-by: Brian Behlendorf <behl
Linux 5.3 compat: Makefile subdir-m no longer supported
Uses obj-m instead, due to kernel changes.
See LKML: Masahiro Yamada, Tue, 6 Aug 2019 19:03:23 +0900
Reviewed-by: Brian Behlendorf <[email protected]>
Reviewed-by: Tony Hutter <[email protected]>
Signed-off-by: Dominic Pearson <[email protected]>
Closes #9169
show more ...
|
| #
d52a918e |
| 10-Aug-2019 |
Conrad Meyer <[email protected]> |
.gitignore: Add LINT kernel configurations generated into SRCDIR
|
|
Revision tags: release/11.3.0 |
|
| #
366b94c4 |
| 30-Jun-2019 |
Dag-Erling Smørgrav <[email protected]> |
Vendor import of Unbound 1.9.2.
|