summaryrefslogtreecommitdiffstats
path: root/bin/chflags
Commit message (Expand)AuthorAgeFilesLines
* Expand the use of stat(2) flags to allow storing some Windows/DOSken2013-08-211-3/+19
* - Make 'flags' argument to chflags(2), fchflags(2) and lchflags(2) of typepjd2013-03-211-5/+1
* mdoc: drop redundant .Pp and .LP callsuqs2010-10-081-1/+0
* Staticify internal routines.delphij2009-06-231-2/+2
* Fix chflags -h in various cases: do not use link target's flags as original.jilles2009-05-241-1/+1
* Make chflags(1) more chmod(1)-like (and more feature complete):rwatson2008-03-092-17/+43
* Fix probably copy&paste from chmod(1) - we change file flags here, not mode.pjd2007-05-281-1/+1
* Use .Cm for all key words, not just the ones I added. More in line withtrhodes2006-03-101-12/+12
* Slightly better markup.trhodes2006-03-061-8/+8
* Instead of just hinting at available octets, list some.trhodes2006-03-041-1/+43
* Sort sections.ru2005-06-141-5/+5
* Add an interface to the lchflags(2) syscall. The new -h option isdd2005-05-142-12/+35
* Fix a few markup nits in previous commit.trhodes2005-02-251-6/+6
* Add information on utilities which may or may not be aware of file flags.trhodes2005-02-231-1/+18
* WARNS?=6 is already in bin/Makefile.inc, so remove this one.delphij2005-01-271-1/+0
* Add the new standard EXIT STATUS section where appropriate.ru2005-01-161-1/+1
* /*- or .\"- or #- to begin license clauses.imp2005-01-102-1/+2
* chflags compiles with WARNS?=6.stefanf2004-10-031-0/+1
* Garbage collect a variable whose value was never read.stefanf2004-10-031-5/+4
* Group equivalent flags together and delete the `aliases' section.keramida2004-09-211-13/+8
* Remove clause 3 from the UCB licenses.markm2004-04-062-8/+0
* Only call chflags() on directories once.ceri2004-02-181-5/+4
* mdoc(7) police: Fix document date.ru2003-05-161-1/+1
* Make GCC 3.3 STFU about copyright[].obrien2003-05-011-1/+1
* Document how to clear flags with negative-logic, currently onlyjohan2003-03-241-4/+9
* We can simplify this Makefile down to a single line now.obrien2003-02-191-4/+0
* ANSIify function definitions.dwmalone2002-09-041-4/+2
* Remove local prototypes for main().jmallett2002-08-191-1/+0
* Reorder for style.markm2002-04-281-3/+3
* remove __Pimp2002-03-221-2/+2
* Remove leaf node WARNS?=2 (that mainly I added). This shouldmarkm2002-02-081-1/+0
* Style improvements recommended by Bruce as a follow up to somedwmalone2001-12-101-5/+6
* Slight makefile style.markm2001-12-022-7/+7
* mdoc(7) police: utilize the new .Ex macro.ru2001-08-151-3/+1
* WARNS= -> WARNS?=dd2001-06-221-1/+1
* Follow symbolic links named as command line arguments if run without -R.ru2001-05-281-2/+3
* Make it clear that -P is the default.ru2001-05-251-0/+1
* Silence WARNS=2 and BDECFLAGS on alpha and i386kris2001-05-202-2/+3
* Prepare for mdoc(7)NG.ru2000-12-191-18/+31
* mdoc(7) police: use the new features of the Nm macro.ru2000-11-201-1/+1
* Install `chflags' in the root partition, NOT /usr where it is not availableobrien2000-11-101-0/+1
* Switch over to using the new fflagstostr and strtofflags library calls.joe2000-06-172-5/+2
* Fixed prototype for setflags(). setflags() returns int, not u_long,bde2000-04-041-1/+1
* Document that the flags can be specified as an octal number.jdp2000-04-031-1/+2
* Revert part of the last commit, remove {g|s}etflags from the libcjoe2000-02-052-0/+4
* Historically file flags (schg, uschg, etc) have been converted fromjoe2000-01-272-4/+1
* Added missing DPADD's. Removed unrequired SRCS's.joe2000-01-011-1/+1
* Moved flags_to_string and string_to_flags into libutil. It's used injoe1999-12-301-2/+3
* Correct use of .Nm. Add DIAGNOSTICS section. Add rcsidcharnier1999-11-212-8/+12
* Yet another previously forgotten merge from Lite2. (Describebde1999-08-301-4/+5
OpenPOWER on IntegriCloud