Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: src/share/examples/puffs
Module Name: src
Committed By: pooka
Date: Sun Jun 24 18:32:00 UTC 2007
Modified Files:
src/share/examples/puffs: Makefile
Added Files:
src/share/examples/puffs/icfs: Makefile icfs.c
Log Message:
I wasn't going to add any more silly examples, but I'll bite for
this one, since it's a good exercise ..
Add icfs, which does the same thing as the refuse-based icfs agc
added earlier this week, i.e. null-mounts & converts the entire
namespace to lowercase. However, it's a fun comparison, since this
is implemented in a completely different fashion from the refuse
version.
To generate a diff of this commit:
cvs rdiff -r1.1 -r1.2 src/share/examples/puffs/Makefile
cvs rdiff -r0 -r1.1 src/share/examples/puffs/icfs/Makefile \
src/share/examples/puffs/icfs/icfs.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Home |
Main Index |
Thread Index |
Old Index