DragonFly-2.3.2.218.g21864 master sys/vfs/devfs Makefile devfs.h devfs_core.c devfs_helper.c devfs_rules.c devfs_rules.h devfs_vfsops.c devfs_vnops.c
Matthew Dillon
dillon at crater.dragonflybsd.org
Mon Aug 3 21:59:50 PDT 2009
commit 21864bc579750a64b812ace90eb937fa5d8b31e5
Author: Matthew Dillon <dillon at apollo.backplane.com>
Date: Sat Aug 1 09:43:36 2009 -0700
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 at gmail.com>
Submitted-by: Alex Hornung <ahornung at gmail.com>
Summary of changes:
sys/vfs/devfs/Makefile | 4 +
sys/vfs/devfs/devfs.h | 420 ++++++++
sys/vfs/devfs/devfs_core.c | 2193 ++++++++++++++++++++++++++++++++++++++++++
sys/vfs/devfs/devfs_helper.c | 273 ++++++
sys/vfs/devfs/devfs_rules.c | 522 ++++++++++
sys/vfs/devfs/devfs_rules.h | 89 ++
sys/vfs/devfs/devfs_vfsops.c | 177 ++++
sys/vfs/devfs/devfs_vnops.c | 2047 +++++++++++++++++++++++++++++++++++++++
8 files changed, 5725 insertions(+), 0 deletions(-)
create mode 100644 sys/vfs/devfs/Makefile
create mode 100644 sys/vfs/devfs/devfs.h
create mode 100644 sys/vfs/devfs/devfs_core.c
create mode 100644 sys/vfs/devfs/devfs_helper.c
create mode 100644 sys/vfs/devfs/devfs_rules.c
create mode 100644 sys/vfs/devfs/devfs_rules.h
create mode 100644 sys/vfs/devfs/devfs_vfsops.c
create mode 100644 sys/vfs/devfs/devfs_vnops.c
http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/21864bc579750a64b812ace90eb937fa5d8b31e5
--
DragonFly BSD source repository
More information about the Commits
mailing list