aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/extattr
Commit message (Expand)AuthorAgeFilesLines
* extattr: Fix a signed/unsigned issueZachary Loafman2010-05-121-2/+5
* Fix a bug when printing attributes from multiple files: buflen could beNathan Whitehorn2010-01-211-1/+1
* The last big commit: let usr.sbin/ use WARNS=6 by default.Ed Schouten2010-01-021-2/+0
* Invoke err() with a format string rather than directly with a passedRobert Watson2008-07-151-1/+1
* Update lsextattr(8) to use the new extattr_list_*() APIs, rather thanRobert Watson2003-06-051-12/+28
* mdoc(7) police: Scheduled sweep.Ruslan Ermilov2003-02-241-17/+32
* Document the -n option and fix manpage Fl usage.Brian Feldman2002-10-101-6/+8
* Add an -n option to write the trailing nul byte to the extattr whenBrian Feldman2002-10-101-4/+10
* Correct argc verification (don't crash).Brian Feldman2002-10-101-2/+7
* Add -h flags to each of the *extattr(8) commands, indicating thatRobert Watson2002-10-102-20/+43
* Use basename(3) to derive the name of the binary from argv[0].Robert Watson2002-10-101-1/+2
* Add the new userland tool for manipulating extended attributes.Poul-Henning Kamp2002-08-303-0/+369