History log of /freebsd-12.1/sys/modules/opensolaris/Makefile (Results 1 – 11 of 11)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
Revision tags: release/12.2.0, release/11.4.0, release/12.1.0, release/11.3.0
# 1e732c2f 27-Apr-2019 Mark Johnston <[email protected]>

MFC r346440:
Export cpu_core from opensolaris.ko.

PR: 191462


Revision tags: release/12.0.0, release/11.2.0, release/10.4.0, release/11.1.0
# 193d9e76 04-Mar-2017 Enji Cooper <[email protected]>

sys/modules: normalize .CURDIR-relative paths to SRCTOP

This simplifies make output/logic

Tested with: `cd sys/modules; make ALL_MODULES=` on amd64
MFC after: 1 month
Sponsored by: Dell EMC Isilon


Revision tags: release/11.0.1
# 9e579a58 24-Sep-2016 Mark Johnston <[email protected]>

Move implementations of uread() and uwrite() to the illumos compat layer.

MFC after: 1 week


Revision tags: release/11.0.0, release/10.3.0, release/10.2.0, release/10.1.0, release/9.3.0
# 50dd852b 06-Mar-2014 Marcel Moolenaar <[email protected]>

Use SYSDIR to reference to the top of the sys hierarchy. Define SYSDIR
relative to .CURDIR if not already defined. This makes the makefiles
more readable but also more re-usable and adaptable.

Obtai

Use SYSDIR to reference to the top of the sys hierarchy. Define SYSDIR
relative to .CURDIR if not already defined. This makes the makefiles
more readable but also more re-usable and adaptable.

Obtained from: Juniper Networks, Inc.

show more ...


Revision tags: release/10.0.0, release/9.2.0
# c319ea15 06-Aug-2013 Andriy Gapon <[email protected]>

opensolaris code: translate INVARIANTS to DEBUG and ZFS_DEBUG

Do this by forcing inclusion of
sys/cddl/compat/opensolaris/sys/debug_compat.h
via -include option into all source files from OpenSolari

opensolaris code: translate INVARIANTS to DEBUG and ZFS_DEBUG

Do this by forcing inclusion of
sys/cddl/compat/opensolaris/sys/debug_compat.h
via -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 fix
their build without DEBUG.

Also, meaning of DEBUG was overloaded to enable WITNESS support for some
OpenSolaris (primarily ZFS) locks. Now this overloading is removed and
that use of DEBUG is replaced with a new option OPENSOLARIS_WITNESS.

MFC after: 17 days

show more ...


Revision tags: release/8.4.0, release/9.1.0, release/8.3.0
# 10b9d77b 27-Feb-2011 Pawel Jakub Dawidek <[email protected]>

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

show more ...


Revision tags: release/7.4.0, release/8.2.0
# 80dfae5f 13-Sep-2010 Warner Losh <[email protected]>

Simplify atomic selection


# 2785677d 17-Jul-2010 Nathan Whitehorn <[email protected]>

Add OpenSolaris atomics for powerpc64 and connect ZFS to the build on
this platform.

Reviewed by: pjd


Revision tags: release/8.1.0, release/7.3.0, release/8.0.0
# 126b14f7 09-May-2009 Kip Macy <[email protected]>

fix atomic.S rename and vimage breakage

The latter was pointed out by Artem Belevich


Revision tags: release/7.2.0
# f58fac9d 24-Mar-2009 Marius Strobl <[email protected]>

As with ZFS use real atomic operations for sparc64.


Revision tags: release/7.1.0, release/6.4.0
# b8915e90 17-May-2008 John Birrell <[email protected]>

Add the DTrace kernel module makefiles.