From owner-cvs-all Sun Dec 12 3:25:40 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 0D81114EE2; Sun, 12 Dec 1999 03:25:35 -0800 (PST) (envelope-from newton@FreeBSD.org) Received: (from newton@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id DAA50300; Sun, 12 Dec 1999 03:25:34 -0800 (PST) (envelope-from newton@FreeBSD.org) Message-Id: <199912121125.DAA50300@freefall.freebsd.org> From: Mark Newton Date: Sun, 12 Dec 1999 03:25:34 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/svr4 svr4_misc.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk newton 1999/12/12 03:25:34 PST Modified files: sys/svr4 svr4_misc.c Log: Replace the svr4_sys_getdents64() routine with a port of linux_getdents() -- differences between the VFS interface between FreeBSD and NetBSD make it easier to pick up the Linux one than to continue development with the NetBSD port. This patch fixes a bug which caused duplicate filenames to be seen by callers to svr4_sys_getdents64(), leading to malformed directory listings from Solaris client programs. Obtained from: The Linuxulator, with a pointer from marcel Revision Changes Path 1.12 +125 -86 src/sys/svr4/svr4_misc.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message