From owner-freebsd-i386@FreeBSD.ORG Thu Mar 13 02:10:03 2008 Return-Path: Delivered-To: freebsd-i386@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 0DD67106567E for ; Thu, 13 Mar 2008 02:10:03 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id E7F338FC12 for ; Thu, 13 Mar 2008 02:10:02 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.2/8.14.2) with ESMTP id m2D2A2jh013726 for ; Thu, 13 Mar 2008 02:10:02 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.2/8.14.1/Submit) id m2D2A27K013725; Thu, 13 Mar 2008 02:10:02 GMT (envelope-from gnats) Date: Thu, 13 Mar 2008 02:10:02 GMT Message-Id: <200803130210.m2D2A27K013725@freefall.freebsd.org> To: freebsd-i386@FreeBSD.org From: Gary Stanley Cc: Subject: Re: i386/121656: [libc] [PATCH] telldir issues X-BeenThere: freebsd-i386@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Gary Stanley List-Id: I386-specific issues for FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 13 Mar 2008 02:10:03 -0000 The following reply was made to PR i386/121656; it has been noted by GNATS. From: Gary Stanley To: FreeBSD-gnats-submit@FreeBSD.org Cc: Subject: Re: i386/121656: [libc] [PATCH] telldir issues Date: Wed, 12 Mar 2008 21:34:31 -0400 It should also be noted that this fix apparently corrects some samba issues users were having on netbsd and are currently having on freebsd. The original NetBSD PR is http://mail-index.netbsd.org/netbsd-bugs/2004/02/05/0008.html christos committed the fix for tell/seekdir etc using a pointer for each dir instead of a hash table, which is what this patch does.