From owner-cvs-all Sat Feb 14 20:17:16 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id UAA17323 for cvs-all-outgoing; Sat, 14 Feb 1998 20:17:16 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id UAA17317; Sat, 14 Feb 1998 20:17:15 -0800 (PST) (envelope-from dyson@FreeBSD.org) From: John Dyson Received: (from dyson@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id UAA02467; Sat, 14 Feb 1998 20:17:11 -0800 (PST) Date: Sat, 14 Feb 1998 20:17:11 -0800 (PST) Message-Id: <199802150417.UAA02467@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG Subject: cvs commit: src/sys/kern init_main.c kern_descrip.c vfs_lookup.c vfs_syscalls.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk dyson 1998/02/14 20:17:10 PST Modified files: sys/kern init_main.c kern_descrip.c vfs_lookup.c vfs_syscalls.c Log: Make the rootdir handling more consistent. Now, processes always have a root vnode associated with them, and no special checks for the null case are needed. Submitted by: terry@freebsd.org Revision Changes Path 1.84 +2 -2 src/sys/kern/init_main.c 1.51 +4 -7 src/sys/kern/kern_descrip.c 1.26 +3 -3 src/sys/kern/vfs_lookup.c 1.93 +2 -3 src/sys/kern/vfs_syscalls.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message