summaryrefslogtreecommitdiff
path: root/usr.sbin/extattr
AgeCommit message (Expand)Author
2024-07-15Remove residual blank line at start of MakefileWarner Losh
2023-08-16Remove $FreeBSD$: two-line nroff patternWarner Losh
2023-08-16Remove $FreeBSD$: one-line sh patternWarner Losh
2023-08-16Remove $FreeBSD$: two-line .h patternWarner Losh
2023-04-18Update/fix Makefile.depend for userlandSimon J. Gerraty
2023-03-02extattr: Remove useless return at the end of void functionElyes Haouas
2020-05-14vfs_extattr: Allow extattr names up to the full maxConrad Meyer
2020-01-16setextattr: Increase stdin buffer size to 4096Alan Somers
2017-11-27various: general adoption of SPDX licensing ID tags.Pedro F. Giffuni
2017-10-31DIRDEPS_BUILD: Update dependencies.Bryan Drewery
2017-08-02Add HAS_TESTS to all Makefiles that are currently using theEnji Cooper
2017-08-02Convert traditional ${MK_TESTS} conditional idiom for including testEnji Cooper
2017-04-04Don't assume NAME_MAX is 255Enji Cooper
2017-04-04Clean up more trailing whitespace in the licensing tort thatEnji Cooper
2017-04-04Clean up trailing whitespaceEnji Cooper
2016-09-21Disable extattr test on UFS1.Ruslan Bukin
2016-08-31DIRDEPS_BUILD: Add some missing dirctories to the build.Bryan Drewery
2016-06-13Fix usr.sbin/extattr testcases on tmpfsAlan Somers
2016-05-26DIRDEPS_BUILD: Update dependencies.Bryan Drewery
2016-05-26rmextattr(8) man page clarifications regarding -qqAlan Somers
2016-05-04Merge ^/user/ngie/release-pkg-fix-tests to unbreak how test files are installedEnji Cooper
2016-05-04Fix "getextattr -x" with non-ascii attribute valuesAlan Somers
2016-05-04Allow setextattr(8) to take attribute values from stdinAlan Somers
2016-04-28Add PACKAGE fields to usr.sbin/extattr/tests/MakefileAlan Somers
2016-04-22Add ATF tests for usr.sbin/extattrAlan Somers
2015-06-13Add META_MODE support.Simon J. Gerraty
2015-06-08dirdeps.mk now sets DEP_RELDIRSimon J. Gerraty
2014-05-16Updated dependenciesSimon J. Gerraty
2014-05-10Updated dependenciesSimon J. Gerraty
2013-04-12sync from headSimon J. Gerraty
2013-04-02Fix return type of extattr_set_* and fix rmextattr(8) utility.Matthew D Fleming
2013-03-11Updated dependenciesSimon J. Gerraty
2013-02-22Don't print an empty line for files with no attributes when -q is given forPawel Jakub Dawidek
2013-02-16Updated dependenciesSimon J. Gerraty
2012-08-22Sync FreeBSD's bmake branch with Juniper's internal bmake branch.Marcel Moolenaar
2010-05-12extattr: Fix a signed/unsigned issueZachary Loafman
2010-01-21Fix a bug when printing attributes from multiple files: buflen could beNathan Whitehorn
2010-01-02The last big commit: let usr.sbin/ use WARNS=6 by default.Ed Schouten
2008-07-15Invoke err() with a format string rather than directly with a passedRobert Watson
2003-06-05Update lsextattr(8) to use the new extattr_list_*() APIs, rather thanRobert Watson
2003-02-24mdoc(7) police: Scheduled sweep.Ruslan Ermilov
2002-10-10Document the -n option and fix manpage Fl usage.Brian Feldman
2002-10-10Add an -n option to write the trailing nul byte to the extattr whenBrian Feldman
2002-10-10Correct argc verification (don't crash).Brian Feldman
2002-10-10Add -h flags to each of the *extattr(8) commands, indicating thatRobert Watson
2002-10-10Use basename(3) to derive the name of the binary from argv[0].Robert Watson
2002-08-30Add the new userland tool for manipulating extended attributes.Poul-Henning Kamp