-
Notifications
You must be signed in to change notification settings - Fork 1.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
OpenZFS refactor - factor platform specific bits out of libzfs #9377
OpenZFS refactor - factor platform specific bits out of libzfs #9377
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Reviewed By: [email protected]
Out of curiosity, what platforms use LIBFETCH right now? OsX is still on the original OpenSSL version of the source, which I think ZOL changed away from, due to licenses, do both fbsd and zol use libfetch? |
|
1815184
to
b5540f7
Compare
b5540f7
to
e01fb8e
Compare
I'm reverting that change. We're going to import libfetch for platforms that don't have it included as part of a separate PR. |
Signed-off-by: Matthew Macy <[email protected]>
e01fb8e
to
5d885a1
Compare
Codecov Report
@@ Coverage Diff @@
## master #9377 +/- ##
===========================================
+ Coverage 66.62% 79.15% +12.53%
===========================================
Files 326 408 +82
Lines 105097 122533 +17436
===========================================
+ Hits 70017 96992 +26975
+ Misses 35080 25541 -9539
Continue to review full report at Codecov.
|
Signed-off-by: Matthew Macy [email protected]
Motivation and Context
Description
How Has This Been Tested?
Types of changes
Checklist:
Signed-off-by
.