aboutsummaryrefslogtreecommitdiff
path: root/bin/chmod/chmod.c
Commit message (Expand)AuthorAgeFilesLines
* Remove copyright strings ifdef'd outWarner Losh2023-11-271-9/+0
* bin: Remove ancient SCCS tags.Warner Losh2023-11-271-3/+0
* Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-161-2/+0
* Mark usage function as __dead2 in programs where it does not returnAlfonso Gregory2023-07-071-1/+1
* fts_read: Handle error from a NULL return better.Bryan Drewery2020-12-081-1/+1
* General further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-201-0/+2
* Renumber copyright clause 4Warner Losh2017-02-281-1/+1
* chmod: Add SIGINFO handlerConrad Meyer2017-01-081-2/+15
* "POSIX doesn't specify -h." - r1.27 from NetBSDSevan Janiyan2016-10-021-6/+5
* Change directory permissions in pre-order.Sergey Kandaurov2015-06-041-2/+4
* Standardise chmod, chflags, chown and chgrp recursive symlink processingSteven Hartland2015-04-291-46/+44
* - Don't include both <sys/types.h> and <sys/param.h>Edward Tomasz Napierala2009-09-021-9/+6
* Make the code more readable and fix chmod(1) on symlinks withEdward Tomasz Napierala2009-08-311-13/+15
* With NFSv4 ACLs, it is possible that applying a mode to an ACL whichEdward Tomasz Napierala2009-07-011-2/+30
* Staticify internal routines.Xin LI2009-06-231-2/+2
* /*- or .\"- or #- to begin license clauses.Warner Losh2005-01-101-1/+1
* Remove clause 3 from the UCB licenses.Mark Murray2004-04-061-4/+0
* Print unambiguous paths with -R -v.Ruslan Ermilov2003-12-161-1/+1
* Remove the code for parsing octal modes, since setmode(3) alreadyAnton Berezin2003-10-311-22/+5
* Quiet warnings about copyright[].David E. O'Brien2003-05-011-2/+2
* Remove now unnecessary main() prototype.Maxime Henrion2003-01-291-1/+0
* Allow "-v -v" to mean very verbose.David E. O'Brien2002-08-041-3/+19
* err() is documented as allowing NULL for the format string but GCC isn'tMatthew Dillon2002-07-101-1/+1
* Consistently use __FBSDIDDavid E. O'Brien2002-06-301-2/+2
* Fix warnings inspired by lint, a commercial lint and WARNS=4Mark Murray2002-02-221-9/+8
* Modernization effort for bin/c*:Warner Losh2002-02-021-7/+5
* Fixed the bug from the previous revision.Ruslan Ermilov2001-05-311-1/+1
* Change noop option -h to do the real work. Now mode of symbolic linkRuslan Ermilov2001-05-281-7/+17
* Follow symbolic links named as command line arguments if run without -R.Ruslan Ermilov2001-05-281-2/+3
* Make this compile with WARNS=2Kris Kennaway2001-05-201-0/+1
* Optimize out no-op chmod() syscalls.Peter Wemm2000-07-291-2/+5
* Don't call warn() with no format string. This is potentially exploitable, alt...Kris Kennaway2000-07-101-1/+1
* Default to not -v.David E. O'Brien1999-11-281-2/+2
* Add "-v".David E. O'Brien1999-11-271-2/+9
* $Id$ -> $FreeBSD$Peter Wemm1999-08-271-1/+1
* Document -f flag:Chris Costello1999-08-081-3/+3
* Free memory obtained from setmode.Warner Losh1998-12-161-1/+2
* Restore original Lite-2 sccsid. Restore include of sys/types.h.Philippe Charnier1998-05-131-2/+3
* Correct use of .Nm and other cosmetics. Add rcsid. Remove unused #inc.Philippe Charnier1998-05-061-3/+4
* compare return value from getopt against -1 rather than EOF, per the finalWarner Losh1997-03-281-2/+2
* Revert $FreeBSD$ to $Id$Peter Wemm1997-02-221-1/+1
* Make the long-awaited change from $Id$ to $FreeBSD$Jordan K. Hubbard1997-01-141-1/+1
* Cleanup man page and -Wall cleaning.Steve Price1996-12-141-3/+3
* chmod(2) directories once only (was twice)Adam David1996-08-101-6/+5
* You will find enclosed some changes to make gcc -Wall more happy inJoerg Wunsch1995-03-191-1/+3
* Include <limits.h> to get the definition of INT_MAX - don't depend onBruce Evans1995-02-031-1/+2
* Added $Id$David Greenman1994-09-241-0/+2
* BSD 4.4 Lite bin SourcesRodney W. Grimes1994-05-261-0/+201