Subject: CVS commit: src/sys/fs/tmpfs
To: None <source-changes@NetBSD.org>
From: Julio M. Merino Vidal <jmmv@netbsd.org>
List: source-changes
Date: 09/29/2005 19:48:21
Module Name: src
Committed By: jmmv
Date: Thu Sep 29 19:48:21 UTC 2005
Modified Files:
src/sys/fs/tmpfs: tmpfs.h tmpfs_vnops.c tmpfs_vnops.h
Log Message:
Implement the tmpfs_advlock operation. Makes "user-level" file locking
work (aka lockf(3)).
To generate a diff of this commit:
cvs rdiff -r1.7 -r1.8 src/sys/fs/tmpfs/tmpfs.h
cvs rdiff -r1.14 -r1.15 src/sys/fs/tmpfs/tmpfs_vnops.c
cvs rdiff -r1.4 -r1.5 src/sys/fs/tmpfs/tmpfs_vnops.h
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.