Subject: CVS commit: src
To: None <source-changes@netbsd.org>
From: Jason R Thorpe <thorpej@netbsd.org>
List: source-changes
Date: 04/30/1999 11:43:02
Module Name:	src
Committed By:	thorpej
Date:		Fri Apr 30 18:43:01 UTC 1999

Modified Files:
	src/sys/sys: filedesc.h
	src/sys/kern: init_main.c kern_descrip.c kern_fork.c kern_sig.c
	    uipc_usrreq.c vfs_getcwd.c vfs_lookup.c vfs_syscalls.c
Log Message:
Break cdir/rdir/cmask info out of struct filedesc, and put it in a new
substructure, `cwdinfo'.  Implement optional sharing of this substructure.

This is required for clone(2).