Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: src/share/examples/refuse/icfs



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.

Status:

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




Home | Main Index | Thread Index | Old Index