Add kernel-layer support for chflags checks, remove (most) from the VFS layer.
[dragonfly.git] / sys / kern / vfs_helper.c
2009-05-06 Matthew DillonAdd kernel-layer support for chflags checks, remove...
2009-04-02 Matt DillonFix permissions check for utimes() - owner can call...
2008-12-15 Michael Neumannsuser_* to priv_* conversion
2008-05-25 Matthew DillonAdd vop_helper_chmod() and vop_helper_chown(). These...
2007-12-06 Matthew DillonAdd missing sys/proc.h
2007-11-20 Matthew DillonAdd vop_helper_create_uid() - roughly taken from UFS...
2007-11-20 Matthew DillonAdd a helper function vop_helper_setattr_flags() modele...
2007-11-02 Matthew DillonBreak-out the standard UNIX uid/gid tests for VOP_ACCES...