aboutsummaryrefslogtreecommitdiff
path: root/bin/rm
Commit message (Expand)AuthorAgeFilesLines
* Sync FreeBSD's bmake branch with Juniper's internal bmake branch.Marcel Moolenaar2012-08-221-0/+19
* 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
* Sync program's usage() with manpage's SYNOPSIS.Ruslan Ermilov2005-02-091-1/+2
* Remove unnecessary SRCS= where could be guessed directly by ourXin LI2005-01-271-1/+0
* Add the new standard EXIT STATUS section where appropriate.Ruslan Ermilov2005-01-161-16/+16
* /*- or .\"- or #- to begin license clauses.Warner Losh2005-01-101-0/+1
* UNIX conformance: If -r -f on non-existent directory, don't emit error.Jordan K. Hubbard2004-11-131-1/+4
* Correct a typo and make the documentation more mdoc(7) complaint.Xin LI2004-11-011-3/+3
* Add -I, an option that asks for confirmation once if recursivelyXin LI2004-10-282-5/+70
* The previous commit added code to rm(1) to warn about and remove anyDag-Erling Smørgrav2004-10-041-1/+2
* Markup fixes.Dag-Erling Smørgrav2004-10-041-4/+4
* Find out how flame-proof my underwear really is.Dag-Erling Smørgrav2004-10-042-1/+25
* Whitespace cleanup.Dag-Erling Smørgrav2004-10-041-4/+4
* Mechanically kill hard sentence breaks.Ruslan Ermilov2004-07-021-2/+4
* Remove clause 3 from the UCB licenses.Mark Murray2004-04-062-8/+0
* o Fix a style bug and poor wording in comment.Jun Kuriyama2004-01-011-2/+10
* When the P flag is set (i.e. Overwrite regular files before deleting them),Guido van Rooij2003-11-101-8/+14
* 1. Fixed leakage of a file descriptor for every non-fatal failure inBruce Evans2003-11-081-1/+3
* Quiet warnings about copyright[].David E. O'Brien2003-05-011-2/+2
* Cross ref chflags(1).Tom Rhodes2003-02-041-0/+1
* s/filesystem/file system/ as discussed on -developersTom Rhodes2002-08-212-4/+4
* Revert previous delta, which is not required with rev 1.5 ofSheldon Hearn2002-07-151-1/+0
* Complain if more than one file argument is given to unlink(1) like we didTim J. Robbins2002-07-121-1/+1
* Set WFORMAT=0, because our compiler currently complains about NULLSheldon Hearn2002-07-111-0/+1
* err() is documented as allowing NULL for the format string but GCC isn'tMatthew Dillon2002-07-101-2/+2
* Consistently use FBSDIDDavid E. O'Brien2002-06-301-3/+2
* Reject options, handle "--" correctly in unlink(1).Tim J. Robbins2002-05-301-4/+7
* Consistancy check s/file system/filesystem/Tom Rhodes2002-05-162-4/+4
* Update STANDARDS section on rm(1) to reflect current conformance.Doug White2002-03-021-16/+2
* Move user_from_uid to pwd.hWarner Losh2002-02-141-0/+2
* o __P has been reovedWarner Losh2002-02-021-23/+13
* Add prototypes for main() so that these programs compile with -WerrorLuigi Rizzo2001-12-141-0/+1