summaryrefslogtreecommitdiff
path: root/bin/chflags/chflags.c
AgeCommit message (Expand)Author
2024-01-30chflags(1): obey siginfo request on chflagsat(2) failureKonstantin Belousov
2024-01-30chflags(1): Fix -f optionRicardo Branco
2023-11-26Remove copyright strings ifdef'd outWarner Losh
2023-11-26bin: Remove ancient SCCS tags.Warner Losh
2023-08-16Remove $FreeBSD$: one-line .c patternWarner Losh
2023-07-07Mark usage function as __dead2 in programs where it does not returnAlfonso Gregory
2020-12-08fts_read: Handle error from a NULL return better.Bryan Drewery
2018-03-07chflags: Add SIGINFO support.Bryan Drewery
2018-03-05chflags: Add -x option to not traverse mount points.Bryan Drewery
2017-11-20General further adoption of SPDX licensing ID tags.Pedro F. Giffuni
2017-02-28Renumber copyright clause 4Warner Losh
2015-04-29Standardise chmod, chflags, chown and chgrp recursive symlink processingSteven Hartland
2013-03-21- Make 'flags' argument to chflags(2), fchflags(2) and lchflags(2) of typePawel Jakub Dawidek
2009-06-23Staticify internal routines.Xin LI
2009-05-24Fix chflags -h in various cases: do not use link target's flags as original.Jilles Tjoelker
2008-03-09Make chflags(1) more chmod(1)-like (and more feature complete):Robert Watson
2005-05-14Add an interface to the lchflags(2) syscall. The new -h option isDima Dorfman
2005-01-10/*- or .\"- or #- to begin license clauses.Warner Losh
2004-10-03Garbage collect a variable whose value was never read.Stefan Farfeleder
2004-04-06Remove clause 3 from the UCB licenses.Mark Murray
2004-02-18Only call chflags() on directories once.Ceri Davies
2003-05-01Make GCC 3.3 STFU about copyright[].David E. O'Brien
2002-09-04ANSIify function definitions.David Malone
2002-08-19Remove local prototypes for main().Juli Mallett
2002-03-22remove __PWarner Losh
2001-12-10Style improvements recommended by Bruce as a follow up to someDavid Malone
2001-12-02Slight makefile style.Mark Murray
2001-05-28Follow symbolic links named as command line arguments if run without -R.Ruslan Ermilov
2001-05-20Silence WARNS=2 and BDECFLAGS on alpha and i386Kris Kennaway
2000-06-17Switch over to using the new fflagstostr and strtofflags library calls.Josef Karthauser
2000-04-04Fixed prototype for setflags(). setflags() returns int, not u_long,Bruce Evans
2000-02-05Revert part of the last commit, remove {g|s}etflags from the libcJosef Karthauser
2000-01-27Historically file flags (schg, uschg, etc) have been converted fromJosef Karthauser
1999-11-21Correct use of .Nm. Add DIAGNOSTICS section. Add rcsidPhilippe Charnier
1998-12-06Tweaks to allow compiling -Wall (mostly adding "const" to char rcsid[]).Archie Cobbs
1997-03-29compare return value from getopt against -1 rather than EOF, per the finalWarner Losh
1995-05-30Remove trailing whitespace.Rodney W. Grimes
1994-05-27BSD 4.4 Lite Usr.bin SourcesRodney W. Grimes