Subject: CVS commit: src/sys
To: None <source-changes@NetBSD.org>
From: Jason R Thorpe <thorpej@netbsd.org>
List: source-changes
Date: 07/10/2005 22:04:20
Module Name:	src
Committed By:	thorpej
Date:		Sun Jul 10 22:04:20 UTC 2005

Modified Files:
	src/sys/kern: syscalls.master vfs_xattr.c
	src/sys/sys: extattr.h

Log Message:
Add Linux-compatible {,fl}{get,set,list}xattr() system call interface
to the VFS extended attribute subsystem.


To generate a diff of this commit:
cvs rdiff -r1.146 -r1.147 src/sys/kern/syscalls.master
cvs rdiff -r1.1 -r1.2 src/sys/kern/vfs_xattr.c
cvs rdiff -r1.1 -r1.2 src/sys/sys/extattr.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.