⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 readme

📁 Solaris操作系统下的过滤驱动程序, C源码程序.
💻
字号:
		       GENERAL INFORMATION ON FISTGENFiST (File System Translator) is a language for describing stackable filesystems.  Fistgen is the FiST language code translator.   This packageincludes sources for fistgen, stackable templates for several operatingsystems, FiST Home Page:	http://www.cs.columbia.edu/~ezk/research/fist/The home page contains the latest sources, papers, and other information.Note that this release of fistgen is provided AS-IS and represents work inprogress.  Do not use these stackable file systems on your productionsystems.  Furthermore, this release includes only the core subset of FiSTlanguage functionality described in my papers on my Web page (but more thanenough to get you writing stackable file systems of your own :-)The "INSTALL" file included with this package contains building andinstallation instructions.The file systems distributed with this package are:cryptfs/cryptfs.fist:	encrypts file names and data pages using Blowfish			(Open Source, exportable)gzipfs/gzipfs.fist:	compresses files based on the Deflate algorithmuuencodefs/uuencodefs.fist: uuencodes filescopyfs/copyfs.fist:	turns on size-changing algorithm support (SCA) used			in gzipfs and uuencodes, but then only copies data			without changing its size; useful to measure the			overhead of the SCA code.  SCA file systems are			currently available only for Linux 2.3.tests/base0fs.fist:	null layer ala lofstests/base1fs.fist:	null layer, but copies data pages between layerstests/base2fs.fist	null layer, but copies file names between layerstests/base3fs.fist:	null layer, but copies both file names and data			pages between layers.tests/wrapfs.fist:	same as base3fstests/rot13fs.fist:	cheap encryption file system using rot13tests/rot1fs.fist:	same as rot13fs, but using an asymmetric algorithm.tests/snoopfs.fist:	tells when users snoop your filestests/aclfs.fist:	adds simple ACLs per directoryNote that to understand more what these file systems do, you should readsome of the papers in the FiST home page listed above.Please contact me with any questions you might have.Erez Zadok.---Assistant Professor, Computer Science Department, Stony Brook UniversityEMail: ezk@cs.sunysb.edu           Web: http://www.cs.sunysb.edu/~ezk

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -