summaryrefslogtreecommitdiffstats
path: root/bin/rm
Commit message (Expand)AuthorAgeFilesLines
* Protecting against rm -rf / is now POSIXLY_CORRECT per posix 1003.1bapt2015-11-072-4/+3
* Respect locale settings.delphij2015-08-281-0/+3
* Add META_MODE support.sjg2015-06-131-0/+18
|\
| * dirdeps.mk now sets DEP_RELDIRsjg2015-06-081-2/+0
| * Merge head from 7/28sjg2014-08-192-2/+1
| |\ | |/ |/|
| * Updated dependenciessjg2014-05-161-1/+0
| * Updated dependenciessjg2014-05-101-0/+2
| * Merge from headsjg2013-09-052-25/+32
| |\
| * \ sync from headsjg2013-04-121-1/+14
| |\ \
| * | | Updated dependenciessjg2013-03-111-0/+1
| * | | Updated dependenciessjg2013-02-161-2/+0
| | | |
| | \ \
| | \ \
| | \ \
| *---. \ \ Sync from headsjg2012-11-041-6/+20
| |\ \ \ \ \
| * | | | | | Sync FreeBSD's bmake branch with Juniper's internal bmake branch.marcel2012-08-221-0/+19
| | |_|/ / / | |/| | | |
* | | | | | rm -rf can fail sometimes with an error from fts_read. Make it honorimp2014-07-071-1/+1
* | | | | | mdoc: remove superfluous paragraph macros.joel2014-06-151-1/+0
| |_|_|_|/ |/| | | |
* | | | | Add two more 'static' qualifierseadler2013-04-261-2/+2
* | | | | Take some improvements from DragonFlyBSD:eadler2013-04-261-17/+17
* | | | | Add -x option to avoid crossing mount points when removing a hierarchy.eadler2013-04-262-6/+13
| |_|_|/ |/| | |
* | | | Add a few examples.joel2013-03-151-1/+14
| |/ / |/| |
* | | Fix bin/ build with a 64-bit ino_t.mdf2012-09-271-2/+3
| |/ |/|
* | Polish previous revision: if the fts_* routines have lstat()'ed thedelphij2012-06-201-2/+8
* | Fix potential symlink race condition in "rm -P" by adding a checkkevlo2012-06-201-2/+9
|/
* Put some static keywords in the source code.ed2011-10-311-4/+4
* bin: Prefer strrchr() to rindex().jilles2011-03-151-1/+1
* Fix typo and grammar nituqs2010-10-311-2/+2
* Elaborate some more on the non-security implications of using -Puqs2010-10-311-6/+15
* Language cleanup.des2010-10-271-3/+3
* rm(1): clarify that -P works only when blocks are updated in-placeuqs2010-10-082-6/+6
* Clarify the combination effect of -P and -f to make it clear.delphij2010-10-041-3/+7
* rm, find -delete: fix removing symlinks with uchg/uappnd set.jilles2009-05-301-3/+3
* Implement ^T support for rm: now it will report the next file itimp2009-04-291-0/+29
* Give a hint to the reader as to what the "whiteout" actually means.ru2006-12-261-2/+3
* Fix markup, add the EXIT STATUS section.ru2006-12-261-7/+12
* Correct a security issue introduced in previous commit:delphij2006-10-312-3/+11
* Be more reasonable when overwrite mode is specified while theredelphij2006-10-302-1/+8
* o Backout rev. 1.55. Don't waste cpu cycles for bzero(), do notmaxim2006-10-181-2/+1
* o Zero out struct stat before usage. lstat(2) can fail andmaxim2006-10-181-0/+1
* o Be pedantic and do fts_close() when done.maxim2006-04-151-0/+1
* -mdoc sweep.ru2005-11-171-1/+1
* Give .Dd a tummy rub, forgotten on my last commit.dougb2005-09-301-1/+1
* Handle the case where the -P flag is specified for a read-only filedougb2005-09-292-4/+9
* Sync program's usage() with manpage's SYNOPSIS.ru2005-02-091-1/+2
* Remove unnecessary SRCS= where could be guessed directly by ourdelphij2005-01-271-1/+0
* Add the new standard EXIT STATUS section where appropriate.ru2005-01-161-16/+16
* /*- or .\"- or #- to begin license clauses.imp2005-01-101-0/+1
* UNIX conformance: If -r -f on non-existent directory, don't emit error.jkh2004-11-131-1/+4
* Correct a typo and make the documentation more mdoc(7) complaint.delphij2004-11-011-3/+3
* Add -I, an option that asks for confirmation once if recursivelydelphij2004-10-282-5/+70
* The previous commit added code to rm(1) to warn about and remove anydes2004-10-041-1/+2
* Markup fixes.des2004-10-041-4/+4
OpenPOWER on IntegriCloud