| Commit message (Expand) | Author | Age | Files | Lines |
| * | MFC through rm.c 1.53, rm.1 1.38, and Makefile 1.18. | Doug Barton | 2005-10-08 | 3 | -56/+166 |
| * | MFC: Revision 1.27 | Tom Rhodes | 2003-02-04 | 1 | -0/+1 |
| * | MFC: Accept "--", reject options for unlink(1) for SUSv2, and style changes. | Tim J. Robbins | 2002-07-12 | 1 | -31/+24 |
| * | MFC of STANDARDS section update. | Doug White | 2002-03-02 | 1 | -16/+2 |
| * | MFC: rev 1.33 (fix args to fts_open()) | David E. O'Brien | 2001-08-01 | 1 | -1/+1 |
| * | MFC: WARNS=2 | David E. O'Brien | 2001-08-01 | 1 | -0/+1 |
| * | MFC: remove whitespace at EOL. | Dima Dorfman | 2001-07-22 | 1 | -5/+5 |
| * | MFC: Remove ``file ...'' from Ar argument. | Jeroen Ruigrok van der Werven | 2001-03-05 | 1 | -1/+1 |
| * | MFC: display pathnames of item being rm'ed. | David E. O'Brien | 2000-12-20 | 1 | -3/+3 |
| * | MFC: Prepare for mdoc(7)NG. | Ruslan Ermilov | 2000-12-15 | 1 | -1/+1 |
| * | MFC: recent mdoc(7) fixes. | Ruslan Ermilov | 2000-12-08 | 1 | -2/+2 |
| * | MFC: [rev 1.30] Remove unused #include. | Paul Saab | 2000-07-01 | 1 | -1/+0 |
| * | MFC: Use the new fflagstostr and strtofflags functions in libc. | Josef Karthauser | 2000-06-28 | 2 | -10/+7 |
| * | 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 |
| * | Remove remaining Lite1 stuff from the man page and uphold the | Steve Price | 1997-08-07 | 2 | -10/+9 |
| * | Remove #if(n)def BSD_4_4_LITE cruft and change sccsid to rcsid. | Steve Price | 1997-08-07 | 1 | -46/+5 |
| * | Enable whiteout code since we now have the lite2 support for them. | Doug Rabson | 1997-04-29 | 2 | -4/+4 |
| * | Provide examples of how to remove file names that begin with | Mike Pritchard | 1997-04-09 | 1 | -1/+8 |
| * | Improve the wording in the NOTES section. Closes PR# 3223. | Mike Pritchard | 1997-04-08 | 1 | -13/+12 |
| * | compare return value from getopt against -1 rather than EOF, per the final | Warner Losh | 1997-03-28 | 1 | -3/+3 |
| * | Revert $FreeBSD$ to $Id$ | Peter Wemm | 1997-02-22 | 3 | -3/+3 |
| * | Make the long-awaited change from $Id$ to $FreeBSD$ | Jordan K. Hubbard | 1997-01-14 | 3 | -3/+3 |
| * | Merge Lite2 mods, and -Wall cleaning. Unimplemented undelete(2) | Steve Price | 1996-12-14 | 2 | -38/+113 |
| * | [HISTORY] command appeared in Version 1 AT&T UNIX | Wolfram Schneider | 1996-08-29 | 1 | -1/+6 |
| * | fix usage string | Wolfram Schneider | 1996-03-07 | 2 | -4/+20 |
| * | Don't initialize udata, fix usage string | Paul Traina | 1996-02-19 | 1 | -4/+3 |
| * | delete my last commit | Wolfram Schneider | 1996-02-19 | 1 | -5/+5 |
| * | Remove unnecessary '?' case and don't zero global udata, it's already zero | Paul Traina | 1996-02-18 | 1 | -5/+4 |
| * | update usage string | Wolfram Schneider | 1996-02-18 | 1 | -5/+6 |
| * | Allow root to delete uchg/uappnd files | Andrey A. Chernov | 1995-04-13 | 2 | -30/+68 |
| * | Added $Id$ | David Greenman | 1994-09-24 | 3 | -0/+4 |
| * | Remove redundant declarations that were added in the previous commit. | Bruce Evans | 1994-09-21 | 1 | -2/+0 |
| * | Applied patch to make -Wall and -Dlint shut up. | Poul-Henning Kamp | 1994-09-20 | 1 | -2/+4 |
| * | Reviewed by: | Andreas Schulz | 1994-08-28 | 1 | -2/+2 |