Date: Sun, 12 Dec 1999 03:25:34 -0800 (PST) From: Mark Newton <newton@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/svr4 svr4_misc.c Message-ID: <199912121125.DAA50300@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199912121125.DAA50300>