aboutsummaryrefslogtreecommitdiff
path: root/bin/rm
Commit message (Expand)AuthorAgeFilesLines
* fts_read: Handle error from a NULL return better.Bryan Drewery2020-12-081-1/+1
* Remove include of stdint.h. It was added in r241014 for uintmax_t,Xin LI2020-04-231-1/+0
* rm(1): Formalize non-functional status of -P flagConrad Meyer2018-11-102-137/+15
* Fix unlink(1) for files starting with -Ed Maste2018-09-126-9/+79
* General further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-201-0/+2
* Fix cosmetic nit when printing out "override $mode" and "$owner/$group ..."Enji Cooper2017-11-051-1/+1
* DIRDEPS_BUILD: Update dependencies.Bryan Drewery2017-10-311-1/+0
* Renumber copyright clause 4Warner Losh2017-02-282-2/+2
* Explicitly add unmarked bin/ binaries to the runtime package.Glen Barber2016-02-091-0/+1
* Protecting against rm -rf / is now POSIXLY_CORRECT per posix 1003.1Baptiste Daroussin2015-11-072-4/+3
* Respect locale settings.Xin LI2015-08-281-0/+3
* Add META_MODE support.Simon J. Gerraty2015-06-131-0/+18
|\
| * dirdeps.mk now sets DEP_RELDIRSimon J. Gerraty2015-06-081-2/+0
| * Merge head from 7/28Simon J. Gerraty2014-08-192-2/+1
| |\ | |/ |/|
| * Updated dependenciesSimon J. Gerraty2014-05-161-1/+0
| * Updated dependenciesSimon J. Gerraty2014-05-101-0/+2
| * Merge from headSimon J. Gerraty2013-09-052-25/+32
| |\
| * \ sync from headSimon J. Gerraty2013-04-121-1/+14
| |\ \
| * | | Updated dependenciesSimon J. Gerraty2013-03-111-0/+1
| * | | Updated dependenciesSimon J. Gerraty2013-02-161-2/+0
| * | | Sync from headSimon J. Gerraty2012-11-041-6/+20
| |\ \ \
| * | | | Sync FreeBSD's bmake branch with Juniper's internal bmake branch.Marcel Moolenaar2012-08-221-0/+19
* | | | | rm -rf can fail sometimes with an error from fts_read. Make it honorWarner Losh2014-07-071-1/+1
* | | | | mdoc: remove superfluous paragraph macros.Joel Dahl2014-06-151-1/+0
| |_|_|/ |/| | |
* | | | Add two more 'static' qualifiersEitan Adler2013-04-261-2/+2
* | | | Take some improvements from DragonFlyBSD:Eitan Adler2013-04-261-17/+17
* | | | Add -x option to avoid crossing mount points when removing a hierarchy.Eitan Adler2013-04-262-6/+13
| |_|/ |/| |
* | | Add a few examples.Joel Dahl2013-03-151-1/+14
| |/ |/|
* | Fix bin/ build with a 64-bit ino_t.Matthew D Fleming2012-09-271-2/+3
* | Polish previous revision: if the fts_* routines have lstat()'ed theXin LI2012-06-201-2/+8
* | Fix potential symlink race condition in "rm -P" by adding a checkKevin Lo2012-06-201-2/+9
|/
* Put some static keywords in the source code.Ed Schouten2011-10-311-4/+4
* bin: Prefer strrchr() to rindex().Jilles Tjoelker2011-03-151-1/+1
* Fix typo and grammar nitUlrich Spörlein2010-10-311-2/+2
* Elaborate some more on the non-security implications of using -PUlrich Spörlein2010-10-311-6/+15
* Language cleanup.Dag-Erling Smørgrav2010-10-271-3/+3
* rm(1): clarify that -P works only when blocks are updated in-placeUlrich Spörlein2010-10-082-6/+6
* Clarify the combination effect of -P and -f to make it clear.Xin LI2010-10-041-3/+7
* rm, find -delete: fix removing symlinks with uchg/uappnd set.Jilles Tjoelker2009-05-301-3/+3
* Implement ^T support for rm: now it will report the next file itWarner Losh2009-04-291-0/+29
* Give a hint to the reader as to what the "whiteout" actually means.Ruslan Ermilov2006-12-261-2/+3
* Fix markup, add the EXIT STATUS section.Ruslan Ermilov2006-12-261-7/+12
* Correct a security issue introduced in previous commit:Xin LI2006-10-312-3/+11
* Be more reasonable when overwrite mode is specified while thereXin LI2006-10-302-1/+8
* o Backout rev. 1.55. Don't waste cpu cycles for bzero(), do notMaxim Konovalov2006-10-181-2/+1
* o Zero out struct stat before usage. lstat(2) can fail andMaxim Konovalov2006-10-181-0/+1
* o Be pedantic and do fts_close() when done.Maxim Konovalov2006-04-151-0/+1
* -mdoc sweep.Ruslan Ermilov2005-11-171-1/+1
* Give .Dd a tummy rub, forgotten on my last commit.Doug Barton2005-09-301-1/+1
* Handle the case where the -P flag is specified for a read-only fileDoug Barton2005-09-292-4/+9