summaryrefslogtreecommitdiffstats
path: root/bin/rm
Commit message (Expand)AuthorAgeFilesLines
...
* Set WFORMAT=0, because our compiler currently complains about NULLsheldonh2002-07-111-0/+1
* err() is documented as allowing NULL for the format string but GCC isn'tdillon2002-07-101-2/+2
* Consistently use FBSDIDobrien2002-06-301-3/+2
* Reject options, handle "--" correctly in unlink(1).tjr2002-05-301-4/+7
* Consistancy check s/file system/filesystem/trhodes2002-05-162-4/+4
* Update STANDARDS section on rm(1) to reflect current conformance.dwhite2002-03-021-16/+2
* Move user_from_uid to pwd.himp2002-02-141-0/+2
* o __P has been reovedimp2002-02-021-23/+13
* Add prototypes for main() so that these programs compile with -Werrorluigi2001-12-141-0/+1
* Default to WARNS=2. Binary builds that cannot handle this must explicitlyobrien2001-12-041-1/+0
* Set WARNS=2 on programs which compile cleanly.dd2001-07-151-0/+1
* Remove whitespace at EOL.dd2001-07-151-5/+5
* Removed wrong cast for fts_open()'s third argument.ru2001-06-131-1/+1
* mdoc(7) police: use the default ``file ...'' feature of the .Ar macro.ru2001-02-131-1/+1
* Display pathname of item being rm'ed.obrien2000-12-201-3/+3
* Prepare for mdoc(7)NG.ru2000-12-151-1/+1
* mdoc(7) police: use the new features of the Nm macro.ru2000-11-201-2/+2
* Switch over to using the new fflagstostr and strtofflags library calls.joe2000-06-172-10/+7
* Remove unused #include.asmodai2000-05-011-1/+0
* Revert part of the last commit, remove {g|s}etflags from the libcjoe2000-02-052-0/+4
* Historically file flags (schg, uschg, etc) have been converted fromjoe2000-01-272-5/+1
* Actually remove unrequired SRCS.bde2000-01-051-1/+0
* Added missing DPADD's. Removed unrequired SRCS's.joe2000-01-011-0/+1
* Moved flags_to_string and string_to_flags into libutil. It's used injoe1999-12-301-3/+2
* Fix cut'n'paste niggles in previous commit.sheldonh1999-12-211-6/+7
* Add link(1) and unlink(1) as special cases of ln(1) and rm(1)sheldonh1999-12-203-2/+42
* brucifymharo1999-11-281-13/+13
* Fixed longstanding breakage of rm of deep directories in rev.1.2.bde1999-09-131-1/+1
* brucify, `v' before `W', mention -v is non-standard in manpage andmharo1999-09-042-18/+25
* fix rm -rmharo1999-08-291-1/+2
* add verbose flagmharo1999-08-292-10/+27
* $Id$ -> $FreeBSD$peter1999-08-273-3/+3
* Use .Dq instead of ``'' in manpagekris1999-05-282-8/+23
* Don't emit usage() message when no arguments given to -f. Thisjkh1999-02-251-2/+5
* Fix synopsis to match 1003.2. Add text describing the way in whichwollman1999-01-281-10/+19
* .Nm rm -> .Nm.charnier1998-05-181-8/+8
* Remove remaining Lite1 stuff from the man page and uphold thesteve1997-08-072-10/+9
* Remove #if(n)def BSD_4_4_LITE cruft and change sccsid to rcsid.steve1997-08-071-46/+5
* Enable whiteout code since we now have the lite2 support for them.dfr1997-04-292-4/+4
* Provide examples of how to remove file names that begin withmpp1997-04-091-1/+8
* Improve the wording in the NOTES section. Closes PR# 3223.mpp1997-04-081-13/+12
* compare return value from getopt against -1 rather than EOF, per the finalimp1997-03-281-3/+3
* Revert $FreeBSD$ to $Id$peter1997-02-223-3/+3
* Make the long-awaited change from $Id$ to $FreeBSD$jkh1997-01-143-3/+3
* Merge Lite2 mods, and -Wall cleaning. Unimplemented undelete(2)steve1996-12-142-38/+113
* [HISTORY] command appeared in Version 1 AT&T UNIXwosch1996-08-291-1/+6
* fix usage stringwosch1996-03-072-4/+20
* Don't initialize udata, fix usage stringpst1996-02-191-4/+3
* delete my last commitwosch1996-02-191-5/+5
* Remove unnecessary '?' case and don't zero global udata, it's already zeropst1996-02-181-5/+4
OpenPOWER on IntegriCloud