aboutsummaryrefslogtreecommitdiff
path: root/bin/chflags
Commit message (Expand)AuthorAgeFilesLines
* 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
* Reorder for style.Mark Murray2002-04-281-3/+3
* remove __PWarner Losh2002-03-221-2/+2
* Remove leaf node WARNS?=2 (that mainly I added). This shouldMark Murray2002-02-081-1/+0
* Style improvements recommended by Bruce as a follow up to someDavid Malone2001-12-101-5/+6
* Slight makefile style.Mark Murray2001-12-022-7/+7
* mdoc(7) police: utilize the new .Ex macro.Ruslan Ermilov2001-08-151-3/+1
* WARNS= -> WARNS?=Dima Dorfman2001-06-221-1/+1
* Follow symbolic links named as command line arguments if run without -R.Ruslan Ermilov2001-05-281-2/+3
* Make it clear that -P is the default.Ruslan Ermilov2001-05-251-0/+1
* Silence WARNS=2 and BDECFLAGS on alpha and i386Kris Kennaway2001-05-202-2/+3
* Prepare for mdoc(7)NG.Ruslan Ermilov2000-12-191-18/+31
* mdoc(7) police: use the new features of the Nm macro.Ruslan Ermilov2000-11-201-1/+1
* Install `chflags' in the root partition, NOT /usr where it is not availableDavid E. O'Brien2000-11-101-0/+1
* Switch over to using the new fflagstostr and strtofflags library calls.Josef Karthauser2000-06-172-5/+2
* Fixed prototype for setflags(). setflags() returns int, not u_long,Bruce Evans2000-04-041-1/+1
* Document that the flags can be specified as an octal number.John Polstra2000-04-031-1/+2
* Revert part of the last commit, remove {g|s}etflags from the libcJosef Karthauser2000-02-052-0/+4
* Historically file flags (schg, uschg, etc) have been converted fromJosef Karthauser2000-01-272-4/+1
* Added missing DPADD's. Removed unrequired SRCS's.Josef Karthauser2000-01-011-1/+1
* Moved flags_to_string and string_to_flags into libutil. It's used inJosef Karthauser1999-12-301-2/+3
* Correct use of .Nm. Add DIAGNOSTICS section. Add rcsidPhilippe Charnier1999-11-212-8/+12