Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: src/lib/libpuffs
Module Name: src
Committed By: pooka
Date: Thu Feb 15 12:51:45 UTC 2007
Modified Files:
src/lib/libpuffs: null.c paths.c puffs.c puffs.h
Log Message:
* get rid of the holy kernel-given ISDOTDOT, and instead define a
macro which does strcmp against ".." and (the untranslated)
componentname
* make PUFFS_FLAG_BUILDPATH build paths also if dotdot is the case,
and adapt the regular path objects to this
* make nullfs lookup readable because we can now get rid of dotdot
processing there
To generate a diff of this commit:
cvs rdiff -r1.5 -r1.6 src/lib/libpuffs/null.c
cvs rdiff -r1.2 -r1.3 src/lib/libpuffs/paths.c
cvs rdiff -r1.28 -r1.29 src/lib/libpuffs/puffs.c
cvs rdiff -r1.29 -r1.30 src/lib/libpuffs/puffs.h
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