aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/extattr
Commit message (Expand)AuthorAgeFilesLines
* vfs_extattr: Allow extattr names up to the full maxConrad Meyer2020-05-141-3/+0
* setextattr: Increase stdin buffer size to 4096Alan Somers2020-01-161-1/+1
* various: general adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-271-0/+2
* DIRDEPS_BUILD: Update dependencies.Bryan Drewery2017-10-311-1/+0
* Add HAS_TESTS to all Makefiles that are currently using theEnji Cooper2017-08-021-0/+1
* Convert traditional ${MK_TESTS} conditional idiom for including testEnji Cooper2017-08-021-3/+1
* Don't assume NAME_MAX is 255Enji Cooper2017-04-041-1/+6
* Clean up more trailing whitespace in the licensing tort thatEnji Cooper2017-04-041-1/+1
* Clean up trailing whitespaceEnji Cooper2017-04-041-15/+15
* Disable extattr test on UFS1.Ruslan Bukin2016-09-211-1/+5
* DIRDEPS_BUILD: Add some missing dirctories to the build.Bryan Drewery2016-08-311-0/+11
* Fix usr.sbin/extattr testcases on tmpfsAlan Somers2016-06-131-0/+27
* DIRDEPS_BUILD: Update dependencies.Bryan Drewery2016-05-261-0/+1
* rmextattr(8) man page clarifications regarding -qqAlan Somers2016-05-261-1/+2
* Merge ^/user/ngie/release-pkg-fix-tests to unbreak how test files are installedEnji Cooper2016-05-041-4/+0
* Fix "getextattr -x" with non-ascii attribute valuesAlan Somers2016-05-042-4/+18
* Allow setextattr(8) to take attribute values from stdinAlan Somers2016-05-044-34/+93
* Add PACKAGE fields to usr.sbin/extattr/tests/MakefileAlan Somers2016-04-281-0/+4
* Add ATF tests for usr.sbin/extattrAlan Somers2016-04-223-0/+301
* Add META_MODE support.Simon J. Gerraty2015-06-131-0/+19
|\
| * dirdeps.mk now sets DEP_RELDIRSimon J. Gerraty2015-06-081-2/+0
| * Updated dependenciesSimon J. Gerraty2014-05-161-1/+0
| * Updated dependenciesSimon J. Gerraty2014-05-101-0/+2
| * sync from headSimon J. Gerraty2013-04-121-27/+34
| |\ | |/ |/|
| * Updated dependenciesSimon J. Gerraty2013-03-111-0/+1
| * Updated dependenciesSimon J. Gerraty2013-02-161-2/+0
| * Sync FreeBSD's bmake branch with Juniper's internal bmake branch.Marcel Moolenaar2012-08-221-0/+20
* | Fix return type of extattr_set_* and fix rmextattr(8) utility.Matthew D Fleming2013-04-021-27/+33
* | Don't print an empty line for files with no attributes when -q is given forPawel Jakub Dawidek2013-02-221-1/+2
|/
* 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