#
3bda331b |
| 25-May-2017 |
Chunwei Chen <david.chen@osnexus.com> |
Improve gitignore
Exclude Makefile.in in module/ and fix the gitignore in cmd/ Also, ignore *.patch and *.orig files
Signed-off-by: Chunwei Chen <david.chen@osnexus.com>
|
#
71d5a254 |
| 16-Apr-2017 |
Dimitry Andric <dim@FreeBSD.org> |
Vendor import of llvm trunk r300422: https://llvm.org/svn/llvm-project/llvm/trunk@300422
|
#
a19eddc3 |
| 15-Apr-2017 |
Baptiste Daroussin <bapt@FreeBSD.org> |
Import zstd 1.1.4
|
#
c1d9abf9 |
| 06-Apr-2017 |
John Wren Kennedy <john.kennedy@delphix.com> |
OpenZFS 7290 - ZFS test suite needs to control what utilities it can run
Authored by: John Wren Kennedy <john.kennedy@delphix.com> Reviewed by: Dan Kimmel <dan.kimmel@delphix.com> Reviewed by: Matth
OpenZFS 7290 - ZFS test suite needs to control what utilities it can run
Authored by: John Wren Kennedy <john.kennedy@delphix.com> Reviewed by: Dan Kimmel <dan.kimmel@delphix.com> Reviewed by: Matthew Ahrens <mahrens@delphix.com> Reviewed by: Dan McDonald <danmcd@omniti.com> Approved by: Gordon Ross <gordon.w.ross@gmail.com> Ported-by: Brian Behlendorf <behlendorf1@llnl.gov> Ported-by: George Melikov <mail@gmelikov.ru>
Porting Notes: - Utilities which aren't available under Linux have been removed. - Because of sudo's default secure path behavior PATH must be explicitly reset at the top of libtest.shlib. This avoids the need for all users to customize secure path on their system. - Updated ZoL infrastructure to manage constrained path - Updated all test cases - Check permissions for usergroup tests - When testing in-tree create links under bin/ - Update fault cleanup such that missing files during cleanup aren't fatal. - Configure su environment with constrained path
OpenZFS-issue: https://www.illumos.org/issues/7290 OpenZFS-commit: https://github.com/openzfs/openzfs/commit/1d32ba6 Closes #5903
show more ...
|
#
53a420fb |
| 02-Jan-2017 |
Dimitry Andric <dim@FreeBSD.org> |
Vendor import of libc++ trunk r290819: https://llvm.org/svn/llvm-project/libcxx/trunk@290819
|
#
b915e9e0 |
| 02-Jan-2017 |
Dimitry Andric <dim@FreeBSD.org> |
Vendor import of llvm trunk r290819: https://llvm.org/svn/llvm-project/llvm/trunk@290819
|
#
9d70aec6 |
| 19-Oct-2016 |
Brian Behlendorf <behlendorf1@llnl.gov> |
Update .gitignore
Two additional files were recently introduced and should be
ignored by git.
Signed-off-by: Brian Behlendorf <behlendorf1@llnl.gov>
Closes #5299
|
Revision tags: release/11.0.1, release/11.0.0 |
|
#
16237819 |
| 16-Sep-2016 |
Andrew Turner <andrew@FreeBSD.org> |
Import the Linaro Cortex Strings library from https://git.linaro.org/toolchain/cortex-strings.git
Sponsored by: The FreeBSD Foundation
|
#
fb833883 |
| 29-Jul-2016 |
Nikolay Borisov <n.borisov.lkml@gmail.com> |
Add gitignore entry for spl-*.o.d files
Signed-off-by: Nikolay Borisov <n.borisov.lkml@gmail.com> Signed-off-by: Brian Behlendorf <behlendorf1@llnl.gov> Issue #565
|
#
7db3f078 |
| 24-Jul-2016 |
Xin LI <delphij@FreeBSD.org> |
Vendor import of libdivsufsort, a software library that implements a lightweight suffix array construction algorithm.
Obtained from: https://github.com/y-256/libdivsufsort
|
#
2b6b257f |
| 23-Jul-2016 |
Dimitry Andric <dim@FreeBSD.org> |
Vendor import of clang release_39 branch r276489: https://llvm.org/svn/llvm-project/cfe/branches/release_39@276489
|
#
01095a5d |
| 23-Jul-2016 |
Dimitry Andric <dim@FreeBSD.org> |
Vendor import of llvm release_39 branch r276489: https://llvm.org/svn/llvm-project/llvm/branches/release_39@276489
|
#
0b04990a |
| 12-May-2016 |
Tom Caputi <tcaputi@datto.com> |
Illumos Crypto Port module added to enable native encryption in zfs
A port of the Illumos Crypto Framework to a Linux kernel module (found in module/icp). This is needed to do the actual encryption
Illumos Crypto Port module added to enable native encryption in zfs
A port of the Illumos Crypto Framework to a Linux kernel module (found in module/icp). This is needed to do the actual encryption work. We cannot use the Linux kernel's built in crypto api because it is only exported to GPL-licensed modules. Having the ICP also means the crypto code can run on any of the other kernels under OpenZFS. I ended up porting over most of the internals of the framework, which means that porting over other API calls (if we need them) should be fairly easy. Specifically, I have ported over the API functions related to encryption, digests, macs, and crypto templates. The ICP is able to use assembly-accelerated encryption on amd64 machines and AES-NI instructions on Intel chips that support it. There are place-holder directories for similar assembly optimizations for other architectures (although they have not been written).
Signed-off-by: Tom Caputi <tcaputi@datto.com> Signed-off-by: Tony Hutter <hutter2@llnl.gov> Signed-off-by: Brian Behlendorf <behlendorf1@llnl.gov> Issue #4329
show more ...
|
#
4e579f6c |
| 11-May-2016 |
Martin Matuska <mm@FreeBSD.org> |
Update vendor/libarchive/dist to git commit 61c56e5 (post 3.2.0)
|
#
8c8f03ca |
| 11-May-2016 |
Martin Matuska <mm@FreeBSD.org> |
Keep full libarchive distribution in vendor branch (prep for 3.2.0 update)
|
#
b7ee3a38 |
| 13-Apr-2016 |
Phil Shafer <phil@FreeBSD.org> |
Import libxo 0.4.6
|
Revision tags: release/10.3.0 |
|
#
a7af7146 |
| 12-Dec-2015 |
Dag-Erling Smørgrav <des@FreeBSD.org> |
import unbound 1.5.7
|
#
61b9a725 |
| 06-Sep-2015 |
Dimitry Andric <dim@FreeBSD.org> |
Import libc++ 3.7.0 release (r246257).
|
Revision tags: release/10.2.0 |
|
#
ee8648bd |
| 08-Aug-2015 |
Dimitry Andric <dim@FreeBSD.org> |
Vendor import of llvm trunk r242221: https://llvm.org/svn/llvm-project/llvm/trunk@242221
|
#
1a82d4c0 |
| 05-Jul-2015 |
Dimitry Andric <dim@FreeBSD.org> |
Vendor import of llvm trunk r241361: https://llvm.org/svn/llvm-project/llvm/trunk@241361
|
#
2e645aa5 |
| 21-Jun-2015 |
Dimitry Andric <dim@FreeBSD.org> |
Vendor import of clang trunk r240225: https://llvm.org/svn/llvm-project/cfe/trunk@240225
|
#
5a5ac124 |
| 27-May-2015 |
Dimitry Andric <dim@FreeBSD.org> |
Vendor import of llvm trunk r238337: https://llvm.org/svn/llvm-project/llvm/trunk@238337
|
#
fb911942 |
| 24-Mar-2015 |
Dimitry Andric <dim@FreeBSD.org> |
Vendor import of lld trunk r233088: https://llvm.org/svn/llvm-project/lld/trunk@233088
|
#
67c32a98 |
| 18-Jan-2015 |
Dimitry Andric <dim@FreeBSD.org> |
Vendor import of llvm RELEASE_360/rc1 tag r226102 (effectively, 3.6.0 RC1): https://llvm.org/svn/llvm-project/llvm/tags/RELEASE_360/rc1@226102
|
#
ca9211ec |
| 07-Jan-2015 |
Dimitry Andric <dim@FreeBSD.org> |
Import compiler-rt trunk r224034.
https://llvm.org/svn/llvm-project/compiler-rt/trunk@224034
|