Date: Wed, 15 Feb 2006 23:41:32 +1100 From: Geoffrey Giesemann <geoffwa@idkfa.ath.cx> To: freebsd-current@freebsd.org Subject: Extended Attributes API Message-ID: <20060215124132.GA51235@idkfa.ath.cx>
next in thread | raw e-mail | index | archive | help
Apologies if this has been covered already. The FreeBSD calls to get/set/list extended attributes differ from those in Linux: FreeBSD Linux ---------- ---------- extattr_get_* *getxattr extattr_set_* *setxattr extattr_list_* *listxattr extattr_delete_* *removexattr Is FreeBSD going to provide an extended attributes API that is compatible with the one Linux is using, or should devlopers write a wrapper around these calls? (Playing around with Samba 4 which can use extended attributes to store all that Windows stuff) --Geoff
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20060215124132.GA51235>