| Commit message (Expand) | Author | Age | Files | Lines |
* | Respect locale settings. | delphij | 2015-08-28 | 1 | -0/+3 |
* | rm -rf can fail sometimes with an error from fts_read. Make it honor | imp | 2014-07-07 | 1 | -1/+1 |
* | Add two more 'static' qualifiers | eadler | 2013-04-26 | 1 | -2/+2 |
* | Take some improvements from DragonFlyBSD: | eadler | 2013-04-26 | 1 | -17/+17 |
* | Add -x option to avoid crossing mount points when removing a hierarchy. | eadler | 2013-04-26 | 1 | -4/+9 |
* | Fix bin/ build with a 64-bit ino_t. | mdf | 2012-09-27 | 1 | -2/+3 |
* | Polish previous revision: if the fts_* routines have lstat()'ed the | delphij | 2012-06-20 | 1 | -2/+8 |
* | Fix potential symlink race condition in "rm -P" by adding a check | kevlo | 2012-06-20 | 1 | -2/+9 |
* | Put some static keywords in the source code. | ed | 2011-10-31 | 1 | -4/+4 |
* | bin: Prefer strrchr() to rindex(). | jilles | 2011-03-15 | 1 | -1/+1 |
* | rm(1): clarify that -P works only when blocks are updated in-place | uqs | 2010-10-08 | 1 | -2/+2 |
* | rm, find -delete: fix removing symlinks with uchg/uappnd set. | jilles | 2009-05-30 | 1 | -3/+3 |
* | Implement ^T support for rm: now it will report the next file it | imp | 2009-04-29 | 1 | -0/+29 |
* | Correct a security issue introduced in previous commit: | delphij | 2006-10-31 | 1 | -2/+2 |
* | Be more reasonable when overwrite mode is specified while there | delphij | 2006-10-30 | 1 | -0/+5 |
* | o Backout rev. 1.55. Don't waste cpu cycles for bzero(), do not | maxim | 2006-10-18 | 1 | -2/+1 |
* | o Zero out struct stat before usage. lstat(2) can fail and | maxim | 2006-10-18 | 1 | -0/+1 |
* | o Be pedantic and do fts_close() when done. | maxim | 2006-04-15 | 1 | -0/+1 |
* | Handle the case where the -P flag is specified for a read-only file | dougb | 2005-09-29 | 1 | -4/+5 |
* | UNIX conformance: If -r -f on non-existent directory, don't emit error. | jkh | 2004-11-13 | 1 | -1/+4 |
* | Add -I, an option that asks for confirmation once if recursively | delphij | 2004-10-28 | 1 | -3/+62 |
* | The previous commit added code to rm(1) to warn about and remove any | des | 2004-10-04 | 1 | -1/+2 |
* | Find out how flame-proof my underwear really is. | des | 2004-10-04 | 1 | -0/+23 |
* | Whitespace cleanup. | des | 2004-10-04 | 1 | -4/+4 |
* | Remove clause 3 from the UCB licenses. | markm | 2004-04-06 | 1 | -4/+0 |
* | o Fix a style bug and poor wording in comment. | kuriyama | 2004-01-01 | 1 | -2/+10 |
* | When the P flag is set (i.e. Overwrite regular files before deleting them), | guido | 2003-11-10 | 1 | -8/+14 |
* | 1. Fixed leakage of a file descriptor for every non-fatal failure in | bde | 2003-11-08 | 1 | -1/+3 |
* | Quiet warnings about copyright[]. | obrien | 2003-05-01 | 1 | -2/+2 |
* | s/filesystem/file system/ as discussed on -developers | trhodes | 2002-08-21 | 1 | -2/+2 |
* | Complain if more than one file argument is given to unlink(1) like we did | tjr | 2002-07-12 | 1 | -1/+1 |
* | err() is documented as allowing NULL for the format string but GCC isn't | dillon | 2002-07-10 | 1 | -2/+2 |
* | Consistently use FBSDID | obrien | 2002-06-30 | 1 | -3/+2 |
* | Reject options, handle "--" correctly in unlink(1). | tjr | 2002-05-30 | 1 | -4/+7 |
* | Consistancy check s/file system/filesystem/ | trhodes | 2002-05-16 | 1 | -2/+2 |
* | Move user_from_uid to pwd.h | imp | 2002-02-14 | 1 | -0/+2 |
* | o __P has been reoved | imp | 2002-02-02 | 1 | -23/+13 |
* | Add prototypes for main() so that these programs compile with -Werror | luigi | 2001-12-14 | 1 | -0/+1 |
* | Removed wrong cast for fts_open()'s third argument. | ru | 2001-06-13 | 1 | -1/+1 |
* | Display pathname of item being rm'ed. | obrien | 2000-12-20 | 1 | -3/+3 |
* | Switch over to using the new fflagstostr and strtofflags library calls. | joe | 2000-06-17 | 1 | -8/+6 |
* | Remove unused #include. | asmodai | 2000-05-01 | 1 | -1/+0 |
* | Revert part of the last commit, remove {g|s}etflags from the libc | joe | 2000-02-05 | 1 | -0/+2 |
* | Historically file flags (schg, uschg, etc) have been converted from | joe | 2000-01-27 | 1 | -3/+1 |
* | Add link(1) and unlink(1) as special cases of ln(1) and rm(1) | sheldonh | 1999-12-20 | 1 | -1/+21 |
* | brucify | mharo | 1999-11-28 | 1 | -13/+13 |
* | Fixed longstanding breakage of rm of deep directories in rev.1.2. | bde | 1999-09-13 | 1 | -1/+1 |
* | brucify, `v' before `W', mention -v is non-standard in manpage and | mharo | 1999-09-04 | 1 | -15/+19 |
* | fix rm -r | mharo | 1999-08-29 | 1 | -1/+2 |
* | add verbose flag | mharo | 1999-08-29 | 1 | -9/+24 |