DEVFS - Bring Alex's GSOC DEVFS core into the main tree
authorMatthew Dillon <dillon@apollo.backplane.com>
Sat, 1 Aug 2009 16:43:36 +0000 (09:43 -0700)
committerMatthew Dillon <dillon@apollo.backplane.com>
Sat, 1 Aug 2009 16:43:36 +0000 (09:43 -0700)
commit21864bc579750a64b812ace90eb937fa5d8b31e5
treef9737c00303d12a67a6134ab8c79036f3cd10bb1
parent36ea022112ec63847750aed5933a0aef484521aa
DEVFS - Bring Alex's GSOC DEVFS core into the main tree

This is a rollup commit bringing in Alex Hornung's GSOC DEVFS project
core in.  This is the VFS portion of the project.

Author: Alex Hornung <ahornung@gmail.com>
Submitted-by: Alex Hornung <ahornung@gmail.com>
sys/vfs/devfs/Makefile [new file with mode: 0644]
sys/vfs/devfs/devfs.h [new file with mode: 0644]
sys/vfs/devfs/devfs_core.c [new file with mode: 0644]
sys/vfs/devfs/devfs_helper.c [new file with mode: 0644]
sys/vfs/devfs/devfs_rules.c [new file with mode: 0644]
sys/vfs/devfs/devfs_rules.h [new file with mode: 0644]
sys/vfs/devfs/devfs_vfsops.c [new file with mode: 0644]
sys/vfs/devfs/devfs_vnops.c [new file with mode: 0644]