freebsd-src/sys/fs/devfs
Robert Watson 6a113b3de7 Merge the dev_clone and dev_clone_cred event handlers into a single
event handler, dev_clone, which accepts a credential argument.
Implementors of the event can ignore it if they're not interested,
and most do.  This avoids having multiple event handler types and
fall-back/precedence logic in devfs.

This changes the kernel API for /dev cloning, and may affect third
party packages containg cloning kernel modules.

Requested by:	phk
MFC after:	3 days
2005-08-08 19:55:32 +00:00
..
devfs.h Remove kernelside support for devfs rules filtering on major numbers. 2005-03-08 19:51:27 +00:00
devfs_devs.c When devfs cloning takes place, provide access to the credential of the 2005-07-14 10:22:09 +00:00
devfs_rule.c Remove kernelside support for devfs rules filtering on major numbers. 2005-03-08 19:51:27 +00:00
devfs_vfsops.c devfs is not yet fully MPSAFE - for example, multiple concurrent devfs(8) 2005-07-29 23:00:56 +00:00
devfs_vnops.c Merge the dev_clone and dev_clone_cred event handlers into a single 2005-08-08 19:55:32 +00:00