DEVFS - sync up mount with userland; fix bugs
authorAlex Hornung <ahornung@gmail.com>
Fri, 14 Aug 2009 16:34:18 +0000 (17:34 +0100)
committerAlex Hornung <ahornung@gmail.com>
Mon, 17 Aug 2009 09:15:55 +0000 (10:15 +0100)
commit9cf39e57443abe8456b5bad6ed885cd176009dc6
treeb6103afe3e8425d9b2a7c7103129e4962f85fb8a
parent8212e7002976ac716f7429e985ed276a08717076
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? *)
sys/vfs/devfs/devfs.h
sys/vfs/devfs/devfs_core.c
sys/vfs/devfs/devfs_rules.c
sys/vfs/devfs/devfs_vfsops.c