From owner-freebsd-bugs@FreeBSD.ORG Fri May 3 17:30:02 2013 Return-Path: Delivered-To: freebsd-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 669CFBC6 for ; Fri, 3 May 2013 17:30:02 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id 40526145E for ; Fri, 3 May 2013 17:30:02 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.6/8.14.6) with ESMTP id r43HU2NL050707 for ; Fri, 3 May 2013 17:30:02 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.6/8.14.6/Submit) id r43HU2gf050706; Fri, 3 May 2013 17:30:02 GMT (envelope-from gnats) Date: Fri, 3 May 2013 17:30:02 GMT Message-Id: <201305031730.r43HU2gf050706@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: John Baldwin Subject: Re: kern/94519: [libc] [patch] Add UF_HIDDEN file flag; map it to Windows " hidden" attribute for msdosfs, ntfs X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: John Baldwin List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 03 May 2013 17:30:02 -0000 The following reply was made to PR kern/94519; it has been noted by GNATS. From: John Baldwin To: bug-followup@freebsd.org, mday@apple.com Cc: Ken Merry Subject: Re: kern/94519: [libc] [patch] Add UF_HIDDEN file flag; map it to Windows "hidden" attribute for msdosfs, ntfs Date: Fri, 3 May 2013 11:49:57 -0400 Another file-flag related patch. -- John Baldwin