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:05:24
Module Name:	src
Committed By:	thorpej
Date:		Sun Jul 10 22:05:24 UTC 2005

Modified Files:
	src/sys/kern: init_sysent.c syscalls.c
	src/sys/sys: syscall.h syscallargs.h

Log Message:
Regen:

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.164 -r1.165 src/sys/kern/init_sysent.c
cvs rdiff -r1.159 -r1.160 src/sys/kern/syscalls.c
cvs rdiff -r1.157 -r1.158 src/sys/sys/syscall.h
cvs rdiff -r1.139 -r1.140 src/sys/sys/syscallargs.h

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