Subject: CVS commit: src/lib/libpuffs
To: None <source-changes@NetBSD.org>
From: Antti Kantee <pooka@netbsd.org>
List: source-changes
Date: 11/16/2007 18:35:10
Module Name:	src
Committed By:	pooka
Date:		Fri Nov 16 18:35:10 UTC 2007

Modified Files:
	src/lib/libpuffs: puffs.3 puffs.c puffs.h puffs_priv.h

Log Message:
Introduce puffs_daemon(), which works like daemon(3) except that it
also synchronizes with puffs_mount() and does not return (exit) in the
parent process until the file system has been mounted.  This makes
it possible to reliably run e.g. mount_foo jippi /kai ; cd /kai/ee


To generate a diff of this commit:
cvs rdiff -r1.32 -r1.33 src/lib/libpuffs/puffs.3
cvs rdiff -r1.74 -r1.75 src/lib/libpuffs/puffs.c
cvs rdiff -r1.93 -r1.94 src/lib/libpuffs/puffs.h
cvs rdiff -r1.31 -r1.32 src/lib/libpuffs/puffs_priv.h

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