5887 want bootfs
commit76ca3cb000306bc4052fe820a7e4a6998dbcf932
authorRobert Mustacchi <rm@joyent.com>
Wed, 29 Apr 2015 23:49:11 +0000 (29 16:49 -0700)
committerRobert Mustacchi <rm@joyent.com>
Sat, 7 Nov 2015 06:06:30 +0000 (6 22:06 -0800)
tree1a6e44f5b93b04c48a3a4a3db10c989172a83e42
parent0181461b79a0991f2269dad3ef978086e6c70257
5887 want bootfs
Reviewed by: Keith M Wesolowski <wesolows@foobazco.org>
Approved by: Gordon Ross <gordon.ross@nexenta.com>
20 files changed:
usr/src/Targetdirs
usr/src/cmd/fs.d/Makefile
usr/src/cmd/fs.d/bootfs/Makefile [new file with mode: 0644]
usr/src/cmd/fs.d/bootfs/mount.c [new file with mode: 0644]
usr/src/man/man7fs/Makefile
usr/src/man/man7fs/bootfs.7fs [new file with mode: 0644]
usr/src/pkg/manifests/SUNWcs.mf
usr/src/pkg/manifests/system-kernel.man7fs.inc
usr/src/pkg/manifests/system-kernel.mf
usr/src/uts/common/Makefile.files
usr/src/uts/common/Makefile.rules
usr/src/uts/common/fs/bootfs/bootfs_construct.c [new file with mode: 0644]
usr/src/uts/common/fs/bootfs/bootfs_vfsops.c [new file with mode: 0644]
usr/src/uts/common/fs/bootfs/bootfs_vnops.c [new file with mode: 0644]
usr/src/uts/common/fs/vfs.c
usr/src/uts/common/sys/fs/bootfs_impl.h [new file with mode: 0644]
usr/src/uts/intel/Makefile.intel
usr/src/uts/intel/bootfs/Makefile [new file with mode: 0644]
usr/src/uts/sparc/Makefile.sparc
usr/src/uts/sparc/bootfs/Makefile [new file with mode: 0644]