From owner-freebsd-hackers@FreeBSD.ORG Tue Nov 26 23:15:53 2013 Return-Path: Delivered-To: freebsd-hackers@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id ABD00C0D; Tue, 26 Nov 2013 23:15:53 +0000 (UTC) Received: from wojtek.tensor.gdynia.pl (wojtek.tensor.gdynia.pl [188.252.31.196]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 2CD7725B5; Tue, 26 Nov 2013 23:15:52 +0000 (UTC) Received: from wojtek.tensor.gdynia.pl (localhost [127.0.0.1]) by wojtek.tensor.gdynia.pl (8.14.6/8.14.7) with ESMTP id rAQN1dBb027714; Wed, 27 Nov 2013 00:01:39 +0100 (CET) (envelope-from wojtek@wojtek.tensor.gdynia.pl) Received: from localhost (wojtek@localhost) by wojtek.tensor.gdynia.pl (8.14.6/8.14.7/Submit) with ESMTP id rAQN1dZR027711; Wed, 27 Nov 2013 00:01:39 +0100 (CET) (envelope-from wojtek@wojtek.tensor.gdynia.pl) Date: Wed, 27 Nov 2013 00:01:39 +0100 (CET) From: Wojciech Puchar To: Lionel Cons Subject: Re: Alternate Data Stream Support in FreeBSD (was Re: O_XATTR support in FreeBSD?) In-Reply-To: Message-ID: References: User-Agent: Alpine 2.00 (BSF 1167 2008-08-23) MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed X-Greylist: Sender passed SPF test, not delayed by milter-greylist-4.4.3 (wojtek.tensor.gdynia.pl [127.0.0.1]); Wed, 27 Nov 2013 00:01:39 +0100 (CET) Cc: Rick Macklem , Pedro Giffuni , Cedric Blancher , Freebsd hackers list , Richard Yao , Jordan Hubbard X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.16 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 26 Nov 2013 23:15:53 -0000 >> there are additional functions for manipulating EAs that go well beyond >> the Solaris extensions to the directory and file I/O functions. Assuming you >> want to be able to get/set as well as enumerate or remove EAs, then >> you might just as well add getxattr(2), listxattr(2), removexattr(2), setxattr(2) >> too and follow the herd (Linux and OS X, so far). > > You mean 'follow the lemmings down into the abyss'? :) seems to. why just not make 2 files when two "data streams" are needed. if compatibility is needed with other OSes (like windows with SMB export) - just add this to samba.