| Commit message (Expand) | Author | Age | Files | Lines |
| * | MFC rev. 1.54: be pedantic and do fts_close() when done. | Maxim Konovalov | 2006-05-01 | 1 | -0/+1 |
| * | MFC 1.39 | Brad Davis | 2006-03-30 | 1 | -1/+1 |
| * | MFC through rm.c 1.53, rm.1 1.38, and Makefile 1.18. | Doug Barton | 2005-10-08 | 3 | -30/+64 |
| * | MFC rm.1,v 1.32-1.33; rm.c 1.51: -I option which asks for confirmation | Xin LI | 2004-11-28 | 2 | -4/+69 |
| * | Mechanically kill hard sentence breaks. | Ruslan Ermilov | 2004-07-02 | 1 | -2/+4 |
| * | Remove clause 3 from the UCB licenses. | Mark Murray | 2004-04-06 | 2 | -8/+0 |
| * | o Fix a style bug and poor wording in comment. | Jun Kuriyama | 2004-01-01 | 1 | -2/+10 |
| * | When the P flag is set (i.e. Overwrite regular files before deleting them), | Guido van Rooij | 2003-11-10 | 1 | -8/+14 |
| * | 1. Fixed leakage of a file descriptor for every non-fatal failure in | Bruce Evans | 2003-11-08 | 1 | -1/+3 |
| * | Quiet warnings about copyright[]. | David E. O'Brien | 2003-05-01 | 1 | -2/+2 |
| * | Cross ref chflags(1). | Tom Rhodes | 2003-02-04 | 1 | -0/+1 |
| * | s/filesystem/file system/ as discussed on -developers | Tom Rhodes | 2002-08-21 | 2 | -4/+4 |
| * | Revert previous delta, which is not required with rev 1.5 of | Sheldon Hearn | 2002-07-15 | 1 | -1/+0 |
| * | Complain if more than one file argument is given to unlink(1) like we did | Tim J. Robbins | 2002-07-12 | 1 | -1/+1 |
| * | Set WFORMAT=0, because our compiler currently complains about NULL | Sheldon Hearn | 2002-07-11 | 1 | -0/+1 |
| * | err() is documented as allowing NULL for the format string but GCC isn't | Matthew Dillon | 2002-07-10 | 1 | -2/+2 |
| * | Consistently use FBSDID | David E. O'Brien | 2002-06-30 | 1 | -3/+2 |
| * | Reject options, handle "--" correctly in unlink(1). | Tim J. Robbins | 2002-05-30 | 1 | -4/+7 |
| * | Consistancy check s/file system/filesystem/ | Tom Rhodes | 2002-05-16 | 2 | -4/+4 |
| * | Update STANDARDS section on rm(1) to reflect current conformance. | Doug White | 2002-03-02 | 1 | -16/+2 |
| * | Move user_from_uid to pwd.h | Warner Losh | 2002-02-14 | 1 | -0/+2 |
| * | o __P has been reoved | Warner Losh | 2002-02-02 | 1 | -23/+13 |
| * | Add prototypes for main() so that these programs compile with -Werror | Luigi Rizzo | 2001-12-14 | 1 | -0/+1 |
| * | Default to WARNS=2. Binary builds that cannot handle this must explicitly | David E. O'Brien | 2001-12-04 | 1 | -1/+0 |
| * | Set WARNS=2 on programs which compile cleanly. | Dima Dorfman | 2001-07-15 | 1 | -0/+1 |
| * | Remove whitespace at EOL. | Dima Dorfman | 2001-07-15 | 1 | -5/+5 |
| * | Removed wrong cast for fts_open()'s third argument. | Ruslan Ermilov | 2001-06-13 | 1 | -1/+1 |
| * | mdoc(7) police: use the default ``file ...'' feature of the .Ar macro. | Ruslan Ermilov | 2001-02-13 | 1 | -1/+1 |
| * | Display pathname of item being rm'ed. | David E. O'Brien | 2000-12-20 | 1 | -3/+3 |
| * | Prepare for mdoc(7)NG. | Ruslan Ermilov | 2000-12-15 | 1 | -1/+1 |
| * | mdoc(7) police: use the new features of the Nm macro. | Ruslan Ermilov | 2000-11-20 | 1 | -2/+2 |
| * | Switch over to using the new fflagstostr and strtofflags library calls. | Josef Karthauser | 2000-06-17 | 2 | -10/+7 |
| * | Remove unused #include. | Jeroen Ruigrok van der Werven | 2000-05-01 | 1 | -1/+0 |
| * | Revert part of the last commit, remove {g|s}etflags from the libc | Josef Karthauser | 2000-02-05 | 2 | -0/+4 |
| * | Historically file flags (schg, uschg, etc) have been converted from | Josef Karthauser | 2000-01-27 | 2 | -5/+1 |
| * | Actually remove unrequired SRCS. | Bruce Evans | 2000-01-05 | 1 | -1/+0 |
| * | Added missing DPADD's. Removed unrequired SRCS's. | Josef Karthauser | 2000-01-01 | 1 | -0/+1 |
| * | Moved flags_to_string and string_to_flags into libutil. It's used in | Josef Karthauser | 1999-12-30 | 1 | -3/+2 |
| * | Fix cut'n'paste niggles in previous commit. | Sheldon Hearn | 1999-12-21 | 1 | -6/+7 |
| * | Add link(1) and unlink(1) as special cases of ln(1) and rm(1) | Sheldon Hearn | 1999-12-20 | 3 | -2/+42 |
| * | brucify | Michael Haro | 1999-11-28 | 1 | -13/+13 |
| * | Fixed longstanding breakage of rm of deep directories in rev.1.2. | Bruce Evans | 1999-09-13 | 1 | -1/+1 |
| * | brucify, `v' before `W', mention -v is non-standard in manpage and | Michael Haro | 1999-09-04 | 2 | -18/+25 |
| * | fix rm -r | Michael Haro | 1999-08-29 | 1 | -1/+2 |
| * | add verbose flag | Michael Haro | 1999-08-29 | 2 | -10/+27 |
| * | $Id$ -> $FreeBSD$ | Peter Wemm | 1999-08-27 | 3 | -3/+3 |
| * | Use .Dq instead of ``'' in manpage | Kris Kennaway | 1999-05-28 | 2 | -8/+23 |
| * | Don't emit usage() message when no arguments given to -f. This | Jordan K. Hubbard | 1999-02-25 | 1 | -2/+5 |
| * | Fix synopsis to match 1003.2. Add text describing the way in which | Garrett Wollman | 1999-01-28 | 1 | -10/+19 |
| * | .Nm rm -> .Nm. | Philippe Charnier | 1998-05-18 | 1 | -8/+8 |