| History log of /src/external/cddl/osnet/lib/libavl/Makefile |
| Revision | | Date | Author | Comments |
| 1.6 |
| 22-Sep-2019 |
brad | Add USE_SHLIBDIR=yes to a number of Makefiles for the libraries used by /sbin/{zfs,zpool,mount_zfs}. The general effect is to move them from /usr/lib to /lib. Compatibility links are installed in /usr/lib and nothing that is installed, say in /usr/pkg, appears to break.
With this, it is possible to have a /var and /usr mount using ZFS legacy mounting early on in the boot process.
Run tested on amd64 and i386 and compile tested on evbarm.
|
| 1.5 |
| 04-Aug-2016 |
christos | branches: 1.5.14; 1.5.16; include bsd.init.mnk for consistency and set NOLINT since this overrides MKLINT which can be re-set from /etc/mk.conf.
|
| 1.4 |
| 13-Jan-2011 |
haad | branches: 1.4.28; Fix zfs Makefiles + debug, don't add -g by default only when MKDEBUG is enabled. Fix header assert conflicts + bump WARNS for some libs.
|
| 1.3 |
| 21-Feb-2010 |
darran | Apply NetBSD changes to DTrace.
Ok with core@.
|
| 1.2 |
| 21-Feb-2010 |
darran | Add the FreeBSD 8-RC1 changes for DTrace.
Ok with core@.
|
| 1.1 |
| 07-Aug-2009 |
haad | Add NetBSD Solaris compat code and reachover Makefiles. Most of code written by Andrew Doran some of it by me.
This is still work in progress code. There are known issues. Zfs can panic your system still. I will commit integration bits and needed kernel bits later when we fix most obvious bugs. This code need some support from our kernel which I will commit in a separate patch and therefore itnot work yet.
Issues:
1) Support for openat/fstatat syscalls. 2) getnewvnode locking against myself panic when reclaiming vnodes 3) Replace solaris taskq with our workqueue which doesn't need to alloc anything during work. 4) Investigate problems with NO_WAIT allocations.
Oked by core@ and ad@.
|
| 1.4.28.1 |
| 06-Aug-2016 |
pgoyette | Sync with HEAD
|
| 1.5.16.1 |
| 27-Sep-2019 |
martin | Pull up following revision(s) (requested by brad in ticket #252):
external/cddl/osnet/lib/libzpool/Makefile: revision 1.13 lib/libpthread/Makefile: revision 1.95 external/cddl/osnet/lib/libuutil/Makefile: revision 1.6 distrib/sets/lists/base/shl.mi: revision 1.871 external/cddl/osnet/lib/libzfs_core/Makefile: revision 1.2 external/cddl/osnet/lib/libnvpair/Makefile: revision 1.11 external/cddl/osnet/lib/libzfs/Makefile: revision 1.10 external/cddl/osnet/lib/libavl/Makefile: revision 1.6 distrib/sets/lists/debug/shl.mi: revision 1.230 external/cddl/osnet/lib/libumem/Makefile: revision 1.7
Add USE_SHLIBDIR=yes to a number of Makefiles for the libraries used by /sbin/{zfs,zpool,mount_zfs}. The general effect is to move them from /usr/lib to /lib. Compatibility links are installed in /usr/lib and nothing that is installed, say in /usr/pkg, appears to break.
With this, it is possible to have a /var and /usr mount using ZFS legacy mounting early on in the boot process. Run tested on amd64 and i386 and compile tested on evbarm.
Fix MKDEBUG distrib sets Add libpthread, libnvpair and ZFS libs to dynamicroot.
|
| 1.5.14.1 |
| 13-Apr-2020 |
martin | Mostly merge changes from HEAD upto 20200411
|