Fix some WARNS6 regression that crept up in the last days.
[dragonfly.git] / bin / rm / rm.c
2008-12-30 Sascha WildnerFix some WARNS6 regression that crept up in the last...
2006-11-12 Sascha WildnerFix warning.
2006-11-11 Victor Balada DiazAdd support for SIGINFO.
2006-11-05 Matthew DillonSync our rm -P option with OpenBSD - if the file has...
2006-06-19 Simon SchubertCoverity CID 1670: Call fts_close() at the end of rm_tr...
2005-09-22 Simon SchubertImplement permanent answers to confirmation questions.
2005-07-03 Simon Schubertremove errnoneous whitespace
2005-07-03 Simon SchubertIgnore -I if -i is specified, otherwise we can get...
2005-06-03 Matthew DillonMake -I only apply to rm's run in the foreground. ...
2005-01-05 Liam J. Foy- UNIX conformance: If -r -f on non-existent directory...
2004-11-07 Eirik NygaardRemove not needed void casts.
2004-11-06 Liam J. FoySync with FreeBSD rm(1) with my modifications. Some...
2004-10-18 Matthew Dillonoops, forgot a mention. Last commit:
2004-10-18 Matthew DillonAdjust rm's usage and manual page synopsis to include...
2004-10-06 Matthew DillonIf we get an EOF in check2(), terminate the yes/no...
2004-10-06 Matthew DillonLast commit inspired by: Giorgos Keramidas <keramida...
2004-10-06 Matthew DillonAdd the -I option to rm. This option asks for confirma...
2004-08-30 Eirik NygaardUse strchr instead of index, and strrchr instead of...
2003-06-17 Matthew DillonAdd the DragonFly cvs id and perform general cleanups...
2003-06-17 Matthew DillonInitial import from FreeBSD RELENG_4: