MFC r346440:Export cpu_core from opensolaris.ko.PR: 191462
sys/modules: normalize .CURDIR-relative paths to SRCTOPThis simplifies make output/logicTested with: `cd sys/modules; make ALL_MODULES=` on amd64MFC after: 1 monthSponsored by: Dell EMC Isilon
Move implementations of uread() and uwrite() to the illumos compat layer.MFC after: 1 week
Use SYSDIR to reference to the top of the sys hierarchy. Define SYSDIRrelative to .CURDIR if not already defined. This makes the makefilesmore readable but also more re-usable and adaptable.Obtai
Use SYSDIR to reference to the top of the sys hierarchy. Define SYSDIRrelative to .CURDIR if not already defined. This makes the makefilesmore readable but also more re-usable and adaptable.Obtained from: Juniper Networks, Inc.
show more ...
opensolaris code: translate INVARIANTS to DEBUG and ZFS_DEBUGDo this by forcing inclusion ofsys/cddl/compat/opensolaris/sys/debug_compat.hvia -include option into all source files from OpenSolari
opensolaris code: translate INVARIANTS to DEBUG and ZFS_DEBUGDo this by forcing inclusion ofsys/cddl/compat/opensolaris/sys/debug_compat.hvia -include option into all source files from OpenSolaris.Note that this -include option must always be after -include opt_global.h.Additionally, remove forced definition of DEBUG for some modules and fixtheir build without DEBUG.Also, meaning of DEBUG was overloaded to enable WITNESS support for someOpenSolaris (primarily ZFS) locks. Now this overloading is removed andthat use of DEBUG is replaced with a new option OPENSOLARIS_WITNESS.MFC after: 17 days
Finally... Import the latest open-source ZFS version - (SPA) 28.Few new things available from now on:- Data deduplication.- Triple parity RAIDZ (RAIDZ3).- zfs diff.- zpool split.- Snapshot ho
Finally... Import the latest open-source ZFS version - (SPA) 28.Few new things available from now on:- Data deduplication.- Triple parity RAIDZ (RAIDZ3).- zfs diff.- zpool split.- Snapshot holds.- zpool import -F. Allows to rewind corrupted pool to earlier transaction group.- Possibility to import pool in read-only mode.MFC after: 1 month
Simplify atomic selection
Add OpenSolaris atomics for powerpc64 and connect ZFS to the build onthis platform.Reviewed by: pjd
fix atomic.S rename and vimage breakageThe latter was pointed out by Artem Belevich
As with ZFS use real atomic operations for sparc64.
Add the DTrace kernel module makefiles.