aboutsummaryrefslogtreecommitdiff
path: root/bin/chflags
Commit message (Expand)AuthorAgeFilesLines
* fts_read: Handle error from a NULL return better.Bryan Drewery2020-12-081-1/+1
* Add an example to the chflags(1) man page.Edward Tomasz Napierala2018-06-121-1/+6
* chflags: Add SIGINFO support.Bryan Drewery2018-03-072-3/+26
* chflags: Add -x option to not traverse mount points.Bryan Drewery2018-03-052-6/+13
* General further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-201-0/+2
* DIRDEPS_BUILD: Update dependencies.Bryan Drewery2017-10-311-1/+0
* DIRDEPS_BUILD: Connect new directories.Bryan Drewery2017-10-311-0/+11
* Fix Makefile entries from r323275Alan Somers2017-09-291-0/+2
* Add basic tests for chflags, mkdir, rcp, and rmdirAlan Somers2017-09-073-0/+71
* Renumber copyright clause 4Warner Losh2017-02-282-2/+2
* Explicitly add unmarked bin/ binaries to the runtime package.Glen Barber2016-02-091-0/+1
* Add META_MODE support.Simon J. Gerraty2015-06-131-0/+18
|\
| * dirdeps.mk now sets DEP_RELDIRSimon J. Gerraty2015-06-081-2/+0
| * Merge sync of headSimon J. Gerraty2015-05-272-29/+37
| |\ | |/ |/|
| * Updated dependenciesSimon J. Gerraty2014-05-161-1/+0
| * Updated dependenciesSimon J. Gerraty2014-05-101-0/+2
| * Merge from headSimon J. Gerraty2013-09-051-3/+19
| |\
| * \ sync from headSimon J. Gerraty2013-04-121-5/+1
| |\ \
| * | | 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/+19
* | | | Standardise chmod, chflags, chown and chgrp recursive symlink processingSteven Hartland2015-04-292-29/+37
| |_|/ |/| |
* | | Expand the use of stat(2) flags to allow storing some Windows/DOSKenneth D. Merry2013-08-211-3/+19
| |/ |/|
* | - Make 'flags' argument to chflags(2), fchflags(2) and lchflags(2) of typePawel Jakub Dawidek2013-03-211-5/+1
|/
* mdoc: drop redundant .Pp and .LP callsUlrich Spörlein2010-10-081-1/+0
* Staticify internal routines.Xin LI2009-06-231-2/+2
* Fix chflags -h in various cases: do not use link target's flags as original.Jilles Tjoelker2009-05-241-1/+1
* Make chflags(1) more chmod(1)-like (and more feature complete):Robert Watson2008-03-092-17/+43
* Fix probably copy&paste from chmod(1) - we change file flags here, not mode.Pawel Jakub Dawidek2007-05-281-1/+1
* Use .Cm for all key words, not just the ones I added. More in line withTom Rhodes2006-03-101-12/+12
* Slightly better markup.Tom Rhodes2006-03-061-8/+8
* Instead of just hinting at available octets, list some.Tom Rhodes2006-03-041-1/+43
* Sort sections.Ruslan Ermilov2005-06-141-5/+5
* Add an interface to the lchflags(2) syscall. The new -h option isDima Dorfman2005-05-142-12/+35
* Fix a few markup nits in previous commit.Tom Rhodes2005-02-251-6/+6
* Add information on utilities which may or may not be aware of file flags.Tom Rhodes2005-02-231-1/+18
* WARNS?=6 is already in bin/Makefile.inc, so remove this one.Xin LI2005-01-271-1/+0
* Add the new standard EXIT STATUS section where appropriate.Ruslan Ermilov2005-01-161-1/+1
* /*- or .\"- or #- to begin license clauses.Warner Losh2005-01-102-1/+2
* chflags compiles with WARNS?=6.Stefan Farfeleder2004-10-031-0/+1
* Garbage collect a variable whose value was never read.Stefan Farfeleder2004-10-031-5/+4
* Group equivalent flags together and delete the `aliases' section.Giorgos Keramidas2004-09-211-13/+8
* Remove clause 3 from the UCB licenses.Mark Murray2004-04-062-8/+0
* Only call chflags() on directories once.Ceri Davies2004-02-181-5/+4
* mdoc(7) police: Fix document date.Ruslan Ermilov2003-05-161-1/+1
* Make GCC 3.3 STFU about copyright[].David E. O'Brien2003-05-011-1/+1
* Document how to clear flags with negative-logic, currently onlyJohan Karlsson2003-03-241-4/+9
* We can simplify this Makefile down to a single line now.David E. O'Brien2003-02-191-4/+0
* ANSIify function definitions.David Malone2002-09-041-4/+2
* Remove local prototypes for main().Juli Mallett2002-08-191-1/+0