aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/getextattr
Commit message (Collapse)AuthorAgeFilesLines
* Xref to extattr(2) and extattr(3).Dima Dorfman2001-06-241-1/+2
| | | | Notes: svn path=/head/; revision=78740
* Xref extattr_get_file(2).Dima Dorfman2001-06-241-0/+1
| | | | Notes: svn path=/head/; revision=78729
* Add a namespace argument to one of the examples.Dima Dorfman2001-06-241-1/+1
| | | | Notes: svn path=/head/; revision=78728
* Include missing header files which define functions for which gcc hasDima Dorfman2001-06-241-0/+1
| | | | | | | 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-7/+7
| | | | | | | | | | 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-10/+23
| | | | | | | | | | | 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
* Add the '-l' option which prints string attribute followed by a file name.Boris Popov2000-05-112-10/+26
| | | | | | | Reviewed by: rwatson, sheldonh Notes: svn path=/head/; revision=60372
* Minor mdoc markup fixes.Sheldon Hearn2000-05-101-6/+7
| | | | | | | Reviewed by: maintainer Notes: svn path=/head/; revision=60326
* Minor man page formatting changes and improvements.Robert Watson2000-04-171-2/+5
| | | | | | | 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/+203
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