git: DEVFS - sync up mount with userland; fix bugs

看板DFBSD_commit作者時間16年前 (2009/08/17 17:01), 編輯推噓0(000)
留言0則, 0人參與, 最新討論串1/1
commit 9cf39e57443abe8456b5bad6ed885cd176009dc6 Author: Alex Hornung <ahornung@gmail.com> Date: Fri Aug 14 17:34:18 2009 +0100 DEVFS - sync up mount with userland; fix bugs * Add support for the userland mount options in kernel and rely on them to set the jailed property of the mount point. * Fix comparison of mount points by changing it to use strcmp instead of relying on an always-0 length. * Allow link rules to be created for links. (* possibly problematic? *) Summary of changes: sys/vfs/devfs/devfs.h | 13 ++++++++++--- sys/vfs/devfs/devfs_core.c | 5 +---- sys/vfs/devfs/devfs_rules.c | 8 ++------ sys/vfs/devfs/devfs_vfsops.c | 16 ++++++++++++++-- 4 files changed, 27 insertions(+), 15 deletions(-) http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/9cf39e57443abe8456b5bad6ed885cd176009dc6 -- DragonFly BSD source repository
文章代碼(AID): #1AYHnMkt (DFBSD_commit)