aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/setextattr
Commit message (Collapse)AuthorAgeFilesLines
* The .Nm utilityPhilippe Charnier2002-07-141-2/+6
| | | | Notes: svn path=/head/; revision=99968
* Replace /kernel with /boot/kernel/kernel.Josef Karthauser2002-05-091-3/+3
| | | | | | | | PR: docs/37757 Submitted by: Hiten Pandya <hiten@uk.FreeBSD.org> Notes: svn path=/head/; revision=96247
* Update userland tools to reflect extattr API changes.Robert Watson2002-02-101-5/+2
| | | | | | | | | | | Note that getextattr has not yet been updated to dynamically allocate a read buffer, although that can now be done. Obtained from: TrustedBSD Project Sponsored by: NAI Labs Notes: svn path=/head/; revision=90451
* Prototype usage() and set WARNS?=2Chris D. Faulhaber2001-12-042-0/+4
| | | | | | | | Approved by: rwatson Obtained from: TrustedBSD Project Notes: svn path=/head/; revision=87351
* o Reflect moving of extattr_namespace calls to libc from libutil; noRobert Watson2001-11-161-3/+0
| | | | | | | | | | longer need to link libutil into command-line extended attribute utilities. Obtained from: TrustedBSD Project Notes: svn path=/head/; revision=86453
* Perform a major cleanup of the usr.sbin Makefiles.David E. O'Brien2001-07-201-0/+1
| | | | | | | | These are not perfectly in agreement with each other style-wise, but they are orders of orders of magnitude more consistent style-wise than before. Notes: svn path=/head/; revision=80029
* Remove GCC'isms in CFLAGS.David E. O'Brien2001-07-201-1/+0
| | | | Notes: svn path=/head/; revision=80022
* Xref to extattr(2) and extattr(3).Dima Dorfman2001-06-241-1/+2
| | | | Notes: svn path=/head/; revision=78740
* Xref extattr_set_file(2).Dima Dorfman2001-06-241-0/+1
| | | | Notes: svn path=/head/; revision=78730
* Include missing header files which define functions for which gcc hasDima Dorfman2001-06-241-0/+2
| | | | | | | builtints (e.g., exit, strcmp). Notes: svn path=/head/; revision=78720
* Fix LDADD and add missing DPADD.Ruslan Ermilov2001-03-271-2/+4
| | | | Notes: svn path=/head/; revision=74866
* - Backout botched attempt to introduce MANSECT feature.Ruslan Ermilov2001-03-261-0/+1
| | | | | | | - MAN[1-9] -> MAN. Notes: svn path=/head/; revision=74816
* Set the default manual section for usr.sbin/ to 8.Ruslan Ermilov2001-03-201-2/+0
| | | | Notes: svn path=/head/; revision=74532
* o Rename "namespace" argument to "attrnamespace" as namespace is a C++Robert Watson2001-03-192-6/+6
| | | | | | | | | | reserved word. Submitted by: jkh Obtained from: TrustedBSD Project Notes: svn path=/head/; revision=74440
* o Update getextattr and setextattr utilities to take into account theRobert Watson2001-03-153-12/+27
| | | | | | | | | | | revised EA interface with explicit namespacing. Link against libutil to provide string/constant conversion for namespaces. Document revised interface. Obtained from: TrustedBSD Project Notes: svn path=/head/; revision=74276
* mdoc(7) police: use the new features of the Nm macro.Ruslan Ermilov2000-11-201-1/+1
| | | | Notes: svn path=/head/; revision=68965
* Minor mdoc markup fixes.Sheldon Hearn2000-05-101-2/+1
| | | | | | | Reviewed by: maintainer Notes: svn path=/head/; revision=60326
* Minor man page formatting changes and improvements.Robert Watson2000-04-171-3/+7
| | | | | | | Suggested by: chris Notes: svn path=/head/; revision=59303
* Code compiles and installs 100% better if included in the Makefile.Robert Watson2000-04-161-0/+7
| | | | | | | Suggested by: Voices in my head. Notes: svn path=/head/; revision=59299
* Introduce userland utilities to set and get extended attributes. TheseRobert Watson2000-04-162-0/+139
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 Notes: svn path=/head/; revision=59295