From owner-cvs-all Sun Apr 16 13:55:55 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 8A03E37BA96; Sun, 16 Apr 2000 13:55:51 -0700 (PDT) (envelope-from rwatson@FreeBSD.org) Received: (from rwatson@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id NAA83949; Sun, 16 Apr 2000 13:55:50 -0700 (PDT) (envelope-from rwatson@FreeBSD.org) Message-Id: <200004162055.NAA83949@freefall.freebsd.org> From: Robert Watson Date: Sun, 16 Apr 2000 13:55:50 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/getextattr getextattr.8 getextattr.c src/usr.sbin/setextattr setextattr.8 setextattr.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG rwatson 2000/04/16 13:55:50 PDT Added files: usr.sbin/getextattr getextattr.8 getextattr.c usr.sbin/setextattr setextattr.8 setextattr.c Log: Introduce userland utilities to set and get extended attributes. These utilities do not present the world's greatest interface, and will undoubtably change soon. However, they do let people experiment with extended attributes, and provide samples of how to use the syscalls. Obtained from: TrustedBSD To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message