Subject: CVS commit: src/share/examples/refuse/icfs
To: None <source-changes@NetBSD.org>
From: Alistair G. Crooks <agc@netbsd.org>
List: source-changes
Date: 06/21/2007 22:05:29
Module Name:	src
Committed By:	agc
Date:		Thu Jun 21 22:05:28 UTC 2007

Update of /cvsroot/src/share/examples/refuse/icfs
In directory ivanova.netbsd.org:/tmp/cvs-serv20802

Log Message:
Initial import of icfs, a case-insensitive/retentive file system.

This file system is based on librefuse and puffs.

	The icfs(8) utility can be used to mount an existing directory on a
	new mount point.  icfs makes use of the virtdir(3) virtual directory
	routines.  Underneath those virtual directories, the individual
	directory entries will be displayed as an exact mirror of the original
	directory, except that any capital letters in the original entry's
	name will be substituted with an entry name consisting entirely of
	lower-case letters.

This is an unusual example of a refuse-based file system which provides
lesser functionality than the file system it sits on.


Vendor Tag:	CROOKS
Release Tags:	icfs-base
		
N src/share/examples/refuse/icfs/icfs.c
N src/share/examples/refuse/icfs/Makefile
N src/share/examples/refuse/icfs/icfs.8

No conflicts created by this import