History log of /netbsd/external/cddl/osnet/sys/sys/policy.h (Results 1 – 9 of 9)
Revision Date Author Comments
# b9c1fd7f 16-May-2020 christos <christos@NetBSD.org>

Add ACL support for FFS. From FreeBSD.


# eada09ac 28-May-2018 chs <chs@NetBSD.org>

merge a new version of the CDDL dtrace and ZFS code.
this changes the upstream vendor from OpenSolaris to FreeBSD,
and this version is based on FreeBSD svn r315983.

in addition to the 10 years of im

merge a new version of the CDDL dtrace and ZFS code.
this changes the upstream vendor from OpenSolaris to FreeBSD,
and this version is based on FreeBSD svn r315983.

in addition to the 10 years of improvements from upstream,
this version also has these NetBSD-specific enhancements:
- dtrace FBT probes can now be placed in kernel modules.
- ZFS now supports mmap().

show more ...


# c820f007 19-Oct-2012 riastradh <riastradh@NetBSD.org>

Add omitted secpolicy_vnode_utime_modify, for zfs.


# 0aa22bd6 18-Oct-2012 riastradh <riastradh@NetBSD.org>

Take a first whack at making zfs permissions work.

zfs_access uses secpolicy_vnode_access, so it makes no sense for the
latter to call VOP_ACCESS!

Everything seems to return EACCES instead of EPERM

Take a first whack at making zfs permissions work.

zfs_access uses secpolicy_vnode_access, so it makes no sense for the
latter to call VOP_ACCESS!

Everything seems to return EACCES instead of EPERM, probably because
that's what kauth returns. This should be fixed, but that may
require some nontrivial surgery to zfs's calls to secpolicy_*, which
is where kauth gets involved.

This commit imports some code from illumos to implement the routine
secpolicy_vnode_setattr. This shouldn't be outside dist/, but for
now it is expedient to do so. We ought to fix that, along with all
the other CDDL code outside dist/, when we next import a newer
version of zfs.

show more ...


# ac8906f7 01-Mar-2010 darran <darran@NetBSD.org>

DTrace: fix a few problems introduced by the recent ZFS update (expected
problems from the OpenSolaris merge).


# a3bfe6d9 28-Feb-2010 haad <haad@NetBSD.org>

Add NetBSD build glue to build new zfs version 22 sources.


# 01c9547e 21-Feb-2010 darran <darran@NetBSD.org>

Apply NetBSD changes to DTrace.

Ok with core@.


# bb8023b5 21-Feb-2010 darran <darran@NetBSD.org>

Add the FreeBSD 8-RC1 changes for DTrace.

Ok with core@.


# fc8ec0b8 07-Aug-2009 haad <haad@NetBSD.org>

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

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@.

show more ...