1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-18 10:35:55 +00:00
freebsd/sys/fs/devfs
Poul-Henning Kamp 7e760e148a Originally when DEVFS was added, a global variable "devfs_present"
was used to control code which were conditional on DEVFS' precense
since this avoided the need for large-scale source pollution with
#include "opt_geom.h"

Now that we approach making DEVFS standard, replace these tests
with an #ifdef to facilitate mechanical removal once DEVFS becomes
non-optional.

No functional change by this commit.
2003-01-19 11:03:07 +00:00
..
devfs_devs.c Originally when DEVFS was added, a global variable "devfs_present" 2003-01-19 11:03:07 +00:00
devfs_rule.c Add symlink support to devfs_rule_matchpath(). This allows the user 2003-01-11 02:36:20 +00:00
devfs_vfsops.c Remove dm_root entry from struct devfs_mount. It's never set, and is 2002-12-09 03:44:28 +00:00
devfs_vnops.c Even if the permissions deny it, a process should be allowed to 2003-01-13 22:20:36 +00:00
devfs.h Remove dm_root entry from struct devfs_mount. It's never set, and is 2002-12-09 03:44:28 +00:00