Revision 9bb57c0b119ee75c9e49842a686c0ca07970e37c authored by Colin Percival on 25 January 2010, 23:48:47 UTC, committed by Colin Percival on 25 January 2010, 23:48:47 UTC
to HEAD in r185029; but this is an "inspired by" commit rather than a
literal merge, since this region of code in HEAD has other non-MFCable
changes.

The namei lookups this unbreaks are required for ZFS extended attributes;
prior to this commit, an attempt to look up (list, read, write, delete)
extended attributes would be handled as an attempt to look up a file in
the current directory if an extended attribute directory existed ("at vp"
was mishandled as "right here").

Reviewed by:	jhb
Approved by:	re (kib)
Found by:	Henrik Wiest & libarchive
1 parent 0ddd204
History
File Mode Size
GNUmakefile -rw-r--r-- 1.5 KB
Makefile -rw-r--r-- 1008 bytes
README -rw-r--r-- 1.3 KB
TODO -rw-r--r-- 1.4 KB
attrstack.c -rw-r--r-- 2.3 KB
attrstack.h -rw-r--r-- 1.7 KB
config.c -rw-r--r-- 14.4 KB
config.h -rw-r--r-- 3.7 KB
csup.1 -rw-r--r-- 23.9 KB
detailer.c -rw-r--r-- 15.9 KB
detailer.h -rw-r--r-- 1.5 KB
diff.c -rw-r--r-- 10.2 KB
diff.h -rw-r--r-- 2.1 KB
fattr.c -rw-r--r-- 22.0 KB
fattr.h -rw-r--r-- 4.3 KB
fattr_bsd.h -rw-r--r-- 2.2 KB
fattr_posix.h -rw-r--r-- 1.9 KB
fixups.c -rw-r--r-- 4.6 KB
fixups.h -rw-r--r-- 1.8 KB
fnmatch.c -rw-r--r-- 5.8 KB
fnmatch.h -rw-r--r-- 2.6 KB
globtree.c -rw-r--r-- 8.9 KB
globtree.h -rw-r--r-- 1.9 KB
idcache.c -rw-r--r-- 10.5 KB
idcache.h -rw-r--r-- 1.6 KB
keyword.c -rw-r--r-- 12.1 KB
keyword.h -rw-r--r-- 2.1 KB
lex.rcs.c -rw-r--r-- 59.3 KB
lister.c -rw-r--r-- 14.9 KB
lister.h -rw-r--r-- 1.4 KB
main.c -rw-r--r-- 8.9 KB
main.h -rw-r--r-- 1.4 KB
misc.c -rw-r--r-- 12.3 KB
misc.h -rw-r--r-- 4.3 KB
mux.c -rw-r--r-- 25.7 KB
mux.h -rw-r--r-- 1.8 KB
parse.y -rw-r--r-- 2.0 KB
pathcomp.c -rw-r--r-- 4.2 KB
pathcomp.h -rw-r--r-- 1.7 KB
proto.c -rw-r--r-- 25.2 KB
proto.h -rw-r--r-- 1.9 KB
queue.h -rw-r--r-- 7.1 KB
rcsfile.c -rw-r--r-- 33.3 KB
rcsfile.h -rw-r--r-- 3.0 KB
rcsparse.c -rw-r--r-- 8.2 KB
rcsparse.h -rw-r--r-- 1.6 KB
rcstokenizer.h -rw-r--r-- 7.9 KB
rcstokenizer.l -rw-r--r-- 2.1 KB
rsyncfile.c -rw-r--r-- 5.0 KB
rsyncfile.h -rw-r--r-- 1.8 KB
status.c -rw-r--r-- 19.8 KB
status.h -rw-r--r-- 2.5 KB
stream.c -rw-r--r-- 28.7 KB
stream.h -rw-r--r-- 3.2 KB
threads.c -rw-r--r-- 4.7 KB
threads.h -rw-r--r-- 1.6 KB
token.h -rw-r--r-- 1.8 KB
token.l -rw-r--r-- 2.4 KB
updater.c -rw-r--r-- 53.7 KB
updater.h -rw-r--r-- 1.5 KB

README

back to top