| Commit message (Expand) | Author | Age | Files | Lines |
* | mdoc: drop redundant .Pp and .LP calls | uqs | 2010-10-08 | 1 | -1/+0 |
* | Staticify internal routines. | delphij | 2009-06-23 | 1 | -2/+2 |
* | Fix chflags -h in various cases: do not use link target's flags as original. | jilles | 2009-05-24 | 1 | -1/+1 |
* | Make chflags(1) more chmod(1)-like (and more feature complete): | rwatson | 2008-03-09 | 2 | -17/+43 |
* | Fix probably copy&paste from chmod(1) - we change file flags here, not mode. | pjd | 2007-05-28 | 1 | -1/+1 |
* | Use .Cm for all key words, not just the ones I added. More in line with | trhodes | 2006-03-10 | 1 | -12/+12 |
* | Slightly better markup. | trhodes | 2006-03-06 | 1 | -8/+8 |
* | Instead of just hinting at available octets, list some. | trhodes | 2006-03-04 | 1 | -1/+43 |
* | Sort sections. | ru | 2005-06-14 | 1 | -5/+5 |
* | Add an interface to the lchflags(2) syscall. The new -h option is | dd | 2005-05-14 | 2 | -12/+35 |
* | Fix a few markup nits in previous commit. | trhodes | 2005-02-25 | 1 | -6/+6 |
* | Add information on utilities which may or may not be aware of file flags. | trhodes | 2005-02-23 | 1 | -1/+18 |
* | WARNS?=6 is already in bin/Makefile.inc, so remove this one. | delphij | 2005-01-27 | 1 | -1/+0 |
* | Add the new standard EXIT STATUS section where appropriate. | ru | 2005-01-16 | 1 | -1/+1 |
* | /*- or .\"- or #- to begin license clauses. | imp | 2005-01-10 | 2 | -1/+2 |
* | chflags compiles with WARNS?=6. | stefanf | 2004-10-03 | 1 | -0/+1 |
* | Garbage collect a variable whose value was never read. | stefanf | 2004-10-03 | 1 | -5/+4 |
* | Group equivalent flags together and delete the `aliases' section. | keramida | 2004-09-21 | 1 | -13/+8 |
* | Remove clause 3 from the UCB licenses. | markm | 2004-04-06 | 2 | -8/+0 |
* | Only call chflags() on directories once. | ceri | 2004-02-18 | 1 | -5/+4 |
* | mdoc(7) police: Fix document date. | ru | 2003-05-16 | 1 | -1/+1 |
* | Make GCC 3.3 STFU about copyright[]. | obrien | 2003-05-01 | 1 | -1/+1 |
* | Document how to clear flags with negative-logic, currently only | johan | 2003-03-24 | 1 | -4/+9 |
* | We can simplify this Makefile down to a single line now. | obrien | 2003-02-19 | 1 | -4/+0 |
* | ANSIify function definitions. | dwmalone | 2002-09-04 | 1 | -4/+2 |
* | Remove local prototypes for main(). | jmallett | 2002-08-19 | 1 | -1/+0 |
* | Reorder for style. | markm | 2002-04-28 | 1 | -3/+3 |
* | remove __P | imp | 2002-03-22 | 1 | -2/+2 |
* | Remove leaf node WARNS?=2 (that mainly I added). This should | markm | 2002-02-08 | 1 | -1/+0 |
* | Style improvements recommended by Bruce as a follow up to some | dwmalone | 2001-12-10 | 1 | -5/+6 |
* | Slight makefile style. | markm | 2001-12-02 | 2 | -7/+7 |
* | mdoc(7) police: utilize the new .Ex macro. | ru | 2001-08-15 | 1 | -3/+1 |
* | WARNS= -> WARNS?= | dd | 2001-06-22 | 1 | -1/+1 |
* | Follow symbolic links named as command line arguments if run without -R. | ru | 2001-05-28 | 1 | -2/+3 |
* | Make it clear that -P is the default. | ru | 2001-05-25 | 1 | -0/+1 |
* | Silence WARNS=2 and BDECFLAGS on alpha and i386 | kris | 2001-05-20 | 2 | -2/+3 |
* | Prepare for mdoc(7)NG. | ru | 2000-12-19 | 1 | -18/+31 |
* | mdoc(7) police: use the new features of the Nm macro. | ru | 2000-11-20 | 1 | -1/+1 |
* | Install `chflags' in the root partition, NOT /usr where it is not available | obrien | 2000-11-10 | 1 | -0/+1 |
* | Switch over to using the new fflagstostr and strtofflags library calls. | joe | 2000-06-17 | 2 | -5/+2 |
* | Fixed prototype for setflags(). setflags() returns int, not u_long, | bde | 2000-04-04 | 1 | -1/+1 |
* | Document that the flags can be specified as an octal number. | jdp | 2000-04-03 | 1 | -1/+2 |
* | Revert part of the last commit, remove {g|s}etflags from the libc | joe | 2000-02-05 | 2 | -0/+4 |
* | Historically file flags (schg, uschg, etc) have been converted from | joe | 2000-01-27 | 2 | -4/+1 |
* | Added missing DPADD's. Removed unrequired SRCS's. | joe | 2000-01-01 | 1 | -1/+1 |
* | Moved flags_to_string and string_to_flags into libutil. It's used in | joe | 1999-12-30 | 1 | -2/+3 |
* | Correct use of .Nm. Add DIAGNOSTICS section. Add rcsid | charnier | 1999-11-21 | 2 | -8/+12 |
* | Yet another previously forgotten merge from Lite2. (Describe | bde | 1999-08-30 | 1 | -4/+5 |
* | $Id$ -> $FreeBSD$ | peter | 1999-08-28 | 1 | -1/+1 |
* | Tweaks to allow compiling -Wall (mostly adding "const" to char rcsid[]). | archie | 1998-12-06 | 2 | -2/+3 |