Subject: CVS commit: src/lib/libpuffs
To: None <source-changes@NetBSD.org>
From: Antti Kantee <pooka@netbsd.org>
List: source-changes
Date: 02/15/2007 12:51:45
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.