DragonFly-2.3.2.218.g21864 master sys/vfs/devfs Makefile devfs.h

看板DFBSD_commit作者時間16年前 (2009/08/04 13:32), 編輯推噓0(000)
留言0則, 0人參與, 最新討論串1/1
commit 21864bc579750a64b812ace90eb937fa5d8b31e5 Author: Matthew Dillon <dillon@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@gmail.com> Submitted-by: Alex Hornung <ahornung@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
文章代碼(AID): #1ATyVOJ9 (DFBSD_commit)