DragonFly_Stable moved up

The DragonFly_Stable tag has been slipped up to correct a memory leak and incorporate the ‘rm -I’ fix. This does place the stble code right smack in the middle of the VFS changes, but those appear to be at a stable point right now.

Safer rm, more quickly

Giorgos Keramidas, after reading an article about how rm -rf / (i.e. accidentally deleting your operating system) is avoided by Sun, suggested on the hackers@freebsd.org mailing list some changes to protect from that. An extensive discussion (bikeshed) ensued. See “Protection from the dreaded “rm -fr /” thread on the former link, if you are curious. It’s still not resolved.

On the other hand, this has been quickly fixed in DragonFly, without changing the basic function of rm. New installs will have this safer behavior by default, though the old unsafe setup can be restored if desired.